aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2d2b839..6bc9d87 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2014-04-19 Yao Qi <yao@codesourcery.com>
+ * ctf.c (handle_id): New static variable.
+ (ctf_open_dir): Get handle_id from bt_context_add_trace return
+ value. Get the declaration of event "register" and get length
+ of field "contents".
+
+2014-04-19 Yao Qi <yao@codesourcery.com>
+
* ctf.c (ctf_xfer_partial): Check 'name' is NULL before strcmp.
2014-04-18 Siva Chandra Reddy <sivachandra@google.com>