]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix inaccuracies in "info skip" help
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 19 Nov 2018 22:27:13 +0000 (17:27 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Mon, 19 Nov 2018 22:27:13 +0000 (17:27 -0500)
commit261f6f7962e3fab7cad813a8821f00cd0173f88f
treeb04904b7c91c75680fb6facf01b7f59f0f80be2a
parent73fc52c4ccecf005aac264e3faa08e815d25118a
Fix inaccuracies in "info skip" help

"help info skip" uses "skip info" in its examples, which is not the same
(it ends up creating new skips).  Also, the Type column that is referred
to doesn't exist today.

gdb/ChangeLog:

* skip.c (_initialize_step_skip): Fix "info skip" help.
gdb/ChangeLog
gdb/skip.c