From 1517b888546ee5cf99c05287dd319f91c4308a3a Mon Sep 17 00:00:00 2001 From: Alvaro Sanchez-Leon Date: Fri, 10 Feb 2017 12:56:57 -0500 Subject: [PATCH] Add a default file to enable/disable tracing for the debug tests The dsf.debug.options file can be updated to run o.e.cdt.tests.dsf.gdb with debug information by changing its corresponding value from "false" to "true". Change-Id: I1faa5fdb2bfd11ce3e6e599e2cbeefcfa19ce3b6 --- dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/dsf.debug.options | 1 + dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml | 1 + 2 files changed, 2 insertions(+) create mode 100644 dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/dsf.debug.options diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/dsf.debug.options b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/dsf.debug.options new file mode 100644 index 00000000000..28eeb8b6aa9 --- /dev/null +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/dsf.debug.options @@ -0,0 +1 @@ +org.eclipse.cdt.dsf.gdb/debug = false diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml index 4fceb1f52ba..7a7196a1f0f 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml @@ -60,6 +60,7 @@ false ${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -Dcdt.tests.dsf.gdb.path=${dsf.gdb.tests.gdbPath} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier} -Dcdt.tests.dsf.gdb.versions=${cdt.tests.dsf.gdb.versions} + -debug ./dsf.debug.options **/${dsf.gdb.tests.gdbTestSuite}