aml_tet_331711040
Merge "Refresh Android.bp, cargo2android.json, TEST_MAPPING." am: 554e9d1da7 am: 245b7615f2 am: a696195954 am: b7797056e6

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/gdbstub_arch/+/1912498

Change-Id: I801071c5bed9ffb5014a26ae419d0c48a0b57478
tree: fcb1a58c331cc338a961249db2b8726b6c5f69ff
  1. src/
  2. .cargo_vcs_info.json
  3. Android.bp
  4. Cargo.toml
  5. Cargo.toml.orig
  6. cargo2android.json
  7. LICENSE
  8. METADATA
  9. MODULE_LICENSE_MIT
  10. OWNERS
  11. README.md
  12. TEST_MAPPING
README.md

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!