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
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
↓ 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 #
37 37 # You should not be making modifications here until you've read the most current
38 38 # copy of that file. If you need help, contact a gatekeeper for guidance.
39 39 #
40 40 # MAPFILE HEADER END
41 41 #
42 42
43 43 $mapfile_version 2
44 44
45 45 # There really should be only one SUNWprivate version.
46 46 # Don't add any more. Add new private symbols to SUNWprivate_1.2
47 47
48 48 SYMBOL_VERSION SUNWprivate_1.2 {
49 49 global:
50 50 ctf_add_array;
51 51 ctf_add_const;
52 52 ctf_add_enum;
53 53 ctf_add_enumerator;
54 54 ctf_add_float;
55 55 ctf_add_forward;
56 56 ctf_add_funcptr;
57 57 ctf_add_function;
58 58 ctf_add_integer;
59 59 ctf_add_label;
60 60 ctf_add_member;
61 61 ctf_add_object;
62 62 ctf_add_pointer;
63 63 ctf_add_restrict;
64 64 ctf_add_struct;
65 65 ctf_add_type;
66 66 ctf_add_typedef;
67 67 ctf_add_union;
68 68 ctf_add_volatile;
69 69 ctf_create;
70 70 ctf_dataptr;
71 71 ctf_delete_type;
72 72 ctf_diff_fini;
73 73 ctf_diff_functions;
74 74 ctf_diff_getflags;
75 75 ctf_diff_init;
76 76 ctf_diff_objects;
77 77 ctf_diff_setflags;
78 78 ctf_diff_types;
↓ 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;
99 100 ctf_merge_label;
100 101 ctf_merge_merge;
101 102 ctf_merge_set_nthreads;
102 103 ctf_merge_uniquify;
103 104 ctf_nr_syms;
104 105 ctf_object_iter;
105 106 ctf_parent_file;
106 107 ctf_parent_label;
107 108 ctf_parent_name;
108 109 ctf_set_array;
109 110 ctf_set_root;
110 111 ctf_set_size;
111 112 ctf_string_iter;
112 113 ctf_symbol_name;
113 114 ctf_type_align;
114 115 ctf_type_cmp;
115 116 ctf_type_cname;
116 117 ctf_type_compat;
117 118 ctf_type_pointer;
118 119 ctf_update;
119 120 ctf_write;
120 121 } SUNWprivate_1.1;
121 122
122 123 SYMBOL_VERSION SUNWprivate_1.1 {
123 124 global:
124 125 ctf_array_info;
125 126 ctf_bufopen;
126 127 ctf_close;
127 128 ctf_enum_iter;
128 129 ctf_enum_name;
129 130 ctf_errmsg;
130 131 ctf_errno;
131 132 ctf_fdopen;
132 133 ctf_func_args;
133 134 ctf_func_info;
134 135 ctf_getmodel;
135 136 ctf_getspecific;
136 137 ctf_import;
137 138 ctf_lookup_by_name;
138 139 ctf_lookup_by_symbol;
139 140 ctf_member_iter;
140 141 ctf_open;
141 142 ctf_setmodel;
142 143 ctf_setspecific;
143 144 ctf_type_encoding;
144 145 ctf_type_iter;
145 146 ctf_type_kind;
146 147 ctf_type_lname;
147 148 ctf_type_name;
148 149 ctf_type_qname;
149 150 ctf_type_reference;
150 151 ctf_type_resolve;
151 152 ctf_type_size;
152 153 ctf_type_visit;
153 154 ctf_version;
154 155 _libctf_debug;
155 156 local:
156 157 *;
157 158 };
↓ open down ↓ |
59 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX