[Lldb-commits] [PATCH] D59340: [lldb-vscode] Don't try to launch an invalid program.

Jorge Gorbe Moya via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 13 16:49:52 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB356110: [lldb-vscode] Don't try to launch an invalid program. (authored by jgorbe, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59340?vs=190535&id=190542#toc

Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D59340

Files:
  tools/lldb-vscode/lldb-vscode.cpp


Index: tools/lldb-vscode/lldb-vscode.cpp
===================================================================
--- tools/lldb-vscode/lldb-vscode.cpp
+++ tools/lldb-vscode/lldb-vscode.cpp
@@ -1245,6 +1245,7 @@
           response, "message",
           llvm::formatv("Could not load program '{0}'.", program).str());
       g_vsc.SendJSON(llvm::json::Value(std::move(response)));
+      return;
     }
   }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59340.190542.patch
Type: text/x-patch
Size: 406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190313/f919bc61/attachment.bin>


More information about the lldb-commits mailing list