gdb: Print compatible information within print_xml_feature
[deliverable/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
fbf42f4e
AB
12020-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
7dbfcd6f
MW
102020-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
8c4b5f3d
MW
152020-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
c699004a
MW
212020-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
92651b1d
MW
272020-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
a51951c2
KB
322020-05-14 Kevin Buettner <kevinb@redhat.com>
33
34 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
35
fc75c28b
TBA
362020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
37
38 * common-regcache.h (regcache_read_pc_protected): New function
39 declaration.
40
32d1f47a
TBA
412020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
42
43 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
44
ff8885c3
SM
452020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
46
47 * common-defs.h: Include cstdlib.h.
48
0fa7617d
TT
492020-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
7990abcc
TT
582020-04-13 Tom Tromey <tom@tromey.com>
59
60 * event-loop.c: Move comment. Remove obsolete comment.
61
400b5eca
TT
622020-04-13 Tom Tromey <tom@tromey.com>
63
64 * event-loop.h: Move from ../gdb/.
65 * event-loop.cc: Move from ../gdb/.
66
c1cd3163
TT
672020-04-13 Tom Tromey <tom@tromey.com>
68
69 * errors.h (flush_streams): Declare.
70
06cc9596
TT
712020-04-13 Tom Tromey <tom@tromey.com>
72
73 * gdb_select.h: Move from ../gdb/.
74
8ae8e197
TT
752020-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
af62665e
TT
812020-03-31 Tom Tromey <tromey@adacore.com>
82
83 * btrace-common.cc (btrace_data_append): Conditionally call
84 memcpy.
85
8f2dae6a
AB
862020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * create-version.sh: Resolve issues highlighted by shellcheck.
89
c884cc46
SM
902020-03-20 Simon Marchi <simon.marchi@efficios.com>
91
92 * config.in: Re-generate.
93 * configure: Re-generate.
94
d3e2a5e8
KR
952020-03-17 Kamil Rytarowski <n54@gmx.com>
96
97 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
98
21329136
TT
992020-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
272cd5a3
SM
1052020-03-12 Simon Marchi <simon.marchi@efficios.com>
106
107 * selftest.m4: Moved from gdb/.
108 * acinclude.m4: Update path to selftest.m4.
109
db6878ac
SM
1102020-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
4d696a5c
SM
1162020-03-12 Simon Marchi <simon.marchi@efficios.com>
117
118 * configure: Re-generate.
119
a0761e34
SM
1202020-03-11 Simon Marchi <simon.marchi@efficios.com>
121
122 * configure: Re-generate.
123 * warning.m4: Enable -Wmissing-prototypes.
124
e63ee24f
TT
1252020-03-08 Tom Tromey <tom@tromey.com>
126
127 * gdb_binary_search.h: Fix two typos.
128
20ea4a60
AB
1292020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
130
131 * .dir-locals.el: New file.
132
3d1e5a43
VP
1332020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
134
135 * configure.ac: Added call development.sh.
136 * configure: Regenerate.
137
842806cb
TBA
1382020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
139
140 * .gitattributes: New file.
141
89725b0d
SM
1422020-03-03 Simon Marchi <simon.marchi@efficios.com>
143
144 * Makefile.in: Re-generate.
145
d7592e97
SDJ
1462020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
147
148 * gdb-dlfcn.h (gdb_dlopen): Update comment.
149
9f1528a1
AB
1502020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * configure: Regenerate.
153
1a627e7e
TT
1542020-02-14 Tom Tromey <tom@tromey.com>
155
156 * common-defs.h: Change path to gnulib/config.h.
157
06b3c5bd
SM
1582020-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
898e7f60
SM
1672020-02-11 Simon Marchi <simon.marchi@efficios.com>
168
169 * configure: Re-generate.
170
8ddd8e0e
SM
1712020-02-11 Simon Marchi <simon.marchi@efficios.com>
172
173 * warning.m4: Add -Wstrict-null-sentinel.
174 * configure: Re-generate.
175
58df732b
SM
1762020-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
629c2962
SM
1822020-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
85f0dd3c
TV
1902020-02-10 Tom de Vries <tdevries@suse.de>
191
192 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
193
43198d20
CB
1942020-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
67b10306
PA
1992020-01-17 Pedro Alves <palves@redhat.com>
200
201 * Makefile.am: Append CXX_DIALECT to CXX.
202 * Makefile.in: Regenerate.
203
3684d331
PA
2042020-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
0454ef42
TT
2122020-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
05ea2a05
TT
2182020-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
01027315
TT
2262020-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
This page took 0.087347 seconds and 4 git commands to generate.