diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2015-07-27 14:11:22 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2015-07-27 14:11:22 -0400 |
commit | d93880bd1cd10d0ccf5346e261d5d145d50d8ab0 (patch) | |
tree | 432e8b042f2418f82581708fefb4e4a92b96f08e /gdb/ChangeLog | |
parent | ef0bc0dd961898d393627c3d502ad168028d7c40 (diff) | |
download | gdb-d93880bd1cd10d0ccf5346e261d5d145d50d8ab0.zip gdb-d93880bd1cd10d0ccf5346e261d5d145d50d8ab0.tar.gz gdb-d93880bd1cd10d0ccf5346e261d5d145d50d8ab0.tar.bz2 |
Factor out flags printing code from generic_val_print
gdb/ChangeLog:
* valprint.c (generic_val_print): Factor out flags
printing code to ...
(generic_val_print_flags): ... this new function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e16a24e..4c6e17c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> + * valprint.c (generic_val_print): Factor out flags + printing code to ... + (generic_val_print_flags): ... this new function. + +2015-07-27 Simon Marchi <simon.marchi@ericsson.com> + * valprint.c (generic_val_print): Factor out enum printing code to ... (generic_val_print_enum): ... this new function. |