diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f9f346c..c11cb92 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-09-23 Doug Evans <dje@google.com> + + * gdb.texinfo (info dcache): Update. + 2008-09-22 Sandra Loosemore <sandra@codesourcery.com> * gdb.texinfo (Packets): Add info on thread-id syntax and diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8b63e62..d46f848 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -8008,7 +8008,7 @@ Show the current state of data caching for remote targets. Print the information about the data cache performance. The information displayed includes: the dcache width and depth; and for each cache line, how many times it was referenced, and its data and -state (dirty, bad, ok, etc.). This command is useful for debugging +state (invalid, dirty, valid). This command is useful for debugging the data cache operation. @end table |