aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 2cf6bc4..59c6c50 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -649,6 +649,14 @@ FPU.
--
+The "ocd reset" command needs to flush the dcache, which requires breaking
+the abstraction layer between the target independent and target code. One
+way to address this is provide a generic "reset" command and target vector.
+
+http://sources.redhat.com/ml/gdb-patches/2000-10/msg00011.html
+
+--
+
Thread Support
==============