Searched refs:GetStopEventForStopID (Results 1 – 3 of 3) sorted by relevance
183 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
308 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function1399 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function1400 return m_mod_id.GetStopEventForStopID(stop_id); in GetStopEventForStopID()
453 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() function in SBProcess462 event_sp = process_sp->GetStopEventForStopID(stop_id); in GetStopEventForStopID()