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 [NFC] Darwin llgs support from Week of Code 2016-09-04 00:18:56 +00:00
Acceptor.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Acceptor.h Move Connection and IOObject interfaces to Utility module 2017-06-27 10:33:14 +00:00
CMakeLists.txt Introduce lldb-framework CMake target and centralize its logic 2018-06-18 18:27:16 +00:00
LLDBServerUtilities.cpp Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
LLDBServerUtilities.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
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 Add Utility/Environment class for handling... environments 2018-01-10 11:57:31 +00:00
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