commit | d242a240f68e7705e2e9e58e2781df22a1391d9b | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Jul 08 04:32:21 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Jul 08 04:32:21 2023 +0000 |
tree | 450b3c38721d3c8691ac59e92d0533cc5c801eae | |
parent | 916d0ffcbeaef7cfa9c4713415db30dbe94964a2 [diff] | |
parent | 93b2587c31be5eacdf1ab77cad1867b39f82fbfe [diff] |
Snap for 10460766 from 93b2587c31be5eacdf1ab77cad1867b39f82fbfe to mainline-healthfitness-release Change-Id: I2f9e2703f737301c59380e1d3cc67b006b61efa8
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!