OSDN Git Service

* generic/gdbtk-cmds.c (valprint.h): Include.
authorkevinb <kevinb>
Mon, 15 Dec 2008 18:06:12 +0000 (18:06 +0000)
committerkevinb <kevinb>
Mon, 15 Dec 2008 18:06:12 +0000 (18:06 +0000)
commitd34c3604f3eccb57b7143e9db40a040d46d5173d
tree087a8d3c56370a25ed573d05592fb05b190ae8da
parent5f0911e8bfb49d11e9053769b2fc1b66d2a64d55
* generic/gdbtk-cmds.c (valprint.h): Include.
(gdb_eval): Fetch print options via get_formatted_print_options.
Update call to val_print.
(gdb_update_mem): Likewise, but for print_scalar_formatted.
* generic/gdbtk-register.c (valprint.h): Include.
(get_register): Use get_formatted_print_options.  Update calls
to val_print.
* generic/gdbtk-wrapper.c (valprint.h): Include.
(wrap_val_print): Use get_formatted_print_options.  Delete
variables deref_ref and pretty; assign to equivalent fields
in the value_print_options struct instead.  Update call to
val_print.
gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk-cmds.c
gdb/gdbtk/generic/gdbtk-register.c
gdb/gdbtk/generic/gdbtk-wrapper.c