Searched refs:LOG_CB (Results 1 – 3 of 3) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | eventHandler.c | 763 LOG_CB(("cbSingleStep: thread=%p", thread)); in cbSingleStep() 785 LOG_CB(("cbBreakpoint: thread=%p", thread)); in cbBreakpoint() 813 LOG_CB(("cbFramePop: thread=%p", thread)); in cbFramePop() 836 LOG_CB(("cbException: thread=%p", thread)); in cbException() 861 LOG_CB(("cbThreadStart: thread=%p", thread)); in cbThreadStart() 879 LOG_CB(("cbThreadEnd: thread=%p", thread)); in cbThreadEnd() 905 LOG_CB(("cbClassPrepare: thread=%p", thread)); in cbClassPrepare() 922 LOG_CB(("cbGarbageCollectionFinish")); in cbGarbageCollectionFinish() 941 LOG_CB(("cbClassLoad: thread=%p", thread)); in cbClassLoad() 963 LOG_CB(("cbFieldAccess: thread=%p", thread)); in cbFieldAccess() [all …]
|
D | log_messages.h | 62 #define LOG_CB(args) \ macro 82 #define LOG_CB(args) LOG_NULL macro
|
D | debugInit.c | 526 LOG_CB(("cbEarlyVMInit")); in cbEarlyVMInit() 555 LOG_CB(("cbEarlyVMDeath")); in cbEarlyVMDeath() 575 LOG_CB(("cbEarlyException: thread=%p", thread)); in cbEarlyException()
|