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>
*** 24,33 ****
--- 24,35 ----
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 2013 by Delphix. All rights reserved.
#
+ # Copyright (c) 2019, Joyent, Inc.
+ #
MODULE = genunix.so
MDBTGT = kvm
include ../../../common/modules/genunix/Makefile.files
*** 38,47 ****
--- 40,50 ----
KMODSRCS = \
$(COMMONSRCS)
MODSRCS = \
$(COMMONSRCS) \
+ gcore.c \
typegraph.c
#
# This signals that $(KMODSRCS) != $(MODSRCS). Typegraph is not usable under
# kmdb. As such, we don't bother compiling it.