summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-19 17:34:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-19 17:34:01 +0000
commitcb596db5d7f9784699744d05ebdaea007a3d2e88 (patch)
tree05d920a6eb70b8a117f458f9ba7929912fdc604d
parent2009-03-19 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-testing-cb596db5d7f9784699744d05ebdaea007a3d2e88.tar.bz2
2009-03-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* edb7312.in, gdb-sim-run.in: Now works ok on skyeye 1.2.6
-rw-r--r--sim-scripts/ChangeLog4
-rw-r--r--sim-scripts/edb7312.in2
-rwxr-xr-xsim-scripts/gdb-sim-run.in3
3 files changed, 6 insertions, 3 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index 82a7dec..4c34169 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-19 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * edb7312.in, gdb-sim-run.in: Now works ok on skyeye 1.2.6
+
2009-03-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* edb7312.in, gdb-sim-run.in: Add code coverage support. Tune for
diff --git a/sim-scripts/edb7312.in b/sim-scripts/edb7312.in
index 252add5..90be431 100644
--- a/sim-scripts/edb7312.in
+++ b/sim-scripts/edb7312.in
@@ -44,6 +44,6 @@ uart: mod=pipe, desc_in=/dev/null, desc_out=/dev/stdout
EOF
if [ ${coverage} = yes ] ; then
- echo "code_coverage: state=on, filename=${2}.cov, start=0x80000000, end=0x80100000"
+ echo "code_coverage: state=on, filename=${2}.cov, start=0x00000000, end=0x00100000"
fi
}
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index fa61c19..f0f9963 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -128,7 +128,6 @@ test ${verbose} = "yes" && echo Using ${runBSP}
## These are faults any BSP may generate. They are common to RTEMS.
checkGenericExits()
{
-set -x
logfile=$1
## Clean exit patterns -- delay for coverage to get written
@@ -296,7 +295,7 @@ do
## If the test is known to be interactive or locks up and we are
## in batch mode, skip it.
case ${toRun} in
- monitor* | termios* | fileio*)
+ monitor* | termios* | fileio* | capture*)
warn "Skipping $tname; it is interactive"
continue
;;