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

Declarations

tools/lldb/include/lldb/API/SBListener.h
   34   bool IsValid() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
36961     result = (bool)((lldb::SBListener 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/SBListener.cpp
   54   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBListener, IsValid);
  336   LLDB_REGISTER_METHOD_CONST(bool, SBListener, IsValid, ());
tools/lldb/source/API/SBTarget.cpp
  358       if (listener.IsValid()) {
  380     if (listener.IsValid())
  492     if (listener.IsValid())
  525     if (listener.IsValid())
  551     if (listener.IsValid())