Add new 'z' format for print command.
authorAndrew Burgess <aburgess@broadcom.com>
Thu, 25 Jul 2013 10:16:08 +0000 (10:16 +0000)
committerAndrew Burgess <aburgess@broadcom.com>
Thu, 25 Jul 2013 10:16:08 +0000 (10:16 +0000)
commit6fbe845e0c00ca40e98aa23401e0b5490717a646
tree6e6cd06893ba6d7525ea00f4922fdc741dc7af62
parentdb6a5d5f908a3139924421da1d80d8edf479646c
Add new 'z' format for print command.

  http://sourceware.org/ml/gdb-patches/2013-07/msg00235.html

gdb/ChangeLog

        * NEWS: Mention new 'z' formatter.
        * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
        (_initialize_printcmd): Mention 'z' formatter in help text of the
        'x' command.

gdb/doc/ChangeLog

        * gdb.texinfo (Output Formats): Mention the new 'z' formatter.

gdb/testsuite/ChangeLog

        * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
        z, o, and t output formats.
        * gdb.base/display.exp: Use 'k' as an undefined format now that
        'z' is defined.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/printcmd.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/display.exp
gdb/testsuite/gdb.base/printcmds.exp
This page took 0.038964 seconds and 4 git commands to generate.