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 1221135289)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
Miss Islington (bot) 2020-04-23 05:55:29 -07:00 committed by GitHub
parent 22a4849cd8
commit 714aa832a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ document pystackv
Print the entire Python call stack - verbose mode
end
def pu
define pu
set $uni = $arg0
set $i = 0
while (*$uni && $i++<100)