diff options
author | Marcin Kościelnicki <koriakin@0x04.net> | 2016-02-06 01:49:14 +0100 |
---|---|---|
committer | Marcin Kościelnicki <koriakin@0x04.net> | 2016-02-10 23:31:13 +0100 |
commit | 5ac87a997fca849c654fffdf1c3e1991ea3f81d1 (patch) | |
tree | e04da6ce0b80b97f38d126b35c9b7d957621ff9c /gdb/ChangeLog | |
parent | 18d3cec54e1b4fce278dba436484846f8048d7d6 (diff) | |
download | gdb-5ac87a997fca849c654fffdf1c3e1991ea3f81d1.zip gdb-5ac87a997fca849c654fffdf1c3e1991ea3f81d1.tar.gz gdb-5ac87a997fca849c654fffdf1c3e1991ea3f81d1.tar.bz2 |
gdb.trace: Read XML target description from tfile.
gdb/ChangeLog:
* tracefile-tfile.c (trace_tdesc): New static variable.
(tfile_open): Clear trace_tdesc, call target_find_description.
(tfile_interp_line): Recognize tdesc lines.
(tfile_close): Clear trace_tdesc.
(tfile_xfer_partial_features): New function.
(tfile_xfer_partial): Call tfile_xfer_partial_features.
(tfile_append_tdesc_line): New function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77412ca..0ed35fa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net> + * tracefile-tfile.c (trace_tdesc): New static variable. + (tfile_open): Clear trace_tdesc, call target_find_description. + (tfile_interp_line): Recognize tdesc lines. + (tfile_close): Clear trace_tdesc. + (tfile_xfer_partial_features): New function. + (tfile_xfer_partial): Call tfile_xfer_partial_features. + (tfile_append_tdesc_line): New function. + +2016-02-10 Marcin Kościelnicki <koriakin@0x04.net> + * ctf.c (ctf_write_tdesc): New function. (ctf_write_ops): Wire in ctf_write_tdesc. * tracefile-tfile.c (tfile_write_tdesc): New function. |