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