Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h183 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
/external/llvm-project/lldb/source/API/
DSBProcess.cpp501 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() function in SBProcess
502 LLDB_RECORD_METHOD(lldb::SBEvent, SBProcess, GetStopEventForStopID, in GetStopEventForStopID()
511 event_sp = process_sp->GetStopEventForStopID(stop_id); in GetStopEventForStopID()
1361 LLDB_REGISTER_METHOD(lldb::SBEvent, SBProcess, GetStopEventForStopID, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h335 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function
1378 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function
1379 return m_mod_id.GetStopEventForStopID(stop_id); in GetStopEventForStopID()