Deleted Added
full compact
db_machdep.h (50477) db_machdep.h (51792)
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

--- 9 unchanged lines hidden (view full) ---

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 *
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

--- 9 unchanged lines hidden (view full) ---

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 * $FreeBSD: head/sys/amd64/include/db_machdep.h 50477 1999-08-28 01:08:13Z peter $
26 * $FreeBSD: head/sys/amd64/include/db_machdep.h 51792 1999-09-29 15:06:27Z marcel $
27 */
28
29#ifndef _MACHINE_DB_MACHDEP_H_
30#define _MACHINE_DB_MACHDEP_H_
31
32#include <machine/frame.h>
27 */
28
29#ifndef _MACHINE_DB_MACHDEP_H_
30#define _MACHINE_DB_MACHDEP_H_
31
32#include <machine/frame.h>
33#include <machine/trap.h>
33#include <machine/psl.h>
34
35#define i386_saved_state trapframe
36
37typedef vm_offset_t db_addr_t; /* address - unsigned */
38typedef int db_expr_t; /* expression - signed */
39
40typedef struct i386_saved_state db_regs_t;

--- 50 unchanged lines hidden ---
34#include <machine/psl.h>
35
36#define i386_saved_state trapframe
37
38typedef vm_offset_t db_addr_t; /* address - unsigned */
39typedef int db_expr_t; /* expression - signed */
40
41typedef struct i386_saved_state db_regs_t;

--- 50 unchanged lines hidden ---