gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
831 stars 105 forks source link

feat(arch): add MIPS register defs #690

Closed SK83RJOSH closed 6 months ago

SK83RJOSH commented 7 months ago

Add MIPS register definitions, these are similar to LoongArch and map 1-to-1 with DWARF registers. Adding these so they don't need to redeclared downstream in the unwinding crate. 🙂