From: Joel Brobecker Date: Fri, 4 Apr 2008 15:51:15 +0000 (+0000) Subject: * NEWS: Mention new commands set/show multiple-symbols. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aad4b0482fbb95faf609f99e2a98125673a80707;p=binutils-gdb.git * NEWS: Mention new commands set/show multiple-symbols. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e47a277f609..754fa109812 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-04-04 Joel Brobecker + + * NEWS: Mention new commands set/show multiple-symbols. + 2008-04-03 Joel Brobecker * symtab.c (multiple_symbols_ask, multiple_symbols_all) diff --git a/gdb/NEWS b/gdb/NEWS index 232e201ba27..7d10ce506bf 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -25,6 +25,12 @@ show exec-wrapper unset exec-wrapper Use a wrapper program to launch programs for debugging. +set multiple-symbols (all|ask|cancel) +show multiple-symbols + The value of this variable can be changed to adjust the debugger behavior + when an expression or a breakpoint location contains an ambiguous symbol + name (an overloaded function name, for instance). + *** Changes in GDB 6.8 * New native configurations