Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Thread/
DThreadTest.cpp99 TEST_F(ThreadTest, SetStopInfo) { in TEST_F() argument
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h524 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo() function
/external/llvm-project/lldb/source/Target/
DThread.cpp440 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() function in Thread