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