8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 #
27 # Copyright (c) 2012 by Delphix. All rights reserved.
28 # Copyright (c) 2012 Joyent, Inc. All rights reserved.
29 #
30
31 KMDBSRCS += \
32 ffs.c \
33 kaif_start.c \
34 mdb.c \
35 mdb_addrvec.c \
36 mdb_argvec.c \
37 mdb_callb.c \
38 mdb_cmdbuf.c \
39 mdb_cmds.c \
40 kvm_cpu.c \
41 kmdb_conf.c \
42 kmdb_context.c \
43 kmdb_create.c \
44 mdb_ctf.c \
45 kmdb_ctf_open.c \
46 mdb_debug.c \
47 kmdb_demangle.c \
48 mdb_disasm.c \
49 kmdb_dl.c \
50 kmdb_dpi.c \
51 mdb_dump.c \
52 mdb_err.c \
53 mdb_evset.c \
54 kmdb_fault.c \
55 kmdb_fdio.c \
56 mdb_fmt.c \
57 mdb_frame.c \
58 mdb_gelf.c \
59 mdb_help.c \
60 mdb_io.c \
|
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 #
27 # Copyright (c) 2012 by Delphix. All rights reserved.
28 # Copyright (c) 2018 Joyent, Inc. All rights reserved.
29 #
30
31 KMDBSRCS += \
32 ffs.c \
33 kaif_start.c \
34 mdb.c \
35 mdb_addrvec.c \
36 mdb_argvec.c \
37 mdb_callb.c \
38 mdb_cmdbuf.c \
39 mdb_cmds.c \
40 kmdb_conf.c \
41 kmdb_context.c \
42 kmdb_create.c \
43 mdb_ctf.c \
44 kmdb_ctf_open.c \
45 mdb_debug.c \
46 kmdb_demangle.c \
47 mdb_disasm.c \
48 kmdb_dl.c \
49 kmdb_dpi.c \
50 mdb_dump.c \
51 mdb_err.c \
52 mdb_evset.c \
53 kmdb_fault.c \
54 kmdb_fdio.c \
55 mdb_fmt.c \
56 mdb_frame.c \
57 mdb_gelf.c \
58 mdb_help.c \
59 mdb_io.c \
|