From 3eca610387779e26c8c63e26d2ba418b0cd1bf5a Mon Sep 17 00:00:00 2001 From: John Levon Date: Fri, 8 Mar 2019 17:40:00 +0000 Subject: 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 Reviewed by: Jerry Jelinek Approved by: Gordon Ross --- usr/src/common/ctf/ctf_error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/common/ctf/ctf_error.c') diff --git a/usr/src/common/ctf/ctf_error.c b/usr/src/common/ctf/ctf_error.c index 1765b77b54..9ac40ce811 100644 --- a/usr/src/common/ctf/ctf_error.c +++ b/usr/src/common/ctf/ctf_error.c @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Copyright (c) 2015, Joyent, Inc. + * Copyright (c) 2019, Joyent, Inc. */ #include @@ -83,7 +83,7 @@ static const char *const _ctf_errlist[] = { "Zlib library failure", /* ECTF_ZLIB */ "CTF conversion backend error", /* ECTF_CONVBKERR */ "No C source to convert from", /* ECTF_CONVNOCSRC */ - "No applicable conversion backend" /* ECTF_NOCONVBKEND */ + "No debug info found to convert from" /* ECTF_CONVNODEBUG */ }; static const int _ctf_nerr = sizeof (_ctf_errlist) / sizeof (_ctf_errlist[0]); -- cgit v1.2.3