Bug: 195306451

Clone this repo:
  1. af25bfc Migrate 20 crates to monorepo by James Farrell · 4 months ago main master
  2. 9d9cef2 Update Android.bp by running cargo_embargo by James Farrell · 4 months ago
  3. a3b9190 Update Android.bp by running cargo_embargo am: e6a07b77b4 am: d35481f9a1 by James Farrell · 8 months ago android15-automotiveos-dev android15-qpr1-release android15-qpr1-s3-release android15-qpr1-s4-release android15-qpr1-s5-release android15-tests-dev android-15.0.0_r10 android-15.0.0_r11 android-15.0.0_r12 android-15.0.0_r13 android-15.0.0_r6 android-15.0.0_r7 android-15.0.0_r8 android-15.0.0_r9
  4. d35481f Update Android.bp by running cargo_embargo am: e6a07b77b4 by James Farrell · 8 months ago
  5. e6a07b7 Update Android.bp by running cargo_embargo by James Farrell · 8 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!