asmsrc2.s
来自「gdb-6.8 Linux下的调试程序 最新版本」· S 代码 · 共 22 行
S
22 行
.include "common.inc" .include "arch.inc" comment "Second file in assembly source debugging testcase." .global foo2 gdbasm_declare foo2 comment "mark: foo2 start" gdbasm_enter comment "Call someplace else (several times)." comment "mark: call foo3" gdbasm_call foo3 gdbasm_call foo3 comment "All done, return." comment "mark: foo2 leave" gdbasm_leave gdbasm_end foo2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?