1All notable changes to this project will be documented in this file.
2
3This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
5# 0.3.0
6
7#### Breaking Arch Changes
8
9- Entirely removed `SingleStepGdbBehavior` APIs
10
11# 0.2.4
12
13- Add support for AArch64 [\#109](https://github.com/daniel5151/gdbstub/pull/109) ([ptosi](https://github.com/ptosi))
14
15# 0.2.3
16
17- Fix missing reg_id mapping in `Armv4t` (24 => Fps)
18
19# 0.2.2
20
21- Remove faulty target.xml from mips64 arch
22
23# 0.2.1
24
25- Removed all remaining instances of `SingleStepGdbBehavior::Unknown` [\#95](https://github.com/daniel5151/gdbstub/pull/95) ([bet4it](https://github.com/bet4it))
26
27# 0.2.0
28
29**Bumps required `gdbstub` version to 0.6.0**.
30
31#### Breaking Arch Changes
32
33- Improved support + fixes for `Msp430` [\#62](https://github.com/daniel5151/gdbstub/pull/62) ([mchesser](https://github.com/mchesser))
34- `X86_64CoreRegId`: Change rip size to 8 [\#87](https://github.com/daniel5151/gdbstub/pull/87) ([gz](https://github.com/gz))
35- Removed `RegId` template parameters from the following `Arch` implementations:
36  - x86/x64
37  - MIPS
38  - MSP-430
39
40# 0.1.0
41
42**Bumps required `gdbstub` version to 0.5.0**.
43
44- **`gdbstub::arch` has been moved into a separate `gdbstub_arch` crate**
45  - _See [\#45](https://github.com/daniel5151/gdbstub/issues/45) for details on why this was done._
46- (x86) Break GPRs & SRs into individual fields/variants [\#34](https://github.com/daniel5151/gdbstub/issues/34)
47