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

Declarations

tools/lldb/include/lldb/API/SBEvent.h
   40   bool IsValid() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
25800     result = (bool)((lldb::SBEvent const *)arg1)->IsValid();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBBreakpoint.cpp
  729   if (event.IsValid())
  740   if (event.IsValid())
  755   if (event.IsValid())
  769   if (event.IsValid())
tools/lldb/source/API/SBEvent.cpp
  163   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBEvent, IsValid);
  232   LLDB_REGISTER_METHOD_CONST(bool, SBEvent, IsValid, ());
tools/lldb/source/API/SBListener.cpp
  218     return event.IsValid();
  232     return event.IsValid();
  248     return event.IsValid();
tools/lldb/source/API/SBWatchpoint.cpp
  289   if (event.IsValid())
  301   if (event.IsValid())