Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h189 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h305 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function
1472 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function
1473 return m_mod_id.GetStopEventForStopID(stop_id); in GetStopEventForStopID()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp454 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() function in SBProcess
463 event_sp = process_sp->GetStopEventForStopID(stop_id); in GetStopEventForStopID()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp43387 result = (arg1)->GetStopEventForStopID(arg2); in _wrap_SBProcess_GetStopEventForStopID()