[PUSHED/OBVIOUS] ensure help set print type gives the correct help.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 20 Oct 2018 21:00:52 +0000 (23:00 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 20 Oct 2018 21:00:52 +0000 (23:00 +0200)
commit4051d2d65a73f02cfd2baebf8803fe2880dbd76c
treea58bc8a10279f7b94f2fce06819198b1347ddf74
parentd6677607c2e96c28178467894fa3fe9ba6db7c27
[PUSHED/OBVIOUS] ensure help set print type gives the correct help.

Without this patch:
  (gdb) help set print type
  Generic command for setting how types print.

  List of show print type subcommands:

  show print type methods -- Set printing of methods defined in classes
  ...

With this patch:
  (gdb) h set print type
  Generic command for setting how types print.

  List of set print type subcommands:

  set print type methods -- Set printing of methods defined in classes
  ...
gdb/ChangeLog
gdb/typeprint.c