Rewrite enum_flags, add unit tests, fix problems
[deliverable/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
04902b09
PA
12020-09-14 Pedro Alves <pedro@palves.net>
2
3 * enum-flags.h: Include "traits.h".
4 (DEF_ENUM_FLAGS_TYPE): Declare a function instead of defining a
5 structure.
6 (enum_underlying_type): Update comment.
7 (namespace enum_flags_detail): New. Move struct zero_type here.
8 (EnumIsUnsigned, EnumIsSigned): New.
9 (class enum_flags): Make most methods constexpr.
10 (operator&=, operator|=, operator^=): Take an enum_flags instead
11 of an enum_type. Make rvalue ref versions deleted.
12 (operator enum_type()): Delete.
13 (operator&, operator|, operator^, operator~): Delete, moved out of
14 class.
15 (raw()): New method.
16 (is_enum_flags_enum_type_t): Declare.
17 (ENUM_FLAGS_GEN_BINOP, ENUM_FLAGS_GEN_COMPOUND_ASSIGN)
18 (ENUM_FLAGS_GEN_COMP): New. Use them to reimplement global
19 operators.
20 (operator~): Now constexpr and reimplemented.
21 (operator<<, operator>>): New deleted functions.
22 * valid-expr.h (CHECK_VALID_EXPR_5, CHECK_VALID_EXPR_6): New.
23
1945192c
PA
242020-09-14 Pedro Alves <pedro@palves.net>
25
26 * traits.h (struct nonesuch, struct detector, detected_or)
27 (detected_or_t, is_detected, detected_t, detected_or)
28 (detected_or_t, is_detected_exact, is_detected_convertible): New.
29 * valid-expr.h (CHECK_VALID_EXPR_INT): Use gdb::is_detected_exact.
30
48c9b433
KR
312020-09-10 Kamil Rytarowski <n54@gmx.com>
32
33 * eintr.h: New file.
34
ece5bc8a
SM
352020-08-13 Simon Marchi <simon.marchi@polymtl.ca>
36
37 * selftest.h (run_tests): Change parameter to array_view.
38 * selftest.c (run_tests): Change parameter to array_view and use
39 it.
40
c8693053
RO
412020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
42
43 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
44 * common.m4 (GDB_AC_COMMON): Use BFD_SYS_PROCFS_H to check for
45 <sys/procfs.h>.
46 * Makefile.in: Regenerate.
47 * configure, config.in: Regenerate.
48
866b34a1
TV
492020-07-28 Tom de Vries <tdevries@suse.de>
50
51 PR build/26281
52 * gdb_optional.h (class optional): Add volatile member to union
53 contaning m_dummy and m_item.
54
0e267416
AB
552020-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * tdesc.h (struct target_desc_deleter): Moved here
58 from gdb/target-descriptions.h, extend comment.
59 (target_desc_up): Likewise.
60
5ac58899
TT
612020-06-30 Tom Tromey <tromey@adacore.com>
62
63 PR build/26183:
64 * gdb_string_view.h (basic_string_view::to_string): Remove.
65 (gdb::to_string): New function.
66
6db3031e
SM
672020-06-27 Simon Marchi <simon.marchi@efficios.com>
68
69 * tdesc.h (class print_xml_feature) <add_line>: Add
70 ATTRIBUTE_PRINTF.
71
caa7fd04
AB
722020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add
75 output content, and call indent as needed in all overloaded
76 variants.
77 (print_xml_feature::visit_post): Likewise.
78 (print_xml_feature::visit): Likewise.
79 (print_xml_feature::add_line): Two new overloaded functions.
80 * tdesc.h (print_xml_feature::indent): New member function.
81 (print_xml_feature::add_line): Two new overloaded member
82 functions.
83 (print_xml_feature::m_depth): New member variable.
84
fbf42f4e
AB
852020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
86
87 * tdesc.cc (print_xml_feature::visit_pre): Print compatible
88 information.
89 * tdesc.h (struct tdesc_compatible_info): Declare new struct.
90 (tdesc_compatible_info_up): New typedef.
91 (tdesc_compatible_info_list): Declare new function.
92 (tdesc_compatible_info_arch_name): Declare new function.
93
7dbfcd6f
MW
942020-05-25 Michael Weghorn <m.weghorn@posteo.de>
95
96 * common-utils.cc, common-utils.h (stringify_argv): Drop
97 now unused function stringify_argv
98
8c4b5f3d
MW
992020-05-25 Michael Weghorn <m.weghorn@posteo.de>
100
101 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
102 Adapt to take a gdb::array_view<char * const> parameter.
103 Adapt call site.
104
c699004a
MW
1052020-05-25 Michael Weghorn <m.weghorn@posteo.de>
106
107 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
108 Adapt to handle zero args and return a std::string.
109 Adapt call site.
110
92651b1d
MW
1112020-05-25 Michael Weghorn <m.weghorn@posteo.de>
112
113 * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
114 Move function here from gdb/infcmd.c, gdb/inferior.h
115
a51951c2
KB
1162020-05-14 Kevin Buettner <kevinb@redhat.com>
117
118 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
119
fc75c28b
TBA
1202020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
121
122 * common-regcache.h (regcache_read_pc_protected): New function
123 declaration.
124
32d1f47a
TBA
1252020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
126
127 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
128
ff8885c3
SM
1292020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
130
131 * common-defs.h: Include cstdlib.h.
132
0fa7617d
TT
1332020-04-20 Tom Tromey <tromey@adacore.com>
134
135 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
136 Use initialization style. Don't call destroy.
137 * scoped_fd.h (class scoped_fd): Mark move constructor as
138 noexcept.
139 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
140 noexcept.
141
7990abcc
TT
1422020-04-13 Tom Tromey <tom@tromey.com>
143
144 * event-loop.c: Move comment. Remove obsolete comment.
145
400b5eca
TT
1462020-04-13 Tom Tromey <tom@tromey.com>
147
148 * event-loop.h: Move from ../gdb/.
149 * event-loop.cc: Move from ../gdb/.
150
c1cd3163
TT
1512020-04-13 Tom Tromey <tom@tromey.com>
152
153 * errors.h (flush_streams): Declare.
154
06cc9596
TT
1552020-04-13 Tom Tromey <tom@tromey.com>
156
157 * gdb_select.h: Move from ../gdb/.
158
8ae8e197
TT
1592020-04-13 Tom Tromey <tom@tromey.com>
160
161 * config.in, configure: Rebuild.
162 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
163 sys/select.h, and poll.
164
af62665e
TT
1652020-03-31 Tom Tromey <tromey@adacore.com>
166
167 * btrace-common.cc (btrace_data_append): Conditionally call
168 memcpy.
169
8f2dae6a
AB
1702020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * create-version.sh: Resolve issues highlighted by shellcheck.
173
c884cc46
SM
1742020-03-20 Simon Marchi <simon.marchi@efficios.com>
175
176 * config.in: Re-generate.
177 * configure: Re-generate.
178
d3e2a5e8
KR
1792020-03-17 Kamil Rytarowski <n54@gmx.com>
180
181 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
182
21329136
TT
1832020-03-12 Tom Tromey <tom@tromey.com>
184
185 * common-types.h: Remove GDBSERVER code.
186 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
187 * common-defs.h: Remove GDBSERVER code.
188
272cd5a3
SM
1892020-03-12 Simon Marchi <simon.marchi@efficios.com>
190
191 * selftest.m4: Moved from gdb/.
192 * acinclude.m4: Update path to selftest.m4.
193
db6878ac
SM
1942020-03-12 Simon Marchi <simon.marchi@efficios.com>
195
196 * configure.ac: Don't source bfd/development.sh.
197 * common.m4: Source bfd/development.sh.
198 * configure: Re-generate.
199
4d696a5c
SM
2002020-03-12 Simon Marchi <simon.marchi@efficios.com>
201
202 * configure: Re-generate.
203
a0761e34
SM
2042020-03-11 Simon Marchi <simon.marchi@efficios.com>
205
206 * configure: Re-generate.
207 * warning.m4: Enable -Wmissing-prototypes.
208
e63ee24f
TT
2092020-03-08 Tom Tromey <tom@tromey.com>
210
211 * gdb_binary_search.h: Fix two typos.
212
20ea4a60
AB
2132020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
214
215 * .dir-locals.el: New file.
216
3d1e5a43
VP
2172020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
218
219 * configure.ac: Added call development.sh.
220 * configure: Regenerate.
221
842806cb
TBA
2222020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
223
224 * .gitattributes: New file.
225
89725b0d
SM
2262020-03-03 Simon Marchi <simon.marchi@efficios.com>
227
228 * Makefile.in: Re-generate.
229
d7592e97
SDJ
2302020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
231
232 * gdb-dlfcn.h (gdb_dlopen): Update comment.
233
9f1528a1
AB
2342020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * configure: Regenerate.
237
1a627e7e
TT
2382020-02-14 Tom Tromey <tom@tromey.com>
239
240 * common-defs.h: Change path to gnulib/config.h.
241
06b3c5bd
SM
2422020-02-13 Simon Marchi <simon.marchi@efficios.com>
243
244 * Makefile.am: Rename source files from .c to .cc.
245 (CC, CFLAGS): Don't override.
246 (AM_CFLAGS): Rename to ...
247 (AM_CXXFLAGS): ... this.
248 * Makefile.in: Re-generate.
249 * %.c: Rename to %.cc.
250
898e7f60
SM
2512020-02-11 Simon Marchi <simon.marchi@efficios.com>
252
253 * configure: Re-generate.
254
8ddd8e0e
SM
2552020-02-11 Simon Marchi <simon.marchi@efficios.com>
256
257 * warning.m4: Add -Wstrict-null-sentinel.
258 * configure: Re-generate.
259
58df732b
SM
2602020-02-11 Simon Marchi <simon.marchi@efficios.com>
261
262 * warning.m4: Move here, from gdb/warning.m4.
263 * acinclude.m4: Update warning.m4 path.
264 * Makefile.in: Re-generate.
265
629c2962
SM
2662020-02-11 Simon Marchi <simon.marchi@efficios.com>
267
268 * acinclude.m4: Include ../gdb/warning.m4.
269 * configure.ac: Use AM_GDB_WARNINGS.
270 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
271 * Makefile.in: Re-generate.
272 * configure: Re-generate.
273
85f0dd3c
TV
2742020-02-10 Tom de Vries <tdevries@suse.de>
275
276 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
277
43198d20
CB
2782020-01-24 Christian Biesinger <cbiesinger@google.com>
279
280 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
281 version of pthread_setname_np.
282
67b10306
PA
2832020-01-17 Pedro Alves <palves@redhat.com>
284
285 * Makefile.am: Append CXX_DIALECT to CXX.
286 * Makefile.in: Regenerate.
287
3684d331
PA
2882020-01-17 Pedro Alves <palves@redhat.com>
289
290 * configure.ac: Generate config.h instead of support-config.h.
291 * common-defs.h: Include <gdbsupport/config.h> instead of
292 <gdbsupport/support-config.h>.
293 * Makefile.in: Regenerate.
294 * configure: Regenerate.
295
0454ef42
TT
2962020-01-14 Tom Tromey <tom@tromey.com>
297
298 * Makefile.in: Rebuild.
299 * Makefile.am (check-defines): New target.
300 * check-defines.el: New file.
301
05ea2a05
TT
3022020-01-14 Tom Tromey <tom@tromey.com>
303
304 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
305 Rebuild.
306 * common.m4 (GDB_AC_COMMON): Move many checks from
307 gdb/configure.ac.
308 * acinclude.m4: Include bfd.m4, ptrace.m4.
309
01027315
TT
3102020-01-14 Tom Tromey <tom@tromey.com>
311
312 * common-defs.h: Add GDBSERVER case. Update includes.
313 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
314 Makefile.am, Makefile.in, README: New files.
315 * Moved from ../gdb/gdbsupport/
316
This page took 0.072218 seconds and 4 git commands to generate.