Searched refs:LOG_MISC (Results 1 – 14 of 14) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | debugInit.c | 360 LOG_MISC(("Onload: %s", options)); in Agent_OnLoad() 471 LOG_MISC(("OnLoad: DONE")); in Agent_OnLoad() 533 LOG_MISC(("END cbEarlyVMInit")); in cbEarlyVMInit() 563 LOG_MISC(("END cbEarlyVMDeath")); in cbEarlyVMDeath() 581 LOG_MISC(("VM is not initialized yet")); in cbEarlyException() 597 LOG_MISC(("Initializing on uncaught exception")); in cbEarlyException() 610 LOG_MISC(("Checking specific exception: looking for %s, got %s", in cbEarlyException() 614 LOG_MISC(("Initializing on specific exception")); in cbEarlyException() 631 LOG_MISC(("No initialization, didn't find right exception")); in cbEarlyException() 641 LOG_MISC(("END cbEarlyException")); in cbEarlyException() [all …]
|
D | eventHandler.c | 375 LOG_MISC(("Co-located breakpoint event found: " in skipEventReport() 412 LOG_MISC(("event report being skipped: " in reportEvents() 551 LOG_MISC(("event_callback(): ei=%s", eventText(evinfo->ei))); in event_callback() 775 LOG_MISC(("END cbSingleStep")); in cbSingleStep() 797 LOG_MISC(("END cbBreakpoint")); in cbBreakpoint() 824 LOG_MISC(("END cbFramePop")); in cbFramePop() 852 LOG_MISC(("END cbException")); in cbException() 870 LOG_MISC(("END cbThreadStart")); in cbThreadStart() 888 LOG_MISC(("END cbThreadEnd")); in cbThreadEnd() 915 LOG_MISC(("END cbClassPrepare")); in cbClassPrepare() [all …]
|
D | vmDebug.c | 89 LOG_MISC(("debugger is performing an action")); in VMDebug_lastDebuggerActivity() 101 LOG_MISC(("Debugger interval is %lld", res)); in VMDebug_lastDebuggerActivity() 112 LOG_MISC(("dalvik.system.VMDebug does not seem to be available on this runtime.")); in vmDebug_initalize()
|
D | debugLoop.c | 153 LOG_MISC(("Command set %d, command %d", cmd->cmdSet, cmd->cmd)); in debugLoop_run() 229 LOG_MISC(("Begin reader thread")); in reader() 257 LOG_MISC(("Command set %d, command %d", cmd->cmdSet, cmd->cmd)); in reader() 268 LOG_MISC(("End reader thread")); in reader()
|
D | log_messages.h | 56 #define LOG_MISC(args) \ macro 79 #define LOG_MISC(args) LOG_NULL macro
|
D | transport.c | 309 LOG_MISC(("Begin accept thread")); in acceptThread() 332 LOG_MISC(("End accept thread")); in acceptThread() 338 LOG_MISC(("Begin attach thread")); in attachThread() 340 LOG_MISC(("End attach thread")); in attachThread()
|
D | threadControl.c | 853 LOG_MISC(("thread=%p suspended", node->thread)); in commonSuspendByNode() 975 LOG_MISC(("thread=%p resumed", node->thread)); in resumeThreadByNode() 1236 LOG_MISC(("thread=%p resumed as part of list", node->thread)); in commonResumeList() 1329 LOG_MISC(("thread=%p suspended as part of list", node->thread)); in commonSuspendList() 1900 LOG_MISC(("thread=%p resumed in popOneFrame", thread)); in popOneFrame() 1916 LOG_MISC(("thread=%p suspended in popOneFrame", thread)); in popOneFrame() 2380 LOG_MISC(("thread=%p resumed", node->thread)); in resetHelper()
|
D | DDMImpl.c | 127 LOG_MISC(("Suppressing error from com.android.art.internal.ddm.process_chunk for backwards " in chunk()
|
D | error_messages.c | 128 LOG_MISC(("ASSERT FAILED: %s : %d - %s\n", fileName, lineNumber, msg)); in jdiAssertionFailed()
|
D | SDE.c | 262 LOG_MISC(("SDE is re-ordering the line table")); in convertLineNumberTable()
|
D | commonRef.c | 200 LOG_MISC(("Freeing %d\n", (int)node->seqNum)); in deleteNode()
|
D | outStream.c | 400 LOG_MISC(("outStream_setError error=%s(%d)", jdwpErrorText(error), error)); in outStream_setError()
|
D | eventHelper.c | 693 LOG_MISC(("Begin command loop thread")); in commandLoop()
|
D | util.c | 878 LOG_MISC(("Spawning new thread: %s", name)); in spawnNewThread() 1060 LOG_MISC(("VM_DEAD, in debugMonitor*()?")); in ignore_vm_death()
|