Warning, /bsps/arm/beagle/simscripts/gdbinit.bbxm is written in an unsupported language. File is not indexed.
0001 target remote localhost:3333
0002 mon reset halt
0003 mon beagleboard_xm_init
0004 load
0005
0006 b _ARMV4_Exception_undef_default
0007 b _ARMV4_Exception_swi_default
0008 b _ARMV4_Exception_pref_abort_default
0009 b _ARMV4_Exception_data_abort_default
0010 b _ARMV4_Exception_irq_default
0011 b _ARMV4_Exception_fiq_default
0012
0013 b rtems_fatal
0014 b rtems_fatal_error_occurred
0015 b _exit