diff options
author | Doug Evans <dje@google.com> | 2013-07-17 20:35:10 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-07-17 20:35:10 +0000 |
commit | d679e74e9e265fac6e12944db461b1445688d9aa (patch) | |
tree | f4096ee1511c3b095d47fa38a88d39acd35959ed /gdb/NEWS | |
parent | 60d57d2ccf4cb4142a25487ee7ee054633b6df3b (diff) | |
download | gdb-d679e74e9e265fac6e12944db461b1445688d9aa.tar.gz |
* NEWS: Mention "set print raw frame-arguments".
* gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
* stack.c (print_raw_frame_arguments): New static global.
(print_frame_arg): Set opts.raw from print_raw_frame_arguments.
(_initialize_stack): New command "set/show print raw frame-arguments".
* valprint.c (setprintrawlist, showprintrawlist): New globals.
(set_print_raw, show_print_raw): New functions.
(_initialize_valprint): New prefix command "set/show print raw".
* valprint.h (value_print_options): Improve comments.
doc/
* gdb.texinfo (Print Settings): Document "print raw frame-arguments".
testsuite/
* gdb.python/py-frame-args.c: New file.
* gdb.python/py-frame-args.py: New file.
* gdb.python/py-frame-args.exp New file.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ maint set|show per-command symtab * New options +set print raw frame-arguments +show print raw frame-arguments + Set/show whether to print frame arguments in raw mode, + disregarding any defined pretty-printers. + set remote trace-status-packet show remote trace-status-packet Set/show the use of remote protocol qTStatus packet. |