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>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libctf/common/mapfile-vers
          +++ new/usr/src/lib/libctf/common/mapfile-vers
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
  24   24  
  25   25  #
  26      -# Copyright 2018 Joyent, Inc.
       26 +# Copyright 2019 Joyent, Inc.
  27   27  #
  28   28  
  29   29  #
  30   30  # MAPFILE HEADER START
  31   31  #
  32   32  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  33   33  # Object versioning must comply with the rules detailed in
  34   34  #
  35   35  #       usr/src/lib/README.mapfiles
  36   36  #
↓ open down ↓ 42 lines elided ↑ open up ↑
  79   79          ctf_discard;
  80   80          ctf_dup;
  81   81          ctf_elffdwrite;
  82   82          ctf_elfwrite;
  83   83          ctf_enum_value;
  84   84          ctf_fdconvert;
  85   85          ctf_flags;
  86   86          ctf_func_args_by_id;
  87   87          ctf_func_info_by_id;
  88   88          ctf_function_iter;
       89 +        ctf_has_c_source;
  89   90          ctf_kind_name;
  90   91          ctf_label_info;
  91   92          ctf_label_iter;
  92   93          ctf_label_topmost;
  93   94          ctf_max_id;
  94   95          ctf_member_info;
  95   96          ctf_merge_add;
  96   97          ctf_merge_dedup;
  97   98          ctf_merge_fini;
  98   99          ctf_merge_init;
↓ open down ↓ 59 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX