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,30 **** --- 21,32 ---- # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # # Copyright 2013 Nexenta Systems, Inc. All rights reserved. # + # Copyright (c) 2019, Joyent, Inc. + # COBJS = brand_util.o ASOBJS = crt.o handler.o runexe.o OFFSETS_SRC = ../common/offsets.in OFFSETS_H = assym.h
*** 72,79 **** $(OFFSETS_H): $(OFFSETS_SRC) $(OFFSETS_CREATE) < $(OFFSETS_SRC) >$@ pics/%.o: $(ISASRCDIR)/%.s $(COMPILE.s) -o $@ $< ! $(POST_PROCESS_O) include $(SRC)/lib/Makefile.targ --- 74,81 ---- $(OFFSETS_H): $(OFFSETS_SRC) $(OFFSETS_CREATE) < $(OFFSETS_SRC) >$@ pics/%.o: $(ISASRCDIR)/%.s $(COMPILE.s) -o $@ $< ! $(POST_PROCESS_S_O) include $(SRC)/lib/Makefile.targ