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

Declarations

tools/lldb/include/lldb/API/SBCommandInterpreter.h
  267   bool IsValid();

References

tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBCommandInterpreter.cpp
  718   LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommand, IsValid);
  730   return (IsValid() ? ConstString(m_opaque_sp->GetCommandName()).AsCString() : nullptr);
  736   return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString()
  743   return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString()
  750   if (IsValid())
  757   if (IsValid())
  766   if (!IsValid())
  787   if (!IsValid())
  807   if (!IsValid())
  822   return (IsValid() ? m_opaque_sp->GetFlags().Get() : 0);
  828   if (IsValid())
  950   LLDB_REGISTER_METHOD(bool, SBCommand, IsValid, ());