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

Skip to content

Commit 1221135

Browse files
authored
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
1 parent 8d1cbff commit 1221135

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