Searched refs:StateAsCString (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DState.h33 StateAsCString (lldb::StateType state);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DState.cpp21 lldb_private::StateAsCString (StateType state) function in class:lldb_private
H A DDebugger.cpp2820 StateAsCString (event_state));
H A DIOHandler.cpp4354 window.Printf ("Process: %5" PRIu64 " %10s", process->GetID(), StateAsCString(state));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp44 lldb_private::StateAsCString(resume_state));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1400 StateAsCString(state));
1421 StateAsCString(ProcessEventData::GetStateFromEvent (event_ptr)));
1456 log->Printf ("Process::%s (timeout = %p, event_sp) => %s", __FUNCTION__, timeout, StateAsCString(state));
1712 log->Printf("Process::SetPublicState (state = %s, restarted = %i)", StateAsCString(new_state), restarted);
1724 log->Printf("Process::SetPublicState (%s) -- unlocking run lock for detach", StateAsCString(new_state));
1736 log->Printf("Process::SetPublicState (%s) -- unlocking run lock", StateAsCString(new_state));
1773 log->Printf("Process::SetPrivateState (%s)", StateAsCString(new_state));
1812 log->Printf("Process::SetPrivateState (%s) stop_id = %u", StateAsCString(new_state), m_mod_id.GetStopID());
1823 log->Printf("Process::SetPrivateState (%s) state didn't change. Ignoring...", StateAsCString(new_state));
3451 StateAsCString(m_public_stat
[all...]
H A DThreadPlan.cpp172 StateAsCString(resume_state),
H A DThread.cpp1035 StateAsCString(GetTemporaryResumeState()),
1047 StateAsCString(GetTemporaryResumeState()),
H A DTarget.cpp2421 error.SetErrorStringWithFormat("process isn't stopped: %s", StateAsCString(state));
2434 error.SetErrorStringWithFormat ("initial process state wasn't stopped: %s", StateAsCString(state));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp117 log->Printf ("Resuming thread: %4.4" PRIx64 " with state: %s.", tid, StateAsCString(resume_state));
H A DGDBRemoteCommunicationClient.cpp1024 log->Printf ("GDBRemoteCommunicationClient::%s () => %s", __FUNCTION__, StateAsCString(state));
H A DProcessGDBRemote.cpp670 error.SetErrorStringWithFormat ("Process %" PRIu64 " was reported after connecting to '%s', but state was not stopped: %s", pid, remote_url, StateAsCString (state));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp274 log->Printf ("POSIXThread::%s (tid = %" PRIi64 ") setting thread resume state to %s", __FUNCTION__, GetID(), StateAsCString(resume_state));
296 StateAsCString(resume_state));
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h212 StateAsCString (lldb::StateType state);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp559 SBDebugger::StateAsCString (StateType state) function in class:SBDebugger
561 return lldb_private::StateAsCString (state);
572 StateAsCString (state), result);
585 StateAsCString (state), result);
H A DSBProcess.cpp434 SBDebugger::StateAsCString (event_state));
453 SBDebugger::StateAsCString (event_state));
615 lldb_private::StateAsCString (ret_val));
960 lldb_private::StateAsCString (ret_val));
1227 lldb_private::StateAsCString (GetState()),
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp600 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state));
824 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state));
841 StateAsCString(state));
1155 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state));
H A DCommandObjectProcess.cpp551 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state));
774 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state));
791 StateAsCString(state));
H A DCommandObjectTarget.cpp96 const char *state_cstr = StateAsCString (state);
4577 result.AppendErrorWithFormat ("process is not stopped: %s", StateAsCString(process_state));

Completed in 259 milliseconds