diff options
author | Doug Evans <dje@google.com> | 2008-09-23 18:35:32 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2008-09-23 18:35:32 +0000 |
commit | 07128da01c5591f7d76efeefe2f1fee733b072ba (patch) | |
tree | da866d63ee8e752a9f736d85f268a74b0c38d862 /gdb/doc | |
parent | 9cbfa09e9e209914fdd2e87aedddb3da6de4135f (diff) | |
download | gdb-07128da01c5591f7d76efeefe2f1fee733b072ba.zip gdb-07128da01c5591f7d76efeefe2f1fee733b072ba.tar.gz gdb-07128da01c5591f7d76efeefe2f1fee733b072ba.tar.bz2 |
* dcache.c (state_chars): New static global.
(ENTRY_INVALID,ENTRY_VALID): Renamed from ENTRY_BAD,ENTRY_OK.
All uses updated.
(dcache_info): Print cache state as mnemonically useful letters instead
of magic numbers.
* doc/gdb.texinfo (info dcache): Update.
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 |