Searched refs:GetStopID (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp73 uint32_t QueueItem::GetStopID() { function in class:QueueItem
H A DRegisterContext.cpp28 m_stop_id(thread.GetProcess()->GetStopID()) {}
38 process_stop_id = process_sp->GetStopID();
43 invalidate = process_stop_id != GetStopID();
H A DThreadList.cpp78 uint32_t ThreadList::GetStopID() const { return m_stop_id; } function in class:ThreadList
325 if (thread_sp->GetProcess()->GetStopID() > 1)
550 run_me_only_list.SetStopID(m_process->GetStopID());
H A DThread.cpp367 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX;
405 const uint32_t process_stop_id = process_sp->GetStopID();
450 return m_stop_info_stop_id == process_sp->GetStopID();
474 m_stop_info_stop_id = process_sp->GetStopID();
525 saved_state.orig_stop_id = process_sp->GetStopID();
657 const uint32_t process_stop_id = GetProcess()->GetStopID();
H A DStopInfo.cpp32 m_stop_id(thread.GetProcess()->GetStopID()),
40 return thread_sp->GetProcess()->GetStopID() == m_stop_id;
47 m_stop_id = thread_sp->GetProcess()->GetStopID();
H A DProcess.cpp1176 const uint32_t stop_id = GetStopID();
1178 stop_id != m_thread_list.GetStopID()) {
1451 StateAsCString(new_state), m_mod_id.GetStopID());
2310 (uint64_t)allocated_addr, m_mod_id.GetStopID(),
2378 ptr, error.AsCString("SUCCESS"), m_mod_id.GetStopID(),
3031 m_mod_id.GetStopID(), StateAsCString(m_public_state.GetValue()),
H A DTarget.cpp2755 stop_id = process_sp->GetStopID();
2779 stop_id = process_sp->GetStopID();
2798 stop_id = process_sp->GetStopID();
2809 stop_id = process_sp->GetStopID();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h114 uint32_t GetStopID();
H A DThreadList.h132 uint32_t GetStopID() const;
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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp33 const uint32_t stop_id = process_sp->GetModID().GetStopID();
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i239 will always increase, but may increase by more than one per stop.") GetStopID;
241 GetStopID(bool include_expression_stops = false);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h171 uint32_t GetStopID(bool include_expression_stops = false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp307 __FUNCTION__, process.GetID(), update, process.GetStopID());
309 if (process.GetStopID() == 0) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp330 m_isa_to_descriptor_stop_id = process->GetStopID();
H A DAppleObjCRuntimeV2.cpp1879 m_isa_to_descriptor_stop_id = process->GetStopID();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h267 if (m_process && m_process->GetStopID() != m_isa_to_descriptor_stop_id) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h205 uint32_t GetStopID() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp484 uint32_t SBProcess::GetStopID(bool include_expression_stops) { function in class:SBProcess
485 LLDB_RECORD_METHOD(uint32_t, SBProcess, GetStopID, (bool),
493 return process_sp->GetStopID();
1339 LLDB_REGISTER_METHOD(uint32_t, SBProcess, GetStopID, (bool));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp748 uint32_t NativeProcessProtocol::GetStopID() const { function in class:NativeProcessProtocol
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1348 auto stop_id = process_sp->GetStopID();
1922 if (m_stop_id == process_sp->GetStopID() &&
1930 m_stop_id = process_sp->GetStopID();
2010 const uint32_t stop_id = process_sp->GetStopID();
3293 const uint32_t stop_id = process ? process->GetStopID() : 0;
H A DValueObject.cpp3039 if (current_mod_id.GetStopID() == 0)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2147 const uint32_t stop_id = GetStopID();
5045 if (GetStopID() != 0)

Completed in 531 milliseconds