gdb/
authorYao Qi <yao@codesourcery.com>
Wed, 26 Jun 2013 08:01:57 +0000 (08:01 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 26 Jun 2013 08:01:57 +0000 (08:01 +0000)
commit28a93511837e1a3c26732fef8687fe5fe48735ec
tree19df91fd3c7a84d28728450c1fe8a4c54c1d6dca
parent18870af79b2034040e6009fc2719759ca6ec75e9
gdb/

2013-06-26  Pedro Alves  <pedro@codesourcery.com>
    Yao Qi  <yao@codesourcery.com>

* ctf.c (ctf_traceframe_info): Push trace state variables
present in the trace data into the traceframe info object.
* breakpoint.c (DEF_VEC_I): Remove.
* common/filestuff.c (DEF_VEC_I): Likewise.
* dwarf2loc.c (DEF_VEC_I): Likewise.
* mi/mi-main.c (DEF_VEC_I): Likewise.
* common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
* features/traceframe-info.dtd: Add tvar element and its
attributes.
* tracepoint.c (free_traceframe_info): Free vector 'tvars'.
(build_traceframe_info): Push trace state variables present in the
trace data into the traceframe info object.
(traceframe_info_start_tvar): New function.
(tvar_attributes): New.
(traceframe_info_children): Add "tvar" element.
* tracepoint.h (struct traceframe_info) <tvars>: New field.

* NEWS: Mention the change in GDB and GDBserver.

gdb/doc:

2013-06-26  Pedro Alves  <pedro@codesourcery.com>

* gdb.texinfo (Traceframe Info Format): Document tvar element and
its attributes.

gdb/gdbserver:

2013-06-26  Pedro Alves  <pedro@codesourcery.com>

* tracepoint.c (build_traceframe_info_xml): Output trace state
variables present in the trace buffer.
15 files changed:
gdb/ChangeLog
gdb/NEWS
gdb/breakpoint.c
gdb/common/filestuff.c
gdb/common/gdb_vecs.h
gdb/ctf.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/dwarf2loc.c
gdb/features/traceframe-info.dtd
gdb/gdbserver/ChangeLog
gdb/gdbserver/tracepoint.c
gdb/mi/mi-main.c
gdb/tracepoint.c
gdb/tracepoint.h
This page took 0.02705 seconds and 4 git commands to generate.