commit | e9bf66a2848f9b14499bfe7123f2ed27fc325463 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Thu May 09 20:06:36 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu May 09 20:06:36 2024 +0000 |
tree | fe78befd5dc88d0a2ef2d7d5a66c5761dca662fa | |
parent | f145e29fa21058360d8a53cff84119d71d88c498 [diff] | |
parent | 2f96b50ed19c1a1da1e1a2d955d74f9d59eefdb5 [diff] |
Update Android.bp by running cargo_embargo am: 2f96b50ed1 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/gdbstub_arch/+/3079709 Change-Id: I54f73ef4f9cf00b4c6fad0994a470aa2dda0be09 Signed-off-by: Automerger Merge Worker <[email protected]>
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!