summaryrefslogtreecommitdiffstats
path: root/sim-scripts/gdb-sim-run.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-19 12:22:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-19 12:22:14 +0000
commit8a2d9820df36a9f9c0ae13c88d9629d2d9d5cb54 (patch)
tree854a600f642e52adf97034caa967835da10fbb10 /sim-scripts/gdb-sim-run.in
parent2009-10-16 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-testing-8a2d9820df36a9f9c0ae13c88d9629d2d9d5cb54.tar.bz2
2009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim-run.in: Attempt to detect assertions as generic exits.
Diffstat (limited to 'sim-scripts/gdb-sim-run.in')
-rwxr-xr-xsim-scripts/gdb-sim-run.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index e1d4405..a49547d 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -203,6 +203,7 @@ checkGenericExits()
for pattern in \
"^\*\*\* END OF " \
"^.*EXECUTIVE SHUTDOWN" \
+ "^assertion .* failed: file .*, line .*, function:" \
"===.*FAILED.*===" \
"===.*PASSED.*===" \
"FAULTY THREAD WILL BE DELETED"