* NEWS: Add entry for new set/show print frame-args command.
This commit is contained in:
parent
6d1829bf6f
commit
d2ca0d52af
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-11-10 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* NEWS: Add entry for new set/show print frame-args command.
|
||||
|
||||
2007-11-09 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add missing
|
||||
|
|
7
gdb/NEWS
7
gdb/NEWS
|
@ -3,6 +3,13 @@
|
|||
|
||||
*** Changes since GDB 6.7
|
||||
|
||||
* New commands
|
||||
|
||||
set print frame-arguments (all|scalars|none)
|
||||
show print frame-arguments
|
||||
The value of this variable can be changed to control which argument
|
||||
values should be printed by the debugger when displaying a frame.
|
||||
|
||||
* GDB can now be built as a native debugger for debugging Windows x86
|
||||
(mingw32) Portable Executable (PE) programs.
|
||||
|
||||
|
|
Loading…
Reference in a new issue