Searched refs:SetStopID (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } function in class:lldb_private::QueueItem
H A DThreadList.h134 void SetStopID(uint32_t stop_id);
H A DRegisterContext.h196 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } function in class:lldb_private::RegisterContext
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp80 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } function in class:ThreadList
550 run_me_only_list.SetStopID(m_process->GetStopID());
H A DRegisterContext.cpp47 SetStopID(process_stop_id);
H A DProcess.cpp1250 m_thread_list.SetStopID(stop_id);
1308 m_thread_list.SetStopID(stop_id);

Completed in 74 milliseconds