Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp474 if (thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
524 thread.GetTemporaryResumeState() == eStateStepping) { in CreateStopReasonWithMachException()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp670 StateType prev_resume_state = GetTemporaryResumeState(); in ShouldResume()
746 if (GetTemporaryResumeState() == eStateSuspended) { in ShouldStop()
959 StateType temp_thread_state = GetTemporaryResumeState(); in ShouldReportStop()
1033 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
1042 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
H A DThreadList.cpp253 if (thread_sp->GetTemporaryResumeState() != eStateSuspended || in ShouldStop()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1156 lldb::StateType GetTemporaryResumeState() const { in GetTemporaryResumeState() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1963 if (thread_sp->GetTemporaryResumeState() == eStateStepping) in SetThreadStopInfo()