/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | SectionLoadHistory.cpp | 36 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 §ion_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 D | Statistics.cpp | 148 uint32_t stop_id = process_sp->GetStopID(); in ToJSON() local
|
H A D | ThreadList.cpp | 81 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
|
H A D | Target.cpp | 3003 uint32_t stop_id) { in ResolveLoadAddress() 3019 uint32_t stop_id = 0; in SetSectionLoadAddress() local 3043 uint32_t stop_id = 0; in UnloadModuleSections() local 3062 uint32_t stop_id = 0; in SetSectionUnloaded() local 3073 uint32_t stop_id = 0; in SetSectionUnloaded() local
|
H A D | Thread.cpp | 342 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; in GetStopInfo() local
|
H A D | Process.cpp | 1141 const uint32_t stop_id = GetStopID(); in UpdateThreadListIfNeeded() local
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | RegisterContext.h | 217 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
|
H A D | QueueItem.h | 112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
|
H A D | Process.h | 308 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() 1399 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextThreadMemory.cpp | 33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | SystemRuntimeMacOSX.h | 126 uint32_t stop_id; member
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | JSONUtils.cpp | 878 uint32_t stop_id) { in CreateThreadStopped()
|
H A D | lldb-vscode.cpp | 224 uint32_t stop_id = process.GetStopID(); in SendThreadStoppedEvent() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 604 uint32_t stop_id) { in SetProcessStopId()
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBProcess.cpp | 453 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID()
|
H A D | SBTarget.cpp | 616 lldb::SBAddress SBTarget::ResolvePastLoadAddress(uint32_t stop_id, in ResolvePastLoadAddress()
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 4513 auto stop_id = process_sp->GetStopID(); in GetChildren() local 5209 const uint32_t stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren() local 6841 const uint32_t stop_id = process ? process->GetStopID() : 0; in WindowDelegateDraw() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 2060 const uint32_t stop_id = GetStopID(); in SetThreadStopInfo() local
|