diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-11-20 19:34:21 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-12-13 12:36:16 +0000 |
commit | ee9812a00153ad788319dae1cde901cf216f9fba (patch) | |
tree | f70cd83590cd7d42a6e81d6f7958bce5b40a1d45 /gdb/NEWS | |
parent | 50a5f1878e22b09ebea30ad60a2164b80af6efdb (diff) | |
download | gdb-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |