Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Changes to 'maint info sections'
@ 2021-02-05 21:29 Andrew Burgess
  2021-02-05 21:29 ` [PATCH 1/3] gdb/testsuite: split 'maint info sections' tests to a new file Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andrew Burgess @ 2021-02-05 21:29 UTC (permalink / raw)
  To: gdb-patches

Patch #1 - some refactoring of the testsuite.

Patch #2 - fixes a problem I have with 'maint info sections' not
           giving me the results I need.

Patch #3 - add command options and command completion for 'maint info
           sections'.

---

Andrew Burgess (3):
  gdb/testsuite: split 'maint info sections' tests to a new file
  gdb: 'maint info sections' - handle the no executable case
  gdb: change 'maint info section' to use command options

 gdb/ChangeLog                                 |  24 ++
 gdb/NEWS                                      |   5 +
 gdb/doc/ChangeLog                             |   5 +
 gdb/doc/gdb.texinfo                           |  29 +-
 gdb/maint.c                                   | 322 ++++++++++--------
 gdb/testsuite/ChangeLog                       |  18 +
 .../gdb.base/maint-info-sections.exp          | 184 ++++++++++
 gdb/testsuite/gdb.base/maint.exp              |  87 -----
 8 files changed, 435 insertions(+), 239 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/maint-info-sections.exp

-- 
2.25.4


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

end of thread, other threads:[~2021-02-08 19:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 21:29 [PATCH 0/3] Changes to 'maint info sections' Andrew Burgess
2021-02-05 21:29 ` [PATCH 1/3] gdb/testsuite: split 'maint info sections' tests to a new file Andrew Burgess
2021-02-08 19:28   ` Tom Tromey
2021-02-05 21:29 ` [PATCH 2/3] gdb: 'maint info sections' - handle the no executable case Andrew Burgess
2021-02-08 19:29   ` Tom Tromey
2021-02-05 21:29 ` [PATCH 3/3] gdb: change 'maint info section' to use command options Andrew Burgess
2021-02-06  7:16   ` Eli Zaretskii via Gdb-patches
2021-02-08 19:32   ` Tom Tromey

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