Searched refs:GetStopEventForStopID (Results 1 – 4 of 4) sorted by relevance
196 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
486 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function1652 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() function1653 return m_mod_id.GetStopEventForStopID(stop_id); in GetStopEventForStopID()
339 lldb::SBEvent event = process.GetStopEventForStopID(nStopId); in RebroadcastStopEvent()
533 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() function in SBProcess542 event_sp = process_sp->GetStopEventForStopID(stop_id); in GetStopEventForStopID()