Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp558 if (thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
608 thread.GetTemporaryResumeState() == eStateStepping) { in CreateStopReasonWithMachException()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp658 StateType prev_resume_state = GetTemporaryResumeState(); in ShouldResume()
734 if (GetTemporaryResumeState() == eStateSuspended) { in ShouldStop()
944 StateType temp_thread_state = GetTemporaryResumeState(); in ShouldReportStop()
1017 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
1026 StateAsCString(GetTemporaryResumeState()), in ShouldReportRun()
H A DThreadList.cpp252 if (thread_sp->GetTemporaryResumeState() != eStateSuspended || in ShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h1224 lldb::StateType GetTemporaryResumeState() const { in GetTemporaryResumeState() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2021 if (thread_sp->GetTemporaryResumeState() == eStateStepping) in SetThreadStopInfo()