Lines Matching refs:D
222 D("not enough memory to create new JDWP process"); in jdwp_process_alloc()
233 D("could not create fdevent for new JDWP process" ); in jdwp_process_alloc()
275 D("weird unknown JDWP process failure: %s", in jdwp_process_event()
281 D("weird end-of-stream from unknown JDWP process"); in jdwp_process_event()
293 D("could not decode JDWP %p PID number: '%s'", proc, temp); in jdwp_process_event()
298 D("Adding pid %d to jdwp process list", proc->pid); in jdwp_process_event()
316 D("terminating JDWP %d connection: %s", proc->pid, in jdwp_process_event()
322 D( "ignoring unexpected JDWP %d control socket activity (%d bytes)", in jdwp_process_event()
329 D( "remove pid %d to jdwp process list", proc->pid ); in jdwp_process_event()
337 D("trying to write to JDWP pid controli (count=%d first=%d) %d", in jdwp_process_event()
377 D("sending new file descriptor to JDWP %d failed: %s", in jdwp_process_event()
382 D("sent file descriptor %d to JDWP process %d", in jdwp_process_event()
405 D("looking for pid %d in JDWP process list", pid); in create_jdwp_connection_fd()
411 D("search failed !!"); in create_jdwp_connection_fd()
419 D("%s: too many pending JDWP connection for pid %d", in create_jdwp_connection_fd()
425 D("%s: socket pair creation failed: %s", in create_jdwp_connection_fd()
429 D("socketpair: (%d,%d)", fds[0], fds[1]); in create_jdwp_connection_fd()
470 D( "vm debug control socket name too long (%d extra chars)", in jdwp_control_init()
481 D( "could not create vm debug control socket. %d: %s", in jdwp_control_init()
489 D( "could not bind vm debug control socket: %d: %s", in jdwp_control_init()
496 D("listen failed in jdwp control socket: %d: %s", in jdwp_control_init()
506 D( "could not create fdevent for jdwp control socket" ); in jdwp_control_init()
515 D("jdwp control socket started (%d)", control->listen_socket); in jdwp_control_init()
539 D("oops, the JDWP process died really quick"); in jdwp_control_event()
543 D( "weird accept() failed on jdwp control socket: %s", in jdwp_control_event()