OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_RNB_PROC
(Results
1 - 3
of
3
) sorted by null
/external/lldb/tools/debugserver/source/
RNBContext.cpp
91
DNBLogThreadedIf(
LOG_RNB_PROC
, "RNBContext::%s called", __FUNCTION__);
100
DNBLogThreadedIf(
LOG_RNB_PROC
, "RNBContext::%s thread got started!", __FUNCTION__);
104
DNBLogThreadedIf(
LOG_RNB_PROC
, "RNBContext::%s thread failed to start: err = %i", __FUNCTION__, err);
114
DNBLogThreadedIf(
LOG_RNB_PROC
, "RNBContext::%s called", __FUNCTION__);
122
DNBLogThreadedIf(
LOG_RNB_PROC
, "RNBContext::%s thread stopped as requeseted", __FUNCTION__);
126
DNBLogThreadedIf(
LOG_RNB_PROC
, "RNBContext::%s thread did not stop in 2 seconds...", __FUNCTION__);
146
DNBLogThreadedIf(
LOG_RNB_PROC
, "RNBContext::%s (arg=%p, pid=%4.4x): thread starting...", __FUNCTION__, arg, pid);
151
DNBLogThreadedIf(
LOG_RNB_PROC
, "RNBContext::%s calling DNBProcessWaitForEvent(pid, eEventProcessRunningStateChanged | eEventProcessStoppedStateChanged | eEventStdioAvailable | eEventProfileDataAvailable, true)...", __FUNCTION__);
153
DNBLogThreadedIf(
LOG_RNB_PROC
, "RNBContext::%s calling DNBProcessWaitForEvent(pid, eEventProcessRunningStateChanged | eEventProcessStoppedStateChanged | eEventStdioAvailable | eEventProfileDataAvailable, true) => 0x%8.8x", __FUNCTION__, pid_status_event);
157
DNBLogThreadedIf(
LOG_RNB_PROC
, "RNBContext::%s (pid=%4.4x) got ZERO back from DNBProcessWaitForEvent....", __FUNCTION__, pid)
[
all
...]
RNBDefs.h
70
#define
LOG_RNB_PROC
((LOG_LO_USER) << 6) // Log process state (Process thread)
RNBRemote.cpp
[
all
...]
Completed in 231 milliseconds