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