aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: ae6d63f885b4d75d4a3fc2ca43d8d9c876f0875f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# 0.2.4

- Add support for AArch64 [\#109](https://github.com/daniel5151/gdbstub/pull/109) ([ptosi](https://github.com/ptosi))

# 0.2.3

- Fix missing reg_id mapping in `Armv4t` (24 => Fps)

# 0.2.2

- Remove faulty target.xml from mips64 arch

# 0.2.1

- Removed all remaining instances of `SingleStepGdbBehavior::Unknown` [\#95](https://github.com/daniel5151/gdbstub/pull/95) ([bet4it](https://github.com/bet4it))

# 0.2.0

**Bumps required `gdbstub` version to 0.6.0**.

#### Breaking Arch Changes

- Improved support + fixes for `Msp430` [\#62](https://github.com/daniel5151/gdbstub/pull/62) ([mchesser](https://github.com/mchesser))
- `X86_64CoreRegId`: Change rip size to 8 [\#87](https://github.com/daniel5151/gdbstub/pull/87) ([gz](https://github.com/gz))
- Removed `RegId` template parameters from the following `Arch` implementations:
  - x86/x64
  - MIPS
  - MSP-430

# 0.1.0

**Bumps required `gdbstub` version to 0.5.0**.

- **`gdbstub::arch` has been moved into a separate `gdbstub_arch` crate**
  - _See [\#45](https://github.com/daniel5151/gdbstub/issues/45) for details on why this was done._
- (x86) Break GPRs & SRs into individual fields/variants [\#34](https://github.com/daniel5151/gdbstub/issues/34)