diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2011-07-26 15:24:02 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2011-07-26 15:24:02 +0000 |
commit | 1a532630dc4d78abd1ddf6e4a97e789dad88787d (patch) | |
tree | e4fa4413a5e76c782f3761f0cf31b07aa70a0e25 /gdb/NEWS | |
parent | 2eff07b325d8e8d6719844464d744c008860a6a3 (diff) | |
download | gdb-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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]". |