]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdbsupport/ChangeLog
gdb: allow specifying multiple filters when running selftests
[thirdparty/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
ece5bc8a
SM
12020-08-13 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * selftest.h (run_tests): Change parameter to array_view.
4 * selftest.c (run_tests): Change parameter to array_view and use
5 it.
6
c8693053
RO
72020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8
9 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
10 * common.m4 (GDB_AC_COMMON): Use BFD_SYS_PROCFS_H to check for
11 <sys/procfs.h>.
12 * Makefile.in: Regenerate.
13 * configure, config.in: Regenerate.
14
866b34a1
TV
152020-07-28 Tom de Vries <tdevries@suse.de>
16
17 PR build/26281
18 * gdb_optional.h (class optional): Add volatile member to union
19 contaning m_dummy and m_item.
20
0e267416
AB
212020-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * tdesc.h (struct target_desc_deleter): Moved here
24 from gdb/target-descriptions.h, extend comment.
25 (target_desc_up): Likewise.
26
5ac58899
TT
272020-06-30 Tom Tromey <tromey@adacore.com>
28
29 PR build/26183:
30 * gdb_string_view.h (basic_string_view::to_string): Remove.
31 (gdb::to_string): New function.
32
6db3031e
SM
332020-06-27 Simon Marchi <simon.marchi@efficios.com>
34
35 * tdesc.h (class print_xml_feature) <add_line>: Add
36 ATTRIBUTE_PRINTF.
37
caa7fd04
AB
382020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add
41 output content, and call indent as needed in all overloaded
42 variants.
43 (print_xml_feature::visit_post): Likewise.
44 (print_xml_feature::visit): Likewise.
45 (print_xml_feature::add_line): Two new overloaded functions.
46 * tdesc.h (print_xml_feature::indent): New member function.
47 (print_xml_feature::add_line): Two new overloaded member
48 functions.
49 (print_xml_feature::m_depth): New member variable.
50
fbf42f4e
AB
512020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * tdesc.cc (print_xml_feature::visit_pre): Print compatible
54 information.
55 * tdesc.h (struct tdesc_compatible_info): Declare new struct.
56 (tdesc_compatible_info_up): New typedef.
57 (tdesc_compatible_info_list): Declare new function.
58 (tdesc_compatible_info_arch_name): Declare new function.
59
7dbfcd6f
MW
602020-05-25 Michael Weghorn <m.weghorn@posteo.de>
61
62 * common-utils.cc, common-utils.h (stringify_argv): Drop
63 now unused function stringify_argv
64
8c4b5f3d
MW
652020-05-25 Michael Weghorn <m.weghorn@posteo.de>
66
67 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
68 Adapt to take a gdb::array_view<char * const> parameter.
69 Adapt call site.
70
c699004a
MW
712020-05-25 Michael Weghorn <m.weghorn@posteo.de>
72
73 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
74 Adapt to handle zero args and return a std::string.
75 Adapt call site.
76
92651b1d
MW
772020-05-25 Michael Weghorn <m.weghorn@posteo.de>
78
79 * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
80 Move function here from gdb/infcmd.c, gdb/inferior.h
81
a51951c2
KB
822020-05-14 Kevin Buettner <kevinb@redhat.com>
83
84 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
85
fc75c28b
TBA
862020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
87
88 * common-regcache.h (regcache_read_pc_protected): New function
89 declaration.
90
32d1f47a
TBA
912020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
92
93 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
94
ff8885c3
SM
952020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
96
97 * common-defs.h: Include cstdlib.h.
98
0fa7617d
TT
992020-04-20 Tom Tromey <tromey@adacore.com>
100
101 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
102 Use initialization style. Don't call destroy.
103 * scoped_fd.h (class scoped_fd): Mark move constructor as
104 noexcept.
105 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
106 noexcept.
107
7990abcc
TT
1082020-04-13 Tom Tromey <tom@tromey.com>
109
110 * event-loop.c: Move comment. Remove obsolete comment.
111
400b5eca
TT
1122020-04-13 Tom Tromey <tom@tromey.com>
113
114 * event-loop.h: Move from ../gdb/.
115 * event-loop.cc: Move from ../gdb/.
116
c1cd3163
TT
1172020-04-13 Tom Tromey <tom@tromey.com>
118
119 * errors.h (flush_streams): Declare.
120
06cc9596
TT
1212020-04-13 Tom Tromey <tom@tromey.com>
122
123 * gdb_select.h: Move from ../gdb/.
124
8ae8e197
TT
1252020-04-13 Tom Tromey <tom@tromey.com>
126
127 * config.in, configure: Rebuild.
128 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
129 sys/select.h, and poll.
130
af62665e
TT
1312020-03-31 Tom Tromey <tromey@adacore.com>
132
133 * btrace-common.cc (btrace_data_append): Conditionally call
134 memcpy.
135
8f2dae6a
AB
1362020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * create-version.sh: Resolve issues highlighted by shellcheck.
139
c884cc46
SM
1402020-03-20 Simon Marchi <simon.marchi@efficios.com>
141
142 * config.in: Re-generate.
143 * configure: Re-generate.
144
d3e2a5e8
KR
1452020-03-17 Kamil Rytarowski <n54@gmx.com>
146
147 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
148
21329136
TT
1492020-03-12 Tom Tromey <tom@tromey.com>
150
151 * common-types.h: Remove GDBSERVER code.
152 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
153 * common-defs.h: Remove GDBSERVER code.
154
272cd5a3
SM
1552020-03-12 Simon Marchi <simon.marchi@efficios.com>
156
157 * selftest.m4: Moved from gdb/.
158 * acinclude.m4: Update path to selftest.m4.
159
db6878ac
SM
1602020-03-12 Simon Marchi <simon.marchi@efficios.com>
161
162 * configure.ac: Don't source bfd/development.sh.
163 * common.m4: Source bfd/development.sh.
164 * configure: Re-generate.
165
4d696a5c
SM
1662020-03-12 Simon Marchi <simon.marchi@efficios.com>
167
168 * configure: Re-generate.
169
a0761e34
SM
1702020-03-11 Simon Marchi <simon.marchi@efficios.com>
171
172 * configure: Re-generate.
173 * warning.m4: Enable -Wmissing-prototypes.
174
e63ee24f
TT
1752020-03-08 Tom Tromey <tom@tromey.com>
176
177 * gdb_binary_search.h: Fix two typos.
178
20ea4a60
AB
1792020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * .dir-locals.el: New file.
182
3d1e5a43
VP
1832020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
184
185 * configure.ac: Added call development.sh.
186 * configure: Regenerate.
187
842806cb
TBA
1882020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
189
190 * .gitattributes: New file.
191
89725b0d
SM
1922020-03-03 Simon Marchi <simon.marchi@efficios.com>
193
194 * Makefile.in: Re-generate.
195
d7592e97
SDJ
1962020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
197
198 * gdb-dlfcn.h (gdb_dlopen): Update comment.
199
9f1528a1
AB
2002020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 * configure: Regenerate.
203
1a627e7e
TT
2042020-02-14 Tom Tromey <tom@tromey.com>
205
206 * common-defs.h: Change path to gnulib/config.h.
207
06b3c5bd
SM
2082020-02-13 Simon Marchi <simon.marchi@efficios.com>
209
210 * Makefile.am: Rename source files from .c to .cc.
211 (CC, CFLAGS): Don't override.
212 (AM_CFLAGS): Rename to ...
213 (AM_CXXFLAGS): ... this.
214 * Makefile.in: Re-generate.
215 * %.c: Rename to %.cc.
216
898e7f60
SM
2172020-02-11 Simon Marchi <simon.marchi@efficios.com>
218
219 * configure: Re-generate.
220
8ddd8e0e
SM
2212020-02-11 Simon Marchi <simon.marchi@efficios.com>
222
223 * warning.m4: Add -Wstrict-null-sentinel.
224 * configure: Re-generate.
225
58df732b
SM
2262020-02-11 Simon Marchi <simon.marchi@efficios.com>
227
228 * warning.m4: Move here, from gdb/warning.m4.
229 * acinclude.m4: Update warning.m4 path.
230 * Makefile.in: Re-generate.
231
629c2962
SM
2322020-02-11 Simon Marchi <simon.marchi@efficios.com>
233
234 * acinclude.m4: Include ../gdb/warning.m4.
235 * configure.ac: Use AM_GDB_WARNINGS.
236 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
237 * Makefile.in: Re-generate.
238 * configure: Re-generate.
239
85f0dd3c
TV
2402020-02-10 Tom de Vries <tdevries@suse.de>
241
242 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
243
43198d20
CB
2442020-01-24 Christian Biesinger <cbiesinger@google.com>
245
246 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
247 version of pthread_setname_np.
248
67b10306
PA
2492020-01-17 Pedro Alves <palves@redhat.com>
250
251 * Makefile.am: Append CXX_DIALECT to CXX.
252 * Makefile.in: Regenerate.
253
3684d331
PA
2542020-01-17 Pedro Alves <palves@redhat.com>
255
256 * configure.ac: Generate config.h instead of support-config.h.
257 * common-defs.h: Include <gdbsupport/config.h> instead of
258 <gdbsupport/support-config.h>.
259 * Makefile.in: Regenerate.
260 * configure: Regenerate.
261
0454ef42
TT
2622020-01-14 Tom Tromey <tom@tromey.com>
263
264 * Makefile.in: Rebuild.
265 * Makefile.am (check-defines): New target.
266 * check-defines.el: New file.
267
05ea2a05
TT
2682020-01-14 Tom Tromey <tom@tromey.com>
269
270 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
271 Rebuild.
272 * common.m4 (GDB_AC_COMMON): Move many checks from
273 gdb/configure.ac.
274 * acinclude.m4: Include bfd.m4, ptrace.m4.
275
01027315
TT
2762020-01-14 Tom Tromey <tom@tromey.com>
277
278 * common-defs.h: Add GDBSERVER case. Update includes.
279 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
280 Makefile.am, Makefile.in, README: New files.
281 * Moved from ../gdb/gdbsupport/
282