diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e74dcf6965..9e30bfc210 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-11-10 Joel Brobecker + + * NEWS: Add entry for new set/show print frame-args command. + 2007-11-09 Kevin Buettner * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add missing diff --git a/gdb/NEWS b/gdb/NEWS index c1cc4079ad..26a658b094 100644 --- a/gdb/NEWS +++ b/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.