aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 922b105..ec29314 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,11 @@
-2005-05-12 Michael Snyder <msnyder@redhat.com>
+2005-06-03 Michael Snyder <msnyder@redhat.com>
+
+ * tracepoint.c, remote.c, target.c, target.h, etc.:
+ Begin moving tracepoint methods into the target vector,
+ and migrating some of the remote protocol stuff from
+ tracepoint.c into remote.c.
+
+2005-06-03 Michael Snyder <msnyder@redhat.com>
* tracepoint.c (emit_checkpoint_method4): Add PC to ckpt record.
* target.c (target_read_memory_trusted): New function.