diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 14:11:12 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:47:55 -0700 |
commit | ace92e7d1435c46e3085f1183f957ab372b1f4a8 (patch) | |
tree | 88c4df7201804103a4e42537f6389a81de1ef557 /gdb/ChangeLog | |
parent | 081204679d54dc5c6d7801dd4cc6decd949054b3 (diff) | |
download | gdb-ace92e7d1435c46e3085f1183f957ab372b1f4a8.zip gdb-ace92e7d1435c46e3085f1183f957ab372b1f4a8.tar.gz gdb-ace92e7d1435c46e3085f1183f957ab372b1f4a8.tar.bz2 |
convert to_get_raw_trace_data
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_get_raw_trace_data.
* target.h (struct target_ops) <to_get_raw_trace_data>: Use
TARGET_DEFAULT_NORETURN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 056e56b..d560ad6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,14 @@ * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default + to_get_raw_trace_data. + * target.h (struct target_ops) <to_get_raw_trace_data>: Use + TARGET_DEFAULT_NORETURN. + +2014-02-19 Tom Tromey <tromey@redhat.com> + + * target-delegates.c: Rebuild. + * target.c (update_current_target): Don't inherit or default to_upload_trace_state_variables. * target.h (struct target_ops) <to_upload_trace_state_variables>: Use TARGET_DEFAULT_RETURN. |