summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-server/lldb-server.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-181-1/+1
* [LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of argum...Martin Storsjo2019-10-111-0/+2
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* lldb-server: rename `llgs::terminate` (NFC)Saleem Abdulrasool2019-05-141-3/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* [lldb-server] Use llgs namespace to avoid conflicts with Win32 APIAaron Smith2019-04-021-4/+6
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-2/+3
* Move pretty stack trace printer into driver.Jonas Devlieghere2018-07-171-0/+7
* Move ObjectFile initialization out of SystemInitializerCommonPavel Labath2018-05-241-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-51/+42
* Add new option to lldb-server to display its versionTamas Berghammer2016-02-101-15/+21
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-271-1/+0
* Rework LLDB system initialization.Zachary Turner2015-03-311-3/+9
* Move LLDB initialization/shutdown to Initialization.Zachary Turner2015-03-191-2/+3
* Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.Robert Flack2015-03-101-4/+3
* Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack2015-03-021-0/+19
* Newline after usage string for lldb-server.Chaoren Lin2015-02-231-2/+2
* Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer2015-02-181-0/+52
OpenPOWER on IntegriCloud