⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gdb-stub.h

📁 嵌入式系统设计与实例开发实验教材二源码 多线程应用程序设计 串行端口程序设计 AD接口实验 CAN总线通信实验 GPS通信实验 Linux内核移植与编译实验 IC卡读写实验 SD驱动使
💻 H
字号:
/* *  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/ptrace.h>extern int    gdb_stub_initialised;extern void gdb_stub_handle_exception(struct gdb_pt_regs *regs,int sigval);struct net_device;extern struct net_device *gdb_dev;void gdb_do_timers(void);extern int putDebugChar(char c);    /* write a single character      */extern char getDebugChar(void);     /* read and return a single char */#endif#endif

⌨️ 快捷键说明

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