llvm-project/lldb/source
Zachary Turner 00998f0beb Solve hang on Windows when lldb fails to launch the process.
The DebuggerThread was detecting the launch error, but it was
ignored by ProcessWindows::DoLaunch, causing LLDB to wait forever
in the debugger loop.

This fixes the test case that explicitly attempts to launch a
process from a non-existant path.

Patch by Adrian McCarthy
Differential Revision: http://reviews.llvm.org/D7874

llvm-svn: 230523
2015-02-25 18:56:47 +00:00
..
API Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library." 2015-02-24 22:17:57 +00:00
Breakpoint Change the default disassembly format again. First attempt at 2015-02-13 23:24:21 +00:00
Commands If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd" instead of "target symbols ". 2015-02-25 00:32:43 +00:00
Core Refactor OptionValue::SetValueFromCString to use llvm::StringRef 2015-02-20 11:14:59 +00:00
DataFormatters Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
Expression Update for Clang API change in r230123 -- lookup_result was always 2015-02-21 04:31:13 +00:00
Host Fix warnings found with clang-cl. 2015-02-25 18:42:47 +00:00
Interpreter Add the new file to the CMakeLists. This should appease the Windows bot 2015-02-20 19:54:06 +00:00
Plugins Solve hang on Windows when lldb fails to launch the process. 2015-02-25 18:56:47 +00:00
Symbol Fix the dumping of symbol tables to be correctly alligned for all entries when using "image dump symtab". 2015-02-25 17:22:05 +00:00
Target Fix warnings found with clang-cl. 2015-02-25 18:42:47 +00:00
Utility Fix warnings found with clang-cl. 2015-02-25 18:42:47 +00:00
CMakeLists.txt Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library." 2015-02-24 22:17:57 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Add Initialize/Terminate method to Platform base plugin 2015-02-12 18:18:27 +00:00