Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 36 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,47 @@
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.

### Platform Support
### Platform Support Status

There is varying support for different platforms. While not all the possible
platforms are under CI coverage, DS2 has been known to run on the following
platforms at various times.

- [x] Anrdoid
- [x] ARM64
- [x] ARMv7
- [x] X64
- [x] X86

- [x] Darwin
- [ ] ARM64
- [x] X64
- [x] X86

- [x] FreeBSD
- [x] X64
- [x] X86

- [x] Linux
- [x] ARM64
- [x] ARMv7
- [x] RISCV64
- [x] X64
- [x] X86

- [x] MinGW
- [ ] ARM64
- [x] ARMv7
- [x] X64
- [x] X86

- [-] Tizen
- [x] ARMv7
- [x] X86

- [x] Windows
- [ ] ARM64
- [x] ARMv7
- [x] X64
- [x] X86
- [x] ARMv7
- [x] Android
- [x] Linux
- [x] MinGW
- [x] Tizen [^1]
- [x] Windows

- [x] ARM64
- [x] Android
- [ ] Darwin
- [x] Linux
- [x] MinGW
- [ ] Windows

- [x] RISCV64
- [x] Linux

- [x] X64
- [x] Android
- [x] Darwin
- [x] FreeBSD
- [x] Linux
- [x] MinGW
- [x] Windows

- [x] X86
- [x] Android
- [x] Darwin
- [x] FreeBSD
- [x] Linux
- [x] MinGW
- [x] Tizen [^1]
- [x] Windows

[^1]: This is currently not covered by GHA CI

### Contributing

Expand Down