gdbinit.in: make shorthands accept an explicit argument
authorAlexander Monakov <amonakov@ispras.ru>
Fri, 17 Jan 2020 15:15:44 +0000 (18:15 +0300)
committerAlexander Monakov <amonakov@ispras.ru>
Fri, 17 Jan 2020 15:30:53 +0000 (18:30 +0300)
commit2c2e9f7a5d4b5db97f268ae247b3a82b1610a543
tree773d123b16f5b8500391a3cab07cdccbfaa01b00
parent568f0f355f259f58688dd73f749f4d80adc10e40
gdbinit.in: make shorthands accept an explicit argument

Make gdb shorthands such as 'pr' accept an argument, in addition to
implictly taking register '$' as the thing to examine.

The 'eval ...' one-liners are used to workaround GDB bug #22466.

* gdbinit.in (help-gcc-hooks): New command.
(pp, pr, prl, pt, pct, pgg, pgq, pgs, pge, pmz, ptc, pdn, ptn, pdd, prc,
pi, pbm, pel, trt): Take $arg0 instead of $ if supplied. Update
documentation.
gcc/ChangeLog
gcc/gdbinit.in