aix.mh
来自「gdb是linux下的一个远程调试环境.能让你很方便地调试linux下的代码.」· MH 代码 · 共 17 行
MH
17 行
# Host: IBM PowerPC running AIXXM_FILE= xm-aix.hNAT_FILE= nm-aix.hNATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \ xcoffread.o xcoffsolib.o# When compiled with cc, for debugging, this argument should be passed.# We have no idea who our current compiler is though, so we skip it.# MH_CFLAGS = -bnodelcsect# gdb is too big for all of its external symbols to fit in a small TOC# It looks like the GNU linker doesn't understand the -bbigtoc switch.# This switch may be needed for some vendor compilers.# MH_LDFLAGS = -Wl,-bbigtoc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?