Searched refs:DNBStateAsString (Results 1 – 7 of 7) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | libdebugserver.cpp | 163 …ote, initialize=%i) pid_state = %s", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state)); in HandleProcessStateChange() 192 …d %u)) Notify??? no, first stop...", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state), … in HandleProcessStateChange() 197 …ount %u (old %u)) Notify??? YES!!!", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state), … in HandleProcessStateChange() 203 …%u (old %u)) Notify??? skipping...", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state), … in HandleProcessStateChange()
|
D | debugserver.cpp | 297 …4x state changed (eEventProcessStateChanged): %s", __FUNCTION__, pid, DNBStateAsString(pid_state)); in RNBRunLoopLaunchInferior() 420 …ote, initialize=%i) pid_state = %s", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state)); in HandleProcessStateChange() 453 …%llu)) Notify??? no, first stop...", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state), … in HandleProcessStateChange() 458 … %llu (old %llu)) Notify??? YES!!!", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state), … in HandleProcessStateChange() 464 … (old %llu)) Notify??? skipping...", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state), … in HandleProcessStateChange()
|
D | RNBContext.cpp | 181 …ext::%s (pid=%4.4x) got process state change: %s", __FUNCTION__, pid, DNBStateAsString(pid_state)); in ThreadFunctionProcessStatus()
|
D | DNB.h | 147 const char * DNBStateAsString (nub_state_t state) DNB_EXPORT;
|
D | DNB.cpp | 360 __FUNCTION__, pid, DNBStateAsString(pid_state)); in DNBProcessAttach() 763 DNBStateAsString(nub_state_t state) in DNBStateAsString() function
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.cpp | 273 …cess::SetState(%s) ignoring new state since current state is exited", DNBStateAsString(new_state)); in SetState() 277 …CESS, "MachProcess::SetState(%s) ignoring redundant state change...", DNBStateAsString(new_state)); in SetState() 286 …state (previous state was %s), event_mask = 0x%8.8x", DNBStateAsString(new_state), DNBStateAsStrin… in SetState() 396 …Resume() - task 0x%x has state %s, can't continue...", m_task.TaskPort(), DNBStateAsString(state)); in Resume() 405 …DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Kill() DoSIGSTOP() state = %s", DNBStateAsString(state… in Kill() 428 …u ms for process to be reaped (state = %s)", reap_time_elapsed/1000, DNBStateAsString(GetState())); in Kill() 445 …:Signal (signal = %d, timeout = %p) state = %s", signal, timeout_abstime, DNBStateAsString(state)); in Signal() 461 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::DoSIGSTOP() state = %s", DNBStateAsString (state)); in DoSIGSTOP() 482 …(LOG_PROCESS, "MachProcess::DoSIGSTOP() state = %s -- resuming process", DNBStateAsString (state)); in DoSIGSTOP() 498 …f(LOG_PROCESS, "MachProcess::DoSIGSTOP() state = %s -- sending SIGSTOP", DNBStateAsString (state)); in DoSIGSTOP() [all …]
|
D | MachThread.cpp | 531 …G_THREAD, "MachThread::SetState ( %s ) for tid = 0x%8.8" PRIx64 "", DNBStateAsString(state), m_uni… in SetState()
|