-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gdbinit: Use proper define syntax #19557
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
Conversation
Using `def` rather than `define` results in:
Ambiguous command "def pu": define, define-prefix.
csabella
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
Thanks @The-Compiler for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
|
GH-19676 is a backport of this pull request to the 3.8 branch. |
|
Sorry, @The-Compiler, I could not cleanly backport this to |
|
Manual cherry-pick to 3.7: #19678 edit: Hah, faster than the bot 😉 |
|
GH-19678 is a backport of this pull request to the 3.7 branch. |
Using
defrather thandefineresults in:Automerge-Triggered-By: @csabella