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

Use positional parameters in calls to .format in gdb python scripts (#9292) #9311

Merged
merged 1 commit into from Jun 26, 2018
Merged

Use positional parameters in calls to .format in gdb python scripts (#9292) #9311

merged 1 commit into from Jun 26, 2018

Conversation

rjvdboon
Copy link
Contributor

Fixes #9292.
Omitting positional parameters works for gdb linked to python 2.7 / 3.1+. On older systems (e.g. redhat 6, centos 6) gdb might be linked to python 2.4-2.6 or 3.0, adding parameter ordinals enables proper backtraces on those systems.

@dnfclas
Copy link

dnfclas commented Jun 26, 2018

CLA assistant check
All CLA requirements met.

@akoeplinger akoeplinger merged commit 16e7e18 into mono:master Jun 26, 2018
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

4 participants