public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Have ptype support hex display of offsets and sizes
@ 2021-04-23 22:28 Lancelot SIX
  2021-04-23 22:28 ` [PATCH v3 1/2] typeprint.h: reorder struct declaration Lancelot SIX
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lancelot SIX @ 2021-04-23 22:28 UTC (permalink / raw)
  To: gdb-patches; +Cc: Lancelot SIX

Hi,

Here is a updated version of the series.  The first patch is unchanged
from previous submission.  Documentation and code style have been
updated in the second patch of the series according to reviews.
The second patch has also been updated to handle conflicts in
gdb/testsuite/gdb.base/ptype-offsets.exp after the following patch
landed in master: https://sourceware.org/pipermail/gdb-patches/2021-April/178016.html.

Lancelot.


Lancelot SIX (2):
  typeprint.h: reorder struct declaration
  [PR gdb/22640] ptype: add option to use hexadecimal notation

 gdb/NEWS                                 |  12 +
 gdb/c-typeprint.c                        |   8 +-
 gdb/doc/gdb.texinfo                      | 113 +++--
 gdb/rust-lang.c                          |   2 +-
 gdb/testsuite/gdb.base/ptype-offsets.exp | 562 ++++++++++++++---------
 gdb/testsuite/gdb.rust/simple.exp        |  10 +-
 gdb/testsuite/gdb.rust/union.exp         |  10 +-
 gdb/typeprint.c                          |  83 +++-
 gdb/typeprint.h                          |  69 +--
 9 files changed, 544 insertions(+), 325 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-04-25 17:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 22:28 [PATCH v3 0/2] Have ptype support hex display of offsets and sizes Lancelot SIX
2021-04-23 22:28 ` [PATCH v3 1/2] typeprint.h: reorder struct declaration Lancelot SIX
2021-04-23 22:28 ` [PATCH v3 2/2] [PR gdb/22640] ptype: add option to use hexadecimal notation Lancelot SIX
2021-04-24  6:15   ` Eli Zaretskii
2021-04-24 15:32 ` [PATCH v3 0/2] Have ptype support hex display of offsets and sizes Tom Tromey
2021-04-25 17:12   ` Lancelot SIX

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).