| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | State.h | 29 const char *StateAsCString(lldb::StateType state); 71 Stream << lldb_private::StateAsCString(state);
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 748 StateAsCString(event_state)); in HandleProcessStateChangedEvent() 952 StateAsCString(ProcessEventData::GetStateFromEvent(event_ptr))); in PeekAtStateChangedEvents() 975 state == eStateInvalid ? "TIMEOUT" : StateAsCString(state)); in GetStateChangedEventsPrivate() 1294 GetPluginName().data(), StateAsCString(new_state), restarted); in SetPublicState() 1305 GetPluginName().data(), StateAsCString(new_state)); in SetPublicState() 1312 GetPluginName().data(), StateAsCString(new_state)); in SetPublicState() 1360 StateAsCString(state)); in ResumeSynchronous() 1406 StateAsCString(new_state)); in SetPrivateState() 1448 GetPluginName().data(), StateAsCString(new_state), in SetPrivateState() 1455 GetPluginName().data(), StateAsCString(new_state)); in SetPrivateState() [all …]
|
| H A D | ThreadPlanSingleThreadTimeout.cpp | 215 StateAsCString(stop_state)); in IsTimeoutAsyncInterrupt()
|
| H A D | ThreadPlan.cpp | 136 StateAsCString(resume_state), StopOthers()); in WillResume()
|
| H A D | Thread.cpp | 1073 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun() 1082 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
|
| H A D | Target.cpp | 3368 __FUNCTION__, StateAsCString(state)); in Launch() 3510 "initial process state wasn't stopped: %s", StateAsCString(state)); in Launch()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | State.cpp | 14 const char *lldb_private::StateAsCString(StateType state) { in StateAsCString() function in lldb_private
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 74 StateAsCString(process_sp->GetState())); in MakeFunctionCaller()
|
| H A D | UserExpression.cpp | 214 StateAsCString(process->GetState()))); in Evaluate()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.cpp | 241 StateAsCString(resume_state)); in WillResume()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 469 StateAsCString(process->GetState())); in InitializeDelegate() 1104 __FUNCTION__, process->GetID(), StateAsCString(state)); in ProcessStateChanged() 1135 __FUNCTION__, process->GetID(), StateAsCString(state)); in ProcessStateChanged()
|
| H A D | ProcessGDBRemote.cpp | 581 pid, remote_url.str().c_str(), StateAsCString(state)); in DoConnectRemote()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.cpp | 240 StateAsCString(m_state)); in GetStopReason()
|
| H A D | NativeProcessFreeBSD.cpp | 507 __FUNCTION__, StateAsCString(action->state), GetID(), thread.GetID()); in Resume() 573 StateAsCString(m_state)); in Kill()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 251 StateAsCString(m_state)); in GetStopReason()
|
| H A D | NativeProcessNetBSD.cpp | 537 __FUNCTION__, StateAsCString(action->state), GetID(), thread.GetID()); in Resume() 600 StateAsCString(m_state)); in Kill()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 439 static const char *StateAsCString(lldb::StateType state);
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 329 SBDebugger::StateAsCString(event_state)); in ReportEventState() 342 process_sp->GetID(), SBDebugger::StateAsCString(event_state)); in AppendEventStateReport() 1018 process_sp->GetID(), lldb_private::StateAsCString(GetState()), in GetDescription()
|
| H A D | SBDebugger.cpp | 702 const char *SBDebugger::StateAsCString(StateType state) { in StateAsCString() function in SBDebugger 705 return lldb_private::StateAsCString(state); in StateAsCString()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 117 const char *state_cstr = StateAsCString(state); in DumpTargetInfo() 4506 StateAsCString(process_state)); in AddSymbolsForFrame() 4549 StateAsCString(process_state)); in AddSymbolsForStack()
|
| H A D | CommandObjectPlatform.cpp | 1180 StateAsCString(state)); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 741 StateAsCString(state)); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 780 StateAsCString(state)); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 6748 StateAsCString(state)); in WindowDelegateDraw()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 22894 result = (char *)lldb::SBDebugger::StateAsCString(arg1); in _wrap_SBDebugger_StateAsCString()
|