An open API service indexing awesome lists of open source software.

https://github.com/compnerd/ds2

DebugServer for LLDB
https://github.com/compnerd/ds2

Last synced: 2 months ago
JSON representation

DebugServer for LLDB

Awesome Lists containing this project

README

        

# ds2

ds2 is a debug server designed to be used with [LLDB](http://lldb.llvm.org/) to perform remote debugging of Linux, Android, FreeBSD, Windows targets.

### Documentation
- [Android](Documentation/Android.md)
- [Building](Documentation/Building.md)
- [Running](Documentation/Running.md)

### License

ds2 is licensed under the University of Illinois/NCSA Open Source License.

We also provide an additional patent grant which can be found in the `PATENTS`
file in the root directory of this source tree.

regsgen2, a tool used to generate register definitions is also licensed under
the University of Illinois/NCSA Open Source License and uses a json library
licensed under the Boost Software License. A complete copy of the latter can be
found in `Tools/libjson/LICENSE_1_0.txt`.