]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/printcmd.c
2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 27 Feb 2004 00:01:14 +0000 (00:01 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 27 Feb 2004 00:01:14 +0000 (00:01 +0000)
commit6b9acc27a9f99a131b016e25b8e52481959b9321
treed2bc05fd7c20069ccf878fb9948552bc53caaa0b
parente99183ebedfba97f6361ae194093b96df5a573a7
2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>

        * valprint.h (print_hex_chars, print_char_chars): New prototypes.
        * valprint.c (print_hex_chars): Change from static to external.
        (print_char_chars): New function.
        * printcmd.c (print_scalar_formatted): For integer and enum types
        that are longer than LONGEST, perform processing via appropriate
        print_*_chars routines.
gdb/ChangeLog
gdb/printcmd.c
gdb/valprint.c
gdb/valprint.h