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