| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Trace.cpp | 187 uint32_t new_stop_id = m_live_process->GetStopID(); in RefreshLiveProcessState() 218 uint32_t Trace::GetStopID() { in GetStopID() function in Trace
|
| H A D | RegisterContext.cpp | 28 m_stop_id(thread.GetProcess()->GetStopID()) {} in RegisterContext() 38 process_stop_id = process_sp->GetStopID(); in InvalidateIfNeeded() 43 invalidate = process_stop_id != GetStopID(); in InvalidateIfNeeded()
|
| H A D | QueueItem.cpp | 73 uint32_t QueueItem::GetStopID() { in GetStopID() function in QueueItem
|
| H A D | ThreadList.cpp | 78 uint32_t ThreadList::GetStopID() const { return m_stop_id; } in GetStopID() function in ThreadList 325 if (thread_sp->GetProcess()->GetStopID() > 1) in ShouldStop() 550 run_me_only_list.SetStopID(m_process->GetStopID()); in WillResume()
|
| H A D | Thread.cpp | 339 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; in GetStopInfo() 377 const uint32_t process_stop_id = process_sp->GetStopID(); in GetPrivateStopInfo() 422 return m_stop_info_stop_id == process_sp->GetStopID(); in StopInfoIsUpToDate() 446 m_stop_info_stop_id = process_sp->GetStopID(); in SetStopInfo() 497 saved_state.orig_stop_id = process_sp->GetStopID(); in CheckpointThreadState() 688 const uint32_t process_stop_id = GetProcess()->GetStopID(); in ShouldResume()
|
| H A D | StopInfo.cpp | 32 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo() 40 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid() 47 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
|
| H A D | Process.cpp | 1121 const uint32_t stop_id = GetStopID(); in UpdateThreadListIfNeeded() 1123 stop_id != m_thread_list.GetStopID()) { in UpdateThreadListIfNeeded() 1435 StateAsCString(new_state), m_mod_id.GetStopID()); in SetPrivateState() 2295 (uint64_t)allocated_addr, m_mod_id.GetStopID(), in AllocateMemory() 2363 ptr, error.AsCString("SUCCESS"), m_mod_id.GetStopID(), in DeallocateMemory() 3018 m_mod_id.GetStopID(), StateAsCString(m_public_state.GetValue()), in PrivateResume()
|
| H A D | Target.cpp | 2847 stop_id = process_sp->GetStopID(); in SetSectionLoadAddress() 2871 stop_id = process_sp->GetStopID(); in UnloadModuleSections() 2890 stop_id = process_sp->GetStopID(); in SetSectionUnloaded() 2901 stop_id = process_sp->GetStopID(); in SetSectionUnloaded()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | QueueItem.h | 114 uint32_t GetStopID();
|
| H A D | ThreadList.h | 132 uint32_t GetStopID() const;
|
| H A D | Trace.h | 225 uint32_t GetStopID();
|
| H A D | RegisterContext.h | 219 uint32_t GetStopID() const { return m_stop_id; } in GetStopID() function
|
| H A D | Process.h | 260 uint32_t GetStopID() const { return m_stop_id; } in GetStopID() function 1353 uint32_t GetStopID() const { return m_mod_id.GetStopID(); } in GetStopID() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcess.i | 237 will always increase, but may increase by more than one per stop.") GetStopID; 239 GetStopID(bool include_expression_stops = false);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextThreadMemory.cpp | 33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 171 uint32_t GetStopID(bool include_expression_stops = false);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 464 uint32_t SBProcess::GetStopID(bool include_expression_stops) { in GetStopID() function in SBProcess 465 LLDB_RECORD_METHOD(uint32_t, SBProcess, GetStopID, (bool), in GetStopID() 473 return process_sp->GetStopID(); in GetStopID() 1383 LLDB_REGISTER_METHOD(uint32_t, SBProcess, GetStopID, (bool)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 331 m_isa_to_descriptor_stop_id = process->GetStopID(); in UpdateISAToDescriptorMapIfNeeded()
|
| H A D | AppleObjCRuntimeV2.cpp | 2208 m_isa_to_descriptor_stop_id = process->GetStopID(); in UpdateISAToDescriptorMapIfNeeded()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 218 uint32_t GetStopID() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 277 if (m_process && m_process->GetStopID() != m_isa_to_descriptor_stop_id) { in UpdateISAToDescriptorMap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 722 uint32_t NativeProcessProtocol::GetStopID() const { in GetStopID() function in NativeProcessProtocol
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3301 auto stop_id = process_sp->GetStopID(); in GetChildren() 3885 if (m_stop_id == process_sp->GetStopID() && in TreeDelegateGenerateChildren() 3893 m_stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren() 3974 const uint32_t stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren() 5314 const uint32_t stop_id = process ? process->GetStopID() : 0; in WindowDelegateDraw()
|
| H A D | ValueObject.cpp | 2874 if (current_mod_id.GetStopID() == 0) in SyncWithProcessState()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 2162 const uint32_t stop_id = GetStopID(); in SetThreadStopInfo() 5105 if (GetStopID() != 0) in HandleStopReply()
|