| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | Listener.h | 38 typedef bool (*HandleBroadcastCallback)(lldb::EventSP &event_sp, void *baton); 55 void AddEvent(lldb::EventSP &event); 86 bool GetEvent(lldb::EventSP &event_sp, const Timeout<std::micro> &timeout); 88 bool GetEventForBroadcaster(Broadcaster *broadcaster, lldb::EventSP &event_sp, 93 lldb::EventSP &event_sp, 96 size_t HandleBroadcastEvent(lldb::EventSP &event_sp); 113 typedef std::list<lldb::EventSP> event_collection; 122 lldb::EventSP &event_sp, bool remove); 128 lldb::EventSP &event_sp);
|
| H A D | Broadcaster.h | 262 void BroadcastEvent(lldb::EventSP &event_sp) { in BroadcastEvent() 266 void BroadcastEventIfUnique(lldb::EventSP &event_sp) { in BroadcastEventIfUnique() 431 void BroadcastEvent(lldb::EventSP &event_sp); 433 void BroadcastEventIfUnique(lldb::EventSP &event_sp); 484 void PrivateBroadcastEvent(lldb::EventSP &event_sp, bool unique);
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Listener.cpp | 198 void Listener::AddEvent(EventSP &event_sp) { in AddEvent() 215 bool operator()(const EventSP &event_sp) const { in operator ()() 231 bool operator()(const EventSP &event_sp) const { in operator ()() 263 uint32_t num_broadcaster_names, uint32_t event_type_mask, EventSP &event_sp, in FindNextEventInternal() 316 EventSP event_sp; in PeekAtNextEvent() 324 EventSP event_sp; in PeekAtNextEventForBroadcaster() 334 EventSP event_sp; in PeekAtNextEventForBroadcasterWithType() 346 EventSP &event_sp) { in GetEventInternal() 382 Broadcaster *broadcaster, uint32_t event_type_mask, EventSP &event_sp, in GetEventForBroadcasterWithType() 389 EventSP &event_sp, in GetEventForBroadcaster() [all …]
|
| H A D | Broadcaster.cpp | 181 void Broadcaster::BroadcasterImpl::BroadcastEvent(EventSP &event_sp) { in BroadcastEvent() 185 void Broadcaster::BroadcasterImpl::BroadcastEventIfUnique(EventSP &event_sp) { in BroadcastEventIfUnique() 189 void Broadcaster::BroadcasterImpl::PrivateBroadcastEvent(EventSP &event_sp, in PrivateBroadcastEvent()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBEvent.h | 30 SBEvent(lldb::EventSP &event_sp); 72 lldb::EventSP &GetSP() const; 74 void reset(lldb::EventSP &event_sp); 81 mutable lldb::EventSP m_event_sp;
|
| H A D | SBStructuredData.h | 23 SBStructuredData(const lldb::EventSP &event_sp);
|
| /openbsd-src/gnu/llvm/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() 131 EventSP &SBEvent::GetSP() const { return m_event_sp; } in GetSP() 144 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 | 36 SBStructuredData::SBStructuredData(const lldb::EventSP &event_sp) in SBStructuredData()
|
| H A D | SBProcess.cpp | 457 EventSP event_sp; in GetStopEventForStopID() 779 EventSP event_sp = event.GetSP(); in EventIsStructuredDataEvent()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Process.h | 304 void SetStopEventForLastNaturalStopID(lldb::EventSP event_sp) { in SetStopEventForLastNaturalStopID() 308 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() 311 return lldb::EventSP(); in GetStopEventForStopID() 322 lldb::EventSP m_last_natural_stop_event; 1399 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() 2132 lldb::StateType GetNextEvent(lldb::EventSP &event_sp); 2142 lldb::EventSP *event_sp_ptr = nullptr, 2160 lldb::EventSP &event_sp, const Timeout<std::micro> &timeout, 2183 static bool HandleProcessStateChangedEvent(const lldb::EventSP &event_sp, 2696 virtual EventActionResult PerformAction(lldb::EventSP &event_sp) = 0; [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 126 GetBreakpointEventTypeFromEvent(const lldb::EventSP &event_sp); 129 GetBreakpointFromEvent(const lldb::EventSP &event_sp); 132 GetBreakpointLocationAtIndexFromEvent(const lldb::EventSP &event_sp, 136 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);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 519 void HandleBreakpointEvent(const lldb::EventSP &event_sp); 521 void HandleProcessEvent(const lldb::EventSP &event_sp); 523 void HandleThreadEvent(const lldb::EventSP &event_sp); 525 void HandleProgressEvent(const lldb::EventSP &event_sp); 527 void HandleDiagnosticEvent(const lldb::EventSP &event_sp);
|
| H A D | StructuredDataImpl.h | 35 StructuredDataImpl(const lldb::EventSP &event_sp) in StructuredDataImpl()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBStructuredData.i | 23 SBStructuredData(const lldb::EventSP &event_sp);
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Process.cpp | 555 m_mod_id.SetStopEventForLastNaturalStopID(EventSP()); in Finalize() 616 StateType Process::GetNextEvent(EventSP &event_sp) { in GetNextEvent() 649 EventSP *event_sp_ptr, bool wait_always, in WaitForProcessToStop() 680 EventSP event_sp; in WaitForProcessToStop() 716 bool Process::HandleProcessStateChangedEvent(const EventSP &event_sp, in HandleProcessStateChangedEvent() 957 StateType Process::GetStateChangedEvents(EventSP &event_sp, in GetStateChangedEvents() 1001 Process::GetStateChangedEventsPrivate(EventSP &event_sp, in GetStateChangedEventsPrivate() 1019 bool Process::GetEventsPrivate(EventSP &event_sp, in GetEventsPrivate() 1076 m_mod_id.SetStopEventForLastNaturalStopID(EventSP()); in SetExitStatus() 1443 EventSP event_sp( in SetPrivateState() [all …]
|
| H A D | ProcessTrace.cpp | 65 EventSP event_sp; in DidAttach()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Debugger.cpp | 1296 EventSP event_sp(new Event( in PrivateReportProgress() 1352 EventSP event_sp = std::make_shared<Event>( in PrivateReportDiagnostic() 1421 EventSP event_sp = std::make_shared<Event>( in ReportSymbolChange() 1519 void Debugger::HandleBreakpointEvent(const EventSP &event_sp) { in HandleBreakpointEvent() 1586 void Debugger::HandleProcessEvent(const EventSP &event_sp) { in HandleProcessEvent() 1669 void Debugger::HandleThreadEvent(const EventSP &event_sp) { in HandleThreadEvent() 1734 EventSP event_sp; in DefaultEventHandler() 1829 lldb::EventSP event_sp; in StartEventHandlerThread() 1849 void Debugger::HandleProgressEvent(const lldb::EventSP &event_sp) { in HandleProgressEvent() 1934 void Debugger::HandleDiagnosticEvent(const lldb::EventSP &event_sp) { in HandleDiagnosticEvent()
|
| H A D | ThreadedCommunication.cpp | 120 EventSP event_sp; in Read() 363 EventSP event_sp; in SynchronizeWithReadThread()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 373 const EventSP &event_sp) { in GetWatchpointEventTypeFromEvent() 383 const EventSP &event_sp) { in GetWatchpointFromEvent()
|
| H A D | Breakpoint.cpp | 1087 const EventSP &event_sp) { in GetBreakpointEventTypeFromEvent() 1097 const EventSP &event_sp) { in GetBreakpointFromEvent() 1108 const EventSP &event_sp) { in GetNumBreakpointLocationsFromEvent() 1118 const lldb::EventSP &event_sp, uint32_t bp_loc_idx) { in GetBreakpointLocationAtIndexFromEvent()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 326 typedef std::shared_ptr<lldb_private::Event> EventSP; typedef
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 761 EventSP event_sp; in AsyncThread()
|