binutils-gdb/gdb/testsuite
Stan Shebs f61e138d9a 2009-12-28 Stan Shebs <stan@codesourcery.com>
Add trace state variables.
	* ax.h (enum agent_op): Add getv, setv, and tracev.
	(ax_tsv): Declare.
	* ax-gdb.c: Include tracepoint.h.
	(gen_expr): Handle BINOP_ASSIGN, BINOP_ASSIGN_MODIFY, and
	OP_INTERNALVAR.
	(gen_expr_binop_rest): New function, split from gen_expr.
	* ax-general.c (ax_tsv): New function.
	(aop_map): Add new bytecodes.
	* tracepoint.h (struct trace_state_variable): New struct.
	(tsv_s): New typedef.
	(find_trace_state_variable): Declare.
	* tracepoint.c (tvariables): New global.
	(next_tsv_number): New global.
	(create_trace_state_variable): New function.
	(find_trace_state_variable): New function.
	(delete_trace_state_variable): New function.
	(trace_variable_command): New function.
	(delete_trace_variable_command): New function.
	(tvariables_info): New function.
	(trace_start_command): Download tsvs with initial values.
	(_initialize_tracepoint): Add new commands.
	* NEWS: Mention the addition of trace state variables.

==> doc/ChangeLog <==
2009-12-28  Stan Shebs  <stan@codesourcery.com>

	* gdb.texinfo (Trace State Variables): New section.
	(Tracepoint Packets): Describe trace state variable packets.
	* agentexpr.texi (Bytecode Descriptions): Describe trace state
	variable bytecodes.

==> testsuite/ChangeLog <==
2009-12-28  Stan Shebs  <stan@codesourcery.com>

	* gdb.trace/tsv.exp: New file.
	* gdb.base/completion.exp: Update ambiguous info output.
2009-12-28 23:39:10 +00:00
..
config
gdb.ada * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c, 2009-12-20 11:55:25 +00:00
gdb.arch
gdb.asm
gdb.base 2009-12-28 Stan Shebs <stan@codesourcery.com> 2009-12-28 23:39:10 +00:00
gdb.cell
gdb.cp * gdb.base/find.c (main): Reference search buffers. 2009-12-28 21:45:24 +00:00
gdb.disasm
gdb.dwarf2
gdb.fortran
gdb.gdb
gdb.hp
gdb.java * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c, 2009-12-20 11:55:25 +00:00
gdb.mi PR gdb/10884 2009-12-21 09:50:31 +00:00
gdb.modula2 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c, 2009-12-20 11:55:25 +00:00
gdb.multi
gdb.objc
gdb.opt
gdb.pascal
gdb.python 2009-12-08 Phil Muldoon <pmuldoon@redhat.com> 2009-12-08 14:06:04 +00:00
gdb.reverse 2009-12-22 Hui Zhu <teawater@gmail.com> 2009-12-22 03:16:40 +00:00
gdb.server
gdb.stabs
gdb.threads
gdb.trace 2009-12-28 Stan Shebs <stan@codesourcery.com> 2009-12-28 23:39:10 +00:00
gdb.xml
lib
.gdbinit
aclocal.m4
ChangeLog 2009-12-28 Stan Shebs <stan@codesourcery.com> 2009-12-28 23:39:10 +00:00
configure
configure.ac
dg-extract-results.sh
Makefile.in * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c, 2009-12-20 11:55:25 +00:00
TODO