diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-04-04 15:51:15 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-04-04 15:51:15 +0000 |
commit | aad4b0482fbb95faf609f99e2a98125673a80707 (patch) | |
tree | 545ed6a286f7ed758dce4b9542216666972ac2b0 /gdb/NEWS | |
parent | e33b51a675a59f37ed6aa8c60b3b202fb470d4ca (diff) | |
download | gdb-aad4b0482fbb95faf609f99e2a98125673a80707.zip gdb-aad4b0482fbb95faf609f99e2a98125673a80707.tar.gz gdb-aad4b0482fbb95faf609f99e2a98125673a80707.tar.bz2 |
* NEWS: Mention new commands set/show multiple-symbols.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |