From 3b88cb47bf491340b522034710d111d4f3b8ac94 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 13 May 2013 11:24:36 -0500 Subject: sim-scripts/gdb-sim.in: Do not break on normal exit Changes to the shutdown code to have only one exit point resulted in the gdb macros printing scary looking output on normal exit. --- sim-scripts/gdb-sim.in | 1 + 1 file changed, 1 insertion(+) (limited to 'sim-scripts') 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 <