Searched defs:GetStopID (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h192 uint32_t GetStopID() const { return m_stop_id; } function in class:lldb_private::RegisterContext
H A DProcess.h270 uint32_t GetStopID() const { return m_stop_id; } function in class:lldb_private::ProcessModID
1339 uint32_t GetStopID() const { return m_mod_id.GetStopID(); } function in class:lldb_private::Process
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp73 uint32_t QueueItem::GetStopID() { function in class:QueueItem
H A DThreadList.cpp78 uint32_t ThreadList::GetStopID() const { return m_stop_id; } function in class:ThreadList
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp748 uint32_t NativeProcessProtocol::GetStopID() const { function in class:NativeProcessProtocol
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp484 uint32_t SBProcess::GetStopID(bool include_expression_stops) { function in class:SBProcess

Completed in 77 milliseconds