Skip to content
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

build(deps): Bump the gdbstub group with 2 updates #742

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the gdbstub group with 2 updates: gdbstub and gdbstub_arch.

Updates gdbstub from 0.7.1 to 0.7.2

Release notes

Sourced from gdbstub's releases.

0.7.2

Bugfixes

  • Add workaround for vCont packets that specify a '0' (Any) thread-id

Internal Improvements

  • Various README tweaks
  • Various clippy lint fixes
  • Fix incorrect valid-addr check in armv4t example
Changelog

Sourced from gdbstub's changelog.

0.7.2

Bugfixes

  • Add workaround for vCont packets that specify a '0' (Any) thread-id

Internal Improvements

  • Various README tweaks
  • Various clippy lint fixes
  • Fix incorrect valid-addr check in armv4t example
Commits
  • 6e72c26 release 0.7.2 (and gdbstub_arch 0.3.1)
  • 8ff0422 minor README updates
  • e9a5296 add workaround for vCont packets with '0' TIDs
  • 9454738 fix addr validity check in armv4t example
  • 5b9b415 fix new clippy lints
  • 641e687 RISC-V: List all integer registers for lldb compatibility (#149)
  • See full diff in compare view

Updates gdbstub_arch from 0.3.0 to 0.3.1

Changelog

Sourced from gdbstub_arch's changelog.

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

0.7.2

Bugfixes

  • Add workaround for vCont packets that specify a '0' (Any) thread-id

Internal Improvements

  • Various README tweaks
  • Various clippy lint fixes
  • Fix incorrect valid-addr check in armv4t example

0.7.1

New Protocol Extensions

  • LibrariesSvr4 - List an SVR4 (System-V/Unix) target's libraries. #142 (alexcrichton)

0.7.0

Breaking API Changes

  • stub::GdbStubError is now an opaque struct with a handful of methods to extract user-defined context (as opposed to being an enum that directly exposed all error internals to the user).
    • This change will enable future versions of gdbstub to fearlessly improve error messages and infrastructure without making semver breaking changes. See #112 for more.
  • common::Signal is not longer an enum, and is instead a struct with a single pub u8 field + a collection of associated constants.
    • As a result, yet another instance of unsafe could be removed from the codebase!
  • Arch API:
    • Entirely removed single_step_behavior. See #132 for details and rationale
  • Target APIs:
    • SingleThreadBase/MultiThreadBase
      • read_addrs now returns a usize instead of a (), allowing implementations to report cases where only a subset of memory could be read. #115 (geigerzaehler)
    • HostIo
      • bitflags has been updated from 1.x to 2.x, affecting the type of HostIoOpenFlags and HostIoOpenMode #138 (qwandor)

Internal Improvements

  • Reformatted codebase with nightly rustfmt using imports_granularity = "Item"

0.6.6

New Features

  • Target::use_no_ack_mode - toggle support for for activating "no ack mode" #135 (bet4it)

0.6.5

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gdbstub group with 2 updates: [gdbstub](https://github.com/daniel5151/gdbstub) and [gdbstub_arch](https://github.com/daniel5151/gdbstub).


Updates `gdbstub` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/daniel5151/gdbstub/releases)
- [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md)
- [Commits](daniel5151/gdbstub@0.7.1...0.7.2)

Updates `gdbstub_arch` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/daniel5151/gdbstub/releases)
- [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md)
- [Commits](https://github.com/daniel5151/gdbstub/commits)

---
updated-dependencies:
- dependency-name: gdbstub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gdbstub
- dependency-name: gdbstub_arch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gdbstub
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 19, 2024
@mkroening mkroening added this pull request to the merge queue Aug 20, 2024
Merged via the queue into main with commit f764acc Aug 20, 2024
9 checks passed
@mkroening mkroening deleted the dependabot/cargo/gdbstub-eda8520018 branch August 20, 2024 08:22
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant