public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] Additional maintenance command for dumping target descriptions
@ 2020-06-11 23:22 Andrew Burgess
  2020-06-11 23:22 ` [PATCHv2 1/3] gdb: Allow target description to be dumped even when it is remote Andrew Burgess
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andrew Burgess @ 2020-06-11 23:22 UTC (permalink / raw)
  To: gdb-patches

In the first patch of this series the only change is I addressed
Pedro's feedback.

The second patch is new, this moves the printing of <compatible>
entities into the gdbsupport/ directory, inside the print_xml_feature
class.

The third patch is the old second patch.  The documentation has not
changed.  The code is now simpler thanks to the new #2 patch.  I
addressed Pedro's feedback including adding some extra tests.

Feedback welcome.

Thanks,
Andrew


---

Andrew Burgess (3):
  gdb: Allow target description to be dumped even when it is remote
  gdb: Print compatible information within print_xml_feature
  gdb: New maintenance command to print XML target description

 gdb/ChangeLog                               |  30 +++++
 gdb/NEWS                                    |   6 +
 gdb/doc/ChangeLog                           |   5 +
 gdb/doc/gdb.texinfo                         |   9 ++
 gdb/target-descriptions.c                   | 109 ++++++++++++++---
 gdb/testsuite/ChangeLog                     |   8 ++
 gdb/testsuite/gdb.xml/maint-xml-dump-01.xml |  10 ++
 gdb/testsuite/gdb.xml/maint-xml-dump-02.xml |  27 +++++
 gdb/testsuite/gdb.xml/maint-xml-dump.exp    | 124 ++++++++++++++++++++
 gdb/testsuite/gdb.xml/tdesc-reload.c        |  22 ++++
 gdb/testsuite/gdb.xml/tdesc-reload.exp      |  83 +++++++++++++
 gdbserver/ChangeLog                         |   6 +
 gdbserver/tdesc.cc                          |  21 ++++
 gdbsupport/ChangeLog                        |  22 ++++
 gdbsupport/tdesc.cc                         | 106 ++++++++++++-----
 gdbsupport/tdesc.h                          |  44 ++++++-
 16 files changed, 587 insertions(+), 45 deletions(-)
 create mode 100644 gdb/testsuite/gdb.xml/maint-xml-dump-01.xml
 create mode 100644 gdb/testsuite/gdb.xml/maint-xml-dump-02.xml
 create mode 100644 gdb/testsuite/gdb.xml/maint-xml-dump.exp
 create mode 100644 gdb/testsuite/gdb.xml/tdesc-reload.c
 create mode 100644 gdb/testsuite/gdb.xml/tdesc-reload.exp

-- 
2.25.4


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

end of thread, other threads:[~2020-06-23 13:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 23:22 [PATCHv2 0/3] Additional maintenance command for dumping target descriptions Andrew Burgess
2020-06-11 23:22 ` [PATCHv2 1/3] gdb: Allow target description to be dumped even when it is remote Andrew Burgess
2020-06-11 23:22 ` [PATCHv2 2/3] gdb: Print compatible information within print_xml_feature Andrew Burgess
2020-06-11 23:22 ` [PATCHv2 3/3] gdb: New maintenance command to print XML target description Andrew Burgess
2020-06-23 13:48   ` Pedro Alves
2020-06-22 18:13 ` [PATCHv2 0/3] Additional maintenance command for dumping target descriptions Andrew Burgess
2020-06-23 13:58   ` Pedro Alves

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