gdb-stub.h

来自「嵌入式系统设计与实例开发实验教材二源码 多线程应用程序设计 串行端口程序设计」· C头文件 代码 · 共 19 行

H
19
字号
/* *  include/asm-s390/gdb-stub.h * *  S390 version *    Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation *    Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) */#ifndef __S390_GDB_STUB__#define __S390_GDB_STUB__#include <linux/config.h>#if CONFIG_REMOTE_DEBUG#include <asm/s390-gdbregs.h>#include <asm/ptrace.h>extern int    gdb_stub_initialised;extern void gdb_stub_handle_exception(gdb_pt_regs *regs,int sigval);#endif#endif

⌨️ 快捷键说明

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