Home
last modified time | relevance | path

Searched defs:stop_id (Results 1 – 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDSectionLoadHistory.cpp36 SectionLoadHistory::GetSectionLoadListForStopID(uint32_t stop_id, in GetSectionLoadListForStopID()
105 SectionLoadHistory::GetSectionLoadAddress(uint32_t stop_id, in GetSectionLoadAddress()
114 bool SectionLoadHistory::ResolveLoadAddress(uint32_t stop_id, addr_t load_addr, in ResolveLoadAddress()
125 uint32_t stop_id, const lldb::SectionSP &section_sp, addr_t load_addr, in SetSectionLoadAddress()
136 SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()
145 bool SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()
HDStatistics.cpp185 uint32_t stop_id = process_sp->GetStopID(); in ToJSON() local
HDThreadList.cpp80 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
HDTarget.cpp3105 uint32_t stop_id) { in ResolveLoadAddress()
3121 uint32_t stop_id = 0; in SetSectionLoadAddress() local
3145 uint32_t stop_id = 0; in UnloadModuleSections() local
3164 uint32_t stop_id = 0; in SetSectionUnloaded() local
3175 uint32_t stop_id = 0; in SetSectionUnloaded() local
HDThread.cpp347 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; in GetStopInfo() local
HDProcess.cpp1177 const uint32_t stop_id = GetStopID(); in UpdateThreadListIfNeeded() local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRegisterContext.h227 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
HDQueueItem.h112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
HDProcess.h307 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID()
1490 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.h100 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextThreadMemory.cpp33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBProcess.cpp456 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID()
HDSBTarget.cpp625 lldb::SBAddress SBTarget::ResolvePastLoadAddress(uint32_t stop_id, in ResolvePastLoadAddress()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp4512 auto stop_id = process_sp->GetStopID(); in GetChildren() local
5232 const uint32_t stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren() local
6862 const uint32_t stop_id = process ? process->GetStopID() : 0; in WindowDelegateDraw() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp2129 const uint32_t stop_id = GetStopID(); in SetThreadStopInfo() local