Skip to content

build(deps): bump gdbstub from 0.5.0 to 0.6.4 #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps gdbstub from 0.5.0 to 0.6.4.

Release notes

Sourced from gdbstub's releases.

0.6.4

Bugfixes

  • Avoid truncating X packets that contain : and , as part of the payload. #121 (709924470)

Internal Improvements

  • Various README tweaks
  • Remove some unsafe code
  • CI improvements
    • Run no-panic checks on example_no_std
    • Run CI on docs

0.6.3

New Features

  • SingleRegisterAccess: Support reporting unavailable regs #107 (ptosi)

gdbstub_arch 0.2.4 is also out:

0.6.2

New Protocol Extensions

  • MultiThreadBase > ThreadExtraInfo - Provide extra information per-thread. #106 (thefaxman)
  • LldbRegisterInfo - (LLDB specific) Report register information in the LLDB format. #103 (jawilk)
    • This information can be statically included as part of the Arch implemention, or dynamically reported via the LldbRegisterInfoOverride IDET.

Bugfixes

Internal Improvements

  • Tweak enabled clippy lints
  • Added a light dusting of #[inline] across the packet parsing code, crunching the code down even further
  • Expanded on "no-panic guarantee" docs

0.6.1

  • Add LLDB-specific HostIoOpenFlags #100 (mrk)

0.6.0

After over a half-year of development, gdbstub 0.6 has finally been released!

This massive release delivers a slew of new protocol extensions, internal improvements, and key API improvements. Some highlights include:

... (truncated)

Changelog

Sourced from gdbstub's changelog.

0.6.4

Bugfixes

  • Avoid truncating X packets that contain : and , as part of the payload. #121 (709924470)

Internal Improvements

  • Various README tweaks
  • Remove some unsafe code
  • CI improvements
    • Run no-panic checks on example_no_std
    • Run CI on docs

0.6.3

New Features

  • SingleRegisterAccess: Support reporting unavailable regs #107 (ptosi)

0.6.2

New Protocol Extensions

  • MultiThreadBase > ThreadExtraInfo - Provide extra information per-thread. #106 (thefaxman)
  • LldbRegisterInfo - (LLDB specific) Report register information in the LLDB format. #103 (jawilk)
    • This information can be statically included as part of the Arch implemention, or dynamically reported via the LldbRegisterInfoOverride IDET.

Bugfixes

Internal Improvements

  • Tweak enabled clippy lints
  • Added a light dusting of #[inline] across the packet parsing code, crunching the code down even further
  • Expanded on "no-panic guarantee" docs

0.6.1

New Features

  • add LLDB-specific HostIoOpenFlags #100 (mrk)

0.6.0

After over a half-year of development, gdbstub 0.6 has finally been released!

This massive release delivers a slew of new protocol extensions, internal improvements, and key API improvements. Some highlights include:

... (truncated)

Commits
  • 85ff370 release gdbstub 0.6.4
  • 3508cfc Xcommand packets could contain multiple , and : characters in the payload...
  • 0d0675e weed out some more paranoid_unsafe code
  • c6b779b fix Aarch64 rustdocs
  • bf10d34 fail CI on bad docs
  • a2b811a panic checks in CI
  • 1c5407e clippy
  • ac83c9d internal: delegate macro
  • 2573742 remove/tweak some no-panic code
  • cc03eb2 fix cargo doc warning
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.5.0 to 0.6.4.
- [Release notes](https://github.com/daniel5151/gdbstub/releases)
- [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md)
- [Commits](daniel5151/gdbstub@0.5.0...0.6.4)

---
updated-dependencies:
- dependency-name: gdbstub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants