]>
git.saurik.com Git - apple/xnu.git/blob - osfmk/ddb/db_examine.h
2 * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * The contents of this file constitute Original Code as defined in and
7 * are subject to the Apple Public Source License Version 1.1 (the
8 * "License"). You may not use this file except in compliance with the
9 * License. Please obtain a copy of the License at
10 * http://www.apple.com/publicsource and read it before using this file.
12 * This Original Code and all software distributed under the License are
13 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
14 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
15 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
17 * License for the specific language governing rights and limitations
20 * @APPLE_LICENSE_HEADER_END@
28 * Revision 1.1.1.1 1998/09/22 21:05:48 wsanchez
29 * Import of Mac OS X kernel (~semeria)
31 * Revision 1.1.1.1 1998/03/07 02:26:09 wsanchez
32 * Import of OSF Mach kernel (~mburg)
34 * Revision 1.1.7.2 1996/01/09 19:15:43 devrcs
35 * Function prototypes for db_print_loc() & db_print_inst().
36 * [1995/12/01 21:42:06 jfraser]
38 * Merged '64-bit safe' changes from DEC alpha port.
39 * [1995/11/21 18:03:03 jfraser]
41 * Revision 1.1.7.1 1994/09/23 01:18:55 ezf
42 * change marker to not FREE
43 * [1994/09/22 21:09:49 ezf]
45 * Revision 1.1.2.4 1993/09/17 21:34:33 robert
46 * change marker to OSF_FREE_COPYRIGHT
47 * [1993/09/17 21:27:11 robert]
49 * Revision 1.1.2.3 1993/08/11 22:12:10 elliston
50 * Add ANSI Prototypes. CR #9523.
51 * [1993/08/11 03:33:11 elliston]
53 * Revision 1.1.2.2 1993/07/27 18:27:12 elliston
54 * Add ANSI prototypes. CR #9523.
55 * [1993/07/27 18:11:28 elliston]
60 #ifndef _DDB_DB_EXAMINE_H_
61 #define _DDB_DB_EXAMINE_H_
63 #include <machine/db_machdep.h>
64 #include <kern/task.h>
66 /* Prototypes for functions exported by this module.
75 void db_examine_forward(
81 void db_examine_backward(
89 char * fmt
, /* format string */
90 int count
, /* repeat count */
93 void db_print_cmd(void);
104 void db_print_loc_and_inst(
108 void db_search_cmd(void);
118 #endif /* !_DDB_DB_EXAMINE_H_ */