2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>

* psim-gdb-bottom: Also break on C_exception_handler so we can see what
	caused the exception. This indicates an error in the program.
This commit is contained in:
Joel Sherrill
2008-09-05 21:33:20 +00:00
parent 7753aa9fd5
commit 538583f5b1
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psim-gdb-bottom: Also break on C_exception_handler so we can see what
caused the exception. This indicates an error in the program.
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psim-shared, psim-top.in, runtest-bottom, runtest-top.in: Now running

View File

@@ -9,6 +9,7 @@ gen_gdb_script()
echo "b _Internal_error_Occurred"
echo "b rtems_fatal_error_occurred"
echo "b __assert"
echo "b C_exception_handler"
echo "printf \"Use run to start the RTEMS application\\n\""
}