/external/llvm-project/lldb/source/Target/ |
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()
|
D | ThreadList.cpp | 80 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
|
D | Target.cpp | 2820 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
|
D | Thread.cpp | 345 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; in GetStopInfo() local
|
D | Process.cpp | 1252 const uint32_t stop_id = GetStopID(); in UpdateThreadListIfNeeded() local
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | RegisterContext.h | 196 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
|
D | QueueItem.h | 112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
|
D | Process.h | 335 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/ |
D | RegisterContextThreadMemory.cpp | 33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext() local
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | Decoder.h | 293 void SetStopID(uint32_t stop_id) { m_thread_stop_id = stop_id; } in SetStopID()
|
/external/rust/crates/csv/benches/ |
D | bench.rs | 91 stop_id: String, field 104 stop_id: &'a str, field
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | SystemRuntimeMacOSX.h | 130 uint32_t stop_id; member
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | JSONUtils.cpp | 843 uint32_t stop_id) { in CreateThreadStopped()
|
D | lldb-vscode.cpp | 194 uint32_t stop_id = process.GetStopID(); in SendThreadStoppedEvent() local
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 616 uint32_t stop_id) { in SetProcessStopId()
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 1523 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/ |
D | SBProcess.cpp | 501 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID()
|
D | SBTarget.cpp | 659 lldb::SBAddress SBTarget::ResolvePastLoadAddress(uint32_t stop_id, in ResolvePastLoadAddress()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 2137 const uint32_t stop_id = GetStopID(); in SetThreadStopInfo() local
|