nbsd.mh

来自「gdb是linux下的一个远程调试环境.能让你很方便地调试linux下的代码.」· MH 代码 · 共 13 行

MH
13
字号
# Host: Intel 386 running NetBSD# NATDEPFILES must remain entirely on one line for *BSD.  When# building a cross debugger, configure will cause this line to be# commented out in the Makefile.  BSD make doesn't permit the use of a# continuation character (backslash) to extend a commented line.  As a# consequence, BSD make considers subsequent tab-indented lines to be# "unassociated shell commands".NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i387-nat.o i386bsd-nat.o i386nbsd-nat.o solib.o solib-sunos.oXM_FILE= xm-nbsd.hNAT_FILE= nm-nbsd.h

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?