]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gdbinit: Use proper define syntax (GH-19557)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Apr 2020 12:55:29 +0000 (05:55 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 12:55:29 +0000 (05:55 -0700)
commit714aa832a599a04cb37667d89cb48459661ae6da
tree7a8a1cf76c924dd71ca8ce21b889ebea3235d16c
parent22a4849cd8356de0f6ed8586ed8aac7ad1f3df6c
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 1221135289306333d11db25ab20cbbd21ceec630)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
Misc/gdbinit