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

References

tools/lldb/source/Target/StackFrame.cpp
  502     error.SetErrorStringWithFormat("invalid variable path '%s'",
  515   error.Clear();
  604     error.SetErrorStringWithFormat("no variable named '%s' found in this frame",
  640           if (error.Fail()) {
  641             error.SetErrorStringWithFormatv(
  648         if (error.Fail()) {
  649           error.SetErrorStringWithFormatv(
  655           error.SetErrorString("Failed to dereference sythetic value");
  679             error.SetErrorStringWithFormat(
  685             error.SetErrorStringWithFormat(
  708             error.SetErrorStringWithFormat(
  715               error.SetErrorStringWithFormat(
  721               error.SetErrorStringWithFormat(
  745         error.SetErrorStringWithFormat(
  758         error.SetErrorStringWithFormat(
  771         error.SetErrorStringWithFormat("invalid index expression \"%s\"",
  826             error.SetErrorStringWithFormat(
  842               error.SetErrorStringWithFormat(
  851               error.SetErrorStringWithFormat(
  859                 error.SetErrorStringWithFormat(
  870               error.SetErrorStringWithFormat(
  889             error.SetErrorStringWithFormat(
  900             error.SetErrorStringWithFormat(
  914             error.SetErrorStringWithFormat(
  923             error.SetErrorStringWithFormat(
  931               error.SetErrorStringWithFormat(
  958         error.SetErrorStringWithFormat("invalid range expression \"'%s'\"",
  966         error.SetErrorStringWithFormat("invalid range expression \"'%s'\"",
 1018         error.SetErrorStringWithFormat(
 1044         error.SetErrorStringWithFormat(
 1061       ValueObjectSP deref_valobj_sp(valobj_sp->Dereference(error));
 1064       ValueObjectSP address_of_valobj_sp(valobj_sp->AddressOf(error));