public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Burgess <andrew.burgess@embecosm.com>
To: gdb-patches <gdb-patches@sourceware.org>
Cc: Andrew Burgess <andrew.burgess@embecosm.com>
Subject: [PATCH 0/3] New MI commands for info functions/types/variables
Date: Thu, 26 Sep 2019 23:09:00 -0000	[thread overview]
Message-ID: <cover.1569539198.git.andrew.burgess@embecosm.com> (raw)

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

             reply	other threads:[~2019-09-26 23:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-26 23:09 Andrew Burgess [this message]
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

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.1569539198.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).