binutils-gdb/gdb/mi
Luis Machado 1c35a88f1d varobj zero-padded hexadecimal format
This set of patches add support for the zero-padded hexadecimal format for
varobj's, defined as "zero-hexadecimal".  We currently only support regular
non-zero-padded hexadecimal.

Talking with IDE developers, they would like to have this option that is
already available to GDB's print/x commands, in the CLI, as 'z'.

gdb/ChangeLog:

2015-12-09  Luis Machado  <lgustavo@codesourcery.com>

	* gdb/mi/mi-cmd-var.c (mi_parse_format): Handle new "zero-hexadecimal"
	format.
	* gdb/varobj.c (varobj_format_string): Add "zero-hexadecimal" entry.
	(format_code): Add 'z' entry.
	(varobj_set_display_format): Handle FORMAT_ZHEXADECIMAL.
	* gdb/varobj.h (varobj_display_formats) <FORMAT_ZHEXADECIMAL>: New enum
	field.
	* NEWS: Add new note to MI changes citing the new zero-hexadecimal
	format for -var-set-format.

gdb/doc/ChangeLog:

2015-12-09  Luis Machado  <lgustavo@codesourcery.com>

	* gdb.texinfo (GDB/MI Variable Objects): Update text to mention
	-var-set-format's new zero-hexadecimal format.

gdb/testsuite/ChangeLog:

2015-12-09  Luis Machado  <lgustavo@codesourcery.com>

	* gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
	  format and change test names to make them unique.
2015-12-09 11:00:47 -02:00
..
ChangeLog-1999-2003
mi-cmd-break.c Add casts to memory allocation related calls 2015-09-25 14:08:06 -04:00
mi-cmd-break.h
mi-cmd-catch.c
mi-cmd-disas.c New /s modifier for the disassemble command. 2015-08-14 21:45:54 -07:00
mi-cmd-env.c
mi-cmd-file.c
mi-cmd-info.c
mi-cmd-stack.c Replace the block_found global with explicit data-flow 2015-08-01 10:55:44 +02:00
mi-cmd-target.c
mi-cmd-var.c varobj zero-padded hexadecimal format 2015-12-09 11:00:47 -02:00
mi-cmds.c
mi-cmds.h
mi-common.c
mi-common.h
mi-console.c Add some more casts (2/2) 2015-09-25 14:08:07 -04:00
mi-console.h
mi-getopt.c
mi-getopt.h
mi-interp.c Add some more casts (2/2) 2015-09-25 14:08:07 -04:00
mi-main.c Change some void* to gdb_byte* 2015-10-09 10:08:23 -04:00
mi-main.h
mi-out.c Add some more casts (2/2) 2015-09-25 14:08:07 -04:00
mi-out.h
mi-parse.c Add some more casts (2/2) 2015-09-25 14:08:07 -04:00
mi-parse.h Prepare for gnulib update 2015-08-24 18:50:55 +01:00
mi-symbol-cmds.c