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

References

tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
   28     return make_parsing_error("ProcessInfo: pid");
   30     return make_parsing_error("ProcessInfo: parent-pid");
   32     return make_parsing_error("ProcessInfo: real-uid");
   34     return make_parsing_error("ProcessInfo: real-uid");
   36     return make_parsing_error("ProcessInfo: effective-uid");
   38     return make_parsing_error("ProcessInfo: effective-gid");
   40     return make_parsing_error("ProcessInfo: ptrsize");
   49     return make_parsing_error("ProcessInfo: endian");
   84       return make_parsing_error("JThreadsInfo: register key[{0}]", i);
  102     return make_parsing_error("JThreadsInfo: JSON array");
  108       return make_parsing_error("JThreadsInfo: JSON obj at {0}", i);
  121       return make_parsing_error("JThreadsInfo: registers JSON obj");
  164     return make_parsing_error("qRegisterInfo: name");
  169     return make_parsing_error("qRegisterInfo: bit-size");
  173     return make_parsing_error("qRegisterInfo: offset");
  177     return make_parsing_error("qRegisterInfo: encoding");
  195     return make_parsing_error("qRegisterInfo: format");
  231     return make_parsing_error("StopReply: Invalid packet");
  236   return make_parsing_error("StopReply: Invalid packet");
  255       return make_parsing_error(
  273     return make_parsing_error("StopReply: stop signal");
  282       return make_parsing_error(
  290     return make_parsing_error("StopReply: thread");
  297     return make_parsing_error("StopReply: thread/PC count mismatch");
  308       return make_parsing_error("StopReply: Thread id '{0}'",
  331     return make_parsing_error("StopReply: exit status");
  345       return make_parsing_error("{0}: Duplicate Key: {1}", caller, pair.first);
tools/lldb/unittests/tools/lldb-server/tests/TestClient.cpp
  235     return make_parsing_error("qRegisterInfo: generic");