Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
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()
DThreadList.cpp80 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
DTarget.cpp2820 uint32_t stop_id) { in ResolveLoadAddress()
2836 uint32_t stop_id = 0; in SetSectionLoadAddress() local
2860 uint32_t stop_id = 0; in UnloadModuleSections() local
2879 uint32_t stop_id = 0; in SetSectionUnloaded() local
2890 uint32_t stop_id = 0; in SetSectionUnloaded() local
DThread.cpp345 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; in GetStopInfo() local
DProcess.cpp1252 const uint32_t stop_id = GetStopID(); in UpdateThreadListIfNeeded() local
/external/llvm-project/lldb/include/lldb/Target/
DRegisterContext.h196 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
DQueueItem.h112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
DProcess.h335 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID()
1378 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext() local
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.h293 void SetStopID(uint32_t stop_id) { m_thread_stop_id = stop_id; } in SetStopID()
/external/rust/crates/csv/benches/
Dbench.rs91 stop_id: String, field
104 stop_id: &'a str, field
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.h130 uint32_t stop_id; member
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp843 uint32_t stop_id) { in CreateThreadStopped()
Dlldb-vscode.cpp194 uint32_t stop_id = process.GetStopID(); in SendThreadStoppedEvent() local
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp616 uint32_t stop_id) { in SetProcessStopId()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1523 auto stop_id = process_sp->GetStopID(); in GetChildren() local
2185 const uint32_t stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren() local
3479 const uint32_t stop_id = process ? process->GetStopID() : 0; in WindowDelegateDraw() local
/external/llvm-project/lldb/source/API/
DSBProcess.cpp501 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID()
DSBTarget.cpp659 lldb::SBAddress SBTarget::ResolvePastLoadAddress(uint32_t stop_id, in ResolvePastLoadAddress()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2137 const uint32_t stop_id = GetStopID(); in SetThreadStopInfo() local