Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h183 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp480 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() function in SBProcess
481 LLDB_RECORD_METHOD(lldb::SBEvent, SBProcess, GetStopEventForStopID, in GetStopEventForStopID()
490 event_sp = process_sp->GetStopEventForStopID(stop_id); in GetStopEventForStopID()
1384 LLDB_REGISTER_METHOD(lldb::SBEvent, SBProcess, GetStopEventForStopID, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h311 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function
1365 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function
1366 return m_mod_id.GetStopEventForStopID(stop_id); in GetStopEventForStopID()