llvm-project/lldb/tools/driver
Jonas Devlieghere fa6984a3de [LLDB] Don't install the pretty stack trace handler twice.
I noticed that currently we are printing LLVM's pretty stack trace
twice. The reason is that we're calling PrintStackTraceOnErrorSignal in
addition to InitLLVM, which besides some other useful things, also
register LLVM's pretty stack trace handler.

Differential revision: https://reviews.llvm.org/D70216
2019-11-13 17:35:58 -08:00
..
CMakeLists.txt [lldb] Record framework build path and use it everywhere 2019-11-06 14:05:35 -08:00
Driver.cpp [LLDB] Don't install the pretty stack trace handler twice. 2019-11-13 17:35:58 -08:00
Driver.h typedef enum -> enum 2019-05-14 08:55:50 +00:00
Options.td [Driver] Add command line option to allow loading local lldbinit file. 2019-05-07 16:57:17 +00:00
Platform.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Platform.h Detect HAVE_SYS_TYPES_H in lldb 2019-08-07 06:15:01 +00:00
lldb-Info.plist