Use bool constants for value_print_options
This changes the uses of value_print_options to use 'true' and 'false' rather than integers.
This commit is contained in:
parent
6829683679
commit
dad6b350f9
19 changed files with 60 additions and 60 deletions
|
@ -479,7 +479,7 @@ print_frame_arg (const frame_print_options &fp_opts,
|
|||
language = current_language;
|
||||
|
||||
get_no_prettyformat_print_options (&vp_opts);
|
||||
vp_opts.deref_ref = 1;
|
||||
vp_opts.deref_ref = true;
|
||||
vp_opts.raw = fp_opts.print_raw_frame_arguments;
|
||||
|
||||
/* True in "summary" mode, false otherwise. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue