commit | ae76523a98e367b9ee63dfcc24bc4a3e6bd1c9e2 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:51:09 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:51:09 2023 +0000 |
tree | 450b3c38721d3c8691ac59e92d0533cc5c801eae | |
parent | f7a97fbc0c1eb721f39af3354c422bb114bb2b31 [diff] | |
parent | 93b2587c31be5eacdf1ab77cad1867b39f82fbfe [diff] |
Snap for 10453563 from 93b2587c31be5eacdf1ab77cad1867b39f82fbfe to mainline-documentsui-release Change-Id: Ifbab17cd0be78cf8df6806d159f47541498c6943
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!