00001 /*++ 00002 00003 Copyright (c) 1990 Microsoft Corporation 00004 00005 Module Name: 00006 00007 kdpcpu.h 00008 00009 Abstract: 00010 00011 Machine specific kernel debugger data types and constants 00012 00013 Author: 00014 00015 Chuck Bauman 14-Aug-1993 00016 00017 Revision History: 00018 00019 Based on Mark Lucovsky (markl) MIPS version 29-Aug-1990 00020 Modified KDP_BREAKPOINT_VALUE to represent "twi 31,0,16" 14-Aug-1993 00021 00022 --*/ 00023 00024 #ifndef _KDPCPU_ 00025 #define _KDPCPU_ 00026 00027 #define KDP_BREAKPOINT_TYPE ULONG 00028 #define KDP_BREAKPOINT_ALIGN 3 00029 #define KDP_BREAKPOINT_VALUE 0x0FE00016 00030 00031 #endif // _KDPCPU_
1.3.7