[Lldb-commits] [lldb] [lldb-dap] Add a CMake variable for defining a welcome message (PR #78811)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 22 01:12:11 PST 2024


================
@@ -664,7 +674,7 @@ void request_attach(const llvm::json::Object &request) {
 
   // Run any initialize LLDB commands the user specified in the launch.json
   if (llvm::Error err = g_dap.RunInitCommands()) {
-    response["success"] = false;
+    kkkk response["success"] = false;
----------------
DavidSpickett wrote:

Fixed by @DamonFool (thanks!).

https://github.com/llvm/llvm-project/pull/78811


More information about the lldb-commits mailing list