adapt name of assert function for breakpoint

This commit is contained in:
Thomas Doerfler
2009-04-14 09:46:58 +00:00
parent 7dad664b75
commit 07001bab80
2 changed files with 5 additions and 1 deletions
@@ -1,3 +1,7 @@
2009-04-14 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* psim-gdb-bottom: Adapt name of assert function for breakpoint
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psim-shared: Add catching a hardware exception and assertion as
@@ -15,7 +15,7 @@ gen_gdb_script()
echo "load"
echo "b _Internal_error_Occurred"
echo "b rtems_fatal_error_occurred"
echo "b __assert"
echo "b __assert_func"
echo "b C_exception_handler"
echo "printf \"Use run to start the RTEMS application\\n\""
}