summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'sim-scripts')
-rwxr-xr-xsim-scripts/gdb-sim.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim-scripts/gdb-sim.in b/sim-scripts/gdb-sim.in
index cbbdaac..00b7890 100755
--- a/sim-scripts/gdb-sim.in
+++ b/sim-scripts/gdb-sim.in
@@ -128,6 +128,7 @@ esac >>@BSP@-cmds
### Add generic commands which break on known bad places
cat >>@BSP@-cmds <<EOF
b _Internal_error_Occurred
+condition 1 (the_source != RTEMS_FATAL_SOURCE_EXIT) || (the_error != 0)
b rtems_fatal_error_occurred
b __assert
printf "Use run to start the RTEMS application\\n"