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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h225 uint32_t GetStopID() const { return m_stop_id; } function in class:lldb_private::RegisterContext
H A DProcess.h247 uint32_t GetStopID() const { return m_stop_id; } function in class:lldb_private::ProcessModID
1460 uint32_t GetStopID() const { return m_mod_id.GetStopID(); } function in class:lldb_private::Process
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp73 uint32_t QueueItem::GetStopID() { function in class:QueueItem
H A DTrace.cpp369 uint32_t Trace::GetStopID() { function in class:Trace
H A DThreadList.cpp79 uint32_t ThreadList::GetStopID() const { return m_stop_id; } function in class:ThreadList
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h102 uint32_t GetStopID() { return m_stop_id; } function in class:DynamicLoaderFreeBSDKernel::KModImageInfo
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp757 uint32_t NativeProcessProtocol::GetStopID() const { function in class:NativeProcessProtocol
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp439 uint32_t SBProcess::GetStopID(bool include_expression_stops) { function in class:SBProcess

Completed in 141 milliseconds