OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:log_exceptions
(Results
1 - 5
of
5
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachException.cpp
96
if (DNBLogCheckLogBit(
LOG_EXCEPTIONS
))
125
if (DNBLogCheckLogBit(
LOG_EXCEPTIONS
))
154
if (DNBLogCheckLogBit(
LOG_EXCEPTIONS
))
183
DNBLogThreadedIf(
LOG_EXCEPTIONS
,
192
DNBLogThreadedIf(
LOG_EXCEPTIONS
,
276
const bool
log_exceptions
= DNBLogCheckLogBit(
LOG_EXCEPTIONS
);
local
278
if (
log_exceptions
&& ((options & MACH_RCV_TIMEOUT) == 0))
304
if (
log_exceptions
)
350
else if (DNBLogCheckLogBit(
LOG_EXCEPTIONS
))
[
all
...]
MachTask.cpp
583
DNBLogThreadedIf(
LOG_EXCEPTIONS
, "MachTask::%s ( )", __FUNCTION__);
612
if (DNBLogCheckLogBit(
LOG_EXCEPTIONS
) || err.Fail())
673
DNBLogThreadedIf(
LOG_EXCEPTIONS
, "MachTask::%s ( arg = %p ) starting thread...", __FUNCTION__, arg);
758
DNBLogThreadedIf(
LOG_EXCEPTIONS
, "thread cancelled...");
766
DNBLogThreadedIf(
LOG_EXCEPTIONS
, "interrupted, but task still valid, continuing...");
771
DNBLogThreadedIf(
LOG_EXCEPTIONS
, "task has exited...");
794
DNBLogThreadedIf(
LOG_EXCEPTIONS
, "got a timeout, continuing...");
799
DNBLogThreadedIf(
LOG_EXCEPTIONS
, "task has exited...");
822
DNBLogThreadedIf(
LOG_EXCEPTIONS
, "got some other error, do something about it??? nah, continuing for now...");
847
DNBLogThreadedIf(
LOG_EXCEPTIONS
, "MachTask::%s (%p): thread exiting...", __FUNCTION__, arg)
[
all
...]
MachProcess.cpp
667
DNBLogThreadedIf(
LOG_EXCEPTIONS
, "Replying to exception %u...", (uint32_t)std::distance(begin, pos));
685
if (DNBLogCheckLogBit(
LOG_EXCEPTIONS
))
[
all
...]
/external/lldb/tools/debugserver/source/
DNBDefs.h
128
#define
LOG_EXCEPTIONS
(1u << 3)
145
(
LOG_EXCEPTIONS
) |\
RNBRemote.cpp
[
all
...]
Completed in 289 milliseconds