commit | a3b9190dfc92c2970f52fcf02a259e4de56deee4 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue May 21 15:04:28 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 21 15:04:28 2024 +0000 |
tree | 28ff041b5ef337a5627ea1d3fadcdaa04f61150e | |
parent | 54d778c2324b42f8637fb667c7b8f4661bb222ff [diff] | |
parent | d35481f9a18fe9ddb52a72266f8b72059dd5dd06 [diff] |
Update Android.bp by running cargo_embargo am: e6a07b77b4 am: d35481f9a1 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/gdbstub_arch/+/3092557 Change-Id: I8000e40ddd7e2beb0aaba3b20f3ebc658e9e0464 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!