You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: gdbstub_arch/CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file.
2
2
3
3
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
# 0.2.4
6
+
7
+
- Add support for AArch64 [\#109](https://github.com/daniel5151/gdbstub/pull/109) ([ptosi](https://github.com/ptosi))
8
+
5
9
# 0.2.3
6
10
7
11
- Fix missing reg_id mapping in `Armv4t` (24 => Fps)
@@ -12,7 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
12
16
13
17
# 0.2.1
14
18
15
-
- Removed all remaining instances of `SingleStepGdbBehavior::Unknown`[\#62](https://github.com/daniel5151/gdbstub/pull/95) ([bet4it](https://github.com/bet4it))
19
+
- Removed all remaining instances of `SingleStepGdbBehavior::Unknown`[\#95](https://github.com/daniel5151/gdbstub/pull/95) ([bet4it](https://github.com/bet4it))
0 commit comments