diff options
Diffstat (limited to 'gdb/doc/remote.texi')
-rw-r--r-- | gdb/doc/remote.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/remote.texi b/gdb/doc/remote.texi index cdae313..bb03c5b 100644 --- a/gdb/doc/remote.texi +++ b/gdb/doc/remote.texi @@ -211,9 +211,9 @@ help from @code{exceptionHandler}. @item void flush_i_cache() @kindex flush_i_cache -Write this subroutine to flush the instruction cache, if any, on your -target machine. If there is no instruction cache, this subroutine may -be a no-op. +(sparc and sparclite only) Write this subroutine to flush the +instruction cache, if any, on your target machine. If there is no +instruction cache, this subroutine may be a no-op. On target machines that have instruction caches, @value{GDBN} requires this function to make certain that the state of your program is stable. |