diff options
author | Tom Tromey <tom@tromey.com> | 2018-04-27 15:52:44 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-05-04 12:22:37 -0600 |
commit | 9be2ae8fc6b908746d9d7ebaf77aec8abba5dd2c (patch) | |
tree | 38e6471f828844582b6f39bd627884aac9738409 /.gitattributes | |
parent | f0b3976bdcd29e308bed185630a24806037a717c (diff) | |
download | gdb-9be2ae8fc6b908746d9d7ebaf77aec8abba5dd2c.zip gdb-9be2ae8fc6b908746d9d7ebaf77aec8abba5dd2c.tar.gz gdb-9be2ae8fc6b908746d9d7ebaf77aec8abba5dd2c.tar.bz2 |
Use previous count when 'x' command is repeated
About the 'x' command, the manual says:
If you use <RET> to repeat the 'x' command, the repeat count N is
used again; the other arguments default as for successive uses of
'x'.
However, PR gdb/22619 points out that this does not work.
This patch fixes the problem.
ChangeLog
2018-05-04 Tom Tromey <tom@tromey.com>
PR gdb/22619:
* printcmd.c (last_count): New global.
(x_command): Use saved count when repeating.
testsuite/ChangeLog
2018-05-04 Tom Tromey <tom@tromey.com>
PR gdb/22619:
* gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
behavior.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions