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