summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-server/lldb-server.cpp
AgeCommit message (Expand)Author
2025-04-08[LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (#134383)Dmitry Vasilyev
2024-01-16[lldb] Add LLDB_BUG_REPORT_URL macro to allow a different URL for lldb bug re...Zequan Wu
2021-12-08[lldb] Make lldbVersion a full fledged libraryJonas Devlieghere
2021-09-02Revert "[lldb server] Tidy up LLDB server return codes and associated tests"Raphael Isemann
2021-09-02[lldb server] Tidy up LLDB server return codes and associated testsSebastian Schwartz
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-03-29[lldb] Print stack trace when lldb-vscode crashesJonas Devlieghere
2019-11-18[Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar
2019-10-11[LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of argum...Martin Storsjo
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-05-14lldb-server: rename `llgs::terminate` (NFC)Saleem Abdulrasool
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-02[lldb-server] Use llgs namespace to avoid conflicts with Win32 APIAaron Smith
2019-02-21[Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere
2018-07-17Move pretty stack trace printer into driver.Jonas Devlieghere
2018-05-24Move ObjectFile initialization out of SystemInitializerCommonPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-10Add new option to lldb-server to display its versionTamas Berghammer
2015-05-27Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer
2015-03-31Rework LLDB system initialization.Zachary Turner
2015-03-19Move LLDB initialization/shutdown to Initialization.Zachary Turner
2015-03-10Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.Robert Flack
2015-03-02Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack
2015-02-23Newline after usage string for lldb-server.Chaoren Lin
2015-02-18Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer