public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] New MI commands for info functions/types/variables
@ 2019-09-26 23:09 Andrew Burgess
  2019-09-26 23:09 ` [PATCH 2/3] gdb: Split print_symbol_info into two parts Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andrew Burgess @ 2019-09-26 23:09 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

Add new MI commands that are the equivalent of 'info functions', 'info
types', and 'info variables'.  Patches #1 and #2 are just setup, and
patch #3 is the real change.

Thanks,
Andrew

--

Andrew Burgess (3):
  gdb: Don't print a newline in language la_print_typedef methods
  gdb: Split print_symbol_info into two parts
  gdb/mi: Add new commands -symbol-info-{functions,variables,types}

 gdb/ChangeLog                        |  35 ++++++
 gdb/NEWS                             |   4 +
 gdb/ada-typeprint.c                  |   1 -
 gdb/c-typeprint.c                    |   2 +-
 gdb/doc/ChangeLog                    |   6 +
 gdb/doc/gdb.texinfo                  | 212 ++++++++++++++++++++++++++++++++++-
 gdb/f-typeprint.c                    |   1 -
 gdb/m2-typeprint.c                   |   2 +-
 gdb/mi/mi-cmds.c                     |   3 +
 gdb/mi/mi-cmds.h                     |   3 +
 gdb/mi/mi-symbol-cmds.c              | 195 ++++++++++++++++++++++++++++++++
 gdb/p-typeprint.c                    |   2 +-
 gdb/rust-lang.c                      |   2 +-
 gdb/symtab.c                         |  89 +++++++++------
 gdb/symtab.h                         |   8 ++
 gdb/testsuite/ChangeLog              |   6 +
 gdb/testsuite/gdb.mi/mi-sym-info-1.c |  48 ++++++++
 gdb/testsuite/gdb.mi/mi-sym-info-2.c |  43 +++++++
 gdb/testsuite/gdb.mi/mi-sym-info.exp | 179 +++++++++++++++++++++++++++++
 19 files changed, 794 insertions(+), 47 deletions(-)
 create mode 100644 gdb/testsuite/gdb.mi/mi-sym-info-1.c
 create mode 100644 gdb/testsuite/gdb.mi/mi-sym-info-2.c
 create mode 100644 gdb/testsuite/gdb.mi/mi-sym-info.exp

-- 
2.14.5

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

end of thread, other threads:[~2019-10-11 12:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-26 23:09 [PATCH 0/3] New MI commands for info functions/types/variables Andrew Burgess
2019-09-26 23:09 ` [PATCH 2/3] gdb: Split print_symbol_info into two parts Andrew Burgess
2019-10-04  1:50   ` Simon Marchi
2019-09-26 23:09 ` [PATCH 3/3] gdb/mi: Add new commands -symbol-info-{functions,variables,types} Andrew Burgess
2019-09-27  5:43   ` Eli Zaretskii
2019-10-04  3:01   ` Simon Marchi
2019-10-04 13:46     ` André Pönitz
2019-10-11 12:32     ` Andrew Burgess
2019-09-26 23:09 ` [PATCH 1/3] gdb: Don't print a newline in language la_print_typedef methods Andrew Burgess

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