/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Listener.h | 37 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 D | Broadcaster.h | 168 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 D | Listener.cpp | 167 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 D | Broadcaster.cpp | 227 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 D | Event.cpp | 94 EventSP me_sp = shared_from_this(); in DoOnRemoval()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBEvent.h | 80 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 D | SBStructuredData.h | 129 SBStructuredData(const lldb::EventSP &event_sp);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBListener.cpp | 62 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 D | SBEvent.cpp | 33 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 D | SBBroadcaster.cpp | 66 EventSP event_sp = event.GetSP(); in BroadcastEvent()
|
H A D | SBStructuredData.cpp | 60 SBStructuredData::SBStructuredData(const lldb::EventSP &event_sp) in SBStructuredData()
|
H A D | SBProcess.cpp | 460 EventSP event_sp; in GetStopEventForStopID() 791 EventSP event_sp = event.GetSP(); in EventIsStructuredDataEvent()
|
H A D | SBDebugger.cpp | 587 EventSP event_sp; in HandleCommand()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Process.h | 303 void SetStopEventForLastNaturalStopID(lldb::EventSP event_sp) { in SetStopEventForLastNaturalStopID() 307 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() 310 return lldb::EventSP(); in GetStopEventForStopID() 321 lldb::EventSP m_last_natural_stop_event; 1490 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() 2257 lldb::StateType GetNextEvent(lldb::EventSP &event_sp); 2270 lldb::EventSP *event_sp_ptr = nullptr, 2290 lldb::EventSP &event_sp, const Timeout<std::micro> &timeout, 2314 HandleProcessStateChangedEvent(const lldb::EventSP &event_sp, Stream *stream, 2889 virtual EventActionResult PerformAction(lldb::EventSP &event_sp) = 0; [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Breakpoint.h | 125 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 D | Watchpoint.h | 45 GetWatchpointEventTypeFromEvent(const lldb::EventSP &event_sp); 48 GetWatchpointFromEvent(const lldb::EventSP &event_sp);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 671 void HandleBreakpointEvent(const lldb::EventSP &event_sp); 673 void HandleProcessEvent(const lldb::EventSP &event_sp); 675 void HandleThreadEvent(const lldb::EventSP &event_sp); 677 void HandleProgressEvent(const lldb::EventSP &event_sp); 679 void HandleDiagnosticEvent(const lldb::EventSP &event_sp);
|
H A D | StructuredDataImpl.h | 35 StructuredDataImpl(const lldb::EventSP &event_sp) in StructuredDataImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 598 m_mod_id.SetStopEventForLastNaturalStopID(EventSP()); in Finalize() 650 StateType Process::GetNextEvent(EventSP &event_sp) { in GetNextEvent() 683 const Timeout<std::micro> &timeout, EventSP *event_sp_ptr, bool wait_always, in WaitForProcessToStop() 714 EventSP event_sp; in WaitForProcessToStop() 751 const EventSP &event_sp, Stream *stream, in HandleProcessStateChangedEvent() 993 StateType Process::GetStateChangedEvents(EventSP &event_sp, in GetStateChangedEvents() 1037 Process::GetStateChangedEventsPrivate(EventSP &event_sp, in GetStateChangedEventsPrivate() 1055 bool Process::GetEventsPrivate(EventSP &event_sp, in GetEventsPrivate() 1114 m_mod_id.SetStopEventForLastNaturalStopID(EventSP()); in SetExitStatus() 1484 EventSP event_sp( in SetPrivateState() [all …]
|
H A D | ProcessTrace.cpp | 68 EventSP event_sp; in DidAttach()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ThreadedCommunication.cpp | 121 EventSP event_sp; in Read() 368 EventSP event_sp; in SynchronizeWithReadThread()
|
H A D | Debugger.cpp | 1478 EventSP event_sp(new Event( in PrivateReportProgress() 1540 EventSP event_sp = std::make_shared<Event>( in PrivateReportDiagnostic() 1609 EventSP event_sp = std::make_shared<Event>( in ReportSymbolChange() 1707 void Debugger::HandleBreakpointEvent(const EventSP &event_sp) { in HandleBreakpointEvent() 1774 void Debugger::HandleProcessEvent(const EventSP &event_sp) { in HandleProcessEvent() 1861 void Debugger::HandleThreadEvent(const EventSP &event_sp) { in HandleThreadEvent() 1927 EventSP event_sp; in DefaultEventHandler() 2022 lldb::EventSP event_sp; in StartEventHandlerThread() 2042 void Debugger::HandleProgressEvent(const lldb::EventSP &event_sp) { in HandleProgressEvent() 2127 void Debugger::HandleDiagnosticEvent(const lldb::EventSP &event_sp) { in HandleDiagnosticEvent()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Breakpoint.cpp | 1067 const EventSP &event_sp) { in GetBreakpointEventTypeFromEvent() 1077 const EventSP &event_sp) { in GetBreakpointFromEvent() 1088 const EventSP &event_sp) { in GetNumBreakpointLocationsFromEvent() 1098 const lldb::EventSP &event_sp, uint32_t bp_loc_idx) { in GetBreakpointLocationAtIndexFromEvent()
|
H A D | Watchpoint.cpp | 532 const EventSP &event_sp) { in GetWatchpointEventTypeFromEvent() 542 const EventSP &event_sp) { in GetWatchpointFromEvent()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 342 typedef std::shared_ptr<lldb_private::Event> EventSP; typedef
|