• Home
Name Date Size #Lines LOC

..--

src/06-Sep-2024-5,2103,395

.cargo_vcs_info.jsonD06-Sep-2024106 66

Android.bpD06-Sep-20241.5 KiB6156

CHANGELOG.mdD06-Sep-20241.4 KiB4727

Cargo.tomlD06-Sep-20241.2 KiB4339

Cargo.toml.origD06-Sep-2024689 1916

LICENSED06-Sep-2024236 74

METADATAD06-Sep-2024648 2119

MODULE_LICENSE_MITD06-Sep-20240

OWNERSD06-Sep-202445 21

README.mdD06-Sep-20241.1 KiB2418

TEST_MAPPINGD06-Sep-2024337 1918

cargo_embargo.jsonD06-Sep-202442 54

README.md

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