commit | 93b2587c31be5eacdf1ab77cad1867b39f82fbfe | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 18:07:13 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 18:07:13 2023 +0000 |
tree | 450b3c38721d3c8691ac59e92d0533cc5c801eae | |
parent | 5fb9c425adfd43e9aff125904e9efa11d1b9dd52 [diff] | |
parent | e404df20d5e636ad5c3d7ec96244d3a168b803d2 [diff] |
Make gdbstub_arch available to product and vendor am: ead7154839 am: 6ca843d1e8 am: a6c699bf79 am: e404df20d5 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/gdbstub_arch/+/2475770 Change-Id: I1ea5b2fab6f3f99d1465c111f857fb295118bc2d 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!