8000 gdbinit: Use proper define syntax (GH-19557) · python/cpython@714aa83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 714aa83

Browse files
gdbinit: Use proper define syntax (GH-19557)
Using `def` rather than `define` results in: Ambiguous command "def pu": define, define-prefix. Automerge-Triggered-By: @csabella (cherry picked from commit 1221135) Co-authored-by: Florian Bruhin <me@the-compiler.org>
1 parent 22a4849 commit 714aa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/gdbinit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ document pystackv
160160
Print the entire Python call stack - verbose mode
161161
end
162162

163-
def pu
163+
define pu
164164
set $uni = $arg0
165165
set $i = 0
166166
while (*$uni && $i++<100)

0 commit comments

Comments
 (0)
0