Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h183 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h308 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function
1399 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function
1400 return m_mod_id.GetStopEventForStopID(stop_id); in GetStopEventForStopID()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp453 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() function in SBProcess
462 event_sp = process_sp->GetStopEventForStopID(stop_id); in GetStopEventForStopID()