Home
last modified time | relevance | path

Searched refs:EventSP (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h37 typedef bool (*HandleBroadcastCallback)(lldb::EventSP &event_sp, void *baton);
54 void AddEvent(lldb::EventSP &event);
85 bool GetEvent(lldb::EventSP &event_sp, const Timeout<std::micro> &timeout);
87 bool GetEventForBroadcaster(Broadcaster *broadcaster, lldb::EventSP &event_sp,
92 lldb::EventSP &event_sp,
95 size_t HandleBroadcastEvent(lldb::EventSP &event_sp);
112 typedef std::list<lldb::EventSP> event_collection;
119 uint32_t event_type_mask, lldb::EventSP &event_sp,
124 uint32_t event_type_mask, lldb::EventSP &event_sp);
H A DBroadcaster.h168 void BroadcastEvent(lldb::EventSP &event_sp) { in BroadcastEvent()
172 void BroadcastEventIfUnique(lldb::EventSP &event_sp) { in BroadcastEventIfUnique()
345 void BroadcastEvent(lldb::EventSP &event_sp);
347 void BroadcastEventIfUnique(lldb::EventSP &event_sp);
399 void PrivateBroadcastEvent(lldb::EventSP &event_sp, bool unique);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp167 void Listener::AddEvent(EventSP &event_sp) { in AddEvent()
182 uint32_t event_type_mask, EventSP &event_sp, bool remove) { in FindNextEventInternal()
193 [broadcaster, event_type_mask](const EventSP &event_sp) -> bool { in FindNextEventInternal()
234 EventSP event_sp; in PeekAtNextEvent()
242 EventSP event_sp; in PeekAtNextEventForBroadcaster()
252 EventSP event_sp; in PeekAtNextEventForBroadcasterWithType()
262 uint32_t event_type_mask, EventSP &event_sp) { in GetEventInternal()
297 Broadcaster *broadcaster, uint32_t event_type_mask, EventSP &event_sp, in GetEventForBroadcasterWithType()
303 EventSP &event_sp, in GetEventForBroadcaster()
308 bool Listener::GetEvent(EventSP &event_sp, const Timeout<std::micro> &timeout) { in GetEvent()
[all …]
H A DBroadcaster.cpp227 void Broadcaster::BroadcasterImpl::BroadcastEvent(EventSP &event_sp) { in BroadcastEvent()
231 void Broadcaster::BroadcasterImpl::BroadcastEventIfUnique(EventSP &event_sp) { in BroadcastEventIfUnique()
235 void Broadcaster::BroadcasterImpl::PrivateBroadcastEvent(EventSP &event_sp, in PrivateBroadcastEvent()
H A DEvent.cpp94 EventSP me_sp = shared_from_this(); in DoOnRemoval()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEvent.h80 SBEvent(lldb::EventSP &event_sp);
84 lldb::EventSP &GetSP() const;
86 void reset(lldb::EventSP &event_sp);
93 mutable lldb::EventSP m_event_sp;
H A DSBStructuredData.h133 SBStructuredData(const lldb::EventSP &event_sp);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp62 EventSP &event_sp = event.GetSP(); in AddEvent()
141 EventSP event_sp; in WaitForEvent()
162 EventSP event_sp; in WaitForEventForBroadcaster()
182 EventSP event_sp; in WaitForEventForBroadcasterWithType()
234 EventSP event_sp; in GetNextEvent()
249 EventSP event_sp; in GetNextEventForBroadcaster()
266 EventSP event_sp; in GetNextEventForBroadcasterWithType()
H A DSBEvent.cpp33 SBEvent::SBEvent(EventSP &event_sp) in SBEvent()
132 EventSP &SBEvent::GetSP() const { return m_event_sp; } in GetSP()
145 void SBEvent::reset(EventSP &event_sp) { in reset()
H A DSBBroadcaster.cpp66 EventSP event_sp = event.GetSP(); in BroadcastEvent()
H A DSBStructuredData.cpp60 SBStructuredData::SBStructuredData(const lldb::EventSP &event_sp) in SBStructuredData()
H A DSBProcess.cpp463 EventSP event_sp; in GetStopEventForStopID()
806 EventSP event_sp = event.GetSP(); in EventIsStructuredDataEvent()
H A DSBDebugger.cpp544 EventSP event_sp; in HandleCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h306 void SetStopEventForLastNaturalStopID(lldb::EventSP event_sp) { in SetStopEventForLastNaturalStopID()
310 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID()
313 return lldb::EventSP(); in GetStopEventForStopID()
336 lldb::EventSP m_last_natural_stop_event;
1486 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID()
2294 lldb::StateType GetNextEvent(lldb::EventSP &event_sp);
2307 lldb::EventSP *event_sp_ptr = nullptr,
2327 lldb::EventSP &event_sp, const Timeout<std::micro> &timeout,
2351 HandleProcessStateChangedEvent(const lldb::EventSP &event_sp, Stream *stream,
2965 virtual EventActionResult PerformAction(lldb::EventSP &event_sp) = 0;
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h125 GetBreakpointEventTypeFromEvent(const lldb::EventSP &event_sp);
128 GetBreakpointFromEvent(const lldb::EventSP &event_sp);
131 GetBreakpointLocationAtIndexFromEvent(const lldb::EventSP &event_sp,
135 GetNumBreakpointLocationsFromEvent(const lldb::EventSP &event_sp);
H A DWatchpoint.h45 GetWatchpointEventTypeFromEvent(const lldb::EventSP &event_sp);
48 GetWatchpointFromEvent(const lldb::EventSP &event_sp);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h702 void HandleBreakpointEvent(const lldb::EventSP &event_sp);
704 void HandleProcessEvent(const lldb::EventSP &event_sp);
706 void HandleThreadEvent(const lldb::EventSP &event_sp);
708 void HandleProgressEvent(const lldb::EventSP &event_sp);
710 void HandleDiagnosticEvent(const lldb::EventSP &event_sp);
H A DStructuredDataImpl.h35 StructuredDataImpl(const lldb::EventSP &event_sp) in StructuredDataImpl()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp571 m_mod_id.SetStopEventForLastNaturalStopID(EventSP()); in Finalize()
621 StateType Process::GetNextEvent(EventSP &event_sp) { in GetNextEvent()
654 const Timeout<std::micro> &timeout, EventSP *event_sp_ptr, bool wait_always, in WaitForProcessToStop()
685 EventSP event_sp; in WaitForProcessToStop()
722 const EventSP &event_sp, Stream *stream, in HandleProcessStateChangedEvent()
917 StateType Process::GetStateChangedEvents(EventSP &event_sp, in GetStateChangedEvents()
961 Process::GetStateChangedEventsPrivate(EventSP &event_sp, in GetStateChangedEventsPrivate()
979 bool Process::GetEventsPrivate(EventSP &event_sp, in GetEventsPrivate()
1060 m_mod_id.SetStopEventForLastNaturalStopID(EventSP()); in SetExitStatus()
1425 EventSP event_sp( in SetPrivateState()
[all …]
H A DProcessTrace.cpp69 EventSP event_sp; in DidAttach()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp121 EventSP event_sp; in Read()
368 EventSP event_sp; in SynchronizeWithReadThread()
H A DDebugger.cpp1650 EventSP event_sp(new Event( in PrivateReportProgress()
1711 EventSP event_sp = std::make_shared<Event>( in PrivateReportDiagnostic()
1780 EventSP event_sp = std::make_shared<Event>( in ReportSymbolChange()
1878 void Debugger::HandleBreakpointEvent(const EventSP &event_sp) { in HandleBreakpointEvent()
1944 void Debugger::HandleProcessEvent(const EventSP &event_sp) { in HandleProcessEvent()
2029 void Debugger::HandleThreadEvent(const EventSP &event_sp) { in HandleThreadEvent()
2118 EventSP event_sp; in DefaultEventHandler()
2218 lldb::EventSP event_sp; in StartEventHandlerThread()
2238 void Debugger::HandleProgressEvent(const lldb::EventSP &event_sp) { in HandleProgressEvent()
2274 void Debugger::HandleDiagnosticEvent(const lldb::EventSP &event_sp) { in HandleDiagnosticEvent()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp531 const EventSP &event_sp) { in GetWatchpointEventTypeFromEvent()
540 const EventSP &event_sp) { in GetWatchpointFromEvent()
H A DBreakpoint.cpp1140 const EventSP &event_sp) { in GetBreakpointEventTypeFromEvent()
1149 const EventSP &event_sp) { in GetBreakpointFromEvent()
1160 const EventSP &event_sp) { in GetNumBreakpointLocationsFromEvent()
1170 const lldb::EventSP &event_sp, uint32_t bp_loc_idx) { in GetBreakpointLocationAtIndexFromEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h347 typedef std::shared_ptr<lldb_private::Event> EventSP; typedef

12