]>
git.saurik.com Git - apple/xnu.git/blob - osfmk/ddb/db_coff.h
2bb8f56fb95ea4b15f488fb72c4ffd1557c20f84
2 * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
21 * @APPLE_LICENSE_HEADER_END@
30 * Revision 1.1.1.1 1998/09/22 21:05:47 wsanchez
31 * Import of Mac OS X kernel (~semeria)
33 * Revision 1.1.1.1 1998/03/07 02:26:09 wsanchez
34 * Import of OSF Mach kernel (~mburg)
36 * Revision 1.1.2.1 1995/02/23 16:34:08 alanl
37 * Initial file creation.
43 #ifndef _DDB_DB_COFF_H_
44 #define _DDB_DB_COFF_H_
50 * Symbol table routines for COFF format files.
53 boolean_t
coff_db_sym_init(
59 db_sym_t
coff_db_lookup(
63 int coff_db_lookup_incomplete(
70 int coff_db_print_completion(
74 db_sym_t
coff_db_search_symbol(
77 db_strategy_t strategy
,
78 db_expr_t
*diffp
); /* in/out */
80 void coff_db_symbol_values(
85 db_sym_t
coff_db_search_by_addr(
94 boolean_t
coff_db_line_at_pc(
101 int coff_db_qualified_print_completion(
105 void coff_db_init(void);
107 #endif /* !_DDB_DB_COFF_H_ */