commit | 714aa832a599a04cb37667d89cb48459661ae6da | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Apr 23 05:55:29 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Apr 23 05:55:29 2020 -0700 |
tree | 7a8a1cf76c924dd71ca8ce21b889ebea3235d16c | |
parent | 22a4849cd8356de0f6ed8586ed8aac7ad1f3df6c [diff] |
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>