llvm-project/lldb/tools/lldb-server
Jonas Devlieghere 2ad6e0a696 Move pretty stack trace printer into driver.
We used to have a pretty stack trace printer in SystemInitializerCommon.
This was disabled on Apple because we didn't want the library to be
setting signal handlers, as this was causing issues when loaded into
Xcode. However, I think it's useful to have this for the LLDB driver, so
I moved it up to use the PrettyStackTraceProgram in the driver's main.

Differential revision: https://reviews.llvm.org/D49377

llvm-svn: 337261
2018-07-17 10:04:19 +00:00
..
Darwin/resources
Acceptor.cpp
Acceptor.h
CMakeLists.txt Introduce lldb-framework CMake target and centralize its logic 2018-06-18 18:27:16 +00:00
LLDBServerUtilities.cpp
LLDBServerUtilities.h
SystemInitializerLLGS.cpp Fix windows/mac builds broken by r333182. 2018-05-24 13:12:07 +00:00
SystemInitializerLLGS.h Move ObjectFile initialization out of SystemInitializerCommon 2018-05-24 12:44:18 +00:00
lldb-gdbserver.cpp
lldb-platform.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:08:14 +00:00
lldb-server.cpp Move pretty stack trace printer into driver. 2018-07-17 10:04:19 +00:00
lldb-server.exports