summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-14 22:58:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-14 22:58:30 +0000
commita68128530cc39e10ef29c20c17f2e30900921b27 (patch)
tree34d7fd3c2e4415bce0fa6ad3147d5baab45a11f8 /c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
parent2002-08-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a68128530cc39e10ef29c20c17f2e30900921b27.tar.bz2
2002-08-14 Greg Menke <gregory.menke@gsfc.nasa.gov>
* mips-stub.c: Re-debugged a breakpoint problem, zbreak target address was a char * which caused the target instruction to not be fully copied, so the zbreak logic corrupted the original instruction and didn't insert a valid break instruction.
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, 10 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog b/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
index 81d78653b2..26a86026d9 100644
--- a/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
+++ b/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog
@@ -1,8 +1,15 @@
-2001-03-08 Joel Sherrill <joel@OARcorp.com>
+2002-08-14 Greg Menke <gregory.menke@gsfc.nasa.gov>
+
+ * mips-stub.c: Re-debugged a breakpoint problem, zbreak target
+ address was a char * which caused the target instruction to not
+ be fully copied, so the zbreak logic corrupted the original
+ instruction and didn't insert a valid break instruction.
+
+2002-03-08 Joel Sherrill <joel@OARcorp.com>
* mips-stub.c: Removed warnings.
-2001-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov>
+2002-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
@@ -15,7 +22,7 @@
rtems_gdb_stub_get_offsets(): Implemented MIPS version.
* README: Updated.
-2001-03-01 Joel Sherrill <joel@OARcorp.com>
+2002-03-01 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected previous entry.