mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 14:45:18 +08:00
adapt name of assert function for breakpoint
This commit is contained in:
@@ -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\""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user