[Lldb-commits] [PATCH] D84974: Enable Launching the Debugee in VSCode Terminal

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 18 13:05:24 PDT 2020


clayborg added inline comments.


================
Comment at: lldb/tools/lldb-vscode/VSCode.h:173
+
+  void RegisterRequestCallback(std::string request, RequestCallback callback);
 };
----------------
I thought this was the contents of a "lldb::SBTarget CreateTargetFromArguments(const llvm::json::Object &arguments, lldb::SBError &error);" function! 

Ignore this bad comment!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84974/new/

https://reviews.llvm.org/D84974



More information about the lldb-commits mailing list