📄 rtems5206.gdb
字号:
## Prepare to download and run an RTEMS executable image### Load BDM/CF support#source ===PREFIX===/lib/gdbScripts/5206.gdbsource ===PREFIX===/lib/gdbScripts/showCPU32Exception.gdb## Connect to the BDM interface#target bdm /dev/bdmcf0bdm_setdelay 0## Catch exceptions and display the exception stack#break _uhohcommandsdisplayExceptionStackend## Regain control on fatal errors#break rtems_panicbreak _Internal_error_Occurredbreak rtems_fatal_error_occurred## Quit when the RTEMS executable finishes#break _mainDonecommandsquitend## Get the hardware to a known state#initBoard
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -