📄 readme
字号:
This directory contains some shell and gdb scripts useful for debugging. example.gdbinit An example `.gdbinit' file that sets things up to run linux in the gdb v850 simulator. It assumes that all the patch files in ../patches have been applied.The following are gdb scripts that when loaded into gdb (using the `source'command) will install breakpoints which print out information at interestingtimes: trace-loadproc.gdb Print a message for each process exec. trace-switch.gdb Print a message for each context switch. trace-irq.gdb Print messages for interrupts/interrupt returns. trace-traps.gdb Print messages for traps (syscalls) & trap returns.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -