db_watch.c (923502ff91327138aa9ef1d59ea7044d2936e0ef) db_watch.c (fb919e4d5a2c1baca52ac70d1064f140fffdda71)
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

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

28
29/*
30 * Author: Richard P. Draves, Carnegie Mellon University
31 * Date: 10/90
32 */
33
34#include <sys/param.h>
35#include <sys/kernel.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

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

28
29/*
30 * Author: Richard P. Draves, Carnegie Mellon University
31 * Date: 10/90
32 */
33
34#include <sys/param.h>
35#include <sys/kernel.h>
36#include <sys/lock.h>
37#include <sys/proc.h>
36
37#include <vm/vm.h>
38
39#include <vm/vm.h>
38#include <sys/lock.h>
39#include <vm/pmap.h>
40#include <vm/vm_map.h>
41
42#include <ddb/ddb.h>
43#include <ddb/db_watch.h>
44
45/*
46 * Watchpoints.

--- 237 unchanged lines hidden ---
40#include <vm/pmap.h>
41#include <vm/vm_map.h>
42
43#include <ddb/ddb.h>
44#include <ddb/db_watch.h>
45
46/*
47 * Watchpoints.

--- 237 unchanged lines hidden ---