commit | 05b1270ca32663fcb9d17d98c9654e8d689eee50 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Feb 02 05:14:43 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Feb 02 05:14:43 2023 +0000 |
tree | e24db05b09991006ebdd1f63ed2451d768640aab | |
parent | cfbf83d4f6a9ce9f90d3b91fd6de82ce9311a151 [diff] | |
parent | 491b74cfe2037b9f2078d09afbd27f180a854e57 [diff] |
Snap for 9553927 from 491b74cfe2037b9f2078d09afbd27f180a854e57 to udc-d1-release Change-Id: Ice7e7bdef8fabc16d5dae9ab72c0040ef7c65c23
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!