Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp36 SectionLoadHistory::GetSectionLoadListForStopID(uint32_t stop_id, in GetSectionLoadListForStopID() argument
105 GetSectionLoadAddress(uint32_t stop_id,const lldb::SectionSP & section_sp) GetSectionLoadAddress() argument
114 ResolveLoadAddress(uint32_t stop_id,addr_t load_addr,Address & so_addr) ResolveLoadAddress() argument
125 SetSectionLoadAddress(uint32_t stop_id,const lldb::SectionSP & section_sp,addr_t load_addr,bool warn_multiple) SetSectionLoadAddress() argument
136 SetSectionUnloaded(uint32_t stop_id,const lldb::SectionSP & section_sp) SetSectionUnloaded() argument
145 SetSectionUnloaded(uint32_t stop_id,const lldb::SectionSP & section_sp,addr_t load_addr) SetSectionUnloaded() argument
[all...]
H A DStatistics.cpp185 uint32_t stop_id = process_sp->GetStopID(); in ToJSON() local
H A DThreadList.cpp81 SetStopID(uint32_t stop_id) SetStopID() argument
H A DTarget.cpp3105 ResolveLoadAddress(addr_t load_addr,Address & so_addr,uint32_t stop_id) ResolveLoadAddress() argument
3121 uint32_t stop_id = 0; SetSectionLoadAddress() local
3145 uint32_t stop_id = 0; UnloadModuleSections() local
3164 uint32_t stop_id = 0; SetSectionUnloaded() local
3175 uint32_t stop_id = 0; SetSectionUnloaded() local
[all...]
H A DThread.cpp347 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; GetStopInfo() local
H A DProcess.cpp1173 const uint32_t stop_id = GetStopID(); UpdateThreadListIfNeeded() local
/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.h307 GetStopEventForStopID(uint32_t stop_id) GetStopEventForStopID() argument
1488 GetStopEventForStopID(uint32_t stop_id) GetStopEventForStopID() argument
/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()
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext() local
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.h126 uint32_t stop_id; member
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp879 CreateThreadStopped(lldb::SBThread & thread,uint32_t stop_id) CreateThreadStopped() argument
H A Dlldb-dap.cpp248 uint32_t stop_id = process.GetStopID(); SendThreadStoppedEvent() local
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp606 SetProcessStopId(uint32_t stop_id) SetProcessStopId() argument
/llvm-project/lldb/source/API/
H A DSBProcess.cpp455 GetStopEventForStopID(uint32_t stop_id) GetStopEventForStopID() argument
H A DSBTarget.cpp625 ResolvePastLoadAddress(uint32_t stop_id,lldb::addr_t vm_addr) ResolvePastLoadAddress() argument
/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
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2129 const uint32_t stop_id = GetStopID(); SetThreadStopInfo() local