dpx2.h

来自「这个是LINUX下的GDB调度工具的源码」· C头文件 代码 · 共 9 行

H
9
字号
/* Definitions that are needed for core files.  Core section sizes for   the DPX2 are in bytes.  */#include <sys/param.h>#define NBPG 1#define UPAGES (USIZE * NBPP)#define HOST_DATA_START_ADDR (u.u_exdata.ux_datorg)#define HOST_STACK_END_ADDR (USERSTACK)

⌨️ 快捷键说明

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