aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorHafiz Abid Qadeer <abidh@codesourcery.com>2013-02-14 10:19:39 +0000
committerHafiz Abid Qadeer <abidh@codesourcery.com>2013-02-14 10:19:39 +0000
commit1773c82c922d001ce8756eb9d7843c7a4abf4fd2 (patch)
tree928a8882b0323ad7e2ea6162e08e869d7b88afc5 /gdb/testsuite/ChangeLog
parent53778a978f6a16eddc0532b0f6990c586612ce2c (diff)
downloadgdb-1773c82c922d001ce8756eb9d7843c7a4abf4fd2.zip
gdb-1773c82c922d001ce8756eb9d7843c7a4abf4fd2.tar.gz
gdb-1773c82c922d001ce8756eb9d7843c7a4abf4fd2.tar.bz2
2013-02-14 Pedro Alves <pedro@codesourcery.com>
Hafiz Abid Qadeer <abidh@codesourcery.com> gdb/ * tracepoint.h (validate_trace_state_variable_name): Declare. * tracepoint.c (validate_trace_state_variable_name): New. (trace_variable_command): Parse the trace state variable's name without using parse_expression. Do several validations. * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the trace state variable's name with parse_expression. Validate it. gdb/testsuite/ * gdb.trace/tsv.exp: Adjust tests, and add a few more.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index cd0989f..9a37725 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-14 Pedro Alves <pedro@codesourcery.com>
+ Hafiz Abid Qadeer <abidh@codesourcery.com>
+
+ * gdb.trace/tsv.exp: Adjust tests, and add a few more.
+
2013-02-12 Tom Tromey <tromey@redhat.com>
* gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.