[PATCH] D65363: [lldb-vscode] add `launchCommands` to handle launch specific commands

walter erquinigo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 09:42:02 PST 2019


wallace added inline comments.


================
Comment at: lldb/trunk/tools/lldb-vscode/lldb-vscode.cpp:1280
   // Reenable async events and start the event thread to catch async events.
-  g_vsc.debugger.SetAsync(true);
+  // g_vsc.debugger.SetAsync(true);
 }
----------------
was this intentional?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65363





More information about the llvm-commits mailing list