[gdb/build] Fix Wmaybe-uninitialized in gdb_optional.h
[deliverable/binutils-gdb.git] / gdbsupport / ChangeLog
1 2020-07-28 Tom de Vries <tdevries@suse.de>
2
3 PR build/26281
4 * gdb_optional.h (class optional): Add volatile member to union
5 contaning m_dummy and m_item.
6
7 2020-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * tdesc.h (struct target_desc_deleter): Moved here
10 from gdb/target-descriptions.h, extend comment.
11 (target_desc_up): Likewise.
12
13 2020-06-30 Tom Tromey <tromey@adacore.com>
14
15 PR build/26183:
16 * gdb_string_view.h (basic_string_view::to_string): Remove.
17 (gdb::to_string): New function.
18
19 2020-06-27 Simon Marchi <simon.marchi@efficios.com>
20
21 * tdesc.h (class print_xml_feature) <add_line>: Add
22 ATTRIBUTE_PRINTF.
23
24 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add
27 output content, and call indent as needed in all overloaded
28 variants.
29 (print_xml_feature::visit_post): Likewise.
30 (print_xml_feature::visit): Likewise.
31 (print_xml_feature::add_line): Two new overloaded functions.
32 * tdesc.h (print_xml_feature::indent): New member function.
33 (print_xml_feature::add_line): Two new overloaded member
34 functions.
35 (print_xml_feature::m_depth): New member variable.
36
37 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * tdesc.cc (print_xml_feature::visit_pre): Print compatible
40 information.
41 * tdesc.h (struct tdesc_compatible_info): Declare new struct.
42 (tdesc_compatible_info_up): New typedef.
43 (tdesc_compatible_info_list): Declare new function.
44 (tdesc_compatible_info_arch_name): Declare new function.
45
46 2020-05-25 Michael Weghorn <m.weghorn@posteo.de>
47
48 * common-utils.cc, common-utils.h (stringify_argv): Drop
49 now unused function stringify_argv
50
51 2020-05-25 Michael Weghorn <m.weghorn@posteo.de>
52
53 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
54 Adapt to take a gdb::array_view<char * const> parameter.
55 Adapt call site.
56
57 2020-05-25 Michael Weghorn <m.weghorn@posteo.de>
58
59 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
60 Adapt to handle zero args and return a std::string.
61 Adapt call site.
62
63 2020-05-25 Michael Weghorn <m.weghorn@posteo.de>
64
65 * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
66 Move function here from gdb/infcmd.c, gdb/inferior.h
67
68 2020-05-14 Kevin Buettner <kevinb@redhat.com>
69
70 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
71
72 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
73
74 * common-regcache.h (regcache_read_pc_protected): New function
75 declaration.
76
77 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
78
79 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
80
81 2020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
82
83 * common-defs.h: Include cstdlib.h.
84
85 2020-04-20 Tom Tromey <tromey@adacore.com>
86
87 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
88 Use initialization style. Don't call destroy.
89 * scoped_fd.h (class scoped_fd): Mark move constructor as
90 noexcept.
91 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
92 noexcept.
93
94 2020-04-13 Tom Tromey <tom@tromey.com>
95
96 * event-loop.c: Move comment. Remove obsolete comment.
97
98 2020-04-13 Tom Tromey <tom@tromey.com>
99
100 * event-loop.h: Move from ../gdb/.
101 * event-loop.cc: Move from ../gdb/.
102
103 2020-04-13 Tom Tromey <tom@tromey.com>
104
105 * errors.h (flush_streams): Declare.
106
107 2020-04-13 Tom Tromey <tom@tromey.com>
108
109 * gdb_select.h: Move from ../gdb/.
110
111 2020-04-13 Tom Tromey <tom@tromey.com>
112
113 * config.in, configure: Rebuild.
114 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
115 sys/select.h, and poll.
116
117 2020-03-31 Tom Tromey <tromey@adacore.com>
118
119 * btrace-common.cc (btrace_data_append): Conditionally call
120 memcpy.
121
122 2020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * create-version.sh: Resolve issues highlighted by shellcheck.
125
126 2020-03-20 Simon Marchi <simon.marchi@efficios.com>
127
128 * config.in: Re-generate.
129 * configure: Re-generate.
130
131 2020-03-17 Kamil Rytarowski <n54@gmx.com>
132
133 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
134
135 2020-03-12 Tom Tromey <tom@tromey.com>
136
137 * common-types.h: Remove GDBSERVER code.
138 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
139 * common-defs.h: Remove GDBSERVER code.
140
141 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
142
143 * selftest.m4: Moved from gdb/.
144 * acinclude.m4: Update path to selftest.m4.
145
146 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
147
148 * configure.ac: Don't source bfd/development.sh.
149 * common.m4: Source bfd/development.sh.
150 * configure: Re-generate.
151
152 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
153
154 * configure: Re-generate.
155
156 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
157
158 * configure: Re-generate.
159 * warning.m4: Enable -Wmissing-prototypes.
160
161 2020-03-08 Tom Tromey <tom@tromey.com>
162
163 * gdb_binary_search.h: Fix two typos.
164
165 2020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * .dir-locals.el: New file.
168
169 2020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
170
171 * configure.ac: Added call development.sh.
172 * configure: Regenerate.
173
174 2020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
175
176 * .gitattributes: New file.
177
178 2020-03-03 Simon Marchi <simon.marchi@efficios.com>
179
180 * Makefile.in: Re-generate.
181
182 2020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
183
184 * gdb-dlfcn.h (gdb_dlopen): Update comment.
185
186 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * configure: Regenerate.
189
190 2020-02-14 Tom Tromey <tom@tromey.com>
191
192 * common-defs.h: Change path to gnulib/config.h.
193
194 2020-02-13 Simon Marchi <simon.marchi@efficios.com>
195
196 * Makefile.am: Rename source files from .c to .cc.
197 (CC, CFLAGS): Don't override.
198 (AM_CFLAGS): Rename to ...
199 (AM_CXXFLAGS): ... this.
200 * Makefile.in: Re-generate.
201 * %.c: Rename to %.cc.
202
203 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
204
205 * configure: Re-generate.
206
207 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
208
209 * warning.m4: Add -Wstrict-null-sentinel.
210 * configure: Re-generate.
211
212 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
213
214 * warning.m4: Move here, from gdb/warning.m4.
215 * acinclude.m4: Update warning.m4 path.
216 * Makefile.in: Re-generate.
217
218 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
219
220 * acinclude.m4: Include ../gdb/warning.m4.
221 * configure.ac: Use AM_GDB_WARNINGS.
222 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
223 * Makefile.in: Re-generate.
224 * configure: Re-generate.
225
226 2020-02-10 Tom de Vries <tdevries@suse.de>
227
228 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
229
230 2020-01-24 Christian Biesinger <cbiesinger@google.com>
231
232 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
233 version of pthread_setname_np.
234
235 2020-01-17 Pedro Alves <palves@redhat.com>
236
237 * Makefile.am: Append CXX_DIALECT to CXX.
238 * Makefile.in: Regenerate.
239
240 2020-01-17 Pedro Alves <palves@redhat.com>
241
242 * configure.ac: Generate config.h instead of support-config.h.
243 * common-defs.h: Include <gdbsupport/config.h> instead of
244 <gdbsupport/support-config.h>.
245 * Makefile.in: Regenerate.
246 * configure: Regenerate.
247
248 2020-01-14 Tom Tromey <tom@tromey.com>
249
250 * Makefile.in: Rebuild.
251 * Makefile.am (check-defines): New target.
252 * check-defines.el: New file.
253
254 2020-01-14 Tom Tromey <tom@tromey.com>
255
256 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
257 Rebuild.
258 * common.m4 (GDB_AC_COMMON): Move many checks from
259 gdb/configure.ac.
260 * acinclude.m4: Include bfd.m4, ptrace.m4.
261
262 2020-01-14 Tom Tromey <tom@tromey.com>
263
264 * common-defs.h: Add GDBSERVER case. Update includes.
265 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
266 Makefile.am, Makefile.in, README: New files.
267 * Moved from ../gdb/gdbsupport/
268
This page took 0.035715 seconds and 5 git commands to generate.