OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_RNB_MAX
(Results
1 - 4
of
4
) sorted by null
/external/lldb/tools/debugserver/source/
RNBDefs.h
66
#define
LOG_RNB_MAX
((LOG_LO_USER) << 2) // Max logging (max verbosity)
libdebugserver.cpp
71
DNBLogThreadedIf (
LOG_RNB_MAX
, "%s ctx.Events().WaitForSetEvents( 0x%08x ) ...",__FUNCTION__, event_mask);
73
DNBLogThreadedIf (
LOG_RNB_MAX
, "%s ctx.Events().WaitForSetEvents( 0x%08x ) => 0x%08x", __FUNCTION__, event_mask, set_events);
debugserver.cpp
90
DNBLogThreadedIf (
LOG_RNB_MAX
, "%s ctx.Events().WaitForSetEvents( 0x%08x ) ...",__FUNCTION__, event_mask);
92
DNBLogThreadedIf (
LOG_RNB_MAX
, "%s ctx.Events().WaitForSetEvents( 0x%08x ) => 0x%08x", __FUNCTION__, event_mask, set_events);
[
all
...]
RNBRemote.cpp
300
DNBLogThreadedIf (
LOG_RNB_MAX
, "%8d RNBRemote::%s (%s) called", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, s.c_str());
334
DNBLogThreadedIf (
LOG_RNB_MAX
, "%8d RNBRemote::%s (%s) got reply: '%s'", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, sendpacket.c_str(), reply.c_str());
351
//DNBLogThreadedIf (
LOG_RNB_MAX
, "%8u RNBRemote::%s called", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__);
358
//DNBLogThreadedIf (
LOG_RNB_MAX
, "%8u RNBRemote::%s error: no packets available...", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__);
362
//DNBLogThreadedIf (
LOG_RNB_MAX
, "%8u RNBRemote::%s has %u queued packets", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, m_rx_packets.size());
447
DNBLogThreadedIf (
LOG_RNB_MAX
, "%8u RNBRemote::%s(\"%s\")", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, p ? p : "NULL");
[
all
...]
Completed in 2221 milliseconds