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

Declarations

tools/lldb/tools/lldb-vscode/JSONUtils.h
   93 bool GetBoolean(const llvm::json::Object *obj, llvm::StringRef key,

References

tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  494   const auto wait_for = GetBoolean(arguments, "waitFor", false);
  501   g_vsc.stop_at_entry = GetBoolean(arguments, "stopOnEntry", false);
  536   const bool detatchOnError = GetBoolean(arguments, "detachOnError", false);
  751   bool terminateDebuggee = GetBoolean(arguments, "terminateDebuggee", false);
 1187   g_vsc.stop_at_entry = GetBoolean(arguments, "stopOnEntry", false);
 1246   if (GetBoolean(arguments, "disableASLR", true))
 1248   if (GetBoolean(arguments, "disableSTDIO", false))
 1250   if (GetBoolean(arguments, "shellExpandArguments", false))
 1252   const bool detatchOnError = GetBoolean(arguments, "detachOnError", false);
 2474     hex = GetBoolean(format, "hex", false);