db_machdep.h (5b81b6b301437eb9a6df491c829475bd29ae5d6c) | db_machdep.h (34a8ed1be138603eb7679d15429782f272bf2b7d) |
---|---|
1/* 2 * Mach Operating System 3 * Copyright (c) 1991,1990 Carnegie Mellon University 4 * All Rights Reserved. 5 * 6 * Permission to use, copy, modify and distribute this software and its 7 * documentation is hereby granted, provided that both the copyright 8 * notice and this permission notice appear in all copies of the --- 8 unchanged lines hidden (view full) --- 17 * 18 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU 19 * School of Computer Science 20 * Carnegie Mellon University 21 * Pittsburgh PA 15213-3890 22 * 23 * any improvements or extensions that they make and grant Carnegie Mellon 24 * the rights to redistribute these changes. | 1/* 2 * Mach Operating System 3 * Copyright (c) 1991,1990 Carnegie Mellon University 4 * All Rights Reserved. 5 * 6 * Permission to use, copy, modify and distribute this software and its 7 * documentation is hereby granted, provided that both the copyright 8 * notice and this permission notice appear in all copies of the --- 8 unchanged lines hidden (view full) --- 17 * 18 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU 19 * School of Computer Science 20 * Carnegie Mellon University 21 * Pittsburgh PA 15213-3890 22 * 23 * any improvements or extensions that they make and grant Carnegie Mellon 24 * the rights to redistribute these changes. |
25 */ 26/* 27 * HISTORY 28 * $Log: db_machdep.h,v $ 29 * Revision 2.8 92/02/19 15:07:56 elf 30 * Added db_thread_fp_used. 31 * [92/02/19 rpd] 32 * 33 * Revision 2.7 91/10/09 16:06:28 af 34 * Revision 2.6.3.1 91/10/05 13:10:32 jeffreyh 35 * Added access and task name macros. 36 * [91/08/29 tak] 37 * 38 * Revision 2.6.3.1 91/10/05 13:10:32 jeffreyh 39 * Added access and task name macros. 40 * [91/08/29 tak] 41 * 42 * Revision 2.6 91/05/14 16:05:58 mrt 43 * Correcting copyright | |
44 * | 25 * |
45 * Revision 2.5 91/02/05 17:11:17 mrt 46 * Changed to new Mach copyright 47 * [91/02/01 17:31:24 mrt] 48 * 49 * Revision 2.4 91/01/08 15:10:16 rpd 50 * Added dummy inst_load/inst_store macros. 51 * [90/12/11 rpd] 52 * 53 * Revision 2.3 90/10/25 14:44:49 rwd 54 * Added watchpoint support. 55 * [90/10/18 rpd] 56 * 57 * Revision 2.2 90/08/27 21:56:15 dbg 58 * Created. 59 * [90/07/25 dbg] 60 * | 26 * $Id$ |
61 */ 62 63#ifndef _I386_DB_MACHDEP_H_ 64#define _I386_DB_MACHDEP_H_ 65 66/* 67 * Machine-dependent defines for new kernel debugger. 68 */ --- 86 unchanged lines hidden --- | 27 */ 28 29#ifndef _I386_DB_MACHDEP_H_ 30#define _I386_DB_MACHDEP_H_ 31 32/* 33 * Machine-dependent defines for new kernel debugger. 34 */ --- 86 unchanged lines hidden --- |