[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/gdbstub_arch am: 9a07ea2d56 am: 68e7093c6f am: 223b8ce361 am: c39c7f4187 am: b398b57387 am: 7ef9430944

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

Change-Id: I4f8fddca0c039211fb65bff28ea7411085ede4cc
tree: 0959818890f8444cfbb63eaeba27010823f045ab
  1. src/
  2. .cargo_vcs_info.json
  3. Android.bp
  4. Cargo.toml
  5. Cargo.toml.orig
  6. LICENSE
  7. METADATA
  8. MODULE_LICENSE_MIT
  9. OWNERS
  10. README.md
  11. 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!