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

References

tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  528     if (error.Fail()) {
  530       EmplaceSafeString(response, "message", std::string(error.GetCString()));
  555     g_vsc.target.Attach(g_vsc.attach_info, error);
  570   if (error.Success()) {
  574         error.SetErrorString("failed to attach to a process");
  576         error.SetErrorString("attachCommands failed to attach to a process");
  580   if (error.Fail()) {
  582     EmplaceSafeString(response, "message", std::string(error.GetCString()));
  585   if (error.Success()) {