diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bfeecc7..72f5a62 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2011-11-14 Stan Shebs <stan@codesourcery.com> + Kwok Cheung Yeung <kcy@codesourcery.com> + + * NEWS: Document shorter fast tracepoints and qTMinFTPILen packet. + * i386-tdep.c (i386_fast_tracepoint_valid_at): Query target for + the minimum instruction size for fast tracepoints. + * target.h (struct target_ops): Add new method + to_get_min_fast_tracepoint_insn_len. + (target_get_min_fast_tracepoint_insn_len): New. + * target.c (update_current_target): Set up new target operation. + * remote.c (remote_write_bytes_aux): Fix typo. + (remote_get_min_fast_tracepoint_insn_len): New. + (init_remote_ops): Initialize new field. + 2011-11-14 Tom Tromey <tromey@redhat.com> * tracepoint.c (encode_actions_1): Use the location's gdbarch. |