summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-08 16:32:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-08 16:32:07 +0000
commit2f89140dba7214f26e0104de2478ac8b723f3cf9 (patch)
tree9a35fc1f5123f11a8ebe0d48d8fcb90f56cdc87f /c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
parent2002-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov> (diff)
downloadrtems-2f89140dba7214f26e0104de2478ac8b723f3cf9.tar.bz2
2001-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov>
* mips-stub.c: Debugged & tweaked the gdb command processing, zbreak stuff, breakpoint and step code. Implemented 'T' command support and debugged remote gdb support w/ the Mongoose bsp. Added the memory segment support. * memlimits.h: Disabled all contents in favor of memory sement support. This file could probably go away. * rtems-stub-glue.c (rtems_gdb_index_to_stub_id()): New routine. rtems_gdb_stub_get_register_from_context(): Implemented MIPS version. rtems_gdb_stub_get_offsets(): Implemented MIPS version. * README: Updated.
Diffstat (limited to 'c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog')
-rw-r--r--c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog b/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
index 59e85b65de..1a2c87ce74 100644
--- a/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
+++ b/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
@@ -1,3 +1,16 @@
+2001-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov>
+
+ * mips-stub.c: Debugged & tweaked the gdb command processing,
+ zbreak stuff, breakpoint and step code. Implemented 'T' command
+ support and debugged remote gdb support w/ the Mongoose bsp.
+ Added the memory segment support.
+ * memlimits.h: Disabled all contents in favor of memory sement
+ support. This file could probably go away.
+ * rtems-stub-glue.c (rtems_gdb_index_to_stub_id()): New routine.
+ rtems_gdb_stub_get_register_from_context(): Implemented MIPS version.
+ rtems_gdb_stub_get_offsets(): Implemented MIPS version.
+ * README: Updated.
+
2001-03-01 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected previous entry.