gdbstub_arch

Crates.iogdbstub_arch
lib.rsgdbstub_arch
version0.3.2
created_at2021-05-22 23:43:56.717914+00
updated_at2025-06-12 13:26:47.761036+00
descriptionImplementations of `gdbstub::arch::Arch` for various architectures.
homepagehttps://github.com/daniel5151/gdbstub
repositoryhttps://github.com/daniel5151/gdbstub
max_upload_size
id400955
size258,568
Daniel Prilik (daniel5151)

documentation

https://docs.rs/gdbstub_arch

README

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!

Commit count: 337

cargo fmt