Home
last modified time | relevance | path

Searched refs:StateAsCString (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DState.h32 const char *StateAsCString(lldb::StateType state);
78 Stream << lldb_private::StateAsCString(state);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1060 StateAsCString(event_state)); in HandleProcessStateChangedEvent()
1582 StateAsCString(new_state)); in SetPublicState()
1643 StateAsCString(state)); in ResumeSynchronous()
1719 StateAsCString(new_state)); in SetPrivateState()
2869 StateAsCString(state)); in LoadCore()
3399 StateAsCString(state)); in StopForDestroyOrDetach()
3408 StateAsCString(GetState())); in StopForDestroyOrDetach()
3892 StateAsCString(GetState()), in HandlePrivateEvent()
3952 StateAsCString(GetState())); in HandlePrivateEvent()
5144 StateAsCString(stop_state)); in RunThreadPlan()
[all …]
H A DThreadPlan.cpp123 StateAsCString(resume_state), StopOthers()); in WillResume()
H A DThread.cpp1017 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
1026 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
H A DTarget.cpp2818 __FUNCTION__, StateAsCString(state)); in Launch()
2917 StateAsCString(state)); in Launch()
2958 "initial process state wasn't stopped: %s", StateAsCString(state)); in Launch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DState.cpp15 const char *lldb_private::StateAsCString(StateType state) { in StateAsCString() function in lldb_private
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp496 const char *SBDebugger::StateAsCString(StateType state) { in StateAsCString() function in SBDebugger
497 return lldb_private::StateAsCString(state); in StateAsCString()
538 StateAsCString(state), result); in StateIsRunningState()
549 StateAsCString(state), result); in StateIsStoppedState()
H A DSBProcess.cpp380 process_sp->GetID(), SBDebugger::StateAsCString(event_state)); in ReportEventState()
394 process_sp->GetID(), SBDebugger::StateAsCString(event_state)); in AppendEventStateReport()
569 lldb_private::StateAsCString(ret_val)); in GetState()
865 lldb_private::StateAsCString(ret_val)); in GetStateFromEvent()
1119 process_sp->GetID(), lldb_private::StateAsCString(GetState()), in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp138 StateAsCString(m_state)); in GetStopReason()
H A DNativeProcessNetBSD.cpp367 __FUNCTION__, StateAsCString(action->state), GetID(), in Resume()
419 StateAsCString(m_state)); in Kill()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp293 lldb_private::StateAsCString(resume_state)); in WillResume()
327 StateAsCString(resume_state)); in Resume()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h184 static const char *StateAsCString(lldb::StateType state);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp337 __FUNCTION__, lldb_private::StateAsCString(state), GetID()); in SynchronouslyNotifyProcessStateChanged()
341 __FUNCTION__, lldb_private::StateAsCString(state), GetID()); in SynchronouslyNotifyProcessStateChanged()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp236 StateAsCString(resume_state)); in WillResume()
H A DGDBRemoteCommunicationServerLLGS.cpp335 StateAsCString(process->GetState())); in InitializeDelegate()
846 __FUNCTION__, process->GetID(), StateAsCString(state));
875 __FUNCTION__, process->GetID(), StateAsCString(state));
H A DProcessGDBRemote.cpp750 pid, remote_url.str().c_str(), StateAsCString(state)); in DoConnectRemote()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp1442 StateAsCString(state)); in Resume()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp704 StateAsCString(state)); in DoExecute()
H A DCommandObjectThread.cpp983 StateAsCString(state)); in DoExecute()
H A DCommandObjectTarget.cpp98 const char *state_cstr = StateAsCString(state); in DumpTargetInfo()
4356 StateAsCString(process_state)); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3765 StateAsCString(state)); in WindowDelegateDraw()