https://github.com/compnerd/ds2
DebugServer for LLDB
https://github.com/compnerd/ds2
Last synced: 2 months ago
JSON representation
DebugServer for LLDB
- Host: GitHub
- URL: https://github.com/compnerd/ds2
- Owner: compnerd
- License: ncsa
- Created: 2014-11-11T01:35:39.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T05:08:34.000Z (2 months ago)
- Last Synced: 2025-03-20T00:22:41.721Z (2 months ago)
- Language: C++
- Homepage: https://compnerd.github.io/ds2/
- Size: 99 MB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: Support/CMake/Toolchain-Linux-ARM.cmake
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`.