]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdbsupport/ChangeLog
gdb: Allow target description to be dumped even when it is remote
[thirdparty/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
7dbfcd6f
MW
12020-05-25 Michael Weghorn <m.weghorn@posteo.de>
2
3 * common-utils.cc, common-utils.h (stringify_argv): Drop
4 now unused function stringify_argv
5
8c4b5f3d
MW
62020-05-25 Michael Weghorn <m.weghorn@posteo.de>
7
8 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
9 Adapt to take a gdb::array_view<char * const> parameter.
10 Adapt call site.
11
c699004a
MW
122020-05-25 Michael Weghorn <m.weghorn@posteo.de>
13
14 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
15 Adapt to handle zero args and return a std::string.
16 Adapt call site.
17
92651b1d
MW
182020-05-25 Michael Weghorn <m.weghorn@posteo.de>
19
20 * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
21 Move function here from gdb/infcmd.c, gdb/inferior.h
22
a51951c2
KB
232020-05-14 Kevin Buettner <kevinb@redhat.com>
24
25 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
26
fc75c28b
TBA
272020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
28
29 * common-regcache.h (regcache_read_pc_protected): New function
30 declaration.
31
32d1f47a
TBA
322020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
33
34 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
35
ff8885c3
SM
362020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
37
38 * common-defs.h: Include cstdlib.h.
39
0fa7617d
TT
402020-04-20 Tom Tromey <tromey@adacore.com>
41
42 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
43 Use initialization style. Don't call destroy.
44 * scoped_fd.h (class scoped_fd): Mark move constructor as
45 noexcept.
46 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
47 noexcept.
48
7990abcc
TT
492020-04-13 Tom Tromey <tom@tromey.com>
50
51 * event-loop.c: Move comment. Remove obsolete comment.
52
400b5eca
TT
532020-04-13 Tom Tromey <tom@tromey.com>
54
55 * event-loop.h: Move from ../gdb/.
56 * event-loop.cc: Move from ../gdb/.
57
c1cd3163
TT
582020-04-13 Tom Tromey <tom@tromey.com>
59
60 * errors.h (flush_streams): Declare.
61
06cc9596
TT
622020-04-13 Tom Tromey <tom@tromey.com>
63
64 * gdb_select.h: Move from ../gdb/.
65
8ae8e197
TT
662020-04-13 Tom Tromey <tom@tromey.com>
67
68 * config.in, configure: Rebuild.
69 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
70 sys/select.h, and poll.
71
af62665e
TT
722020-03-31 Tom Tromey <tromey@adacore.com>
73
74 * btrace-common.cc (btrace_data_append): Conditionally call
75 memcpy.
76
8f2dae6a
AB
772020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * create-version.sh: Resolve issues highlighted by shellcheck.
80
c884cc46
SM
812020-03-20 Simon Marchi <simon.marchi@efficios.com>
82
83 * config.in: Re-generate.
84 * configure: Re-generate.
85
d3e2a5e8
KR
862020-03-17 Kamil Rytarowski <n54@gmx.com>
87
88 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
89
21329136
TT
902020-03-12 Tom Tromey <tom@tromey.com>
91
92 * common-types.h: Remove GDBSERVER code.
93 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
94 * common-defs.h: Remove GDBSERVER code.
95
272cd5a3
SM
962020-03-12 Simon Marchi <simon.marchi@efficios.com>
97
98 * selftest.m4: Moved from gdb/.
99 * acinclude.m4: Update path to selftest.m4.
100
db6878ac
SM
1012020-03-12 Simon Marchi <simon.marchi@efficios.com>
102
103 * configure.ac: Don't source bfd/development.sh.
104 * common.m4: Source bfd/development.sh.
105 * configure: Re-generate.
106
4d696a5c
SM
1072020-03-12 Simon Marchi <simon.marchi@efficios.com>
108
109 * configure: Re-generate.
110
a0761e34
SM
1112020-03-11 Simon Marchi <simon.marchi@efficios.com>
112
113 * configure: Re-generate.
114 * warning.m4: Enable -Wmissing-prototypes.
115
e63ee24f
TT
1162020-03-08 Tom Tromey <tom@tromey.com>
117
118 * gdb_binary_search.h: Fix two typos.
119
20ea4a60
AB
1202020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * .dir-locals.el: New file.
123
3d1e5a43
VP
1242020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
125
126 * configure.ac: Added call development.sh.
127 * configure: Regenerate.
128
842806cb
TBA
1292020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
130
131 * .gitattributes: New file.
132
89725b0d
SM
1332020-03-03 Simon Marchi <simon.marchi@efficios.com>
134
135 * Makefile.in: Re-generate.
136
d7592e97
SDJ
1372020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
138
139 * gdb-dlfcn.h (gdb_dlopen): Update comment.
140
9f1528a1
AB
1412020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 * configure: Regenerate.
144
1a627e7e
TT
1452020-02-14 Tom Tromey <tom@tromey.com>
146
147 * common-defs.h: Change path to gnulib/config.h.
148
06b3c5bd
SM
1492020-02-13 Simon Marchi <simon.marchi@efficios.com>
150
151 * Makefile.am: Rename source files from .c to .cc.
152 (CC, CFLAGS): Don't override.
153 (AM_CFLAGS): Rename to ...
154 (AM_CXXFLAGS): ... this.
155 * Makefile.in: Re-generate.
156 * %.c: Rename to %.cc.
157
898e7f60
SM
1582020-02-11 Simon Marchi <simon.marchi@efficios.com>
159
160 * configure: Re-generate.
161
8ddd8e0e
SM
1622020-02-11 Simon Marchi <simon.marchi@efficios.com>
163
164 * warning.m4: Add -Wstrict-null-sentinel.
165 * configure: Re-generate.
166
58df732b
SM
1672020-02-11 Simon Marchi <simon.marchi@efficios.com>
168
169 * warning.m4: Move here, from gdb/warning.m4.
170 * acinclude.m4: Update warning.m4 path.
171 * Makefile.in: Re-generate.
172
629c2962
SM
1732020-02-11 Simon Marchi <simon.marchi@efficios.com>
174
175 * acinclude.m4: Include ../gdb/warning.m4.
176 * configure.ac: Use AM_GDB_WARNINGS.
177 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
178 * Makefile.in: Re-generate.
179 * configure: Re-generate.
180
85f0dd3c
TV
1812020-02-10 Tom de Vries <tdevries@suse.de>
182
183 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
184
43198d20
CB
1852020-01-24 Christian Biesinger <cbiesinger@google.com>
186
187 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
188 version of pthread_setname_np.
189
67b10306
PA
1902020-01-17 Pedro Alves <palves@redhat.com>
191
192 * Makefile.am: Append CXX_DIALECT to CXX.
193 * Makefile.in: Regenerate.
194
3684d331
PA
1952020-01-17 Pedro Alves <palves@redhat.com>
196
197 * configure.ac: Generate config.h instead of support-config.h.
198 * common-defs.h: Include <gdbsupport/config.h> instead of
199 <gdbsupport/support-config.h>.
200 * Makefile.in: Regenerate.
201 * configure: Regenerate.
202
0454ef42
TT
2032020-01-14 Tom Tromey <tom@tromey.com>
204
205 * Makefile.in: Rebuild.
206 * Makefile.am (check-defines): New target.
207 * check-defines.el: New file.
208
05ea2a05
TT
2092020-01-14 Tom Tromey <tom@tromey.com>
210
211 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
212 Rebuild.
213 * common.m4 (GDB_AC_COMMON): Move many checks from
214 gdb/configure.ac.
215 * acinclude.m4: Include bfd.m4, ptrace.m4.
216
01027315
TT
2172020-01-14 Tom Tromey <tom@tromey.com>
218
219 * common-defs.h: Add GDBSERVER case. Update includes.
220 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
221 Makefile.am, Makefile.in, README: New files.
222 * Moved from ../gdb/gdbsupport/
223