Clone this repo:
  1. f145e29 Upgrade gdbstub_arch to 0.3.0 am: 49667facd5 am: fbc3c78edc am: ff57130de2 by Ludovic Barman · 4 months ago main master
  2. ff57130 Upgrade gdbstub_arch to 0.3.0 am: 49667facd5 am: fbc3c78edc by Ludovic Barman · 4 months ago
  3. fbc3c78 Upgrade gdbstub_arch to 0.3.0 am: 49667facd5 by Ludovic Barman · 4 months ago
  4. 49667fa Upgrade gdbstub_arch to 0.3.0 by Ludovic Barman · 5 months ago
  5. c1b033b Migrate to cargo_embargo. am: efbeffa602 am: 9290226f86 am: 5133df3f53 by Andrew Walbran · 6 months ago

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!