Add test case for tracepoints with conditions
authorPierre Langlois <pierre.langlois@arm.com>
Thu, 17 Sep 2015 10:39:10 +0000 (11:39 +0100)
committerYao Qi <yao.qi@linaro.org>
Thu, 17 Sep 2015 10:39:10 +0000 (11:39 +0100)
commit43691ca179b1e573ca01e7bff87404519d4a3d75
tree01797e016b0c893ae78b559473990610114e0213
parentc785244dd4a68bbc5eef3b16358ea95db73ee686
Add test case for tracepoints with conditions

This patch adds a test case for tracepoints with a condition expression.
Each case will test a condition against the number of frames that should
have been traced.  Some of these tests fail on x86_64 and others on
i386, which have been marked as known failures for now, see PR/18955.

gdb/testsuite/ChangeLog:

2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
    Yao Qi  <yao.qi@linaro.org>

* gdb.trace/trace-condition.c: New file.
* gdb.trace/trace-condition.exp: New file.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/trace-condition.c [new file with mode: 0644]
gdb/testsuite/gdb.trace/trace-condition.exp [new file with mode: 0644]