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