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