diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 14:01:07 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:47:44 -0700 |
commit | 94eb98b974f70f4d6e28e3af6f4a3cdc31c15f3b (patch) | |
tree | 0ca38b51d03af02bbfc7b533c2bae0f3b7bc1c3c /gdb/ChangeLog | |
parent | 719acc4a29542c9f9f24cbf57b1627cbc61b14fe (diff) | |
download | gdb-94eb98b974f70f4d6e28e3af6f4a3cdc31c15f3b.zip gdb-94eb98b974f70f4d6e28e3af6f4a3cdc31c15f3b.tar.gz gdb-94eb98b974f70f4d6e28e3af6f4a3cdc31c15f3b.tar.bz2 |
convert to_download_trace_state_variable
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_download_trace_state_variable.
* target.h (struct target_ops) <to_download_trace_state_variable>:
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 4a5c9ea..5823590 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_download_trace_state_variable. + * target.h (struct target_ops) <to_download_trace_state_variable>: + 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_can_download_tracepoint. * target.h (struct target_ops) <to_can_download_tracepoint>: Use TARGET_DEFAULT_RETURN. |