Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.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()
H A DStatistics.cpp148 uint32_t stop_id = process_sp->GetStopID(); ToJSON() local
H A DThreadList.cpp81 SetStopID(uint32_t stop_id) SetStopID() argument
H A DTarget.cpp3157 stop_id, section in UnloadModuleSections() local
3117 ResolveLoadAddress(addr_t load_addr,Address & so_addr,uint32_t stop_id) ResolveLoadAddress() argument
3133 uint32_t stop_id = 0; SetSectionLoadAddress() local
3176 uint32_t stop_id = 0; SetSectionUnloaded() local
3187 uint32_t stop_id = 0; SetSectionUnloaded() local
[all...]
H A DThread.cpp346 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; GetStopInfo() local
H A DProcess.cpp1145 const uint32_t stop_id = GetStopID(); UpdateThreadListIfNeeded() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h227 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
H A DQueueItem.h112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
H A DProcess.h305 GetStopEventForStopID(uint32_t stop_id) GetStopEventForStopID() argument
1472 GetStopEventForStopID(uint32_t stop_id) GetStopEventForStopID() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h100 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp454 GetStopEventForStopID(uint32_t stop_id) GetStopEventForStopID() argument
H A DSBTarget.cpp618 ResolvePastLoadAddress(uint32_t stop_id,lldb::addr_t vm_addr) ResolvePastLoadAddress() argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.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-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2108 const uint32_t stop_id = GetStopID(); SetThreadStopInfo() local