Home
last modified time | relevance | path

Searched refs:GetTemporaryResumeState (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDStopInfoMachException.cpp467 if (thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
511 … if (is_trace_if_actual_breakpoint_missing && thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp795 if (GetTemporaryResumeState () == eStateSuspended) in ShouldStop()
1013 StateType temp_thread_state = GetTemporaryResumeState(); in ShouldReportStop()
1086 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
1096 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThread.h1235 GetTemporaryResumeState() const in GetTemporaryResumeState() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp2056 if (thread_sp->GetTemporaryResumeState() == eStateStepping) in SetThreadStopInfo()