Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp1400 StateAsCString(state)); in WaitForStateChangedEvents()
1421 StateAsCString(ProcessEventData::GetStateFromEvent (event_ptr))); in PeekAtStateChangedEvents()
1456 …rintf ("Process::%s (timeout = %p, event_sp) => %s", __FUNCTION__, timeout, StateAsCString(state)); in WaitForStateChangedEventsPrivate()
1712 …log->Printf("Process::SetPublicState (state = %s, restarted = %i)", StateAsCString(new_state), res… in SetPublicState()
1724 …Printf("Process::SetPublicState (%s) -- unlocking run lock for detach", StateAsCString(new_state)); in SetPublicState()
1736 … log->Printf("Process::SetPublicState (%s) -- unlocking run lock", StateAsCString(new_state)); in SetPublicState()
1773 log->Printf("Process::SetPrivateState (%s)", StateAsCString(new_state)); in SetPrivateState()
1812 …log->Printf("Process::SetPrivateState (%s) stop_id = %u", StateAsCString(new_state), m_mod_id.GetS… in SetPrivateState()
1823 …rintf("Process::SetPrivateState (%s) state didn't change. Ignoring...", StateAsCString(new_state)); in SetPrivateState()
3451 StateAsCString(m_public_state.GetValue()), in PrivateResume()
[all …]
HDThreadPlan.cpp172 StateAsCString(resume_state), in WillResume()
HDThread.cpp1035 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
1047 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
HDTarget.cpp2421 … error.SetErrorStringWithFormat("process isn't stopped: %s", StateAsCString(state)); in Launch()
2434 …error.SetErrorStringWithFormat ("initial process state wasn't stopped: %s", StateAsCString(state)); in Launch()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDState.h33 StateAsCString (lldb::StateType state);
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDFreeBSDThread.cpp44 lldb_private::StateAsCString(resume_state)); in WillResume()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDState.cpp21 lldb_private::StateAsCString (StateType state) in StateAsCString() function in lldb_private
HDDebugger.cpp2820 StateAsCString (event_state)); in HandleProcessEvent()
HDIOHandler.cpp4354 window.Printf ("Process: %5" PRIu64 " %10s", process->GetID(), StateAsCString(state)); in WindowDelegateDraw()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp559 SBDebugger::StateAsCString (StateType state) in StateAsCString() function in SBDebugger
561 return lldb_private::StateAsCString (state); in StateAsCString()
572 StateAsCString (state), result); in StateIsRunningState()
585 StateAsCString (state), result); in StateIsStoppedState()
HDSBProcess.cpp434 SBDebugger::StateAsCString (event_state)); in ReportEventState()
453 SBDebugger::StateAsCString (event_state)); in AppendEventStateReport()
615 lldb_private::StateAsCString (ret_val)); in GetState()
960 lldb_private::StateAsCString (ret_val)); in GetStateFromEvent()
1227 lldb_private::StateAsCString (GetState()), in GetDescription()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDPOSIXThread.cpp274 …PRIi64 ") setting thread resume state to %s", __FUNCTION__, GetID(), StateAsCString(resume_state)); in WillResume()
296 StateAsCString(resume_state)); in Resume()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp117 …log->Printf ("Resuming thread: %4.4" PRIx64 " with state: %s.", tid, StateAsCString(resume_state)); in WillResume()
HDProcessGDBRemote.cpp670 …after connecting to '%s', but state was not stopped: %s", pid, remote_url, StateAsCString (state)); in DoConnectRemote()
HDGDBRemoteCommunicationClient.cpp1024 … log->Printf ("GDBRemoteCommunicationClient::%s () => %s", __FUNCTION__, StateAsCString(state)); in SendContinuePacketAndWaitForResponse()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectThread.cpp600 …ult.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state)); in DoExecute()
824 …ult.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state)); in DoExecute()
841 StateAsCString(state)); in DoExecute()
1155 …ult.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state)); in DoExecute()
HDCommandObjectProcess.cpp551 …ult.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state)); in DoExecute()
774 …ult.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state)); in DoExecute()
791 StateAsCString(state)); in DoExecute()
HDCommandObjectTarget.cpp96 const char *state_cstr = StateAsCString (state); in DumpTargetInfo()
4577 … result.AppendErrorWithFormat ("process is not stopped: %s", StateAsCString(process_state)); in DoExecute()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h212 StateAsCString (lldb::StateType state);