aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-19 14:33:07 -0700
committerTom Tromey <tromey@redhat.com>2014-01-15 08:18:57 -0700
commitb0a16e66b0391025b04acb79af36d4618379cb14 (patch)
tree757e9ed0884186519d5705a98ea2b2eb98590b90 /gdb/ChangeLog
parentbf7105a442e58c3444b096f30fd59c5c8acfd362 (diff)
downloadgdb-b0a16e66b0391025b04acb79af36d4618379cb14.zip
gdb-b0a16e66b0391025b04acb79af36d4618379cb14.tar.gz
gdb-b0a16e66b0391025b04acb79af36d4618379cb14.tar.bz2
introduce async_callback_ftype
This introduces async_callback_ftype. This is needed for make-target-delegates to work properly, as it doesn't implement a real parser. I think it's also an ok cleanup in its own right. 2014-01-15 Tom Tromey <tromey@redhat.com> * target.h (async_callback_ftype): New typedef. (struct target_ops) <to_async>: Use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e752dd0..e3b3eaa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-15 Tom Tromey <tromey@redhat.com>
+
+ * target.h (async_callback_ftype): New typedef.
+ (struct target_ops) <to_async>: Use it.
+
2014-01-15 Joel Brobecker <brobecker@adacore.com>
* python/py-value.c (get_field_type): Remove unnecessary curly