hanchenye-llvm-project/lldb/tools
Jorge Gorbe Moya d383a342aa [lldb-vscode] Don't try to launch an invalid program.
If an invalid program is specified, lldb-vscode will send back a
response with "success" = false, but then will continue executing the
rest of request_launch(), try to launch the program anyway and try to
send another response (possibly using the `response` object after it was
moved).

This change adds a return statement so we stop executing the handler
after producing the first failing response.

Differential Revision: https://reviews.llvm.org/D59340

llvm-svn: 356110
2019-03-13 23:50:35 +00:00
..
argdumper Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
compact-unwind
darwin-debug Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
darwin-threads
debugserver Bring Doxygen comment syntax in sync with LLVM coding style. 2019-03-11 17:09:29 +00:00
driver [Reproducers] Support capturing a reproducer without an explicit path. 2019-03-12 16:44:18 +00:00
install-headers
intel-features Bring Doxygen comment syntax in sync with LLVM coding style. 2019-03-11 17:09:29 +00:00
lldb-instr [lldb-instr] Support LLDB_RECORD_DUMMY 2019-03-08 18:33:40 +00:00
lldb-mi [lldb-mi] Return source line number in proper format 2019-02-25 18:32:46 +00:00
lldb-perf Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
lldb-server Sanity check --max-gdbserver-port 2019-03-06 21:52:19 +00:00
lldb-test [Reproducers] Initialize reproducers before initializing the debugger. 2019-02-21 22:26:16 +00:00
lldb-vscode [lldb-vscode] Don't try to launch an invalid program. 2019-03-13 23:50:35 +00:00
CMakeLists.txt [Reproducers] lldb-instr: tool to generate instrumentation macros. 2019-02-06 04:33:14 +00:00