summaryrefslogtreecommitdiff
path: root/tester
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-04-29 09:10:14 +1000
committerChris Johns <chrisj@rtems.org>2014-04-29 09:10:34 +1000
commitbd0fbd6f138b58dbaa4ebb51a06f774369ebbb99 (patch)
tree859d81d2ae563d3c8fd2cd19268b41cdc0c5d454 /tester
parent4e8f9840b457f377056f30ad40b35e6fe06ab344 (diff)
bsp: Break on the terminate halt to get fatal handlers run.
Diffstat (limited to 'tester')
-rw-r--r--tester/rtems/testing/bsps/beagleboardxm.mc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rtems/testing/bsps/beagleboardxm.mc b/tester/rtems/testing/bsps/beagleboardxm.mc
index 65589d6..f635bcb 100644
--- a/tester/rtems/testing/bsps/beagleboardxm.mc
+++ b/tester/rtems/testing/bsps/beagleboardxm.mc
@@ -57,5 +57,5 @@ gdb_script: none, none, 'beagleboardxm_gdb_script'
beagleboardxm_gdb_script: none, none, '''target remote kaka:3333
mon beagleboard_xm_mlo /home/chris/development/rtems/bb/uboot/u-boot/MLO
load
- b _Terminate
+ b _Terminate_CPU_Fatal_halt
continue'''