commit | a4ef572523d8138edcaa72344612ce1a6953b77e | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue May 21 23:14:33 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue May 21 23:14:33 2024 +0000 |
tree | 28ff041b5ef337a5627ea1d3fadcdaa04f61150e | |
parent | f0b0eafe0ecc019d2dd2fb6f24ad55cc708ca972 [diff] | |
parent | a3b9190dfc92c2970f52fcf02a259e4de56deee4 [diff] |
Snap for 11869550 from a3b9190dfc92c2970f52fcf02a259e4de56deee4 to 25D4-release Change-Id: Icae4300e14531078f4c44c9a8650ed0c4b3613de
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!