Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Organise maintenance commands that flush caches
@ 2020-11-23 10:39 Andrew Burgess
  2020-11-23 10:39 ` [PATCH 1/2] gdb: introduce new 'maint flush ' prefix command Andrew Burgess
  2020-11-23 10:39 ` [PATCH 2/2] gdb: new command 'maint flush dcache' Andrew Burgess
  0 siblings, 2 replies; 9+ messages in thread
From: Andrew Burgess @ 2020-11-23 10:39 UTC (permalink / raw)
  To: gdb-patches

Adds a new maintenance command 'maint flush ', the existing cache
flushing commands are moved under here (with alias added for backward
compatibility), and a new flush command for the dcache is added.

Thanks,
Andrew

--

Andrew Burgess (2):
  gdb: introduce new 'maint flush ' prefix command
  gdb: new command 'maint flush dcache'

 gdb/ChangeLog                                 | 23 +++++++
 gdb/NEWS                                      |  8 +++
 gdb/cli/cli-cmds.c                            |  4 ++
 gdb/cli/cli-cmds.h                            |  4 ++
 gdb/doc/ChangeLog                             | 10 +++
 gdb/doc/gdb.texinfo                           | 26 ++++++--
 gdb/maint.c                                   |  5 ++
 gdb/regcache.c                                | 11 +++-
 gdb/symtab.c                                  |  8 ++-
 gdb/target-dcache.c                           | 19 ++++++
 gdb/testsuite/ChangeLog                       | 16 +++++
 gdb/testsuite/gdb.base/c-linkage-name.exp     |  2 +-
 gdb/testsuite/gdb.base/dcache-flush.c         | 33 ++++++++++
 gdb/testsuite/gdb.base/dcache-flush.exp       | 64 +++++++++++++++++++
 gdb/testsuite/gdb.base/killed-outside.exp     |  2 +-
 gdb/testsuite/gdb.opt/inline-bt.exp           |  2 +-
 .../gdb.perf/gmonster-null-lookup.py          |  2 +-
 gdb/testsuite/gdb.perf/gmonster-print-cerr.py |  2 +-
 .../gdb.perf/gmonster-ptype-string.py         |  2 +-
 gdb/testsuite/gdb.python/py-unwind.exp        |  2 +-
 20 files changed, 230 insertions(+), 15 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/dcache-flush.c
 create mode 100644 gdb/testsuite/gdb.base/dcache-flush.exp

-- 
2.25.4


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

end of thread, other threads:[~2020-12-13 12:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23 10:39 [PATCH 0/2] Organise maintenance commands that flush caches Andrew Burgess
2020-11-23 10:39 ` [PATCH 1/2] gdb: introduce new 'maint flush ' prefix command Andrew Burgess
2020-11-23 15:28   ` Eli Zaretskii via Gdb-patches
2020-11-23 16:24   ` Luis Machado via Gdb-patches
2020-12-03 17:23     ` Tom Tromey
2020-12-13 12:43       ` Andrew Burgess
2020-11-23 10:39 ` [PATCH 2/2] gdb: new command 'maint flush dcache' Andrew Burgess
2020-11-23 15:28   ` Eli Zaretskii via Gdb-patches
2020-11-23 16:28   ` Luis Machado via Gdb-patches

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