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