Home
last modified time | relevance | path

Searched defs:SetStopInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h521 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { SetStopInfo() function
/llvm-project/lldb/unittests/Thread/
H A DThreadTest.cpp162 TEST_F(ThreadTest, SetStopInfo) { in TEST_F() argument
/llvm-project/lldb/source/Target/
H A DThread.cpp457 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { SetStopInfo() function in Thread