From: Andrew Burgess <andrew.burgess@embecosm.com>
To: gdb-patches@sourceware.org
Cc: Andrew Burgess <andrew.burgess@embecosm.com>
Subject: [PATCH 0/3] Improving "info types" command
Date: Fri, 12 Jul 2019 11:37:00 -0000 [thread overview]
Message-ID: <cover.1562931337.git.andrew.burgess@embecosm.com> (raw)
A small set aimed at improving the "info types" command.
---
Andrew Burgess (3):
gdb: Switch "info types" over to use the gdb::options framework
gdb: Improve output from "info types" commad
gdb: Show type summary for anonymous structures from c_print_typedef
gdb/ChangeLog | 25 ++++++++
gdb/NEWS | 4 ++
gdb/c-typeprint.c | 2 +-
gdb/doc/ChangeLog | 5 ++
gdb/doc/gdb.texinfo | 6 +-
gdb/symtab.c | 98 ++++++++++++++++++++++++++------
gdb/testsuite/ChangeLog | 13 +++++
gdb/testsuite/gdb.ada/info_auto_lang.exp | 5 +-
gdb/testsuite/gdb.base/info-types.c | 72 +++++++++++++++++++++++
gdb/testsuite/gdb.base/info-types.exp | 53 +++++++++++++++++
gdb/testsuite/gdb.cp/info-types.cc | 33 +++++++++++
gdb/testsuite/gdb.cp/info-types.exp | 42 ++++++++++++++
12 files changed, 334 insertions(+), 24 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/info-types.c
create mode 100644 gdb/testsuite/gdb.base/info-types.exp
create mode 100644 gdb/testsuite/gdb.cp/info-types.cc
create mode 100644 gdb/testsuite/gdb.cp/info-types.exp
--
2.14.5
next reply other threads:[~2019-07-12 11:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-12 11:37 Andrew Burgess [this message]
2019-07-12 11:37 ` [PATCH 3/3] gdb: Show type summary for anonymous structures from c_print_typedef Andrew Burgess
2019-07-19 12:38 ` Pedro Alves
2019-07-19 21:06 ` Andrew Burgess
2019-07-20 13:47 ` Pedro Alves
2019-07-22 14:10 ` Tom Tromey
2019-07-12 11:37 ` [PATCH 2/3] gdb: Improve output from "info types" commad Andrew Burgess
2019-07-18 20:07 ` Pedro Alves
2019-07-19 19:43 ` Andrew Burgess
2019-07-19 19:54 ` Pedro Alves
2019-07-20 13:47 ` Pedro Alves
2019-07-12 11:37 ` [PATCH 1/3] gdb: Switch "info types" over to use the gdb::options framework Andrew Burgess
2019-07-12 12:48 ` Eli Zaretskii
2019-07-19 14:50 ` Andrew Burgess
2019-07-18 20:07 ` Pedro Alves
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1562931337.git.andrew.burgess@embecosm.com \
--to=andrew.burgess@embecosm.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox