forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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\""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user