summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-server
Commit message (Collapse)AuthorAgeFilesLines
...
* Newline after usage string for lldb-server.Chaoren Lin2015-02-231-2/+2
| | | | llvm-svn: 230266
* Add missing exports file and remove unused onesTamas Berghammer2015-02-181-0/+0
| | | | | | | | These files required by the excode project Patch from: flackr <flackr@google.com> llvm-svn: 229691
* Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer2015-02-185-0/+1140
This commit merges lldb-platform and lldb-gdbserver into a single binary of the same size as each of the previous individual binaries. Execution mode is controlled by the first argument being either platform or gdbserver. Patch from: flackr <flackr@google.com> Differential revision: http://reviews.llvm.org/D7545 llvm-svn: 229683
OpenPOWER on IntegriCloud