Home
last modified time | relevance | path

Searched refs:GetStopID (Results 1 – 19 of 19) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Target/
HDRegisterContext.cpp30 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()
HDThreadList.cpp69 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()
HDStopInfo.cpp39 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()
HDThread.cpp395 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()
HDProcess.cpp1575 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()
HDTarget.cpp2282 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/
HDQueueItem.h169 GetStopID () in GetStopID() function
HDThreadList.h141 GetStopID () const;
HDRegisterContext.h203 GetStopID () const in GetStopID() function
HDObjCLanguageRuntime.h331 if (m_process && m_process->GetStopID() != m_isa_to_descriptor_stop_id) in UpdateISAToDescriptorMap()
HDProcess.h1256 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/
HDRegisterContextThreadMemory.cpp45 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBProcess.h228 GetStopID(bool include_expression_stops = false);
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBProcess.cpp585 SBProcess::GetStopID(bool include_expression_stops) in GetStopID() function in SBProcess
592 return process_sp->GetStopID(); in GetStopID()
HDSBTarget.cpp2437 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/
HDIOHandler.cpp3118 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()
HDValueObject.cpp3732 if (current_mod_id.GetStopID() == 0) in SyncWithProcessState()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1503 const uint32_t stop_id = GetStopID(); in SetThreadStopInfo()
HDGDBRemoteCommunicationClient.cpp798 if (process->GetStopID() == 0) in SendContinuePacketAndWaitForResponse()