]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Simple testsuite for DTrace USDT probes.
authorJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 17 Feb 2015 15:41:16 +0000 (16:41 +0100)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 17 Feb 2015 15:41:16 +0000 (16:41 +0100)
commit497c491beac9bc95f62ccecbd9fbab98638fc1f2
tree18ebf2c3b1d7cc5059ad33b70cb5397c573cd577
parentc3e3045e5ce820055e2823e8c5b03b0e99a4b514
Simple testsuite for DTrace USDT probes.

This patch adds some simple tests testing the support for DTrace USDT
probes.  The testsuite will be skipped as unsupported in case the user
does not have DTrace installed on her system.  The tests included in the
test suite test breakpointing on DTrace probes, enabling and disabling
probes, printing of probe arguments of several types and also
breakpointing on several probes with the same name.

gdb/ChangeLog:

2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>

* lib/dtrace.exp: New file.
* gdb.base/dtrace-probe.exp: Likewise.
* gdb.base/dtrace-probe.d: Likewise.
* gdb.base/dtrace-probe.c: Likewise.
* lib/pdtrace.in: Likewise.
* configure.ac: Output variables with the transformed names of
the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
* configure: Regenerated.
gdb/testsuite/ChangeLog
gdb/testsuite/configure
gdb/testsuite/configure.ac
gdb/testsuite/gdb.base/dtrace-probe.c [new file with mode: 0644]
gdb/testsuite/gdb.base/dtrace-probe.d [new file with mode: 0644]
gdb/testsuite/gdb.base/dtrace-probe.exp [new file with mode: 0644]
gdb/testsuite/lib/dtrace.exp [new file with mode: 0644]
gdb/testsuite/lib/pdtrace.in [new file with mode: 0755]