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

References

tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  284                                                  LLDB_INVALID_ADDRESS, &error);
  298           error.SetErrorStringWithFormat("invalid column number: %s",
  322           error.SetErrorStringWithFormat(
  326           error.SetErrorStringWithFormat(
  331           error.SetErrorStringWithFormat(
  350           error.SetErrorStringWithFormat(
  369           error.SetErrorStringWithFormat(
  376           error.SetErrorStringWithFormat("invalid line number: %s.",
  383           error.SetErrorStringWithFormat(
  398           error.SetErrorStringWithFormat(
  415         if (BreakpointID::StringIsBreakpointName(option_arg, error))
  418           error.SetErrorStringWithFormat("Invalid breakpoint name: %s",
  426                                                      option_arg, 0, &error);
  427         if (error.Success())
  457           error.SetErrorStringWithFormat(
  470       return error;