Deleted Added
full compact
db_interface.c (1246) db_interface.c (1549)
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

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

31 */
32#include "param.h"
33#include "systm.h"
34#include "kernel.h"
35#include "proc.h"
36#include "ddb/ddb.h"
37
38#include <sys/reboot.h>
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

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

31 */
32#include "param.h"
33#include "systm.h"
34#include "kernel.h"
35#include "proc.h"
36#include "ddb/ddb.h"
37
38#include <sys/reboot.h>
39#include <vm/vm_statistics.h>
39/* #include <vm/vm_statistics.h> */
40#include <vm/pmap.h>
41
42#include <setjmp.h>
43
44int db_active = 0;
45
46db_regs_t ddb_regs;
47

--- 193 unchanged lines hidden ---
40#include <vm/pmap.h>
41
42#include <setjmp.h>
43
44int db_active = 0;
45
46db_regs_t ddb_regs;
47

--- 193 unchanged lines hidden ---