mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-03 06:58:15 +00:00
* NEWS: Mention new commands set/show multiple-symbols.
This commit is contained in:
parent
e33b51a675
commit
aad4b0482f
@ -1,3 +1,7 @@
|
|||||||
|
2008-04-04 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* NEWS: Mention new commands set/show multiple-symbols.
|
||||||
|
|
||||||
2008-04-03 Joel Brobecker <brobecker@adacore.com>
|
2008-04-03 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* symtab.c (multiple_symbols_ask, multiple_symbols_all)
|
* symtab.c (multiple_symbols_ask, multiple_symbols_all)
|
||||||
|
6
gdb/NEWS
6
gdb/NEWS
@ -25,6 +25,12 @@ show exec-wrapper
|
|||||||
unset exec-wrapper
|
unset exec-wrapper
|
||||||
Use a wrapper program to launch programs for debugging.
|
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
|
*** Changes in GDB 6.8
|
||||||
|
|
||||||
* New native configurations
|
* New native configurations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user