| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | RegisterContext.cpp | 29 m_stop_id(thread.GetProcess()->GetStopID()) {} in RegisterContext() 39 process_stop_id = process_sp->GetStopID(); in InvalidateIfNeeded() 44 invalidate = process_stop_id != GetStopID(); in InvalidateIfNeeded()
|
| H A D | QueueItem.cpp | 74 uint32_t QueueItem::GetStopID() { in GetStopID() function in QueueItem
|
| H A D | ThreadList.cpp | 77 uint32_t ThreadList::GetStopID() const { return m_stop_id; } in GetStopID() function in ThreadList 324 if (thread_sp->GetProcess()->GetStopID() > 1) in ShouldStop() 550 run_me_only_list.SetStopID(m_process->GetStopID()); in WillResume()
|
| H A D | Thread.cpp | 390 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; in GetStopInfo() 423 const uint32_t process_stop_id = process_sp->GetStopID(); in GetPrivateStopInfo() 468 return m_stop_info_stop_id == process_sp->GetStopID(); in StopInfoIsUpToDate() 492 m_stop_info_stop_id = process_sp->GetStopID(); in SetStopInfo() 544 saved_state.orig_stop_id = process_sp->GetStopID(); in CheckpointThreadState() 676 const uint32_t process_stop_id = GetProcess()->GetStopID(); in ShouldResume()
|
| H A D | StopInfo.cpp | 33 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo() 41 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid() 48 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
|
| H A D | Process.cpp | 1435 const uint32_t stop_id = GetStopID(); in UpdateThreadListIfNeeded() 1437 stop_id != m_thread_list.GetStopID()) { in UpdateThreadListIfNeeded() 1707 StateAsCString(new_state), m_mod_id.GetStopID()); in SetPrivateState() 2556 (uint64_t)allocated_addr, m_mod_id.GetStopID(), in AllocateMemory() 2624 ptr, error.AsCString("SUCCESS"), m_mod_id.GetStopID(), in DeallocateMemory() 3264 m_mod_id.GetStopID(), StateAsCString(m_public_state.GetValue()), in PrivateResume()
|
| H A D | Target.cpp | 2734 stop_id = process_sp->GetStopID(); in SetSectionLoadAddress() 2758 stop_id = process_sp->GetStopID(); in UnloadModuleSections() 2777 stop_id = process_sp->GetStopID(); in SetSectionUnloaded() 2788 stop_id = process_sp->GetStopID(); in SetSectionUnloaded()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | QueueItem.h | 129 uint32_t GetStopID();
|
| H A D | ThreadList.h | 135 uint32_t GetStopID() const;
|
| H A D | RegisterContext.h | 205 uint32_t GetStopID() const { return m_stop_id; } in GetStopID() function
|
| H A D | ObjCLanguageRuntime.h | 252 if (m_process && m_process->GetStopID() != m_isa_to_descriptor_stop_id) { in UpdateISAToDescriptorMap()
|
| H A D | Process.h | 435 uint32_t GetStopID() const { return m_stop_id; } in GetStopID() function 1640 uint32_t GetStopID() const { return m_mod_id.GetStopID(); } in GetStopID() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextThreadMemory.cpp | 34 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeThreadListDarwin.cpp | 308 __FUNCTION__, process.GetID(), update, process.GetStopID()); in UpdateThreadList() 310 if (process.GetStopID() == 0) { in UpdateThreadList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBDebugger.cpp | 315 CMICmnLLDBDebugSessionInfo::Instance().GetProcess().GetStopID( in CheckIfNeedToRebroadcastStopEvent() 337 const uint32_t nStopId = process.GetStopID(include_expression_stops); in RebroadcastStopEvent()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 182 uint32_t GetStopID(bool include_expression_stops = false);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 189 uint32_t GetStopID() const;
|
| /freebsd-12.1/contrib/llvm/tools/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 | 1816 m_isa_to_descriptor_stop_id = process->GetStopID(); in UpdateISAToDescriptorMapIfNeeded()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 694 uint32_t NativeProcessProtocol::GetStopID() const { in GetStopID() function in NativeProcessProtocol
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBProcess.cpp | 520 uint32_t SBProcess::GetStopID(bool include_expression_stops) { in GetStopID() function in SBProcess 526 return process_sp->GetStopID(); in GetStopID()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | IOHandler.cpp | 1933 auto stop_id = process_sp->GetStopID(); in GetChildren() 2507 if (m_stop_id == process_sp->GetStopID() && in TreeDelegateGenerateChildren() 2515 m_stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren() 2595 const uint32_t stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren() 3883 const uint32_t stop_id = process ? process->GetStopID() : 0; in WindowDelegateDraw()
|
| H A D | ValueObject.cpp | 3029 if (current_mod_id.GetStopID() == 0) in SyncWithProcessState()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 2218 const uint32_t stop_id = GetStopID(); in SetThreadStopInfo() 5085 if (GetStopID() != 0) in HandleStopReply()
|