#gdb #emulation #no-std

no-std gdbstub_arch

Implementations of gdbstub::arch::Arch for various architectures

8 releases

0.3.0 Nov 24, 2023
0.2.4 Aug 17, 2022
0.2.3 Jun 13, 2022
0.2.2 Feb 20, 2022
0.1.0 May 22, 2021

#377 in Debugging

Download history 423/week @ 2023-12-23 1037/week @ 2023-12-30 2382/week @ 2024-01-06 2023/week @ 2024-01-13 1717/week @ 2024-01-20 1829/week @ 2024-01-27 2493/week @ 2024-02-03 1757/week @ 2024-02-10 2669/week @ 2024-02-17 2957/week @ 2024-02-24 2713/week @ 2024-03-02 2255/week @ 2024-03-09 2503/week @ 2024-03-16 2711/week @ 2024-03-23 2108/week @ 2024-03-30 2055/week @ 2024-04-06

9,760 downloads per month
Used in 5 crates

MIT/Apache

605KB
9K SLoC

gdbstub_arch

Community-contributed implementations of gdbstub::arch::Arch for various architectures.

Note: If an architecture is missing from this crate, that does not mean that it can't be used with gdbstub! So-long as there's support for the target architecture in GDB, it should be fairly straightforward to implement Arch manually.

Please consider upstreaming any missing Arch implementations you happen to implement yourself! Aside from the altruistic motive of improving gdbstub, upstreaming your Arch implementation will ensure that it's kept up-to-date with any future breaking API changes.

Disclaimer: These implementations are all community contributions, and while they are tested (by the PR's author) and code-reviewed, it's not particularly feasible to write detailed tests for each architecture! If you spot a bug in any of the implementations, please file an issue / open a PR!

Dependencies

~305–430KB