aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPierre-Marie de Rodat <derodat@adacore.com>2015-09-03 17:34:58 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2015-12-08 09:59:44 +0100
commit3685b09fb85dc279762e19df310dc2f30e64b044 (patch)
treedc7c07a6a261c0830d7ac9b0c02bb61baab6b01e /gdb/NEWS
parente896287c1643b8b47080c4a8ddbe9a92d9fa585b (diff)
downloadgdb-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/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index a222dfb..280c8fe 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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