Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 25-Apr-2025 | - | 5,210 | 3,395 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 3.3 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 1.3 KiB | 54 | 49 | |
CHANGELOG.md | D | 25-Apr-2025 | 1.4 KiB | 47 | 27 | |
Cargo.toml | D | 25-Apr-2025 | 1.2 KiB | 43 | 39 | |
LICENSE | D | 25-Apr-2025 | 236 | 7 | 4 | |
METADATA | D | 25-Apr-2025 | 424 | 18 | 17 | |
MODULE_LICENSE_MIT | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 1.1 KiB | 24 | 18 | |
TEST_MAPPING | D | 25-Apr-2025 | 337 | 19 | 18 | |
cargo_embargo.json | D | 25-Apr-2025 | 42 | 5 | 4 |
README.md
1# gdbstub_arch 2 3[](https://crates.io/crates/gdbstub_arch) 4[](https://docs.rs/gdbstub_arch) 5[](./LICENSE) 6 7Community-contributed implementations of `gdbstub::arch::Arch` for various 8architectures. 9 10_Note:_ If an architecture is missing from this crate, that does _not_ mean 11that it can't be used with `gdbstub`! So-long as there's support for the 12target architecture in GDB, it should be fairly straightforward to implement 13`Arch` manually. 14 15Please consider upstreaming any missing `Arch` implementations you happen to 16implement yourself! Aside from the altruistic motive of improving `gdbstub`, 17upstreaming your `Arch` implementation will ensure that it's kept up-to-date 18with any future breaking API changes. 19 20**Disclaimer:** These implementations are all community contributions, and 21while they are tested (by the PR's author) and code-reviewed, it's not 22particularly feasible to write detailed tests for each architecture! If you 23spot a bug in any of the implementations, please file an issue / open a PR! 24