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 \
  
 | 
 
 
   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 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  30 #
  31 
  32 KMDBSRCS += \
  33         ffs.c \
  34         kaif_start.c \
  35         list.c \
  36         mdb.c \
  37         mdb_addrvec.c \
  38         mdb_argvec.c \
  39         mdb_callb.c \
  40         mdb_cmdbuf.c \
  41         mdb_cmds.c \
  42         kvm_cpu.c \
  43         kmdb_conf.c \
  44         kmdb_context.c \
  45         kmdb_create.c \
  46         mdb_ctf.c \
  47         kmdb_ctf_open.c \
  48         mdb_debug.c \
  49         kmdb_demangle.c \
  50         mdb_disasm.c \
  51         kmdb_dl.c \
  52         kmdb_dpi.c \
  53         mdb_dump.c \
  54         mdb_err.c \
  55         mdb_evset.c \
  
 |