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