Print this page
9210 remove KMDB branch debugging support
9211 ::crregs could do with cr2/cr3 support
9209 ::ttrace should be able to filter by thread
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/intel/Makefile.kmdb
          +++ new/usr/src/cmd/mdb/intel/Makefile.kmdb
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
       25 +# Copyright 2018 Joyent, Inc.
       26 +#
  25   27  
  26   28  PROMSRCS += \
  27   29          prom_env.c \
  28   30          prom_getchar.c \
  29   31          prom_init.c \
  30   32          prom_printf.c \
  31   33          prom_putchar.c
  32   34  
  33   35  KMDBSRCS += \
  34   36          kaif.c \
  35   37          kmdb_dpi_isadep.c \
  36   38          kmdb_fault_isadep.c \
  37   39          kmdb_kdi_isadep.c \
  38   40          kmdb_promif_isadep.c \
  39      -        kvm_cpu_amd.c \
  40      -        kvm_cpu_p4.c \
  41   41          kvm_isadep.c
  42   42  
  43   43  KMDBML += \
  44   44          kmdb_asmutil.s \
  45   45          kmdb_setcontext.s
  46   46  
  47   47  KCTLSRCS += \
  48   48          kctl_isadep.c
  49   49  
  50   50  CTXOFFUSERS = \
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX