Home
last modified time | relevance | path

Searched refs:SetResumeSignal (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h158 void SetResumeSignal(int signal) { m_resume_signal = signal; } in SetResumeSignal() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp993 thread_sp->SetResumeSignal(m_value); in WillResume()
H A DThread.cpp727 void Thread::DidResume() { SetResumeSignal(LLDB_INVALID_SIGNAL_NUMBER); } in DidResume()