| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBEvent.cpp | 25 SBEvent::SBEvent() : m_event_sp() { LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBEvent); } in SBEvent() function in SBEvent 27 SBEvent::SBEvent(uint32_t event_type, const char *cstr, uint32_t cstr_len) in SBEvent() function in SBEvent 34 SBEvent::SBEvent(EventSP &event_sp) in SBEvent() function in SBEvent 43 SBEvent::SBEvent(const SBEvent &rhs) in SBEvent() function in SBEvent 45 LLDB_RECORD_CONSTRUCTOR(SBEvent, (const lldb::SBEvent &), rhs); in SBEvent() 48 const SBEvent &SBEvent::operator=(const SBEvent &rhs) { in operator =() 50 SBEvent, operator=,(const lldb::SBEvent &), rhs); in operator =() 59 SBEvent::~SBEvent() = default; 172 const char *SBEvent::GetCStringFromEvent(const SBEvent &event) { in GetCStringFromEvent() 217 LLDB_REGISTER_CONSTRUCTOR(SBEvent, (const lldb::SBEvent &)); in RegisterMethods() [all …]
|
| H A D | SBListener.cpp | 63 void SBListener::AddEvent(const SBEvent &event) { in AddEvent() 169 SBEvent &event) { in WaitForEventForBroadcaster() 191 uint32_t event_type_mask, SBEvent &event) { in WaitForEventForBroadcasterWithType() 212 bool SBListener::PeekAtNextEvent(SBEvent &event) { in PeekAtNextEvent() 240 SBEvent &event) { in PeekAtNextEventForBroadcasterWithType() 254 bool SBListener::GetNextEvent(SBEvent &event) { in GetNextEvent() 269 SBEvent &event) { in GetNextEventForBroadcaster() 288 SBEvent &event) { in GetNextEventForBroadcasterWithType() 308 (const lldb::SBEvent &), event); in HandleBroadcastEvent() 349 (uint32_t, lldb::SBEvent &)); in RegisterMethods() [all …]
|
| H A D | SBProcess.cpp | 345 void SBProcess::AppendEventStateReport(const SBEvent &event, in AppendEventStateReport() 484 SBEvent sb_event; in GetStopEventForStopID() 808 bool SBProcess::EventIsProcessEvent(const SBEvent &event) { in EventIsProcessEvent() 1407 (const lldb::SBEvent &)); in RegisterMethods() 1409 (const lldb::SBEvent &)); in RegisterMethods() 1412 (const lldb::SBEvent &)); in RegisterMethods() 1417 (const lldb::SBEvent &)); in RegisterMethods() 1419 (const lldb::SBEvent &)); in RegisterMethods() 1422 (const lldb::SBEvent &)); in RegisterMethods() 1424 (const lldb::SBEvent &)); in RegisterMethods() [all …]
|
| H A D | SBWatchpoint.cpp | 275 bool SBWatchpoint::EventIsWatchpointEvent(const lldb::SBEvent &event) { in EventIsWatchpointEvent() 277 (const lldb::SBEvent &), event); in EventIsWatchpointEvent() 284 SBWatchpoint::GetWatchpointEventTypeFromEvent(const SBEvent &event) { in GetWatchpointEventTypeFromEvent() 287 (const lldb::SBEvent &), event); in GetWatchpointEventTypeFromEvent() 295 SBWatchpoint SBWatchpoint::GetWatchpointFromEvent(const lldb::SBEvent &event) { in GetWatchpointFromEvent() 297 GetWatchpointFromEvent, (const lldb::SBEvent &), in GetWatchpointFromEvent() 342 (const lldb::SBEvent &)); in RegisterMethods() 345 (const lldb::SBEvent &)); in RegisterMethods() 348 (const lldb::SBEvent &)); in RegisterMethods()
|
| H A D | SBBreakpoint.cpp | 749 bool SBBreakpoint::EventIsBreakpointEvent(const lldb::SBEvent &event) { in EventIsBreakpointEvent() 751 (const lldb::SBEvent &), event); in EventIsBreakpointEvent() 758 SBBreakpoint::GetBreakpointEventTypeFromEvent(const SBEvent &event) { in GetBreakpointEventTypeFromEvent() 761 (const lldb::SBEvent &), event); in GetBreakpointEventTypeFromEvent() 771 GetBreakpointFromEvent, (const lldb::SBEvent &), in GetBreakpointFromEvent() 800 (const lldb::SBEvent &), event); in GetNumBreakpointLocationsFromEvent() 1061 (const lldb::SBEvent &)); in RegisterMethods() 1064 (const lldb::SBEvent &)); in RegisterMethods() 1067 (const lldb::SBEvent &)); in RegisterMethods() 1070 (const lldb::SBEvent &, uint32_t)); in RegisterMethods() [all …]
|
| H A D | SBBroadcaster.cpp | 65 void SBBroadcaster::BroadcastEvent(const SBEvent &event, bool unique) { in BroadcastEvent() 67 (const lldb::SBEvent &, bool), event, unique); in BroadcastEvent() 191 (const lldb::SBEvent &, bool)); in RegisterMethods()
|
| H A D | SBDebugger.cpp | 160 const char *SBDebugger::GetProgressFromEvent(const lldb::SBEvent &event, in GetProgressFromEvent() 177 (const lldb::SBEvent &, uint64_t &, uint64_t &, uint64_t &, bool &), in GetProgressFromEvent() 535 SBEvent event(event_sp); in HandleCommand() 554 const SBEvent &event, SBFile out, in HandleProcessEvent() 558 (const lldb::SBProcess &, const lldb::SBEvent &, SBFile, SBFile), process, in HandleProcessEvent() 565 const SBEvent &event, FILE *out, in HandleProcessEvent() 578 const SBEvent &event, FileSP out_sp, in HandleProcessEvent() 1751 (const lldb::SBEvent &, uint64_t &, uint64_t &, uint64_t &, bool &)); in RegisterMethods() 1778 (const lldb::SBProcess &, const lldb::SBEvent &, FILE *, FILE *)); in RegisterMethods() 1781 (const lldb::SBProcess &, const lldb::SBEvent &, SBFile, SBFile)); in RegisterMethods() [all …]
|
| H A D | SBThread.cpp | 1199 bool SBThread::EventIsThreadEvent(const SBEvent &event) { in EventIsThreadEvent() 1201 (const lldb::SBEvent &), event); in EventIsThreadEvent() 1206 SBFrame SBThread::GetStackFrameFromEvent(const SBEvent &event) { in GetStackFrameFromEvent() 1208 (const lldb::SBEvent &), event); in GetStackFrameFromEvent() 1214 SBThread SBThread::GetThreadFromEvent(const SBEvent &event) { in GetThreadFromEvent() 1216 (const lldb::SBEvent &), event); in GetThreadFromEvent() 1446 (const lldb::SBEvent &)); in RegisterMethods() 1448 (const lldb::SBEvent &)); in RegisterMethods() 1450 (const lldb::SBEvent &)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBEvent.i | 108 my_thread.join()") SBEvent; 109 class SBEvent 112 SBEvent(); 114 SBEvent (const lldb::SBEvent &rhs); 118 ) SBEvent; 119 SBEvent (uint32_t event, const char *cstr, uint32_t cstr_len); 121 ~SBEvent(); 147 GetCStringFromEvent (const lldb::SBEvent &event);
|
| H A D | SBListener.i | 28 AddEvent (const lldb::SBEvent &event); 59 lldb::SBEvent &event); 64 lldb::SBEvent &sb_event); 70 lldb::SBEvent &sb_event); 73 PeekAtNextEvent (lldb::SBEvent &sb_event); 77 lldb::SBEvent &sb_event); 82 lldb::SBEvent &sb_event); 85 GetNextEvent (lldb::SBEvent &sb_event); 89 lldb::SBEvent &sb_event); 94 lldb::SBEvent &sb_event); [all …]
|
| H A D | SBProcess.i | 98 ReportEventState (const lldb::SBEvent &event, SBFile out) const; 101 ReportEventState (const lldb::SBEvent &event, FileSP BORROWED) const; 315 GetStateFromEvent (const lldb::SBEvent &event); 318 GetRestartedFromEvent (const lldb::SBEvent &event); 321 GetNumRestartedReasonsFromEvent (const lldb::SBEvent &event); 324 GetRestartedReasonAtIndexFromEvent (const lldb::SBEvent &event, size_t idx); 327 GetProcessFromEvent (const lldb::SBEvent &event); 330 GetInterruptedFromEvent (const lldb::SBEvent &event); 333 GetStructuredDataFromEvent (const lldb::SBEvent &event); 336 EventIsProcessEvent (const lldb::SBEvent &event); [all …]
|
| H A D | SBWatchpoint.i | 85 EventIsWatchpointEvent (const lldb::SBEvent &event); 88 GetWatchpointEventTypeFromEvent (const lldb::SBEvent& event); 91 GetWatchpointFromEvent (const lldb::SBEvent& event);
|
| H A D | SBBreakpoint.i | 243 EventIsBreakpointEvent (const lldb::SBEvent &event); 246 GetBreakpointEventTypeFromEvent (const lldb::SBEvent& event); 249 GetBreakpointFromEvent (const lldb::SBEvent& event); 252 GetBreakpointLocationAtIndexFromEvent (const lldb::SBEvent& event, uint32_t loc_idx); 255 GetNumBreakpointLocationsFromEvent (const lldb::SBEvent &event_sp);
|
| H A D | SBThread.i | 66 EventIsThreadEvent (const SBEvent &event); 69 GetStackFrameFromEvent (const SBEvent &event); 72 GetThreadFromEvent (const SBEvent &event);
|
| H A D | SBBroadcaster.i | 47 BroadcastEvent (const lldb::SBEvent &event, bool unique = false);
|
| H A D | SBTarget.i | 85 EventIsTargetEvent (const lldb::SBEvent &event); 88 GetTargetFromEvent (const lldb::SBEvent &event); 91 GetNumModulesFromEvent (const lldb::SBEvent &event); 94 GetModuleAtIndexFromEvent (const uint32_t idx, const lldb::SBEvent &event);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBEvent.h | 21 class LLDB_API SBEvent { 23 SBEvent(); 25 SBEvent(const lldb::SBEvent &rhs); 28 SBEvent(uint32_t event, const char *cstr, uint32_t cstr_len); 30 SBEvent(lldb::EventSP &event_sp); 32 SBEvent(lldb_private::Event *event_sp); 34 ~SBEvent(); 36 const SBEvent &operator=(const lldb::SBEvent &rhs); 56 static const char *GetCStringFromEvent(const lldb::SBEvent &event);
|
| H A D | SBListener.h | 28 void AddEvent(const lldb::SBEvent &event); 51 bool WaitForEvent(uint32_t num_seconds, lldb::SBEvent &event); 55 lldb::SBEvent &sb_event); 59 uint32_t event_type_mask, lldb::SBEvent &sb_event); 61 bool PeekAtNextEvent(lldb::SBEvent &sb_event); 64 lldb::SBEvent &sb_event); 69 lldb::SBEvent &sb_event); 71 bool GetNextEvent(lldb::SBEvent &sb_event); 74 lldb::SBEvent &sb_event); 79 lldb::SBEvent &sb_event); [all …]
|
| H A D | SBProcess.h | 21 class SBEvent; variable 68 void ReportEventState(const lldb::SBEvent &event, FILE *out) const; 70 void ReportEventState(const lldb::SBEvent &event, SBFile file) const; 72 void ReportEventState(const lldb::SBEvent &event, FileSP file) const; 74 void AppendEventStateReport(const lldb::SBEvent &event, 183 lldb::SBEvent GetStopEventForStopID(uint32_t stop_id); 201 static bool GetRestartedFromEvent(const lldb::SBEvent &event); 210 static bool GetInterruptedFromEvent(const lldb::SBEvent &event); 213 GetStructuredDataFromEvent(const lldb::SBEvent &event); 215 static bool EventIsProcessEvent(const lldb::SBEvent &event); [all …]
|
| H A D | SBBreakpoint.h | 126 static bool EventIsBreakpointEvent(const lldb::SBEvent &event); 129 GetBreakpointEventTypeFromEvent(const lldb::SBEvent &event); 131 static lldb::SBBreakpoint GetBreakpointFromEvent(const lldb::SBEvent &event); 134 GetBreakpointLocationAtIndexFromEvent(const lldb::SBEvent &event, 138 GetNumBreakpointLocationsFromEvent(const lldb::SBEvent &event_sp);
|
| H A D | SBWatchpoint.h | 69 static bool EventIsWatchpointEvent(const lldb::SBEvent &event); 72 GetWatchpointEventTypeFromEvent(const lldb::SBEvent &event); 74 static lldb::SBWatchpoint GetWatchpointFromEvent(const lldb::SBEvent &event);
|
| H A D | SBBroadcaster.h | 36 void BroadcastEvent(const lldb::SBEvent &event, bool unique = false); 67 friend class SBEvent; variable
|
| H A D | SBThread.h | 181 static bool EventIsThreadEvent(const SBEvent &event); 183 static SBFrame GetStackFrameFromEvent(const SBEvent &event); 185 static SBThread GetThreadFromEvent(const SBEvent &event);
|
| H A D | SBDebugger.h | 77 static const char *GetProgressFromEvent(const lldb::SBEvent &event, 158 const lldb::SBEvent &event, FILE *out, 162 const lldb::SBEvent &event, SBFile out, SBFile err); 165 const lldb::SBEvent &event, FileSP out, FileSP err);
|
| H A D | SBTarget.h | 56 static bool EventIsTargetEvent(const lldb::SBEvent &event); 58 static lldb::SBTarget GetTargetFromEvent(const lldb::SBEvent &event); 60 static uint32_t GetNumModulesFromEvent(const lldb::SBEvent &event); 63 const lldb::SBEvent &event);
|