Home
last modified time | relevance | path

Searched refs:DNBStateAsString (Results 1 – 7 of 7) sorted by relevance

/external/lldb/tools/debugserver/source/
Dlibdebugserver.cpp163 …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()
Ddebugserver.cpp297 …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()
DRNBContext.cpp181 …ext::%s (pid=%4.4x) got process state change: %s", __FUNCTION__, pid, DNBStateAsString(pid_state)); in ThreadFunctionProcessStatus()
DDNB.h147 const char * DNBStateAsString (nub_state_t state) DNB_EXPORT;
DDNB.cpp360 __FUNCTION__, pid, DNBStateAsString(pid_state)); in DNBProcessAttach()
763 DNBStateAsString(nub_state_t state) in DNBStateAsString() function
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp273 …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 …]
DMachThread.cpp531 …G_THREAD, "MachThread::SetState ( %s ) for tid = 0x%8.8" PRIx64 "", DNBStateAsString(state), m_uni… in SetState()