diff options
author | Doug Evans <dje@google.com> | 2013-02-11 22:04:58 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-02-11 22:04:58 +0000 |
commit | c2792f5a8f0273b6599c905ac107603b2000cc06 (patch) | |
tree | 94a0b89326c3dcc3988bce82658acb3b9be50b6c /gdb/ChangeLog | |
parent | f5c033f1f3d7534aa9513c49a89d97ef0bd1cac3 (diff) | |
download | gdb-c2792f5a8f0273b6599c905ac107603b2000cc06.zip gdb-c2792f5a8f0273b6599c905ac107603b2000cc06.tar.gz gdb-c2792f5a8f0273b6599c905ac107603b2000cc06.tar.bz2 |
* printcmd.c (printf_c_string,printf_wide_c_string): New functions.
(printf_decfloat): New function. Broken out from ui_printf.
Remove unnecessary code to shift the entire format string down.
(printf_pointer): New function.
(ui_printf): Code to print C strings, wide C strings, decfloats,
and pointers moved to separate functions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c9c3919..80d4898 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2013-02-11 Doug Evans <dje@google.com> + + * printcmd.c (printf_c_string,printf_wide_c_string): New functions. + (printf_decfloat): New function. Broken out from ui_printf. + Remove unnecessary code to shift the entire format string down. + (printf_pointer): New function. + (ui_printf): Code to print C strings, wide C strings, decfloats, + and pointers moved to separate functions. + 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com> * valops.c (value_assign): Handling bitfield offset in |