From 495dfd0ac49c1326af24c839ba967d1e8264782d Mon Sep 17 00:00:00 2001 From: John Levon Date: Fri, 8 Mar 2019 17:40:00 +0000 Subject: OS-6428 bad free in ctf_dwarf_init_die OS-6486 ctfconvert -i never converts OS-6488 ctfconvert should handle empty dies OS-6505 Improve ctfconvert error messages OS-7639 ctfconvert -i option is mis-handled OS-7663 ctf_dwarf_convert_type() relies on un-initialized id OS-7688 shouldn't build gcore.c as part of kmdb Reviewed by: Robert Mustacchi Reviewed by: Jerry Jelinek Approved by: Robert Mustacchi --- usr/src/uts/common/sys/ctf_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/uts/common/sys/ctf_api.h') diff --git a/usr/src/uts/common/sys/ctf_api.h b/usr/src/uts/common/sys/ctf_api.h index 073cc4f0d6..190720246f 100644 --- a/usr/src/uts/common/sys/ctf_api.h +++ b/usr/src/uts/common/sys/ctf_api.h @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Copyright 2018 Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ /* @@ -116,7 +116,7 @@ enum { ECTF_ZLIB, /* zlib library failure */ ECTF_CONVBKERR, /* CTF conversion backend error */ ECTF_CONVNOCSRC, /* No C source to convert from */ - ECTF_NOCONVBKEND /* No applicable conversion backend */ + ECTF_CONVNODEBUG, /* No debug info to convert into CTF */ }; /* -- cgit v1.2.3