aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2020-11-20 19:34:21 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2020-12-13 12:36:16 +0000
commitee9812a00153ad788319dae1cde901cf216f9fba (patch)
treef70cd83590cd7d42a6e81d6f7958bce5b40a1d45 /gdb/NEWS
parent50a5f1878e22b09ebea30ad60a2164b80af6efdb (diff)
downloadgdb-ee9812a00153ad788319dae1cde901cf216f9fba.zip
gdb-ee9812a00153ad788319dae1cde901cf216f9fba.tar.gz
gdb-ee9812a00153ad788319dae1cde901cf216f9fba.tar.bz2
gdb: new command 'maint flush dcache'
Add a new command to flush the dcache. gdb/ChangeLog: * NEWS: Mention new commands. * target-dcache.c: Add 'cli/cli-cmds.h' include. (maint_flush_dcache_command): New function. (_initialize_target_dcache): Create new 'maint flush dcache' command. gdb/doc/ChangeLog: * gdb.texinfo (Caching Target Data): Document 'maint flush dcache'. gdb/testsuite/ChangeLog: * gdb.base/dcache-flush.c: New file. * gdb.base/dcache-flush.exp: New file.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 4d96388..66702862 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -44,6 +44,9 @@ maintenance flush register-cache
These new commands are equivalent to the already existing commands
'maintenance flush-symbol-cache' and 'flushregs' respectively.
+maintenance flush dcache
+ A new command to flush the dcache.
+
* Changed commands
break [PROBE_MODIFIER] [LOCATION] [thread THREADNUM]