Print this page
10816 ctf_dwarf_convert_type() relies on un-initialized id
10817 ctfconvert -i option is mis-handled
10818 Improve ctfconvert error messages
10819 ctfconvert should handle empty dies
10820 ctfconvert -i never converts
10821 bad free in ctf_dwarf_init_die
10815 shouldn't build gcore.c as part of kmdb
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/common/modules/genunix/Makefile.files
          +++ new/usr/src/cmd/mdb/common/modules/genunix/Makefile.files
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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 2011 Nexenta Systems, Inc.  All rights reserved.
  23   23  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright 2016 Joyent, Inc.
       24 +# Copyright (c) 2019, Joyent, Inc.
  25   25  # Copyright (c) 2013 by Delphix. All rights reserved.
  26   26  #
  27   27  
  28   28  #
  29   29  # This file simply contains the list of sources files compiled together
  30   30  # to create the genunix mdb module.   Having them in one place saves
  31   31  # a bunch of unnecessary replication.
  32   32  #
  33   33  GENUNIX_SRCS =          \
  34   34          avl.c           \
↓ open down ↓ 6 lines elided ↑ open up ↑
  41   41          ctxop.c         \
  42   42          cyclic.c        \
  43   43          damap.c         \
  44   44          ddi_periodic.c  \
  45   45          devinfo.c       \
  46   46          dist.c          \
  47   47          dnlc.c          \
  48   48          findstack.c     \
  49   49          findstack_subr.c \
  50   50          fm.c            \
  51      -        gcore.c         \
  52   51          gcore_isadep.c  \
  53   52          genunix.c       \
  54   53          group.c         \
  55   54          hotplug.c       \
  56   55          irm.c           \
  57   56          kgrep.c         \
  58   57          kmem.c          \
  59   58          ldi.c           \
  60   59          leaky.c         \
  61   60          leaky_subr.c    \
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX