This patch allows generating coverage traces in qemu-couverture.
From c797a6d30bc2670d115b0b77d6e2c62592e0da6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Krzysztof=20Mi=C4=99sowicz?= <krzysztof.miesow...@gmail.com>
Date: Thu, 19 Jun 2014 20:55:03 +0200
Subject: [PATCH] pc386.in fix - qemu option update

---
 sim-scripts/pc386.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sim-scripts/pc386.in b/sim-scripts/pc386.in
index c4e15da..1b8bef5 100644
--- a/sim-scripts/pc386.in
+++ b/sim-scripts/pc386.in
@@ -65,7 +65,7 @@ runARGS()
 
   if [ ${coverage} = yes ] ; then
      rm -f trace ${1}.cov
-     COVERAGE_ARG="-trace ${1}.cov"
+     COVERAGE_ARG="-exec-trace ${1}.cov"
   fi
 
   # -cpu 486
-- 
1.9.1

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to