| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBEvent.cpp | 25 SBEvent::SBEvent() { LLDB_INSTRUMENT_VA(this); } in SBEvent() function in SBEvent 27 SBEvent::SBEvent(uint32_t event_type, const char *cstr, uint32_t cstr_len) in SBEvent() function in SBEvent 33 SBEvent::SBEvent(EventSP &event_sp) in SBEvent() function in SBEvent 38 SBEvent::SBEvent(Event *event_ptr) : m_opaque_ptr(event_ptr) { in SBEvent() function in SBEvent 42 SBEvent::SBEvent(const SBEvent &rhs) in SBEvent() function in SBEvent 47 const SBEvent &SBEvent::operator=(const SBEvent &rhs) { in operator =() 57 SBEvent::~SBEvent() = default; 59 const char *SBEvent::GetDataFlavor() { in GetDataFlavor() 71 uint32_t SBEvent::GetType() const { in GetType() 83 SBBroadcaster SBEvent::GetBroadcaster() const { in GetBroadcaster() [all …]
|
| D | SBListener.cpp | 59 void SBListener::AddEvent(const SBEvent &event) { in AddEvent() 129 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent() 155 SBEvent &event) { in WaitForEventForBroadcaster() 175 uint32_t event_type_mask, SBEvent &event) { in WaitForEventForBroadcasterWithType() 193 bool SBListener::PeekAtNextEvent(SBEvent &event) { in PeekAtNextEvent() 205 SBEvent &event) { in PeekAtNextEventForBroadcaster() 218 SBEvent &event) { in PeekAtNextEventForBroadcasterWithType() 230 bool SBListener::GetNextEvent(SBEvent &event) { in GetNextEvent() 245 SBEvent &event) { in GetNextEventForBroadcaster() 262 SBEvent &event) { in GetNextEventForBroadcasterWithType() [all …]
|
| D | SBProcess.cpp | 299 void SBProcess::ReportEventState(const SBEvent &event, SBFile out) const { in ReportEventState() 305 void SBProcess::ReportEventState(const SBEvent &event, FILE *out) const { in ReportEventState() 311 void SBProcess::ReportEventState(const SBEvent &event, FileSP out) const { in ReportEventState() 327 void SBProcess::AppendEventStateReport(const SBEvent &event, in AppendEventStateReport() 453 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { in GetStopEventForStopID() 456 SBEvent sb_event; in GetStopEventForStopID() 713 StateType SBProcess::GetStateFromEvent(const SBEvent &event) { in GetStateFromEvent() 721 bool SBProcess::GetRestartedFromEvent(const SBEvent &event) { in GetRestartedFromEvent() 729 size_t SBProcess::GetNumRestartedReasonsFromEvent(const lldb::SBEvent &event) { in GetNumRestartedReasonsFromEvent() 736 SBProcess::GetRestartedReasonAtIndexFromEvent(const lldb::SBEvent &event, in GetRestartedReasonAtIndexFromEvent() [all …]
|
| D | SBWatchpoint.cpp | 267 bool SBWatchpoint::EventIsWatchpointEvent(const lldb::SBEvent &event) { in EventIsWatchpointEvent() 275 SBWatchpoint::GetWatchpointEventTypeFromEvent(const SBEvent &event) { in GetWatchpointEventTypeFromEvent() 284 SBWatchpoint SBWatchpoint::GetWatchpointFromEvent(const lldb::SBEvent &event) { in GetWatchpointFromEvent()
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| 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);
|
| 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 …]
|
| D | SBProcess.i | 98 ReportEventState (const lldb::SBEvent &event, SBFile out) const; 101 ReportEventState (const lldb::SBEvent &event, FileSP BORROWED) const; 104 AppendEventStateReport (const lldb::SBEvent &event, lldb::SBCommandReturnObject &result); 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); [all …]
|
| D | SBWatchpoint.i | 85 EventIsWatchpointEvent (const lldb::SBEvent &event); 88 GetWatchpointEventTypeFromEvent (const lldb::SBEvent& event); 91 GetWatchpointFromEvent (const lldb::SBEvent& event);
|
| 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);
|
| D | SBDebugger.i | 128 static const char *GetProgressFromEvent(const lldb::SBEvent &event, 134 static lldb::SBStructuredData GetDiagnosticFromEvent(const lldb::SBEvent &event); 271 const lldb::SBEvent &event, 277 const lldb::SBEvent &event,
|
| D | SBThread.i | 66 EventIsThreadEvent (const SBEvent &event); 69 GetStackFrameFromEvent (const SBEvent &event); 72 GetThreadFromEvent (const SBEvent &event);
|
| D | SBBroadcaster.i | 47 BroadcastEvent (const lldb::SBEvent &event, bool unique = false);
|
| 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);
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| 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);
|
| 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 …]
|
| 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); 199 static lldb::StateType GetStateFromEvent(const lldb::SBEvent &event); 201 static bool GetRestartedFromEvent(const lldb::SBEvent &event); 203 static size_t GetNumRestartedReasonsFromEvent(const lldb::SBEvent &event); 206 GetRestartedReasonAtIndexFromEvent(const lldb::SBEvent &event, size_t idx); [all …]
|
| 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);
|
| 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);
|
| D | SBDebugger.h | 81 static const char *GetProgressFromEvent(const lldb::SBEvent &event, 87 GetDiagnosticFromEvent(const lldb::SBEvent &event); 186 const lldb::SBEvent &event, FILE *out, 190 const lldb::SBEvent &event, SBFile out, SBFile err); 193 const lldb::SBEvent &event, FileSP out, FileSP err);
|
| D | SBBroadcaster.h | 36 void BroadcastEvent(const lldb::SBEvent &event, bool unique = false); 67 friend class SBEvent; variable
|
| D | SBThread.h | 181 static bool EventIsThreadEvent(const SBEvent &event); 183 static SBFrame GetStackFrameFromEvent(const SBEvent &event); 185 static SBThread GetThreadFromEvent(const SBEvent &event);
|
| 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);
|
| /openbsd/src/gnu/llvm/lldb/bindings/python/ |
| D | python-swigsafecast.swig | 103 ScopedPythonObject<lldb::SBEvent> ToSWIGWrapper(Event *event) { 104 return ScopedPythonObject<lldb::SBEvent>(new lldb::SBEvent(event),
|
| /openbsd/src/gnu/llvm/lldb/utils/lui/ |
| D | eventwin.py | 22 if isinstance(event, lldb.SBEvent):
|
| /openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/ |
| D | VSCodeForward.h | 28 class SBEvent; variable
|