llvm-project/lldb/tools/driver
Pavel Labath bb5c39d79e [Driver] Fix a segfault in signal handlers
Summary:
If we recieve a SIGCONT or SIGTSTP, while the driver is shutting down (which, sometimes, we do,
for reasons which are not completely clear to me), we would crash to due a null pointer
dereference. Guard against this situation.

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D18965

llvm-svn: 265958
2016-04-11 16:40:09 +00:00
..
CMakeLists.txt cmake fixes for lldb target. 2015-09-16 15:34:06 +00:00
Driver.cpp [Driver] Fix a segfault in signal handlers 2016-04-11 16:40:09 +00:00
Driver.h This patch stops lldb from loading a .lldbinit file from the current 2016-02-19 00:05:17 +00:00
Platform.cpp Delete the custom implementation of signal() on Windows. 2016-03-18 23:47:48 +00:00
Platform.h Delete the custom implementation of signal() on Windows. 2016-03-18 23:47:48 +00:00
lldb-Info.plist Update the INFOPLIST_FILE setting in the xcode project file 2016-03-24 22:27:52 +00:00