Searched refs:GetStopEventForStopID (Results 1 – 4 of 4) sorted by relevance
189 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
307 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function1490 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function1491 return m_mod_id.GetStopEventForStopID(stop_id); in GetStopEventForStopID()
456 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() function in SBProcess465 event_sp = process_sp->GetStopEventForStopID(stop_id); in GetStopEventForStopID()
45024 result = (arg1)->GetStopEventForStopID(arg2); in _wrap_SBProcess_GetStopEventForStopID()