Home
last modified time | relevance | path

Searched refs:log_debugee_location (Results 1 – 6 of 6) sorted by relevance

/external/oj-libjdwp/src/share/back/
DthreadControl.c1400 log_debugee_location("threadControl_suspendThread()", thread, NULL, 0); in threadControl_suspendThread()
1417 log_debugee_location("threadControl_resumeThread()", thread, NULL, 0); in threadControl_resumeThread()
1503 log_debugee_location("threadControl_suspendAll()", NULL, NULL, 0); in threadControl_suspendAll()
1582 log_debugee_location("threadControl_resumeAll()", NULL, NULL, 0); in threadControl_resumeAll()
1940 log_debugee_location("threadControl_popFrames()", thread, NULL, 0); in threadControl_popFrames()
2047 log_debugee_location("threadControl_onEventHandlerEntry()", thread, NULL, 0); in threadControl_onEventHandlerEntry()
2141 log_debugee_location("threadControl_onEventHandlerExit()", thread, NULL, 0); in threadControl_onEventHandlerExit()
2190 log_debugee_location("threadControl_applicationThreadStatus()", thread, NULL, 0); in threadControl_applicationThreadStatus()
2226 log_debugee_location("threadControl_interrupt()", thread, NULL, 0); in threadControl_interrupt()
2333 log_debugee_location("threadControl_stop()", thread, NULL, 0); in threadControl_stop()
DeventHelper.c172 log_debugee_location("enqueueCommand(): HelperCommand being processed", NULL, NULL, 0); in enqueueCommand()
196 log_debugee_location("enqueueCommand(): HelperCommand wait", NULL, NULL, 0); in enqueueCommand()
210 log_debugee_location("completeCommand(): HelperCommand done waiting", NULL, NULL, 0); in completeCommand()
239 log_debugee_location("dequeueCommand(): command being dequeued", NULL, NULL, 0); in dequeueCommand()
247 log_debugee_location("dequeueCommand(): command session removal", NULL, NULL, 0); in dequeueCommand()
703 log_debugee_location("commandLoop(): command being handled", NULL, NULL, 0); in commandLoop()
Dutil.h446 void log_debugee_location(const char *func,
DstepControl.c645 log_debugee_location("stepControl_handleStep: checking line loc", in stepControl_handleStep()
DeventHandler.c552 log_debugee_location("event_callback()", evinfo->thread, evinfo->method, evinfo->location); in event_callback()
Dutil.c2371 log_debugee_location(const char *func, in log_debugee_location() function