Searched refs:GetStopEventForStopID (Results 1 – 3 of 3) sorted by relevance
183 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
480 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() function in SBProcess481 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()
311 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function1365 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function1366 return m_mod_id.GetStopEventForStopID(stop_id); in GetStopEventForStopID()