public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PING][PATCH v8 0/3] gdb: Add new 'print nibbles' feature
@ 2022-04-23  9:12 Enze Li
  2022-04-23  9:14 ` [PATCH v8 1/3] " Enze Li
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Enze Li @ 2022-04-23  9:12 UTC (permalink / raw)
  To: pedro, tom; +Cc: gdb-patches

New in v8:

- Address Tom's comments, modified the form of the digit separator
  implementation and added exporting nibbles to the python layer.

- Address Pedro's comments, modified the way testcase are implemented.

New in v7:

- Address Tom's comments, use specific digit separator when debuging C++
  and Rust programs.

New in v6:

- Address Eli's comments, use a new complementary method with number 0.

New in v5:
- Address Bruno's comments, fix regressions caused by conflicts.

This patch sets implements the display of binary values in groups to
enhance the readability of binary.

Enze Li (3):
  gdb: Add new 'print nibbles' feature
  gdb/doc: Documentation for the new print command
  gdb/python: Export nibbles to python layer

 gdb/NEWS                                      |  5 ++
 gdb/c-lang.c                                  |  4 +
 gdb/doc/gdb.texinfo                           | 35 ++++++++-
 gdb/doc/python.texi                           |  5 ++
 gdb/language.h                                |  7 ++
 gdb/printcmd.c                                |  2 +-
 gdb/python/py-value.c                         |  7 +-
 gdb/rust-lang.h                               |  5 ++
 gdb/testsuite/gdb.base/options.exp            |  1 +
 gdb/testsuite/gdb.base/printcmds.exp          | 43 +++++++++++
 gdb/testsuite/gdb.python/py-format-string.exp | 73 +++++++++++++++++++
 gdb/valprint.c                                | 48 +++++++++++-
 gdb/valprint.h                                |  6 +-
 13 files changed, 233 insertions(+), 8 deletions(-)

-- 
2.35.3


^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <20220416175963.3211-1-lienze2010@hotmail.com>]

end of thread, other threads:[~2022-06-18  3:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23  9:12 [PING][PATCH v8 0/3] gdb: Add new 'print nibbles' feature Enze Li
2022-04-23  9:14 ` [PATCH v8 1/3] " Enze Li
2022-04-23  9:15 ` [PATCH v8 2/3] gdb/doc: Documentation for the new print command Enze Li
2022-04-23  9:20   ` Eli Zaretskii
2022-04-23  9:16 ` [PATCH v8 3/3] gdb/python: Export nibbles to python layer Enze Li
2022-04-23  9:22   ` Eli Zaretskii
2022-06-07 13:44     ` Enze Li
2022-06-07 13:44     ` Enze Li
2022-06-06 13:41 ` [PING][PATCH v8 0/3] gdb: Add new 'print nibbles' feature Tom Tromey
2022-06-07 13:29   ` Enze Li
2022-06-18  3:29 ` Enze Li
     [not found] <20220416175963.3211-1-lienze2010@hotmail.com>
     [not found] ` <20220416181725.7176-1-lienze2010@hotmail.com>
2022-04-16 18:17   ` [PATCH v8 3/3] gdb/python: Export nibbles to python layer Enze Li

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