Searched refs:LOG_PROCESS (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNB.cpp | 171 DNBLogThreadedIf(LOG_PROCESS, "waitpid (%i) -> STOPPED (signal = %i)", in kqueue_thread() 176 DNBLogThreadedIf(LOG_PROCESS, "waitpid (%i) -> EXITED (status = %i)", in kqueue_thread() 181 DNBLogThreadedIf(LOG_PROCESS, in kqueue_thread() 191 DNBLogThreadedIf(LOG_PROCESS, in kqueue_thread() 207 LOG_PROCESS, in kqueue_thread() 271 DNBLogThreadedIf(LOG_PROCESS, "waitpid_thread (): waitpid (pid = %i, " in waitpid_thread() 285 LOG_PROCESS, in waitpid_thread() 296 DNBLogThreadedIf(LOG_PROCESS, "waitpid_thread (): main loop exited, setting " in waitpid_thread() 328 DNBLogThreadedIf(LOG_PROCESS, in DNBProcessLaunch() 369 DNBLogThreadedIf(LOG_PROCESS, "(DebugNub) new pid is %d...", pid); in DNBProcessLaunch() [all …]
|
D | DNBDefs.h | 118 #define LOG_PROCESS (1u << 1) macro 136 ((LOG_PROCESS) | (LOG_TASK) | (LOG_THREAD) | (LOG_EXCEPTIONS) | \
|
D | DNBArch.cpp | 42 DNBLogThreadedIf(LOG_PROCESS, in SetArchitecture()
|
D | RNBRemote.cpp | 2091 bitmask |= LOG_PROCESS; in set_logging()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.mm | 163 LOG_PROCESS, 167 DNBLogThreadedIf(LOG_PROCESS, 182 DNBLogThreadedIf(LOG_PROCESS, "In completion handler for send " 216 LOG_PROCESS, 533 DNBLogThreadedIf(LOG_PROCESS | LOG_VERBOSE, "%s", __PRETTY_FUNCTION__); 537 DNBLogThreadedIf(LOG_PROCESS | LOG_VERBOSE, "%s", __PRETTY_FUNCTION__); 1303 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) ignoring new " 1308 LOG_PROCESS, 1318 LOG_PROCESS, "MachProcess::SetState(%s) upating state (previous " 1365 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::%s ( )", __FUNCTION__); [all …]
|