public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Pretty Printing Whitespace And Python Pretty Printing API
@ 2019-03-23 23:04 Andrew Burgess
  2019-03-23 23:04 ` [PATCH 1/3] gdb: Avoid trailing whitespace when pretty printing Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andrew Burgess @ 2019-03-23 23:04 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

A couple of changes and clean ups related to pretty printing and the
python pretty printer API.

---

Andrew Burgess (3):
  gdb: Avoid trailing whitespace when pretty printing
  gdb/testsuite: Make test names unique in gdb.python/py-prettyprint.exp
  gdb: Make python display_hint None handling defined behaviour

 gdb/ChangeLog                               |  5 +++
 gdb/cp-valprint.c                           |  8 +++-
 gdb/doc/ChangeLog                           |  5 +++
 gdb/doc/python.texi                         |  5 ++-
 gdb/testsuite/ChangeLog                     | 22 +++++++++++
 gdb/testsuite/gdb.base/finish-pretty.exp    |  2 +-
 gdb/testsuite/gdb.base/pretty-print.c       | 53 ++++++++++++++++++++++++++
 gdb/testsuite/gdb.base/pretty-print.exp     | 58 +++++++++++++++++++++++++++++
 gdb/testsuite/gdb.python/py-prettyprint.c   |  2 +
 gdb/testsuite/gdb.python/py-prettyprint.exp | 41 +++++++++++++-------
 gdb/testsuite/gdb.python/py-prettyprint.py  |  6 +++
 11 files changed, 190 insertions(+), 17 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/pretty-print.c
 create mode 100644 gdb/testsuite/gdb.base/pretty-print.exp

-- 
2.14.5

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

end of thread, other threads:[~2019-03-25 15:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-23 23:04 [PATCH 0/3] Pretty Printing Whitespace And Python Pretty Printing API Andrew Burgess
2019-03-23 23:04 ` [PATCH 1/3] gdb: Avoid trailing whitespace when pretty printing Andrew Burgess
2019-03-25 15:17   ` Tom Tromey
2019-03-23 23:04 ` [PATCH 2/3] gdb/testsuite: Make test names unique in gdb.python/py-prettyprint.exp Andrew Burgess
2019-03-25 15:18   ` Tom Tromey
2019-03-23 23:05 ` [PATCH 3/3] gdb: Make python display_hint None handling defined behaviour Andrew Burgess
2019-03-24 16:07   ` Eli Zaretskii
2019-03-25 15:20   ` Tom Tromey

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