public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] varobj zero-padded hexadecimal format
@ 2015-05-01 14:32 Luis Machado
  2015-05-01 14:32 ` [PATCH 1/3] Add zero-padded hexadecimal format support for varobj's Luis Machado
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Luis Machado @ 2015-05-01 14:32 UTC (permalink / raw)
  To: gdb-patches

This set of patches add support for the zero-padded hexadecimal format for
varobj's, defined as "zhexadecimal".  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'.

Luis Machado (3):
  Add zero-padded hexadecimal format support for varobj's
  Add varobj zhexadecimal format tests.
  Documentation changes for the new zhexadecimal format

 gdb/NEWS                                |  5 +++++
 gdb/doc/gdb.texinfo                     |  2 +-
 gdb/mi/mi-cmd-var.c                     |  4 +++-
 gdb/testsuite/gdb.mi/mi-var-display.exp | 25 +++++++++++++++++++++++--
 gdb/varobj.c                            |  5 +++--
 gdb/varobj.h                            |  3 ++-
 6 files changed, 37 insertions(+), 7 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-05-06 15:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-01 14:32 [PATCH 0/3] varobj zero-padded hexadecimal format Luis Machado
2015-05-01 14:32 ` [PATCH 1/3] Add zero-padded hexadecimal format support for varobj's Luis Machado
2015-05-01 14:33 ` [PATCH 2/3] Add varobj zhexadecimal format tests Luis Machado
2015-05-01 14:33 ` [PATCH 3/3] Documentation changes for the new zhexadecimal format Luis Machado
2015-05-01 15:07   ` Eli Zaretskii
2015-05-01 18:58     ` Luis Machado
2015-05-06 13:56     ` Luis Machado
2015-05-06 14:01       ` Luis Machado
2015-05-06 15:36       ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).