Searched refs:LOG_PROCESS (Results 1 – 5 of 5) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.cpp | 107 DNBLogThreadedIf(LOG_PROCESS | LOG_VERBOSE, "%s", __PRETTY_FUNCTION__); in MachProcess() 112 DNBLogThreadedIf(LOG_PROCESS | LOG_VERBOSE, "%s", __PRETTY_FUNCTION__); in ~MachProcess() 273 …DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) ignoring new state since current state is… in SetState() 277 …DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) ignoring redundant state change...", DNBS… in SetState() 286 …DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) upating state (previous state was %s), ev… in SetState() 339 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::%s ( )", __FUNCTION__); in StartSTDIOThread() 365 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::%s ( )", __FUNCTION__); in StartProfileThread() 382 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Resume ()"); in Resume() 403 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Kill ()"); in Kill() 405 …DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Kill() DoSIGSTOP() state = %s", DNBStateAsString(state… in Kill() [all …]
|
/external/lldb/tools/debugserver/source/ |
D | DNB.cpp | 135 …DNBLogThreadedIf(LOG_PROCESS, "waitpid_thread (): waitpid (pid = %i, &status, 0) => %i, status = %… in waitpid_thread() 151 …DNBLogThreadedIf(LOG_PROCESS, "waitpid_thread (): setting exit status for pid = %i to %i", child_p… in waitpid_thread() 160 …DNBLogThreadedIf(LOG_PROCESS, "waitpid_thread (): main loop exited, setting exit status to an inva… in waitpid_thread() 192 …DNBLogThreadedIf(LOG_PROCESS, "%s ( path='%s', argv = %p, envp = %p, working_dir=%s, stdin=%s, std… in DNBProcessLaunch() 247 DNBLogThreadedIf(LOG_PROCESS, "(DebugNub) new pid is %d...", pid); in DNBProcessLaunch() 319 DNBLogThreadedIf(LOG_PROCESS, "(DebugNub) attaching to pid %d...", attach_pid); in DNBProcessAttach() 333 DNBLogThreadedIf (LOG_PROCESS, in DNBProcessAttach() 342 DNBLogThreadedIf (LOG_PROCESS, in DNBProcessAttach() 359 … DNBLogThreadedIf (LOG_PROCESS, "%s process %4.4x state changed (eEventProcessStateChanged): %s", in DNBProcessAttach() 553 DNBLogThreadedIf (LOG_PROCESS, "Waiting for '%s' to appear...\n", waitfor_process_name); in DNBProcessAttachWait() [all …]
|
D | DNBDefs.h | 126 #define LOG_PROCESS (1u << 1) macro 142 #define LOG_DEFAULT ((LOG_PROCESS) |\
|
D | DNBArch.cpp | 60 …DNBLogThreadedIf (LOG_PROCESS, "DNBArchProtocol::SetDefaultArchitecture (cpu_type=0x%8.8x) => %i",… in SetArchitecture()
|
D | RNBRemote.cpp | 1812 bitmask |= LOG_PROCESS; in set_logging()
|