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

📄 defines.h

📁 Linux下的类似softice的调试工具
💻 H
字号:
/****************************************************************************** * * Copyright (c) 2003 Gerhard W. Gruber * * PROJECT: pICE * $Source: /cvsroot/pice/pice/module/defines.h,v $ * $Revision: 1.3 $ * $Date: 2004/02/17 23:07:36 $ * $Author: lightweave $ * $Name:  $ * * $Log: defines.h,v $ * Revision 1.3  2004/02/17 23:07:36  lightweave * * Improved the DEBUG facillity and replaced the configuration handler with a * new code which now can read MS Windows INI style files. See CHANGES.txt for * more details. * Also added a macro which prevents compiling for kernels before 2.4.19. * * Revision 1.2  2003/06/18 22:00:22  lightweave * DEBUG and DEBUG_SERIAL added * * *****************************************************************************//*++Copyright (c) 1998-2001 Klaus P. GerlicherModule Name:    defines.hAbstract:    general #DEFINE header fileEnvironment:    Kernel mode onlyAuthor:    Klaus P. GerlicherRevision History:    15-Feb-2001:	createdCopyright notice:  This file may be distributed under the terms of the GNU Public License.--*/#ifndef _DEFINES_H#define _DEFINES_H///////////////////////////////////////////////////////////////// SWITCHES for feature deactivation#define ACTIVATE_KEYBOARD_PATCHING      // patching of keyboard driver (CTRL-Hotkey, patch.c)#define ACTIVATE_SYSCALL_HOOKING        // hooking of system calls (syscall.c)#define ACTIVATE_TIMER                  // timer based update of jiffies display and ring buffer output (output.c)#define ACTIVATE_PRINTK_HOOK            // kernel message grabbing (output.c)//#define ACTIVATE_PRINTK_OVERRIDE        // kernel message grabbing via EXPORT_SYMBOL(printk)#define ACTIVATE_GPFAULT_HOOK           // general protection fault hook (gpfault.c)#define ACTIVATE_PAGEFAULT_HOOK         // page fault hook (pgflt.c)#define ACTIVATE_BREAKPOINT_HOOK        // INT1 and INT3 hook (trace.c and bp.c)#define ACTIVATE_DOUBLEFAULT_HOOK       // double fault (dblflt.c)#define ACTIVATE_DEBUGGER_SHELL         // enable debugger shell (shell.c)#define ACTIVATE_SYMBOL_LOOKUP			// enable symbols (symbol.c)#define ACTIVATE_DISASSEMBLER			// enable disassembler#define ACTIVATE_ALIGNMENT_HOOK			// enable alignment faults///////////////////////////////////////////////////////////////// GLOBAL DEFINES#endif

⌨️ 快捷键说明

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