| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | SectionLoadHistory.cpp | 36 SectionLoadHistory::GetSectionLoadListForStopID(uint32_t stop_id, in GetSectionLoadListForStopID() argument 44 if (stop_id == eStopIDNow) { in GetSectionLoadListForStopID() 52 m_stop_id_to_section_load_list.lower_bound(stop_id); in GetSectionLoadListForStopID() 54 pos->first == stop_id) in GetSectionLoadListForStopID() 64 assert(stop_id != eStopIDNow); in GetSectionLoadListForStopID() 70 m_stop_id_to_section_load_list.lower_bound(stop_id); in GetSectionLoadListForStopID() 72 pos->first == stop_id) { in GetSectionLoadListForStopID() 84 m_stop_id_to_section_load_list[stop_id] = section_load_list_sp; in GetSectionLoadListForStopID() 89 if (stop_id == eStopIDNow) in GetSectionLoadListForStopID() 90 stop_id = 0; in GetSectionLoadListForStopID() [all …]
|
| D | Statistics.cpp | 148 uint32_t stop_id = process_sp->GetStopID(); in ToJSON() local 149 target_metrics_json.try_emplace("stopCount", stop_id); in ToJSON()
|
| D | Target.cpp | 3003 uint32_t stop_id) { in ResolveLoadAddress() argument 3004 return m_section_load_history.ResolveLoadAddress(stop_id, load_addr, so_addr); in ResolveLoadAddress() 3019 uint32_t stop_id = 0; in SetSectionLoadAddress() local 3022 stop_id = process_sp->GetStopID(); in SetSectionLoadAddress() 3024 stop_id = m_section_load_history.GetLastStopID(); in SetSectionLoadAddress() 3026 stop_id, section_sp, new_section_load_addr, warn_multiple)) in SetSectionLoadAddress() 3043 uint32_t stop_id = 0; in UnloadModuleSections() local 3046 stop_id = process_sp->GetStopID(); in UnloadModuleSections() 3048 stop_id = m_section_load_history.GetLastStopID(); in UnloadModuleSections() 3055 stop_id, sections->GetSectionAtIndex(i)); in UnloadModuleSections() [all …]
|
| D | ThreadList.cpp | 81 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() argument
|
| D | Thread.cpp | 342 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; in GetStopInfo() local 351 m_stop_info_stop_id == stop_id; in GetStopInfo()
|
| D | Process.cpp | 1141 const uint32_t stop_id = GetStopID(); in UpdateThreadListIfNeeded() local 1143 stop_id != m_thread_list.GetStopID()) { in UpdateThreadListIfNeeded() 1148 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded() 1206 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | SectionLoadHistory.h | 44 lldb::addr_t GetSectionLoadAddress(uint32_t stop_id, 47 bool ResolveLoadAddress(uint32_t stop_id, lldb::addr_t load_addr, 50 bool SetSectionLoadAddress(uint32_t stop_id, 58 bool SetSectionUnloaded(uint32_t stop_id, const lldb::SectionSP §ion_sp, 64 size_t SetSectionUnloaded(uint32_t stop_id, 70 SectionLoadList *GetSectionLoadListForStopID(uint32_t stop_id,
|
| D | QueueItem.h | 112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() argument
|
| D | RegisterContext.h | 217 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() argument
|
| D | ThreadList.h | 134 void SetStopID(uint32_t stop_id);
|
| D | Process.h | 308 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() argument 309 if (stop_id == m_last_natural_stop_id) in GetStopEventForStopID() 1399 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() argument 1400 return m_mod_id.GetStopEventForStopID(stop_id); in GetStopEventForStopID()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| D | RegisterContextThreadMemory.cpp | 33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext() local 34 if (m_stop_id != stop_id) { in UpdateRegisterContext() 35 m_stop_id = stop_id; in UpdateRegisterContext()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| D | ThreadGDBRemote.h | 115 void SetStopInfoFromPacket(StringExtractor &stop_packet, uint32_t stop_id);
|
| /openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/ |
| D | JSONUtils.h | 402 llvm::json::Value CreateThreadStopped(lldb::SBThread &thread, uint32_t stop_id);
|
| D | JSONUtils.cpp | 878 uint32_t stop_id) { in CreateThreadStopped() argument 929 if (stop_id == 0) in CreateThreadStopped()
|
| D | lldb-vscode.cpp | 224 uint32_t stop_id = process.GetStopID(); in SendThreadStoppedEvent() local 261 g_vsc.SendJSON(CreateThreadStopped(thread, stop_id)); in SendThreadStoppedEvent() 267 g_vsc.SendJSON(CreateThreadStopped(thread, stop_id)); in SendThreadStoppedEvent()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| D | DynamicLoaderDarwinKernel.h | 177 void SetProcessStopId(uint32_t stop_id);
|
| D | DynamicLoaderDarwinKernel.cpp | 604 uint32_t stop_id) { in SetProcessStopId() argument 605 m_load_process_stop_id = stop_id; in SetProcessStopId()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| D | SystemRuntimeMacOSX.h | 126 uint32_t stop_id; member
|
| D | SystemRuntimeMacOSX.cpp | 909 queue_item->SetStopID(item.stop_id); in CompleteQueueItem() 1006 item.stop_id = extractor.GetU32(&offset); in ExtractItemInfoFromBuffer()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBProcess.h | 183 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
|
| D | SBTarget.h | 522 lldb::SBAddress ResolvePastLoadAddress(uint32_t stop_id,
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBProcess.cpp | 453 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() argument 454 LLDB_INSTRUMENT_VA(this, stop_id); in GetStopEventForStopID() 462 event_sp = process_sp->GetStopEventForStopID(stop_id); in GetStopEventForStopID()
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | IOHandlerCursesGUI.cpp | 4513 auto stop_id = process_sp->GetStopID(); in GetChildren() local 4514 if (process_sp && stop_id != children_stop_id) { in GetChildren() 4515 children_stop_id = stop_id; in GetChildren() 5209 const uint32_t stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren() local 5210 if (m_stop_id == stop_id) in TreeDelegateGenerateChildren() 5213 m_stop_id = stop_id; in TreeDelegateGenerateChildren() 6841 const uint32_t stop_id = process ? process->GetStopID() : 0; in WindowDelegateDraw() local 6842 const bool stop_id_changed = stop_id != m_stop_id; in WindowDelegateDraw() 6844 m_stop_id = stop_id; in WindowDelegateDraw()
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBTarget.i | 522 ResolvePastLoadAddress (uint32_t stop_id, lldb::addr_t vm_addr);
|