llvm-project/lldb/tools/driver
Martin Storsjö bc13101cf9 [lldb] Fix building for mingw after changes to sigtstp_handler
Some signal handlers were set up within an !_MSC_VER condition,
i.e. omitted in MSVC builds but included in mingw builds. Previously
sigtstp_handler was defined in all builds, but since
4bcadd6686 / D120320 it's only
defined non platforms other than Windows.

Change the condition to !_WIN32 for consistency between the MSVC
and mingw builds, fixing the build for mingw.

Differential Revision: https://reviews.llvm.org/D122486
2022-03-26 22:32:53 +02:00
..
CMakeLists.txt [lldb] Remove the requirement for windows clients to specify -DIMPORT_LIBLLDB 2022-01-19 12:49:47 +01:00
Driver.cpp [lldb] Fix building for mingw after changes to sigtstp_handler 2022-03-26 22:32:53 +02:00
Driver.h [lldb] make it easier to find LLDB's python 2021-11-10 10:33:34 -08:00
Options.td [lldb] Remove reproducer replay functionality 2021-12-17 17:14:52 -08:00
Platform.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
Platform.h [lldb] Get rid of HAVE_SYS_TYPES_H 2021-08-03 22:14:56 +02:00
lldb-Info.plist.in