asmsrc2.s
来自「gdb是linux下的一个远程调试环境.能让你很方便地调试linux下的代码.」· S 代码 · 共 18 行
S
18 行
.include "common.inc" .include "arch.inc"comment "Second file in assembly source debugging testcase." .global foo2foo2: gdbasm_entercomment "Call someplace else (several times)." gdbasm_call foo3 gdbasm_call foo3comment "All done, return." gdbasm_leave
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?