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

gdbserial: fixes for rr 5.7.0 #3718

Merged
merged 1 commit into from May 16, 2024
Merged

gdbserial: fixes for rr 5.7.0 #3718

merged 1 commit into from May 16, 2024

Conversation

aarzilli
Copy link
Member

@aarzilli aarzilli commented May 1, 2024

The following fixes have been applied to make delve work with rr 5.7.0

  • added a new launch prefix to exclude from stderr output

  • allow the thread selection packet to be sent for 'c' commands even
    when the stub supports thread suffixes, because the specification is
    unclear over what should be done with bc and bs packets with thread
    suffixes.

  • changed the way qRRCmd are escaped and added a thread selector to
    them to match changes to rr codebase

The following fixes have been applied to make delve work with rr 5.7.0

- added a new launch prefix to exclude from stderr output
- allow the thread selection packet to be sent for 'c' commands even
  when the stub supports thread suffixes, because the specification is
  unclear over what should be done with bc and bs packets with thread
  suffixes.
- changed the way qRRCmd are escaped and added a thread selector to
  them to match changes to rr codebase
Copy link
Member

@derekparker derekparker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@derekparker derekparker merged commit 7c7265f into go-delve:master May 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants