Bug: 195306451

Clone this repo:
  1. 6ca843d Make gdbstub_arch available to product and vendor am: ead7154839 by Matthew Maurer · 3 months ago main master android-u-beta-1-gpl
  2. ead7154 Make gdbstub_arch available to product and vendor by Matthew Maurer · 3 months ago
  3. 64ca341 Update TEST_MAPPING am: ab1c426703 by Jeff Vander Stoep · 4 months ago
  4. ab1c426 Update TEST_MAPPING by Jeff Vander Stoep · 4 months ago
  5. 2c259e4 Upgrade rust/crates/gdbstub_arch to 0.2.4 am: 082a1c4d54 am: e68eeb0431 am: 339455e107 am: 889c692103 by Pierre-Clément Tosi · 9 months ago main-16k-with-phones

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!