【发布时间】:2011-10-06 02:48:02
【问题描述】:
$ gdb test
(gdb) start
Breakpoint 1 at 0x100000ec8
Starting program: /private/tmp/test
Reading symbols for shared libraries +. done
Breakpoint 1, 0x0000000100000ec8 in main ()
(gdb) layout asm
Undefined command: "layout". Try "help".
$ gdbtui
-bash: gdbtui: command not found
layout 和 gdbtui 是否不适用于 Mac OS X?有哪些替代方案?
【问题讨论】: