diff options
author | Pierre-Marie de Rodat <derodat@adacore.com> | 2015-09-03 17:34:58 +0200 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2015-12-08 09:59:44 +0100 |
commit | 3685b09fb85dc279762e19df310dc2f30e64b044 (patch) | |
tree | dc7c07a6a261c0830d7ac9b0c02bb61baab6b01e /gdb/NEWS | |
parent | e896287c1643b8b47080c4a8ddbe9a92d9fa585b (diff) | |
download | gdb-3685b09fb85dc279762e19df310dc2f30e64b044.zip gdb-3685b09fb85dc279762e19df310dc2f30e64b044.tar.gz gdb-3685b09fb85dc279762e19df310dc2f30e64b044.tar.bz2 |
DOCO: Enhance the menu to select function overloads with signatures
gdb/ChangeLog:
* NEWS: Announce this enhancement and the corresponding new
option.
gdb/doc/ChangeLog:
* gdb.texinfo (Ada Mode Into): Move overloading support
description to its own node.
(Overloading support for Ada): New node.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -28,6 +28,9 @@ and "maint info program-spaces" now list the corresponding items in ascending ID order, for consistency with all other "info" commands. +* In Ada, the overloads selection menu has been enhanced to display the + parameter types and the return types for the matching overloaded subprograms. + * New commands maint set target-non-stop (on|off|auto) @@ -52,6 +55,11 @@ set remote thread-events show remote thread-events Set/show the use of thread create/exit events. +set ada print-signatures on|off +show ada print-signatures" + Control whether parameter types and return types are displayed in overloads + selection menus. It is activaled (@code{on}) by default. + * The "disassemble" command accepts a new modifier: /s. It prints mixed source+disassembly like /m with two differences: - disassembled instructions are now printed in program order, and |