reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/API/SBDefines.h
   40 class LLDB_API SBEvent;
tools/lldb/include/lldb/API/SBProcess.h
   21 class SBEvent;
tools/lldb/tools/lldb-vscode/VSCodeForward.h
   29 class SBEvent;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 9271   lldb::SBEvent *arg1 = 0 ;
 9300   lldb::SBEvent *arg1 = 0 ;
 9329   lldb::SBEvent *arg1 = 0 ;
 9358   lldb::SBEvent *arg1 = 0 ;
 9396   lldb::SBEvent *arg1 = 0 ;
12746   lldb::SBEvent *arg2 = 0 ;
12792   lldb::SBEvent *arg2 = 0 ;
13773   lldb::SBEvent *arg1 = 0 ;
21444   lldb::SBEvent *arg3 = 0 ;
21527   lldb::SBEvent *arg3 = 0 ;
25608   lldb::SBEvent *result = 0 ;
25613     result = (lldb::SBEvent *)new lldb::SBEvent();
25625   lldb::SBEvent *arg1 = 0 ;
25629   lldb::SBEvent *result = 0 ;
25642     result = (lldb::SBEvent *)new lldb::SBEvent((lldb::SBEvent const &)*arg1);
25661   lldb::SBEvent *result = 0 ;
25692     result = (lldb::SBEvent *)new lldb::SBEvent(arg1,(char const *)arg2,arg3);
25761   lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25786   lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25812   lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25838   lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25864   lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25890   lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25916   lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25942   lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25980   lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
26005   lldb::SBEvent *arg1 = 0 ;
26022     result = (char *)lldb::SBEvent::GetCStringFromEvent((lldb::SBEvent const &)*arg1);
26034   lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
36886   lldb::SBEvent *arg2 = 0 ;
37213   lldb::SBEvent *arg3 = 0 ;
37261   lldb::SBEvent *arg4 = 0 ;
37321   lldb::SBEvent *arg5 = 0 ;
37386   lldb::SBEvent *arg2 = 0 ;
37425   lldb::SBEvent *arg3 = 0 ;
37476   lldb::SBEvent *arg4 = 0 ;
37533   lldb::SBEvent *arg2 = 0 ;
37572   lldb::SBEvent *arg3 = 0 ;
37623   lldb::SBEvent *arg4 = 0 ;
37680   lldb::SBEvent *arg2 = 0 ;
43913   lldb::SBEvent *arg2 = 0 ;
43967   lldb::SBEvent *arg2 = 0 ;
44079   lldb::SBEvent *arg2 = 0 ;
45533   lldb::SBEvent *arg1 = 0 ;
45562   lldb::SBEvent *arg1 = 0 ;
45591   lldb::SBEvent *arg1 = 0 ;
45620   lldb::SBEvent *arg1 = 0 ;
45658   lldb::SBEvent *arg1 = 0 ;
45687   lldb::SBEvent *arg1 = 0 ;
45716   lldb::SBEvent *arg1 = 0 ;
45745   lldb::SBEvent *arg1 = 0 ;
45774   lldb::SBEvent *arg1 = 0 ;
52697   lldb::SBEvent *arg1 = 0 ;
52726   lldb::SBEvent *arg1 = 0 ;
52755   lldb::SBEvent *arg1 = 0 ;
52785   lldb::SBEvent *arg2 = 0 ;
60010   lldb::SBEvent *arg1 = 0 ;
60039   lldb::SBEvent *arg1 = 0 ;
60068   lldb::SBEvent *arg1 = 0 ;
78865   lldb::SBEvent *arg1 = 0 ;
78894   lldb::SBEvent *arg1 = 0 ;
78923   lldb::SBEvent *arg1 = 0 ;
79845         lldb::SBEvent sb_event(event);
tools/lldb/include/lldb/API/SBBreakpoint.h
  122   static bool EventIsBreakpointEvent(const lldb::SBEvent &event);
  125   GetBreakpointEventTypeFromEvent(const lldb::SBEvent &event);
  127   static lldb::SBBreakpoint GetBreakpointFromEvent(const lldb::SBEvent &event);
  130   GetBreakpointLocationAtIndexFromEvent(const lldb::SBEvent &event,
  134   GetNumBreakpointLocationsFromEvent(const lldb::SBEvent &event_sp);
tools/lldb/include/lldb/API/SBBroadcaster.h
   36   void BroadcastEvent(const lldb::SBEvent &event, bool unique = false);
tools/lldb/include/lldb/API/SBCommandInterpreter.h
   88   static bool EventIsCommandInterpreterEvent(const lldb::SBEvent &event);
tools/lldb/include/lldb/API/SBDebugger.h
  120                           const lldb::SBEvent &event, FILE *out,
  124                           const lldb::SBEvent &event, SBFile out, SBFile err);
  127                           const lldb::SBEvent &event, FileSP out, FileSP err);
