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

Declarations

tools/lldb/include/lldb/API/SBBreakpoint.h
   41   bool IsValid() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 7828     result = (bool)((lldb::SBBreakpoint 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
   96   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpoint, IsValid);
  912   if (!sb_bkpt.IsValid())
  932   if (!sb_bkpt.IsValid())
  967   LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsValid, ());
tools/lldb/source/API/SBBreakpointName.cpp
  129   if (!sb_bkpt.IsValid()) {
tools/lldb/tools/lldb-vscode/ExceptionBreakpoint.cpp
   15   if (bp.IsValid())
   24   if (!bp.IsValid())
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  306   if (!bp.IsValid())
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
 2543   for (uint32_t i = 0; g_vsc.target.GetBreakpointAtIndex(i).IsValid(); ++i) {