• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-2,0591,314

.cargo_vcs_info.jsonD03-May-202474 65

Android.bpD03-May-20241.2 KiB5348

Cargo.tomlD03-May-20241.2 KiB3330

Cargo.toml.origD03-May-2024675 1916

LICENSED03-May-20241 KiB2217

METADATAD03-May-2024423 2019

MODULE_LICENSE_MITD03-May-20240

OWNERSD03-May-202447 21

README.mdD03-May-20241.1 KiB2317

TEST_MAPPINGD03-May-2024235 1413

cargo2android.jsonD03-May-202452 55

README.md

1# gdbstub_arch
2
3[![](http://meritbadge.herokuapp.com/gdbstub_arch)](https://crates.io/crates/gdbstub_arch)
4[![](https://docs.rs/gdbstub_arch/badge.svg)](https://docs.rs/gdbstub_arch)
5
6Community-contributed implementations of `gdbstub::arch::Arch` for various
7architectures.
8
9_Note:_ If an architecture is missing from this crate, that does _not_ mean
10that it can't be used with `gdbstub`! So-long as there's support for the
11target architecture in GDB, it should be fairly straightforward to implement
12`Arch` manually.
13
14Please consider upstreaming any missing `Arch` implementations you happen to
15implement yourself! Aside from the altruistic motive of improving `gdbstub`,
16upstreaming your `Arch` implementation will ensure that it's kept up-to-date
17with any future breaking API changes.
18
19**Disclaimer:** These implementations are all community contributions, and
20while they are tested (by the PR's author) and code-reviewed, it's not
21particularly feasible to write detailed tests for each architecture! If you
22spot a bug in any of the implementations, please file an issue / open a PR!
23