summaryrefslogtreecommitdiff
path: root/sim-scripts/skyeye-support
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-19 02:56:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-19 02:56:54 +0000
commitf630cddd9a7f7e030c852d442df360b206e63ee0 (patch)
tree931099c3ad16532f3f23ac67536af3233aa8d438 /sim-scripts/skyeye-support
parentc08854e6d37a3567acabe3a26ba53b237c8efc56 (diff)
2009-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim-run.in, qemu-rtems.in, skyeye-support: Add support for running coverage/trace on qemu/x86. Fine tune other details to support this.
Diffstat (limited to '')
-rw-r--r--sim-scripts/skyeye-support2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim-scripts/skyeye-support b/sim-scripts/skyeye-support
index 5928c5e..cf1b152 100644
--- a/sim-scripts/skyeye-support
+++ b/sim-scripts/skyeye-support
@@ -9,6 +9,8 @@ bspSupportsGDBServerMode="yes"
bspNeedsDos2Unix="yes"
bspGeneratesGDBCommands="yes"
bspNeedsSttySane="no"
+# sometimes the .cov file has a zero length
+bspWritesZeroCoverage="yes"
if [ ${coverage} = "yes" ] ; then
bspRunFatal="yes"