| commit | 8ccc944dca7dac832027829361eceac1cfd03964 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Thu Oct 03 01:10:25 2024 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Thu Oct 03 01:10:25 2024 +0000 |
| tree | fd6d101658146ad32581ffe73b679ced74f22c22 | |
| parent | 247661210949c600e56859142909e6c62d930a05 [diff] | |
| parent | af25bfcba6d5b472bc7d6d61d510dc235220d827 [diff] |
Snap for 12446955 from af25bfcba6d5b472bc7d6d61d510dc235220d827 to sdk-release Change-Id: I7a252faf5b27819eacec93eb85c1a8767d2b1490
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!