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