| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | RegisterContext.cpp | 30 m_stop_id (thread.GetProcess()->GetStopID()) in RegisterContext() 49 process_stop_id = process_sp->GetStopID(); in InvalidateIfNeeded() 54 invalidate = process_stop_id != GetStopID(); in InvalidateIfNeeded()
|
| HD | ThreadList.cpp | 69 ThreadList::GetStopID () const in GetStopID() function in ThreadList 322 if (thread_sp->GetProcess()->GetStopID() > 1) in ShouldStop() 576 run_me_only_list.SetStopID(m_process->GetStopID()); in WillResume()
|
| HD | StopInfo.cpp | 39 m_stop_id (thread.GetProcess()->GetStopID()), in StopInfo() 52 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid() 62 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
|
| HD | Thread.cpp | 395 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; in GetStopInfo() 424 const uint32_t process_stop_id = process_sp->GetStopID(); in GetPrivateStopInfo() 473 m_stop_info_stop_id = process_sp->GetStopID(); in SetStopInfo() 529 saved_state.orig_stop_id = process_sp->GetStopID(); in CheckpointThreadState() 667 const uint32_t process_stop_id = GetProcess()->GetStopID(); in ShouldResume()
|
| HD | Process.cpp | 1575 const uint32_t stop_id = GetStopID(); in UpdateThreadListIfNeeded() 1576 if (m_thread_list.GetSize(false) == 0 || stop_id != m_thread_list.GetStopID()) in UpdateThreadListIfNeeded() 1812 …ntf("Process::SetPrivateState (%s) stop_id = %u", StateAsCString(new_state), m_mod_id.GetStopID()); in SetPrivateState() 2873 m_mod_id.GetStopID(), in AllocateMemory() 2924 m_mod_id.GetStopID(), in DeallocateMemory() 3450 m_mod_id.GetStopID(), in PrivateResume()
|
| HD | Target.cpp | 2282 stop_id = process_sp->GetStopID(); in SetSectionLoadAddress() 2298 stop_id = process_sp->GetStopID(); in SetSectionUnloaded() 2310 stop_id = process_sp->GetStopID(); in SetSectionUnloaded()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | QueueItem.h | 169 GetStopID () in GetStopID() function
|
| HD | ThreadList.h | 141 GetStopID () const;
|
| HD | RegisterContext.h | 203 GetStopID () const in GetStopID() function
|
| HD | ObjCLanguageRuntime.h | 331 if (m_process && m_process->GetStopID() != m_isa_to_descriptor_stop_id) in UpdateISAToDescriptorMap()
|
| HD | Process.h | 1256 uint32_t GetStopID() const { return m_stop_id; } in GetStopID() function 2641 GetStopID () const in GetStopID() function 2643 return m_mod_id.GetStopID(); in GetStopID()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | RegisterContextThreadMemory.cpp | 45 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBProcess.h | 228 GetStopID(bool include_expression_stops = false);
|
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBProcess.cpp | 585 SBProcess::GetStopID(bool include_expression_stops) in GetStopID() function in SBProcess 592 return process_sp->GetStopID(); in GetStopID()
|
| HD | SBTarget.cpp | 2437 stop_id = process_sp->GetStopID(); in SetSectionLoadAddress() 2473 stop_id = process_sp->GetStopID(); in ClearSectionLoadAddress() 2552 stop_id = process_sp->GetStopID(); in ClearModuleLoadAddress()
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | IOHandler.cpp | 3118 if (m_stop_id == process_sp->GetStopID() && thread_sp->GetID() == m_tid) in TreeDelegateGenerateChildren() 3129 m_stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren() 4511 const uint32_t stop_id = process ? process->GetStopID() : 0; in WindowDelegateDraw()
|
| HD | ValueObject.cpp | 3732 if (current_mod_id.GetStopID() == 0) in SyncWithProcessState()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ProcessGDBRemote.cpp | 1503 const uint32_t stop_id = GetStopID(); in SetThreadStopInfo()
|
| HD | GDBRemoteCommunicationClient.cpp | 798 if (process->GetStopID() == 0) in SendContinuePacketAndWaitForResponse()
|