| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Listener.cpp | 199 void Listener::AddEvent(EventSP &event_sp) { in AddEvent() 216 bool operator()(const EventSP &event_sp) const { in operator ()() 232 bool operator()(const EventSP &event_sp) const { in operator ()() 264 uint32_t num_broadcaster_names, uint32_t event_type_mask, EventSP &event_sp, in FindNextEventInternal() 317 EventSP event_sp; in PeekAtNextEvent() 325 EventSP event_sp; in PeekAtNextEventForBroadcaster() 335 EventSP event_sp; in PeekAtNextEventForBroadcasterWithType() 347 EventSP &event_sp) { in GetEventInternal() 383 Broadcaster *broadcaster, uint32_t event_type_mask, EventSP &event_sp, in GetEventForBroadcasterWithType() 390 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()
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DiagnosticEventTest.cpp | 68 EventSP event_sp; in TEST_F() 93 EventSP event_sp; in TEST_F() 124 EventSP event_sp; in TEST_F() 155 EventSP event_sp; in TEST_F() 166 EventSP second_event_sp; in TEST_F()
|
| /llvm-project-15.0.7/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; 1377 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { in GetStopEventForStopID() 2110 lldb::StateType GetNextEvent(lldb::EventSP &event_sp); 2120 lldb::EventSP *event_sp_ptr = nullptr, 2967 void HandlePrivateEvent(lldb::EventSP &event_sp); 2977 bool GetEventsPrivate(lldb::EventSP &event_sp, 2981 GetStateChangedEventsPrivate(lldb::EventSP &event_sp, [all …]
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 499 void HandleBreakpointEvent(const lldb::EventSP &event_sp); 501 void HandleProcessEvent(const lldb::EventSP &event_sp); 503 void HandleThreadEvent(const lldb::EventSP &event_sp); 505 void HandleProgressEvent(const lldb::EventSP &event_sp); 507 void HandleDiagnosticEvent(const lldb::EventSP &event_sp);
|
| H A D | StructuredDataImpl.h | 35 StructuredDataImpl(const lldb::EventSP &event_sp) in StructuredDataImpl()
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | BroadcasterTest.cpp | 22 EventSP event_sp; in TEST() 60 EventSP event_sp; in TEST()
|
| H A D | ListenerTest.cpp | 20 EventSP event_sp; in TEST() 57 EventSP event_sp; in TEST()
|
| /llvm-project-15.0.7/lldb/unittests/Process/ |
| H A D | ProcessEventDataTest.cpp | 109 typedef std::shared_ptr<Event> EventSP; typedef 164 EventSP event_sp = std::make_shared<Event>(0, event_data_sp); in TEST_F() 204 EventSP event_sp = std::make_shared<Event>(0, event_data_sp); in TEST_F()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBStructuredData.i | 23 SBStructuredData(const lldb::EventSP &event_sp);
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Process.cpp | 679 EventSP event_sp; in WaitForProcessToStop() 1439 EventSP event_sp( in SetPrivateState() 2443 EventSP first_stop_event_sp; in Launch() 2634 lldb::EventSP event_sp; in LoadCore() 3020 EventSP event_sp; in ConnectRemote() 3110 EventSP event_sp; in Halt() 3193 EventSP exit_event_sp; in Detach() 3272 EventSP exit_event_sp; in DestroyImpl() 3744 EventSP event_sp; in HaltPrivate() 3767 EventSP event_sp; in RunPrivateStateThread() [all …]
|
| H A D | ProcessTrace.cpp | 65 EventSP event_sp; in DidAttach()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 1306 EventSP event_sp(new Event( in PrivateReportProgress() 1359 EventSP event_sp = std::make_shared<Event>( in PrivateReportDiagnostic() 1499 void Debugger::HandleBreakpointEvent(const EventSP &event_sp) { in HandleBreakpointEvent() 1566 void Debugger::HandleProcessEvent(const EventSP &event_sp) { in HandleProcessEvent() 1649 void Debugger::HandleThreadEvent(const EventSP &event_sp) { in HandleThreadEvent() 1714 EventSP event_sp; in DefaultEventHandler() 1809 lldb::EventSP event_sp; in StartEventHandlerThread() 1829 void Debugger::HandleProgressEvent(const lldb::EventSP &event_sp) { in HandleProgressEvent() 1914 void Debugger::HandleDiagnosticEvent(const lldb::EventSP &event_sp) { in HandleDiagnosticEvent()
|
| H A D | Communication.cpp | 150 EventSP event_sp; in Read() 413 EventSP event_sp; in SynchronizeWithReadThread()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 369 const EventSP &event_sp) { in GetWatchpointEventTypeFromEvent() 379 const EventSP &event_sp) { in GetWatchpointFromEvent()
|
| H A D | Breakpoint.cpp | 1082 const EventSP &event_sp) { in GetBreakpointEventTypeFromEvent() 1092 const EventSP &event_sp) { in GetBreakpointFromEvent() 1103 const EventSP &event_sp) { in GetNumBreakpointLocationsFromEvent() 1113 const lldb::EventSP &event_sp, uint32_t bp_loc_idx) { in GetBreakpointLocationAtIndexFromEvent()
|