tools/lldb/include/lldb/API/SBEvent.h
   25   SBEvent(const lldb::SBEvent &rhs);
   36   const SBEvent &operator=(const lldb::SBEvent &rhs);
   36   const SBEvent &operator=(const lldb::SBEvent &rhs);
   56   static const char *GetCStringFromEvent(const lldb::SBEvent &event);
tools/lldb/include/lldb/API/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);
   81   bool HandleBroadcastEvent(const lldb::SBEvent &event);
tools/lldb/include/lldb/API/SBProcess.h
   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);
  208   static lldb::SBProcess GetProcessFromEvent(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);
  217   static bool EventIsStructuredDataEvent(const lldb::SBEvent &event);
tools/lldb/include/lldb/API/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);
tools/lldb/include/lldb/API/SBThread.h
  178   static bool EventIsThreadEvent(const SBEvent &event);
  180   static SBFrame GetStackFrameFromEvent(const SBEvent &event);
  182   static SBThread GetThreadFromEvent(const SBEvent &event);
tools/lldb/include/lldb/API/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);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
   31 inline void stringify_append(llvm::raw_string_ostream &ss, const T &t) {
   47 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) {
   52 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head,
   53                              const Tail &... tail) {
   59 template <typename... Ts> inline std::string stringify_args(const Ts &... ts) {
  201   template <typename T> T *GetObjectForIndex(unsigned idx) {
  208   template <typename T> void AddObjectForIndex(unsigned idx, T *object) {
  249       typename std::conditional<std::is_fundamental<T>::value,
  253   typedef typename std::conditional<std::is_fundamental<T>::value,
  285   template <typename T> void HandleReplayResult(const T &t) {
  287     if (std::is_fundamental<T>::value)
  290     m_index_to_object.AddObjectForIndex(result, new T(t));
  294   template <typename T> void HandleReplayResult(T *t) {
  296     if (std::is_fundamental<T>::value)
  375     static Result doit(Deserializer &deserializer,
  376                        Result (*f)(Deserialized..., Head, Tail...),
  379           template deserialized<Result, Deserialized..., Head>::doit(
  387     static Result doit(Deserializer &deserializer, Result (*f)(Deserialized...),
  387     static Result doit(Deserializer &deserializer, Result (*f)(Deserialized...),
  404   DefaultReplayer(Result (*f)(Args...)) : Replayer(), f(f) {}
  408         DeserializationHelper<Args...>::template deserialized<Result>::doit(
  412   Result (*f)(Args...);
  501   static Class *doit(Args... args) { return new Class(args...); }
  501   static Class *doit(Args... args) { return new Class(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
  535   template <typename T> unsigned GetIndexForObject(T *t) {
  552   void SerializeAll(const Head &head, const Tail &... tail) {
  552   void SerializeAll(const Head &head, const Tail &... tail) {
  563   template <typename T> void Serialize(T *t) {
  564     if (std::is_fundamental<T>::value) {
  575   template <typename T> void Serialize(T &t) {
  576     if (std::is_fundamental<T>::value) {
  577       m_stream.write(reinterpret_cast<const char *>(&t), sizeof(T));
  636   void Record(Serializer &serializer, Registry &registry, Result (*f)(FArgs...),
  637               const RArgs &... args) {
  652             typename std::remove_reference<Result>::type>::type>::value) {
  683   template <typename Result> Result RecordResult(Result &&r) {
tools/lldb/scripts/Python/python-swigsafecast.swig
    9 SBTypeToSWIGWrapper (SBClass& sb_object)
   16 SBTypeToSWIGWrapper (const SBClass& sb_object)
   39 SBTypeToSWIGWrapper (lldb::SBEvent* event_sb)
tools/lldb/source/API/SBBreakpoint.cpp
  715 bool SBBreakpoint::EventIsBreakpointEvent(const lldb::SBEvent &event) {
  724 SBBreakpoint::GetBreakpointEventTypeFromEvent(const SBEvent &event) {
  735 SBBreakpoint SBBreakpoint::GetBreakpointFromEvent(const lldb::SBEvent &event) {
  748 SBBreakpoint::GetBreakpointLocationAtIndexFromEvent(const lldb::SBEvent &event,
  763 SBBreakpoint::GetNumBreakpointLocationsFromEvent(const lldb::SBEvent &event) {
tools/lldb/source/API/SBBroadcaster.cpp
   65 void SBBroadcaster::BroadcastEvent(const SBEvent &event, bool unique) {
tools/lldb/source/API/SBCommandInterpreter.cpp
  633     const lldb::SBEvent &event) {
tools/lldb/source/API/SBDebugger.cpp
  496           SBEvent event(event_sp);
  515                                     const SBEvent &event, SBFile out,
  526                                     const SBEvent &event, FILE *out,
  539                                     const SBEvent &event, FileSP out_sp,
tools/lldb/source/API/SBEvent.cpp
   45 SBEvent::SBEvent(const SBEvent &rhs)
   50 const SBEvent &SBEvent::operator=(const SBEvent &rhs) {
   50 const SBEvent &SBEvent::operator=(const SBEvent &rhs) {
  174 const char *SBEvent::GetCStringFromEvent(const SBEvent &event) {
  214 void RegisterMethods<SBEvent>(Registry &R) {
tools/lldb/source/API/SBListener.cpp
   63 void SBListener::AddEvent(const SBEvent &event) {
  142 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) {
  169                                             SBEvent &event) {
  191     uint32_t event_type_mask, SBEvent &event) {
  212 bool SBListener::PeekAtNextEvent(SBEvent &event) {
  225                                                SBEvent &event) {
  240     SBEvent &event) {
  254 bool SBListener::GetNextEvent(SBEvent &event) {
  269                                             SBEvent &event) {
  288     SBEvent &event) {
  306 bool SBListener::HandleBroadcastEvent(const SBEvent &event) {
tools/lldb/source/API/SBProcess.cpp
  334 void SBProcess::ReportEventState(const SBEvent &event, SBFile out) const {
  341 void SBProcess::ReportEventState(const SBEvent &event, FILE *out) const {
  348 void SBProcess::ReportEventState(const SBEvent &event, FileSP out) const {
  365 void SBProcess::AppendEventStateReport(const SBEvent &event,
  500 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) {
  504   SBEvent sb_event;
  763 StateType SBProcess::GetStateFromEvent(const SBEvent &event) {
  772 bool SBProcess::GetRestartedFromEvent(const SBEvent &event) {
  781 size_t SBProcess::GetNumRestartedReasonsFromEvent(const lldb::SBEvent &event) {
  789 SBProcess::GetRestartedReasonAtIndexFromEvent(const lldb::SBEvent &event,
  798 SBProcess SBProcess::GetProcessFromEvent(const SBEvent &event) {
  812 bool SBProcess::GetInterruptedFromEvent(const SBEvent &event) {
  820 SBProcess::GetStructuredDataFromEvent(const lldb::SBEvent &event) {
  828 bool SBProcess::EventIsProcessEvent(const SBEvent &event) {
  836 bool SBProcess::EventIsStructuredDataEvent(const lldb::SBEvent &event) {
tools/lldb/source/API/SBReproducer.cpp
   52   RegisterMethods<SBEvent>(R);
tools/lldb/source/API/SBTarget.cpp
  124 bool SBTarget::EventIsTargetEvent(const SBEvent &event) {
  131 SBTarget SBTarget::GetTargetFromEvent(const SBEvent &event) {
  139 uint32_t SBTarget::GetNumModulesFromEvent(const SBEvent &event) {
  149                                              const SBEvent &event) {
tools/lldb/source/API/SBThread.cpp
 1253 bool SBThread::EventIsThreadEvent(const SBEvent &event) {
 1260 SBFrame SBThread::GetStackFrameFromEvent(const SBEvent &event) {
 1268 SBThread SBThread::GetThreadFromEvent(const SBEvent &event) {
tools/lldb/source/API/SBWatchpoint.cpp
  275 bool SBWatchpoint::EventIsWatchpointEvent(const lldb::SBEvent &event) {
  284 SBWatchpoint::GetWatchpointEventTypeFromEvent(const SBEvent &event) {
  295 SBWatchpoint SBWatchpoint::GetWatchpointFromEvent(const lldb::SBEvent &event) {
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  326   lldb::SBEvent event;
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  326     : public __is_integral_helper<typename remove_cv<_Tp>::type>::type
  354     : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
  567     : public __is_null_pointer_helper<typename remove_cv<_Tp>::type>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  594     : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
  594     : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
  595 		   is_null_pointer<_Tp>>::type
 1554     { typedef _Tp     type; };
 1558     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1629     { typedef _Tp   type; };
 1633     { typedef _Tp   type; };
 1979     { typedef _Tp     type; };
 1983     { typedef _Up     type; };
 1988     : public __remove_pointer_helper<_Tp, typename remove_cv<_Tp>::type>
 1988     : public __remove_pointer_helper<_Tp, typename remove_cv<_Tp>::type>