aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2011-07-26 15:24:02 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2011-07-26 15:24:02 +0000
commit1a532630dc4d78abd1ddf6e4a97e789dad88787d (patch)
treee4fa4413a5e76c782f3761f0cf31b07aa70a0e25 /gdb/NEWS
parent2eff07b325d8e8d6719844464d744c008860a6a3 (diff)
downloadgdb-1a532630dc4d78abd1ddf6e4a97e789dad88787d.zip
gdb-1a532630dc4d78abd1ddf6e4a97e789dad88787d.tar.gz
gdb-1a532630dc4d78abd1ddf6e4a97e789dad88787d.tar.bz2
2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
* NEWS: Mention dcache configuration. * dcache.c (dcache_set_list, dcache_show_list): New variables. (dcache_size, dcache_line_size): New variables. (LINE_SIZE_MASK, XFORM, MASK): Adjust. (struct dcache_block): Make it expandable. (struct dcache_struct): New field. (dcache_invalidate): Discard freelist upon dcache_line_size changes. (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust. (dcache_poke_byte, dcache_print_line): Adjust. (set_dcache_size, set_dcache_line_size): New functions. (set_dcache_command, show_dcache_command): New functions. (_initialize_dcache): Add new commands. doc/ChangeLog: 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com> * gdb.texinfo (Caching Remote Data): Document {set,show} dcache size and line-size.
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 263b70b..f1c255c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -74,6 +74,9 @@ QTDisable
Dynamically disable a tracepoint in a started trace experiment.
+* Dcache size (number of lines) and line-size are now runtime-configurable
+ via "set dcache line" and "set dcache line-size" commands.
+
*** Changes in GDB 7.3
* GDB has a new command: "thread find [REGEXP]".