Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Improving "info types" command
@ 2019-07-12 11:37 Andrew Burgess
  2019-07-12 11:37 ` [PATCH 3/3] gdb: Show type summary for anonymous structures from c_print_typedef Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Andrew Burgess @ 2019-07-12 11:37 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

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


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

end of thread, other threads:[~2019-07-22 14:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-12 11:37 [PATCH 0/3] Improving "info types" command Andrew Burgess
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox