[rtems-testing commit] sim-scripts/gdb-sim.in: Add _Terminate() support

Sebastian Huber sebh at rtems.org
Mon Feb 24 12:38:02 UTC 2014


Module:    rtems-testing
Branch:    master
Commit:    263132185b5f2184150c04329a29919192a69d2a
Changeset: http://git.rtems.org/rtems-testing/commit/?id=263132185b5f2184150c04329a29919192a69d2a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Feb 24 13:42:18 2014 +0100

sim-scripts/gdb-sim.in: Add _Terminate() support

---

 sim-scripts/gdb-sim.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sim-scripts/gdb-sim.in b/sim-scripts/gdb-sim.in
index 00b7890..42a6a80 100755
--- a/sim-scripts/gdb-sim.in
+++ b/sim-scripts/gdb-sim.in
@@ -128,6 +128,7 @@ esac >>@BSP at -cmds
 ###  Add generic commands which break on known bad places
 cat >>@BSP at -cmds <<EOF
 b _Internal_error_Occurred
+b _Terminate
 condition 1 (the_source != RTEMS_FATAL_SOURCE_EXIT) || (the_error != 0)
 b rtems_fatal_error_occurred
 b __assert




More information about the vc mailing list