summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog')
-rw-r--r--c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog b/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
index 3ee2b5418a..fde13c2d50 100644
--- a/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
+++ b/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
@@ -1,3 +1,14 @@
+2001-02-27 Joel Sherrill <joel@OARcorp.com>
+
+ * Significant modifications including adding thread support, the 'X'
+ command, and reorganizing so that target CPU independent routines
+ could be reused.
+ * gdb_if.h: Added numerous prototypes.
+ * mips-stub.c: Added thread support as well as 'X' command.
+ Also noticed that the 'P' command was from the mips protocol.
+ * rtems-stub-glue.c: New file. This file contains all generic
+ support which should be able to be reused on another target CPU.
+
2002-02-08 Joel Sherrill <joel@OARcorp.com>
* mips-stub.c (handle_exception): Prototype changed to be an RTEMS