Home
last modified time | relevance | path

Searched refs:GetStopEventForStopID (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h196 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h486 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function
1652 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function
1653 return m_mod_id.GetStopEventForStopID(stop_id); in GetStopEventForStopID()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugger.cpp339 lldb::SBEvent event = process.GetStopEventForStopID(nStopId); in RebroadcastStopEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp533 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() function in SBProcess
542 event_sp = process_sp->GetStopEventForStopID(stop_id); in GetStopEventForStopID()