commit | 087df6fe95db35e2cfb5c8d3a975008bc390f0c4 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Nov 10 02:11:31 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Nov 10 02:11:31 2023 +0000 |
tree | 923159a36e459235b9ccfeeb6542f5482d2e424e | |
parent | 2183dc48c527911f28472feacb0a0ba1512ddb92 [diff] | |
parent | c1b033b1786603c77ab7195993162d156cc6748c [diff] |
Snap for 11079393 from c1b033b1786603c77ab7195993162d156cc6748c to 24D1-release Change-Id: I2ae1d6f22a02e3ebffabe5ae27a130ce878b0b47
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!