merlin.mh
来自「gdb for adsp develop」· MH 代码 · 共 17 行
MH
17 行
# Host: Merlin running utek 2.1XDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o core-aout.oXM_FILE= xm-merlin.h# FIXME: M_INSTALL is gone from the gdb makefile. If anyone cares# about the Merlin anymore, and the bug which inspired# SHELL_FILE/gdb-sh is still there, will need to reinstate it. Also,# this should be done for native only.# See SHELL_FILE in xm-merlin.h for a explanation of this.# FIXME: This should use $prefix, but only if SHELL_FILE does too.M_INSTALL=cp /bin/sh /usr/local/lib/gdb-sh; \chmod ogu+rw /usr/local/lib/gdb-shM_UNINSTALL = rm -f /usr/local/lib/gdb-sh
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?