aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.btrace/Makefile.in
diff options
context:
space:
mode:
authorMarkus Metzger <mmetzger@sourceware.org>2013-03-11 08:59:00 +0000
committerMarkus Metzger <mmetzger@sourceware.org>2013-03-11 08:59:00 +0000
commit2f1d9bddccc54e02e2c5a94e8aa21e3c2f430068 (patch)
tree087265de33c5c1dd48590f9ebcef9a47fb8909ff /gdb/testsuite/gdb.btrace/Makefile.in
parent59ea568849132556b980b161cbfb5e8708087719 (diff)
downloadgdb-2f1d9bddccc54e02e2c5a94e8aa21e3c2f430068.zip
gdb-2f1d9bddccc54e02e2c5a94e8aa21e3c2f430068.tar.gz
gdb-2f1d9bddccc54e02e2c5a94e8aa21e3c2f430068.tar.bz2
Add tests for the new record-btrace target.
testsuite/ * Makefile.in: Add btrace testsuite. * configure: Regenerated. * configure.ac: Add btrace testsuite. * gdb.btrace/Makefile.in: New file. * gdb.btrace/enable.c: New file. * gdb.btrace/enable.exp: New file. * gdb.btrace/function_call_history.c: New file. * gdb.btrace/function_call_history.exp: New file. * gdb.btrace/instruction_history.c: New file. * gdb.btrace/instruction_history.exp: New file. * gdb.btrace/instruction_history.S: New file. * lib/gdb.exp: Add btrace skip proc.
Diffstat (limited to 'gdb/testsuite/gdb.btrace/Makefile.in')
-rw-r--r--gdb/testsuite/gdb.btrace/Makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.btrace/Makefile.in b/gdb/testsuite/gdb.btrace/Makefile.in
new file mode 100644
index 0000000..f4c06d1
--- /dev/null
+++ b/gdb/testsuite/gdb.btrace/Makefile.in
@@ -0,0 +1,17 @@
+VPATH = @srcdir@
+srcdir = @srcdir@
+
+EXECUTABLES = enable function_call_history instruction_history
+
+MISCELLANEOUS =
+
+all info install-info dvi install uninstall installcheck check:
+ @echo "Nothing to be done for $@..."
+
+clean mostlyclean:
+ rm -f *~ *.o *.x *.ci *.sl a.out core
+ rm -f *.dwo *.dwp
+ rm -f $(EXECUTABLES) $(MISCELLANEOUS)
+
+distclean maintainer-clean realclean: clean
+ rm -f Makefile config.status config.log site.* gdb.log gdb.sum