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

References

tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  735     body.try_emplace("reason", "step");
  740       body.try_emplace("reason", "exception");
  741       EmplaceSafeString(body, "description", exc_bp->label);
  743       body.try_emplace("reason", "breakpoint");
  748     body.try_emplace("reason", "breakpoint");
  751     body.try_emplace("reason", "exception");
  754     body.try_emplace("reason", "exception");
  757     body.try_emplace("reason", "entry");
  765     body.try_emplace("reason", "entry");
  767   body.try_emplace("threadId", (int64_t)tid);
  771   if (ObjectContainsKey(body, "description")) {
  774       EmplaceSafeString(body, "description", std::string(description));
  778     body.try_emplace("threadCausedFocus", true);
  780   body.try_emplace("preserveFocusHint", tid != g_vsc.focus_tid);
  781   body.try_emplace("allThreadsStopped", true);
  782   event.try_emplace("body", std::move(body));