Skip to content

Commit

Permalink
release gdbstub 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel5151 committed Apr 6, 2023
1 parent 30a4695 commit 3c00732
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,19 @@ 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.6.5

#### New Protocol Extensions

- `ExtendedMode > CurrentActivePid` - Support reporting a non-default active PID [\#133](https://github.com/daniel5151/gdbstub/pull/129)
- Required to fix `vAttach` behavior (see Bugfixes section below)

#### Bugfixes

- Fix for targets with no active threads [\#127](https://github.com/daniel5151/gdbstub/pull/127) ([xobs](https://github.com/xobs))
- Fix `vAttach` behavior when switching between multiple processes [\#129](https://github.com/daniel5151/gdbstub/pull/129) ([xobs](https://github.com/xobs)), and [\#133](https://github.com/daniel5151/gdbstub/pull/129)
- Minor doc fixes

# 0.6.4

#### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "gdbstub"
description = "An implementation of the GDB Remote Serial Protocol in Rust"
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
version = "0.6.4"
version = "0.6.5"
license = "MIT OR Apache-2.0"
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 3c00732

Please sign in to comment.