summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/beagle/simscripts/gdbinit.bbxm
blob: 32ae9dd9ad3795a2a8cd0c2959078b2c527153f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
target remote localhost:3333
mon reset halt
mon beagleboard_xm_init
load

b _ARMV4_Exception_undef_default
b _ARMV4_Exception_swi_default
b _ARMV4_Exception_pref_abort_default
b _ARMV4_Exception_data_abort_default
b _ARMV4_Exception_reserved_default
b _ARMV4_Exception_irq_default
b _ARMV4_Exception_fiq_default

b rtems_fatal
b rtems_fatal_error_occurred
b _exit