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>
*** 21,33 ****
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 2013 by Delphix. All rights reserved.
- # Copyright (c) 2018, Joyent, Inc.
# Copyright (c) 2019 Carlos Neira <cneirabustos@gmail.com>
# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
#
.KEEP_STATE:
.SUFFIXES:
--- 21,33 ----
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 2013 by Delphix. All rights reserved.
# Copyright (c) 2019 Carlos Neira <cneirabustos@gmail.com>
# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
+ # Copyright (c) 2019, Joyent, Inc.
#
.KEEP_STATE:
.SUFFIXES:
*** 232,266 ****
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
dmod/%.o kmod%.o: %.s
$(COMPILE.s) -o $@ $<
- $(CTFCONVERT_O)
dmod/%.o kmod/%.o: ../%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
dmod/%.o kmod%.o: ../%.s
$(COMPILE.s) -o $@ $<
- $(CTFCONVERT_O)
dmod/%.o kmod/%.o: ../../../common/modules/$(MODNAME)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
dmod/%.o kmod%.o: ../../../common/modules/$(MODNAME)/%.s
$(COMPILE.s) -o $@ $<
- $(CTFCONVERT_O)
dmod/%.o kmod/%.o: $$(MODSRCS_DIR)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
dmod/%.o kmod%.o: $$(MODSRCS_DIR)/%.s
$(COMPILE.s) -o $@ $<
- $(CTFCONVERT_O)
#
# Lint
#
dmod/%.ln kmod/%.ln: %.c
--- 232,262 ----