gdb_ari.sh: Remove entries for dirent.h and stat.h.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
2
3         * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
4         "stat.h".
5
6 2013-11-18  Tom Tromey  <tromey@redhat.com>
7
8         * common/gdb_stat.h: Remove.
9         * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
10         * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
11         * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
12         * corefile.c: Use sys/stat.h, not gdb_stat.h.
13         * ctf.c: Use sys/stat.h, not gdb_stat.h.
14         * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
15         * dbxread.c: Use sys/stat.h, not gdb_stat.h.
16         * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
17         * exec.c: Use sys/stat.h, not gdb_stat.h.
18         * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
19         * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
20         * inf-child.c: Use sys/stat.h, not gdb_stat.h.
21         * jit.c: Use sys/stat.h, not gdb_stat.h.
22         * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
23         * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
24         * main.c: Use sys/stat.h, not gdb_stat.h.
25         * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
26         * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
27         * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
28         * objfiles.c: Use sys/stat.h, not gdb_stat.h.
29         * procfs.c: Use sys/stat.h, not gdb_stat.h.
30         * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
31         * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
32         * remote.c: Use sys/stat.h, not gdb_stat.h.
33         * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
34         * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
35         * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
36         * source.c: Use sys/stat.h, not gdb_stat.h.
37         * symfile.c: Use sys/stat.h, not gdb_stat.h.
38         * symmisc.c: Use sys/stat.h, not gdb_stat.h.
39         * symtab.c: Use sys/stat.h, not gdb_stat.h.
40         * top.c: Use sys/stat.h, not gdb_stat.h.
41         * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
42
43 2013-11-18  Tom Tromey  <tromey@redhat.com>
44
45         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
46         sys_stat.
47         * gnulib/aclocal.m4: Update.
48         * gnulib/config.in: Update.
49         * gnulib/configure: Update.
50         * gnulib/import/Makefile.am: Update.
51         * gnulib/import/Makefile.in: Update.
52         * gnulib/import/m4/gnulib-cache.m4: Update.
53         * gnulib/import/m4/gnulib-comp.m4: Update.
54         * gnulib/import/m4/sys_stat_h.m4: New.
55         * gnulib/import/m4/time_h.m4: New.
56         * gnulib/import/sys_stat.in.h: New.
57         * gnulib/import/time.in.h: New.
58
59 2013-11-18  Tom Tromey  <tromey@redhat.com>
60
61         * configure: Rebuild.
62         * configure.ac: Remove check of HAVE_SYS_TYPES_H.
63
64 2013-11-18  Tom Tromey  <tromey@redhat.com>
65
66         * configure: Rebuild.
67         * configure.ac: Don't check for unistd.h.
68
69 2013-11-18  Tom Tromey  <tromey@redhat.com>
70
71         * configure: Rebuild.
72         * configure.ac: Don't check for stdlib.h
73         * defs.h: Include stdlib.h unconditionally.
74
75 2013-11-18  Tom Tromey  <tromey@redhat.com>
76
77         * config.in: Rebuild.
78         * configure: Rebuild.
79         * configure.ac: Don't check for stddef.h.
80         * defs.h: Unconditionally include stddef.h.  Remove duplicate
81         inclusion.
82
83 2013-11-18  Tom Tromey  <tromey@redhat.com>
84
85         * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
86         * common/gdb_dirent.h: Remove.
87         * common/filestuff.c: Use dirent.h.
88         * common/linux-osdata.c: Use dirent.h.
89         (NAMELEN): Define.
90         * config.in: Rebuild.
91         * configure: Rebuild.
92         * configure.ac: Don't use AC_HEADER_DIRENT.
93         * linux-fork.c: Use dirent.h
94         * linux-nat.c: Use dirent.h.
95         * nto-procfs.c: Use dirent.h.
96         * procfs.c: Use dirent.h.
97
98 2013-11-18  Tom Tromey  <tromey@redhat.com>
99
100         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
101         * gnulib/aclocal.m4: Update.
102         * gnulib/config.in: Update.
103         * gnulib/configure: Update.
104         * gnulib/import/Makefile.am: Update.
105         * gnulib/import/Makefile.in: Update.
106         * gnulib/import/dirent.in.h: New.
107         * gnulib/import/m4/dirent_h.m4: New.
108         * gnulib/import/m4/gnulib-cache.m4: Update.
109         * gnulib/import/m4/gnulib-comp.m4: Update.
110
111 2013-11-18  Tom Tromey  <tromey@redhat.com>
112
113         * configure: Rebuild.
114         * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
115         strings.h.
116
117 2013-11-18  Tom Tromey  <tromey@redhat.com>
118
119         * common/gdb_string.h: Remove.
120         * aarch64-tdep.c: Use string.h, not gdb_string.h.
121         * ada-exp.y: Use string.h, not gdb_string.h.
122         * ada-lang.c: Use string.h, not gdb_string.h.
123         * ada-lex.l: Use string.h, not gdb_string.h.
124         * ada-typeprint.c: Use string.h, not gdb_string.h.
125         * ada-valprint.c: Use string.h, not gdb_string.h.
126         * aix-thread.c: Use string.h, not gdb_string.h.
127         * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
128         * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
129         * alpha-nat.c: Use string.h, not gdb_string.h.
130         * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
131         * alpha-tdep.c: Use string.h, not gdb_string.h.
132         * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
133         * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
134         * amd64-linux-nat.c: Use string.h, not gdb_string.h.
135         * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
136         * amd64-nat.c: Use string.h, not gdb_string.h.
137         * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
138         * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
139         * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
140         * arch-utils.c: Use string.h, not gdb_string.h.
141         * arm-linux-nat.c: Use string.h, not gdb_string.h.
142         * arm-linux-tdep.c: Use string.h, not gdb_string.h.
143         * arm-tdep.c: Use string.h, not gdb_string.h.
144         * arm-wince-tdep.c: Use string.h, not gdb_string.h.
145         * armbsd-tdep.c: Use string.h, not gdb_string.h.
146         * armnbsd-nat.c: Use string.h, not gdb_string.h.
147         * armnbsd-tdep.c: Use string.h, not gdb_string.h.
148         * armobsd-tdep.c: Use string.h, not gdb_string.h.
149         * avr-tdep.c: Use string.h, not gdb_string.h.
150         * ax-gdb.c: Use string.h, not gdb_string.h.
151         * ax-general.c: Use string.h, not gdb_string.h.
152         * bcache.c: Use string.h, not gdb_string.h.
153         * bfin-tdep.c: Use string.h, not gdb_string.h.
154         * breakpoint.c: Use string.h, not gdb_string.h.
155         * build-id.c: Use string.h, not gdb_string.h.
156         * buildsym.c: Use string.h, not gdb_string.h.
157         * c-exp.y: Use string.h, not gdb_string.h.
158         * c-lang.c: Use string.h, not gdb_string.h.
159         * c-typeprint.c: Use string.h, not gdb_string.h.
160         * c-valprint.c: Use string.h, not gdb_string.h.
161         * charset.c: Use string.h, not gdb_string.h.
162         * cli-out.c: Use string.h, not gdb_string.h.
163         * cli/cli-cmds.c: Use string.h, not gdb_string.h.
164         * cli/cli-decode.c: Use string.h, not gdb_string.h.
165         * cli/cli-dump.c: Use string.h, not gdb_string.h.
166         * cli/cli-interp.c: Use string.h, not gdb_string.h.
167         * cli/cli-logging.c: Use string.h, not gdb_string.h.
168         * cli/cli-script.c: Use string.h, not gdb_string.h.
169         * cli/cli-setshow.c: Use string.h, not gdb_string.h.
170         * cli/cli-utils.c: Use string.h, not gdb_string.h.
171         * coffread.c: Use string.h, not gdb_string.h.
172         * common/common-utils.c: Use string.h, not gdb_string.h.
173         * common/filestuff.c: Use string.h, not gdb_string.h.
174         * common/linux-procfs.c: Use string.h, not gdb_string.h.
175         * common/linux-ptrace.c: Use string.h, not gdb_string.h.
176         * common/signals.c: Use string.h, not gdb_string.h.
177         * common/vec.h: Use string.h, not gdb_string.h.
178         * core-regset.c: Use string.h, not gdb_string.h.
179         * corefile.c: Use string.h, not gdb_string.h.
180         * corelow.c: Use string.h, not gdb_string.h.
181         * cp-abi.c: Use string.h, not gdb_string.h.
182         * cp-support.c: Use string.h, not gdb_string.h.
183         * cp-valprint.c: Use string.h, not gdb_string.h.
184         * cris-tdep.c: Use string.h, not gdb_string.h.
185         * d-lang.c: Use string.h, not gdb_string.h.
186         * dbxread.c: Use string.h, not gdb_string.h.
187         * dcache.c: Use string.h, not gdb_string.h.
188         * demangle.c: Use string.h, not gdb_string.h.
189         * dicos-tdep.c: Use string.h, not gdb_string.h.
190         * disasm.c: Use string.h, not gdb_string.h.
191         * doublest.c: Use string.h, not gdb_string.h.
192         * dsrec.c: Use string.h, not gdb_string.h.
193         * dummy-frame.c: Use string.h, not gdb_string.h.
194         * dwarf2-frame.c: Use string.h, not gdb_string.h.
195         * dwarf2loc.c: Use string.h, not gdb_string.h.
196         * dwarf2read.c: Use string.h, not gdb_string.h.
197         * elfread.c: Use string.h, not gdb_string.h.
198         * environ.c: Use string.h, not gdb_string.h.
199         * eval.c: Use string.h, not gdb_string.h.
200         * event-loop.c: Use string.h, not gdb_string.h.
201         * exceptions.c: Use string.h, not gdb_string.h.
202         * exec.c: Use string.h, not gdb_string.h.
203         * expprint.c: Use string.h, not gdb_string.h.
204         * f-exp.y: Use string.h, not gdb_string.h.
205         * f-lang.c: Use string.h, not gdb_string.h.
206         * f-typeprint.c: Use string.h, not gdb_string.h.
207         * f-valprint.c: Use string.h, not gdb_string.h.
208         * fbsd-nat.c: Use string.h, not gdb_string.h.
209         * findcmd.c: Use string.h, not gdb_string.h.
210         * findvar.c: Use string.h, not gdb_string.h.
211         * fork-child.c: Use string.h, not gdb_string.h.
212         * frame.c: Use string.h, not gdb_string.h.
213         * frv-linux-tdep.c: Use string.h, not gdb_string.h.
214         * frv-tdep.c: Use string.h, not gdb_string.h.
215         * gdb.c: Use string.h, not gdb_string.h.
216         * gdb_bfd.c: Use string.h, not gdb_string.h.
217         * gdbarch.c: Use string.h, not gdb_string.h.
218         * gdbtypes.c: Use string.h, not gdb_string.h.
219         * gnu-nat.c: Use string.h, not gdb_string.h.
220         * gnu-v2-abi.c: Use string.h, not gdb_string.h.
221         * gnu-v3-abi.c: Use string.h, not gdb_string.h.
222         * go-exp.y: Use string.h, not gdb_string.h.
223         * go-lang.c: Use string.h, not gdb_string.h.
224         * go32-nat.c: Use string.h, not gdb_string.h.
225         * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
226         * hppa-linux-nat.c: Use string.h, not gdb_string.h.
227         * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
228         * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
229         * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
230         * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
231         * i386-linux-nat.c: Use string.h, not gdb_string.h.
232         * i386-linux-tdep.c: Use string.h, not gdb_string.h.
233         * i386-nto-tdep.c: Use string.h, not gdb_string.h.
234         * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
235         * i386-tdep.c: Use string.h, not gdb_string.h.
236         * i386bsd-tdep.c: Use string.h, not gdb_string.h.
237         * i386gnu-nat.c: Use string.h, not gdb_string.h.
238         * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
239         * i386obsd-tdep.c: Use string.h, not gdb_string.h.
240         * i387-tdep.c: Use string.h, not gdb_string.h.
241         * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
242         * ia64-linux-nat.c: Use string.h, not gdb_string.h.
243         * inf-child.c: Use string.h, not gdb_string.h.
244         * inf-ptrace.c: Use string.h, not gdb_string.h.
245         * inf-ttrace.c: Use string.h, not gdb_string.h.
246         * infcall.c: Use string.h, not gdb_string.h.
247         * infcmd.c: Use string.h, not gdb_string.h.
248         * inflow.c: Use string.h, not gdb_string.h.
249         * infrun.c: Use string.h, not gdb_string.h.
250         * interps.c: Use string.h, not gdb_string.h.
251         * iq2000-tdep.c: Use string.h, not gdb_string.h.
252         * irix5-nat.c: Use string.h, not gdb_string.h.
253         * jv-exp.y: Use string.h, not gdb_string.h.
254         * jv-lang.c: Use string.h, not gdb_string.h.
255         * jv-typeprint.c: Use string.h, not gdb_string.h.
256         * jv-valprint.c: Use string.h, not gdb_string.h.
257         * language.c: Use string.h, not gdb_string.h.
258         * linux-fork.c: Use string.h, not gdb_string.h.
259         * linux-nat.c: Use string.h, not gdb_string.h.
260         * lm32-tdep.c: Use string.h, not gdb_string.h.
261         * m2-exp.y: Use string.h, not gdb_string.h.
262         * m2-typeprint.c: Use string.h, not gdb_string.h.
263         * m32c-tdep.c: Use string.h, not gdb_string.h.
264         * m32r-linux-nat.c: Use string.h, not gdb_string.h.
265         * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
266         * m32r-rom.c: Use string.h, not gdb_string.h.
267         * m32r-tdep.c: Use string.h, not gdb_string.h.
268         * m68hc11-tdep.c: Use string.h, not gdb_string.h.
269         * m68k-tdep.c: Use string.h, not gdb_string.h.
270         * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
271         * m68klinux-nat.c: Use string.h, not gdb_string.h.
272         * m68klinux-tdep.c: Use string.h, not gdb_string.h.
273         * m88k-tdep.c: Use string.h, not gdb_string.h.
274         * macrocmd.c: Use string.h, not gdb_string.h.
275         * main.c: Use string.h, not gdb_string.h.
276         * mdebugread.c: Use string.h, not gdb_string.h.
277         * mem-break.c: Use string.h, not gdb_string.h.
278         * memattr.c: Use string.h, not gdb_string.h.
279         * memory-map.c: Use string.h, not gdb_string.h.
280         * mep-tdep.c: Use string.h, not gdb_string.h.
281         * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
282         * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
283         * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
284         * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
285         * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
286         * mi/mi-cmds.c: Use string.h, not gdb_string.h.
287         * mi/mi-console.c: Use string.h, not gdb_string.h.
288         * mi/mi-getopt.c: Use string.h, not gdb_string.h.
289         * mi/mi-interp.c: Use string.h, not gdb_string.h.
290         * mi/mi-main.c: Use string.h, not gdb_string.h.
291         * mi/mi-parse.c: Use string.h, not gdb_string.h.
292         * microblaze-rom.c: Use string.h, not gdb_string.h.
293         * microblaze-tdep.c: Use string.h, not gdb_string.h.
294         * mingw-hdep.c: Use string.h, not gdb_string.h.
295         * minidebug.c: Use string.h, not gdb_string.h.
296         * minsyms.c: Use string.h, not gdb_string.h.
297         * mips-irix-tdep.c: Use string.h, not gdb_string.h.
298         * mips-linux-tdep.c: Use string.h, not gdb_string.h.
299         * mips-tdep.c: Use string.h, not gdb_string.h.
300         * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
301         * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
302         * mipsread.c: Use string.h, not gdb_string.h.
303         * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
304         * mn10300-tdep.c: Use string.h, not gdb_string.h.
305         * monitor.c: Use string.h, not gdb_string.h.
306         * moxie-tdep.c: Use string.h, not gdb_string.h.
307         * mt-tdep.c: Use string.h, not gdb_string.h.
308         * nbsd-tdep.c: Use string.h, not gdb_string.h.
309         * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
310         * nto-procfs.c: Use string.h, not gdb_string.h.
311         * nto-tdep.c: Use string.h, not gdb_string.h.
312         * objc-lang.c: Use string.h, not gdb_string.h.
313         * objfiles.c: Use string.h, not gdb_string.h.
314         * opencl-lang.c: Use string.h, not gdb_string.h.
315         * osabi.c: Use string.h, not gdb_string.h.
316         * osdata.c: Use string.h, not gdb_string.h.
317         * p-exp.y: Use string.h, not gdb_string.h.
318         * p-lang.c: Use string.h, not gdb_string.h.
319         * p-typeprint.c: Use string.h, not gdb_string.h.
320         * parse.c: Use string.h, not gdb_string.h.
321         * posix-hdep.c: Use string.h, not gdb_string.h.
322         * ppc-linux-nat.c: Use string.h, not gdb_string.h.
323         * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
324         * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
325         * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
326         * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
327         * printcmd.c: Use string.h, not gdb_string.h.
328         * procfs.c: Use string.h, not gdb_string.h.
329         * prologue-value.c: Use string.h, not gdb_string.h.
330         * python/py-auto-load.c: Use string.h, not gdb_string.h.
331         * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
332         * ravenscar-thread.c: Use string.h, not gdb_string.h.
333         * regcache.c: Use string.h, not gdb_string.h.
334         * registry.c: Use string.h, not gdb_string.h.
335         * remote-fileio.c: Use string.h, not gdb_string.h.
336         * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
337         * remote-mips.c: Use string.h, not gdb_string.h.
338         * remote-sim.c: Use string.h, not gdb_string.h.
339         * remote.c: Use string.h, not gdb_string.h.
340         * reverse.c: Use string.h, not gdb_string.h.
341         * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
342         * ser-base.c: Use string.h, not gdb_string.h.
343         * ser-go32.c: Use string.h, not gdb_string.h.
344         * ser-mingw.c: Use string.h, not gdb_string.h.
345         * ser-pipe.c: Use string.h, not gdb_string.h.
346         * ser-tcp.c: Use string.h, not gdb_string.h.
347         * ser-unix.c: Use string.h, not gdb_string.h.
348         * serial.c: Use string.h, not gdb_string.h.
349         * sh-tdep.c: Use string.h, not gdb_string.h.
350         * sh64-tdep.c: Use string.h, not gdb_string.h.
351         * shnbsd-tdep.c: Use string.h, not gdb_string.h.
352         * skip.c: Use string.h, not gdb_string.h.
353         * sol-thread.c: Use string.h, not gdb_string.h.
354         * solib-dsbt.c: Use string.h, not gdb_string.h.
355         * solib-frv.c: Use string.h, not gdb_string.h.
356         * solib-osf.c: Use string.h, not gdb_string.h.
357         * solib-spu.c: Use string.h, not gdb_string.h.
358         * solib-target.c: Use string.h, not gdb_string.h.
359         * solib.c: Use string.h, not gdb_string.h.
360         * somread.c: Use string.h, not gdb_string.h.
361         * source.c: Use string.h, not gdb_string.h.
362         * sparc-nat.c: Use string.h, not gdb_string.h.
363         * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
364         * sparc-tdep.c: Use string.h, not gdb_string.h.
365         * sparc64-tdep.c: Use string.h, not gdb_string.h.
366         * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
367         * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
368         * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
369         * spu-linux-nat.c: Use string.h, not gdb_string.h.
370         * spu-multiarch.c: Use string.h, not gdb_string.h.
371         * spu-tdep.c: Use string.h, not gdb_string.h.
372         * stabsread.c: Use string.h, not gdb_string.h.
373         * stack.c: Use string.h, not gdb_string.h.
374         * std-regs.c: Use string.h, not gdb_string.h.
375         * symfile.c: Use string.h, not gdb_string.h.
376         * symmisc.c: Use string.h, not gdb_string.h.
377         * symtab.c: Use string.h, not gdb_string.h.
378         * target.c: Use string.h, not gdb_string.h.
379         * thread.c: Use string.h, not gdb_string.h.
380         * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
381         * tilegx-tdep.c: Use string.h, not gdb_string.h.
382         * top.c: Use string.h, not gdb_string.h.
383         * tracepoint.c: Use string.h, not gdb_string.h.
384         * tui/tui-command.c: Use string.h, not gdb_string.h.
385         * tui/tui-data.c: Use string.h, not gdb_string.h.
386         * tui/tui-disasm.c: Use string.h, not gdb_string.h.
387         * tui/tui-file.c: Use string.h, not gdb_string.h.
388         * tui/tui-layout.c: Use string.h, not gdb_string.h.
389         * tui/tui-out.c: Use string.h, not gdb_string.h.
390         * tui/tui-regs.c: Use string.h, not gdb_string.h.
391         * tui/tui-source.c: Use string.h, not gdb_string.h.
392         * tui/tui-stack.c: Use string.h, not gdb_string.h.
393         * tui/tui-win.c: Use string.h, not gdb_string.h.
394         * tui/tui-windata.c: Use string.h, not gdb_string.h.
395         * tui/tui-winsource.c: Use string.h, not gdb_string.h.
396         * typeprint.c: Use string.h, not gdb_string.h.
397         * ui-file.c: Use string.h, not gdb_string.h.
398         * ui-out.c: Use string.h, not gdb_string.h.
399         * user-regs.c: Use string.h, not gdb_string.h.
400         * utils.c: Use string.h, not gdb_string.h.
401         * v850-tdep.c: Use string.h, not gdb_string.h.
402         * valarith.c: Use string.h, not gdb_string.h.
403         * valops.c: Use string.h, not gdb_string.h.
404         * valprint.c: Use string.h, not gdb_string.h.
405         * value.c: Use string.h, not gdb_string.h.
406         * varobj.c: Use string.h, not gdb_string.h.
407         * vax-tdep.c: Use string.h, not gdb_string.h.
408         * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
409         * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
410         * windows-nat.c: Use string.h, not gdb_string.h.
411         * xcoffread.c: Use string.h, not gdb_string.h.
412         * xml-support.c: Use string.h, not gdb_string.h.
413         * xstormy16-tdep.c: Use string.h, not gdb_string.h.
414         * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
415
416 2013-11-18  Tom Tromey  <tromey@redhat.com>
417
418         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
419         and strstr.
420         * gnulib/aclocal.m4: Update.
421         * gnulib/config.in: Update.
422         * gnulib/configure: Update.
423         * gnulib/import/Makefile.am: Update.
424         * gnulib/import/Makefile.in: Update.
425         * gnulib/import/errno.in.h: New.
426         * gnulib/import/intprops.h: New.
427         * gnulib/import/m4/errno_h.m4: New.
428         * gnulib/import/m4/gnulib-cache.m4: Update.
429         * gnulib/import/m4/gnulib-comp.m4: Update.
430         * gnulib/import/m4/strerror.m4: New.
431         * gnulib/import/m4/strstr.m4: New.
432         * gnulib/import/m4/sys_socket_h.m4: New.
433         * gnulib/import/strerror-override.c: New.
434         * gnulib/import/strerror-override.h: New.
435         * gnulib/import/strerror.c: New.
436         * gnulib/import/strstr.c: New.
437
438 2013-11-18  Tom Tromey  <tromey@redhat.com>
439
440         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
441         multiple lines.
442
443 2013-11-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
444
445         * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
446         * sparc-tdep.h: And its prototype.
447
448         * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
449         function.
450         (sparc64_linux_init_abi): Register the get_longjmp_target hook.
451
452 2013-11-18  Pedro Alves  <palves@redhat.com>
453
454         * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
455         use unpack_pointer.
456
457 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
458
459         * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
460         to -list-features output.
461
462 2013-11-17  Joel Brobecker  <brobecker@adacore.com>
463
464         * dwarf2expr.h (struct dwarf_expr_context_funcs)
465         <read_addr_from_reg>: Renames "read_reg".
466         * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
467         Adjust comment.
468         (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
469         Use read_addr_from_reg in place of read_reg.
470         * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
471         in place of read_reg.
472         * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
473         dwarf_expr_read_reg.
474         (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
475         with dwarf_expr_read_addr_from_reg.
476         (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
477         (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
478         needs_frame_read_addr_from_reg.
479
480 2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
481
482         * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
483
484 2013-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
485
486         * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
487         NULL.
488
489 2013-11-15  Tom Tromey  <tromey@redhat.com>
490
491         PR c++/16117:
492         * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
493         (classify_name): Likewise.  Prefer a field of "this" over a
494         filename.
495         (classify_inner_name, yylex): Update.
496
497 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
498
499         * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
500         Extend the documentation a bit.
501         <get_reg_value>: New field.
502         * dwarf2loc.c (dwarf_expr_get_reg_value)
503         (needs_frame_get_reg_value): New functions.
504         (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
505         callback.
506         * dwarf2-frame.c (get_reg_value): New function.
507         (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
508         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
509         Use new callback to compute result_val.
510
511 2013-11-15  Alan Modra  <amodra@gmail.com>
512
513         * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
514         (ppc64_desc_entry_point): ..this.  Update comments here and at
515         call points.
516         (ppc64_standard_linkage1, ppc64_standard_linkage2,
517         ppc64_standard_linkage3): Update comments.
518         (ppc64_standard_linkage4, ppc64_standard_linkage5,
519         (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
520         patterns.
521         (ppc64_standard_linkage4_target): New function.
522         (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
523         * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup.  Correct
524         nop match.  Fix comment wrap.
525
526 2013-11-14  Pedro Alves  <palves@redhat.com>
527
528         * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
529         STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
530
531 2013-11-14  Pedro Alves  <palves@redhat.com>
532
533         * infrun.c (struct execution_control_state)
534         <stepped_after_stopped_by_watchpoint>: New field.
535         (get_inferior_stop_soon): New function.
536         (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
537         moved to struct execution_control_state -- adjust.  Use
538         get_inferior_stop_soon.  Split TARGET_WAITKIND_STOPPED handling to
539         new function.
540         (handle_signal_stop): New function, factored out from
541         handle_inferior_event.
542
543 2013-11-14  Pedro Alves  <palves@redhat.com>
544
545         * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
546         return a boolean.
547         * breakpoint.c (bpstat_explains_signal): Adjust to return a
548         boolean.
549         (explains_signal_watchpoint, base_breakpoint_explains_signal):
550         Adjust to return a boolean.
551         * breakpoint.h (enum bpstat_signal_value): Delete.
552         (struct breakpoint_ops) <explains_signal>: New returns a boolean.
553         (bpstat_explains_signal): Likewise.
554         * infrun.c (handle_inferior_event) <random signal checks>:
555         bpstat_explains_signal now returns a boolean - adjust.  No longer
556         consider hiding signals.
557
558 2013-11-14  Pedro Alves  <palves@redhat.com>
559
560         * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
561         Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
562         (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
563         BPSTAT_SIGNAL_HIDE.
564         (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
565         instead of BPSTAT_SIGNAL_HIDE.
566         * infrun.c (handle_inferior_event): Rework random signal checks.
567
568 2013-11-14  Pedro Alves  <palves@redhat.com>
569
570         * infrun.c (struct execution_control_state): Remove
571         'random_signal' field.
572         (handle_syscall_event): Use bpstat_causes_stop instead of
573         bpstat_explains_signal.  Don't set ecs->random_signal.
574         (handle_inferior_event): New 'random_signal' local.
575         <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
576         TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
577         bpstat_explains_signal.  Don't set ecs->random_signal.
578         <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
579         ecs->random_signal.
580
581 2013-11-14  Pedro Alves  <palves@redhat.com>
582
583         * infrun.c (handle_inferior_event): Move comment from the
584         function's body to the function's description, adjusted.
585
586 2013-11-14  Pedro Alves  <palves@redhat.com>
587
588         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
589         Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
590         Assert we never fall through out of the TARGET_WAITKIND_LOADED
591         case.
592
593 2013-11-14  Tom Tromey  <tromey@redhat.com>
594
595         * python/py-linetable.c (ltpy_has_line)
596         (ltpy_get_all_source_lines): Fix loop termination condition.
597
598 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
599
600         * mi/mi-parse.h (struct mi_parse) <language>: New field.
601         * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
602         PARSE->LANGUAGE during command execution, if set.
603         * mi/mi-parse.c: Add "language.h" #include.
604         (mi_parse): Add parsing of "--language" command option.
605
606         * NEWS: Add entry mentioning the new "--language" command option.
607
608 2013-11-14  Pedro Alves  <palves@redhat.com>
609             Joel Brobecker  <brobecker@adacore.com>
610
611         * cli/cli-utils.h (extract_arg_const): Add declaration.
612         * cli/cli-utils.c (extract_arg_const): New function.
613         (extract_arg): Reimplement using extract_arg_const.
614
615 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
616
617         * language.h: Add "symtab.h" #include.
618
619 2013-11-13  Doug Evans  <xdje42@gmail.com>
620
621         * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
622         specific breakpoints, don't evaluate breakpoint condition if
623         different thread.
624
625 2013-11-13  Keith Seitz  <keiths@redhat.com>
626
627         PR c++/7935
628         PR c++/10541
629         * cp-support.c (insepct_type): Add support for substituting
630         namespace aliases, too.
631         * dwarf2read.c (scan_partial_symbols): Add a partial symbol
632         for DW_TAG_imported_declaration.
633         (add_partial_symbol): Likewise.
634         (process_die): Handle namespace aliases with
635         read_namespace_alias.
636         (die_needs_namespace): Add DW_TAG_imported_declaration.
637         (read_namespace_alias): New function.
638         (load_partial_dies): Load DW_TAG_imported_declaration, too.
639         (new_symbol_full): Handle DW_TAG_imported_declaration.
640
641 2013-11-13  Keith Seitz  <keiths@redhat.com>
642
643         * p-exp.y (uptok): Make first parameter const.
644         (yylex): Make `tokstart' and `tokptr' const.
645         Don't copy the lexer input to a temporary buffer.
646         Make `p' const.
647         Remove const workaround for parse_escape.
648         Create a temporary buffer for a convenience variable instead
649         of doing in-place modification of the input.
650         If a match is found with a different case from the input,
651         do not change the input at all.
652         Use `tmp' to construct the resultant stoken instead of
653         `tokstart'.
654
655 2013-11-13  Doug Evans  <xdje42@gmail.com>
656
657         * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
658
659 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
660
661         * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
662         entry with "ada-exceptions".
663
664 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
665
666         * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
667         after re-initialization of OBJFILE's obstack.
668
669 2013-11-12  Doug Evans  <xdje42@gmail.com>
670
671         * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
672         bs->stop != 0 on entry.  Update function comment.  Simplify early
673         exit for frame mismatch.  Reindent rest of function.
674
675 2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
676
677         * objc-lang.c (uniquify_strings): Prevent invoking qsort with
678         NULL.
679
680 2013-11-12  Doug Evans  <dje@google.com>
681
682         Work around gold/15646.
683         * dwarf2read.c (read_index_from_section): Update comment.
684         (struct dw2_symtab_iterator): New member global_seen.
685         (dw2_symtab_iter_init): Initialize it.
686         (dw2_symtab_iter_next): Skip duplicate global symbols.
687         (dw2_expand_symtabs_matching): Ditto.
688
689 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
690
691         * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
692         * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
693         command.
694         * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
695         (mi_cmd_info_ada_exceptions): New function.
696         * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
697
698 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
699
700         * ada-lang.h: #include "vec.h".
701         (struct ada_exc_info): New.
702         (ada_exc_info): New typedef.
703         (DEF_VEC_O(ada_exc_info)): New vector.
704         (ada_exceptions_list): Add declaration.
705         * ada-lang.c (ada_is_exception_sym)
706         (ada_is_non_standard_exception_sym, compare_ada_exception_info)
707         (sort_remove_dups_ada_exceptions_list)
708         (ada_exc_search_name_matches, ada_add_standard_exceptions)
709         (ada_add_exceptions_from_frame, ada_add_global_exceptions)
710         (ada_exceptions_list_1, ada_exceptions_list)
711         (info_exceptions_command): New function.
712         (_initialize_ada_language): Add "info exception" command.
713
714 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
715
716         PR python/15629
717         * NEWS: Add linetable feature.
718         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
719         * python/py-linetable.c: New file.
720         * python/py-symtab.c (stpy_get_linetable): New function.
721         * python/python-internal.h (symtab_to_linetable_object): Declare.
722         (gdbpy_initialize_linetable): Ditto.
723         * python/python.c (_initialize_python): Call
724         gdbpy_initialize_linetable.
725
726 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
727
728         * ada-lang.c (create_ada_exception_catchpoint): Enhance
729         the documentation of fields "except_string" and "condition".
730         * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
731         CONDITION on the heap before passing it to
732         create_ada_exception_catchpoint.
733         (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
734         CONDITION.
735
736 2013-11-11  Tom Tromey  <tromey@redhat.com>
737
738         * config.in, configure: Rebuild.
739         * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
740
741 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
742
743         * remote-sim.c (gdbsim_detach): Break declaration into
744         shorter lines.  No code change.
745
746 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
747
748         * remote-sim.c (gdbsim_detach): Fix prototype.
749
750 2013-11-08  Doug Evans  <dje@google.com>
751
752         * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
753         (create_debug_types_hash_table): Only print debugging messages for
754         each TU if dwarf2-read >= 2.
755         (process_queue): Ditto.
756         (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
757         Update doc string.
758
759 2013-11-08  Tom Tromey  <tromey@redhat.com>
760
761         * configure: Rebuild.
762         * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
763
764 2013-11-08  Tom Tromey  <tromey@redhat.com>
765
766         * configure, config.in: Rebuild.
767         * configure.ac: Remove unused configury.
768
769 2013-11-08  Tom Tromey  <tromey@redhat.com>
770
771         * m32c-tdep.c: Use gdb_string.h.
772
773 2013-11-08  Tom Tromey  <tromey@redhat.com>
774
775         * configure, config.in: Rebuild.
776         * configure.ac: Remove all link.h-related checks.
777
778 2013-11-08  Tom Tromey  <tromey@redhat.com>
779
780         * acinclude.m4: Include common.m4.
781         * common/common.m4: New file.
782         * configure, config.in: Rebuild.
783         * configure.ac: Use GDB_AC_COMMON.
784
785 2013-11-08  Doug Evans  <dje@google.com>
786
787         * NEWS: Mention that "set debug symtab-create" now accepts a
788         verbosity level.
789         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
790         to set the symtab's primary flag.
791         * jit.c (finalize_symtab): Ditto.
792         * mdebugread.c (psymtab_to_symtab_1): Ditto.
793         * symfile.c (allocate_symtab): Only print debugging messages for
794         symtab_create_debug levels 2 and higher.
795         * symtab.c (symtab_create_debug): Change type to unsigned int.
796         (set_symtab_primary): New function.
797         (_initialize_symtab): Change "set debug symtab-create" to a
798         zuinteger option.
799         * symtab.h (set_symtab_primary): Declare.
800         (symtab_create_debug): Update decl.
801
802 2013-11-08  Tom Tromey  <tromey@redhat.com>
803
804         * aix-thread.c (aix_thread_detach): Update.
805         * corelow.c (core_detach): Update.
806         * darwin-nat.c (darwin_detach): Update.
807         * dec-thread.c (dec_thread_detach): Update.
808         * gnu-nat.c (gnu_detach): Update.
809         * go32-nat.c (go32_detach): Update.
810         * inf-ptrace.c (inf_ptrace_detach): Update.
811         * inf-ttrace.c (inf_ttrace_detach): Update.
812         * linux-fork.c (linux_fork_detach): Update.
813         * linux-fork.h (linux_fork_detach): Update.
814         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
815         local for const-correctness.
816         * linux-thread-db.c (thread_db_detach): Update.
817         * monitor.c (monitor_detach): Update.
818         * nto-procfs.c (procfs_detach): Update.
819         * procfs.c (procfs_detach): Update.
820         * record.c (record_detach): Update.
821         * record.h (record_detach): Update.
822         * remote-m32r-sdi.c (m32r_detach): Update.
823         * remote-mips.c (mips_detach): Update.
824         * remote-sim.c (gdbsim_detach): Update.
825         * remote.c (remote_detach_1, remote_detach)
826         (extended_remote_detach): Update.
827         * sol-thread.c (sol_thread_detach): Update.
828         * target.c (target_detach): Make "args" const.
829         (init_dummy_target): Update.
830         * target.h (struct target_ops) <to_detach>: Make argument const.
831         (target_detach): Likewise.
832         * windows-nat.c (windows_detach): Update.
833
834 2013-11-07  Doug Evans  <dje@google.com>
835
836         PR 11786
837         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
838         and align fields for PT_GNU_RELRO segments.
839
840 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
841
842         PR python/15747
843         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
844
845 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
846
847         * NEWS: Document Python temporary breakpoint support.
848         * python/py-breakpoint.c (bppy_get_temporary): New function.
849         (bppy_init): New keyword: temporary. Parse it and set breakpoint
850         to temporary if True.
851
852 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
853
854         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
855         removed to allow analyzing unconditional branch instructions
856         with PC-relative offsets of zero.
857
858 2013-11-07  Yao Qi  <yao@codesourcery.com>
859
860         * mi/mi-cmd-var.c: Include "language.h".
861         (mi_cmd_var_info_expression): Get language name from
862         language_defn.
863         * varobj.c (varobj_language_string): Remove.
864         (variable_language): Remove declaration.
865         (languages): Remove.
866         (varobj_get_language): Change the type of return value.
867         (variable_language): Remove.
868         * varobj.h (enum varobj_languages): Remove.
869         (varobj_language_string): Remove declaration.
870         (varobj_get_language): Update declaration.
871
872 2013-11-07  Yao Qi  <yao@codesourcery.com>
873
874         * language.h (struct language_defn) <la_natural_name>: New
875         field.
876         * ada-lang.c (ada_language_defn): Initialize field
877         'la_natural_name'.
878         * c-lang.c (c_language_defn): Likewise.
879         (cplus_language_defn, asm_language_defn): Likewise.
880         * d-lang.c (d_language_defn): Likewise.
881         * f-lang.c (f_language_defn): Likewise.
882         * go-lang.c (go_language_defn): Likewise.
883         * jv-lang.c (java_language_defn): Likewise.
884         * language.c (unknown_language_defn ): Likewise.
885         (auto_language_defn): Likewise.
886         * m2-lang.c (m2_language_defn): Likewise.
887         * objc-lang.c (objc_language_defn): Likewise.
888         * opencl-lang.c (opencl_language_defn): Likewise.
889         * p-lang.c (pascal_language_defn): Likewise.
890
891 2013-11-07  Yao Qi  <yao@codesourcery.com>
892
893         * language.c (language_str): Return const char *.
894         (add_language): Add const to 'language_names'
895         * language.h (struct language_defn) <la_name>: Add const.
896         (language_str: Update declaration.
897
898 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
899
900         * s390-linux-nat.c (s390_read_description): Consider the TE field
901         in the HWCAP for determining 'have_regset_tdb'.
902
903 2013-11-06  Will Newton  <will.newton@linaro.org>
904
905         PR gdb/12866
906         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
907         values.  (read_partial_die): Likewise.
908
909 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
910
911         PR cli/16122
912         * top.c (command_line_input): Unify interactivity tests to use
913         input_from_terminal_p.
914         * event-top.c (command_line_handler): Likewise.
915
916 2013-11-06  Yao Qi  <yao@codesourcery.com>
917
918         * Makefile.in (check-perf): New target.
919
920 2013-11-05  Will Newton  <will.newton@linaro.org>
921
922         PR gdb/7670
923         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
924         (arm_print_float_info): Likewise.
925
926 2013-11-04  Anton Blanchard  <anton@samba.org>
927
928         * target.c (memory_xfer_partial): Cap write to 4KB.
929
930 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
931
932         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
933         probe scan even when the arch provides no get_longjmp_target.
934
935 2013-10-31  Pedro Alves  <palves@redhat.com>
936
937         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
938         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
939         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
940         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
941         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
942         <bpstat handling>: If the bpstat chain wants the signal to be
943         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
944         GDB_SIGNAL_TRAP.
945
946 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
947
948         * breakpoint.c (update_watchpoint): Update error message and add
949         an additional error message.
950
951 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
952
953         * s390-tdep.h: Rename to...
954         * s390-linux-tdep.h: ...here.
955         * s390-tdep.c: Rename to...
956         * s390-linux-tdep.c: ...here.  Adjust #include.
957         * s390-nat.c: Rename to...
958         * s390-linux-nat.c: ...here.  Adjust #include.
959         * config/s390/s390.mh: Rename to...
960         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
961         s390-linux-nat.o.
962         * configure.host: Reflect host rename "s390" -> "linux".
963         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
964         * Makefile.in (ALL_TARGET_OBS): Likewise.
965         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
966         s390-linux-tdep.h.
967         (ALLDEPFILES): Reflect rename of .c files.
968
969 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
970
971         * s390-nat.c: Whitespace cleanup.
972         * s390-tdep.c: Likewise.
973         * s390-tdep.h: Remove empty line at end of file.
974
975 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
976
977         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
978         siginfo_size.
979
980 2013-10-29  Tom Tromey  <tromey@redhat.com>
981
982         * utils.c (reg): Move undefinition...
983         * gdb_curses.h: ... here.  Update comment to mention AIX.
984
985 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
986
987         * exec.h (add_target_sections_of_objfile): New declaration.
988         * exec.c (add_target_sections_of_objfile): New function.
989         * symfile.c (add_symbol_file_command): Update current target sections.
990         (remove_symbol_file_command): New command.
991         (symfile_free_objfile): New function.
992         (_initialize_symfile): Register observer for free_objfile events.
993         * NEWS: Add description of the remove-symbol-file command.
994         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
995         * objfiles.c (free_objfile): Notify free_objfile.
996         (is_addr_in_objfile): New function.
997         * objfiles.h (is_addr_in_objfile): New declaration.
998         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
999         events instead of solib_unloaded events.
1000         (_initialize_printcmd): Register observer for free_objfile instead
1001         of solib_unloaded notifications.
1002         * solib.c (remove_user_added_objfile): New function.
1003         (_initialize_symfile): Add remove-symbol-file.
1004
1005 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
1006
1007         * infcmd.c (default_print_one_register_info): Use val_print to
1008         print all values even optimized out or unavailable ones.  Don't
1009         try to print a raw form of optimized out or unavailable values.
1010
1011 2013-10-29  Yao Qi  <yao@codesourcery.com>
1012
1013         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1014         parameter 'arg' instead of from program_space_data.
1015         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1016         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1017         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1018         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1019         * inflow.c (inflow_inferior_data_cleanup): Get data from
1020         parameter 'arg' instead of inferior_data.
1021         * registry.h: Add comments.
1022
1023 2013-10-28  Pedro Alves  <palves@redhat.com>
1024
1025         * breakpoint.c (watchpoints_triggered)
1026         <!target_stopped_data_address>: Hardcode return 1.
1027
1028 2013-10-28  Pedro Alves  <palves@redhat.com>
1029
1030         * infrun.c (process_event_stop_test): Remove unnecessary scoping
1031         level and reindent.
1032
1033 2013-10-28  Pedro Alves  <palves@redhat.com>
1034
1035         * infrun.c (process_event_stop_test): New function, factored out
1036         from handle_inferior_event.
1037         (handle_inferior_event): 'process_event_stop_test' is now a
1038         function instead of a goto label -- adjust.
1039
1040 2013-10-28  Pedro Alves  <palves@redhat.com>
1041
1042         * infrun.c (handle_inferior_event): Move process_event_stop_test
1043         goto label to the else branch of the ecs->random_signal check,
1044         along with FRAME and GDBARCH re-fetching.
1045
1046 2013-10-28  Pedro Alves  <palves@redhat.com>
1047
1048         * infrun.c (switch_back_to_stepped_thread): New function, factored
1049         out from handle_inferior_event.
1050         (handle_inferior_event): Adjust to call
1051         switch_back_to_stepped_thread.  Call it also at the tail of the
1052         random signal handling, and return, instead of also handling
1053         random signals just before the stepping tests.
1054
1055 2013-10-28  Pedro Alves  <palves@redhat.com>
1056
1057         * infrun.c (clear_stop_func): Delete.
1058         (handle_inferior_event): Don't call clear_stop_func and don't
1059         clear 'ecs->random_signal'.
1060
1061 2013-10-27  Yao Qi  <yao@codesourcery.com>
1062
1063         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1064         (varobj_create, varobj_get_path_expr): Update.
1065         (varobj_value_has_mutated, varobj_update): Likewise.
1066         (create_child_with_value, new_root_variable): Likewise.
1067         (number_of_children, name_of_variable): Likewise.
1068         (value_of_child, my_value_of_variable): Likewise.
1069         (varobj_value_is_changeable_p): Likewise.
1070
1071 2013-10-25  Yao Qi  <yao@codesourcery.com>
1072
1073         * language.h (struct lang_varobj_ops): Declare.
1074         (struct language_defn) <la_varobj_ops>: New field.
1075         * ada-lang.c: Include "varobj.h"
1076         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1077         ada_varobj_ops.
1078         * c-lang.c: Include "varobj.h"
1079         (c_language_defn): Initialize field 'la_varobj_ops' with
1080         c_varobj_ops.
1081         (cplus_language_defn): Initialize field 'la_varobj_ops' with
1082         cplus_varobj_ops.
1083         (asm_language_defn): Initialize field 'la_varobj_ops' with
1084         default_varobj_ops.
1085         (minimal_language_defn): Likewise.
1086         * d-lang.c (d_language_defn): Likewise.
1087         * f-lang.c (f_language_defn): Likewise.
1088         * go-lang.c (go_language_defn): Likewise.
1089         * m2-lang.c (m2_language_defn): Likewise.
1090         * objc-lang.c (objc_language_defn): Likewise.
1091         * opencl-lang.c (opencl_language_defn): Likewise.
1092         * p-lang.c (pascal_language_defn): Likewise.
1093         * language.c (unknown_language_defn): Likewise.
1094         (auto_language_defn): Likewise.
1095         (local_language_defn): Likewise.
1096         * jv-lang.c (java_language_defn): Initialize field
1097         'la_varobj_ops' with java_varobj_ops.
1098         * varobj.c (varobj_create): Update.
1099         * varobj.h (default_varobj_ops): Define macro.
1100
1101 2013-10-25  Pedro Alves  <palves@redhat.com>
1102
1103         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1104         static field value.
1105         (cp_print_static_field): If the value is entirely optimized out,
1106         print <optimized out> here.
1107         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1108         static field value.
1109         * p-valprint.c (pascal_object_print_static_field): If the value is
1110         entirely optimized out, print <optimized out> here.
1111         * valops.c (do_search_struct_field)
1112         (value_struct_elt_for_reference): No longer handle a NULL static
1113         field value.
1114         * value.c (value_static_field): Return an optimized out value
1115         instead of NULL.
1116
1117 2013-10-25  Yao Qi  <yao@codesourcery.com>
1118
1119         * remote.c (remote_traceframe_info): Return early if
1120         traceframe is not selected.
1121
1122 2013-10-25  Yao Qi  <yao@codesourcery.com>
1123
1124         * tracepoint.c (traceframe_fun): Remove.
1125         (traceframe_sal): Remove.
1126         (set_traceframe_context): Add local variables.
1127
1128 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
1129
1130         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1131         and parameter name.
1132
1133 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1134
1135         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1136         failure from register information collection.
1137
1138 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1139
1140         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1141         member.
1142         (linux_corefile_thread_callback): Update accordingly.
1143         (linux_make_corefile_notes): Likewise.
1144
1145 2013-10-24  Pedro Alves   <palves@redhat.com>
1146
1147         * NEWS (New options): Mention set/show startup-with-shell.
1148         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1149         instead of 3.
1150         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1151         startup-with-shell'.
1152         (show_startup_with_shell): New function.
1153         (_initialize_fork_child): Register the set/show startup-with-shell
1154         commands.
1155         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1156         * inf-ttrace.c (inf_ttrace_him): Remove comment.
1157         * procfs.c (procfs_init_inferior): Remove comment.
1158         * infcmd.c (startup_with_shell): New global.
1159         * inferior.h (startup_with_shell): Declare global.
1160         (STARTUP_WITH_SHELL): Delete.
1161         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1162
1163 2013-10-23  Pedro Alves  <palves@redhat.com>
1164
1165         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1166         * common/signals.c: Include "gdb_assert.h".
1167         (signals): New field 'symbol'.
1168         (SET): Use the 'symbol' parameter.
1169         (gdb_signal_to_symbol_string): New function.
1170         * infrun.c (handle_inferior_event) <random signal>: In debug
1171         output, print the random signal enum as string in addition to its
1172         number.
1173         * target/waitstatus.c (target_waitstatus_to_string): Print the
1174         signal's enum value as string instead of the (POSIX) signal name.
1175
1176 2013-10-23  Gary Benson  <gbenson@redhat.com>
1177
1178         PR 16013
1179         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1180         from 32 to 18.  Adjusted fscanf format string accordingly.
1181         (Avoids leaving cmd unterminated.)
1182         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1183         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
1184         that local_address and remote_address will not overflow.
1185         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1186         leaving dependencies unterminated.  Parse size as "%u" to match
1187         definition.
1188
1189 2013-10-22  Pedro Alves  <palves@redhat.com>
1190
1191         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1192         set ecs->random signal.
1193
1194 2013-10-22  Pedro Alves  <palves@redhat.com>
1195
1196         * infrun.c (keep_going): Update comments.
1197
1198 2013-10-22  Pedro Alves  <palves@redhat.com>
1199
1200         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1201         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1202
1203 2013-10-22  Pedro Alves  <palves@redhat.com>
1204
1205         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1206         GDB_EXC_BAD_ACCESS.
1207         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1208         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1209         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1210         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1211         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1212         (GDB_SIGNAL_LAST): Change description string.
1213         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1214         Adjust to signal renaming.
1215         * darwin-nat.c (darwin_decode_message): Likewise.
1216
1217 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
1218
1219         * MAINTAINERS (Write After Approval): Add myself to the list.
1220
1221 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
1222
1223         * breakpoint.c (update_watchpoint): If hardware watchpoints are
1224         forced off, downgrade them to software watchpoints if possible,
1225         and error out if not possible.
1226         (watch_command_1): Move watchpoint type selection closer to
1227         watchpoint creation, and extend the comments.
1228
1229 2013-10-18  Pedro Alves  <palves@redhat.com>
1230
1231         PR gdb/16062
1232         * infrun.c (handle_inferior_event): Keep going if we got a random
1233         signal we should not stop for, instead of falling through to the
1234         step tests.
1235
1236 2013-10-18  Yao Qi  <yao@codesourcery.com>
1237
1238         * c-varobj.c (cplus_number_of_children): Fix indentation.
1239
1240 2013-10-17  Tom Tromey  <tromey@redhat.com>
1241
1242         PR gdb/15995:
1243         * printcmd.c (printcmd): Call gdb_flush.
1244
1245 2013-10-17  Tom Tromey  <tromey@redhat.com>
1246
1247         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1248         (elf_locate_sections): Update.
1249
1250 2013-10-17  Yao Qi  <yao@codesourcery.com>
1251
1252         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1253         * ada-varobj.c: Remove the include of ada-varobj.h.
1254         (ada_varobj_get_number_of_children): Declare.
1255         (ada_varobj_get_name_of_child): Make it static.
1256         (ada_varobj_get_path_expr_of_child): Likewise.
1257         (ada_varobj_get_value_of_child): Likewise.
1258         (ada_varobj_get_type_of_child): Likewise.
1259         (ada_varobj_get_value_of_array_variable): Likewise.
1260         * ada-varobj.h: Remove.
1261
1262 2013-10-17  Yao Qi  <yao@codesourcery.com>
1263
1264         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1265         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1266         * ada-varobj.c: Include "varobj.h".
1267         (ada_number_of_children): New.  Moved from varobj.c.
1268         (ada_name_of_variable, ada_name_of_child): Likewise.
1269         (ada_path_expr_of_child, ada_value_of_child): Likewise.
1270         (ada_type_of_child, ada_value_of_variable): Likewise.
1271         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1272         (ada_varobj_ops): New.
1273         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
1274         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
1275         * gdbtypes.h (get_target_type): Declare.
1276         * varobj.c: Remove the inclusion of "ada-varobj.h" and
1277         "ada-lang.h".
1278         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1279         (ANONYMOUS_UNION_NAME): Likewise.
1280         (get_type, get_value_type, get_target_type): Remove declarations.
1281         (value_get_print_value, varobj_value_get_print_value): Likewise.
1282         (c_number_of_children, c_name_of_variable): Likewise.
1283         (c_name_of_child, c_path_expr_of_child): Likewise.
1284         (c_value_of_child, c_type_of_child): Likewise.
1285         (c_value_of_variable, cplus_number_of_children): Likewise.
1286         (cplus_class_num_children, cplus_name_of_variable): Likewise.
1287         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1288         (cplus_value_of_child, cplus_type_of_child): Likewise.
1289         (cplus_value_of_variable, java_number_of_children): Likewise.
1290         (java_name_of_variable, java_name_of_child): Likewise.
1291         (java_path_expr_of_child, java_value_of_child): Likewise.
1292         (java_type_of_child, java_value_of_variable): Likewise.
1293         (ada_number_of_children, ada_name_of_variable): Likewise.
1294         (ada_name_of_child, ada_path_expr_of_child): Likewise.
1295         (ada_value_of_child, ada_type_of_child): Likewise.
1296         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1297         (ada_value_has_mutated): Likewise.
1298         (struct language_specific): Move it to varobj.h.
1299         (CPLUS_FAKE_CHILD): Move it to varobj.h.
1300         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
1301         Callers update.
1302         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1303         Make it extern.
1304         (is_anonymous_child): Move it to c-varobj.c and rename to
1305         varobj_is_anonymous_child.  Caller update.
1306         (get_type): Move it to c-varobj.c.
1307         (get_value_type): Rename it varobj_get_value_type.  Make it
1308         extern.
1309         (get_target_type): Move it gdbtypes.c.
1310         (varobj_formatted_print_options): New function.
1311         (value_get_print_value): Rename it to
1312         varobj_value_get_print_value and make it extern.
1313         (varobj_value_is_changeable_p): Make it extern.
1314         (adjust_value_for_child_access): Move it to c-varobj.c.
1315         (default_value_is_changeable_p): Rename it to
1316         varobj_default_value_is_changeable_p.  Make it extern.
1317         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1318         (c_name_of_child, c_path_expr_of_child): Likewise.
1319         (c_value_of_child, c_type_of_child): Likewise.
1320         (c_value_of_variable, cplus_number_of_children): Likewise.
1321         (cplus_class_num_children, cplus_name_of_variable): Likewise.
1322         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1323         (cplus_value_of_child, cplus_type_of_child): Likewise.
1324         (cplus_value_of_variable): Likewise.
1325         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1326         (java_name_of_child, java_path_expr_of_child): Likewise.
1327         (java_value_of_child, java_type_of_child): Likewise.
1328         (java_value_of_variable): Likewise.
1329         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1330         (ada_name_of_child, ada_path_expr_of_child): Likewise.
1331         (ada_value_of_child, ada_type_of_child): Likewise.
1332         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1333         (ada_value_has_mutated): Likewise.
1334         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1335         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
1336         (c_varobj_ops, cplus_varobj_ops): Declare.
1337         (java_varobj_ops, ada_varobj_ops): Declare.
1338         (varobj_default_value_is_changeable_p): Declare.
1339         (varobj_value_is_changeable_p): Declare.
1340         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1341         (varobj_get_path_expr_parent): Declare.
1342         (varobj_value_get_print_value): Declare.
1343         (varobj_formatted_print_options): Declare.
1344         (varobj_restrict_range): Declare.
1345
1346 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
1347
1348         * target/waitstatus.h (target_waitkind): Remove spurious
1349         character from the comments.
1350
1351 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
1352
1353         * gdbarch.sh (get_longjmp_target): Add method documentation.
1354         * gdbarch.h: Regenerate.
1355
1356 2013-10-16  Tom Tromey  <tromey@redhat.com>
1357
1358         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
1359         label.
1360
1361 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
1362
1363         * gcore.in: Call GDB using the full path to the gcore script.
1364         Error out if the GDB binary is not found.
1365
1366 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1367
1368         PR gdb/16014
1369         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
1370         sizeof.
1371
1372 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1373
1374         PR gdb/16042
1375         * target.c (target_disable_btrace): Fix invalid return value for
1376         void function.
1377         (target_teardown_btrace): Likewise.
1378
1379 2013-10-14  Yao Qi  <yao@codesourcery.com>
1380
1381         * varobj.c (struct varobj): Move most of the fields to
1382         varobj.h.
1383         (struct varobj_dynamic): New struct.
1384         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
1385         (varobj_has_more): Likewise.
1386         (dynamic_varobj_has_child_method): Likewise.
1387         (update_dynamic_varobj_children): Likewise.
1388         (varobj_get_num_children): Likewise.
1389         (varobj_list_children, varobj_pretty_printed_p): Likewise.
1390         (install_new_value_visualizer): Likewise.
1391         (install_new_value_visualizer, install_new_value): Likewise.
1392         (varobj_update, new_variable, free_variable): Likewise.
1393         (my_value_of_variable, value_get_print_value): Likewise.
1394         (install_visualizer): Change the type of parameter 'var' to
1395         'struct varobjd_dynamic *'.  Callers update.
1396         * varobj.h (struct varobj): Moved from varobj.c.
1397         (struct varobj) <dynamic>: New field.
1398
1399 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
1400
1401         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
1402         as the preferred name of r30.
1403         * nios2-linux-tdep.c (reg_offsets): Likewise.
1404         * features/nios2-cpu.xml: Likewise.
1405         * features/nios2-linux.c: Regenerated.
1406         * features/nios2.c: Regenerated.
1407         * regformats/nios2-linux.dat: Regenerated.
1408
1409 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1410
1411         Canonicalize directories for EXEC_FILENAME.
1412         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
1413         exec_filename.
1414         * utils.c (gdb_realpath_keepfile): New function.
1415         * utils.h (gdb_realpath_keepfile): New declaration.
1416
1417 2013-10-11  Doug Evans  <dje@google.com>
1418
1419         * Makefile.in (GDBFLAGS): New variable.
1420         (run): New rule.
1421
1422 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1423
1424         * NEWS: Add entry documenting the new "-catch-assert" and
1425         "-catch-exception" GDB/MI commands.
1426
1427 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1428
1429         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
1430         "enabled".
1431         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
1432         "enabled".  Set B->ENABLE_STATE accordingly.
1433         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
1434         ada-lang.c.
1435         (create_ada_exception_catchpoint): Add declaration.
1436         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1437         (create_ada_exception_catchpoint): Make non-static. Add new
1438         parameter "disabled". Use it in call to
1439         init_ada_exception_breakpoint.
1440         (catch_ada_exception_command): Add parameter "enabled" in call
1441         to create_ada_exception_catchpoint.
1442         (catch_assert_command): Likewise.
1443
1444         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1445         Add declarations.
1446         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1447         "catch-exception" commands.
1448         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1449         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1450
1451 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1452
1453         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1454         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
1455         of all its enumerates with "ada_".  Update the rest of this
1456         file throughout.
1457
1458 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1459
1460         * ada-lang.c (ada_decode_exception_location): Delete.
1461         (create_ada_exception_catchpoint): Remove arguments "sal",
1462         "addr_string" and "ops".  Add argument "ex_kind" instead.
1463         Adjust implementation accordingly, calling ada_exception_sal
1464         to get the entities it no longer gets passed as arguments.
1465         Document the function's arguments.
1466         (catch_ada_exception_command): Use catch_ada_exception_command_split
1467         instead of ada_decode_exception_location, and update call to
1468         create_ada_exception_catchpoint.
1469         (catch_ada_assert_command_split): Renames
1470         ada_decode_assert_location.  Remove parameters "addr_string" and
1471         "ops", and now returns void.  Adjust implementation accordingly.
1472         Update the function documentation.
1473         (catch_assert_command): Use catch_ada_assert_command_split
1474         instead of ada_decode_assert_location.  Update call to
1475         create_ada_exception_catchpoint.
1476
1477 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1478
1479         * utils.h (perror_warning_with_name): Add declaration.
1480         * utils.c (perror_warning_with_name): New function.
1481         * cli/cli-cmds.c (source_script_with_search): Add call to
1482         perror_warning_with_name if from_tty is nul.
1483
1484 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1485
1486         * utils.c (perror_string): New function, extracted out of
1487         throw_perror_with_name.
1488         (throw_perror_with_name): Rework to use perror_string.
1489
1490 2013-10-11  Yao Qi  <yao@codesourcery.com>
1491
1492         * remote.c (discard_pending_stop_replies_in_queue): Update
1493         declaration.
1494         (struct stop_reply) <rs>: New field.
1495         (remove_stop_reply_of_remote_state): New function.
1496         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1497         Callers update.  Pass remove_stop_reply_of_remote_state to
1498         QUEUE_iterate.
1499         (remote_parse_stop_reply): Initialize field 'rs'.
1500
1501 2013-10-10  Will Newton  <will.newton@linaro.org>
1502
1503         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1504         linux_init_abi.
1505
1506 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1507
1508         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1509         serial_baud_show_cmd.
1510         (_initialize_cli_cmds): Delete the code creating the
1511         "set/show remotebaud" commands.
1512         * serial.c (baud_rate): Move here from top.c.
1513         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1514         (_initialize_serial): Create "set/show serial baud" commands.
1515         Add "set/show remotebaud" command aliases.
1516         * top.c (baud_rate): Moved to serial.c.
1517         * NEWS: Document the new "set/show serial baud" commands,
1518         replacing "set/show remotebaud".
1519
1520 2013-10-09  Pedro Alves  <palves@redhat.com>
1521
1522         * breakpoint.c (insert_bp_location): Use memory_error_message to
1523         build the memory error string.
1524         * c-lang.c: Include "gdbcore.h".
1525         (c_get_string): Use memory_error to throw error.
1526         (target_xfer_memory_error): Delete.
1527         (memory_error_message): New, factored out from
1528         target_xfer_memory_error.
1529         (memory_error): Change parameter type to target_xfer_error.
1530         Rewrite.
1531         (read_memory): Use memory_error instead of
1532         target_xfer_memory_error.
1533         * gdbcore.h: Include "target.h".
1534         (memory_error): Change parameter type to target_xfer_error.
1535         (memory_error_message): Declare function.
1536         * target.c (target_read_memory, target_read_stack)
1537         (target_write_memory, target_write_raw_memory): Return
1538         TARGET_XFER_E_IO on error.  Adjust comments.
1539         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1540         instead of EIO.
1541         * target.h (target_read, target_insert_breakpoint)
1542         (target_remove_breakpoint): Adjust comments.
1543         * valprint.c (partial_memory_read): Rename parameter, and adjust
1544         comment.
1545         (val_print_string): Use memory_error_message to build the memory
1546         error string.
1547
1548 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1549
1550         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1551         result variable.  Rename variable fopen_e_ever_failed to
1552         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
1553
1554 2013-10-09  Pedro Alves  <palves@redhat.com>
1555
1556         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1557         (monitor_write_memory_longlongs, monitor_write_memory_block):
1558         Constify 'myaddr' parameter.
1559         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1560         helper.
1561         (monitor_xfer_partial): New function.
1562         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1563         hook.  Install a to_xfer_partial hook.
1564
1565 2013-10-09  Tom Tromey  <tromey@redhat.com>
1566
1567         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1568         bfd_get_alt_debug_link_info.
1569
1570 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1571
1572         New flag OBJF_NOT_FILENAME.
1573         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1574         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1575         allocate_objfile.
1576         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1577         symbol_file_add_from_bfd.
1578         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1579         allocate_objfile.
1580         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1581         NULL.
1582         * objfiles.h (OBJF_NOT_FILENAME): New.
1583
1584 2013-10-08  Tom Tromey  <tromey@redhat.com>
1585
1586         * Makefile.in (SFILES): Add build-id.c.
1587         (HFILES_NO_SRCDIR): Add build-id.h.
1588         * build-id.c: New file, largely from elfread.c.  Modified
1589         most functions.
1590         * build-id.h: New file.
1591         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
1592         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
1593         Search for dwz file using build-id.
1594         * elfread.c (build_id_bfd_get, build_id_verify)
1595         (build_id_to_debug_filename, find_separate_debug_file): Remove.
1596
1597 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1598
1599         * ada-lang.c (compare_names_with_case): Renamed from
1600         compare_names, adding a new parameter "casing" and its handling.
1601         New function documentation.
1602         (compare_names): New function, implemented using
1603         compare_names_with_case.
1604
1605 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1606
1607         * ada-lang.c (ada_exception_sal): Remove advance declaration.
1608
1609 2013-10-07  Tom Tromey  <tromey@redhat.com>
1610
1611         * objfiles.c (free_objfile_per_bfd_storage): Delete the
1612         demangled_names_hash.
1613         (free_objfile): Don't delete the demangled_names_hash.
1614         * objfiles.h (struct objfile_per_bfd_storage)
1615         <demangled_names_hash>: New field.
1616         (struct objfile) <demangled_names_hash>: Move to
1617         objfile_per_bfd_storage.
1618         * symfile.c (reread_symbols): Don't delete the
1619         demangled_names_hash.
1620         * symtab.c (create_demangled_names_hash): Update.
1621         (symbol_set_names): Update.
1622
1623 2013-10-07  Tom Tromey  <tromey@redhat.com>
1624
1625         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1626         needs_relocations>: New fields.
1627         (gdb_bfd_requires_relocations): New function.
1628         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1629         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1630         the BFD needs relocations applied.
1631
1632 2013-10-07  Pedro Alves  <palves@redhat.com>
1633
1634         PR breakpoints/11568
1635         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1636         the thread list" instead of "gone".
1637
1638 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1639
1640         * NEWS: Mention new convenience variable $_exitsignal.
1641         * corelow.c (core_open): Reset exit convenience variables.  Set
1642         $_exitsignal to the uncaught signal which generated the corefile.
1643         * infrun.c (handle_inferior_event): Reset exit convenience
1644         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1645         (clear_exit_convenience_vars): New function.
1646         * inferior.h (clear_exit_convenience_vars): New prototype.
1647
1648 2013-10-06  Yao Qi  <yao@codesourcery.com>
1649
1650         * varobj.h: Add comments to enum varobj_languages.
1651
1652 2013-10-04  Doug Evans  <dje@google.com>
1653
1654         Add support for DWP file format version 2.
1655         * NEWS: Mention support for DWP file format version 2.
1656         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1657         union of asection, containing_section.  New fields virtual_offset
1658         and is_virtual.  Change type of readin filed from int to char.
1659         (dwo_sections, dwo_file): Tweak comments.
1660         (dwp_v2_section_ids): New enum.
1661         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1662         str_offsets, types.
1663         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1664         All uses updated.
1665         (virtual_v2_dwo_sections): New struct.
1666         (dwp_hash_table): New fields version, nr_columns.  Change type of
1667         section_pool field to a union.
1668         (dwp_file): New field version.
1669         (dwarf2_has_info): Check for virtual sections.
1670         (get_containing_section): New function.
1671         (get_section_bfd_owner, get_section_bfd_section): Call it.
1672         (dwarf2_locate_sections): Update.
1673         (dwarf2_section_empty_p): Update.
1674         (dwarf2_read_section): Handle virtual sections.
1675         (locate_dwz_sections): Update.
1676         (create_dwp_hash_table): Document and handle V2 format.
1677         (locate_v1_virtual_dwo_sections): Renamed from
1678         locate_virtual_dwo_sections and update.  All callers updated.
1679         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1680         Delete arg htab.  Rename arg section_index to unit_index.
1681         All callers updated.
1682         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1683         All uses updated.
1684         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1685         (lookup_dwo_unit_in_dwp): Add V2 support.
1686         (dwarf2_locate_dwo_sections): Update.
1687         (dwarf2_locate_common_dwp_sections): Renamed from
1688         dwarf2_locate_dwp_sections and update.  All callers updated.
1689         (dwarf2_locate_v2_dwp_sections): New function.
1690         (open_and_init_dwp_file): Add V2 support.
1691         (read_str_index): New locals str_section, str_offsets_section.
1692
1693 2013-10-04  Pedro Alves  <palves@redhat.com>
1694
1695         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1696         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1697         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1698         describing comments with references to ptid.h.
1699         * common/ptid.h: Remove intro description of constructors,
1700         accessors and predicates.
1701         (struct ptid): Reformat.
1702         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1703         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1704         describing comments.
1705
1706 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1707
1708         * aix-thread.c (sync_threadlists): Add missing ')' in call
1709         to ptid_build.
1710
1711 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1712
1713         * procfs.c (procfs_init_inferior): Fix typo causing the build
1714         to fail.
1715
1716 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1717
1718         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
1719
1720 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1721
1722         * mi/mi-main.c (run_one_inferior): Add function description.
1723         Make ARG a pointer to an integer whose value determines whether
1724         we should "run" or "start" the program.
1725         (mi_cmd_exec_run): Add handling of the "--start" option.
1726         Reject all other command-line options.
1727         * NEWS: Add entry for "-exec-run"'s new "--start" option.
1728
1729 2013-10-04  Yao Qi  <yao@codesourcery.com>
1730
1731         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
1732         (struct notif_client) <pending_event>: Moved
1733         to struct remote_notif_state.
1734         <id>: New field.
1735         (struct remote_notif_state) <pending_event>: New field.
1736         (notif_event_xfree): Declare.
1737         * remote-notif.c (handle_notification): Adjust.
1738         (notif_event_xfree): New function.
1739         (do_notif_event_xfree): Call notif_event_xfree.
1740         (remote_notif_state_xfree): Call notif_event_xfree to free
1741         each element in field pending_event.
1742         * remote.c (discard_pending_stop_replies): Remove declaration.
1743         (discard_pending_stop_replies_in_queue): Declare.
1744         (remote_close): Call discard_pending_stop_replies_in_queue
1745         instead of discard_pending_stop_replies.
1746         (remote_start_remote): Adjust.
1747         (stop_reply_xfree): Call notif_event_xfree.
1748         (notif_client_stop): Adjust initialization.
1749         (remote_notif_remove_all): Rename it to ...
1750         (remove_stop_reply_for_inferior): ... this.  Update comments.
1751         Don't check INF is NULL.
1752         (discard_pending_stop_replies): Return early if notif_state is
1753         NULL.  Adjust.  Don't check INF is NULL.
1754         (remote_notif_get_pending_events): Adjust.
1755         (discard_pending_stop_replies_in_queue): New function.
1756         (remote_wait_ns): Likewise.
1757
1758 2013-10-04  Yao Qi  <yao@codesourcery.com>
1759
1760         * remote-notif.c (DECLARE_QUEUE_P): Remove.
1761         (notif_queue): Remove.
1762         (remote_notif_process): Add one parameter 'notif_queue'.
1763         Update comments.  Callers update.
1764         (remote_async_get_pending_events_token): Remove.
1765         (remote_notif_register_async_event_handler): Remove.
1766         (remote_notif_unregister_async_event_handler): Remove.
1767         (handle_notification): Add parameter 'notif_queue'.  Update
1768         comments.  Callers update.
1769         (notif_xfree): Remove.
1770         (remote_notif_state_allocate): New function.
1771         (remote_notif_state_xfree): New function.
1772         (_initialize_notif): Remove code to allocate queue.
1773         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1774         (struct remote_notif_state): New.
1775         (handle_notification): Update declaration.
1776         (remote_notif_process): Likewise.
1777         (remote_notif_register_async_event_handler): Remove.
1778         (remote_notif_unregister_async_event_handler): Remove.
1779         (remote_notif_state_allocate): Declare.
1780         (remote_notif_state_xfree): Declare.
1781         * remote.c (struct remote_state) <notif_state>: New field.
1782         (remote_close): Don't call
1783         remote_notif_unregister_async_event_handler.  Call
1784         remote_notif_state_xfree.
1785         (remote_open_1): Don't call
1786         remote_notif_register_async_event_handler.  Call
1787         remote_notif_state_allocate.
1788
1789 2013-10-04  Yao Qi  <yao@codesourcery.com>
1790
1791         * varobj.c (create_child_with_value): Remove 'const' from the
1792         type of parameter 'name'.
1793         (varobj_add_child): Likewise.
1794         (install_dynamic_child): Remove 'const' from the type of
1795         parameter 'name'.
1796         (varobj_add_child): Likewise.
1797         (create_child_with_value): Likewise.  Update comments.  Don't
1798         duplicate 'name'.
1799         (update_dynamic_varobj_children): Duplicate 'name'
1800         and pass it to install_dynamic_child.
1801
1802 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
1803
1804         * python/py-value.c (convert_value_from_python): Move PyInt_Check
1805         conversion logic to occur after PyLong_Check.  Comment on order
1806         change significance.
1807         * python/py-arch.c (archpy_disassemble): Comment on order of
1808         conversion for integers and longs.
1809
1810 2013-10-03  Pedro Alves  <palves@redhat.com>
1811
1812         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1813         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1814         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
1815         PTRACE_O_TRACEFORK is not supported.
1816         (linux_test_for_tracesysgood): New function.
1817         (linux_test_for_tracefork): New function, factored out from
1818         linux_check_ptrace_features, and also don't kill child_pid here.
1819
1820 2013-10-03  Tristan Gingold  <gingold@adacore.com>
1821
1822         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1823         Remove verbose error reporting.  Use detected state to
1824         thread_set_state call.
1825         (i386_darwin_dr_get): Fix return type.  Remove verbose error
1826         report.
1827         Remove trailing spaces.
1828
1829 2013-10-02  Pedro Alves  <palves@redhat.com>
1830
1831         * cp-valprint.c (cp_print_value_fields): Adjust calls to
1832         val_print_optimized_out.
1833         * jv-valprint.c (java_print_value_fields): Likewise.
1834         * p-valprint.c (pascal_object_print_value_fields): Likewise.
1835         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1836         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1837         new optimized out value.
1838         * findvar.c (address_from_register): Likewise.
1839         * frame.c (put_frame_register): Tweak error string to say the
1840         register was not saved, rather than optimized out.
1841         * infcmd.c (default_print_one_register_info): Adjust call to
1842         val_print_optimized_out.  Use value_of_register instead of
1843         get_frame_register_value.
1844         * mi/mi-main.c (output_register): Use value_of_register instead of
1845         get_frame_register_value.
1846         * valprint.c (valprint_check_validity): Likewise.
1847         (val_print_optimized_out): New value parameter.  If the value is
1848         lval_register, print <not saved> instead.
1849         (value_check_printable, val_print_scalar_formatted): Adjust calls
1850         to val_print_optimized_out.
1851         * valprint.h (val_print_optimized_out): New value parameter.
1852         * value.c (struct value) <optimized_out>: Extend comment.
1853         (error_value_optimized_out): New function.
1854         (require_not_optimized_out): Use it.  Use a different string for
1855         lval_register values.
1856         * value.h (error_value_optimized_out): New declaration.
1857         * NEWS: Mention <not saved>.
1858
1859 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1860
1861         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1862         strcmp to compare two symtab filenames.
1863
1864 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1865
1866         * symtab.c (search_symbols_equal): Delete.
1867         (sort_search_symbols_remove_dups): Replace call to
1868         search_symbols_equal by call to compare_search_syms,
1869         adjusting as necessary.
1870
1871 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1872
1873         PR python/15579
1874         * python/python.c: Document gdb.execute command in Python help.
1875
1876 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1877
1878         * python/py-frame.c (frame_info_to_frame_object): Use
1879         gdbpy_convert_exception. Clean up Python object on failure.
1880
1881 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1882
1883         * python/lib/gdb/command/frame_filters.py
1884         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1885         (ShowFrameFilterPriority.invoke): Ditto.
1886
1887 2013-10-01  Keith Seitz  <keiths@redhat.com>
1888
1889         * linespec.c (struct ls_parser): Make 'saved_arg' const.
1890         (parse_linespec): Make 'argptr' const.
1891         Remove temporary cast of 'argptr' to const char **.
1892         (decode_line_full): Pass const pointer to parse_linespec.
1893         (decode_line_1): Likewise.
1894         (decode_objc): Make local variable 'new_argptr' const.
1895         (find_function_symbols): Remove temporary cast to char *
1896         to find_imps.
1897         * objc-lang.c (find_imps): Make argument 'method' const.
1898         Return const.
1899         * objc-lang.h (find_imps): Likewise.
1900
1901 2013-10-01  Keith Seitz  <keiths@redhat.com>
1902
1903         * completer.c (skip_quoted_chars): Make all arguments const.
1904         Return const.
1905         (skip_quoted): Likewise.
1906         * completer.h (skip_quoted_chars): Likewise.
1907         (skip_quoted): Likewise.
1908         * defs.h (skip_quoted): Remove duplicate declaration.
1909         * jv-exp.y: Include completer.h.
1910         (yylex): Remove unneccessary cast to char * fro skip_quoted.
1911         * p-exp.y: Include completer.h.
1912
1913 2013-10-01  Keith Seitz  <keiths@redhat.com>
1914
1915         * c-exp.y (parse_number): Make first argument const.
1916         Make a copy of the input to manipulate.
1917         (c_parse_escape): Make first argument const.
1918         Make local variable 'tokptr' const.
1919         (parse_string_or_char): Make first two arguments const.
1920         (macro_original_text): Make const.
1921         (lex_one_token): Make local variable 'tokstart' const.
1922         Likewise for local variables named 'p'.
1923         Cast away const for struct stoken (temporary).
1924         * c-lang.h (c_parse_escpae): Make first argument const.
1925         * cli/cli-cmds.c (echo_command): Make local variable 'p'
1926         const.
1927         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1928         var_string case.
1929         * f-exp.y (parse_number): Make first argument const.
1930         (match_string_literal): Make local variable 'tokstart'
1931         const.
1932         (yylex): Make local variable 'p' const.
1933         Cast away const for struct stoken (temporary).
1934         * go-exp.y (parse_number): Make first argument const.
1935         (parse_string_or_char): Likewise.
1936         Make local variable 'tokstart' const.
1937         (lex_one_token): Likewise for numerous locals called 'p'.
1938         Cast away const for struct stoken (temporary).
1939         * jv-exp.y (parse_number): Make first argument const.
1940         Make local variables 'tokstart' and 'tokptr' const.
1941         Cast away const for call to skip_quoted (temporary).
1942         (yylex): Make local variable 'p' const.
1943         Cast away const for struct stoken (temporary).
1944         * m2-exp.y (parse_number): Make local variable 'p' const.
1945         (yylex): Likewise for 'tokstart'.
1946         Cast away const for struct stoken (temporary).
1947         Make local variable 'p' const.
1948         * macroexp.c (get_character_constant): Pass a const string
1949         to c_parse_escape.
1950         (get_string_literal): Likewise.
1951         (macro_expand_next): Make first argument const.
1952         Cast away const for init_shared_buffer.
1953         * macroexp.h (macro_expand_next): Make first argument const.
1954         * p-exp.y (yylex): Make a local copy of 'lexptr'.
1955         Pass a const string to c_parse_escape.
1956         Make local variables 'p' and 'namestart' const.
1957         * parse.c (lexptr): Make const.
1958         (prev_lexptr): Likewise.
1959         (find_template_name_end): Return const.
1960         Make argument const, too.
1961         (parse_exp_in_context): Make first argument const.
1962         Remove the entire const_hack.
1963         (parse_exp_in_context_1): Make first argument const.
1964         * parser-defs.h (find_template_name_end): Return const.
1965         Make argument const, too.
1966         (lexptr): Make const.
1967         (prev_lexptr): Likewise.
1968         * utils.c (parse_escape): Make second argument const.
1969         * utils.h (parse_escape): Likewise.
1970
1971 2013-10-01  Keith Seitz  <keiths@redhat.com>
1972
1973         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1974         is now const.
1975         (block_lookup): Make 'raw_name' and 'name' const.
1976         * ada-lex.l (processString): Update for struct stoken.ptr.
1977         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1978         (operator_stoken): Likewise.
1979         (lex_one_token): Remove temporary cast to char * for
1980         'yylval.sval.ptr'.
1981         * f-exp.y (yylex): Likewise.
1982         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1983         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1984         * go-exp.y (lex_one_token): Remove temporary cast to char * for
1985         'yylval.sval.ptr'.
1986         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1987         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1988         * linespec.c (struct ls_parser): Make 'stream' const.
1989         (find_parameter_list_end): Make argument 'input' and local
1990         variable 'p' const.
1991         (linespec_lexer_lex_string): Make local variables 'start' and
1992         'p' const.
1993         Use skip_spaces_const instead of skip_spaces.
1994         (linespec_lexer_peek_token): Make local variable 'saved_stream'
1995         const.
1996         (parse_linespec): Temporarily cast 'argptr' to const for
1997         'parser->lexer.stream'.
1998         * m2-exp.y (yylex): Remove temporary cast to char * for
1999         'yylval.sval.ptr'.
2000         * objc-lang.c (add_msglist): Make local variable 'p' const.
2001         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2002         (exp : STRING): Make 'sp' const.
2003         (parse_number): Make argument 'p' const.
2004         * parser-defs.h (struct stoken): Make 'ptr' const.
2005
2006 2013-10-01  Doug Evans  <dje@google.com>
2007
2008         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2009
2010 2013-10-01  Yao Qi  <yao@codesourcery.com>
2011
2012         * varobj.c (c_value_of_root): Remove declaration.
2013         (cplus_value_of_root, java_value_of_root): Likewise.
2014         (ada_value_of_root): Likewise.
2015         (struct language_specific) <value_of_root>: Remove.
2016         (languages): Update initialization.
2017         (check_scope): Move earlier.
2018         (c_value_of_root): Move earlier and rename to ...
2019         (value_of_root_1): ... this.
2020         (value_of_root): Caller update.
2021         (cplus_value_of_root, java_value_of_root): Remove.
2022         (ada_value_of_root): Remove.
2023
2024 2013-10-01  Yao Qi  <yao@codesourcery.com>
2025
2026         * varobj.c (varobj_format_string): Remove "unknown".
2027         (languages): Remove the first element.
2028         * varobj.h (enum varobj_languages): Remove vlang_c.
2029
2030 2013-10-01  Yao Qi  <yao@codesourcery.com>
2031
2032         * varobj.c (struct language_specific) <language>: Remove.
2033         (languages): Update the initialization.
2034
2035 2013-10-01  Yao Qi  <yao@codesourcery.com>
2036
2037         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2038         "solib-target.h".  Include "windows-tdep.h".
2039         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
2040         set_solib_ops and set_gdbarch_has_dos_based_file_system.
2041         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2042         windows-tdep.o to gdb_target_obs.
2043
2044 2013-10-01  Yao Qi  <yao@codesourcery.com>
2045
2046         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2047         "solib-target.h".
2048         (amd64_windows_init_abi): Don't call set_solib_ops and
2049         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2050         windows_init_abi instead.
2051         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2052         "solib-target.h".
2053         (i386_cygwin_init_abi): Don't call set_solib_ops,
2054         set_gdbarch_has_dos_based_file_system and
2055         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2056         windows_init_abi instead.
2057         * windows-tdep.c: Include "solib.h" and "solib-target.h".
2058         (windows_init_abi): New function.
2059         (windows_iterate_over_objfiles_in_search_order): Make it
2060         static.
2061         * windows-tdep.h (windows_init_abi): Declare.
2062         (windows_iterate_over_objfiles_in_search_order): Remove
2063         declaration.
2064
2065 2013-10-01  Jerome Guitton  <guitton@adacore.com>
2066
2067         Checked in by Joel Brobecker  <brobecker@adacore.com>
2068         * system-gdbinit/elinos.py (get_elinos_environment): Return an
2069         incomplete dictionnary instead of None in case of missing
2070         environment variables.
2071         (elinos_init): in case of an incomplete environment, best
2072         effort to load system libraries instead of abort.
2073
2074 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
2075
2076         * ada-lang.c (ada_has_this_exception_support): Ignore
2077         mst_solib_trampoline minimal symbols.
2078
2079 2013-09-30  Tristan Gingold  <gingold@adacore.com>
2080
2081         * i386-darwin-nat.c (darwin_complete_target): Install methods for
2082         hardware watchpoint.
2083         (i386_darwin_dr_set): Support 32 and 64 bit states.
2084         (i386_darwin_dr_get): Likewise.
2085         (i386_darwin_dr_set_control): Make static.
2086         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2087         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2088
2089 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
2090
2091         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2092         Replace TIDGET with ptid_get_lwp.
2093         Replace GET_LWP with ptid_get_lwp.
2094         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2095         Replace BUILD_THREAD with ptid_build.
2096         Replace BUILD_LWP with ptid_build.
2097         Replace PIDGET with ptid_get_pid.
2098         Replace TIDGET with ptid_get_lwp.
2099         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2100         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2101         Replace TIDGET with ptid_get_lwp.
2102         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2103         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2104         Replace TIDGET with ptid_get_lwp.
2105         Replace GET_LWP with ptid_get_lwp.
2106         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2107         * auxv.c: Likewise.
2108         * breakpoint.c: Likewise.
2109         * common/ptid.c (ptid_is_pid): Condense check for
2110         null_ptid and minus_one_ptid.
2111         (ptid_lwp_p): New function.
2112         (ptid_tid_p): New function.
2113         * common/ptid.h: Update comments for accessors.
2114         (ptid_lwp_p): New prototype.
2115         (ptid_tid_p): New prototype.
2116         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2117         * gcore.c: Replace PIDGET with ptid_get_pid.
2118         * gdbthread.h: Likewise.
2119         * gnu-nat.c: Likewise.
2120         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2121         Replace TIDGET with ptid_get_lwp.
2122         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2123         * hppanbsd-nat.c: Likewise.
2124         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2125         Replace TIDGET with ptid_get_lwp.
2126         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2127         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2128         * infcmd.c: Likewise.
2129         * inferior.h: Likewise.
2130         * inflow.c: Likewise.
2131         * infrun.c: Likewise.
2132         * linux-fork.c: Likewise.
2133         * linux-nat.c: Replace PIDGET with ptid_get_pid.
2134         Replace GET_PID with ptid_get_pid.
2135         Replace is_lwp with ptid_lwp_p.
2136         Replace GET_LWP with ptid_get_lwp.
2137         Replace BUILD_LWP with ptid_build.
2138
2139 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
2140
2141         * common/linux-btrace.c: Move sys/syscall.h out of the
2142         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2143         Also check for SYS_perf_event_open before attempting to buid.
2144
2145 2013-09-27  Doug Evans  <dje@google.com>
2146
2147         * dwarf2read.c (dwarf2_section_info): Add comment.
2148         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2149         All uses updated.
2150         (dwarf2_section_empty_p): Rename arg from "info" to "section".
2151         (dwarf2_read_section): Delete unused local "header".  Add section
2152         name to error message.
2153         (create_dwo_in_dwp): Tweak comment.
2154         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2155
2156         * dwarf2read.c (die_reader_specs): Tweak comment.
2157         (get_section_bfd_owner, get_section_bfd_section): New functions.
2158         (get_section_name, get_section_file_name): New functions.
2159         (get_section_id, get_section_flags): New functions.
2160         (*): Use new functions to access section fields.
2161
2162         * dwarf2read.c (struct dwo_file): Add/tweak comments.
2163         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
2164         arg "htab".  All callers updated.
2165         (create_debug_types_hash_table): Remove redundant copy of
2166         abbrev_section.
2167         (create_dwo_in_dwp): Tweak comments.
2168         (read_str_index): Tweak comment.  Record dwarf form name in static
2169         local.
2170
2171 2013-09-27  Pedro Alves  <palves@redhat.com>
2172
2173         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2174         (remote_filename_p): Add comment.
2175         * remote.c (remote_filename_p): Adjust to use
2176         REMOTE_SYSROOT_PREFIX.
2177         * solib.c (solib_find): When deciding whether we need to add a
2178         directory separator, check whether the sysroot is "remote:"
2179         instead of checking whether the patch has a drive spec.  Add
2180         comments.
2181
2182 2013-09-27  Pedro Alves  <palves@redhat.com>
2183
2184         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2185         Delete fields.
2186         (remote_parse_stop_reply): Adjust, setting event->ws.kind
2187         directly.
2188
2189 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2190
2191         Fix set debug frame output.
2192         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
2193         SENTINEL_FRAME entry lower to match enum frame_type order.
2194
2195 2013-09-26  Pierre Muller  <muller@sourceware.org>
2196
2197         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2198         AMD64_R15_REGNUM when a register index is expected.
2199         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2200         Substitute in array.
2201         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2202         (amd64_push_arguments): Substitute in integer_regnum array.
2203
2204 2013-09-25  Doug Evans  <dje@google.com>
2205
2206         * objfiles.c (allocate_objfile): Move comment to better place.
2207
2208         New option "set debug symfile on".
2209         * NEWS: Mention "set debug symfile".
2210         * Makefile.in (SFILES): Add symfile-debug.c.
2211         (COMMON_OBS): Add symfile-debug.o.
2212         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2213         objfile's symbol functions.
2214         * objfiles.h (objfile_set_sym_fns): Declare.
2215         * symfile-debug.c: New file.
2216         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2217         objfile's symbol functions.
2218         (reread_symbols): Ditto.
2219
2220         * symfile.h (struct sym_fns): Delete member "sym_flavour".
2221         All uses updated.
2222         (add_symtab_fns): Update prototype.
2223         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
2224         (registered_sym_fns): ... this.
2225         (symtab_fns): Update.
2226         (add_symtab_fns): New arg "flavour".  All callers updated.
2227         (find_sym_fns): Rewrite to use new sym_fns registry.
2228
2229         * symfile.h (struct sym_fns): Add "objfile" argument to
2230         sym_read_linetable.  All uses updated.
2231
2232         * symtab.c (domain_name, search_domain_name): New functions.
2233         * symtab.h (domain_name, search_domain_name): Declare.
2234
2235         * symfile.h (struct quick_symbol_functions): Reorg arg list of
2236         map_matching_symbols so objfile is first.  All uses updated.
2237         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2238         * psymtab.c (map_matching_symbols_psymtab): Update signature.
2239
2240 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2241
2242         PR shlibs/8882
2243         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2244         link map entries.
2245
2246 2013-09-24  Doug Evans  <dje@google.com>
2247
2248         * objfiles.c (free_objfile): Move comment.
2249
2250 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2251
2252         * ada-exp.y (string_to_operator): Delete.
2253         (dummy_string_to_ada_operator): Delete.
2254
2255 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2256
2257         Revert:
2258         * i386-tdep.h (enum amd64_reg_class): New, moved here from
2259         amd64-tdep.c.
2260         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2261         call_dummy_integer_regs, and classify.
2262         * amd64-tdep.h (amd64_classify): Add declaration.
2263         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2264         (amd64_reg_class): Delete, moved to i386-tdep.h.
2265         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
2266         Replace call to amd64_classify by call to tdep->classify.
2267         (amd64_push_arguments): Get the list of registers to use for
2268         passing integer parameters from the gdbarch tdep structure,
2269         rather than using a hardcoded one.  Replace calls to amd64_classify
2270         by calls to tdep->classify.
2271         (amd64_push_dummy_call): Get the register number used for
2272         the "hidden" argument from tdep->call_dummy_integer_regs.
2273         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2274         and tdep->call_dummy_integer_regs.  Set tdep->classify.
2275
2276 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2277
2278         Revert:
2279         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2280         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2281         where tdep->memory_args_by_pointer is non-zero.
2282
2283 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2284
2285         Revert:
2286         * i386-tdep.h (struct gdbarch_tdep): Add new field
2287         integer_param_regs_saved_in_caller_frame.
2288         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2289         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2290
2291 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2292
2293         * amd64-windows-tdep.c: #include "value.h"
2294         (amd64_windows_classify): Delete.
2295         (amd64_windows_passed_by_integer_register)
2296         (amd64_windows_passed_by_xmm_register)
2297         (amd64_windows_passed_by_pointer)
2298         (amd64_windows_adjust_args_passed_by_pointer)
2299         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2300         (amd64_windows_push_dummy_call): New functions.
2301         (amd64_windows_init_abi): Remove setting of
2302         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2303         tdep->classify, tdep->memory_args_by_pointer and
2304         tdep->integer_param_regs_saved_in_caller_frame.
2305         Add call to set_gdbarch_push_dummy_call.
2306
2307 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2308
2309         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2310         objfile->original_name.
2311
2312 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2313
2314         Pass down original filename for objfile.
2315         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2316         * elfread.c (elf_symfile_read): Likewise.
2317         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2318         longer set ORIGINAL_NAME.
2319         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2320         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2321         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
2322         symbol_file_add_from_bfd call.
2323         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2324         (macho_check_dsym): Add parameter filenamep.  Change function comment.
2325         Set *filenamep.
2326         (macho_symfile_read): New variable dsym_filename.  Update
2327         macho_check_dsym call.  Use it for symbol_file_add_separate.
2328         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
2329         it.  Use it for objfile->original_name.
2330         (objfile_name): Return OBFD's filename, if available.
2331         * objfiles.h (allocate_objfile): Add new parameter name.
2332         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2333         * symfile-mem.c (symbol_file_add_from_memory): Update
2334         symbol_file_add_from_bfd call.
2335         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2336         comment for it.
2337         (symbol_file_add_with_addrs): New parameter name, add function comment
2338         for it.  Remove variable name.  Update allocate_objfile call.
2339         (symbol_file_add_separate): New parameter name, add function comment
2340         for it.  Update symbol_file_add_with_addrs call.
2341         (symbol_file_add_from_bfd): New parameter name.  Update
2342         symbol_file_add_with_addrs call.
2343         (symbol_file_add): Update symbol_file_add_from_bfd call.
2344         (reread_symbols): New variable original_name.  Save
2345         objfile->original_name by it.
2346         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
2347         second parameter.
2348
2349 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2350
2351         Code cleanup: Add objfile_name accessor function.
2352         * ada-lang.c (is_known_support_routine): Use objfile_name.
2353         * auto-load.c (source_gdb_script_for_objfile)
2354         (auto_load_objfile_script): Likewise.
2355         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
2356         * dbxread.c (dbx_symfile_read): Likewise.
2357         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2358         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
2359         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
2360         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
2361         (lookup_dwp_signatured_type, lookup_dwo_unit)
2362         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
2363         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
2364         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
2365         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
2366         (dwarf2_record_block_ranges, read_common_block, read_typedef)
2367         (read_subrange_type, load_partial_dies, read_partial_die)
2368         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
2369         (die_containing_type, build_error_marker_type, lookup_die_type)
2370         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
2371         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
2372         (get_DW_AT_signature_type, write_psymtabs_to_index)
2373         (save_gdb_index_command): Likewise.
2374         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
2375         Likewise.
2376         * expprint.c (dump_subexp_body_standard): Likewise.
2377         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
2378         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
2379         original_name.
2380         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
2381         obj_name, use objfile_name for it, use the variable.
2382         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
2383         Use objfile_name.
2384         * machoread.c (macho_symtab_read, macho_check_dsym)
2385         (macho_symfile_relocate): Likewise.
2386         * maint.c (maintenance_translate_address): Likewise.
2387         * minidebug.c (find_separate_debug_file_in_section): Likewise.
2388         * minsyms.c (install_minimal_symbols): Likewise.
2389         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
2390         original_name.
2391         (filter_overlapping_sections): Use objfile_name.
2392         (objfile_name): New function.
2393         * objfiles.h (struct objfile): Rename field name to original_name.
2394         (objfile_name): New prototype.
2395         * printcmd.c (sym_info, address_info): Use objfile_name.
2396         * probe.c (parse_probes, collect_probes, compare_probes)
2397         (info_probes_for_ops): Likewise.
2398         * progspace.c (clone_program_space): Likewise.
2399         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
2400         (maintenance_info_psymtabs): Likewise.
2401         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2402         (source_section_scripts): Likewise.
2403         * python/py-objfile.c (objfpy_get_filename): Likewise.
2404         * python/py-progspace.c (pspy_get_filename): Likewise.
2405         * solib-aix.c (solib_aix_get_toc_value): Likewise.
2406         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
2407         * solib.c (solib_read_symbols): Likewise.
2408         * stabsread.c (scan_file_globals): Likewise.
2409         * stap-probe.c (handle_stap_probe): Likewise.
2410         * symfile.c (symbol_file_clear, separate_debug_file_exists)
2411         (find_separate_debug_file_by_debuglink): Likewise.
2412         (reread_symbols): Likewise.  Use the objfile field name renamed to
2413         original_name.
2414         (allocate_symtab): Use objfile_name.
2415         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
2416         (dump_objfile, dump_msymbols, dump_symtab_1)
2417         (maintenance_print_msymbols, maintenance_print_objfiles)
2418         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
2419         * target.c (target_translate_tls_address, target_info): Likewise.
2420         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
2421         objfile_name.
2422
2423 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2424
2425         Code cleanup.
2426         * probe.c (parse_probes): Rename variable objfile_name to
2427         objfile_namestr.
2428
2429 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2430
2431         Remove solib-sunos.c.
2432         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
2433         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
2434         * objfiles.c (rt_common_objfile): Remove.
2435         (free_objfile): Remove rt_common_objfile comparison.
2436         * objfiles.h (rt_common_objfile): Remove.
2437         * solib-sunos.c: Remove.
2438         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2439
2440 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2441
2442         Remove a.out NetBSD and OpenBSD hosts.
2443         * NEWS (Removed native configurations): New.
2444         * config/arm/nbsdaout.mh: Remove.
2445         * config/i386/nbsdaout.mh: Remove.
2446         * config/i386/obsdaout.mh: Remove.
2447         * config/m68k/nbsdaout.mh: Remove.
2448         * config/sparc/nbsdaout.mh: Remove.
2449         * config/vax/nbsdaout.mh: Remove.
2450         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2451         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2452         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2453         error.
2454         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2455         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2456         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2457
2458 2013-09-23  Tom Tromey  <tromey@redhat.com>
2459
2460         * linespec.c (struct minsym_and_objfile): Remove.
2461         (minsym_and_objfile_d): Remove.
2462         (struct linespec, struct collect_info, linespec_parse_basic)
2463         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2464         (compare_msymbols, find_method, find_function_symbols)
2465         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2466         (add_minsym, search_minsyms_for_name): Update.
2467
2468 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
2469
2470         * regcache.c: Add include of valprint.h.
2471         (dump_endian_bytes): Delete.
2472         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2473
2474 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
2475
2476         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2477
2478 2013-09-19  Pedro Alves  <palves@redhat.com>
2479
2480         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2481         breakpoints.
2482
2483 2013-09-19  Pedro Alves  <palves@redhat.com>
2484             Thomas Schwinge  <thomas@codesourcery.com>
2485             Yue Lu  <hacklu.newborn@gmail.com>
2486
2487         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2488         Take a gdb_byte pointer instead of a char pointer.
2489
2490         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2491         gnu_xfer_partial helper.
2492         (gnu_xfer_partial): New function.
2493         (gnu_target): Don't install a deprecated_xfer_memory hook.
2494         Install a to_xfer_partial hook.
2495
2496 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2497
2498         Constification.
2499         * main.c (captured_main): Replace catch_command_errors by
2500         catch_command_errors_const.  Twice.
2501         * symfile.c (symbol_file_add_main_1): Make args parameter const.
2502         (symbol_file_add): Make name parameter const.
2503         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2504         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
2505         variable name.  Change their usage accordingly.
2506         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2507         const.
2508         (symbol_file_add_main): Make args parameter const.
2509
2510 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
2511             Ulrich Weigand  <uweigand@de.ibm.com>
2512
2513         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2514         of c_value member.
2515         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2516
2517 2013-09-18  Pedro Alves  <palves@redhat.com>
2518             Yue Lu  <hacklu.newborn@gmail.com>
2519
2520         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2521         (gnu_create_inferior)
2522         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2523         (set_sig_thread_cmd): Use the lwpid field of ptids to
2524         store/extract thread ids instead of the tid field.
2525         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2526
2527 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2528
2529         * infcmd.c (default_print_one_register_info): Add detection of
2530         optimized out values.
2531         (default_print_registers_info): Switch to using
2532         get_frame_register_value.
2533
2534 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2535
2536         * infrun.c (handle_inferior_event): Check if we know the
2537         function start address before setting a resume breakpoint.
2538
2539 2013-09-18  Pedro Alves  <palves@redhat.com>
2540
2541         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2542         minus_one_ptid instead of looking at the ptid's tid field and
2543         comparing that to -1.
2544
2545 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2546
2547         * main.h (get_gdb_program_name): Remove extra whitespace.
2548
2549 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2550
2551         * main.h (get_gdb_program_name): Add declaration.
2552         * main.c (get_gdb_program_name): Add definition.
2553
2554 2013-09-17  Doug Evans  <dje@google.com>
2555
2556         * dwarf2read.c: Move definitions of complaint functions to after
2557         forward declarations of local functions.
2558
2559 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
2560             Pedro Alves  <palves@redhat.com>
2561
2562         PR gdb/11568
2563         * breakpoint.c (remove_threaded_breakpoints): New function.
2564         (_initialize_breakpoint): Attach remove_threaded_breakpoints
2565         as thread_exit observer.
2566
2567 2013-09-17  Pedro Alves  <palves@redhat.com>
2568
2569         PR gdb/15911
2570         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2571         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2572         * corelow.c (core_open):
2573         * frame.h (print_stack_frame, print_frame_info): New
2574         'set_current_sal' parameter.
2575         * infcmd.c (finish_command, kill_command): Adjust call to
2576         print_stack_frame.
2577         * inferior.c (inferior_command): Likewise.
2578         * infrun.c (normal_stop): Likewise.
2579         * linux-fork.c (linux_fork_context): Likewise.
2580         * record-full.c (record_full_goto_entry, record_full_restore):
2581         Likewise.
2582         * remote-mips.c (common_open): Likewise.
2583         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
2584         Use it.
2585         (print_frame_info): New 'set_current_sal' parameter.  Set the last
2586         displayed sal depending on the new paremeter instead of looking at
2587         print_what.
2588         (backtrace_command_1, select_and_print_frame, frame_command)
2589         (current_frame_command, up_command, down_command): Adjust call to
2590         print_stack_frame.
2591         * thread.c (print_thread_info, restore_selected_frame)
2592         (do_captured_thread_select): Adjust call to print_stack_frame.
2593         * tracepoint.c (tfind_1): Likewise.
2594         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2595         (mi_cmd_stack_info_frame): Likewise.
2596         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
2597         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
2598
2599 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2600
2601         * value.c (isvoid_internal_fn): Replace "parameter" with
2602         "argument".
2603
2604 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2605
2606         * README: Update references to writing code for GDB.
2607         * configure.ac (build_warnings): Remove obsolete comment.
2608         * configure: Regenerate.
2609         * gdbarch.sh: Remove references to gdbint.texinfo.
2610         * gdbarch.h: Regenerate.
2611         * gdbtypes.c (objfile_type): Remove comments referencing internals
2612         manual and D10V.
2613
2614 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2615
2616         * NEWS: Mention new convenience function $_isvoid.
2617         * value.c (isvoid_internal_fn): New function.
2618         (_initialize_values): Add new convenience function $_isvoid.
2619
2620 2013-09-16  Pierre Muller  <muller@sourceware.org>
2621
2622         * arm-linux-tdep.c: Add "elf/common.h" header.
2623         Remove AT_HWCAP macro definintion as it is provided in
2624         added include file.
2625         * s390-tdep.c: Remove system header <elf.h>
2626         Add "elf/common.h" header for AT_HWCAP definition.
2627         (s390_core_read_description): Use correct CORE_ADDR
2628         for hwcap local variable used as third parameter
2629         of function target_auxv_search.
2630
2631 2013-09-14  Pierre Muller  <muller@sourceware.org>
2632             Tom Tromey  <tromey@redhat.com>
2633             Pedro Alves  <palves@redhat.com>
2634
2635         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2636         mode if operating system doesn't know O_CLOEXEC.
2637
2638 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2639
2640         Code cleanup.
2641         * symfile.c (reread_symbols): Move variable obfd_filename to a more
2642         inner block.
2643
2644 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2645
2646         * NEWS: Mention TDB support.
2647         * features/s390-tdb.xml: New file.
2648         * features/s390-te-linux64.xml: New file.
2649         * features/s390x-te-linux64.xml: New file.
2650         * features/Makefile (WHICH): Add new tdescs above.
2651         (s390-te-linux64-expedite): Set.
2652         (s390x-te-linux64-expedite): Set.
2653         * features/s390-te-linux64.c: New file (generated).
2654         * features/s390x-te-linux64.c: New file (generated).
2655         * regformats/s390-te-linux64.dat: New file (generated).
2656         * regformats/s390x-te-linux64.dat: New file (generated).
2657         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2658         (HWCAP_S390_TE): Likewise.
2659         (S390_TDB_DWORD0_REGNUM): Likewise.
2660         (S390_TDB_DWORD0_REGNUM): Likewise.
2661         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2662         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2663         (S390_TDB_ATIA_REGNUM): Likewise.
2664         (S390_TDB_R0_REGNUM): Likewise.
2665         (S390_TDB_R1_REGNUM): Likewise.
2666         (S390_TDB_R2_REGNUM): Likewise.
2667         (S390_TDB_R3_REGNUM): Likewise.
2668         (S390_TDB_R4_REGNUM): Likewise.
2669         (S390_TDB_R5_REGNUM): Likewise.
2670         (S390_TDB_R6_REGNUM): Likewise.
2671         (S390_TDB_R7_REGNUM): Likewise.
2672         (S390_TDB_R8_REGNUM): Likewise.
2673         (S390_TDB_R9_REGNUM): Likewise.
2674         (S390_TDB_R10_REGNUM): Likewise.
2675         (S390_TDB_R11_REGNUM): Likewise.
2676         (S390_TDB_R12_REGNUM): Likewise.
2677         (S390_TDB_R13_REGNUM): Likewise.
2678         (S390_TDB_R14_REGNUM): Likewise.
2679         (S390_TDB_R15_REGNUM): Likewise.
2680         (S390_NUM_REGS): Increase.
2681         (S390_IS_TDBREGSET_REGNUM): New macro.
2682         (s390_regmap_tdb): Declare.
2683         (s390_sizeof_tdbregset): Define.
2684         (tdesc_s390_te_linux64): Declare.
2685         (tdesc_s390x_te_linux64): Likewise.
2686         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2687         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2688         (s390_regmap_tdb): New regmap.
2689         (s390_supply_tdb_regset): New function.
2690         (s390_tdb_regset): New regset.
2691         (s390_linux64v2_regset_sections): Add TDB regset to list.
2692         (s390x_linux64v2_regset_sections): Likewise.
2693         (s390_regset_from_core_section): Recognize TDB core note section.
2694         (s390_core_read_description): If HWCAP indicates TE support,
2695         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2696         (s390_gdbarch_init): Handle TDB regset.
2697         (_initialize_s390_tdep): Initialize new tdescs.
2698         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2699         (have_regset_tdb): New variable.
2700         (s390_native_supply): Support register invalidation.
2701         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2702         (check_regset): Treat ENODATA as "regset exists".
2703         (s390_linux_fetch_inferior_registers): Add TDB.
2704         (s390_read_description): Check for TDB existence and select
2705         appropriate tdesc.
2706         * gdbserver/Makefile.in (clean): Add removal of new makefile
2707         targets.
2708         (s390-te-linux64.c): New makefile target.
2709         (s390x-te-linux64.c): Likewise.
2710         * gdbserver/configure.srv (srv_regobj): Append new objects
2711         s390-te-linux64.o and s390x-te-linux64.o.
2712         (srv_xmlfiles): Append new files s390-te-linux64.xml,
2713         s390x-te-linux64.xml, and s390-tdb.xml.
2714         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2715         declaration.
2716         (tdesc_s390_te_linux64): Likewise.
2717         (init_registers_s390x_te_linux64): Likewise.
2718         (tdesc_s390x_te_linux64): Likewise.
2719         (s390_check_regset): Treat ENODATA as "regset exists".
2720         (s390_arch_setup): Add TDB regset support.
2721         (initialize_low_arch): Initialize registers for new tdescs.
2722
2723 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2724
2725         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
2726         (S390_IS_FPREGSET_REGNUM): New macro.
2727         * s390-tdep.c (s390_dwarf_regmap): Make const.
2728         (regnum_is_gpr_full): New function for replacing repeated code.
2729         (s390_pseudo_register_name): Use it.
2730         (s390_pseudo_register_type): Likewise.
2731         (s390_pseudo_register_read): Likewise.
2732         (s390_pseudo_register_write): Likewise.
2733         (s390_unwind_pseudo_register): Likewise.
2734         (s390_regmap_gregset): New format for regmap.
2735         (s390x_regmap_gregset): Likewise.
2736         (s390_regmap_fpregset): Likewise.
2737         (s390_regmap_upper): Likewise.
2738         (s390_regmap_last_break): Likewise.
2739         (s390_regmap_system_call): Likewise.
2740         (s390_supply_regset): Adjust to new regmap format.
2741         (s390_collect_regset): Likewise.
2742         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2743         (s390_native_collect): Likewise.
2744         (supply_gregset): Likewise.
2745         (fill_gregset): Likewise.
2746         (supply_fpregset): Likewise.
2747         (fill_fpregset): Likewise.
2748         (fetch_regset): Likewise.
2749         (store_regset): Likewise.
2750         (s390_linux_fetch_inferior_registers): Likewise.
2751         (s390_linux_fetch_inferior_registers): Likewise.
2752
2753 2013-09-12  Andrew Pinski  <apinski@cavium.com>
2754
2755         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2756
2757 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2758
2759         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2760
2761 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
2762
2763         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2764
2765 2013-09-06  Pedro Alves <palves@redhat.com>
2766
2767         * remote-sim.c (dump_mem, gdbsim_fetch_register)
2768         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2769         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2770         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2771         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2772         gdb_stdlog.
2773
2774 2013-09-06  Pedro Alves  <palves@redhat.com>
2775
2776         * remote-sim.c (dump_mem): Constify buf parameter.
2777         gdbsim_xfer_inferior_memory): Rename to ...
2778         (gdbsim_xfer_memory): ... this.  Adjust interface as
2779         target_xfer_partial helper.
2780         (gdbsim_xfer_partial): New function.
2781         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2782         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
2783
2784 2013-09-06  Pedro Alves  <palves@redhat.com>
2785
2786         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2787         host_address_to_string, and send debug output to gdb_stdlog.
2788
2789 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2790
2791         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2792         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2793         gdb_target_obs for cris target.
2794         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2795         (cris_gdbarch_init): Move calls to
2796         set_gdbarch_fetch_tls_load_module_address and
2797         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2798         Add call to gdbarch_init_osabi.
2799         * cris-linux-tdep.c: New file.
2800         * cris-tdep.h: New file.
2801
2802 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2803
2804         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2805         to deprecated_init_ui_hook.
2806
2807 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2808
2809         * cli/cli-interp.c (_initialize_cli_interp): Add a
2810         command_loop_proc to interp_procs.
2811         * event-top.c (cli_command_loop): Change signature to match
2812         interp_command_loop_ftype.
2813         * event-top.h (cli_command_loop): Same.
2814         * interps.c (interp_new): Require every interpreter to have a
2815         command_loop_proc.
2816         (current_interp_command_loop): Just call the command_loop_proc on
2817         the current interpreter.
2818         * tui/tui-interp.c (_initialize_tui_interp): Add a
2819         command_loop_proc to interp_procs.
2820
2821 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2822
2823         * cris-tdep.c (cris_gdbarch_init): Add call to
2824         get_gdbarch_fetch_tls_load_module_address.
2825
2826 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2827
2828         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2829         (cris_elf_gregset_t): Rename from elf_gregset_t.
2830         (crisv32_elf_gregset_t): Adjust.
2831         (cris_supply_gregset, fetch_core_registers): Adjust.
2832
2833 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2834
2835         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2836
2837 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
2838
2839         * defs.h (deprecated_command_loop_hook): Remove, including
2840         references in comments.
2841         * interps.c (current_interp_command_loop): No longer use
2842         deprecated_command_loop_hook.
2843         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2844         setup.
2845         * top.c (deprecated_command_loop_hook): Remove.
2846
2847 2013-09-05  Pedro Alves  <palves@redhat.com>
2848
2849         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2850         local is now int instead of ULONGEST.  Print it with %d
2851         instead of paddress.
2852
2853 2013-09-05  Tristan Gingold  <gingold@adacore.com>
2854
2855         * MAINTAINERS: Remove avr maintainership.
2856
2857 2013-09-05  Pedro Alves  <palves@redhat.com>
2858
2859         * findvar.c (value_of_register): Rework in terms of
2860         value_of_register_lazy.
2861
2862 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
2863
2864         * symfile.c (add_symbol_file_command): Remove trailing
2865          whitespaces and blank line after comment.
2866
2867 2013-09-05  Pedro Alves  <palves@redhat.com>
2868
2869         * tui/tui-regs.c (tui_register_format): Don't look at the
2870         register's name here.  Return string representing register
2871         value instead of storing it in the data element.
2872         (tui_get_register): Compare register string representations
2873         instead of register value states and contents.
2874
2875 2013-09-05  Pedro Alves  <palves@redhat.com>
2876
2877         PR tui/15933
2878         * tui/tui-regs.c (tui_show_registers): Show registers of the
2879         selected frame, not the current frame.
2880
2881 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
2882
2883         * MAINTAINERS (Write After Approval): Add myself to the list.
2884
2885 2013-09-04  Doug Evans  <dje@google.com>
2886
2887         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2888         (queue_and_load_dwo_tu): New function.
2889         (lookup_dwo_signatured_type): Set per_cu.tu_read.
2890         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2891         Make dependent_cu optional.
2892         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2893         and an older .gdb_index is in use, queue and load all its TUs too.
2894
2895 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2896
2897         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2898         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2899         variable search_flags.
2900         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2901         (OPF_RETURN_REALPATH): ... here.
2902         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2903         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2904         call.  Twice.
2905         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2906         openp call.
2907         * solib.c (solib_find): Likewise.  Four times.
2908         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2909         in the function comment and for the realpath_fptr variable.
2910         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2911         (find_and_open_source): Likewise.  Twice.
2912         * symfile.c (symfile_bfd_open): Likewise, also twice.
2913
2914 2013-09-04  Doug Evans  <dje@google.com>
2915
2916         * progspace.c (save_current_space_and_thread): Remove unnecessary
2917         call to save_current_inferior.
2918
2919 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
2920
2921         * sh64-tdep.c (sh64_do_register): Return after printing message
2922         about unavailable register contents.
2923
2924 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
2925             Pedro Alves  <palves@redhat.com>
2926
2927         * symfile.c (add_symbol_file_command): Error out on unknown
2928         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2929         options and collapse into single conditional branch.
2930
2931 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
2932
2933         * inf-child.c (inf_child_follow_fork): New parameter
2934         detach_fork.
2935         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2936         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2937         * inferior.h (detach_fork): Remove.
2938         * infrun.c (detach_fork): Adjust comment and make it
2939         static.
2940         (follow_fork): Pass detach_fork parameter to
2941         target_follow_fork.
2942         * linux-nat.c (linux_child_follow_fork): New parameter
2943         detach_fork.
2944         * target.c (target_follow_fork): New parameter detach_fork.
2945         Pass detach_fork as parameter and print its value.
2946         * target.h (struct target_ops) <to_follow_fork>: New int
2947         parameter.
2948         (target_follow_fork): New parameter detach_fork.
2949
2950 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
2951
2952         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2953         Replace sec->bfd by sec->the_bfd_section->owner.
2954
2955 2013-09-03  Yao Qi  <yao@codesourcery.com>
2956
2957         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
2958         from linux_has_shared_address_space.
2959         (linux_has_shared_address_space): Call linux_is_uclinux.
2960         * linux-tdep.h (linux_is_uclinux): Declare.
2961         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2962         linux_is_uclinux.
2963
2964 2013-09-03  Yao Qi  <yao@codesourcery.com>
2965
2966         * config/djgpp/fnchange.lst: Remove entry of
2967         i386-interix-nat.c and i386-interix-tdep.c.
2968         * configure.ac: Remove '*-*-interix*'.
2969         * configure: Re-generated.
2970         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2971         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2972         obsolete comments.
2973         * osabi.c (gdb_osabi_names): Remove "Interix".
2974
2975 2013-09-03  Yao Qi  <yao@codesourcery.com>
2976
2977         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2978
2979 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
2980
2981         * record.h (record_print_flag) <record_print_src_line,
2982         record_print_insn_range>: Rename into ...
2983         (record_print_flag) <record_print_src_line,
2984         record_print_insn_range>: ... this.  Update all users.
2985
2986 2013-09-02  Pierre Muller  <muller@sourceware.org>
2987
2988         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2989         error code.
2990
2991 2013-09-02  Pierre Muller  <muller@sourceware.org>
2992
2993         * windows-nat.c (windows_xfer_memory): Fix compilation failure
2994         by use of plongest function.
2995
2996 2013-09-02  Tristan Gingold  <gingold@adacore.com>
2997
2998         * NEWS: Add entry mentioning support for native Windows x64
2999         SEH data.
3000
3001         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3002         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3003         (struct amd64_windows_frame_cache): New struct.
3004         (amd64_windows_w2gdb_regnum): New global.
3005         (pc_in_range, amd64_windows_frame_decode_epilogue)
3006         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3007         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3008         (amd64_windows_frame_this_id): New functions.
3009         (amd64_windows_frame_unwind): New static global.
3010         (amd64_windows_skip_prologue): New function.
3011         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3012         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3013         with amd64_windows_skip_prologue.
3014
3015 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
3016
3017         GDB 7.6.1 released.
3018
3019 2013-08-30  Pedro Alves  <palves@redhat.com>
3020
3021         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3022         SRC_AND_LOC.
3023
3024 2013-08-30  Pedro Alves  <palves@redhat.com>
3025
3026         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3027         warning text.
3028
3029 2013-08-30  Pedro Alves  <palves@redhat.com>
3030
3031         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3032         Adjust arguments to print_stack_frame.
3033
3034 2013-08-30  Pedro Alves  <palves@redhat.com>
3035
3036         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3037
3038 2013-08-30  Pedro Alves  <palves@redhat.com>
3039
3040         * frame.h (show_and_print_stack_frame): Delete declaration.
3041
3042 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
3043
3044         PR python/15461
3045         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3046         (archpy_name): Check for valid architecture.
3047         (archpy_disassemble): Ditto.
3048
3049 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
3050
3051         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3052         instead of "long long" in call to ptrace64.
3053
3054 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
3055
3056         * mi/mi-interp.c (mi_command_loop): Change signature to match
3057         interp_command_loop_ftype.
3058         (mi1_command_loop): Remove.
3059         (mi2_command_loop): Remove.
3060         (mi3_command_loop): Remove.
3061         (mi_interpreter_resume): Remove setting of
3062         deprecated_command_loop_hook.
3063         (_initialize_mi_interp): Set mi_command_loop as the command loop
3064         callback.
3065
3066 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3067
3068         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3069         value_type.
3070
3071 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3072
3073         * value.c (allocate_value_contents): Make static.
3074         * value.h (allocate_value_contents): Remove prototype.
3075
3076 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3077
3078         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3079         of assembling value via allocate_value_lazy and attribute setter.
3080         * findvar.c (default_read_var_value): Use value_at_lazy instead of
3081         assembling value via allocate_value_lazy and attribute setter.
3082         * valops.c (do_search_struct_field): Use value_at_lazy instead of
3083         assembling value via allocate_value_lazy and attribute setter.
3084
3085 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3086
3087         * value.c (value_from_contents_and_address): Replace allocate_value and
3088         memcpy with value_from_contents.
3089
3090 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3091
3092         * python/py-framefilter.c (py_print_frame): Remove usage of
3093         PyString_AsString.  Use python_string_to_host_string instead.
3094         Refactor function to work with a string as a new allocation
3095         instead of a pointer.
3096         (py_print_frame): Ditto.
3097         * python/lib/gdb/frames.py (return_list): Cain iterators together
3098         instead of adding them as a list.
3099         (_sort_list): Call return_list, and remove duplicate code.
3100         (execute_frame_filters): Convert iterator to a list with list().
3101         * python/lib/gdb/command/frame_filters.py
3102         (SetFrameFilterPriority._set_filter_priority): Convert priority
3103         attribute to an integer.
3104         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3105         wrapper function __next__.
3106         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3107         define as "str".
3108
3109 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3110
3111         PR python/15752
3112         * python/py-framefilter.c (apply_frame_filter): Check
3113         gdb_python_initialized.  Exit if the Python frame-filter code
3114         cannot be initialized.
3115
3116 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3117
3118         PR cli/15842
3119         * top.c (print_gdb_version): Remove erroneous newline after help
3120         text.
3121
3122 2013-08-29  Yao Qi  <yao@codesourcery.com>
3123
3124         * varobj.c (install_dynamic_child): Remove trailing space.
3125         Add one blank line after variable declaration.
3126
3127 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3128
3129         PR gdb/15415
3130         * corefile.c (get_exec_file): Use exec_filename.
3131         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
3132         * exec.c (exec_close): Free EXEC_FILENAME.
3133         (exec_file_attach): New variable canonical_pathname.  Use
3134         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
3135         EXEC_FILENAME.
3136         * exec.h (exec_filename): New.
3137         * inferior.c (print_inferior, inferior_command): Use
3138         PSPACE_EXEC_FILENAME.
3139         * mi/mi-main.c (print_one_inferior): Likewise.
3140         * progspace.c (clone_program_space, print_program_space): Likewise.
3141         * progspace.h (struct program_space): New field pspace_exec_filename.
3142         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
3143         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3144
3145 2013-08-28  Will Newton  <will.newton@linaro.org>
3146
3147         * common/linux-ptrace.c: Include stdint.h unconditionally.
3148
3149 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3150
3151         Code cleanup.
3152         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3153
3154 2013-08-28  Yao Qi  <yao@codesourcery.com>
3155             Pedro Alves  <palves@redhat.com>
3156
3157         * event-top.c (gdb_setup_readline): Call stderr_fileopen
3158         instead of stdio_fileopen.
3159         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3160         .Call stderr_fileopen instead of stdio_fileopen.
3161         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3162         [__MINGW32__] (stderr_file_fputs): New function.
3163         (stderr_fileopen): New function.
3164         * ui-file.h (stderr_fileopen): Declare.
3165
3166 2013-08-27  Doug Evans  <dje@google.com>
3167
3168         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3169         (struct dwarf2_per_cu_data): Ditto.
3170         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
3171         (process_imported_unit_die): Ditto.
3172         (follow_die_sig_1): Simplify assert.
3173
3174 2013-08-27  Pedro Alves  <palves@redhat.com>
3175
3176         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3177         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
3178         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3179         windows_xfer_memory directly.
3180         (init_windows_ops): Don't install a deprecated_xfer_memory method.
3181
3182 2013-08-27  Pedro Alves  <palves@redhat.com>
3183
3184         * darwin-nat.c (darwin_xfer_memory): Delete.
3185         (_initialize_darwin_inferior): Don't install a
3186         deprecated_xfer_memory method.
3187
3188 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
3189             Yao Qi  <yao@codesourcery.com>
3190
3191         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3192         (parse_no_frames_option): Remove.
3193         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3194         (mi_cmd_stack_list_args): Adjust.
3195         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3196         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
3197         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3198         Caller update.
3199         (list_args_or_locals): New parameter 'skip_unavailable'.
3200         Handle it.
3201         * valprint.c (scalar_type_p): Rename to ...
3202         (val_print_scalar_type_p): ... this.  Make extern.
3203         (val_print, value_check_printable): Adjust.
3204         * valprint.h (val_print_scalar_type_p): Declare.
3205         * value.c (value_entirely_unavailable): New function.
3206         * value.h (value_entirely_unavailable): Declare.
3207
3208         * NEWS: Mention the new option "--skip-unavailable" to MI
3209         commands '-stack-list-locals', '-stack-list-arguments' and
3210         '-stack-list-variables'.
3211
3212 2013-08-27  Yao Qi  <yao@codesourcery.com>
3213
3214         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3215         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3216         options.
3217         * mi/mi-getopt.c (mi_getopt): Remove.
3218         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
3219         'error_on_unknown'.
3220         (mi_getopt): Call mi_getopt_1.
3221         (mi_getopt_silent): New.
3222         * mi/mi-getopt.h (mi_getopt_silent): Declare.
3223
3224 2013-08-26  Doug Evans  <dje@google.com>
3225
3226         PR symtab/15885
3227         * dwarf2read.c (dw2_dump): Print some minimal information indicating
3228         .gdb_index is in use.
3229         * symfile.c (reread_symbols): Reset objfile->sf.
3230
3231         * NEWS: Document "mt print objfiles" now takes optional regexp.
3232         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3233         regexp of objfiles to print.
3234         (_initialize_symmisc): Update doc string for "mt print objfiles".
3235
3236         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3237         missing debug info checks.
3238
3239 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
3240             Ulrich Weigand  <uweigand@de.ibm.com>
3241
3242         * xcoffread.c (arrange_linetable): Add fix to correctly handle
3243         line tables generated by XLC compiled binaries.
3244
3245 2013-08-23  Doug Evans  <dje@google.com>
3246
3247         * symmisc.c (dump_symtab): Delete prototype.
3248         (dump_msymbols, dump_objfile): Ditto.
3249         (maintenance_info_symtabs): Mark as dont_repeat.
3250         (_initialize_symmisc): Improve doc string for "mt info symtabs".
3251
3252         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3253         debugging printf to better location.
3254
3255 2013-08-23  Pedro Alves  <palves@redhat.com>
3256
3257         * target.c (target_read_live_memory): Change type of 'ret' local
3258         to LONGEST.
3259
3260 2013-08-23  Pedro Alves  <palves@redhat.com>
3261
3262         * remote.c (remote_write_bytes_aux, remote_write_bytes)
3263         (remote_read_bytes): Change return type to LONGEST, and adjust to
3264         return a target_xfer_error on error.
3265         (remote_xfer_memory): Delete.
3266         (remote_flash_write): Change type of 'ret' local to LONGEST.
3267         (remote_xfer_partial, remote_xfer_partial): Adjust.
3268         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3269
3270 2013-08-23  Pierre Muller  <muller@sourceware.org>
3271
3272         ARI fix: Push # directives to start of line.
3273         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3274
3275 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
3276
3277         PR gdb/15501
3278         * breakpoint.c (enable_command, disable_command): Iterate over
3279         all specified breakpoint locations.
3280
3281 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
3282
3283         * common/linux-ptrace.c (linux_fork_to_function): Push #
3284         directives to the start of the line.
3285         (linux_check_ptrace_features): Fix warning message to use
3286         the "_" markup.
3287
3288 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
3289
3290         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3291         nat/linux-waitpid.h.
3292         (linux-waitpid.o): New object file rule.
3293         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3294         (current_ptrace_options): Moved from linux-nat.c.
3295         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3296         parameters.
3297         (linux_fork_to_function): New function.
3298         (linux_grandchild_function): Likewise.
3299         (linux_child_function): Likewise.
3300         (linux_check_ptrace_features): New function, heavily
3301         based on linux-nat.c:linux_test_for_tracefork.
3302         (linux_enable_event_reporting): New function.
3303         (ptrace_supports_feature): Likewise.
3304         (linux_supports_tracefork): Likewise.
3305         (linux_supports_traceclone): Likewise.
3306         (linux_supports_tracevforkdone): Likewise.
3307         (linux_supports_tracesysgood): Likewise.
3308         * common/linux-ptrace.h (HAS_NOMMU): Moved from
3309         gdbserver/linux-low.c.
3310         (linux_enable_event_reporting): New declaration.
3311         (linux_supports_tracefork): Likewise.
3312         (linux_supports_traceclone): Likewise.
3313         (linux_supports_tracevforkdone): Likewise.
3314         (linux_supports_tracesysgood): Likewise.
3315         * config.in (PTRACE_TYPE_ARG4): Regenerate.
3316         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3317         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3318         * config/arm/linux.mh (NATDEPFILES): Likewise.
3319         * config/i386/linux.mh (NATDEPFILES): Likewise.
3320         * config/i386/linux64.mh (NATDEPFILES): Likewise.
3321         * config/ia64/linux.mh (NATDEPFILES): Likewise.
3322         * config/m32r/linux.mh (NATDEPFILES): Likewise.
3323         * config/m68k/linux.mh (NATDEPFILES): Likewise.
3324         * config/mips/linux.mh (NATDEPFILES): Likewise.
3325         * config/pa/linux.mh (NATDEPFILES): Likewise..
3326         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3327         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3328         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3329         * config/sparc/linux.mh (NATDEPFILES): Likewise.
3330         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3331         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3332         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3333         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3334         ptrace's 4th argument's types.
3335         Check the type of PTRACE_TYPE_ARG4.
3336         * configure: Regenerate.
3337         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3338         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3339         (linux_supports_tracefork_flag): Remove.
3340         (linux_supports_tracesysgood_flag): Likewise.
3341         (linux_supports_tracevforkdone_flag): Likewise.
3342         (current_ptrace_options): Moved to
3343         common/linux-ptrace.c.
3344         (linux_tracefork_child): Remove.
3345         (my_waitpid): Remove.
3346         (linux_test_for_tracefork): Renamed to
3347         linux_check_ptrace_features and moved to common/linux-ptrace.c.
3348         (linux_test_for_tracesysgood): Remove.
3349         (linux_supports_tracesysgood): Remove.
3350         (linux_supports_tracefork): Remove.
3351         (linux_supports_tracevforkdone): Remove.
3352         (linux_enable_tracesysgood): Remove.
3353         (linux_enable_event_reporting): Remove.
3354         (linux_init_ptrace): New function.
3355         (linux_child_post_attach): Call linux_init_ptrace.
3356         (linux_child_post_startup_inferior): Call linux_init_ptrace.
3357         (linux_child_follow_fork): Call linux_supports_tracefork
3358         and linux_supports_tracevforkdone.
3359         (linux_child_insert_fork_catchpoint): Call
3360         linux_supports_tracefork.
3361         (linux_child_insert_vfork_catchpoint): Likewise.
3362         (linux_child_set_syscall_catchpoint): Call
3363         linux_supports_tracesysgood.
3364         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
3365         * nat/linux-nat.h: New file.
3366         * nat/linux-waitpid.c: New file.
3367         * nat/linux-waitpid.h: New file.
3368
3369 2013-08-22  Samuel Bronson  <naesten@gmail.com>
3370
3371         ARM Linux support for `catch syscall'.
3372         * syscalls/arm-linux.py: New file.
3373         * syscalls/arm-linux.xml: Likewise.
3374         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
3375         (arm_linux_init_abi): Register the new function and syscall xml file.
3376         * data-directory/Makefile.in: Install the new syscall xml file.
3377         * NEWS: Brag about this.
3378
3379 2013-08-22  Pedro Alves  <palves@redhat.com>
3380
3381         PR gdb/15871
3382         * corefile.c (target_xfer_memory_error): New function.
3383         (memory_error): Defer EIO to target_memory_error.
3384         (read_memory): Use target_xfer_partial, and handle finer-grained
3385         target xfer errors.
3386         * target.c (target_xfer_error_to_string): New function.
3387         (memory_xfer_partial_1): If memory is known to be
3388         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
3389         (target_xfer_partial): Make extern.
3390         * target.h (enum target_xfer_error): New enum.
3391         (target_xfer_error_to_string): Declare function.
3392         (target_xfer_partial): Declare function.
3393         (struct target_ops) <xfer_partial>: Adjust describing comment.
3394
3395 2013-08-22  Alan Modra  <amodra@gmail.com>
3396
3397         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
3398         * configure.tgt: Likewise as targets.
3399
3400 2013-08-20  Doug Evans  <dje@google.com>
3401
3402         * buildsym.c (subfile_stack): Move here from buildsym.h.
3403         (pending_macros): Ditto.
3404         (get_macro_table): New function.
3405         (buildsym_init): Initialize subfile_stack.
3406         * coffread.c (type_vector,type_vector_length): Moved here from
3407         buildsym.h.
3408         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3409         (coff_symtab_read): Use it.
3410         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
3411         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
3412         with call to get_macro_table.
3413         * stabsread.c (type_vector,type_vector_length): Moved here from
3414         buildsym.h.
3415         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3416         * buildsym.h (get_macro_table): Declare.
3417
3418 2013-08-20  Tom Tromey  <tromey@redhat.com>
3419
3420         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
3421         Update.
3422         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
3423
3424 2013-08-20  Doug Evans  <dje@google.com>
3425
3426         * blockframe.c: Remove #include "psymtab.h".
3427         * cp-support.c: Ditto.
3428         * source.c: Ditto.
3429         * stack.c: Ditto.
3430
3431 2013-08-20  Tom Tromey  <tromey@redhat.com>
3432
3433         PR python/15816:
3434         * exceptions.h (return_mask): Now an enum.
3435         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
3436         enum constants.
3437
3438 2013-08-20  Tom Tromey  <tromey@redhat.com>
3439
3440         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3441         get_objfile_arch.
3442         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3443         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3444         * jit.c (jit_object_close_impl): Update.
3445         * jv-lang.c (get_dynamics_objfile): Update.
3446         * linespec.c (add_minsym): Use get_dynamics_objfile.
3447         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3448         (allocate_objfile): Don't initialize 'gdbarch' field.
3449         (get_objfile_arch): Update.
3450         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3451         moved from...
3452         (struct objfile) <gdbarch>: ... here.  Remove.
3453         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3454         get_objfile_arch.
3455         * symfile.c (init_entry_point_info): Use get_objfile_arch.
3456
3457 2013-08-20  Alan Modra  <amodra@gmail.com>
3458
3459         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3460         for IBM long double nan and inf.
3461         (floatformat_is_negative, floatformat_classify,
3462         floatformat_mantissa): Similarly.
3463         (floatformat_ieee_single, floatformat_ieee_double,
3464         floatformat_ieee_quad, floatformat_arm_ext,
3465         floatformat_ia64_spill): Delete unused vars.
3466         (_initialize_doublest): Delete unused function.
3467         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3468         little-endian variants of floatformat_ibm_long_double.
3469
3470 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
3471
3472         * Makefile.in (SFILES): Remove common/target-common.c and
3473         add target/waitstatus.c.
3474         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3475         target/resume.h, target/wait.h and target/waitstatus.h.
3476         (COMMON_OBS): Remove target-common.o and add
3477         waitstatus.o.
3478         (target-common.o): Remove.
3479         (waitstatus.o): New target object file.
3480         * common/target-common.c: Move contents to
3481         target/waitstatus.c and remove.
3482         * common/target-common.h: Move contents to other files and
3483         remove.
3484         (enum resume_kind: Move to target/resume.h.
3485         (TARGET_WNOHANG): Move to target/wait.h.
3486         (enum target_waitkind): Move to target/waitstatus.h.
3487         (struct target_waitstatus): Likewise.
3488         * target.h: Do not include target-common.h and
3489         include target/resume.h, target/wait.h and
3490         target/waitstatus.h.
3491         * target/resume.h: New file.
3492         * target/wait.h: New file.
3493         * target/waitstatus.h: New file.
3494         * target/waitstatus.c: New file.
3495
3496 2013-08-19  Pedro Alves  <palves@redhat.com>
3497
3498         * linux-nat.c (linux_test_for_tracefork)
3499         (linux_test_for_tracesysgood, linux_child_follow_fork)
3500         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3501         (linux_nat_wait_1): Extend comment.
3502         (linux_async_pipe): Add comment.
3503
3504 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
3505
3506         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3507         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3508         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3509         Update to account for fact that PC is now a pseudo-register.
3510         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
3511         cases for RL78_PC_REGNUM.
3512
3513 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
3514
3515         PR cli/15841
3516         * top.c (quit_force): Skip writing history file
3517         if input is not from terminal.
3518
3519 2013-08-14  Tom Tromey  <tromey@redhat.com>
3520
3521         * remote.c (struct remote_state) <echo_nextthread, nextthread,
3522         resultthreadlist>: New fields.
3523         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3524         (remote_get_threadlist, remote_threadlist_iterator): Use
3525         new fields.  Remove static variables.
3526
3527 2013-08-14  Tom Tromey  <tromey@redhat.com>
3528
3529         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3530         remote_watch_data_address>: New fields.
3531         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3532         (process_stop_reply, remote_wait_as)
3533         (remote_check_watch_resources, remote_stopped_data_address): Update.
3534
3535 2013-08-14  Tom Tromey  <tromey@redhat.com>
3536
3537         * remote.c (struct remote_state) <async_client_callback,
3538         async_client_context>: New fields.
3539         (async_client_callback, async_client_context): Remove.
3540         (remote_async_serial_handler, remote_async): Update.
3541
3542 2013-08-14  Tom Tromey  <tromey@redhat.com>
3543
3544         * remote.c (sizeof_pkt): Remove.
3545         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3546
3547 2013-08-14  Tom Tromey  <tromey@redhat.com>
3548
3549         * remote.c (struct remote_state) <use_threadinfo_query,
3550         use_threadextra_query>: New fields.
3551         (remote_threads_info, remote_threads_extra_info)
3552         (remote_open_1): Update.
3553
3554 2013-08-14  Tom Tromey  <tromey@redhat.com>
3555
3556         * remote.c (struct remote_state) <finished_object,
3557         finished_annex, finished_offset>: New fields.
3558         (remote_read_qxfer): Use remote_state fields; remove static
3559         variables.
3560
3561 2013-08-14  Tom Tromey  <tromey@redhat.com>
3562
3563         * remote.c (struct remote_state) <last_sent_step>:
3564         New field.
3565         (last_sent_step): Remove.
3566         (remote_resume, remote_wait_as): Update.
3567
3568 2013-08-14  Tom Tromey  <tromey@redhat.com>
3569
3570         * remote.c (struct remote_state) <last_sent_signal>:
3571         New field.
3572         (last_sent_signal): Remove.
3573         (new_remote_state, remote_resume, remote_wait_as): Update.
3574
3575 2013-08-14  Tom Tromey  <tromey@redhat.com>
3576
3577         * remote.c (struct remote_state) <last_program_signals_packet>:
3578         New field.
3579         (last_program_signals_packet): Remove.
3580         (remote_program_signals, remote_open_1): Update.
3581
3582 2013-08-14  Tom Tromey  <tromey@redhat.com>
3583
3584         * remote.c (struct remote_state) <last_pass_packet>:
3585         New field.
3586         (last_pass_packet): Remove.
3587         (remote_pass_signals, remote_open_1): Update.
3588
3589 2013-08-14  Tom Tromey  <tromey@redhat.com>
3590
3591         * remote.c (struct remote_state) <remote_traceframe_number>:
3592         New field.
3593         (remote_traceframe_number): Remove.
3594         (new_remote_state, remote_open_1, set_remote_traceframe)
3595         (remote_trace_find): Update.
3596
3597 2013-08-14  Tom Tromey  <tromey@redhat.com>
3598
3599         * remote.c (struct remote_state) <general_thread, continue_thread>:
3600         New fields.
3601         (general_thread, continue_thread): Remove.
3602         (record_currthread, set_thread, set_general_process)
3603         (remote_open_1, extended_remote_attach_1, remote_wait_as)
3604         (extended_remote_mourn_1): Update.
3605
3606 2013-08-14  Tom Tromey  <tromey@redhat.com>
3607
3608         * remote.c (struct remote_state) <remote_desc>: New field.
3609         (remote_desc): Remove.
3610         (remote_threads_info, remote_threads_extra_info, remote_close)
3611         (send_interrupt_sequence, remote_start_remote, remote_open_1)
3612         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
3613         (remote_hostio_send_command, remote_file_put, remote_file_get)
3614         (remote_file_delete, remote_can_async_p, remote_is_async_p)
3615         (remote_async, remote_new_objfile, set_range_stepping): Update.
3616
3617 2013-08-14  Tom Tromey  <tromey@redhat.com>
3618
3619         * remote.c (remote_state): Now a pointer.
3620         (get_remote_state_raw): Update.
3621         (new_remote_state): New function.
3622         (_initialize_remote): Use new_remote_state.
3623
3624 2013-08-14  Tom Tromey  <tromey@redhat.com>
3625
3626         * remote.c (remote_protocol_features): Now const.
3627
3628 2013-08-14  Tom Tromey  <tromey@redhat.com>
3629
3630         * remote.c (crc32_table, crc32): Remove.
3631         (remote_verify_memory): Use xcrc32.
3632
3633 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
3634
3635         * value.h (create_internalvar_type_lazy): Adjust prototype
3636         declaration.
3637
3638 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
3639
3640         * common/format.c (parse_format_string): Don't allow '#' flag for
3641         pointer arguments in format string.
3642
3643 2013-08-13  Pierre Muller  <muller@sourceware.org>
3644
3645         * utils.c (init_page_info): Only call tgetnum function
3646         if rl_get_screen_size did not return useful values.
3647
3648 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
3649
3650         PR breakpoints/15117
3651         * linespec.c (linespec_parse_basic): Check for convenience
3652         variable or history value while parsing.
3653
3654 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
3655
3656         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3657         AVR.
3658         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
3659         different signals between the generic Linux kernel implementation
3660         and AVR's.
3661         (avr_linux_gdb_signal_from_target): Delete.
3662         (avr_linux_gdb_signal_to_target): Delete.
3663         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3664
3665 2013-08-09  Doug Evans  <dje@google.com>
3666
3667         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3668         entries.
3669
3670 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
3671
3672         * linux-tdep.c: Define enum with generic signal numbers.
3673         (linux_gdb_signal_from_target): New function.
3674         (linux_gdb_signal_to_target): Likewise.
3675         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3676         methods to the functions above.
3677         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3678         (linux_gdb_signal_to_target): Likewise.
3679         * alpha-linux-tdep.c: Define new enum with signals different
3680         from generic Linux kernel.
3681         (alpha_linux_gdb_signal_from_target): New function.
3682         (alpha_linux_gdb_signal_to_target): Likewise.
3683         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3684         with the functions mentioned above.
3685         * avr-tdep.c: Define enum with differences between Linux kernel
3686         and AVR signals.
3687         (avr_linux_gdb_signal_from_target): New function.
3688         (avr_linux_gdb_signal_to_target): Likewise.
3689         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3690         the functions mentioned above.
3691         * sparc-linux-tdep.c: Define enum with differences between SPARC
3692         and generic Linux kernel signal numbers.
3693         (sparc32_linux_gdb_signal_from_target): New function.
3694         (sparc32_linux_gdb_signal_to_target): Likewise.
3695         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3696         to the functions defined above.
3697         * xtensa-linux-tdep.c: Define enum with differences between
3698         Xtensa and Linux kernel generic signals.
3699         (xtensa_linux_gdb_signal_from_target): New function.
3700         (xtensa_linux_gdb_signal_to_target): Likewise.
3701         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3702         to the functions defined above.
3703         * mips-linux-tdep.c: Define enum with differences between
3704         signals in MIPS and Linux kernel generic ones.
3705         (mips_gdb_signal_to_target): New function.
3706         (mips_gdb_signal_from_target): Redefine to use new enum, handle
3707         only different signals from the Linux kernel generic.
3708         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3709         the functions defined above.
3710         * mips-linux-tdep.h (enum mips_signals): Remove.
3711
3712 2013-08-09  Pedro Alves  <palves@redhat.com>
3713
3714         * avr-tdep.c (XMALLOC): Delete macro.
3715         * cli/cli-dump.c (XMALLOC): Delete macro.
3716
3717 2013-08-09  Pedro Alves  <palves@redhat.com>
3718
3719         * cli/cli-dump.c: Don't include cli/cli-dump.h.
3720         (scan_expression_with_cleanup, scan_filename_with_cleanup)
3721         (fopen_with_cleanup, add_dump_command): Make static.
3722         * cli/cli-dump.h: Delete file.
3723         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
3724         cli/cli-dump.h.
3725
3726 2013-08-09  Pedro Alves  <palves@redhat.com>
3727
3728         * tracepoint.c (tfile_start): Show tilde-expanded filename in
3729         error message.
3730
3731 2013-08-09  Pedro Alves  <palves@redhat.com>
3732
3733         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
3734         error message.
3735
3736 2013-08-09  Pedro Alves  <palves@redhat.com>
3737
3738         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
3739         (gcore_command): Use tilde_expand here, and when showing the
3740         filename to the user, show the expanded version.
3741
3742 2013-08-09  Yao Qi  <yao@codesourcery.com>
3743
3744         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3745         'entryval' is set.
3746
3747 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
3748
3749         * gcore.c (create_gcore_bfd): Use tilde_expand.
3750
3751 2013-08-08  Yao Qi  <yao@codesourcery.com>
3752
3753         * frame.h (read_frame_local): Declare.
3754         * mi/mi-cmd-stack.c (list_args_or_locals): Call
3755         read_frame_local.
3756         * stack.c (read_frame_local): New.
3757
3758 2013-08-08  Yao Qi  <yao@codesourcery.com>
3759
3760         * mi/mi-cmd-stack.c: Update comments to function
3761         list_args_or_locals.
3762
3763 2013-08-07  Tom Tromey  <tromey@redhat.com>
3764
3765         PR symtab/15028:
3766         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
3767         (process_psymtab_comp_unit_reader): Use it.
3768         (process_psymtab_comp_unit): Update.  Add "pretend_language"
3769         argument.
3770         (dwarf2_build_psymtabs_hard): Update.
3771         (scan_partial_symbols): Pass CU's language to
3772         process_psymtab_comp_unit.
3773
3774 2013-08-07  Tom Tromey  <tromey@redhat.com>
3775
3776         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3777         (dwarf2_gdb_index_functions): Update.
3778         * psymtab.c (find_symbol_file_from_partial): Remove.
3779         (psym_functions): Update.
3780         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3781         Remove.
3782
3783 2013-08-07  Tom Tromey  <tromey@redhat.com>
3784
3785         * symfile.c (set_initial_language): Look up "main" symbol
3786         and use its language.
3787         * symtab.c (find_main_filename): Remove.
3788         * symtab.h (find_main_filename): Remove.
3789
3790 2013-08-07  Tom Tromey  <tromey@redhat.com>
3791
3792         * dwarf2read.c (recursively_compute_inclusions): Add
3793         "immediate_parent" argument.  Set symtab's "user" field
3794         if not set.
3795         (compute_symtab_includes): Update.
3796
3797 2013-08-07  Tom Tromey  <tromey@redhat.com>
3798
3799         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3800         when adding label symbols.
3801
3802 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3803             Ulrich Weigand  <uweigand@de.ibm.com>
3804
3805         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3806         * configure.host (powerpc64-*-aix*): Likewise.
3807
3808 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3809             Ulrich Weigand  <uweigand@de.ibm.com>
3810
3811         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3812         is defined.
3813         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3814         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3815         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3816         * configure.ac: Check for ptrace64.
3817         * configure, config.in: Regenerate.
3818
3819 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3820             Ulrich Weigand  <uweigand@de.ibm.com>
3821
3822         * aixthread.c: Call ptrace64 instead of ptracex if defined.
3823         Call ptrace64 instead of ptrace if defined.
3824         Add macro addr_ptr to take care of ptrace address argument.
3825         (pdc_read_regs): Likewise.
3826         (pdc_write_regs): Likewise.
3827         (aix_thread_resume): Likewise.
3828         (fetch_regs_kernel_thread): Likewise.
3829         (store_regs_kernel_thread): Likewise.
3830
3831 2013-08-07  Anton Blanchard  <anton@samba.org>
3832
3833         * MAINTAINERS: Add myself to Write After Approval.
3834
3835 2013-08-05  Tom Tromey  <tromey@redhat.com>
3836
3837         * aix-thread.c (_initialize_aix_thread): Use
3838         complete_target_initialization.
3839         * bsd-uthread.c (_initialize_bsd_uthread): Use
3840         complete_target_initialization.
3841         * dec-thread.c (_initialize_dec_thread): Use
3842         complete_target_initialization.
3843         * ravenscar-thread.c (_initialize_ravenscar): Use
3844         complete_target_initialization.
3845         * sol-thread.c (_initialize_sol_thread): Use
3846         complete_target_initialization.
3847         * spu-multiarch.c (_initialize_spu_multiarch): Use
3848         complete_target_initialization.
3849
3850 2013-08-05  Tom Tromey  <tromey@redhat.com>
3851
3852         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3853         * ada-lang.c (ada_lookup_simple_minsym): Return
3854         bound_minimal_symbol.
3855         * ada-lang.h (ada_lookup_simple_minsym): Update.
3856         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3857         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3858         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3859         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3860         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3861         * minsyms.c (msymbol_objfile): Remove.
3862         (lookup_minimal_symbol_internal): New function, from
3863         lookup_minimal_symbol.
3864         (lookup_minimal_symbol): Rewrite using
3865         lookup_minimal_symbol_internal.
3866         (lookup_bound_minimal_symbol): New function.
3867         * minsyms.h (msymbol_objfile): Remove.
3868         (lookup_bound_minimal_symbol): Declare.
3869         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3870         * parse.c (write_exp_msymbol): Change parameter to a
3871         bound_minimal_symbol.
3872         (write_dollar_variable): Use lookup_bound_minimal_symbol.
3873         * parser-defs.h (write_exp_msymbol): Update.
3874         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3875         * symfile.c (simple_read_overlay_table): Use
3876         lookup_bound_minimal_symbol.
3877         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3878         (search_symbols): Likewise.
3879         (print_msymbol_info): Take a bound_minimal_symbol argument.
3880         (symtab_symbol_info, rbreak_command): Update.
3881         * symtab.h (struct symbol_search) <msymbol>: Change type
3882         to bound_minimal_symbol.
3883         * valops.c (find_function_in_inferior): Use
3884         lookup_bound_minimal_symbol.
3885         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3886
3887 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3888
3889         Code cleanup.
3890         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3891         to ...
3892         (async_cleanup_sigint_signal_handler): ... this.
3893         (initialize_sigint_signal_handler): Remove declaration.
3894         (handle_remote_sigint): Rename the declaration to ...
3895         (async_handle_remote_sigint): ... this.
3896         (handle_remote_sigint_twice): Rename the declaration to ...
3897         (async_handle_remote_sigint_twice): ... this.
3898         (async_remote_interrupt, async_remote_interrupt_twice)
3899         (remote_interrupt): Remove the declarations.
3900         (remote_interrupt_twice): Rename the declaration ...
3901         (sync_remote_interrupt_twice): ... this.
3902         (sigint_remote_twice_token): Rename the variable to ...
3903         (async_sigint_remote_twice_token): ... this.
3904         (sigint_remote_token): Rename the variable to ...
3905         (async_sigint_remote_token): ... this.
3906         (initialize_sigint_signal_handler): Rename the function to ...
3907         (async_initialize_sigint_signal_handler): ... this.  Update the name
3908         inside.
3909         (handle_remote_sigint): Rename the function to ...
3910         (async_handle_remote_sigint): ... this.  Update the names inside.
3911         (handle_remote_sigint_twice): Rename the function to ...
3912         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
3913         (cleanup_sigint_signal_handler): Rename the function to ...
3914         (async_cleanup_sigint_signal_handler): ... this.
3915         (remote_interrupt): Rename the function to ...
3916         (sync_remote_interrupt): this.  Update the names inside.
3917         (remote_interrupt_twice): Rename the function to ...
3918         (sync_remote_interrupt_twice): this.  Update the names inside.
3919         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3920         (_initialize_remote): Update the names inside.
3921
3922 2013-08-02  Tom Tromey  <tromey@redhat.com>
3923
3924         PR symtab/15719:
3925         * breakpoint.c (update_watchpoint, watchpoint_check)
3926         (watch_command_1): Update.
3927         * eval.c (fetch_subexp_value): Add "preserve_errors"
3928         parameter.
3929         * ppc-linux-nat.c (check_condition): Update.
3930         * value.h (fetch_subexp_value): Update.
3931
3932 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
3933
3934         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3935         add_file_handler.
3936
3937 2013-08-01  Doug Evans  <dje@google.com>
3938
3939         PR symtab/15691
3940         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3941         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3942         Add assert of sig_entry->dwo_unit == NULL.
3943         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3944         had already been read.
3945         (read_signatured_type): Set per_cu.tu_read.
3946
3947         PR symtab/15695
3948         * valops.c (value_struct_elt): Add missing call to check_typedef.
3949         (value_find_oload_method_list): Ditto.
3950
3951         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3952         effectively, struct symbol_search **.
3953         (make_cleanup_free_search_symbols): Change arg to struct
3954         symbol_search **.  All callers updated.
3955         (compare_search_syms): Compare symtab file name and block as well.
3956         (search_symbols_equal): New function.
3957         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3958         New args new_head, new_tail.  Result is now void.  Remove dups after
3959         sorting the symbols.
3960         (search_symbols): Sort all found symbols once, after all have been
3961         found, and remove duplicates.  Simplify cleanup tracking of result.
3962         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3963
3964         Further workarounds for binutils/15021.
3965         * dwarf2read.c (recursively_compute_inclusions): Change type of result
3966         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
3967         Watch for duplicate symtabs coming from type units.
3968         (compute_symtab_includes): Update call to
3969         recursively_compute_inclusions. Build vector of included symtabs
3970         instead of per_cus.
3971         * symtab.h (symtab_ptr): New typedef.
3972         (DEF_VEC_P (symtab_ptr)): New VEC type.
3973         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
3974         instead.
3975
3976 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
3977
3978         * cli/cli-script.c (script_from_file): Remove use of
3979         error_pre_print.
3980         * main.c (captured_main): Remove use of error_pre_print and
3981         quit_pre_print.
3982         * utils.c (error_pre_print, quit_pre_print): Remove.
3983         * utils.h (error_pre_print, quit_pre_print): Likewise.
3984
3985 2013-08-01  Yao Qi  <yao@codesourcery.com>
3986
3987         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3988         with mi_getopt.
3989         (mi_cmd_stack_list_variables): Likewise.
3990
3991 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3992
3993         * exceptions.c (deprecated_throw_reason): Remove.
3994         * exceptions.h (deprecated_throw_reason): Remove.
3995
3996 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3997
3998         * remote-mips.c (mips_error): Replace use of
3999         deprecated_throw_reason with throw_verror.  Use the error message
4000         passed to mips_error as the error message for throw_verror.
4001
4002 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4003
4004         * monitor.c (monitor_interrupt_query): Replace use of
4005         deprecated_throw_reason with quit.
4006         * nto-procfs.c (interrupt_query): Likewise.
4007         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4008         * remote-mips.c (mips_kill): Likewise.
4009         * remote.c (interrupt_query): Likewise.
4010
4011 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4012
4013         * utils.c (internal_verror): Replace use of deprecated_throw_reason
4014         with call to fatal.
4015
4016 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
4017             Yao Qi  <yao@codesourcery.com>
4018
4019         * tracepoint.c (trace_dump_command): Select the current frame.
4020
4021 2013-07-30  Doug Evans  <dje@google.com>
4022
4023         * dwarf2read.c (process_queue): Add type signature to debug output.
4024
4025 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4026
4027         * value.c (value_fetch_lazy): Mark optimized out values as such
4028         rather than raising an error.
4029
4030 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4031
4032         * value.c (value_fetch_lazy): Ensure parent value is not lazy
4033         before checking which bits of the parent, not the child, value are
4034         valid.
4035
4036 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
4037
4038         PR gdb/15715
4039         * top.c: Include "filenames.h".
4040         (set_history_filename): New function.
4041         (init_main): Install it as set hook of the "set history filename"
4042         command.
4043
4044 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4045
4046         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4047         attribute parameter.
4048         (dwarf2_const_value_data): Constify struct attribute parameter.
4049         (dwarf2_const_value): Constify struct attribute parameter.
4050         (dwarf2_const_value_attr): Constify struct attribute parameter.
4051         (lookup_die_type): Constify struct attribute parameter.
4052         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4053         (follow_die_ref_or_sig): Constify struct attribute parameter.
4054         (follow_die_ref): Constify struct attribute parameter.
4055         (follow_die_sig): Constify struct attribute parameter.
4056         (get_DW_AT_signature_type): Constify struct attribute parameter.
4057         (get_type_unit_group): Constify struct attribute parameter.
4058         (fill_in_loclist_baton): Constify struct attribute parameter.
4059         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4060         (type_unit_group): Constify struct attribute parameter.
4061
4062 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4063
4064         * dwarf2read.c (attr_form_is_block): Make argument const.
4065         (attr_form_is_section_offset): Make argument const.
4066         (attr_form_is_constant): Make argument const.
4067         (attr_form_is_ref): Make argument const.
4068
4069 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4070
4071         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4072         All uses updated.
4073         (attr_form_is_ref): Moved below attr_form_is_constant.
4074
4075 2013-07-29  Doug Evans  <dje@google.com>
4076
4077         * main.c (captured_command_loop): Tweak comment.
4078
4079         * target.c (target_async_permitted_1): Fix comment.
4080
4081         * symtab.c (iterate_over_some_symtabs): Add comment.
4082
4083         * symtab.c (iterate_over_some_symtabs): Fix indentation.
4084
4085 2013-07-27  Yao Qi  <yao@codesourcery.com>
4086
4087         * NEWS: Mention that GDBserver now supports hardware
4088         watchpoints on the MIPS GNU/Linux target.
4089
4090 2013-07-27  Yao Qi  <yao@codesourcery.com>
4091
4092         * Makefile.in (HFILES_NO_SRCDIR): Add
4093         common/mips-linux-watch.h.
4094         (mips-linux-watch.o): New rule.
4095         * common/mips-linux-watch.c: New.
4096         * common/mips-linux-watch.h: New.
4097         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4098         * mips-linux-nat.c: Include mips-linux-watch.h.
4099         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4100         to common/mips-linux-watch.h.
4101         (MAX_DEBUG_REGISTER): Likewise.
4102         (enum pt_watch_style): Likewise.
4103         (struct mips32_watch_regs): Likewise.
4104         (struct mips64_watch_regs): Likewise.
4105         (struct pt_watch_regs): Likewise.
4106         (struct mips_watchpoint): Likewise.
4107         (mips_linux_watch_get_irw_mask): Move to
4108         common/mips-linux-watch.c.
4109         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4110         (mips_linux_watch_get_watchlo): Likewise.
4111         (mips_linux_watch_set_watchlo): Likewise.
4112         (mips_linux_watch_get_watchhi): Likewise.
4113         (mips_linux_watch_set_watchhi): Likewise.
4114         (mips_linux_read_watch_registers): Likewise.
4115         (mips_linux_watch_type_to_irw): Likewise.
4116         (mips_linux_stopped_data_address, fill_mask): Likewise.
4117         (mips_linux_watch_try_one_watch): Likewise.
4118         (mips_linux_watch_populate_regs): Likewise.
4119
4120 2013-07-27  Yao Qi  <yao@codesourcery.com>
4121
4122         * mips-linux-nat.c (get_irw_mask): Rename to ...
4123         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
4124         'set' to 'n'.  Update function comment.  All callers changed.
4125         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
4126         function comment.  All callers changed.
4127         (get_num_valid): Rename to ...
4128         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
4129         'set' to 'n'.  Update function comment.  All callers changed.
4130         (get_watchlo): Rename to ...
4131         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
4132         'set' to 'n'.  Update function comment.  All callers changed.
4133         (set_watchlo): Rename to ...
4134         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
4135         'set' to 'n'.  Update function comment.  All callers changed.
4136         (get_watchhi): Rename to ...
4137         (mips_linux_watch_get_watchhi): ... this.  Update function
4138         comment.  All callers changed.
4139         (set_watchhi): Rename to ...
4140         (mips_linux_watch_set_watchhi): ... this.  Update function
4141         comment.  All callers changed.
4142         (mips_linux_read_watch_registers): Update function comment.
4143         Add new parameters 'lwpid', 'watch_readback', and
4144         'watch_readback_valid'.  Update.
4145         (type_to_irw): Rename to ...
4146         (mips_linux_watch_type_to_irw): ... this.  Update function
4147         comment.  All callers changed.
4148         (fill_mask): Update function comment.
4149         (try_one_watch): Rename to ...
4150         (mips_linux_watch_try_one_watch): ... this.  Change the type
4151         of parameter 'irw' from 'unsigned' to 'uint32_t'.
4152         (populate_regs_from_watches): Rename to ...
4153         (mips_linux_watch_populate_regs): ... this.  Add parameter
4154         'current_watches'.  All callers changed.
4155
4156 2013-07-27  Yao Qi  <yao@codesourcery.com>
4157
4158         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4159         the code.
4160         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4161         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4162         (struct pt_watch_regs): Likewise.
4163         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4164         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4165         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4166         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4167         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4168
4169 2013-07-27  Yao Qi  <yao@codesourcery.com>
4170
4171         * breakpoint.h: Include break-common.h.
4172         (enum target_hw_bp_type): Move to ...
4173         * common/break-common.h: ... here.  New.
4174
4175 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
4176
4177         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4178         process group regardless of having tty on stdin.
4179
4180 2013-07-25  Doug Evans  <dje@google.com>
4181
4182         * linux-fork.h (detach_fork): Delete.
4183
4184 2013-07-25  Tom Tromey  <tromey@redhat.com>
4185
4186         PR remote/15256, PR remote/15266:
4187         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4188         * monitor.c (monitor_detach): Use unpush_target.
4189         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4190         * remote-mips.c (mips_detach): Use unpush_target.  Don't
4191         call mips_close.
4192         * remote-sim.c (gdbsim_detach): Use unpush_target.
4193         * target.c (pop_target): Remove.
4194         (pop_all_targets_above): Don't call target_close.
4195         (target_close): Assert that the target is unpushed.
4196         * target.h (pop_target): Don't declare.
4197         * tracepoint.c (tfile_open): Use unpush_target.
4198
4199 2013-07-25  Tom Tromey  <tromey@redhat.com>
4200
4201         * linux-thread-db.c (init_thread_db_ops): Call
4202         complete_target_initialization.
4203         (_initialize_thread_db): Don't call add_target.
4204         * target.c (complete_target_initialization): New function.
4205         (add_target_with_completer): Call it.
4206         * target.h (complete_target_initialization): Declare.
4207
4208 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
4209
4210         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4211         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4212         (HPPANBSD_SIZEOF_GREGS): New define.
4213         (hppaobsd_supply_gregset): Handle additional registers.
4214         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4215         we provide more registers now.
4216         (hppabsd_supply_gregset): Supply additional registers.
4217         (hppabsd_collect_gregset): Collect additional registers.
4218
4219 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
4220
4221         * hppabsd-tdep.c: Include "dwarf2-frame.h".
4222         (hppabsd_dwarf2_frame_init_reg): New function.
4223         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4224
4225 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
4226
4227         * mi/mi-main.c (output_register): Make MI 'r' format use standard
4228         'z' format code.  Remove error for optimized out values, standard
4229         code will handle these fine.
4230
4231 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
4232
4233         * NEWS: Mention new 'z' formatter.
4234         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4235         (_initialize_printcmd): Mention 'z' formatter in help text of the
4236         'x' command.
4237
4238 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
4239
4240         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4241         formatting.
4242
4243 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
4244
4245         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4246         interface can evaluate arguments.  Fallback to the old mode if it
4247         cannot.
4248         (create_exception_master_breakpoint): Likewise.
4249         * elfread.c (elf_can_evaluate_probe_arguments): New function.
4250         (struct sym_probe_fns elf_probe_fns): Export function above to the
4251         probe interface.
4252         * probe.c (can_evaluate_probe_arguments): New function.
4253         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4254         function pointer.
4255         (can_evaluate_probe_arguments): New function prototype.
4256         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4257         probe interface can evaluate arguments.  Fallback to the old mode
4258         if it cannot.
4259         * stap-probe.c (stap_get_probe_argument_count): Check if probe
4260         interface can evaluate arguments.  Warning the user if it cannot.
4261         (stap_can_evaluate_probe_arguments): New function.
4262         (struct probe_ops stap_probe_ops): Export function above to the
4263         probe interface.
4264         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4265         New function pointer.
4266
4267 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
4268
4269         * Makefile.in (SFILES): Add common/target-common.c.
4270         Add common/target-common.h to headers.
4271         (COMMON_OBS): Add target-common.o.
4272         (target-common.o): New target.
4273         * linux-nat.h (resume_kind): Move to common/target-common.h.
4274         * target.c (target_waitstatus_to_string): Move to
4275         common/target-common.c.
4276         * target.h: Include target-common.h.
4277         (target_waitkind): Move to common/target-common.h.
4278         (target_waitstatus): Likewise.
4279         (TARGET_WNOHANG): Likewise.
4280         * common/target-common.c: New file.
4281         * common/target-common.h: New file.
4282
4283 2013-07-24  Doug Evans  <dje@google.com>
4284
4285         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4286         a warning.
4287
4288 2013-07-23  Yao Qi  <yao@codesourcery.com>
4289
4290         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4291         parameter 'gdbarch'.
4292         (i386_stack_tramp_frame_sniffer): Caller update.
4293         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4294         parameter 'gdbarch' and 'target'.
4295         (i386_linux_core_read_description): Caller update.
4296         * amd64-linux-tdep.c (amd64_linux_core_read_description):
4297         Likewise.
4298         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4299         declaration.
4300
4301 2013-07-23  Tom Tromey  <tromey@redhat.com>
4302
4303         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4304         2013-07-22.
4305
4306 2013-07-22  Doug Evans  <dje@google.com>
4307
4308         * exec.h (remove_target_sections): Delete arg abfd.
4309         * exec.c (exec_close): Update call to remove_target_sections.
4310         (remove_target_sections): Delete arg abfd.
4311         * solib.c (update_solib_list): Ditto.
4312         (reload_shared_libraries_1): Ditto.
4313         (clear_solib): Ditto, and unconditionally call remove_target_sections.
4314         * target.h (struct target_section): Rename key to owner.
4315         All uses updated.
4316
4317 2013-07-22  Tom Tromey  <tromey@redhat.com>
4318
4319         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4320
4321 2013-07-22  Tom Tromey  <tromey@redhat.com>
4322
4323         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4324         Simplify cleanup handling.
4325
4326 2013-07-22  Tom Tromey  <tromey@redhat.com>
4327
4328         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4329         on all return paths.
4330
4331 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4332
4333         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4334         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4335         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4336
4337 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
4338
4339         * top.c (print_gdb_version): Add help, apropos description and
4340         url to online documentation.
4341
4342 2013-07-19  Hui Zhu  <hui@codesourcery.com>
4343
4344         PR gdb/15692
4345         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4346
4347 2013-07-19  Yao Qi  <yao@codesourcery.com>
4348
4349         * target.c (update_current_target): Change the default action
4350         of 'to_traceframe_info' from tcomplain to return_zero.
4351         * target.h (struct target_ops) <to_traceframe_info>: Add more
4352         comments.
4353         * valops.c (read_value_memory): Call
4354         traceframe_available_memory unconditionally.
4355
4356 2013-07-18  Yao Qi  <yao@codesourcery.com>
4357
4358         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
4359         if the name is prefixed by "__imp_" or "_imp_", look for minimal
4360         symbol without prefix.  If found, set its type to
4361         'mst_solib_trampoline'.
4362
4363 2013-07-17  Doug Evans  <dje@google.com>
4364
4365         * NEWS: Mention "set print raw frame-arguments".
4366         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
4367         * stack.c (print_raw_frame_arguments): New static global.
4368         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
4369         (_initialize_stack): New command "set/show print raw frame-arguments".
4370         * valprint.c (setprintrawlist, showprintrawlist): New globals.
4371         (set_print_raw, show_print_raw): New functions.
4372         (_initialize_valprint): New prefix command "set/show print raw".
4373         * valprint.h (value_print_options): Improve comments.
4374
4375         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
4376         of all *list variables.
4377
4378         * gdbcmd.h (togglelist): Delete.
4379         * cli/cli-cmds.c (togglelist): Delete.
4380         (init_cmd_lists): Update.
4381         * cli/cli-cmds.h (togglelist): Delete.
4382
4383 2013-07-17  Tom Tromey  <tromey@redhat.com>
4384
4385         * dwarf2read.c (dwarf2_per_objfile_free): Clear
4386         dwarf2_per_objfile.
4387
4388 2013-07-16  Doug Evans  <dje@google.com>
4389
4390         * nto-tdep.c (nto_relocate_section_addresses): Update,
4391         target_section.bfd deleted.
4392         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
4393         * s390-tdep.c (s390_load): Ditto.
4394         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
4395
4396 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
4397
4398         * common/format.c (parse_format_string): Add checks for NULL
4399         character before calling strchr.
4400
4401 2013-07-16  Doug Evans  <dje@google.com>
4402
4403         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
4404         temp_pathname argument.
4405         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
4406         when opening the file fails.
4407
4408         * target.h (struct target_section): Delete member bfd.
4409         All users updated to use the_bfd_section->owner instead.
4410         * exec.c (add_to_section_table): Assert bfd is expected value.
4411         Remove initialization of target_section.bfd.
4412         (remove_target_sections): Update.
4413         (section_table_available_memory): Update.
4414         (section_table_xfer_memory_partial): Update.
4415         (print_section_info): Update.
4416         (exec_set_section_address): Update.
4417         * record-full.c (record_full_core_xfer_partial): Update.
4418         * solib-svr4.c (svr4_relocate_section_addresses): Update.
4419         * solib-target.c (solib_target_relocate_section_addresses): Update.
4420         * symfile.c (build_section_addr_info_from_section_table): Update.
4421         * target.c (memory_xfer_live_readonly_partial): Update.
4422         (memory_xfer_partial_1): Update.
4423
4424 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4425
4426         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
4427         now available for embedded (BookE) and server (BookS) processors,
4428         correct mentions of 'booke' and adjust comments accordingly in order to
4429         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
4430         (have_ptrace_booke_interface): Rename function and variable
4431         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
4432         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
4433         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
4434         'hwdebug_point_cmp'. Update all uses.
4435         (booke_find_thread_points_by_tid): Rename function
4436         'booke_find_thread_points_by_tid' to
4437         'hwdebug_find_thread_points_by_tid'. Update all uses.
4438         (booke_insert_point): Rename function 'booke_insert_point' to
4439         'hwdebug_insert_point'. Update all uses.
4440         (booke_remove_point): Rename function 'booke_remove_point' to
4441         'hwdebug_remove_point'. Update all uses.
4442
4443 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
4444
4445         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4446         numbers with enum values.
4447
4448 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
4449
4450         PR threads/13217
4451         * thread.c (thread_apply_all_command): Check for valid threads
4452         and thread count.
4453         (thread_array_cleanup): New struct.
4454         (set_thread_refcount): New function.
4455
4456 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
4457
4458         * infcmd.c (default_print_one_register_info): Reuse function
4459         print_hex_chars.
4460
4461 2013-07-10  Tom Tromey  <tromey@redhat.com>
4462
4463         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4464         (ada-exp.o): New target.
4465
4466 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
4467
4468         * mt-tdep.c (mt_registers_info): Call
4469         get_no_prettyformat_print_options instead of
4470         get_raw_print_options (regression by last patch from Doug
4471         Evans).
4472
4473 2013-07-09  Pedro Alves  <palves@redhat.com>
4474
4475         Checked in by Joel Brobecker  <brobecker@adacore.com>.
4476         * ada-lang.c (coerce_unspec_val_to_type): Use
4477         value_optimized_out_const.
4478         * value.c (value_optimized_out_const): New function.
4479         * value.h (value_optimized_out_const): New declaration.
4480
4481 2013-07-09  Doug Evans  <dje@google.com>
4482
4483         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4484         Enum values rename as well.  All uses updated.
4485         * valprint.h (value_print_options): Rename member pretty to
4486         pretty format.  Rename member prettyprint_arrays to
4487         prettyformat_arrays.  Rename member prettyprint_structs to
4488         prettyformat_structs.  All uses updated.
4489         (get_no_prettyformat_print_options): Renamed from
4490         get_raw_print_options.
4491         * valprint.c (get_no_prettyformat_print_options): Renamed from
4492         get_raw_print_options.  All callers updated.
4493         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4494         All callers updated.
4495         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4496         All callers updated.
4497         (_initialize_valprint): Improve help text for "set print pretty" and
4498         "set print arrays".
4499
4500 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
4501
4502         * value.c (value_bits_valid): Revert previous change, and change
4503         by Pedro on 2013-07-04, due to regressions in
4504         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4505
4506 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
4507             Pedro Alves  <palves@redhat.com>
4508
4509         * value.c (value_bits_valid): If the value is not lval_computed
4510         or has no check validity handler then the answer is the
4511         optimized_out flag, otherwise defer to the handler.
4512
4513 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
4514
4515         * top.c (print_gdb_configuration): Explain in output of
4516         --configuration what does "relocatable" mean.
4517
4518         * main.c (print_gdb_help): Regroup options in the --help text.
4519         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4520         the relevant discussions.
4521
4522 2013-07-06  Yao Qi  <yao@codesourcery.com>
4523
4524         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4525         Remove parameter 'lsal'.
4526         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4527         to inner block.  Caller update.
4528         (base_breakpoint_create_breakpoints_sal): Update.
4529         (bkpt_create_breakpoints_sal): Likewise.
4530         (tracepoint_create_breakpoints_sal): Likewise.
4531         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4532         element 0 of vector 'canonical->sals'.
4533
4534 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
4535
4536         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4537         register number instead of the pseudo register one.
4538         (rs6000_dwarf2_reg_to_regnum): Likewise.
4539
4540 2013-07-04  Pedro Alves  <palves@redhat.com>
4541
4542         * findvar.c (value_of_register): Use allocate_optimized_out_value
4543         if the register has been optimized out, instead of
4544         set_value_optimized_out.
4545         * frame-unwind.c (frame_unwind_got_optimized): Use
4546         allocate_optimized_out_value.
4547
4548 2013-07-04  Pedro Alves  <palves@redhat.com>
4549
4550         * value.c (value_bits_valid): If the value is not lval_computed,
4551         or doesn't have a check_validity hook, assume the value is entirely
4552         valid.
4553
4554 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
4555
4556         * stack.c (read_frame_arg): No longer fetch lazy values.
4557         * value.c (value_optimized_out): If the value is not already
4558         marked optimized out, and is lazy then fetch it.
4559         (value_primitive_field): Move optimized out check to later in the
4560         function, after we have loaded any lazy values.
4561         (value_fetch_lazy): Use optimized out flag directly rather than
4562         calling optimized_out method.
4563
4564 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
4565
4566         * valops.c: Don't include "user-regs.h".
4567         (value_fetch_lazy): Moved to value.c.
4568         * value.c: Include "user-regs.h".
4569         (value_fetch_lazy): Moved from valops.c.
4570
4571 2013-07-04  Yao Qi  <yao@codesourcery.com>
4572
4573         Revert:
4574         2013-06-27  Yao Qi  <yao@codesourcery.com>
4575
4576         * common/create-version.sh: Update comments.  Handle the case
4577         that TARGET_ALIAS is empty.
4578
4579 2013-07-03  Pedro Alves  <palves@redhat.com>
4580
4581         * Makefile.in (config.status): Depend on development.sh.
4582         (aclocal_m4_deps): Add libmcheck.m4.
4583         * acinclude.m4: Include libmcheck.m4.
4584         * configure.ac: Source development.sh instead of setting
4585         'development' here.  --enable-libmcheck/--disable-libmcheck code
4586         factored out to GDB_AC_LIBMCHECK.  Run it.
4587         * development.sh: New file.
4588         * libmcheck.m4: New file.
4589         * configure: Regenerate.
4590
4591 2013-07-02  Tom Tromey  <tromey@redhat.com>
4592
4593         * contrib/ari/update-web-ari.sh: Update for version.in change.
4594
4595 2013-07-02  Tom Tromey  <tromey@redhat.com>
4596
4597         * common/ptid.h: Comment fixes.
4598
4599 2013-07-01  Tom Tromey  <tromey@redhat.com>
4600
4601         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
4602         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
4603         (dwarf2_read_index, create_all_comp_units): Update.
4604
4605 2013-07-01  Tom Tromey  <tromey@redhat.com>
4606
4607         * configure.ac (build_warnings): Add -Wold-style-definition.
4608         * configure: Rebuild.
4609         * machoread.c (_initialize_machoread): Use "(void)".
4610         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
4611         use "(void)".
4612
4613 2013-07-01  Tom Tromey  <tromey@redhat.com>
4614
4615         * configure.ac (build_warnings): Add -Wold-style-declaration.
4616         * configure: Rebuild.
4617         * dsrec.c (make_srec): Use "static const", not "const static".
4618         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
4619         not "const static".
4620         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
4621         Use "static const", not "const static".
4622         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
4623         not "const static".
4624         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4625         not "const static".
4626         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4627         not "const static".
4628         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4629         not "const static".
4630         (v850_dbtrap_breakpoint_from_pc): Likewise.
4631         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4632         not "const static".
4633
4634 2013-07-01  Tom Tromey  <tromey@redhat.com>
4635
4636         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4637         * configure: Rebuild.
4638
4639 2013-07-01  Pedro Alves  <palves@redhat.com>
4640
4641         * defs.h: Include "pathmax.h".
4642         * utils.c: Don't include sys/param.h.
4643         (gdb_realpath): Remove code that checks for MAXPATHLEN.
4644         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4645         instead of MAXPATHLEN.
4646         * solib-sunos.c: Don't include sys/param.h.
4647         * xcoffread.c: Don't include sys/param.h.
4648         * bsd-kvm.c: Don't include sys/param.h.
4649         * darwin-nat.c: Don't include sys/param.h.
4650         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4651         * darwin-nat-info.c: Don't include sys/param.h.
4652         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4653         MAXPATHLEN.
4654         * i386obsd-nat.c: Don't include sys/param.h.
4655         * inf-child.c: Don't include sys/param.h.
4656         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4657         * linux-fork.c: Don't include sys/param.h.
4658         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4659         * linux-nat.c: Don't include sys/param.h.
4660         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4661         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4662         * m68klinux-nat.c: Don't include sys/param.h.
4663         * nbsd-nat.c: Don't include sys/param.h.
4664         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4665         * ppc-linux-nat.c: Don't include sys/param.h.
4666         * rs6000-nat.c: Don't include sys/param.h.
4667         * spu-linux-nat.c. Don't include sys/param.h.
4668         * windows-nat.c: Don't include sys/param.h.
4669         * xtensa-linux-nat.c: Don't include sys/param.h.
4670         * config/i386/nm-fbsd.h: Don't include sys/param.h.
4671
4672 2013-07-01  Pedro Alves  <palves@redhat.com>
4673
4674         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4675         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4676         * gnulib/aclocal.m4: Regenerate.
4677         * gnulib/config.in: Regenerate.
4678         * gnulib/configure: Regenerate.
4679         * gnulib/import/pathmax.h: New file.
4680         * gnulib/import/Makefile.am: Regenerate.
4681         * gnulib/import/Makefile.in: Regenerate.
4682         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4683         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4684         * gnulib/import/m4/pathmax.m4: New file.
4685
4686 2013-07-01  Pedro Alves  <palves@redhat.com>
4687
4688         * configure.ac (GDBINIT): Define, depending on host.
4689         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4690         * top.c (PATH_MAX): Delete fallback definition.
4691         (GDBINIT_FILENAME): Delete.
4692         (gdbinit): Reimplement as const char array set to the GDBINIT
4693         string constant.
4694         * top.h (gdbinit): Make const.
4695         * configure, config.in: Regenerate.
4696
4697 2013-07-01  Pedro Alves  <palves@redhat.com>
4698
4699         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4700         * cli/cli-cmds.h (source_script): Likewise.
4701         * exceptions.c (catch_command_errors_const): New function.
4702         * exceptions.h (catch_command_errors_const): Declare.
4703         * main.c (get_init_files): Make parameters const, and adjust.
4704         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4705         'local_gdbinit' locals const.  Adjust to use
4706         catch_command_errors_const.
4707         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4708         'local_gdbinit' locals const.
4709
4710 2013-07-01  Pedro Alves  <palves@redhat.com>
4711
4712         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4713         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4714         * tracepoint.c: Don't check HAVE_UNISTD_H before including
4715         <unistd.h>.
4716
4717 2013-07-01  Pedro Alves  <palves@redhat.com>
4718
4719         Import the "unistd" gnulib module.
4720         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
4721         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
4722         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
4723         import/m4/unistd_h.m4.
4724         * gnulib/aclocal.m4: Renenerate.
4725         * gnulib/config.in: Renenerate.
4726         * gnulib/configure: Renenerate.
4727         * gnulib/import/Makefile.am: Renenerate.
4728         * gnulib/import/Makefile.in: Renenerate.
4729         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
4730         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
4731         * gnulib/import/m4/off_t.m4: New file.
4732         * gnulib/import/m4/ssize_t.m4: New file.
4733         * gnulib/import/m4/sys_types_h.m4: New file.
4734         * gnulib/import/m4/unistd_h.m4: New file.
4735         * gnulib/import/sys_types.in.h: New file.
4736         * gnulib/import/unistd.c: New file.
4737         * gnulib/import/unistd.in.h: New file.
4738
4739 2013-07-01  Pedro Alves  <palves@redhat.com>
4740
4741         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4742         defined instead of checking HAVE_UNISTD_H.
4743
4744 2013-07-01  Pedro Alves  <palves@redhat.com>
4745
4746         Reimport gnulib from scratch.
4747         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4748         import/m4/onceonly.m4.
4749         * gnulib/aclocal.m4: Renegerate.
4750         * gnulib/config.in: Renegerate.
4751         * gnulib/configure: Renegerate.
4752         * gnulib/import/Makefile.in: Renegerate.
4753         * gnulib/import/extra/update-copyright: Renegerate.
4754         * gnulib/import/m4/onceonly.m4: Delete.
4755
4756 2013-07-01  Pedro Alves  <palves@redhat.com>
4757
4758         * tui/tui-regs.c (pagination_enabled): Delete declaration.
4759
4760 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4761
4762         Code cleanup.
4763         * remote.c (async_remote_interrupt_twice): Make it static.
4764         * remote.h (async_remote_interrupt_twice): Remove the declaration.
4765
4766 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
4767
4768         * ia64-linux-tdep.c: Include <ctype.h>.
4769         (ia64_linux_stap_is_single_operand): New function.
4770         (ia64_linux_init_abi): Initialize SystemTap related attributes.
4771
4772 2013-06-28  Tom Tromey  <tromey@redhat.com>
4773
4774         * Makefile.in (version.c): Use version.in, not
4775         common/version.in.
4776         * common/create-version.sh: Likewise.
4777         * common/version.in: Move...
4778         * version.in: ...here.
4779
4780 2013-06-28  Pedro Alves  <palves@redhat.com>
4781
4782         * infrun.c (set_observer_mode): Don't declare pagination_enabled
4783         here.
4784         * utils.h (pagination_enabled): Declare.
4785
4786 2013-06-28  Pedro Alves  <palves@redhat.com>
4787
4788         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4789         Move higher up in file.
4790
4791 2013-06-28  Tom Tromey  <tromey@redhat.com>
4792
4793         * tracepoint.c (deprecated_readline_begin_hook)
4794         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4795         declare.
4796
4797 2013-06-28  Pedro Alves  <palves@redhat.com>
4798
4799         PR tui/14880
4800         * tui/tui-regs.c (tui_get_register): Fetch value contents before
4801         checking if they're available.
4802         * value.c (value_available_contents_eq): Change comment.
4803         * value.h (value_available_contents_eq): Expand comment.
4804
4805 2013-06-27  Tom Tromey  <tromey@redhat.com>
4806
4807         * target.c (find_run_target): Remove.
4808         * target.h (find_run_target): Remove.
4809
4810 2013-06-27  Tom Tromey  <tromey@redhat.com>
4811
4812         * corelow.c (core_gdbarch): Now static.
4813
4814 2013-06-27  Tom Tromey  <tromey@redhat.com>
4815
4816         * target.c (target_struct_index): Remove.
4817
4818 2013-06-27  Pedro Alves  <palves@redhat.com>
4819
4820         * infrun.c: Remove comment describing the 'stepping over runtime
4821         loader dynamic symbol resolution code' mechanism; moved to
4822         gdbint.texinfo.
4823
4824 2013-06-27  Pedro Alves  <palves@redhat.com>
4825
4826         * exceptions.c (catch_command_errors): Remove spurious space.
4827         * exceptions.h (catch_command_errors): Second parameter is "arg",
4828         not "command".
4829
4830 2013-06-27  Yao Qi  <yao@codesourcery.com>
4831
4832         * common/create-version.sh: Update comments.  Handle the case
4833         that TARGET_ALIAS is empty.
4834
4835 2013-06-26  Pedro Alves  <palves@redhat.com>
4836
4837         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4838         comment.
4839
4840 2013-06-26  Pedro Alves  <palves@redhat.com>
4841
4842         * infrun.c: Update comments on stepping over runtime loader
4843         dynamic symbol resolution code.
4844
4845 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
4846
4847         * ax-gdb.h (union exp_element): Forward declare.
4848         * parser-defs.h: Include expression.h.
4849
4850 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4851
4852         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4853
4854 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4855
4856         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4857
4858 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4859
4860         Fix trace-status to output proper start-time and stop-time.
4861         * tracepoint.c (trace_status_command): Fix type of printf arg to
4862         prevent improper type conversion.
4863         (trace_status_mi): Likewise.
4864
4865 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4866
4867         * mips-tdep.c (mips_next_pc): Fix a typo.
4868
4869 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4870
4871         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4872
4873 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4874             Yao Qi  <yao@codesourcery.com>
4875
4876         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4877         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4878         * mi/mi-main.c (print_variable_or_computed): New function.
4879         (mi_cmd_trace_frame_collected): New function.
4880         * tracepoint.c (find_trace_state_variable_by_number): New.
4881         (struct traceframe_info): Move to tracepoint.h
4882         (struct collection_list): Likewise.
4883         (do_collect_symbol): Include locals and arguments in the
4884         collected variables list.
4885         (clear_collection_list): Clear wholly collected variables list
4886         and computed variables list.
4887         (append_exp): New function.
4888         (encode_actions_1): Include variables in the wholly
4889         collected variables list.  Include memory ranges and
4890         full-fledged expressions in the computed expressions list.
4891         (encode_actions): Move some code to ...
4892         Return the cleanup chain.
4893         (encode_actions_rsp): ... here.  New function.
4894         (get_traceframe_location, get_traceframe_info): Remove static.
4895         * tracepoint.h (struct memrange): Moved from tracepoint.c.
4896         (struct collection_list): Moved from tracepoint.c.  Add two
4897         new fields 'wholly_collected' and 'computed'.
4898         (find_trace_state_variable_by_number): Declare.
4899         (encode_actions): Adjust declaration.
4900         (encode_actions_rsp): Declare.
4901         (get_traceframe_info, get_traceframe_location): Declare.
4902
4903         * NEWS: Mention new MI command -trace-frame-collected.
4904
4905 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4906             Yao Qi  <yao@codesourcery.com>
4907
4908         * ctf.c (ctf_traceframe_info): Push trace state variables
4909         present in the trace data into the traceframe info object.
4910         * breakpoint.c (DEF_VEC_I): Remove.
4911         * common/filestuff.c (DEF_VEC_I): Likewise.
4912         * dwarf2loc.c (DEF_VEC_I): Likewise.
4913         * mi/mi-main.c (DEF_VEC_I): Likewise.
4914         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4915         * features/traceframe-info.dtd: Add tvar element and its
4916         attributes.
4917         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4918         (build_traceframe_info): Push trace state variables present in
4919         the trace data into the traceframe info object.
4920         (traceframe_info_start_tvar): New function.
4921         (tvar_attributes): New.
4922         (traceframe_info_children): Add "tvar" element.
4923         * tracepoint.h (struct traceframe_info) <tvars>: New field.
4924
4925         * NEWS: Mention the change in GDB and GDBserver.
4926
4927 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4928             Yao Qi  <yao@codesourcery.com>
4929
4930         * tracepoint.c (trace_dump_command): Move code to ...
4931         (get_traceframe_location): ... here.  New.
4932
4933 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4934             Yao Qi  <yao@codesourcery.com>
4935
4936         * tracepoint.c (trace_dump_command): GDB emits an error
4937          instead of a warning when a traceframe is not selected.
4938
4939 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4940             Yao Qi  <yao@codesourcery.com>
4941
4942         * tracepoint.c (tracepoint_list, stepping_list): Remove.
4943         (clear_collection_list): Free fields 'aexpre_list' and 'list'
4944         in collection_list.
4945         (do_clear_collection_list, init_collection_list): New.
4946         (encode_actions): Add local variables 'tracepoint_list' and
4947         'stepping_list'.  Call init_collection_list and make cleanup
4948         which calls do_clear_collection_list.  Don't call
4949         clear_collection_list.
4950         (_initialize_tracepoint): Delete references to
4951         'tracepoint_list' and 'stepping_list'.
4952
4953 2013-06-25  Tom Tromey  <tromey@redhat.com>
4954
4955         * common/create-version.sh (date): Use "$", not "$$" in sed
4956         expression.
4957
4958 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
4959
4960         * NEWS (New targets): Add entry for TI MSP430.
4961
4962 2013-06-25  Yao Qi  <yao@codesourcery.com>
4963
4964         * remote.c (remote_start_remote): Move code to upload tsv
4965         earlier.
4966
4967 2013-06-25  Yao Qi  <yao@codesourcery.com>
4968             Hui Zhu  <hui@codesourcery.com>
4969             Pedro Alves  <palves@redhat.com>
4970
4971         PR breakpoints/15075
4972         PR breakpoints/15434
4973         * breakpoint.c (bpstat_stop_status): Call
4974         b->ops->after_condition_true.
4975         (update_dprintf_command_list): Don't append "continue" command
4976         to the command list of dprintf breakpoint.
4977         (base_breakpoint_after_condition_true): New function.
4978         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4979         (dprintf_after_condition_true): New function.
4980         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4981         * breakpoint.h (breakpoint_ops): Add after_condition_true.
4982
4983 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
4984
4985         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4986         (ALLDEPFILES): Add msp430-tdep.c.
4987         * configure.tgt (msp430*-*-elf): New target.
4988         * msp430-tdep.c: New file.
4989
4990 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4991
4992         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4993         microMIPS synthetic symbols.
4994
4995 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4996
4997         * objfiles.h (pc_in_section): New prototype.
4998         (in_plt_section): Remove name argument, replace prototype with
4999         static inline function.
5000         * mips-tdep.h: Include "objfiles.h".
5001         (in_mips_stubs_section): New function.
5002         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5003         in_solib_call_trampoline member.
5004         (hppa_in_solib_call_trampoline): Remove name argument.
5005         * objfiles.c (pc_in_section): New function.
5006         (in_plt_section): Remove function.
5007         * mips-linux-tdep.c: Include "objfiles.h".
5008         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
5009         name argument.  Return 1 rather than the low 16-bit halfword of
5010         any instruction examined.
5011         (mips_linux_in_dynsym_resolve_code): Update
5012         mips_linux_in_dynsym_stub call accordingly.
5013         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5014         rather than an equivalent hand-coded sequence.
5015         * hppa-hpux-tdep.c (in_opd_section): Remove function.
5016         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5017         (hppa64_hpux_in_solib_call_trampoline): Likewise.
5018         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5019         in_opd_section.
5020         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5021         on call to tdep->in_solib_call_trampoline.
5022         (hppa_in_solib_call_trampoline): Remove name argument, update
5023         according to in_plt_section change.
5024         (hppa_skip_trampoline_code): Update according to in_plt_section
5025         change.
5026         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5027         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5028         Likewise.
5029         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5030         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5031         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5032         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5033         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5034         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5035         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5036         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5037         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5038         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5039         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5040         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5041         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5042
5043 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
5044
5045         * common/create-version.sh: Fix expansion of $host_alias
5046         and $target_alias in generation of HOST_NAME and TARGET_NAME
5047         (resp.).
5048
5049 2013-06-24  Tom Tromey  <tromey@redhat.com>
5050
5051         * common/create-version.sh: New file.
5052         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5053         create-version.sh.
5054         (HFILES_NO_SRCDIR): Use common/version.h.
5055         * version.in: Move to ...
5056         * common/version.in: ... here.  Replace date with "DATE".
5057         * version.h: Move to ...
5058         * common/version.h: ... here.
5059
5060 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5061
5062         * gdb/gnulib/Makefile.in: Update date in copyright header.
5063         * gdb/gnulib/configure.ac: Ditto.
5064         * gdb/gnulib/update-gnulib.sh: Ditto.
5065
5066 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5067
5068         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5069         "gdb/gnulib/import".
5070
5071 2013-06-21  Will Newton  <will.newton@linaro.org>
5072
5073         * doublest.c (ldfrexp): Remove function.
5074         (convert_doublest_to_floatformat): Call frexpl instead of
5075         ldfrexp.
5076
5077 2013-06-21  Will Newton  <will.newton@linaro.org>
5078
5079         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5080         * gnulib/aclocal.m4: Regenerate.
5081         * gnulib/config.in: Regenerate.
5082         * gnulib/configure: Regenerate.
5083         * gnulib/import/Makefile.am: Update.
5084         * gnulib/import/Makefile.in: Update.
5085         * gnulib/import/m4/gnulib-cache.m4: Update.
5086         * gnulib/import/m4/gnulib-comp.m4: Update.
5087         * gnulib/import/float+.h: Import.
5088         * gnulib/import/float.c: Import.
5089         * gnulib/import/float.in.h: Import.
5090         * gnulib/import/fpucw.h: Import.
5091         * gnulib/import/frexp.c: Import.
5092         * gnulib/import/frexpl.c: Import.
5093         * gnulib/import/isnan.c: Import.
5094         * gnulib/import/isnand-nolibm.h: Import.
5095         * gnulib/import/isnand.c: Import.
5096         * gnulib/import/isnanl-nolibm.h: Import.
5097         * gnulib/import/isnanl.c: Import.
5098         * gnulib/import/itold.c: Import.
5099         * gnulib/import/m4/exponentd.m4: Import.
5100         * gnulib/import/m4/exponentl.m4: Import.
5101         * gnulib/import/m4/float_h.m4: Import.
5102         * gnulib/import/m4/fpieee.m4: Import.
5103         * gnulib/import/m4/frexp.m4: Import.
5104         * gnulib/import/m4/frexpl.m4: Import.
5105         * gnulib/import/m4/isnand.m4: Import.
5106         * gnulib/import/m4/isnanl.m4: Import.
5107         * gnulib/import/m4/math_h.m4: Import.
5108         * gnulib/import/math.c: Import.
5109         * gnulib/import/math.in.h: Import.
5110
5111 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5112
5113         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5114         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5115         signature_INTEL_edx comparisons.
5116
5117 2013-06-20  Doug Evans  <dje@google.com>
5118
5119         symtab/15652
5120         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5121         All callers updated.
5122         (open_dwp_file): If we can't find the dwp file, search the basename
5123         in debug-file-directory.
5124
5125         * dwarf2read.c (struct dwp_file): Fix comment.
5126         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5127
5128         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5129         better.
5130
5131 2013-06-20  Yao Qi  <yao@codesourcery.com>
5132
5133         * breakpoint.c (create_breakpoint): Fix code indentation.
5134
5135 2013-06-20  Yao Qi  <yao@codesourcery.com>
5136
5137         * breakpoint.c (create_breakpoints_sal_default): Remove
5138         parameter 'lsal'.  Update declaration.
5139         (bkpt_create_breakpoints_sal): Caller update.
5140         (tracepoint_create_breakpoints_sal): Likewise.
5141
5142 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
5143             Yao Qi  <yao@codesourcery.com>
5144
5145         * NEWS: Mention the new option '--skip-unavailable' of command
5146         -data-list-register-values.
5147         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5148         --skip-unavailable option.  Adjust to use output_register.
5149         (output_register): Add new 'skip_unavailable' parameter.
5150         Handle it.
5151
5152 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
5153
5154         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5155         common/i386-gcc-cpuid.h.
5156         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5157         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5158         Copy the latest version from upstream gcc.
5159         * common/linux-btrace.c: Include i386-cpuid.h.
5160         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5161         call to i386_cpuid.
5162         (cpu_supports_btrace): Likewise.
5163         * go32-nat.c: Include i386-cpuid.h.
5164         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5165
5166 2013-06-19  Doug Evans  <dje@google.com>
5167
5168         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5169         (get_section_index): Ditto.
5170
5171 2013-06-19  Tom Tromey  <tromey@redhat.com>
5172
5173         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5174         "dprintf" help.
5175
5176 2013-06-18  Doug Evans  <dje@google.com>
5177
5178         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5179         before using it.
5180         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5181         Move test of cu_index closer to use.  Print complaint if cu_index
5182         is bad.
5183
5184 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
5185
5186         * machoread.c (oso_vector): Delete this global.
5187         (macho_register_oso): Add new parameter "oso_vector_ptr".
5188         Use it instead of the "oso_vector" global.
5189         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5190         (macho_symfile_read): Use a local oso_vector, to be free'ed
5191         at the end of this function, in place of the old "oso_vector"
5192         global.  Update various function calls accordingly.  Use one
5193         single cleanup chain for the entire function.
5194
5195 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
5196
5197         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5198         DWARF2_PER_OBJFILE by uses of DATA instead.
5199
5200 2013-06-18  Tom Tromey  <tromey@redhat.com>
5201
5202         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5203         argument.
5204         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5205         Special case signals other than GDB_SIGNAL_TRAP.
5206         (explains_signal_watchpoint): New function.
5207         (base_breakpoint_explains_signal): Add 'sig' argument.
5208         (initialize_breakpoint_ops): Set 'explains_signal' method for
5209         watchpoints.
5210         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5211         signal argument.
5212         (bpstat_explains_signal): Likewise.
5213         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5214
5215 2013-06-18  Tom Tromey  <tromey@redhat.com>
5216
5217         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5218
5219 2013-06-18  Tom Tromey  <tromey@redhat.com>
5220
5221         * python/python.c (finish_python_initialization): Decref
5222         'pythondir' on failure path as well.
5223
5224 2013-06-18  Tom Tromey  <tromey@redhat.com>
5225
5226         PR symtab/15391:
5227         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5228         after taking bits_to_skip into account.  Sign extend byte_offset.
5229         * utils.h (gdb_sign_extend): Declare.
5230         * utils.c (gdb_sign_extend): New function.
5231
5232 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5233
5234         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5235
5236 2013-06-17  Pierre Muller  <muller@sourceware.org>
5237
5238         * corelow.c (core_open): Print GDB signal name instead of target
5239         signal number.
5240
5241 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
5242
5243         * .gitignore: Add /gcore.
5244
5245 2013-06-13  Doug Evans  <dje@google.com>
5246
5247         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5248         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5249
5250 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
5251
5252         * stack.c (backtrace_command_1): Fix indentation.
5253
5254 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5255
5256         * window-nat.c (thread_rec): Add missing empty line after
5257         local variable declaration.
5258
5259 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5260
5261         * windows-nat.c (thread_rec): Revert format used to print
5262         error code returned by SuspendThread from %d back to %u.
5263
5264 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5265
5266         * windows-nat.c (windows_continue): Add "0x" prefix for thread
5267         ID in debug trace.
5268         (get_windows_debug_event): Likewise, for all debug traces.
5269
5270 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5271
5272         * window-nat.c (thread_rec): Add thread ID in SuspendThread
5273         warning message.
5274
5275 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
5276             Yao Qi  <yao@codesourcery.com>
5277
5278         * mi/mi-main.c (get_register): Remove declaration.
5279         (output_register): Declare.
5280         (mi_cmd_data_list_register_values): Remove local variable
5281         'tuple_cleanup'.  Move some code into output_register.
5282         (get_register): Renamed to ...
5283         (output_register): ... this.  Output the register's
5284         "number" ui_out tuple here.
5285
5286 2013-06-07  Pedro Alves  <palves@redhat.com>
5287
5288         * darwin-nat.c: Fix formating in copyright header.
5289         * darwin-nat.h: Likewise.
5290         * gnu-nat.c: Likewise.
5291         * machoread.c: Likewise.
5292
5293 2013-06-07  Pedro Alves  <palves@redhat.com>
5294
5295         PR server/14823
5296         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
5297         static.  Output a global target description pointer.
5298         (init_registers_${name}): Adjust to initialize a
5299         target description structure.
5300
5301 2013-06-07  Will Newton  <will.newton@linaro.org>
5302
5303         * printcmd.c (build_address_symbolic): Call
5304         gdbarch_addr_bits_remove for text minimal symbols.
5305
5306 2013-06-07  Will Newton  <will.newton@linaro.org>
5307
5308         * MAINTAINERS: Add myself to Write After Approval.
5309
5310 2013-06-07  Yao Qi  <yao@codesourcery.com>
5311
5312         * tracepoint.c (start_tracing): Move code to ...
5313         (trace_reset_local_state): ... here.  New.
5314         (disconnect_tracing): Don't call set_current_traceframe,
5315         set_tracepoint_num, and set_traceframe_context. Call
5316         trace_reset_local_state instead.
5317         (tfile_close): Call trace_reset_local_state.
5318         * ctf.c (ctf_close): Likewise.
5319         * remote.c (remote_close): Likewise.
5320         * tracepoint.h (trace_reset_local_state): Declare.
5321
5322 2013-06-06  Doug Evans  <dje@google.com>
5323
5324         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5325         and fix header docs.
5326
5327 2013-06-05  Doug Evans  <dje@google.com>
5328             Keith Seitz  <keiths@redhat.com>
5329
5330         PR 15519
5331         * cp-namespace.c (find_symbol_in_baseclass): Call
5332         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5333         Check result of call to lookup_symbol_static.
5334         Call lookup_static_symbol_aux unconditionally.
5335         Call check_typedef on base types before accessing them.
5336         (cp_lookup_nested_symbol): Fix comment.
5337
5338 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
5339
5340         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5341         minimal symbols pointing to function descriptors.
5342
5343 2013-06-05  Tom Tromey  <tromey@redhat.com>
5344
5345         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5346
5347 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
5348             Pedro Alves  <palves@redhat.com>
5349
5350         * remote.c (remote_wait_as): Restore signal handler before returning
5351         when GDB gets a notification.
5352
5353 2013-06-04  Gary Benson  <gbenson@redhat.com>
5354
5355         PR 2328
5356         * breakpoint.h (handle_solib_event): Moved function declaration
5357         to solib.h.
5358         * breakpoint.c (handle_solib_event): Moved function to solib.c.
5359         (bpstat_stop_status): Pass new argument to handle_solib_event.
5360         * solib.h (update_solib_breakpoints): New function declaration.
5361         (handle_solib_event): Moved function declaration from
5362         breakpoint.h.
5363         * solib.c (update_solib_breakpoints): New function.
5364         (handle_solib_event): Moved function from breakpoint.c.
5365         Updated to call solib_ops->handle_event if not NULL.
5366         * solist.h (target_so_ops): New fields "update_breakpoints" and
5367         "handle_event".
5368         * infrun.c (set_stop_on_solib_events): New function.
5369         (_initialize_infrun): Use the above for "set
5370         stop-on-solib-events".
5371         (handle_inferior_event): Pass new argument to handle_solib_event.
5372         * solib-svr4.c (probe.h): New include.
5373         (svr4_free_library_list): New forward declaration.
5374         (probe_action): New enum.
5375         (probe_info): New struct.
5376         (probe_info): New static variable.
5377         (NUM_PROBES): New definition.
5378         (svr4_info): New fields "using_xfer", "probes_table" and
5379         "solib_list".
5380         (free_probes_table): New function.
5381         (free_solib_list): New function.
5382         (svr4_pspace_data_cleanup): Free probes table and solib list.
5383         (svr4_copy_library_list): New function.
5384         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
5385         (svr4_read_so_list): New parameter "prev_lm".
5386         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
5387         (svr4_current_sos): New function.
5388         (probe_and_action): New struct.
5389         (hash_probe_and_action): New function.
5390         (equal_probe_and_action): Likewise.
5391         (register_solib_event_probe): Likewise.
5392         (solib_event_probe_at): Likewise.
5393         (solib_event_probe_action): Likewise.
5394         (solist_update_full): Likewise.
5395         (solist_update_incremental): Likewise.
5396         (disable_probes_interface_cleanup): Likewise.
5397         (svr4_handle_solib_event): Likewise.
5398         (svr4_update_solib_event_breakpoint): Likewise.
5399         (svr4_update_solib_event_breakpoints): Likewise.
5400         (svr4_create_solib_event_breakpoints): Likewise.
5401         (enable_break): Free probes table before creating breakpoints.
5402         Use svr4_create_solib_event_breakpoints to create breakpoints.
5403         (svr4_solib_create_inferior_hook): Free the solib list.
5404         (_initialize_svr4_solib): Initialise
5405         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
5406
5407 2013-06-04  Gary Benson  <gbenson@redhat.com>
5408
5409         * target.h (target_ops): New field
5410         "to_augmented_libraries_svr4_read".
5411         (target_augmented_libraries_svr4_read): New macro.
5412         * target.c (update_current_target): Handle
5413         to_augmented_libraries_svr4_read.
5414         * remote.c (remote_state): New field
5415         "augmented_libraries_svr4_read".
5416         (remote_augmented_libraries_svr4_read_feature): New function.
5417         (remote_protocol_features): Add entry for
5418         "augmented-libraries-svr4-read".
5419         (remote_augmented_libraries_svr4_read): New function.
5420         (init_remote_ops): Initialize
5421         remote_ops.to_augmented_libraries_svr4_read.
5422
5423 2013-06-04  Gary Benson  <gbenson@redhat.com>
5424
5425         * NEWS: Update.
5426
5427 2013-06-04  Gary Benson  <gbenson@redhat.com>
5428
5429         * objfiles.h (inhibit_section_map_updates): New function
5430         declaration.
5431         (resume_section_map_updates): Likewise.
5432         (resume_section_map_updates_cleanup): Likewise.
5433         * objfiles.c (objfile_pspace_info): Removed field
5434         "objfiles_changed_p".  New fields "new_objfiles_available",
5435         "section_map_dirty" and "inhibit_updates".
5436         (allocate_objfile): Set new_objfiles_available.
5437         (free_objfile): Set section_map_dirty.
5438         (objfile_relocate1): Likewise.
5439         (in_plt_section): Likewise.
5440         (find_pc_section): Update the conditions under which the
5441         section map will be updated.
5442         (inhibit_section_map_updates): New function.
5443         (resume_section_map_updates): Likewise.
5444         (resume_section_map_updates_cleanup): Likewise.
5445
5446 2013-06-04  Gary Benson  <gbenson@redhat.com>
5447
5448         * probe.h (get_probe_argument_count): New declaration.
5449         (evaluate_probe_argument): Likewise.
5450         * probe.c (get_probe_argument_count): New function.
5451         (evaluate_probe_argument): Likewise.
5452         (probe_safe_evaluate_at_pc): Use the above new functions.
5453
5454 2013-06-04  Alan Modra  <amodra@gmail.com>
5455
5456         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5457         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5458         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
5459         target mem reads on optional insns.
5460         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5461         ppc_insns_match_pattern calls.
5462         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5463         Add match for power7 thread safety insns, and new order of
5464         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
5465         invocation in comment, and update rest of comment.
5466         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5467         PPC64_STANDARD_LINKAGE3_LEN): Delete.
5468         (ppc64_standard_linkage2_target): Update insn offsets.
5469         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
5470         stubs first.  Update calls.
5471
5472 2013-06-04  Yao Qi  <yao@codesourcery.com>
5473
5474         * solib.c (solib_find): Don't need dir separator if path has
5475         drive spec.
5476
5477 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
5478
5479         Revert (indirectly causes a SIGSEGV):
5480         * machoread.c (macho_symfile_read): Assign first cleanup to
5481         'back_to'.
5482
5483 2013-06-03  Yao Qi  <yao@codesourcery.com>
5484
5485         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5486         mi-parse.c.  Make them static.
5487         (mi_all_values): Likewise.
5488         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
5489         mi_parse_print_values.  Make it external.
5490         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5491         Remove the declarations.
5492         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5493         * mi/mi-parse.h (mi_parse_print_values): Declare.
5494         * mi/mi-cmd-stack.c: Include mi-parse.h.
5495         (parse_print_values): Remove
5496         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5497         of parse_print_values.
5498         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5499
5500 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
5501             Yao Qi  <yao@codesourcery.com>
5502
5503         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5504         (encode_actions): Move code to ...
5505         (all_tracepoint_actions_and_cleanup): ... here.  New.
5506         (trace_dump_command): Likewise.
5507
5508 2013-05-30  Tom Tromey  <tromey@redhat.com>
5509
5510         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5511
5512 2013-05-30  Tom Tromey  <tromey@redhat.com>
5513
5514         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5515         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
5516         'old_chain' argument.  Add 'parser_result' argument.
5517         (gdb_xml_create_parser_and_cleanup): Remove old version.
5518         (gdb_xml_parse_quick): Update.
5519         (xml_process_xincludes): Update.
5520         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5521         declare.
5522
5523 2013-05-30  Tom Tromey  <tromey@redhat.com>
5524
5525         * probe.c (collect_probes): Check arguments for NULL before
5526         calling compile_rx_or_error.
5527         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5528         Remove NULL return.
5529
5530 2013-05-30  Tom Tromey  <tromey@redhat.com>
5531
5532         * infrun.c (adjust_pc_after_break): Introduce an outer null
5533         cleanup.
5534
5535 2013-05-30  Tom Tromey  <tromey@redhat.com>
5536
5537         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5538
5539 2013-05-30  Tom Tromey  <tromey@redhat.com>
5540
5541         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5542         for 'old_chain'.  Do not check 'head' before processing
5543         cleanups.
5544
5545 2013-05-30  Tom Tromey  <tromey@redhat.com>
5546
5547         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5548         "cleanup_tuple".
5549
5550 2013-05-30  Tom Tromey  <tromey@redhat.com>
5551
5552         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5553         inner scope.  Unconditionally call do_cleanups.
5554
5555 2013-05-30  Tom Tromey  <tromey@redhat.com>
5556
5557         * source.c (find_and_open_source): Call do_cleanups.
5558
5559 2013-05-30  Tom Tromey  <tromey@redhat.com>
5560
5561         * linux-thread-db.c (thread_db_load_search): Unconditionally
5562         call do_cleanups.
5563
5564 2013-05-30  Tom Tromey  <tromey@redhat.com>
5565
5566         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5567         for 'cleanup'; instead use a later one.
5568
5569 2013-05-30  Tom Tromey  <tromey@redhat.com>
5570
5571         * python/py-breakpoint.c (bppy_get_commands): Use
5572         explicit, unconditional return.
5573         * python/py-frame.c (frapy_read_var): Likewise.
5574         * python/python.c (gdbpy_decode_line): Likewise.
5575
5576 2013-05-30  Tom Tromey  <tromey@redhat.com>
5577
5578         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5579         do_cleanups on all return paths.
5580
5581 2013-05-30  Tom Tromey  <tromey@redhat.com>
5582
5583         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
5584
5585 2013-05-30  Tom Tromey  <tromey@redhat.com>
5586
5587         * stabsread.c (read_struct_type): Call do_cleanups along
5588         all return paths.
5589
5590 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
5591
5592         * mips-linux-tdep.c: Adjust formatting throughout.
5593
5594 2013-05-30  Tom Tromey  <tromey@redhat.com>
5595
5596         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
5597         along all return paths.
5598
5599 2013-05-30  Tom Tromey  <tromey@redhat.com>
5600
5601         * symfile.c (find_separate_debug_file): Call do_cleanups
5602         along all return paths.
5603
5604 2013-05-30  Tom Tromey  <tromey@redhat.com>
5605
5606         * symtab.c (search_symbols): Introduce a null cleanup for
5607         'retval_chain'.
5608
5609 2013-05-30  Tom Tromey  <tromey@redhat.com>
5610
5611         * python/py-value.c (valpy_binop): Call do_cleanups before
5612         exiting loop.
5613
5614 2013-05-30  Tom Tromey  <tromey@redhat.com>
5615
5616         * python/py-prettyprint.c (print_children): Remove extra
5617         do_cleanups call.
5618
5619 2013-05-30  Tom Tromey  <tromey@redhat.com>
5620
5621         * python/py-frame.c (frapy_read_var): Call do_cleanups along
5622         all return paths.
5623
5624 2013-05-30  Tom Tromey  <tromey@redhat.com>
5625
5626         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5627         along all return paths.
5628
5629 2013-05-30  Tom Tromey  <tromey@redhat.com>
5630
5631         * cli/cli-logging.c (set_logging_redirect): Unconditionally
5632         call do_cleanups.
5633
5634 2013-05-30  Tom Tromey  <tromey@redhat.com>
5635
5636         * varobj.c (c_value_of_root): Call do_cleanups along all
5637         return paths.
5638
5639 2013-05-30  Tom Tromey  <tromey@redhat.com>
5640
5641         * tracepoint.c (trace_dump_command): Unconditionally call
5642         do_cleanups.
5643
5644 2013-05-30  Tom Tromey  <tromey@redhat.com>
5645
5646         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5647         do_cleanups earlier.
5648
5649 2013-05-30  Tom Tromey  <tromey@redhat.com>
5650
5651         * machoread.c (macho_symfile_read): Assign first cleanup to
5652         'back_to'.
5653
5654 2013-05-30  Tom Tromey  <tromey@redhat.com>
5655
5656         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5657
5658 2013-05-30  Tom Tromey  <tromey@redhat.com>
5659
5660         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5661
5662 2013-05-30  Tom Tromey  <tromey@redhat.com>
5663
5664         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5665         call discard_cleanups.
5666         (inf_ptrace_attach): Likewise.
5667
5668 2013-05-30  Tom Tromey  <tromey@redhat.com>
5669
5670         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5671         return paths.
5672         (mips_initialize): Likewise.
5673         (common_open): Call do_cleanups.
5674
5675 2013-05-30  Tom Tromey  <tromey@redhat.com>
5676
5677         * utils.c (internal_vproblem): Call do_cleanups.
5678
5679 2013-05-30  Tom Tromey  <tromey@redhat.com>
5680
5681         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5682
5683 2013-05-30  Tom Tromey  <tromey@redhat.com>
5684
5685         * cli/cli-script.c (setup_user_args): Don't return after error.
5686
5687 2013-05-30  Tom Tromey  <tromey@redhat.com>
5688
5689         * somread.c (som_symtab_read): Call do_cleanups.
5690
5691 2013-05-30  Tom Tromey  <tromey@redhat.com>
5692
5693         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5694
5695 2013-05-30  Tom Tromey  <tromey@redhat.com>
5696
5697         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5698         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5699         * interps.c (interpreter_exec_cmd): Call do_cleanups.
5700         * source.c (show_substitute_path_command): Call do_cleanups.
5701         (unset_substitute_path_command, set_substitute_path_command):
5702         Likewise.
5703         * symfile.c (load_command): Call do_cleanups.
5704
5705 2013-05-30  Tom Tromey  <tromey@redhat.com>
5706
5707         * contrib/cleanup_check.py: New file.
5708         * contrib/gcc-with-excheck: Add option parsing.
5709
5710 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
5711
5712         * windows-nat.c (windows_delete_thread): Add missing space
5713         in cast expression.
5714
5715 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
5716
5717         * inferior.c (top level): Include tilde.h.
5718         (add_inferior_command): Call tilde_expand on the value of 'exec'
5719         argument.
5720
5721 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
5722             Yao Qi  <yao@codesourcery.com>
5723
5724         * tracepoint.c (encode_actions_1): Remove parameter 't'.
5725         Caller update.
5726         (encode_actions): Likewise.
5727         * remote.c (remote_download_tracepoint): Caller update.
5728         * tracepoint.h (encode_actions): Update declaration.
5729
5730 2013-05-30  Pedro Alves  <palves@redhat.com>
5731
5732         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
5733         pointer.
5734
5735 2013-05-30  Yao Qi  <yao@codesourcery.com>
5736
5737         * remote.c (remote_check_symbols): Remove unused parameter
5738         'objfile'.
5739         Declaration update.
5740         (remote_start_remote, remote_new_objfile): Caller update.
5741
5742 2013-05-30  Yao Qi  <yao@codesourcery.com>
5743
5744         * mi/mi-cmds.c (mi_cmds): Define MI command
5745         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5746         DEF_MI_CMD_CLI.
5747
5748 2013-05-29  Pedro Alves  <palves@redhat.com>
5749
5750         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5751         (remote_insert_watchpoint, remote_remove_watchpoint)
5752         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5753         (remote_verify_memory, compare_sections_command)
5754         (remote_search_memory): Set the general process/thread on the
5755         remote side.
5756
5757 2013-05-29  Pedro Alves  <palves@redhat.com>
5758
5759         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5760         (_initialize_aarch64_tdep): Don't call
5761         initialize_tdesc_aarch64_without_fpu.
5762         * features/Makefile (WHICH): Remove reference to
5763         aarch64-without-fpu.
5764         * features/aarch64-without-fpu.c: Delete file.
5765         * regformats/aarch64-without-fpu.dat: Delete file.
5766
5767 2013-05-28  Yao Qi  <yao@codesourcery.com>
5768
5769         * tracepoint.c (stringify_collection_list): Remove parameter
5770         'string'.
5771         (encode_actions): Caller update.  Remove local variables.
5772
5773 2013-05-24  Yao Qi  <yao@codesourcery.com>
5774
5775         * tracepoint.c (TFILE_PID): Remove.
5776         (tfile_open): Don't add thread and inferior.
5777         (tfile_close): Don't set 'inferior_ptid'.  Don't call
5778         exit_inferior_silent.
5779         (tfile_thread_alive): Remove.
5780         (init_tfile_ops): Don't set field 'to_thread_alive' of
5781         tfile_ops.
5782
5783 2013-05-23  Doug Evans  <dje@google.com>
5784
5785         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5786
5787 2013-05-23  Pedro Alves  <palves@redhat.com>
5788
5789         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5790         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5791         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5792         Only define if HAVE_SOCKETS is defined.
5793         * configure.ac: Check for sys/socket.h.
5794         * config.in, configure: Regenerate.
5795
5796 2013-05-23  Pedro Alves  <palves@redhat.com>
5797
5798         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5799         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5800         printing uint32_t variables.
5801
5802 2013-05-23  Pedro Alves  <palves@redhat.com>
5803
5804         * NEWS: Mention GDBserver range stepping support.
5805
5806 2013-05-23  Yao Qi  <yao@codesourcery.com>
5807             Pedro Alves  <palves@redhat.com>
5808
5809         * gdbthread.h (struct thread_control_state) <may_range_step>: New
5810         field.
5811         * infcmd.c (step_once, until_next_command): Enable range stepping.
5812         * infrun.c (displaced_step_prepare): Disable range stepping.
5813         (resume): Disable range stepping if stepping over a breakpoint or
5814         we have software watchpoints.  If range stepping is enabled,
5815         assert the thread is in the stepping range.
5816         (clear_proceed_status_thread): Clear may_range_step.
5817         (handle_inferior_event): Disable range stepping as soon as we know
5818         the thread that hit the event.  Re-enable it whenever we're going
5819         to step with a step range.
5820         * remote.c (struct vCont_action_support) <r>: New field.
5821         (use_range_stepping): New global.
5822         (remote_vcont_probe): Handle 'r' action.
5823         (append_resumption): Append an 'r' action if the thread may range
5824         step.
5825         (show_range_stepping): New function.
5826         (set_range_stepping): New function.
5827         (_initialize_remote): Call add_setshow_boolean_cmd to register the
5828         'set range-stepping' and 'show range-stepping' commands.
5829         * NEWS: Mention range stepping, the new vCont;r action, and the
5830         new "set/show range-stepping" commands.
5831
5832 2013-05-23  Yao Qi  <yao@codesourcery.com>
5833             Pedro Alves  <palves@redhat.com>
5834
5835         * remote.c (struct vCont_action_support): New struct.
5836         (struct remote_state) <support_vCont_t>: Remove field.
5837         <vCont_actions_support>: New field.
5838         (remote_vcont_probe, remote_stop_ns): Update.
5839
5840 2013-05-23  Yao Qi  <yao@codesourcery.com>
5841             Pedro Alves  <palves@redhat.com>
5842
5843         * gdbthread.h (pc_in_thread_step_range): New declaration.
5844         * thread.c (pc_in_thread_step_range): New function.
5845         * infrun.c (handle_inferior_event): Use it.
5846
5847 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
5848
5849         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5850         of sprintf.
5851
5852 2013-05-22  Keith Seitz  <keiths@redhat.com>
5853
5854         * ada-lang.c (is_known_support_routine): Add explicit free of
5855         'func_name' from find_frame_funname.
5856         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5857         for func_name from find_frame_funname.
5858         * python/py-frame.c (frapy_name): Add explicit free of
5859         'name' from find_frame_funname.
5860         * stack.c (find_frame_funname): Add comment explaining that
5861         funcp must be freed by the caller.
5862         Return copy of symbol names instead of pointers.
5863         (print_frame): Add a cleanup for 'funname' from
5864         find_frame_funname.
5865         * stack.h (find_frame_funname): Remove "const" from
5866         'funname' parameter.
5867
5868 2013-05-22  Tom Tromey  <tromey@redhat.com>
5869
5870         PR c++/15401:
5871         * c-valprint.c (c_value_print): Use value_addr for
5872         references.  Convert back to reference type with value_ref.
5873
5874 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
5875
5876         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5877         unloaded DLL, it will be done by handle_solib_event.  See
5878         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5879         details.
5880
5881 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
5882
5883         * ui-out.c: Create typedef ui_out_level_p and define vector
5884         operations for that type.
5885         (struct ui_out): Use a vector instead of an array.
5886         (current_level): Return level from a vector.
5887         (push_level): Create a level in a vector.
5888         (pop_level): Delete a level in a vector.
5889         (ui_out_new): Create initial level zero level, and store in a
5890         vector.
5891         (ui_out_destroy): Add vector cleanup.
5892
5893 2013-05-22  Pedro Alves  <palves@redhat.com>
5894
5895         * python/python-internal.h (gdb_Py_DECREF): Tag with
5896         "ARI: editCase function".
5897
5898 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5899
5900         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5901
5902 2013-05-21  Pedro Alves  <palves@redhat.com>
5903
5904         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5905         whether PRINTER is NULL before installing a Py_DECREF cleanup.
5906         * python/py-utils.c (py_decref): Don't check for NULL before
5907         calling Py_DECREF.
5908
5909 2013-05-21  Pedro Alves  <palves@redhat.com>
5910
5911         * python/py-utils.c (py_decref): Remove extra braces.
5912         (gdb_pymodule_addobject): Remove extra braces.
5913         * python-internal.h (gdb_Py_DECREF): New static inline function.
5914         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5915
5916 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5917
5918         * breakpoints.c (detach_breakpoints): Do not
5919         detach breakpoints locations with loc_type bp_loc_other.
5920
5921 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5922
5923         Workaround Python 2.6.
5924         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5925         a block.
5926
5927 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5928
5929         Code cleanup: constification.
5930         * solib.c (solib_ops): Make return type and ops variable type const.
5931         (set_solib_ops): Make the new_ops parameter and ops variable const.
5932         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5933         (solib_add, solib_keep_data_in_core, clear_solib)
5934         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5935         (reload_shared_libraries, solib_global_lookup): Make the ops variable
5936         const.
5937         * solib.h (set_solib_ops): Make the new_ops parameter const.
5938
5939 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5940
5941         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5942         variable.
5943         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5944         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5945         (SYSTEM_GDBINIT_FILES): New variables.
5946         (all): Add stamp-system-gdbinit.
5947         (stamp-system-gdbinit): New rule.
5948         (clean-system-gdbinit, install-system-gdbinit)
5949         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
5950         (install-only): Add dependency on install-system-gdbinit.
5951         (uninstall): Add dependency on uninstall-system-gdbinit.
5952         (clean): Add dependency on clean-system-gdbinit.
5953         * system-gdbinit/elinos.py: New file.
5954         * system-gdbinit/wrs-linux.py: New file.
5955
5956 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5957
5958         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5959
5960 2013-05-21  Hui Zhu  <hui@codesourcery.com>
5961
5962         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5963         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5964         * mi/mi-cmd-break.c (ctype.h): New include.
5965         (gdb_obstack.h): New include.
5966         (mi_argv_to_format, mi_cmd_break_insert_1): New.
5967         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5968         (mi_cmd_dprintf_insert): New.
5969         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5970         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5971
5972 2013-05-20  Tom Tromey  <tromey@redhat.com>
5973
5974         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5975
5976 2013-05-20  Tom Tromey  <tromey@redhat.com>
5977
5978         * python/py-value.c (valpy_get_dynamic_type): Simplify
5979         dynamic_type assignment.  Use Py_XINCREF.
5980
5981 2013-05-20  Tom Tromey  <tromey@redhat.com>
5982
5983         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5984
5985 2013-05-20  Tom Tromey  <tromey@redhat.com>
5986
5987         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5988         (gdbpy_selected_frame): Move object-construction code
5989         out of TRY_CATCH.
5990
5991 2013-05-20  Tom Tromey  <tromey@redhat.com>
5992
5993         * python/py-arch.c (gdbpy_initialize_arch): Use
5994         gdb_pymodule_addobject.
5995         * python/py-block.c (gdbpy_initialize_blocks): Use
5996         gdb_pymodule_addobject.
5997         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5998         gdb_pymodule_addobject.
5999         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6000         gdb_pymodule_addobject.
6001         * python/py-event.c (gdbpy_initialize_event_generic): Use
6002         gdb_pymodule_addobject.
6003         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6004         gdb_pymodule_addobject.
6005         * python/py-evts.c (add_new_registry): Use
6006         gdb_pymodule_addobject.
6007         (gdbpy_initialize_py_events): Likewise.
6008         * python/py-finishbreakpoint.c
6009         (gdbpy_initialize_finishbreakpoints): Use
6010         gdb_pymodule_addobject.
6011         * python/py-frame.c (gdbpy_initialize_frames): Use
6012         gdb_pymodule_addobject.
6013         * python/py-function.c (gdbpy_initialize_functions): Use
6014         gdb_pymodule_addobject.
6015         * python/py-inferior.c (gdbpy_initialize_inferior): Use
6016         gdb_pymodule_addobject.
6017         * python/py-infthread.c (gdbpy_initialize_thread): Use
6018         gdb_pymodule_addobject.
6019         * python/py-objfile.c (gdbpy_initialize_objfile): Use
6020         gdb_pymodule_addobject.
6021         * python/py-param.c (gdbpy_initialize_parameters): Use
6022         gdb_pymodule_addobject.
6023         * python/py-progspace.c (gdbpy_initialize_pspace): Use
6024         gdb_pymodule_addobject.
6025         * python/py-symbol.c (gdbpy_initialize_symbols): Use
6026         gdb_pymodule_addobject.
6027         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6028         gdb_pymodule_addobject.
6029         * python/py-type.c (gdbpy_initialize_types): Use
6030         gdb_pymodule_addobject.
6031         * python/py-utils.c (gdb_pymodule_addobject): New function.
6032         * python/py-value.c (gdbpy_initialize_values): Use
6033         gdb_pymodule_addobject.
6034         * python/python-internal.h (gdb_pymodule_addobject): Declare.
6035         * python/python.c (_initialize_python): Use
6036         gdb_pymodule_addobject.
6037
6038 2013-05-20  Tom Tromey  <tromey@redhat.com>
6039
6040         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6041         * python/py-param.c (get_set_value, get_show_value): Use
6042         explicit decrefs.
6043         * python/python.c (start_type_printers, apply_type_printers):
6044         Use explicit decrefs.
6045
6046 2013-05-20  Tom Tromey  <tromey@redhat.com>
6047
6048         * python/py-evts.c (gdbpy_initialize_py_events): Don't
6049         incref the module.
6050
6051 2013-05-20  Tom Tromey  <tromey@redhat.com>
6052
6053         * python/python.c (gdbpy_run_events): Decref the result
6054         of PyObject_CallObject.
6055
6056 2013-05-20  Tom Tromey  <tromey@redhat.com>
6057
6058         * python/py-symtab.c (set_sal): Use
6059         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
6060         (symtab_and_line_to_sal_object): Update.
6061
6062 2013-05-20  Tom Tromey  <tromey@redhat.com>
6063
6064         * python/py-param.c (compute_enum_values): Decref 'item'.
6065
6066 2013-05-20  Tom Tromey  <tromey@redhat.com>
6067
6068         * mi/mi-main.c: Include python-internal.h.
6069         (mi_cmd_list_features): Check gdb_python_initialized.
6070         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6071         (python_inferior_exit, python_new_objfile, add_thread_object)
6072         (delete_thread_object, py_free_inferior): Check
6073         gdb_python_initialized.
6074         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6075         gdb_python_initialized.
6076         * python/py-type.c (save_objfile_types): Check
6077         gdb_python_initialized.
6078         * python/python-internal.h (gdb_python_initialized): Declare.
6079         * python/python.c (ensure_python_env): Throw exception if
6080         Python not initialized.
6081         (before_prompt_hook, source_python_script_for_objfile)
6082         (start_type_printers, apply_type_printers,
6083         free_type_printers): Check gdb_python_initialized.
6084         * varobj.c (varobj_get_display_hint)
6085         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6086         (install_new_value_visualizer, varobj_set_visualizer)
6087         (value_get_print_value): Check gdb_python_initialized.
6088
6089 2013-05-20  Tom Tromey  <tromey@redhat.com>
6090
6091         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6092         Check errors.
6093         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6094         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6095         Check errors.
6096         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6097         Check errors.
6098         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6099         Check errors.
6100         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6101         Check errors.
6102         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6103         init function to return 'int'.
6104         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6105         Return 'int'.  Check errors.
6106         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6107         Check errors.
6108         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6109         Return 'int'.  Check errors.
6110         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6111         Check errors.
6112         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6113         Check errors.
6114         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6115         Check errors.
6116         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6117         Check errors.
6118         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6119         Check errors.
6120         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6121         Check errors.
6122         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6123         Check errors.
6124         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6125         Check errors.
6126         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6127         Check errors.
6128         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6129         Check errors.
6130         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6131         Check errors.
6132         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6133         Check errors.
6134         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6135         Check errors.
6136         * python/python-internal.h (gdbpy_initialize_auto_load,
6137         gdbpy_initialize_values, gdbpy_initialize_frames,
6138         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6139         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6140         gdbpy_initialize_blocks, gdbpy_initialize_types,
6141         gdbpy_initialize_functions, gdbpy_initialize_pspace,
6142         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6143         gdbpy_initialize_finishbreakpoints,
6144         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6145         gdbpy_initialize_thread, gdbpy_initialize_inferior,
6146         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6147         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6148         gdbpy_initialize_signal_event,
6149         gdbpy_initialize_breakpoint_event,
6150         gdbpy_initialize_continue_event,
6151         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6152         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6153         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6154         * python/python.c (gdb_python_initialized): New global.
6155         (gdbpy_initialize_events): Return 'int'.  Check errors.
6156         (_initialize_python): Check errors.  Set
6157         gdb_python_initialized.
6158
6159 2013-05-20  Tom Tromey  <tromey@redhat.com>
6160
6161         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6162         Decref the reslut of PyObject_CallMethod.
6163
6164 2013-05-20  Tom Tromey  <tromey@redhat.com>
6165
6166         * python/py-event.c (gdbpy_initialize_event_generic): Return
6167         early if PyType_Ready fails.
6168
6169 2013-05-20  Tom Tromey  <tromey@redhat.com>
6170
6171         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6172         as 'default' in the switch.
6173
6174 2013-05-20  Tom Tromey  <tromey@redhat.com>
6175
6176         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
6177         get_addr_from_python calls out of TRY_CATCH.
6178         (infpy_write_memory, infpy_search_memory): Likewise.
6179         * python/py-utils.c (get_addr_from_python): Return negative
6180         value on error.  Use TRY_CATCH.
6181         * python/python-internal.h (get_addr_from_python): Use
6182         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6183
6184 2013-05-20  Tom Tromey  <tromey@redhat.com>
6185
6186         * python/py-event.c (evpy_emit_event): Decref the
6187         result of PyObject_CallFunctionObjArgs.
6188
6189 2013-05-20  Tom Tromey  <tromey@redhat.com>
6190
6191         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6192         Correctly decref.
6193
6194 2013-05-20  Tom Tromey  <tromey@redhat.com>
6195
6196         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6197
6198 2013-05-20  Tom Tromey  <tromey@redhat.com>
6199
6200         * python/py-event.h (gdbpy_initialize_event_generic): Use
6201         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6202         * python/py-evts.c (add_new_registry): Use
6203         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6204         * python/python-internal.h
6205         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6206
6207 2013-05-20  Tom Tromey  <tromey@redhat.com>
6208
6209         * python/py-arch.c (archpy_disassemble): Update.
6210         * python/py-type.c (typy_get_composite, typy_lookup_typename)
6211         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6212         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6213         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6214         macro.
6215         (GDB_PY_HANDLE_EXCEPTION): Update.
6216         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
6217
6218 2013-05-20  Tom Tromey  <tromey@redhat.com>
6219
6220         * python/python-internal.h (events_object_type): Remove.
6221
6222 2013-05-20  Tom Tromey  <tromey@redhat.com>
6223
6224         * python/py-event.h (evpy_emit_event): Use
6225         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6226         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6227         New macro.
6228
6229 2013-05-20  Tom Tromey  <tromey@redhat.com>
6230
6231         * py-evtregistry.c (create_event_object): Decref
6232         eventregistry_object if PyList_New fails.
6233
6234 2013-05-20  Tom Tromey  <tromey@redhat.com>
6235
6236         * py-cmd.c (gdbpy_string_to_argv): Check result of
6237         PyList_New.
6238
6239 2013-05-20  Tom Tromey  <tromey@redhat.com>
6240
6241         * python/python.c (before_prompt_hook): Add cleanup to
6242         decref 'hook'.
6243
6244 2013-05-20  Tom Tromey  <tromey@redhat.com>
6245
6246         * python/py-function.c (fnpy_init): Decref result of
6247         PyObject_GetAttrString.
6248
6249 2013-05-20  Tom Tromey  <tromey@redhat.com>
6250
6251         * python/py-threadevent.c (get_event_thread): Use
6252         CPYCHECKER_RETURNS_BORROWED_REF.
6253         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6254         New define.
6255         (pspace_to_pspace_object, objfile_to_objfile_object)
6256         (find_thread_object): Use it.
6257
6258 2013-05-20  Tom Tromey  <tromey@redhat.com>
6259
6260         * python/py-arch.c (arch_object_type): Use
6261         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6262         * python/py-block.c (block_syms_iterator_object_type):
6263         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6264         * python/py-bpevent.c (breakpoint_event_object_type):
6265         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6266         * python/py-cmd.c (cmdpy_object_type): Use
6267         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6268         * python/py-continueevent.c (continue_event_object_type):
6269         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6270         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6271         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6272         * python/py-events.h (thread_event_object_type):
6273         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6274         * python/py-evtregistry.c (eventregistry_object_type): Use
6275         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6276         * python/py-exitedevent.c (exited_event_object_type):
6277         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6278         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6279         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6280         * python/py-function.c (fnpy_object_type): Use
6281         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6282         * python/py-inferior.c (inferior_object_type, membuf_object_type):
6283         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6284         * python/py-infthread.c (thread_object_type): Use
6285         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6286         * python/py-lazy-string.c (lazy_string_object_type):
6287         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6288         * python/py-newobjfileevent.c (new_objfile_event_object_type):
6289         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6290         * python/py-objfile.c (objfile_object_type): Use
6291         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6292         * python/py-param.c (parmpy_object_type):
6293         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6294         * python/py-progspace.c (pspace_object_type):
6295         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6296         * python/py-signalevent.c (signal_event_object_type):
6297         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6298         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6299         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6300         * python/py-type.c (type_object_type, field_object_type)
6301         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6302         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6303         define.
6304         (value_object_type, block_object_type, symbol_object_type)
6305         (event_object_type, stop_event_object_type, breakpoint_object_type)
6306         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6307
6308 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
6309
6310         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6311         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6312
6313 2013-05-20  Doug Evans  <dje@google.com>
6314
6315         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
6316         For Fission.
6317         * dwarf2read.c (struct dwarf2_per_cu_data): New member
6318         reading_dwo_directly.
6319         (struct signatured_type): New member dwo_unit.
6320         (struct die_reader_specs): New member comp_dir.
6321         (create_signatured_type_table_from_index): Use malloc for
6322         all_type_units instead of objfile's obstack.
6323         (create_all_type_units): Ditto.
6324         (fill_in_sig_entry_from_dwo_entry): New function.
6325         (add_type_unit): New function.
6326         (lookup_dwo_signatured_type): New function.
6327         (lookup_dwp_signatured_type): New function.
6328         (lookup_signatured_type): New arg cu.  All callers updated.
6329         (init_cu_die_reader): Initialize comp_dir.
6330         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
6331         Change assert of matching type signatures to call error on mismatch.
6332         (lookup_dwo_unit): Add assert.
6333         (init_tu_and_read_dwo_dies): New function.
6334         (init_cutu_and_read_dies): Call it.
6335         (build_type_unit_groups): Handle case of no type unit groups created.
6336         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6337         (lookup_dwo_cutu): Tweak complaint.
6338         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6339         (dwarf2_per_objfile_free): Free all_type_units.
6340
6341 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6342
6343         * windows-nat.c (handle_unload_dll): Add missing empty line.
6344
6345 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6346
6347         * dwarf2read.c (prototyped_function_p): New function.
6348         (read_subroutine_type): Use it.
6349
6350 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6351
6352         * rs6000-aix-tdep.c: De-indent some example code provided
6353         as a comment.
6354
6355 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6356
6357         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
6358         region is ok for a hardware watchpoint using the new ptrace interface
6359         on Power servers.
6360
6361 2013-05-17  Doug Evans  <dje@google.com>
6362
6363         * NEWS: Mention new maintenance commands check-symtabs, and
6364         expand-symtabs, and renamed check-psymtabs.
6365         * psymtab.c (maintenance_check_psymtabs): Renamed from
6366         maintenance_check_symtabs.  Only process already-expanded symbol
6367         tables.
6368         (_initialize_psymtab): Update.
6369         * symmisc.c (maintenance_check_symtabs): New function.
6370         (maintenance_expand_name_matcher): New function
6371         (maintenance_expand_file_matcher): New function
6372         (maintenance_expand_symtabs): New function.
6373         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
6374         commands.
6375
6376 2013-05-17  Tom Tromey  <tromey@redhat.com>
6377
6378         * python/py-inferior.c (infpy_read_memory): Don't call
6379         PyErr_SetString if PyObject_New fails.
6380         * python/py-frame.c (frame_info_to_frame_object): Don't call
6381         PyErr_SetString if PyObject_New fails.
6382
6383 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
6384
6385         * acinclude.m4: Add check for dlopen in libdl.
6386         * configure.ac: Ditto.
6387         * configure: Regenerate.
6388
6389 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
6390
6391         * frame.c (frame_stash): Convert to htab.
6392         (frame_addr_hash): New function.
6393         (frame_addr_hash_eq): New function.
6394         (frame_stash_create): Convert function to create
6395         a hash table.
6396         (frame_stash_add): Convert function to add an entry to a hash
6397         table.
6398         (frame_stash_find): Convert function to search the hash table.
6399         (frame_stash_invalidate): Convert function to empty the hash
6400         table.
6401         (get_frame_id): Only add to stash if a frame_id is created.
6402         (_initialize_frame): Call frame_stash_create.
6403
6404 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
6405
6406         * configure.ac: Ensure MIG is available when building for GNU Hurd
6407         hosts.
6408         * configure: Regenerate.
6409
6410 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
6411
6412         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
6413
6414 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
6415
6416         * ada-lang.c (ada_make_symbol_completion_list): Make sure
6417         all cleanups are done before returning from this function.
6418
6419 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
6420
6421         * utils.h: #include "exceptions.h".
6422         (enum errors): Remove partial declaration.
6423
6424 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
6425
6426         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
6427         * gdbarch.h, gdbarch.c: Regenerate.
6428         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
6429         handling.
6430
6431         * rs6000-aix-tdep.h: New file.
6432         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
6433         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
6434         "xml-utils.h".
6435         (struct field_info, struct ld_info_desc): New types.
6436         (ld_info32_desc, ld_info64_desc): New static constants.
6437         (struct ld_info): New type.
6438         (rs6000_aix_extract_ld_info): New function.
6439         (rs6000_aix_shared_library_to_xml): Likewise.
6440         (rs6000_aix_ld_info_to_xml): Likewise.
6441         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6442         (rs6000_aix_init_osabi): Add call to
6443         set_gdbarch_core_xfer_shared_libraries_aix.
6444         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6445         Remove "xml-utils.h" include.
6446         (LdInfo): Delete typedef.
6447         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6448         Delete macros.
6449         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6450         Adjust code accordingly.
6451         (rs6000_core_ldinfo): Delete, folded into
6452         rs6000_aix_core_xfer_shared_libraries_aix.
6453         (rs6000_xfer_shared_library): Delete.
6454         (rs6000_xfer_shared_libraries): Reimplement.
6455
6456 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
6457
6458         * record.c (record_goto_cmdlist): New.
6459         (cmd_record_goto): Split into this ...
6460         (cmd_record_goto_begin): ... this
6461         (cmd_record_goto_end): ... and this.
6462         (_initialize_record): Change "record goto" to prefix command.
6463         Add commands for "record goto begin" and "record goto end".
6464         Add an alias for "record goto start" to "record goto begin".
6465
6466 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6467
6468         * linespec.c (convert_linespec_to_sals): New comment for
6469         SOURCE_FILENAME assignment.
6470
6471 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6472
6473         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6474         internal_warning.
6475
6476 2013-05-14  Tom Tromey  <tromey@redhat.com>
6477
6478         * eval.c (parse_and_eval_long): Make 'exp' const.
6479         * value.h (parse_and_eval_long): Update.
6480
6481 2013-05-14  Tom Tromey  <tromey@redhat.com>
6482
6483         * ui-file.c (gdb_fopen): Make arguments const.
6484         * ui-file.h (gdb_fopen): Make arguments const.
6485
6486 2013-05-14  Tom Tromey  <tromey@redhat.com>
6487
6488         * remote.c (remote_set_trace_notes): Make arguments const.
6489         * target.c (update_current_target): Update cast.
6490         * target.h (to_set_trace_notes): Make arguments const.
6491
6492 2013-05-14  Tom Tromey  <tromey@redhat.com>
6493
6494         * go32-nat.c (go32_terminal_info): Make 'args' const.
6495         * inferior.h (child_terminal_info): Update.
6496         * inflow.c (child_terminal_info): Make 'args' const.
6497         * target.c (default_terminal_info): Make 'args' const.
6498         (debug_to_terminal_save_ours): Likewise.
6499         * target.h (struct target_ops) <to_terminal_info>: Make argument
6500         const.
6501
6502 2013-05-13  Tom Tromey  <tromey@redhat.com>
6503
6504         * gcore.c (create_gcore_bfd): Make 'filename' const.
6505         * gcore.h (create_gcore_bfd): Make 'filename' const.
6506         * record-full.c (record_full_save): Make 'recfilename' const.
6507         * target.c (target_save_record): Make 'filename' const.
6508         * target.h (struct target_ops) <to_save_record>: Make 'filename'
6509         const.
6510         (target_save_record): Likewise.
6511
6512 2013-05-13  Tom Tromey  <tromey@redhat.com>
6513
6514         PR gdb/15338:
6515         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6516         ranges section has been read.
6517
6518 2013-05-13  Tom Tromey  <tromey@redhat.com>
6519
6520         PR exp/15364:
6521         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6522         STRUCTOP_PTR>: Return a not_lval value for
6523         EVAL_AVOID_SIDE_EFFECTS.
6524         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6525         for EVAL_AVOID_SIDE_EFFECTS.
6526
6527 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
6528
6529         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6530         floating point registers to register type before storing
6531         value.
6532         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6533         Likewise.
6534
6535 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6536             Tom Tromey  <tromey@redhat.com>
6537
6538         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6539         New functions.
6540         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6541         Declare.
6542         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6543         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6544         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6545         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6546
6547 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
6548             Tom Tromey  <tromey@redhat.com>
6549
6550         PR build/15414:
6551         * configure: Rebuild.
6552         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6553         with -Wno-format.
6554
6555 2013-05-10  Pedro Alves  <palves@redhat.com>
6556
6557         * remote.c (_initialize_remote): Fix spelling of
6558         qXfer:traceframe-info:read packet in packet config command.
6559
6560 2013-05-10  David Taylor  <dtaylor@emc.com>
6561
6562         PR remote/15455
6563
6564         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6565         "QTro" at start of packet.
6566
6567 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6568
6569         * solib-aix.c (solib_aix_relocate_section_addresses):
6570         For the .bss section action, apply the same offset as
6571         the .data section.
6572
6573 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6574
6575         * solib-aix.c (solib_aix_relocate_section_addresses):
6576         Remove FIXME comment.
6577
6578 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6579
6580         PR tdep/15420:
6581         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6582         New functions, directly copied from sparc-sol-thread.c.
6583         * sparc-sol-thread.c: Delete.
6584         * configure.ac: Remove code handling sparc-solaris-thread.c.
6585         * configure: Regenerate.
6586
6587 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
6588
6589         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
6590         filter logic.
6591         (backtrace_command): Add "no-filters" option parsing.
6592         (_initialize_stack): Alter help to reflect "no-filters" option.
6593         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
6594         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
6595         (py-frame.o): Add target
6596         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
6597         filter files.
6598         * python/python.h: Add new frame filter constants, and flag enum.
6599         (apply_frame_filter): Add definition.
6600         * python/python.c (apply_frame_filter): New non-Python
6601         enabled function.
6602         * python/py-utils.c (py_xdecref): New function.
6603         (make_cleanup_py_xdecref): Ditto.
6604         * python/py-objfile.c: Declare frame_filters dictionary.
6605         (objfpy_dealloc): Add frame_filters dealloc.
6606         (objfpy_new): Initialize frame_filters attribute.
6607         (objfile_to_objfile_object): Ditto.
6608         (objfpy_get_frame_filters): New function.
6609         (objfpy_set_frame_filters): New function.
6610         * python/py-progspace.c: Declare frame_filters dictionary.
6611         (pspy_dealloc): Add frame_filters dealloc.
6612         (pspy_new): Initialize frame_filters attribute.
6613         (pspacee_to_pspace_object): Ditto.
6614         (pspy_get_frame_filters): New function.
6615         (pspy_set_frame_filters): New function.
6616         * python/py-framefilter.c: New file.
6617         * python/lib/gdb/command/frame_filters.py: New file.
6618         * python/lib/gdb/frames.py: New file.
6619         * python/lib/gdb/__init__.py: Initialize global frame_filters
6620         dictionary
6621         * python/lib/gdb/FrameDecorator.py: New file.
6622         * python/lib/gdb/FrameIterator.py: New file.
6623         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6624         * mi/mi-cmds.h: Declare.
6625         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6626         --no-frame-filter logic, and Python frame filter logic.
6627         (stack_enable_frame_filters): New function.
6628         (parse_no_frame_option): Ditto.
6629         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6630         filter logic.
6631         (mi_cmd_stack_list_locals): Ditto.
6632         (mi_cmd_stack_list_args): Ditto.
6633         (mi_cmd_stack_list_variables): Ditto.
6634         * NEWS: Add frame filter note.
6635
6636 2013-05-09  Doug Evans  <dje@google.com>
6637
6638         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6639         All callers updated.
6640         (syms_from_objfile): Ditto.  Make static.
6641         (symbol_file_add_with_addrs): Renamed from
6642         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
6643         num_offsets.  All callers updated.
6644         * symfile.h (syms_from_objfile): Delete.
6645
6646         * symfile.c (decrement_reading_symtab): Add assert.
6647         (increment_reading_symtab): Ditto.
6648
6649 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
6650
6651         * source.c (forward_search_command): Replace call to getc
6652         by call to fgetc.
6653         (reverse_search_command): Likewise.
6654
6655 2013-05-08  Doug Evans  <dje@google.com>
6656
6657         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6658         matching test.
6659
6660 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6661
6662         * sol-thread.c (info_cb): Factorize the code a little.
6663
6664 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6665
6666         * sol-thread.c (info_cb): Rework the output of the "maintenance
6667         info sol-threads" command a bit.
6668
6669 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6670
6671         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6672         Replace ti.ti_startfunc by ti.ti_pc.
6673
6674 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6675
6676         * solib-aix.c (solib_aix_free_library_list): New function
6677         for the case where HAVE_LIBEXPAT is not defined.
6678
6679 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6680
6681         PR breakpoints/15413:
6682         * breakpoint.c (condition_completer): Simplify the code to
6683         disconsider multiple locations of breakpoints when completing the
6684         "condition" command.
6685
6686 2013-05-07  Pierre Muller  <muller@sourceware.org>
6687
6688         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6689         instead of <sys/wait.h>.
6690
6691 2013-05-07  Pierre Muller  <muller@sourceware.org>
6692
6693         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6694         trailing new line from warning message.
6695
6696 2013-05-07  Pierre Muller  <muller@sourceware.org>
6697
6698         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6699         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6700
6701 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6702
6703         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6704         error message (ARI fix).
6705
6706 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6707
6708         * features/library-list-aix.dtd: Replace library-list by
6709         library-list-aix.
6710         * rs6000-nat.c: Replace library-list by library-list-aix
6711         throughout.
6712         * solib-aix.c: Likewise.
6713
6714 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6715
6716         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6717         Renames TARGET_OBJECT_AIX_LIBRARIES.
6718         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
6719         TARGET_OBJECT_LIBRARIES_AIX throughout.
6720         * solib-aix.c: Likwise.
6721
6722 2013-05-07  Yao Qi  <yao@codesourcery.com>
6723
6724         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
6725         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
6726
6727 2013-05-07  Yao Qi  <yao@codesourcery.com>
6728
6729         * solib-dsbt.c (enable_break): Declare.
6730         (dsbt_current_sos): Remove call to enable_break2.
6731         (enable_break2): Rename to enable_break.  Set solib breakpoint
6732         on '_dl_debug_state'.
6733         (enable_break): Remove.
6734
6735 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
6736
6737         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
6738         debug state prior to replicating existing hardware watchpoints or
6739         breakpoints.
6740
6741 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6742
6743         * gcore.c (gcore_create_callback): Ignore sections with
6744         separate_debug_objfile_backlink != NULL.
6745
6746 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
6747             Andrew Jenner  <andrew@codesourcery.com>
6748             Chung-Lin Tang  <cltang@codesourcery.com>
6749             Julian Brown  <julian@codesourcery.com>
6750
6751         Based on the nios2-elf port from Altera Corporation.
6752
6753         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6754         nios2-linux-tdep.o.
6755         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6756         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6757         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6758         * nios2-tdep.h: New.
6759         * nios2-tdep.c: New.
6760         * nios2-linux-tdep.c: New.
6761         * features/Makefile (WHICH): Add nios2-linux.
6762         (nios2-linux-expedite): Set.
6763         * features/nios2-cpu.xml: New.
6764         * features/nios2.xml: New.
6765         * features/nios2-linux.xml: New.
6766         * features/nios2.c: New (autogenerated).
6767         * features/nios2-linux.c: New (autogenerated).
6768         * regformats/nios2-linux.dat: New (autogenerated).
6769         * NEWS (Changes since GDB 7.6): Add new Nios II targets
6770         and commands.
6771
6772 2013-05-06  Doug Evans  <dje@google.com>
6773
6774         * symfile.c: Whitespace cleanup.
6775
6776         * solist.h (struct target_so_ops): New member clear_so.
6777         * solib-svr4.c (svr4_clear_so): New function.
6778         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6779         * solib.c (clear_so): Renamed from free_so_symbols.
6780         All callers updated.  Call target clear_so if it exists.
6781
6782 2013-05-06  Tom Tromey  <tromey@redhat.com>
6783
6784         * ada-lang.c (ada_value_primitive_packed_val): Don't
6785         call value_incref.
6786         * value.c (set_value_parent): Incref the new parent and decref
6787         the old parent.
6788         (value_copy, value_primitive_field): Use set_value_parent.
6789
6790 2013-05-06  Tom Tromey  <tromey@redhat.com>
6791
6792         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6793         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6794         if needed.
6795         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6796         * dwarf2read.c (write_constant_as_bytes)
6797         (dwarf2_fetch_constant_bytes): New functions.
6798
6799 2013-05-06  Tom Tromey  <tromey@redhat.com>
6800
6801         * dwarf2read.c (dwarf2_const_value_data): Remove unused
6802         parameters.
6803         (dwarf2_const_value_attr): Update.
6804
6805 2013-05-06  Tom Tromey  <tromey@redhat.com>
6806
6807         * somread.c (som_symfile_offsets): Add 'const' to addrs.
6808         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6809         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6810         Remove declaration.
6811
6812 2013-05-06  Tom Tromey  <tromey@redhat.com>
6813
6814         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6815         objfile's obstack.
6816
6817 2013-05-06  Doug Evans  <dje@google.com>
6818
6819         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6820         * stabsread.h (process_one_symbol): Update declaration.
6821         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6822         * elfread.c (elf_symfile_relocate_probe): Ditto.
6823         * psymtab.c (relocate_psymtabs): Ditto.
6824         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6825         (objfile_relocate): Ditto.
6826         * objfiles.h (objfile_relocate): Update declaration.
6827         * symfile.c (relative_addr_info_to_section_offsets): Constify
6828         addrs parameter.
6829         (default_symfile_offsets): Ditto.
6830         (syms_from_objfile_1): Constify offsets parameter.
6831         (syms_from_objfile): Ditto.
6832         (symbol_file_add_with_addrs_or_offsets): Ditto.
6833         (symfile_map_offsets_to_segments): Constify data parameter.
6834         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6835         delta parameters of member relocate.
6836         (struct sym_probe_fns): Constify new_offsets,
6837         delta parameters of member sym_relocate_probe.
6838         (struct sym_fns): Constify section_addr_info parameter of member
6839         sym_offsets.
6840         (relative_addr_info_to_section_offsets): Update declaration.
6841         (default_symfile_offsets): Ditto.
6842         (syms_from_objfile): Ditto.
6843         (symfile_map_offsets_to_segments): Ditto.
6844
6845         * symfile.c (syms_from_objfile_1): Use correct section count when
6846         objfile->sf == NULL.
6847
6848 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
6849
6850         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6851
6852 2013-05-06  Doug Evans  <dje@google.com>
6853
6854         * psympriv.h (struct partial_symtab): Augment comment for member
6855         section_offsets.
6856
6857 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6858
6859         Reimplement shared library support on ppc-aix...
6860         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6861         * features/library-list-aix.dtd: New file.
6862         * solib-aix.h, solib-aix.c: New file.
6863         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6864         (rs6000_find_toc_address_hook): Delete.
6865         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6866         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6867         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
6868         "xml-utils.h".
6869         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6870         (vmap_symtab, fixup_breakpoints): Delete.
6871         (rs6000_xfer_shared_libraries): New function.
6872         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6873         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6874         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6875         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6876         (rs6000_xfer_shared_library): New function.
6877         (find_toc_address): Delete.
6878         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6879         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6880         * xcoffread.c (record_minimal_symbol): Reloate symbol address
6881         before creating minimal symbol.  Adjust function description
6882         accordingly.
6883         (scan_xcoff_symtab): Replace call to
6884         prim_record_minimal_symbol_and_info by call to
6885         record_minimal_symbol.
6886         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6887         around default_symfile_offsets.
6888         * configure.tgt: Add solib-aix.o to gdb_target_obs for
6889         powerpc-aix targets.
6890         * config/rs6000/nm-rs6000.h: Delete.
6891         * config/powerpc/aix.mh (NAT_FILE): Delete.
6892         (NATDEPFILES): Remove xcoffsolib.o.
6893         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6894         (ALL_TARGET_OBS): Add solib-aix.o.
6895         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6896         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
6897         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
6898         * xcoffsolib.h, xcoffsolib.c: Delete.
6899
6900         * solib.c (reload_shared_libraries): Remove reference to
6901         SOLIB_CREATE_INFERIOR_HOOK.
6902         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6903         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6904         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6905         comment.
6906         * corelow.c (deprecated_core_resize_section_table): Delete.
6907         * exec.c: Remove include of xcoffsolib.h".
6908         (map_vmap, vmap): Delete.
6909         (exec_close_1): Remove references to vmap.
6910         (exec_file_attach): Remove vmap handling code, and reference
6911         to DEPRECATED_IBM6000_TARGET.
6912         (bfdsec_to_vmap): Delete.
6913         (exec_files_info): Remove block of code handling VMAP.
6914         * infcmd.c (post_create_inferior): Remove reference to
6915         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6916         * infrun.c (follow_exec): Remove reference to
6917         SOLIB_CREATE_INFERIOR_HOOK.
6918         * stack.c (print_frame): Remove reference to PC_SOLIB.
6919         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6920         (dsbt_relocate_main_executable): Likewise.
6921         * solib-frv.c (frv_current_sos): Likewise.
6922
6923 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6924
6925         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6926         to target_write_memory and target_read_memory.
6927
6928 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6929
6930         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6931         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6932
6933 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6934
6935         * darwin-nat.c: Replace all "%x" instances in format strings
6936         into "0x%x" throughout.
6937
6938 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6939
6940         * darwin-nat.c (darwin_mourn_inferior): Replace call to
6941         gdb_assert by call to MACH_CHECK_ERROR.
6942         (darwin_attach_pid): Raise an error rather than a failed
6943         assertion when various system calls failed.  Report a warning
6944         instead of raising a failed assertion when PREV_NOT is not NULL
6945         after call to mach_port_request_notification.
6946         (darwin_ptrace_me): Raise an error rather than a failed
6947         assertion when read returns nonzero.
6948
6949 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6950
6951         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6952
6953 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6954
6955         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6956
6957 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6958
6959         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6960         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6961         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
6962         a stale cleanup.  Fix double free of NAME.
6963
6964 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
6965
6966         * windows-nat.c (windows_delete_thread): Accept an additional
6967         argument, the thread's exit code, and announce thread death when
6968         print_thread_events is non-zero and we are deleting a thread that
6969         is not the main thread.
6970         (get_windows_debug_event): Pass thread exit code to
6971         windows_delete_thread.
6972
6973 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6974
6975         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6976         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6977         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6978         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6979         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6980         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6981         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6982         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6983         (gdbarch_tdep): New struct.
6984         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6985         E_NUM_REGS.
6986         (v850e3v5_register_name): New function.
6987         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6988         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
6989         code handling the struct return conventions for the RH850 ABI.
6990         Update all callers.
6991         (v850_eight_byte_align_p): New function.
6992         (v850_push_call_dummy): Push structs by value, not by reference
6993         for the RH850 ABI.  Add support for eight byte alignment.
6994         (v850_dbtrap_breakpoint_from_pc): New function.
6995         (v850_gdbarch_init): Add ABI detection code.  Register
6996         v850e3v5_register_name for the v850e3v5 architecture.  Set the
6997         number of registers for v850e3v5.  Register
6998         v850_dbtrap_breakpoint_from_pc as appropriate.
6999         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7000
7001 2013-05-03  Doug Evans  <dje@google.com>
7002
7003         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7004         of bfd_count_sections.
7005         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7006         * symfile.c (default_symfile_offsets): Ditto.
7007         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
7008         one entry, not bfd_count_sections entries.
7009
7010 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7011
7012         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7013         `save' and `restore' register groups.  Don't include SPL
7014         or SPH in these groups.
7015         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
7016         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
7017         RL78_ES_REGNUM, and RL78_CS_REGNUM.
7018         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
7019         dwarf2_append_unwinders().
7020
7021 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7022
7023         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7024         ignore SIGINT and SIGTRAP in case these internal signals are
7025         caught explicitely.
7026
7027 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7028
7029         * darwin-nat.c (darwin_read_write_inferior): Change types
7030         of parameters rdaddr and wraddr to "gdb_byte *". Change type
7031         of copy_count to "mach_msg_type_number_t".
7032         (darwin_read_dyld_info): Change type of parameter
7033         rdaddr to "gdb_byte *".
7034
7035 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7036
7037         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7038         of &info->load_map from "char *" to "gdb_byte *".
7039
7040 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7041
7042         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7043         from "char *" to "gdb_byte *".
7044         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7045
7046 2013-04-30  Doug Evans  <dje@google.com>
7047
7048         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7049         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7050         DWO stub.  If DWO isn't found, just use stub.
7051         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7052
7053         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7054         calling init_cutu_and_read_dies.
7055
7056 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7057
7058         * target-descriptions.c (maint_print_c_tdesc_cmd):
7059         Add case to parse structures as register types and
7060         bitfields.
7061
7062 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7063
7064         * MAINTAINERS (Write After Approval): Add myself to the list.
7065
7066 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7067
7068         * sol-thread.c (rw_common): Change type of parameter "buf"
7069         to "gdb_byte *".
7070         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7071         rw_common to "gdb_byte *" instead of "char *".
7072
7073 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7074
7075         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7076         of local variable msym to const struct bound_minimal_symbol.
7077         Adjust use accordingly.
7078         [ti.ti_state == TD_THR_SLEEP]: Likewise.
7079
7080 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
7081
7082         * i386gnu-nat.c (CREG_OFFSET): New macro.
7083         (creg_offset): New array.
7084         (CREG_ADDR): Use creg_offset instead of reg_offset.
7085
7086 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7087
7088         * mep-tdep.c (mep_write_pc): Delete.
7089         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7090         Add call to set_gdbarch_pc_regnum.
7091
7092 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7093
7094         * common/filestuff.c: Replace #include <dirent.h> by
7095         #include "gdb_dirent.h".
7096
7097 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7098
7099         * common/filestuff.c: Replace #include <sys/stat.h> by
7100         #include "gdb_stat.h".
7101
7102 2013-04-29  Pierre Muller  <muller@sourceware.org>
7103
7104         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7105         editCase function rule.
7106         (get_DW_AT_signature_type): Likewise.
7107
7108 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7109
7110         * m32r-tdep.c (m32r_write_pc): Delete.
7111         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7112         Add call to set_gdbarch_pc_regnum.
7113
7114 2013-04-29  Pierre Muller  <muller@sourceware.org>
7115
7116         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7117
7118 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7119
7120         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7121
7122 2013-04-28  Yao Qi  <yao@codesourcery.com>
7123
7124         * solib-dsbt.c (fetch_loadmap): Re-indent.
7125         (displacement_from_map, enable_break2): Likewise.
7126         (dsbt_relocate_section_addresses): Likewise.
7127
7128 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
7129
7130         GDB 7.6 released.
7131
7132 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
7133
7134         PR corefiles/14983:
7135         * dwarf2read.c (process_full_comp_unit): Always create a static
7136         block.
7137
7138 2013-04-25  Hui Zhu  <hui@codesourcery.com>
7139
7140         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7141         to loc->cmd_bytecode.
7142
7143 2013-04-24  Doug Evans  <dje@google.com>
7144
7145         * dwarf2read.c (setup_type_unit_groups): Fix comment.
7146
7147 2013-04-22  Keith Seitz  <keiths@redhat.com>
7148
7149         * tracepoint.c (trace_save):  Call the writer's start method.
7150
7151 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
7152
7153         PR gdb/10462
7154         * cli/cli-decode.c (lookup_command): Show an error if there is no space
7155         before argument.
7156
7157 2013-04-23  Tom Tromey  <tromey@redhat.com>
7158
7159         * common/filestuff.c: Check USE_WIN32API before including
7160         sys/socket.h.
7161         (HAVE_F_GETFD): New define.
7162         (mark_cloexec): Check HAVE_F_GETFD.
7163         (gdb_open_cloexec): Change 'mode' to unsigned long.
7164         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7165         (gdb_pipe_cloexec): Check HAVE_PIPE.
7166         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7167         long.
7168
7169 2013-04-23  Hui Zhu  <hui@codesourcery.com>
7170
7171         PR gdb/15293
7172         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7173
7174 2013-04-23  Hui Zhu  <hui@codesourcery.com>
7175
7176         PR gdb/15165
7177         * breakpoint.c (dprintf_print_recreate): New.
7178         (save_breakpoints): Let it not save dprintf commands.
7179         (initialize_breakpoint_ops): Set dprintf_print_recreate.
7180
7181 2013-04-22  Tom Tromey  <tromey@redhat.com>
7182
7183         PR gdb/7912:
7184         * Makefile.in (SFILES): Add filestuff.c
7185         (COMMON_OBS): Add filestuff.o.
7186         (filestuff.o): New target.
7187         * auto-load.c (auto_load_objfile_script_1): Use
7188         gdb_fopen_cloexec.
7189         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7190         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7191         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7192         * common/agent.c (gdb_connect_sync_socket): Use
7193         gdb_socket_cloexec.
7194         * common/filestuff.c: New file.
7195         * common/filestuff.h: New file.
7196         * common/linux-osdata.c (linux_common_core_of_thread)
7197         (command_from_pid, commandline_from_pid, print_source_lines)
7198         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7199         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7200         gdb_fopen_cloexec.
7201         * common/linux-procfs.c (linux_proc_get_int)
7202         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7203         * config.in, configure: Rebuild.
7204         * configure.ac: Don't check for sys/socket.h.  Check for
7205         fdwalk, pipe2.
7206         * corelow.c (core_open): Use gdb_open_cloexec.
7207         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7208         * fork-child.c (fork_inferior): Call close_most_fds.
7209         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7210         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7211         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7212         Use gdb_fopen_cloexec.
7213         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7214         gdb_open_cloexec.
7215         (linux_async_pipe): Use gdb_pipe_cloexec.
7216         * remote-fileio.c (remote_fileio_func_open): Use
7217         gdb_open_cloexec.
7218         * remote.c (remote_file_put, remote_file_get): Use
7219         gdb_fopen_cloexec.
7220         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7221         close_most_fds.
7222         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7223         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7224         * solib.c (solib_find): Use gdb_open_cloexec.
7225         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7226         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7227         (tfile_open): Use gdb_open_cloexec.
7228         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7229         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7230         * xml-support.c (xml_fetch_content_from_file): Use
7231         gdb_fopen_cloexec.
7232         * main.c (captured_main): Call notice_open_fds.
7233
7234 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7235
7236         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7237         'char *' to 'gdb_byte *'.
7238         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7239         'gdb_byte'.
7240
7241 2013-04-22  Yao Qi  <yao@codesourcery.com>
7242
7243         * infrun.c: Fix typo in comment.
7244
7245 2013-04-22  Andrew Haley  <aph@redhat.com>
7246
7247         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7248         instead of "long".
7249
7250 2013-04-20  Yao Qi  <yao@codesourcery.com>
7251
7252         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7253         'char *' to 'gdb_byte *'.  Cast the return value of
7254         'bt_ctf_get_char_array' to 'gdb_byte *'.
7255
7256 2013-04-19  Pedro Alves  <palves@redhat.com>
7257
7258         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7259         -Wpointer-sign.
7260         * configure: Regenerate.
7261
7262 2013-04-19  Pedro Alves  <palves@redhat.com>
7263
7264         * ser-tcp.c (net_read_prim): Cast second argument to recv to
7265         'void *'.
7266
7267 2013-04-19  Pedro Alves  <palves@redhat.com>
7268
7269         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7270         Change type of 'myaddr' parameter to gdb_byte pointer.
7271         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
7272         to 'long long' pointer instead of to 'unsigned long long'.
7273         (monitor_write_memory_block, monitor_read_memory_single)
7274         (monitor_read_memory): Change type of 'myaddr' parameter to
7275         gdb_byte pointer.
7276
7277 2013-04-19  Pedro Alves  <palves@redhat.com>
7278
7279         * record.c (validate_history_size): Make parameter 'setting'
7280         unsigned.
7281
7282 2013-04-19  Pedro Alves  <palves@redhat.com>
7283
7284         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7285         to 'gdb_byte *'.
7286
7287 2013-04-19  Pedro Alves  <palves@redhat.com>
7288
7289         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7290         local to int.
7291
7292 2013-04-19  Pedro Alves  <palves@redhat.com>
7293
7294         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7295         * ada-tasks.c (read_fat_string_value): Likewise.
7296
7297 2013-04-19  Pedro Alves  <palves@redhat.com>
7298
7299         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7300         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
7301         'offset', and adjust.
7302
7303 2013-04-19  Pedro Alves  <palves@redhat.com>
7304
7305         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7306         (read_index_from_section): Add cast to 'char *'.
7307
7308 2013-04-19  Pedro Alves  <palves@redhat.com>
7309
7310         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7311
7312 2013-04-19  Pedro Alves  <palves@redhat.com>
7313
7314         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7315
7316 2013-04-19  Pedro Alves  <palves@redhat.com>
7317
7318         * record-full.c (record_full_get_bookmark): Change local 'ret'
7319         type to char * and add cast to gdb_byte *.
7320         (record_full_goto_bookmark): Handle 'bookmark' argument as a
7321         string.
7322         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7323
7324 2013-04-19  Pedro Alves  <palves@redhat.com>
7325
7326         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7327         * python/py-prettyprint.c (print_string_repr): Change type of
7328         'output' local to char *.  Add cast to gdb_byte * in
7329         LA_PRINT_STRING call.
7330         (print_children): Change type of 'output' local to char *.
7331         * python/py-value.c (valpy_string): Add cast to const char * in
7332         PyUnicode_Decode call.
7333
7334 2013-04-19  Pedro Alves  <palves@redhat.com>
7335
7336         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7337         and change its type to 'const char *'.  Adjust.
7338         (mips_send_packet): Add cast to 'char *', and remove cast to
7339         'unsigned char *'.
7340         (mips_receive_packet): Remove cast to 'unsigned char *'.
7341         (mips_load_srec): Use bfd_byte.
7342         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7343         (pmon_checkset): Make 'value' parameter unsigned.
7344
7345 2013-04-19  Pedro Alves  <palves@redhat.com>
7346
7347         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
7348
7349 2013-04-19  Pedro Alves  <palves@redhat.com>
7350
7351         * remote.c (remote_write_bytes_aux, compare_sections_command)
7352         (remote_read_qxfer)
7353         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
7354         (remote_hostio_readlink, remote_bfd_iovec_pread)
7355         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
7356         binary buffer, and char when buffer is used as string.
7357         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
7358         (trace_save, tfile_open, traceframe_walk_blocks)
7359         (tfile_fetch_registers): Likewise.
7360
7361 2013-04-19  Pedro Alves  <palves@redhat.com>
7362
7363         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
7364         buffer and size_t size.  Adjust.
7365         * ser-base.h (ser_base_write): Adjust.
7366         * ser-go32.c (cnts): Change type to size_t.
7367         (dos_write): Change prototype -- take 'void *'
7368         buffer and size_t size.  Adjust.
7369         (dos_info): Print elements of 'cnts' as unsigned long.
7370         * serial.c (serial_write): Likewise.
7371         * serial.h (serial_write): Adjust.
7372         (struct serial_ops) <write>: Change prototype -- take 'void *'
7373         buffer and size_t size.  Adjust.
7374
7375 2013-04-19  Pedro Alves  <palves@redhat.com>
7376
7377         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
7378         gdb_byte *.
7379         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
7380
7381 2013-04-19  Pedro Alves  <palves@redhat.com>
7382
7383         * alpha-tdep.c (alpha_extract_return_value): Use
7384         regcache_cooked_read_unsigned to read 'v0'.
7385
7386 2013-04-19  Pedro Alves  <palves@redhat.com>
7387
7388         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
7389         parameters 'at', 'as' and 'offset' to uint32_t.
7390
7391 2013-04-19  Pedro Alves  <palves@redhat.com>
7392
7393         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
7394         'is64' to signed 'int'.
7395
7396 2013-04-19  Pedro Alves  <palves@redhat.com>
7397
7398         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
7399         parameter to int *.
7400
7401 2013-04-19  Pedro Alves  <palves@redhat.com>
7402
7403         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
7404         'insnbuf' buffer type to unsigned int[].
7405
7406 2013-04-19  Pedro Alves  <palves@redhat.com>
7407
7408         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
7409
7410 2013-04-19  Pedro Alves  <palves@redhat.com>
7411
7412         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
7413         unsigned long *.
7414
7415 2013-04-19  Pedro Alves  <palves@redhat.com>
7416
7417         * alpha-tdep.c (heuristic_fence_post): Change type to int.
7418         (alpha_heuristic_proc_start): Adjust to check -1 instead of
7419         UINT_MAX.
7420         * mips-tdep.c (heuristic_fence_post): Change type to int.
7421         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
7422
7423 2013-04-19  Pedro Alves  <palves@redhat.com>
7424
7425         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
7426         (struct gdbarch_tdep) <cris_version>: Make unsigned.
7427         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
7428
7429 2013-04-19  Pedro Alves  <palves@redhat.com>
7430
7431         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
7432         it to get a string view of the byte buffer.
7433         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
7434         type to gdb_byte *.  Adjust.
7435         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
7436         Change local to char *.
7437         * solib-darwin.c (find_program_interpreter): Change return type to
7438         char *.  Adjust.
7439         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7440         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7441         * solib-frv.c (enable_break2): Change local 'buf' to char *.
7442         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7443         * solib-svr4.c (find_program_interpreter): Change return type to
7444         char *.  Adjust.
7445         (enable_break): Change local 'interp_name' to char *.
7446         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7447         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7448         (spu_pseudo_register_write_spu): Use char for string buffer.
7449         Adjust.
7450         (info_spu_event_command, info_spu_signal_command): Add casts to
7451         'char *'.
7452
7453 2013-04-19  Pedro Alves  <palves@redhat.com>
7454
7455         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7456         gdb_byte[].
7457         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7458         * ada-lang.c (ada_value_assign): Use gdb_byte.
7459         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7460         (alphanbsd_sigtramp_offset): Use gdb_byte.
7461         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7462         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7463         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7464         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7465         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7466         * arm-tdep.c (arm_stub_unwind_sniffer)
7467         (arm_displaced_init_closure): Use gdb_byte.
7468         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7469         (arm_default_thumb_le_breakpoint)
7470         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7471         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7472         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7473         * arm-wince-tdep.c (arm_wince_le_breakpoint)
7474         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7475         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7476         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7477         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7478         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7479         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7480         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7481         (cris_store_return_value, cris_extract_return_value): Use
7482         gdb_byte.
7483         (constraint): Change type of parameter to char * from signed
7484         char*.  Use gdb_byte.
7485         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7486         of local buffer to gdb_byte *.
7487         * dwarf2read.c (read_index_from_section): Use gdb_byte.
7488         (create_dwp_hash_table): Change type of locals to gdb_byte *.
7489         (add_address_entry): Change type of local buffer to gdb_byte[].
7490         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7491         (frv_push_dummy_call): Use gdb_byte.
7492         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7493         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7494         (hppa_hpux_supply_save_state): Use gdb_byte.
7495         * hppa-tdep.c (hppa32_push_dummy_call)
7496         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7497         * ia64-tdep.c (extract_bit_field, replace_bit_field)
7498         (slotN_contents, replace_slotN_contents): Change type of parameter
7499         to gdb_byte *.
7500         (fetch_instruction, ia64_pseudo_register_write)
7501         (ia64_register_to_value, ia64_value_to_register)
7502         (ia64_extract_return_value, ia64_store_return_value)
7503         (ia64_push_dummy_call): Use gdb_byte.
7504         * m32c-tdep.c (m32c_return_value): Remove cast.
7505         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7506         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7507         gdb_byte.
7508         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7509         * mn10300-tdep.c (mn10300_store_return_value)
7510         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7511         gdb_byte.
7512         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7513         (moxie_process_record): Remove casts.
7514         * ppc-ravenscar-thread.c (supply_register_at_address)
7515         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7516         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7517         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7518         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7519         * remote.c (compare_sections_command): Use gdb_byte.
7520         * score-tdep.c (score7_free_memblock): Change type of parameter to
7521         gdb_byte *.
7522         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7523         gdb_byte *.  Use gdb_byte.
7524         (sh_push_dummy_call_fpu): Use gdb_byte.
7525         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7526         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7527         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7528         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
7529         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7530         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7531         (sh64_store_return_value, sh64_register_convert_to_virtual):
7532         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
7533         (sh64_pseudo_register_write): Use gdb_byte.
7534         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7535         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
7536         buffer.
7537         (irix_current_sos): Use gdb_byte.
7538         * solib-som.c (som_current_sos): Use gdb_byte.
7539         * sparc-ravenscar-thread.c (supply_register_at_address)
7540         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7541         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7542         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7543         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7544         'gdb_byte *'.
7545         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7546         'gdb_byte *'.
7547         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7548         * xstormy16-tdep.c (xstormy16_extract_return_value)
7549         (xstormy16_store_return_value): Change parameter type to
7550         'gdb_byte *'.  Adjust.
7551         (xstormy16_push_dummy_call): Use gdb_byte.
7552         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7553         (call0_analyze_prologue, execute_code): Use gdb_byte.
7554
7555 2013-04-19  Vladimir Kargov <kargov@gmail.com>
7556             Pedro Alves  <palves@redhat.com>
7557
7558         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7559         value contents.
7560
7561 2013-04-17  Doug Evans  <dje@google.com>
7562
7563         * dwarf2read.c (struct signatured_type): New member type.
7564         (struct attribute): Replace member signatured_type with signature.
7565         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7566         (read_call_site_scope): Call follow_die_ref instead of
7567         follow_die_ref_or_sig.
7568         (read_structure_type): Rewrite handling of signatured types.
7569         (read_enumeration_type): Ditto.
7570         (read_attribute_value): Update.
7571         (build_error_marker_type): New function.
7572         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
7573         Don't call error for bad types, just build an error marker type.
7574         (dump_die_shallow): Update.
7575         (follow_die_sig_1): Renamed from follow_die_sig.
7576         Don't call error for bad types, instead return NULL.
7577         (follow_die_sig): New function.
7578         (get_signatured_type, get_DW_AT_signature_type): New functions.
7579
7580 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
7581
7582         * aarch64-tdep.c (aarch64_write_pc): Removed.
7583         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
7584         function.
7585
7586 2013-04-17  Yao Qi  <yao@codesourcery.com>
7587
7588         * top.c (print_gdb_configuration): Print configure-time
7589         parameter on using libbabeltrace or not.
7590
7591 2013-04-16  Pedro Alves  <palves@redhat.com>
7592
7593         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
7594
7595 2013-04-16  Pedro Alves  <palves@redhat.com>
7596
7597         * common/glibc_thread_db.h: Update from upstream glibc
7598         (git 568035b7874a099087b77f7bba3e36a1173787b0).
7599
7600 2013-04-16  Pedro Alves  <palves@redhat.com>
7601
7602         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
7603         * common/glibc_thread_db.h: ... this new file ...
7604         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
7605
7606 2013-04-16  Will Newton  <will.newton@gmail.com>
7607             Pedro Alves  <palves@redhat.com>
7608
7609         PR build/11881
7610
7611         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
7612         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
7613         HAVE_THREAD_DB_H.
7614
7615 2013-04-16  Pedro Alves  <palves@redhat.com>
7616             Eli Zaretskii  <eliz@gnu.org>
7617
7618         * NEWS: Mention "set foo unlimited".
7619
7620 2013-04-15  Doug Evans  <dje@google.com>
7621
7622         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
7623         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7624         (create_dwo_cu_reader): Renamed from
7625         create_dwo_debug_info_hash_table_reader.
7626         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7627         Remove support for multiple CUs in a DWO file.
7628         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7629
7630         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7631         instead of phex.
7632         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7633         (create_dwo_in_dwp): Ditto.
7634
7635 2013-04-15  Tom Tromey  <tromey@redhat.com>
7636
7637         * NEWS: Move recent entries into "since 7.6" section.
7638
7639 2013-04-15  Tom Tromey  <tromey@redhat.com>
7640
7641         PR c++/13588:
7642         * NEWS: Update.
7643         * break-catch-throw.c (struct exception_catchpoint)
7644         <exception_rx, pattern>: New fields.
7645         (fetch_probe_arguments, dtor_exception_catchpoint)
7646         (check_status_exception_catchpoint)
7647         (print_one_detail_exception_catchpoint): New functions.
7648         (handle_gnu_v3_exceptions): Add "except_rx" argument.
7649         Compile regular expression if needed.
7650         (extract_exception_regexp): New function.
7651         (catch_exception_command_1): Use extract_exception_regexp.
7652         (compute_exception): Use fetch_probe_arguments.
7653         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7654         and check_status fields.
7655         * cp-abi.c (cplus_typename_from_type_info): New function.
7656         * cp-abi.h (cplus_typename_from_type_info): Declare.
7657         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7658         * gdb_regex.h (compile_rx_or_error): Declare.
7659         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7660         comment.
7661         (init_gnuv3_ops): Set get_type_from_type_info field.
7662         * probe.c (compile_rx_or_error): Move...
7663         * utils.c (compile_rx_or_error): ... here.
7664
7665 2013-04-15  Tom Tromey  <tromey@redhat.com>
7666
7667         PR c++/15176:
7668         * NEWS: Update.
7669         * break-catch-throw.c (compute_exception): New function.
7670         (exception_funcs): New global.
7671         (_initialize_break_catch_throw): Create $_exception.
7672         * cp-abi.c (cplus_type_from_type_info): New function.
7673         * cp-abi.h (cplus_type_from_type_info): Declare.
7674         (struct cp_abi_ops) <get_type_from_type_info>: New field.
7675         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7676         (gnuv3_get_type_from_type_info): New functions.
7677         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7678
7679 2013-04-15  Tom Tromey  <tromey@redhat.com>
7680
7681         * break-catch-throw.c (struct exception_names): New.
7682         (exception_functions): Change type.
7683         (re_set_exception_catchpoint): Look for SDT probes.
7684
7685 2013-04-15  Tom Tromey  <tromey@redhat.com>
7686
7687         PR c++/10119:
7688         * break-catch-throw.c (exception_functions): New global.
7689         (gnu_v3_exception_catchpoint_ops): Move earlier.
7690         (struct exception_catchpoint): New.
7691         (classify_exception_breakpoint): Rewrite.
7692         (re_set_exception_catchpoint): New function.
7693         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
7694         Allocate a struct exception_catchpoint.
7695         (catch_exception_command_1): Update.
7696         (initialize_throw_catchpoint_ops): Set 're_set' method.
7697
7698 2013-04-15  Tom Tromey  <tromey@redhat.com>
7699
7700         * Makefile.in (SFILES): Add break-catch-throw.c
7701         (COMMON_OBS): Add break-catch-throw.o.
7702         * break-catch-throw.c: New file.
7703         * breakpoint.c: Move exception-catching code to new file.
7704         (ep_parse_optional_if_clause): No longer static.
7705         * breakpoint.h (ep_parse_optional_if_clause): Declare.
7706
7707 2013-04-15  Tom Tromey  <tromey@redhat.com>
7708
7709         PR c++/9065:
7710         * NEWS: Update.
7711         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7712         * c-exp.y (TYPEID): New token.
7713         (exp): Add new TYPEID productions.
7714         (ident_tokens): Add "typeid".
7715         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7716         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7717         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7718         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
7719         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
7720         case.
7721         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
7722         (build_std_type_info_type, gnuv3_get_typeid_type)
7723         (gnuv3_get_typeid): New functions.
7724         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
7725         new fields on ABI object.
7726         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
7727         * std-operator.def (OP_TYPEID): New.
7728
7729 2013-04-15  Tom Tromey  <tromey@redhat.com>
7730
7731         * elfread.c (elf_symtab_read): Install versioned symbol under
7732         unversioned name as well.
7733
7734 2013-04-15  Tom Tromey  <tromey@redhat.com>
7735
7736         PR c++/11990:
7737         * c-lang.c (cplus_language_defn): Use gdb_demangle.
7738         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
7739         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7740         (gdb_demangle): New function.
7741         * cp-support.h (gdb_demangle): Declare.
7742         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7743         (dwarf2_name): Use gdb_demangle.
7744         * gdbtypes.c (check_stub_method): Use gdb_demangle.
7745         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7746         suffixes from name.
7747         (gnuv3_print_method_ptr): Use gdb_demangle.
7748         * jv-lang.c (java_demangle): Use gdb_demangle.
7749         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7750         * language.c (unk_lang_demangle): Use gdb_demangle.
7751         * symtab.c (symbol_find_demangled_name)
7752         (demangle_for_lookup): Use gdb_demangle.
7753
7754 2013-04-15  Tom Tromey  <tromey@redhat.com>
7755
7756         PR c++/12824:
7757         * NEWS: Update.
7758         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7759         New constant.
7760         (classify_exception_breakpoint): New function.
7761         (print_it_exception_catchpoint, print_one_exception_catchpoint)
7762         (print_mention_exception_catchpoint)
7763         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7764         (catch_exception_command_1): Handle "rethrow" catchpoint.
7765         (catch_rethrow_command): New function.
7766         (_initialize_breakpoint): Add "catch rethrow" command.
7767
7768 2013-04-15  Pierre Muller  <muller@sourceware.org>
7769
7770         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7771         set_gdbarch_write_pc as deprecated anymore.
7772
7773 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
7774
7775         * spu-tdep.c (spu_write_pc): Add empty line after local variable
7776         declarations.
7777
7778 2013-04-13  Yao Qi  <yao@codesourcery.com>
7779
7780         * ctf.c (_initialize_ctf): Include "completer.h".
7781         Call add_target_with_completer instead of add_target.
7782
7783 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7784
7785         Fix GDB regression related to PR binutils/14813.
7786         * jit.c (mem_bfd_iovec_close): Return 0 for success.
7787         * minidebug.c (lzma_close): Add return value comment.
7788         * remote.c (remote_bfd_iovec_close): Return 0 for success.
7789         * solib-spu.c (spu_bfd_iovec_close): Likewise.
7790         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7791
7792 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7793
7794         * config.in: Regenerate.
7795
7796 2013-04-12  Tom Tromey  <tromey@redhat.com>
7797
7798         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7799         const.
7800         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7801         (struct die_reader_specs) <buffer>: Likewise.
7802         (die_reader_func_ftype): Make 'info_ptr' const.
7803         (struct line_header) <include_dirs, statement_program_start,
7804         statement_program_end>: Now const.
7805         (struct file_entry) <name>: Likewise.
7806         (struct partial_die_info) <sibling>: Likewise.
7807         (struct dwarf_block) <data>: Likewise.
7808         (dwarf2_read_section): Remove cast.
7809         (dwarf2_get_section_info): Make 'bufp' const.
7810         (read_index_from_section): Constify.
7811         (dw2_get_file_names_reader): Make 'info_ptr' const.
7812         (dw2_get_primary_filename_reader): Likewise.
7813         (read_comp_unit_head): Make 'info_ptr' and return type const.
7814         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7815         Likewise.
7816         (read_abbrev_offset): Constify.
7817         (dwarf2_create_include_psymtab): Make 'name' const.
7818         (create_debug_types_hash_table): Update.
7819         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7820         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7821         Constify.
7822         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7823         (load_partial_comp_unit_reader): Make 'info_ptr' const.
7824         (read_comp_units_from_section): Constify.
7825         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7826         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7827         const.
7828         (dwarf2_compute_name, setup_type_unit_groups): Constify.
7829         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7830         (create_dwp_hash_table, dwarf2_ranges_read)
7831         (dwarf2_record_block_ranges): Constify.
7832         (read_die_and_children, read_die_and_siblings_1)
7833         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7834         const.
7835         (read_full_die_1, read_full_die): Make 'info_ptr' const.
7836         (abbrev_table_read_table): Constify.
7837         (load_partial_dies): Make 'info_ptr' const.
7838         (read_partial_die, read_attribute_value, read_attribute): Make
7839         'info_ptr' and return type const.
7840         (read_address, read_initial_length)
7841         (read_checked_initial_length_and_offset, read_offset)
7842         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7843         const.
7844         (read_direct_string): Make 'buf' and return type const.
7845         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7846         (read_indirect_string): Make return type const.
7847         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7848         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7849         'info_ptr' const.
7850         (read_str_index): Make return type const.
7851         (add_include_dir): Make 'include_dir' const.
7852         (add_file_name): Make 'name' const.
7853         (dwarf_decode_line_header): Constify.
7854         (psymtab_include_file_name): Make return type const.
7855         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7856         (dwarf2_start_subfile): Make 'filename' const.
7857         (dwarf2_const_value_attr): Make 'bytes' const.
7858         (read_signatured_type_reader): Make 'info_ptr' const.
7859         (decode_locdesc): Constify.
7860         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7861         const.
7862         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7863         'mac_end', and return type const.
7864         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7865         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7866         type const.
7867         (per_cu_header_read_in): Constify.
7868         * symfile.h (dwarf2_get_section_info): Update.
7869
7870 2013-04-12  Tom Tromey  <tromey@redhat.com>
7871
7872         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7873
7874 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
7875
7876         * NEWS: Mention "show configuration", --configuration.
7877         * top.c (print_gdb_configuration): New function, displays the
7878         details about GDB configure-time parameters.
7879         (print_gdb_version): Mention "show configuration".
7880         * cli/cli-cmds.c (show_configuration): New function.
7881         (_initialize_cli_cmds): Add the "show configuration" command.
7882         * main.c (captured_main) <print_configuration>: New static var.
7883         <long_options>: Use it.
7884         If --configuration was given, call print_gdb_configuration.
7885
7886 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7887             Pedro Alves  <palves@redhat.com>
7888
7889         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7890         (generated_files): Add gcore.
7891         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7892         HAVE_NATIVE_GCORE_HOST.
7893         (gcore): New.
7894         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7895         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7896         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7897         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7898         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7899         Add HAVE_NATIVE_GCORE_HOST.
7900         * configure: Regenerate.
7901         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7902         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
7903         AC_CONFIG_FILES for gcore.
7904         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
7905         gdb_have_gcore.
7906         * gdb_gcore.sh: Rename to ...
7907         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
7908         and GCORE_TRANSFORM_NAME substitutions.
7909
7910         Fix parsing tabs in ${gdb_target_obs}.
7911         * configure.tgt (gdb_have_gcore): Replace case with for and if.
7912
7913 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7914
7915         * remote.c (unpush_and_perror): Add output message final dot.
7916
7917 2013-04-11  Yao Qi  <yao@codesourcery.com>
7918
7919         * tracepoint.c (tfile_interp_line): Fit parameters line and
7920         utpp in one line.
7921
7922 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
7923
7924         * solib.c (solib_map_sections): Remove code overwriting
7925         SO->SO_NAME with the bfd's filename.
7926
7927 2013-04-10  Pedro Alves  <palves@redhat.com>
7928
7929         * cli/cli-decode.c (integer_unlimited_completer): New function.
7930         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7931         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7932         completer.
7933         * cli/cli-setshow.c: Include "cli/cli-utils.h".
7934         (is_unlimited_literal): New function.
7935         (do_set_command): Handle literal "unlimited" arguments.
7936         * frame.c (_initialize_frame) <set backtrace limit>: Document
7937         "unlimited".
7938         * printcmd.c (_initialize_printcmd) <set print
7939         max-symbolic-offset>: Add help text.
7940         * record-full.c (_initialize_record_full) <set record full
7941         insn-number-max>: Likewise.
7942         * record.c (_initialize_record) <set record
7943         instruction-history-size, set record function-call-history-size>:
7944         Add help text.
7945         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7946         help text.
7947         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7948         Likewise.
7949         * source.c (_initialize_source) <set listsize>: Add help text.
7950         * utils.c (initialize_utils) <set height, set width>: Likewise.
7951         <set pagination>: Mention "set height unlimited".
7952         * valprint.c (_initialize_valprint) <set print elements, set print
7953         repeats>: Document "unlimited".
7954
7955 2013-04-10  Pedro Alves  <palves@redhat.com>
7956
7957         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7958         instead of disconnect_tracing.
7959         * infcmd.c (detach_command, disconnect_command): Call
7960         query_if_trace_running.  Adjust.
7961         * top.c: Include "tracepoint.h".
7962         (quit_target): Delete.  Contents moved ...
7963         (quit_force): ... here.  Wrap each stage of teardown in
7964         TRY_CATCH.  Call disconnect_tracing before detaching.
7965
7966 2013-04-10  Hui Zhu  <hui@codesourcery.com>
7967             Yao Qi  <yao@codesourcery.com>
7968
7969         * configure.ac: Check libbabeltrace is installed.
7970         * config.in: Regenerate.
7971         * configure: Regenerate.
7972         * Makefile.in (LIBBABELTRACE): New.
7973         (CLIBS): Add LIBBABELTRACE.
7974         * ctf.c: Include "exec.h".
7975         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7976         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7977         (ctf_save_metadata_header): Define new type aliases in
7978         metadata.
7979         (ctf_write_header): Define event type "tsv_def" and "tp_def"
7980         in metadata.  Start a new faked packet for trace status.
7981         (ctf_write_status): Write trace status to CTF.
7982         (ctf_write_uploaded_tsv): Write TSV to CTF.
7983         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7984         (ctf_write_definition_end): End the faked packet.
7985
7986         (ctx, ctf_iter, trace_dirname): New.
7987         (start_pos): New variable.
7988         (ctf_destroy, ctf_open_dir, ctf_open): New.
7989         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7990         macros.
7991         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7992         (ctf_fetch_registers, ctf_xfer_partial): New.
7993         (ctf_get_trace_state_variable_value): New.
7994         (ctf_get_tpnum_from_frame_event): New.
7995         (ctf_get_traceframe_address): New.
7996         (ctf_trace_find, ctf_has_stack): New.
7997         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7998         (ctf_get_trace_status, ctf_read_status): New.
7999         (_initialize_ctf): New.
8000         * tracepoint.c (get_tracepoint_number): New
8001         (get_uploaded_tsv): Remove 'static'.
8002         (struct traceframe_info, trace_regblock_size): Move it to ...
8003         * tracepoint.h: ... here.
8004         (get_tracepoint_number): Declare it.
8005         (get_uploaded_tsv): Declare it.
8006
8007         * NEWS: Mention new configure option.
8008
8009 2013-04-10  Pedro Alves  <palves@redhat.com>
8010             Hui Zhu  <hui@codesourcery.com>
8011
8012         * breakpoint.c (dprintf_re_set): New.
8013         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8014         to dprintf_re_set.
8015
8016 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8017
8018         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8019         Remove solib-svr4.o from the list.
8020
8021 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8022
8023         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8024         Use gdb_assert_not_reached instead of invalid boolean expression.
8025
8026 2013-04-09  Pedro Alves  <palves@redhat.com>
8027
8028         * remote.c (unpush_and_perror): New function.
8029         (readchar, remote_serial_write): Use it.
8030
8031 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
8032
8033         * NEWS: Mention new btrace RSP packets.
8034
8035 2013-04-08  Tom Tromey  <tromey@redhat.com>
8036
8037         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8038         long.
8039
8040 2013-04-08  Tom Tromey  <tromey@redhat.com>
8041
8042         * maint.c (print_bfd_section_info): Print the section index.
8043         * symmisc.c (dump_msymbols): Print the section index.
8044
8045 2013-04-08  Tom Tromey  <tromey@redhat.com>
8046
8047         PR symtab/8424:
8048         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8049         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8050         * breakpoint.c (resolve_sal_pc): Update.
8051         * elfread.c (elf_gnu_ifunc_record_cache): Update.
8052         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8053         (minsym_lookup_iterator_cb): Use it.
8054         (default_read_var_value): Update.
8055         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8056         Update.
8057         * infcmd.c (jump_command): Update.
8058         * linespec.c (minsym_found): Update.
8059         * maint.c (maintenance_translate_address): Update.
8060         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8061         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8062         * parse.c (write_exp_msymbol): Update.
8063         * printcmd.c (address_info): Update.
8064         * psymtab.c (find_pc_sect_psymbol): Update.
8065         (fixup_psymbol_section): Check SYMBOL_SECTION, not
8066         SYMBOL_OBJ_SECTION.
8067         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8068         Don't initialize SYMBOL_OBJ_SECTION.
8069         * spu-tdep.c (spu_catch_start): Update.
8070         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8071         * symmisc.c (dump_msymbols, print_symbol): Update.
8072         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
8073         how fallback section is computed.
8074         (fixup_symbol_section): Update.
8075         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8076         Update.
8077         (allocate_symbol, initialize_symbol, allocate_template_symbol):
8078         Initialize SYMBOL_SECTION.
8079         * symtab.h (struct general_symbol_info) <section>: Update comment.
8080         <obj_section>: Remove.
8081         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
8082         (SYMBOL_OBJFILE): New macro.
8083
8084 2013-04-08  Tom Tromey  <tromey@redhat.com>
8085
8086         * coffread.c (record_minimal_symbol): Update.
8087         * dbxread.c (record_minimal_symbol): Update.
8088         * elfread.c (record_minimal_symbol): Update.
8089         * machoread.c (macho_symtab_add_minsym): Update.
8090         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8091         Update.
8092         * minsyms.c (prim_record_minimal_symbol): Update.
8093         (prim_record_minimal_symbol_full): Remove 'bfd_section'
8094         argument.
8095         (prim_record_minimal_symbol_and_info): Likewise.
8096         * minsyms.h (prim_record_minimal_symbol_full)
8097         (prim_record_minimal_symbol_and_info): Update.
8098         * symtab.c (allocate_symbol, initialize_symbol)
8099         (allocate_template_symbol): Initialize SYMBOL_SECTION.
8100         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8101         Update.
8102
8103 2013-04-08  Tom Tromey  <tromey@redhat.com>
8104
8105         PR symtab/8423:
8106         * solib-som.c (som_solib_section_offsets): Use BFD section
8107         indices.  Set offsets for all sections.
8108         * somread.c (som_symtab_read): Compute BFD section for
8109         symbol.  Use prim_record_minimal_symbol_and_info.
8110         (som_symfile_read): Fix comment.
8111         (struct find_section_offset_arg): New.
8112         (find_section_offset, set_section_index): New functions.
8113         (som_symfile_offsets): Use set_section_index to compute
8114         section indices.
8115
8116 2013-04-08  Tom Tromey  <tromey@redhat.com>
8117
8118         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8119         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8120         gdb_bfd_section_index.
8121         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8122         New functions.
8123         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8124         Declare.
8125         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8126         Update.
8127         * objfiles.c (add_to_objfile_sections_full): New function.
8128         (add_to_objfile_sections): Use it.
8129         (build_section_table): Rewrite.
8130         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
8131         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8132         (struct objfile) <sections>: Update comment.
8133         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8134         is NULL.
8135         (ALL_OBJSECTIONS): Use it.
8136         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8137         * solib-frv.c (frv_relocate_main_executable): Update.
8138         * solib-target.c (solib_target_relocate_section_addresses):
8139         Use gdb_bfd_section_index.
8140         * symfile.c (build_section_addr_info_from_section_table):
8141         Use gdb_bfd_section_index.
8142         (build_section_addr_info_from_bfd, place_section): Likewise.
8143         * symtab.c (fixup_section): Update.
8144         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8145
8146 2013-04-08  Tom Tromey  <tromey@redhat.com>
8147
8148         * minsyms.h (struct bound_minimal_symbol): New.
8149         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8150         Remove objfile argument.
8151         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8152         Return bound_minimal_symbol.
8153         * minsyms.c (lookup_minimal_symbol_by_pc_1)
8154         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8155         Return bound_minimal_symbol.
8156         (in_gnu_ifunc_stub): Update.
8157         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8158         Remove 'objfile_p' argument.
8159         (lookup_solib_trampoline_symbol_by_pc): Update.
8160         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8161         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8162         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8163         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8164         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8165         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8166         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8167         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8168         stack.c, symtab.c, tui/tui-disasm.c: Update.
8169
8170 2013-04-08  Tom Tromey  <tromey@redhat.com>
8171
8172         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8173         Use symbol's obstack, not an objfile.
8174         * coffread.c (process_coff_symbol): Update.
8175         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8176         * jv-lang.c (add_class_symbol): Update.
8177         * mdebugread.c (new_symbol): Update.
8178         * minsyms.c (prim_record_minimal_symbol_full)
8179         (terminate_minimal_symbol_table): Update.
8180         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
8181         * stabsread.c (define_symbol, read_enum_type): Update.
8182         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8183         Handle Ada specially.
8184         (symbol_set_language): Add 'obstack' argument.
8185         (symbol_set_names): Update.
8186         (symbol_natural_name, symbol_demangled_name): Always use
8187         ada_decode_symbol.
8188         * symtab.h (struct general_symbol_info)
8189         <language_specific::obstack>: New field.
8190         <ada_mangled>: New field.
8191         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8192         (symbol_set_language): Update.
8193
8194 2013-04-08  Tom Tromey  <tromey@redhat.com>
8195
8196         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8197         Take an obstack, not an objfile.
8198         (symbol_set_names): Update.
8199         * symtab.h (symbol_set_demangled_name): Update.
8200
8201 2013-04-08  Tom Tromey  <tromey@redhat.com>
8202
8203         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8204         allocate_symbol.
8205         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8206         (read_func_scope): Call allocate_template_symbol.
8207         (new_symbol_full): Call allocate_symbol.
8208         * jit.c (finalize_symtab): Call allocate_symbol.
8209         * jv-lang.c (add_class_symbol): Call allocate_symbol.
8210         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8211         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8212         (common_block_end): Call allocate_symbol.
8213         * symtab.c (allocate_symbol, initialize_symbol)
8214         (allocate_template_symbol): New functions.
8215         * symtab.c (allocate_symbol, initialize_symbol)
8216         (allocate_template_symbol): Declare.
8217         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8218
8219 2013-04-08  Pedro Alves  <palves@redhat.com>
8220             Keith Seitz  <keiths@redhat.com>
8221
8222         * breakpoint.c (create_breakpoint): Rename
8223         "parse_condition_and_thread" parameter to "parse_arg".  Update
8224         describing comment.  If !PARSE_ARG, then error out if ARG is not
8225         the empty string after extracting the location.
8226         * breakpoint.h (create_breakpoint): Rename
8227         "parse_condition_and_thread" parameter to "parse_arg".
8228
8229 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
8230
8231         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8232
8233 2013-04-07  Yao Qi  <yao@codesourcery.com>
8234
8235         * remote.c (remote_trace_find): Change type of parameters 'addr1'
8236         and 'addr2' to CORE_ADDR.
8237         * target.c (update_current_target): Update.
8238         * target.h (struct target_ops) <to_trace_find>: Change parameter
8239         type to CORE_ADDR.
8240         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8241         'addr2' to CORE_ADDR.
8242         (tfile_trace_find): Likewise.
8243         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8244         Change local variable 'addr' to type CORE_ADDR.
8245         * tracepoint.h (tfind_1): Update declaration.
8246
8247 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
8248
8249         * windows-nat.c (windows_get_absolute_argv0): Move from here...
8250         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8251         Include main.h.
8252
8253         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8254         here...
8255         * main.h (windows_get_absolute_argv0): ...to here.
8256
8257 2013-04-05  Doug Evans  <dje@google.com>
8258
8259         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8260         (read_cutu_die_from_dwo): Add comments.
8261         (read_structure_type): Update comment.
8262         (read_enumeration_type, read_namespace_type): Update comment.
8263         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8264
8265 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8266
8267         Convert man pages to texinfo, new gdbinit.5 texinfo page.
8268         * Makefile.in (gdb.z): Remove.
8269         (install-only): Remove $(man1dir) and gdb.1 installation.
8270         * gdb.1: Remove.
8271
8272 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8273
8274         Fix compatibility with Linux kernel 3.8.3.
8275         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8276         to more inner block.  Remove parsing of NUMBER from outer block.
8277         Parse NUMBER only if KEYWORD has been identified.
8278
8279 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8280
8281         Fix variable name shadowing.
8282         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8283         filename to mapsfilename and update its uses.
8284
8285 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
8286
8287         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8288         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8289         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8290         details of the problem.
8291
8292 2013-04-04  Pedro Alves  <palves@redhat.com>
8293             Hui Zhu  <hui@codesourcery.com>
8294
8295         * breakpoint.c (validate_commands_for_breakpoint): If validating a
8296         tracepoint, reset its STEP_COUNT and call validate_actionline.
8297
8298 2013-04-03  Doug Evans  <dje@google.com>
8299
8300         * dwarf2read.c (read_die_and_siblings_1): Renamed from
8301         read_die_and_siblings.
8302         (read_die_and_siblings): New function.
8303         (read_cutu_die_from_dwo): Dump die if requested.
8304         (read_die_and_children): Call read_full_die_1 and
8305         read_die_and_siblings_1.
8306         (read_full_die): Dump die if requested.
8307
8308         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8309
8310         * dwarf2read.c (struct dwo_file): New member comp_dir.
8311         Rename member name to dwo_name.  All uses updated.
8312         (hash_dwo_file): Include comp_dir in computation.
8313         (eq_dwo_file): Ditto.
8314         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
8315         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8316
8317         * psymtab.c (read_psymtabs_with_fullname): Don't call
8318         psymtab_to_fullname if the basenames are different.
8319
8320 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8321
8322         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8323         New entry about "fullname" presence.
8324
8325 2013-04-03  Pedro Alves  <palves@redhat.com>
8326
8327         * NEWS: Mention x86_64/Cygwin as new native configuration.
8328
8329 2013-04-02  Doug Evans  <dje@google.com>
8330
8331         * dwarf2read.c (read_structure_type): Fix typo in comment.
8332
8333 2013-04-02  Pedro Alves  <palves@redhat.com>
8334
8335         * NEWS: Mention "set/show debug aarch64", "set/show debug
8336         coff-pe-read" and "set/show debug mach-o".
8337
8338 2013-04-02  Pedro Alves  <palves@redhat.com>
8339
8340         * NEWS: Mention "set/show remote trace-buffer-size-packet".
8341
8342 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
8343
8344         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8345         gdb_string.h is now in common/.
8346
8347 2013-04-02  Pedro Alves  <palves@redhat.com>
8348
8349         * NEWS: Move "set debug notification" and "set trace-buffer-size"
8350         under "New options".
8351
8352 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8353
8354         Revert this patch:
8355         PR gdb/15275
8356         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8357
8358 2013-04-02  Pedro Alves  <palves@redhat.com>
8359
8360         PR gdb/15275
8361
8362         * remote.c (send_interrupt_sequence): Use remote_serial_write.
8363         (remote_serial_write): New function.
8364         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
8365
8366 2013-04-01  Jiong Wang  <jiwang@tilera.com>
8367
8368         * NEWS: Mention TILE-Gx in "New native configurations" and
8369         "New targets" sections.
8370
8371 2013-04-01  Doug Evans  <dje@google.com>
8372
8373         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
8374         (process_enumeration_scope): Simplify.
8375
8376         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
8377         type_unit_group ...
8378         (struct signatured_type): ... to here.
8379         (sig_type_ptr): New typedef.
8380         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
8381         out of union 't'.  All uses updated.
8382         (dw2_get_file_names_reader): Assert not called for a type unit.
8383         (dw2_get_file_names): Assert not called for a type unit or type
8384         unit group.
8385         (build_type_psymtabs_reader): Assert called for a type unit.
8386         (build_type_psymtab_dependencies): Assert called for a type unit group.
8387
8388         * dwarf2read.c (free_dwo_file): Add comment.
8389         (dwarf2_per_objfile_free): Unref dwp bfd.
8390
8391 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
8392
8393         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
8394         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
8395         (read_pe_exported_syms): Remove unused 'exportix'.
8396         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
8397         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
8398         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
8399
8400 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
8401
8402         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
8403         (print_it_watchpoint): Remove unused 'bl'.
8404         (say_where): Remove unused 'uiout'.
8405         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
8406         (bkpt_breakpoint_hit): Remove unused 'b'.
8407         (internal_bkpt_print_it): Remove unused 'uiout'.
8408         * buildsym.c (augment_type_symtab): Remove unused 'i'.
8409
8410 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
8411
8412         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
8413         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
8414
8415 2013-03-29  Doug Evans  <dje@google.com>
8416
8417         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
8418         Delete arg is_dwp.  All callers updated.
8419         (open_dwp_file): New function.
8420         (open_and_init_dwp_file): Call it.
8421         (get_dwp_file): New function.
8422         (lookup_dwo_cutu): Call it.
8423
8424         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
8425         unnecessary, cleanup.
8426
8427         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
8428
8429         * dwarf2read.c (read_cutu_die_from_dwo): New function.
8430         (lookup_dwo_unit): New function.
8431         (init_cutu_and_read_dies): Move DWO handling to new functions.
8432
8433         * dwarf2read.c (struct signatured_type): Tweak comment.
8434         (struct dwo_unit): Tweak comment.
8435         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
8436         (create_dwo_debug_info_hash_table): Tweak comment.
8437         (dwarf2_per_cu_offset_and_type): Tweak comment.
8438
8439         * dwarf2read.c (lookup_signatured_type): Remove complaint about
8440         missing .debug_types section.
8441
8442 2013-03-29  Yao Qi  <yao@codesourcery.com>
8443
8444         * corelow.c: Include "completer.h".
8445         (_initialize_corelow): Call add_target_with_completer with
8446         argument 'filename_completer'.
8447         * tracepoint.c: Likewise.
8448         * exec.c (_initialize_exec): Likewise.
8449         * target.c (add_target): Rename to ...
8450         (add_target_with_completer): ... this.  Call set_cmd_completer
8451         if parameter completer is not NULL.
8452         (add_target): New.
8453         * target.h: Include "command.h".
8454         (add_target_with_completer): Declare it.
8455
8456 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
8457
8458         * coffread.c (is_import_fixup_symbol): New function.
8459         (record_minimal_symbol): Use is_import_fixup_symbol to
8460         detect import fixup symbols, and discard them.
8461
8462 2013-03-28  Doug Evans  <dje@google.com>
8463
8464         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8465         types hash table until we know we need it.
8466
8467         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8468         index numbers.
8469
8470         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8471         All callers updated.
8472         (dw2_print_stats): Print #read CUs too.
8473         (dump_die_shallow): Print signatured types better.
8474
8475         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8476         info_or_types_section to section.  All uses updated.
8477         (struct dwo_unit): Ditto.
8478
8479 2013-03-28  Pedro Alves  <palves@redhat.com>
8480
8481         * NEWS (New options): New section.
8482         (New options): Mention set/show remote trace-status-packet.
8483         * remote.c (PACKET_qTStatus): New enumeration value.
8484         (remote_get_trace_status): Skip sending qTStatus if the packet is
8485         disabled.  Use packet_ok.
8486         (_initialize_remote): Register a configuration command for
8487         qTStatus packet.
8488
8489 2013-03-28  Doug Evans  <dje@google.com>
8490
8491         * symfile.c (find_separate_debug_file): Add comment.
8492         (terminate_after_last_dir_separator): Tweak comment.
8493
8494         * dwarf2read.c (create_partial_symtab): Add forward decl.
8495         (create_partial_symtab): Move to be closer to other psymtab functions.
8496         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8497
8498         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8499         (compute_symtab_includes): Remove unnecessary forward declaration.
8500         (die_needs_namespace): Add comment marking group of functions for
8501         dwarf2 name computation.
8502
8503         * typeprint.c (_initialize_typeprint): Improve type help text.
8504
8505         * python/python.c (finish_python_initialization): Provide suggestion
8506         for how to tell gdb to find its python files.
8507
8508 2013-03-28  Pedro Alves  <palves@redhat.com>
8509
8510         PR gdb/15294
8511
8512         * source.c (_initialize_source): Change back "set listsize" to an
8513         integer command.
8514
8515 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
8516
8517         PR gdb/15275
8518         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8519
8520 2013-03-27  Pedro Alves  <palves@redhat.com>
8521
8522         * top.c (history_size): Rename to ...
8523         (history_size_setshow_var): ... this.  Add comment.
8524         (show_commands): Use readline's 'history_length' instead of
8525         computing the history length by calling history_get in a loop.
8526         (set_history_size_command): Error out for sizes over INT_MAX.
8527         Restore previous history size on invalid size.
8528         (init_history): If HISTSIZE is negative, leave the history size as
8529         zero.  Add comments.
8530         (init_main): Adjust.
8531
8532 2013-03-27  Pedro Alves  <palves@redhat.com>
8533
8534         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8535         coff_pe_read" command to "set debug coff-pe-read".
8536
8537 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
8538
8539         * record.c (command_size_to_target_size): Fix size comparison.
8540         Change parameter type from pointer to integer to integer.
8541         Update all users.
8542
8543 2013-03-27  Pierre Muller  <muller@sourceware.org>
8544
8545         * windows-nat.c (handle_output_debug_string): Avoid typecast
8546         from integer of different size warning.
8547
8548 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
8549
8550         * windows-nat.c (handle_output_debug_string): Add empty line
8551         after local block variable definition.
8552
8553 2013-03-26  Pedro Alves  <palves@redhat.com>
8554
8555         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8556         (net_open): Make 'polls' local unsigned.
8557
8558 2013-03-26  Pedro Alves  <palves@redhat.com>
8559
8560         * remote.c (_initialize_remote): Make "set remoteaddresssize"
8561         a zuinteger command instead of uinteger.
8562
8563 2013-03-26  Pedro Alves  <palves@redhat.com>
8564
8565         * record-full.c (record_full_insn_num): Make it unsigned.
8566         (record_full_check_insn_num, record_full_message)
8567         (record_full_registers_change, record_full_xfer_partial): Remove
8568         record_full_insn_max_num check (it's always != 0).
8569         (record_full_info, record_full_restore): Use %u as format string.
8570         (): Use %u as format string.
8571         (set_record_full_insn_max_num): Remove record_full_insn_max_num
8572         check (it's always != 0).
8573
8574 2013-03-26  Pedro Alves  <palves@redhat.com>
8575
8576         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8577         and "set dcache size" commands zuinteger instead of uinteger.
8578
8579 2013-03-26  Pedro Alves  <palves@redhat.com>
8580
8581         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8582         command zuinteger instead of uinteger.
8583
8584 2013-03-26  Pedro Alves  <palves@redhat.com>
8585
8586         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
8587         zuinteger instead of uinteger.
8588
8589 2013-03-26  Pedro Alves  <palves@redhat.com>
8590
8591         * record.c (record_insn_history_size_setshow_var)
8592         (record_call_history_size_setshow_var): New globals.
8593         (command_size_to_target_size): New function.
8594         (cmd_record_insn_history, cmd_record_call_history): Use
8595         command_size_to_target_size instead of cast.
8596         (validate_history_size, set_record_insn_history_size)
8597         (set_record_call_history_size): New functions.
8598         (_initialize_record): Install set_record_insn_history_size and
8599         set_record_call_history_size as "set" hooks of "set record
8600         instruction-history-size" and "set record
8601         function-call-history-size".
8602
8603 2013-03-26  Pedro Alves  <palves@redhat.com>
8604
8605         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
8606         use with history_max_entries use.  Remove FIXME note.
8607
8608 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
8609
8610         * record-btrace.c (record_btrace_close): Call
8611         record_btrace_auto_disable.
8612
8613 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
8614
8615         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
8616
8617 2013-03-25  Doug Evans  <dje@google.com>
8618
8619         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
8620
8621 2013-03-25  Tom Tromey  <tromey@redhat.com>
8622
8623         PR symtab/11462:
8624         * c-exp.y (exp): Add new productions for destructors after '.' and
8625         '->'.
8626         (write_destructor_name): New function.
8627
8628 2013-03-25  Tom Tromey  <tromey@redhat.com>
8629
8630         PR c++/9197:
8631         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8632         value_struct_elt, not lookup_struct_elt_type.
8633         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8634         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8635         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8636
8637 2013-03-25  Yao Qi  <yao@codesourcery.com>
8638
8639         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8640         instead of '_mkdir'.
8641
8642 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
8643
8644         * windows-nat.c (windows_get_absolute_argv0): New function.
8645         * windows-nat.h: Add its prototype.
8646
8647         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8648         Use IS_DIR_SEPARATOR instead of looking for a character inside
8649         SLASH_STRING.  Include filenames.h.
8650         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8651         relocate_gdb_directory works when passed gdb_program_name.
8652         Include windows-nat.h.
8653
8654 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8655
8656         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8657         * remote.c (trace_error): Remove the special handling of '2'.
8658         (readchar) <SERIAL_EOF>
8659         (readchar) <SERIAL_ERROR>
8660         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8661         (remote_get_trace_status): Call throw_exception if EX is
8662         TARGET_CLOSE_ERROR.
8663         * utils.c (perror_with_name): Rename to ...
8664         (throw_perror_with_name): ... here.  New parameter errcode, describe it
8665         in the function comment.
8666         (perror_with_name): New function wrapper.
8667         * utils.h (enum errors): New stub declaration.
8668         (throw_perror_with_name): New declaration.
8669
8670 2013-03-22  Pedro Alves  <palves@redhat.com>
8671             Yao Qi  <yao@codesourcery.com>
8672             Mark Kettenis  <kettenis@gnu.org>
8673
8674         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8675         Don't let the user set the value to UINT_MAX directly.
8676         <var_integer>: Don't let the user set the value to INT_MAX
8677         directly.
8678
8679 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8680
8681         * remote.c (remote_unpush_target): New function.
8682         (remote_open_1): Remove two pop_target calls, update one comment, add
8683         comment to target_preopen call.  Replace pop_target call by
8684         remote_unpush_target call.
8685         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8686         pop_target calls by remote_unpush_target calls.
8687
8688 2013-03-22  Pedro Alves  <palves@redhat.com>
8689
8690         * linux-nat.c (linux_child_follow_fork): Don't call
8691         linux_enable_event_reporting.
8692         (linux_handle_extended_wait): Don't call
8693         linux_enable_event_reporting.
8694
8695 2013-03-22  Pedro Alves  <palves@redhat.com>
8696
8697         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8698         use it to rewrite the trampoline buffers with type gdb_byte[], and
8699         undefine the macro.  Remove char* cast.
8700
8701 2013-03-21  Doug Evans  <dje@google.com>
8702
8703         New commands "mt set per-command {space,time,symtab} {on,off}".
8704         * NEWS: Add entry.
8705         * event-top.c: #include "maint.h".
8706         * main.c: #include "maint.h".
8707         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8708         timeval-utils.h, maint.h, cli/cli-setshow.h.
8709         (per_command_time, per_command_space): New static globals.
8710         (per_command_symtab): New static global.
8711         (per_command_setlist, per_command_showlist): New static globals.
8712         (struct cmd_stats): Move here from utils.c.
8713         (set_per_command_time): Renamed from set_display_time in utils.c
8714         and moved here.  All callers updated.
8715         (set_per_command_space): Renamed from set_display_space in utils.c
8716         and moved here.  All callers updated.
8717         (count_symtabs_and_blocks): New function.
8718         (report_command_stats): Moved here from utils.c.  Add support for
8719         printing symtab stats.  Only print data if enabled before command
8720         executed.
8721         (make_command_stats_cleanup): Ditto.
8722         (sert_per_command_cmd, show_per_command_cmd): New functions.
8723         (_initialize_maint_cmds): Add new commands
8724         mt set per-command {space,time,symtab} {on,off}.
8725         * maint.h: New file.
8726         * top.c: #include "maint.h".
8727         * utils.c (reset_prompt_for_continue_wait_time): New function.
8728         (get_prompt_for_continue_wait_time): New function.
8729         * utils.h (reset_prompt_for_continue_wait_time): Declare
8730         (get_prompt_for_continue_wait_time): Declare.
8731         (make_command_stats_cleanup): Moved to maint.h.
8732         (set_display_time, set_display_space): Moved to maint.h and renamed
8733         to set_per_command_time, set_per_command_space.
8734         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
8735         parse_binary_operation and made non-static.  Don't call error,
8736         just return an error marker.  All callers updated.
8737         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
8738
8739 2013-03-21  Tom Tromey  <tromey@redhat.com>
8740
8741         * symfile.c (alloc_section_addr_info): Update header.  Don't set
8742         'num_sections' field.
8743         (build_section_addr_info_from_section_table): Set 'num_sections'.
8744         (build_section_addr_info_from_bfd): Likewise.
8745         (build_section_addr_info_from_objfile): Remove dead loop
8746         condition.
8747         (free_section_addr_info): Unconditionally call xfree.
8748         (relative_addr_info_to_section_offsets, addrs_section_sort)
8749         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8750         condition.
8751         (syms_from_objfile_1): Remove dead 'if' condition.  Check
8752         'num_sections'.
8753         (add_symbol_file_command): Set 'num_sections'.
8754         * symfile-mem.c (symbol_file_add_from_memory): Set
8755         'num_sections'.
8756         * somread.c (som_symfile_offsets): Remove dead loop condition.
8757         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8758         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8759
8760 2013-03-21  Tom Tromey  <tromey@redhat.com>
8761
8762         * tracepoint.h (decode_agent_options): Add 'trace_string'
8763         argument.
8764         * tracepoint.c (decode_agent_options): Add 'trace_string'
8765         argument.
8766         (validate_actionline): Update.
8767         (collect_symbol): Add 'trace_string' argument.
8768         (struct add_local_symbols_data) <trace_string>: New field.
8769         (do_collect_symbol): Update.
8770         (add_local_symbols): Add 'trace_string' argument.
8771         (encode_actions_1): Update.
8772         (trace_dump_actions): Update.
8773         * dwarf2loc.c (access_memory): Update.
8774         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8775         * ax-general.c (new_agent_expr): Update.
8776         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8777         (gen_trace_for_return_address): Add argument.
8778         (trace_kludge, trace_string_kludge): Remove.
8779         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8780         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8781         (gen_trace_for_var): Add 'trace_string' argument.
8782         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8783         (gen_printf, agent_eval_command_one): Update.
8784
8785 2013-03-21  Tom Tromey  <tromey@redhat.com>
8786
8787         PR exp/15109:
8788         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8789         Handle FILENAME token.
8790
8791 2013-03-21  Tom Tromey  <tromey@redhat.com>
8792
8793         * c-exp.y (YYPRINT): Define.
8794         (c_print_token): New function.
8795
8796 2013-03-21  Tom Tromey  <tromey@redhat.com>
8797
8798         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8799
8800 2013-03-21  Yao Qi  <yao@codesourcery.com>
8801
8802         * ctf.c: Include "gdb_stat.h".
8803         [USE_WIN32API]: New macro 'mkdir'.
8804         (ctf_start): Use permission bits macros if they are defined.
8805
8806 2013-03-20  Keith Seitz  <keiths@redhat.com>
8807
8808         * breakpoint.h (struct breakpoint): Add comment to
8809         extra_string indicating that this member is mallod'd.
8810         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8811
8812 2013-03-20  Pedro Alves  <palves@redhat.com>
8813
8814         PR gdb/15289
8815
8816         * cli/cli-setshow.c (do_set_command)
8817         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8818         the result of parsing the command argument.  Throw error if the
8819         value is greater than UINT_MAX.  Print the invalid value with
8820         plongest.
8821         <var_integer, var_zinteger>: Use LONGEST for variable holding the
8822         result of parsing the command argument.  Throw error if the value
8823         is greater than INT_MAX, not greater or equal.  Also throw error
8824         if the value is less than INT_MIN.  Print the invalid value with
8825         plongest.
8826         <var_zuinteger_unlimited>: Throw error if the value is greater
8827         than INT_MAX, not greater or equal.
8828         (do_show_command) <var_integer, var_zinteger,
8829         var_zuinteger_unlimited>: Use %d for printing int, not %u.
8830
8831 2013-03-20  Tom Tromey  <tromey@redhat.com>
8832
8833         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8834         if possible.
8835         * dwarf2read.c (read_func_scope): Remove old FIXME.
8836         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8837         not LOC_COMPUTED.
8838         * findvar.c (symbol_read_needs_frame, default_read_var_value):
8839         Unconditionally call via computed ops, if possible.
8840         * printcmd.c (address_info): Unconditionally call via computed ops,
8841         if possible.
8842         * stack.c (read_frame_arg): Unconditionally call via computed ops,
8843         if possible.
8844         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8845         * tracepoint.c (scope_info): Unconditionally call via computed ops,
8846         if possible.
8847
8848 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8849             Tom Tromey  <tromey@redhat.com>
8850
8851         PR symtab/8421:
8852         * coffread.c (coff_register_index): New global.
8853         (process_coff_symbol, coff_read_enum_type): Set
8854         SYMBOL_ACLASS_INDEX.
8855         (_initialize_coffread): Initialize new global.
8856         * dwarf2loc.c (locexpr_find_frame_base_location)
8857         (dwarf2_block_frame_base_locexpr_funcs)
8858         (loclist_find_frame_base_location)
8859         (dwarf2_block_frame_base_loclist_funcs): New.
8860         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8861         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8862         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8863         (dwarf2_block_frame_base_loclist_funcs): New.
8864         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8865         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8866         globals.
8867         (read_func_scope): Update.
8868         (fixup_go_packaging, mark_common_block_symbol_computed)
8869         (var_decode_location, new_symbol_full, dwarf2_const_value):
8870         Set SYMBOL_ACLASS_INDEX.
8871         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
8872         (_initialize_dwarf2_read): Initialize new globals.
8873         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8874         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8875         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8876         globals.
8877         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8878         (_initialize_mdebugread): Initialize new globals.
8879         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8880         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8881         (stab_register_index, stab_regparm_index): New globals.
8882         (define_symbol, read_enum_type, common_block_end): Set
8883         SYMBOL_ACLASS_INDEX.
8884         (_initialize_stabsread): Initialize new globals.
8885         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8886         globals.
8887         (MAX_SYMBOL_IMPLS): New define.
8888         (register_symbol_computed_impl, register_symbol_block_impl)
8889         (register_symbol_register_impl)
8890         (initialize_ordinary_address_classes): New functions.
8891         (_initialize_symtab): Call initialize_ordinary_address_classes.
8892         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8893         (struct symbol_impl): New.
8894         (SYMBOL_ACLASS_BITS): New define.
8895         (struct symbol) <aclass, ops>: Remove fields.
8896         <aclass_index>: New field.
8897         (symbol_impls): Declare.
8898         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8899         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8900         (register_symbol_computed_impl, register_symbol_block_impl)
8901         (register_symbol_register_impl): Declare.
8902         (struct symbol_computed_ops): Add location_has_loclist.
8903         (struct symbol_block_ops): New.
8904         (SYMBOL_BLOCK_OPS): New.
8905         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8906
8907 2013-03-20  Tom Tromey  <tromey@redhat.com>
8908
8909         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8910         (print_partial_symbols, recursively_search_psymtabs): Use
8911         PSYMBOL_CLASS.
8912
8913 2013-03-20  Pierre Muller  <muller@sourceware.org>
8914
8915         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8916         addtion, subtraction, multiplication and division binary operator.
8917
8918 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8919
8920         Code cleanup.
8921         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8922         * bsd-kvm.c (bsd_kvm_close): Likewise.
8923         * bsd-uthread.c (bsd_uthread_close): Likewise.
8924         * corelow.c (core_close): Likewise.
8925         (core_close_cleanup): Remove parameter quitting from a caller.
8926         * event-top.c (async_disconnect): Likewise.
8927         * exec.c (exec_close_1): Remove parameter quitting.
8928         * go32-nat.c (go32_close): Likewise.
8929         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
8930         parameter quitting from a caller.
8931         * mips-linux-nat.c (super_close): Remove parameter quitting from the
8932         variable.
8933         (mips_linux_close): Remove parameter quitting.  Remove parameter
8934         quitting from a caller.
8935         * monitor.c (monitor_close): Remove parameter quitting.
8936         * monitor.h (monitor_close): Likewise.
8937         * record-btrace.c (record_btrace_close): Likewise.
8938         * record-full.c (record_full_close): Likewise.
8939         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8940         it also from fprintf_unfiltered.
8941         * remote-mips.c (mips_close): Remove parameter quitting.
8942         (mips_detach): Remove parameter quitting from a caller.
8943         * remote-sim.c (gdbsim_close): Remove parameter quitting.
8944         (gdbsim_close): Remove duplicate function comment.  Remove parameter
8945         quitting and remove it also from printf_filtered.
8946         * remote.c (remote_close): Remove parameter quitting.
8947         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8948         * target.c (update_current_target): Remove parameter int from to_close
8949         de_fault.
8950         (push_target, unpush_target, pop_target): Remove parameter quitting from
8951         a caller.
8952         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8953         Remove parameter quitting from a caller.
8954         (target_preopen): Remove parameter quitting from a caller.
8955         (target_close): Remove parameter quitting.  Remove parameter quitting
8956         from a caller two times.  Remove parameter quitting also from
8957         fprintf_unfiltered.
8958         * target.h (struct target_ops): Remove parameter quitting and as int
8959         from fields to_xclose and to_close.
8960         (extern struct target_ops current_target):
8961         (target_close, pop_all_targets): Remove parameter quitting.  Update the
8962         comment.
8963         (pop_all_targets_above): Remove parameter quitting.
8964         * top.c (quit_target): Remove parameter quitting from a caller.
8965         * tracepoint.c (tfile_close): Remove parameter quitting.
8966         * windows-nat.c (windows_close): Remove parameter quitting.
8967
8968 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
8969
8970         * windows-nat.c (handle_output_debug_string): Replace call
8971         to string_to_core_addr with call to strtoull.
8972
8973 2013-03-20  Yao Qi  <yao@codesourcery.com>
8974
8975         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8976         and write it to CTF metadata.
8977
8978 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
8979
8980         * windows-nat.c (handle_output_debug_string): Change type of n to
8981         SIZE_T to avoid crash on 64 bit systems.
8982
8983 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
8984
8985         * python/python-internal.h (HAVE_SNPRINTF)
8986         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8987         about redefinition of snprintf by pyerrors.h.
8988
8989 2013-03-15  Steve Ellcey  <sellcey@mips.com>
8990
8991         * remote-sim.c (sim_command_completer): Make char arguments const.
8992
8993 2013-03-15  Tom Tromey  <tromey@redhat.com>
8994
8995         PR c++/15116:
8996         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8997
8998 2013-03-14  Tom Tromey  <tromey@redhat.com>
8999
9000         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9001         New fields.
9002         (get_file_crc): Move from symfile.c.
9003         (gdb_bfd_crc): New function.
9004         * gdb_bfd.h (gdb_bfd_crc): Declare.
9005         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9006         * symfile.c (get_file_crc): Move to gdb_bfd.c.
9007         (separate_debug_file_exists): Use gdb_bfd_crc.
9008
9009 2013-03-14  Tom Tromey  <tromey@redhat.com>
9010
9011         * symfile.c (get_debug_link_info): Remove.
9012         (find_separate_debug_file_by_debuglink): Use
9013         bfd_get_debug_link_info.
9014
9015 2013-03-14  Tom Tromey  <tromey@redhat.com>
9016
9017         * symtab.c (error_in_psymtab_expansion): New function.
9018         (lookup_symbol_aux_quick)
9019         (basic_lookup_transparent_type_quick): Remove "last resort"
9020         code.  Use error_in_psymtab_expansion.
9021
9022 2013-03-14  Doug Evans  <dje@google.com>
9023             Jan Kratochvil  <jan.kratochvil@redhat.com>
9024
9025         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9026         any successful compare_filenames_for_search or FILENAME_CMP.
9027         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9028         * symtab.c (iterate_over_some_symtabs): Likewise.
9029
9030 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9031
9032         * source.c (print_source_lines_base): Make a local copy of
9033         symtab_to_fullname.
9034
9035 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
9036             Jan Kratochvil  <jan.kratochvil@redhat.com>
9037
9038         * source.c (print_source_lines_base): Suppress "file" for TUI.
9039
9040 2013-03-14  Keith Seitz  <keiths@redhat.com>
9041             Alan Matsuoka  <alanm@redhat.com>
9042
9043         PR c++/15203
9044         PR c++/15210
9045         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9046         TYPE_CODE_METHOD.
9047         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9048         symbols.
9049
9050 2013-03-14  Yao Qi  <yao@codesourcery.com>
9051
9052         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9053         status to tfile if trace is stopped by command 'tstop'.
9054
9055 2013-03-14  Yao Qi  <yao@codesourcery.com>
9056
9057         * tracepoint.c (tfile_write_status): Write trace notes and user
9058         name into tfile if they are not NULL.
9059
9060 2013-03-14  Hui Zhu  <hui@codesourcery.com>
9061             Yao Qi  <yao@codesourcery.com>
9062
9063         * Makefile.in (REMOTE_OBS): Add ctf.o.
9064         (SFILES): Add ctf.c.
9065         (HFILES_NO_SRCDIR): Add ctf.h.
9066         * ctf.c, ctf.h: New files.
9067         * tracepoint.c: Include 'ctf.h'.
9068         (collect_pseudocommand): Remove static.
9069         (trace_save_command): Parse option "-ctf".
9070         Produce different trace file writers per option.
9071         Adjust output message.
9072         (trace_save_tfile, trace_save_ctf): New.
9073         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9074         * mi/mi-main.c: Include 'ctf.h'.
9075         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
9076         trace_save_tfile or trace_save_ctf.
9077         * NEWS: Mention these changes.
9078
9079 2013-03-14  Yao Qi  <yao@codesourcery.com>
9080
9081         * tracepoint.c (trace_file_writer_xfree): New.
9082         (struct tfile_writer_data): New.
9083         (tfile_dtor, tfile_can_target_save, tfile_start): New.
9084         (tfile_write_header, tfile_write_regblock_type): New.
9085         (tfile_write_status, tfile_write_uploaded_tsv): New.
9086         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9087         (tfile_write_raw_data, (tfile_end): New.
9088         (tfile_write_ops): New global variable.
9089         (TRACE_WRITE_R_BLOCK): New macro.
9090         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9091         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9092         (TRACE_WRITE_V_BLOCK): New macro.
9093         (trace_save): Add extra one parameter WRITER.  Make it static.
9094         Use WRITER to writer trace.
9095         (tfile_trace_file_writer_new): New.
9096         (trace_save_command): Caller update.
9097         (trace_save_tfile): Write trace data in TFILE format.
9098         * tracepoint.h (struct trace_frame_write_ops): New.
9099         (struct trace_file_write_ops): New.
9100         (struct trace_file_writer): New.
9101         (trace_save): Remove its declaration.
9102         (trace_save_tfile): Declare it.
9103         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9104         instead of trace_save.
9105
9106 2013-03-13  Pedro Alves  <palves@redhat.com>
9107
9108         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9109
9110 2013-03-13  Pedro Alves  <palves@redhat.com>
9111
9112         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9113         commented out code.
9114         * demangle.c (current_demangling_style_string): Make it const.
9115         (set_demangling_command): Assert the demangling style is known.
9116         Remove all handling of unknown styles.  Set
9117         'current_demangling_style_string' to an element of the
9118         demangling_style_names array.
9119         (set_demangling_style): Delete.
9120         (_initialize_demangler): Set current_demangling_style_string to the
9121         element of the demangling_style_names array that corresponds to
9122         the default demangling style.  Remove FIXME note.  Don't call
9123         set_demangling_style.
9124         * gdb-demangle.h (set_demangling_style): Remove declaration.
9125
9126 2013-03-13  Pedro Alves  <palves@redhat.com>
9127
9128         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9129         fields const.
9130         (ada_make_symbol_completion_list): Make "text0" parameter const.
9131         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9132         * breakpoint.c (condition_completer): Make "text" and "word"
9133         parameters const.  Adjust.
9134         (check_tracepoint_command): Adjust to validate_actionline
9135         prototype change.
9136         (catch_syscall_completer): Make "text" and "word" parameters
9137         const.
9138         * cli/cli-cmds.c (show_user): Make "comname" local const.
9139         (valid_command_p): Make "command" parameter const.
9140         (alias_command): Make "alias_prefix" and "command_prefix" locals
9141         const.
9142         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9143         (add_alias_cmd): Make "name" and "oldname" parameters const.
9144         Adjust.  No longer make copy of OLDNAME.
9145         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9146         (add_setshow_cmd_full, add_setshow_enum_cmd)
9147         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9148         (add_setshow_filename_cmd, add_setshow_string_cmd)
9149         (add_setshow_string_noescape_cmd)
9150         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9151         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9152         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9153         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9154         Make "name" parameter const.
9155         (help_cmd): Rename "command" parameter to "arg".  New const local
9156         "command".
9157         (find_cmd): Make "command" parameter const.
9158         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
9159         deprecated_cmd_warning prototype change.
9160         (undef_cmd_error): Make "cmdtype" parameter const.
9161         (lookup_cmd): Make "line" parameter const.
9162         (deprecated_cmd_warning): Change type of "text" parameter to
9163         pointer to const char, from pointer to pointer to char.  Adjust.
9164         (lookup_cmd_composition): Make "text" parameter const.
9165         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9166         parameters const.
9167         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9168         const.
9169         * cli/cli-script.c (validate_comname): Make "tem" local const.
9170         (define_command): New const local "tem_c".  Use it in calls to
9171         lookup_cmd.
9172         (document_command): Make "tem" and "comfull" locals const.
9173         (show_user_1): Make "prefix" and "name" parameters const.
9174         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9175         const.
9176         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9177         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9178         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9179         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9180         (complete_on_enum, add_setshow_enum_cmd)
9181         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9182         (add_setshow_filename_cmd, add_setshow_string_cmd)
9183         (add_setshow_string_noescape_cmd)
9184         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9185         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9186         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9187         Change prototypes, constifying strings.
9188         * completer.c (noop_completer, filename_completer): Make "text"
9189         and "prefix" parameters const.
9190         (location_completer, expression_completer)
9191         (complete_line_internal): Make "text" and "prefix" parameters
9192         const and adjust.
9193         (command_completer, signal_completer): Make "text" and "prefix"
9194         parameters const.
9195         * completer.h (noop_completer, filename_completer)
9196         (expression_completer, location_completer, command_completer)
9197         (signal_completer): Change prototypes.
9198         * corefile.c (complete_set_gnutarget): Make "text" and "word"
9199         parameters const.
9200         * cp-abi.c (cp_abi_completer): Likewise.
9201         * expression.h (parse_expression_for_completion): Change
9202         prototype.
9203         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9204         parameters const.
9205         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9206         * infrun.c (handle_completer): Make "text" and "word" parameters
9207         const.
9208         * interps.c (interpreter_completer): Make "text" and "word"
9209         parameters const.
9210         * language.h (struct language_defn)
9211         <la_make_symbol_completion_list>: Make "text" and "word"
9212         parameters const.
9213         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9214         (parse_exp_in_context): Rename to ...
9215         (parse_exp_in_context_1): ... this.
9216         (parse_exp_in_context): Reimplement, with const hack from
9217         parse_exp_1.
9218         (parse_expression_for_completion): Make "string" parameter const.
9219         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9220         to pointer to const char.  Adjust.
9221         (print_command_1): Make "exp" parameter const.
9222         (output_command): Rename to ...
9223         (output_command_const): ... this.  Make "exp" parameter const.
9224         (output_command): Reimplement.
9225         (x_command): Adjust.
9226         (display_command): Rename "exp" parameter to "arg".  New "exp"
9227         local, const version of "arg".
9228         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9229         "cmd_name" local const.
9230         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9231         call.
9232         (cmdpy_completer): Make "text" and "word" parameters const.
9233         (gdbpy_parse_command_name): Make "prefix_text2" local const.
9234         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9235         const.
9236         * remote.c (_initialize_remote): Make "cmd_name" local const.
9237         * symtab.c (language_search_unquoted_string): Make "text" and "p"
9238         parameters const.  Adjust.
9239         (completion_list_add_fields): Make "sym_text", "text" and "word"
9240         parameters const.
9241         (struct add_name_data) <sym_text, text, word>: Make fields const.
9242         (default_make_symbol_completion_list_break_on): Make "text" and
9243         "word" parameters const.  Adjust locals.
9244         (default_make_symbol_completion_list)
9245         (make_symbol_completion_list, make_symbol_completion_type)
9246         (make_symbol_completion_list_fn): Make "text" and "word"
9247         parameters const.
9248         (make_file_symbol_completion_list): Make "text", "word" and
9249         "srcfile" parameters const.  Adjust locals.
9250         (add_filename_to_list): Make "text" and "word" parameters const.
9251         (struct add_partial_filename_data) <text, word>: Make fields
9252         const.
9253         (make_source_files_completion_list): Make "text" and "word"
9254         parameters const.
9255         * symtab.h (default_make_symbol_completion_list_break_on)
9256         (default_make_symbol_completion_list, make_symbol_completion_list)
9257         (make_symbol_completion_type enum type_code)
9258         (make_symbol_completion_list_fn make_file_symbol_completion_list)
9259         (make_source_files_completion_list): Change prototype.
9260         * top.c (execute_command): Adjust to pass pointer to pointer to
9261         const char to lookup_cmd, and to deprecated_cmd_warning prototype
9262         change.
9263         (set_verbose): Make "cmdname" local const.
9264         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9265         and adjust.
9266         (validate_actionline): Make "line" parameter a pointer to const
9267         char, and adjust.
9268         (encode_actions_1): Make "action_exp" local const, and adjust.
9269         (encode_actions): Adjust.
9270         (replace_comma): Delete.
9271         (trace_dump_actions): Make "action_exp" and "next_comma" locals
9272         const, and adjust.  Don't frob the action string while splitting
9273         it at commas.  Instead, make a copy of each split substring in
9274         turn.
9275         (trace_dump_command): Adjust to validate_actionline prototype
9276         change.
9277         * tracepoint.h (decode_agent_options, decode_agent_options)
9278         (encode_actions, validate_actionline): Change prototypes.
9279         * valprint.h (output_command): Delete declaration.
9280         (output_command_const): Declare.
9281         * value.c (function_destroyer): Cast const away in xfree call.
9282
9283 2013-03-13  Pedro Alves  <palves@redhat.com>
9284
9285         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9286         rather than casting 'const char * const *' to 'const char **'.
9287         * ada-lex.l (processInt): Make "trailer" local const.  Remove
9288         'const char **' cast.
9289         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9290         locals, and use those as strtol output pointer, instead than doing
9291         invalid casts to from 'const char **' to 'char **'.
9292         (_initialize_demangle): Remove cast.
9293         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9294         locals, and use those as strtol output pointer, instead than doing
9295         invalid casts to from 'const char **' to 'char **'.
9296         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9297         casts.
9298         * stap-probe.c (stap_parse_register_operand)
9299         (stap_parse_single_operand): Likewise.
9300
9301 2013-03-13  Yao Qi  <yao@codesourcery.com>
9302
9303         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9304         the last matched 'V' blcok in trace frame.
9305
9306 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
9307
9308         * NEWS: Create a new section for the next release branch.
9309         Rename the section of the current branch, now that it has
9310         been cut.
9311
9312 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
9313
9314         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9315         * version.in: Bump version to 7.6.50.20130312-cvs.
9316
9317 2013-03-12  Keith Seitz  <keiths@redhat.com>
9318
9319         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9320         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9321         Remove temporary copy of input string.
9322         (mi_execute_command_wrapper): Make "cmd" const.
9323         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9324         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9325         Use const strings.
9326         (mi_parse): Make "cmd" const.
9327         Use const strings.
9328         * mi/mi-parse.h (mi_parse): Make "cmd" const.
9329
9330 2013-03-12  Keith Seitz  <keiths@redhat.com>
9331
9332         * ada-lang.c (ada_read_renaming_var_value): Pass const
9333         pointer to expression string to parse_exp_1.
9334         (create_excep_cond_exprs): Likewise.
9335         * ax-gdb.c (agent_eval_command_one): Likewise.
9336         (maint_agent_printf_command): Likewise.
9337         Constify much of the string handling/parsing.
9338         * breakpoint.c (set_breakpoint_condition): Pass const
9339         pointer to expression string to parse_exp_1.
9340         (update_watchpoint): Likewise.
9341         (parse_cmd_to_aexpr): Constify string handling.
9342         Pass const pointer to parse_exp_1.
9343         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9344         (find_condition_and_thread): Likewise.
9345         Make TOK const.
9346         (watch_command_1): Make "arg" const.
9347         Constify string handling.
9348         Copy the expression string instead of changing the input
9349         string.
9350         (update_breakpoint_location): Pass const pointer to
9351         parse_exp_1.
9352         * eval.c (parse_and_eval_address): Make "exp" const.
9353         (parse_to_comma_and_eval): Make "expp" const.
9354         (parse_and_eval): Make "exp" const.
9355         * expression.h (parse_expression): Make argument const.
9356         (parse_exp_1): Make first argument const.
9357         * findcmd.c (parse_find_args): Treat "args" as const.
9358         * linespec.c (parse_linespec): Pass const pointer to
9359         linespec_expression_to_pc.
9360         (linespec_expression_to_pc): Make "exp_ptr" const.
9361         * parse.c (parse_exp_1): Make "stringptr" const.
9362         Make a copy of the expression to pass to parse_exp_in_context until
9363         this whole interface can be constified.
9364         (parse_expression): Make "string" const.
9365         * printcmd.c (ui_printf): Treat "arg" as const.
9366         Handle const strings.
9367         * tracepoint.c (validate_actionline): Pass const pointer to
9368         all calls to parse_exp_1.
9369         (encode_actions_1): Likewise.
9370         * value.h (parse_to_comma_and_eval): Make argument const.
9371         (parse_and_eval_address): Likewise.
9372         (parse_and_eval): Likewise.
9373         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
9374         (varobj_set_value): Likewise.
9375         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
9376         constify string handling.
9377         Pass const pointers to parse_and_eval_address and
9378         parse_to_comman_and_eval.
9379         * cli/cli-utils.c (skip_to_space): Rename to ...
9380         (skip_to_space_const): ... this. Handle const strings.
9381         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
9382         skip_to_space_const.
9383         (skip_to_space_const): Declare.
9384         * common/format.c (parse_format_string): Make "arg" const.
9385         Handle const strings.
9386         * common/format.h (parse_format_string): Make "arg" const.
9387         * gdbserver/ax.c (ax_printf): Make "format" const.
9388         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
9389         of the expression string.
9390
9391 2013-03-12  Hui Zhu  <hui@codesourcery.com>
9392
9393         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
9394
9395 2013-03-12  Yao Qi  <yao@codesourcery.com>
9396             Hui Zhu  <hui@codesourcery.com>
9397
9398         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
9399         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
9400         DW_OP_deref_size.
9401
9402 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
9403
9404         * ada-lex.l (rules): Only recognize 'thread' as a
9405         delimiter when followed by numerals, as for c-exp.y.
9406         Use new rewind_to_char function to rewind the input for
9407         expression-delimiting tokens.
9408         (rewind_to_char): New function.
9409
9410 2013-03-11  Pedro Alves  <palves@redhat.com>
9411             Jan Kratochvil  <jan.kratochvil@redhat.com>
9412
9413         * configure: Regenerate.
9414         * configure.ac (check dynamic export flag): Link python test with
9415         $PYTHON_LIBS.
9416
9417 2013-03-11  Doug Evans  <dje@google.com>
9418             Keith Seitz  <keiths@redhat.com>
9419
9420         * linespec.c (find_linespec_symbols): Call find_function_symbols
9421         first, and then call lookup_prefix_sym/find_method.
9422
9423 2013-03-11  Pedro Alves  <palves@redhat.com>
9424
9425         * charset.c (convert_between_encodings): Don't cast between
9426         different pointer to pointer types.  Instead, make the 'inp' local
9427         be of the type iconv expects.
9428         (wchar_iterate): Don't cast between different pointer to pointer
9429         types.  Instead, use new pointer local of the type iconv expects.
9430         * target.c (target_read_stralloc, target_fileio_read_stralloc):
9431         Add new local of type char pointer, and use it to get a
9432         char/string view of the byte buffer, instead of casting between
9433         pointer to pointer types.
9434
9435 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
9436
9437         * remote.c (remote_set_trace_buffer_size): Move != operator
9438         to the start of next line to fix an ARI warning.
9439
9440 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9441
9442         * NEWS: Add record changes.
9443
9444 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9445
9446         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9447         the instruction history disassembly.
9448         * disasm.c (dump_insns): Omit the pc prefix, if requested.
9449         * disasm.h (DISASSEMBLY_OMIT_PC): New.
9450
9451 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9452
9453         * Makefile.in (SFILES): Add record-btrace.c
9454         (COMMON_OBS): Add record-btrace.o
9455         * record-btrace.c: New.
9456         * objfiles.c: Include btrace.h.
9457         (free_objfile): call btrace_free_objfile.
9458
9459 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9460
9461         * target.c (target_call_history, target_call_history_from,
9462         target_call_history_range): New.
9463         * target.h (target_ops) <to_call_history, to_call_history_from,
9464         to_call_history_range>: New fields.
9465         (target_call_history, target_call_history_from,
9466         target_call_history_range): New declaration.
9467         * record.c (get_call_history_modifiers, cmd_record_call_history,
9468         record_call_history_size): New.
9469         (_initialize_record): Add the "record function-call-history" command.
9470         Add "set/show record function-call-history-size" commands.
9471         * record.h (record_print_flag): New.
9472
9473 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9474
9475         * target.h (target_ops) <to_insn_history, to_insn_history_from,
9476         to_insn_history_range>: New fields.
9477         (target_insn_history): New.
9478         (target_insn_history_from): New.
9479         (target_insn_history_range): New.
9480         * target.c (target_insn_history): New.
9481         (target_insn_history_from): New.
9482         (target_insn_history_range): New.
9483         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9484         (record_insn_history_size): New.
9485         (get_insn_number): New.
9486         (get_context_size): New.
9487         (no_chunk): New.
9488         (get_insn_history_modifiers): New.
9489         (cmd_record_insn_history): New.
9490         (_initialize_record): Add "set/show record instruction-history-size"
9491         command. Add "record instruction-history" command.
9492
9493 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9494
9495         * record.h (record_disconnect): New.
9496         (record_detach): New.
9497         (record_mourn_inferior): New.
9498         (record_kill): New.
9499         * record-full.c (record_disconnect, record_detach,
9500         record_mourn_inferior, record_kill): Move to...
9501         * record.c: ...here.
9502         (DEBUG): New.
9503         (record_stop): New.
9504         (record_unpush): New.
9505         (cmd_record_stop): Call record_stop. Replace unpush_target
9506         call with record_unpush call.
9507         (record_disconnect, record_detach): Assert that the target
9508         is of record stratum. Call record_unpush, record_stop, and
9509         DEBUG.
9510         (record_mourn_inferior, record_kill): Assert that the target
9511         is of record stratum. Call record_unpush and DEBUG.
9512
9513 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9514
9515         * record-full.h, record-full.c (record_memory_query): Rename
9516         to ...
9517         (record_full_memory_query): ...this. Update all users.
9518         (record_arch_list_add_reg): Rename to ...
9519         (record_full_arch_list_add_reg): ...this. Update all users.
9520         (record_arch_list_add_mem): Rename to ...
9521         (record_full_arch_list_add_mem): ...this. Update all users.
9522         (record_arch_list_add_end): Rename to ...
9523         (record_full_arch_list_add_end): ...this. Update all users.
9524         (record_gdb_operation_disable_set): Rename to ...
9525         (record_full_gdb_operation_disable_set): ...this.
9526         Update all users.
9527
9528 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9529
9530         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9531         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9532         (RECORD_IS_REPLAY): Renamed to ...
9533         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9534         (RECORD_FILE_MAGIC): Renamed to ...
9535         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9536         (record_mem_entry): Renamed to ...
9537         (record_full_mem_entry): ... this. Updated all users.
9538         (record_reg_entry): Renamed to ...
9539         (record_full_reg_entry): ... this. Updated all users.
9540         (record_end_entry): Renamed to ...
9541         (record_full_end_entry): ... this. Updated all users.
9542         (record_type) <record_end, record_reg, record_mem>: Renamed
9543         to ...
9544         (record_full_type) <record_full_end, record_full_reg,
9545         record_full_mem>: ... this. Updated all users.
9546         (record_entry): Renamed to ...
9547         (record_full_entry): ... this. Updated all users.
9548         (record_core_buf_entry): Renamed to ...
9549         (record_full_core_buf_entry): ... this. Updated all users.
9550         (record_core_regbuf): Renamed to ...
9551         (record_full_core_regbuf): ... this. Updated all users.
9552         (record_core_start): Renamed to ...
9553         (record_full_core_start): ... this. Updated all users.
9554         (record_core_end): Renamed to ...
9555         (record_full_core_end): ... this. Updated all users.
9556         (record_core_buf_list): Renamed to ...
9557         (record_full_core_buf_list): ... this. Updated all users.
9558         (record_first): Renamed to ...
9559         (record_full_first): ... this. Updated all users.
9560         (record_list): Renamed to ...
9561         (record_full_list): ... this. Updated all users.
9562         (record_arch_list_head): Renamed to ...
9563         (record_full_arch_list_head): ... this. Updated all users.
9564         (record_arch_list_tail): Renamed to ...
9565         (record_full_arch_list_tail): ... this. Updated all users.
9566         (record_stop_at_limit): Renamed to ...
9567         (record_full_stop_at_limit): ... this. Updated all users.
9568         (record_insn_max_num): Renamed to ...
9569         (record_full_insn_max_num): ... this. Updated all users.
9570         (record_insn_num): Renamed to ...
9571         (record_full_insn_num): ... this. Updated all users.
9572         (record_insn_count): Renamed to ...
9573         (record_full_insn_count): ... this. Updated all users.
9574         (record_ops): Renamed to ...
9575         (record_full_ops): ... this. Updated all users.
9576         (record_core_ops): Renamed to ...
9577         (record_full_core_ops): ... this. Updated all users.
9578         (set_record_cmdlist): Renamed to ...
9579         (set_record_full_cmdlist): ... this. Updated all users.
9580         (show_record_cmdlist): Renamed to ...
9581         (show_record_full_cmdlist): ... this. Updated all users.
9582         (record_cmdlist): Renamed to ...
9583         (record_full_cmdlist): ... this. Updated all users.
9584         (record_beneath_to_resume_ops): Renamed to ...
9585         (record_full_beneath_to_resume_ops): ... this. Updated all users.
9586         (record_beneath_to_resume): Renamed to ...
9587         (record_full_beneath_to_resume): ... this. Updated all users.
9588         (record_beneath_to_wait_ops): Renamed to ...
9589         (record_full_beneath_to_wait_ops): ... this. Updated all users.
9590         (record_beneath_to_wait): Renamed to ...
9591         (record_full_beneath_to_wait): ... this. Updated all users.
9592         (record_beneath_to_store_registers_ops): Renamed to ...
9593         (record_full_beneath_to_store_registers_ops): ... this.
9594         Updated all users.
9595         (record_beneath_to_store_registers): Renamed to ...
9596         (record_full_beneath_to_store_registers): ... this.
9597         Updated all users.
9598         (record_beneath_to_xfer_partial_ops): Renamed to ...
9599         (record_full_beneath_to_xfer_partial_ops): ... this.
9600         Updated all users.
9601         (record_beneath_to_xfer_partial): Renamed to ...
9602         (record_full_beneath_to_xfer_partial): ... this.
9603         Updated all users.
9604         (record_beneath_to_insert_breakpoint): Renamed to ...
9605         (record_full_beneath_to_insert_breakpoint): ... this.
9606         Updated all users.
9607         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
9608         (record_full_beneath_to_stopped_by_watchpoint): ... this.
9609         Updated all users.
9610         (record_beneath_to_stopped_data_address): Renamed to ...
9611         (record_full_beneath_to_stopped_data_address): ... this.
9612         Updated all users.
9613         (record_beneath_to_async): Renamed to ...
9614         (record_full_beneath_to_async): ... this. Updated all users.
9615         (record_goto_insn): Renamed to ...
9616         (record_full_goto_insn): ... this. Updated all users.
9617         (record_save): Renamed to ...
9618         (record_full_save): ... this. Updated all users.
9619         (record_reg_alloc): Renamed to ...
9620         (record_full_reg_alloc): ... this. Updated all users.
9621         (record_reg_release): Renamed to ...
9622         (record_full_reg_release): ... this. Updated all users.
9623         (record_mem_alloc): Renamed to ...
9624         (record_full_mem_alloc): ... this. Updated all users.
9625         (record_mem_release): Renamed to ...
9626         (record_full_mem_release): ... this. Updated all users.
9627         (record_end_alloc): Renamed to ...
9628         (record_full_end_alloc): ... this. Updated all users.
9629         (record_end_release): Renamed to ...
9630         (record_full_end_release): ... this. Updated all users.
9631         (record_entry_release): Renamed to ...
9632         (record_full_entry_release): ... this. Updated all users.
9633         (record_list_release): Renamed to ...
9634         (record_full_list_release): ... this. Updated all users.
9635         (record_list_release_following): Renamed to ...
9636         (record_full_list_release_following): ... this.
9637         Updated all users.
9638         (record_list_release_first): Renamed to ...
9639         (record_full_list_release_first): ... this. Updated all users.
9640         (record_arch_list_add): Renamed to ...
9641         (record_full_arch_list_add): ... this. Updated all users.
9642         (record_get_loc): Renamed to ...
9643         (record_full_get_loc): ... this. Updated all users.
9644         (record_check_insn_num): Renamed to ...
9645         (record_full_check_insn_num): ... this. Updated all users.
9646         (record_arch_list_cleanups): Renamed to ...
9647         (record_full_arch_list_cleanups): ... this. Updated all users.
9648         (record_message): Renamed to ...
9649         (record_full_message): ... this. Updated all users.
9650         (record_message_wrapper): Renamed to ...
9651         (record_full_message_wrapper): ... this. Updated all users.
9652         (record_message_wrapper_safe): Renamed to ...
9653         (record_full_message_wrapper_safe): ... this. Updated all users.
9654         (record_gdb_operation_disable): Renamed to ...
9655         (record_full_gdb_operation_disable): ... this. Updated all users.
9656         (record_hw_watchpoint): Renamed to ...
9657         (record_full_hw_watchpoint): ... this. Updated all users.
9658         (record_exec_insn): Renamed to ...
9659         (record_full_exec_insn): ... this. Updated all users.
9660         (record_restore): Renamed to ...
9661         (record_full_restore): ... this. Updated all users.
9662         (record_async_inferior_event_token): Renamed to ...
9663         (record_full_async_inferior_event_token): ... this.
9664         Updated all users.
9665         (record_async_inferior_event_handler): Renamed to ...
9666         (record_full_async_inferior_event_handler): ... this.
9667         Updated all users.
9668         (record_core_open_1): Renamed to ...
9669         (record_full_core_open_1): ... this. Updated all users.
9670         (record_open_1): Renamed to ...
9671         (record_full_open_1): ... this. Updated all users.
9672         (record_open): Renamed to ...
9673         (record_full_open): ... this. Updated all users.
9674         (record_close): Renamed to ...
9675         (record_full_close): ... this. Updated all users.
9676         (record_resume_step): Renamed to ...
9677         (record_full_resume_step): ... this. Updated all users.
9678         (record_resumed): Renamed to ...
9679         (record_full_resumed): ... this. Updated all users.
9680         (record_execution_dir): Renamed to ...
9681         (record_full_execution_dir): ... this. Updated all users.
9682         (record_resume): Renamed to ...
9683         (record_full_resume): ... this. Updated all users.
9684         (record_get_sig): Renamed to ...
9685         (record_full_get_sig): ... this. Updated all users.
9686         (record_sig_handler): Renamed to ...
9687         (record_full_sig_handler): ... this. Updated all users.
9688         (record_wait_cleanups): Renamed to ...
9689         (record_full_wait_cleanups): ... this. Updated all users.
9690         (record_wait_1): Renamed to ...
9691         (record_full_wait_1): ... this. Updated all users.
9692         (record_wait): Renamed to ...
9693         (record_full_wait): ... this. Updated all users.
9694         (record_stopped_by_watchpoint): Renamed to ...
9695         (record_full_stopped_by_watchpoint): ... this. Updated all users.
9696         (record_disconnect): Renamed to ...
9697         (record_full_disconnect): ... this. Updated all users.
9698         (record_detach): Renamed to ...
9699         (record_full_detach): ... this. Updated all users.
9700         (record_mourn_inferior): Renamed to ...
9701         (record_full_mourn_inferior): ... this. Updated all users.
9702         (record_kill): Renamed to ...
9703         (record_full_kill): ... this. Updated all users.
9704         (record_stopped_data_address): Renamed to ...
9705         (record_full_stopped_data_address): ... this. Updated all users.
9706         (record_registers_change): Renamed to ...
9707         (record_full_registers_change): ... this. Updated all users.
9708         (record_store_registers): Renamed to ...
9709         (record_full_store_registers): ... this. Updated all users.
9710         (record_xfer_partial): Renamed to ...
9711         (record_full_xfer_partial): ... this. Updated all users.
9712         (record_breakpoint): Renamed to ...
9713         (record_full_breakpoint): ... this. Updated all users.
9714         (record_breakpoint_p): Renamed to ...
9715         (record_full_breakpoint_p): ... this. Updated all users.
9716         (record_breakpoints): Renamed to ...
9717         (record_full_breakpoints): ... this. Updated all users.
9718         (record_sync_record_breakpoints): Renamed to ...
9719         (record_full_sync_record_breakpoints): ... this.
9720         Updated all users.
9721         (record_init_record_breakpoints): Renamed to ...
9722         (record_full_init_record_breakpoints): ... this.
9723         Updated all users.
9724         (record_insert_breakpoint): Renamed to ...
9725         (record_full_insert_breakpoint): ... this. Updated all users.
9726         (record_remove_breakpoint): Renamed to ...
9727         (record_full_remove_breakpoint): ... this. Updated all users.
9728         (record_can_execute_reverse): Renamed to ...
9729         (record_full_can_execute_reverse): ... this. Updated all users.
9730         (record_get_bookmark): Renamed to ...
9731         (record_full_get_bookmark): ... this. Updated all users.
9732         (record_goto_bookmark): Renamed to ...
9733         (record_full_goto_bookmark): ... this. Updated all users.
9734         (record_async): Renamed to ...
9735         (record_full_async): ... this. Updated all users.
9736         (record_can_async_p): Renamed to ...
9737         (record_full_can_async_p): ... this. Updated all users.
9738         (record_is_async_p): Renamed to ...
9739         (record_full_is_async_p): ... this. Updated all users.
9740         (record_execution_direction): Renamed to ...
9741         (record_full_execution_direction): ... this. Updated all users.
9742         (record_info): Renamed to ...
9743         (record_full_info): ... this. Updated all users.
9744         (record_delete): Renamed to ...
9745         (record_full_delete): ... this. Updated all users.
9746         (record_is_replaying): Renamed to ...
9747         (record_full_is_replaying): ... this. Updated all users.
9748         (record_goto_entry): Renamed to ...
9749         (record_full_goto_entry): ... this. Updated all users.
9750         (record_goto_begin): Renamed to ...
9751         (record_full_goto_begin): ... this. Updated all users.
9752         (record_goto_end): Renamed to ...
9753         (record_full_goto_end): ... this. Updated all users.
9754         (record_goto): Renamed to ...
9755         (record_full_goto): ... this. Updated all users.
9756         (init_record_ops): Renamed to ...
9757         (init_record_full_ops): ... this. Updated all users.
9758         (record_core_resume): Renamed to ...
9759         (record_full_core_resume): ... this. Updated all users.
9760         (record_core_kill): Renamed to ...
9761         (record_full_core_kill): ... this. Updated all users.
9762         (record_core_fetch_registers): Renamed to ...
9763         (record_full_core_fetch_registers): ... this. Updated all users.
9764         (record_core_prepare_to_store): Renamed to ...
9765         (record_full_core_prepare_to_store): ... this. Updated all users.
9766         (record_core_store_registers): Renamed to ...
9767         (record_full_core_store_registers): ... this. Updated all users.
9768         (record_core_xfer_partial): Renamed to ...
9769         (record_full_core_xfer_partial): ... this. Updated all users.
9770         (record_core_insert_breakpoint): Renamed to ...
9771         (record_full_core_insert_breakpoint): ... this. Updated all users.
9772         (record_core_remove_breakpoint): Renamed to ...
9773         (record_full_core_remove_breakpoint): ... this. Updated all users.
9774         (record_core_has_execution): Renamed to ...
9775         (record_full_core_has_execution): ... this. Updated all users.
9776         (init_record_core_ops): Renamed to ...
9777         (init_record_full_core_ops): ... this. Updated all users.
9778         (cmd_record_restore): Renamed to ...
9779         (cmd_record_full_restore): ... this. Updated all users.
9780         (record_save_cleanups): Renamed to ...
9781         (record_full_save_cleanups): ... this. Updated all users.
9782         (cmd_record_start): Renamed to ...
9783         (cmd_record_full_start): ... this. Updated all users.
9784         (set_record_insn_max_num): Renamed to ...
9785         (set_record_full_insn_max_num): ... this. Updated all users.
9786         (set_record_command): Renamed to ...
9787         (set_record_full_command): ... this. Updated all users.
9788         (show_record_command): Renamed to ...
9789         (show_record_full_command): ... this. Updated all users.
9790         (_initialize_record): Renamed to ...
9791         (_initialize_record_full): ... this. Updated all users.
9792
9793 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9794
9795         * record.h: Split into this and ...
9796         * record-full.h: ... this.
9797         * record.c: Split into this and ...
9798         * record-full.c: ... this.
9799         * target.h (target_ops): Add new fields to_info_record,
9800         to_save_record, to_delete_record, to_record_is_replaying,
9801         to_goto_record_begin, to_goto_record_end, to_goto_record.
9802         (target_info_record): New.
9803         (target_save_record): New.
9804         (target_supports_delete_record): New.
9805         (target_delete_record): New.
9806         (target_record_is_replaying): New.
9807         (target_goto_record_begin): New.
9808         (target_goto_record_end): New.
9809         (target_goto_record): New.
9810         * target.c (target_info_record): New.
9811         (target_save_record): New.
9812         (target_supports_delete_record): New.
9813         (target_delete_record): New.
9814         (target_record_is_replaying): New.
9815         (target_goto_record_begin): New.
9816         (target_goto_record_end): New.
9817         (target_goto_record): New.
9818         * record.h: Declare struct cmd_list_element.
9819         (record_cmdlist): New declaration.
9820         (set_record_cmdlist): New declaration.
9821         (show_record_cmdlist): New declaration.
9822         (info_record_cmdlist): New declaration.
9823         (cmd_record_goto): New declaration.
9824         * record.c: Remove unnecessary includes.
9825         Include inferior.h.
9826         (cmd_record_goto): Remove declaration.
9827         (record_cmdlist): Now extern. Initialize.
9828         (set_record_cmdlist): Now extern. Initialize.
9829         (show_record_cmdlist): Now extern. Initialize.
9830         (info_record_cmdlist): Now extern. Initialize.
9831         (find_record_target): New.
9832         (require_record_target): New.
9833         (cmd_record_start): Update.
9834         (cmd_record_delete): Remove target-specific code.
9835         Call target_delete_record.
9836         (cmd_record_stop): Unpush any record target.
9837         (set_record_insn_max_num): Move to record-full.c
9838         (set_record_command): Add comment.
9839         (show_record_command): Add comment.
9840         (info_record_command): Update comment.
9841         Remove target-specific code.
9842         Call the record target's to_info_record.
9843         (cmd_record_start): New.
9844         (cmd_record_goto): Now extern.
9845         Remove target-specific code.
9846         Call target_goto_begin,  target_goto_end, or target_goto.
9847         (_initialize_record): Move record target ops initialization to
9848         record-full.c.
9849         Change "record" command help text.
9850         Move "record restore", "record set", and "record show" commands to
9851         record-full.c.
9852         * Makefile.in (SFILES): Add record-full.c.
9853         (HFILES_NO_SRCDIR): Add record-full.h.
9854         (COMMON_OBS): Add record-full.o.
9855         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9856         * arm-tdep.c: Include record-full.h.
9857         * i386-linux-tdep.c: Include record-full.h instead of record.h.
9858         * i386-tdep.c: Include record-full.h.
9859         * infrun.c: Include record-full.h.
9860         * linux-record.c: Include record-full.h.
9861         * moxie-tdep.c: Include record-full.h.
9862         * record-full.c: Include record-full.h.
9863         Change module comment.
9864         (set_record_full_cmdlist): New.
9865         (show_record_full_cmdlist): New.
9866         (record_full_cmdlist): New.
9867         (record_goto_insn): New declaration.
9868         (record_save): New declaration.
9869         (record_check_insn_num): Change query string.
9870         (record_info): New.
9871         (record_delete): New.
9872         (record_is_replaying): New.
9873         (record_goto_entry): New.
9874         (record_goto_begin): New.
9875         (record_goto_end): New.
9876         (record_goto): New.
9877         (init_record_ops): Update.
9878         (init_record_core_ops): Update.
9879         (cmd_record_save): Rename to record_save. Remove target and arg checks.
9880         (cmd_record_start): New.
9881         (set_record_insn_max_num): Moved from record.c
9882         (set_record_full_command): New.
9883         (show_record_full_command): New.
9884         (_initialize_record_full): New.
9885
9886 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9887
9888         * target.h (add_deprecated_target_alias): New.
9889         * target.c (add_deprecated_target_alias): New.
9890
9891 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9892
9893         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9894         and signal.h.
9895         (linux_supports_btrace): Add kernel and
9896         cpuid check.
9897         (kernel_supports_btrace): New function.
9898         (cpu_supports_btrace): New function.
9899         (intel_supports_btrace): New function.
9900
9901 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9902
9903         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9904         * remote.c: Include btrace.h.
9905         (struct btrace_target_info): New struct.
9906         (remote_supports_btrace): New function.
9907         (send_Qbtrace): New function.
9908         (remote_enable_btrace): New function.
9909         (remote_disable_btrace): New function.
9910         (remote_teardown_btrace): New function.
9911         (remote_read_btrace): New function.
9912         (init_remote_ops): Add btrace ops.
9913         (enum <unnamed>): Add btrace packets.
9914         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9915         (_initialize_remote): Add packet configuration for branch tracing.
9916
9917 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9918
9919         * features/btrace.dtd: New file.
9920         * Makefile.in (XMLFILES): Add btrace.dtd.
9921         * btrace.h (parse_xml_btrace): New declaration.
9922         * btrace.c: Include xml-support.h.
9923         (parse_xml_btrace): New function.
9924         (parse_xml_btrace_block): New function.
9925         (block_attributes): New struct.
9926         (btrace_attributes): New struct.
9927         (btrace_children): New struct.
9928         (btrace_elements): New struct.
9929
9930 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9931
9932         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9933         (amd64_linux_enable_btrace): New.
9934         (amd64_linux_disable_btrace): New.
9935         (amd64_linux_teardown_btrace): New.
9936         (_initialize_amd64_linux_nat): Initialize btrace ops.
9937         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9938         (i386_linux_enable_btrace): New.
9939         (i386_linux_disable_btrace): New.
9940         (i386_linux_teardown_btrace): New.
9941         (_initialize_i386_linux_nat): Initialize btrace ops.
9942         * config/i386/linux.mh: Add linux-btrace.o.
9943         * config/i386/linux64.mh: Add linux-btrace.o.
9944
9945 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9946
9947         * common/linux_btrace.h: New file.
9948         * common/linux_btrace.c: New file.
9949         * Makefile.in (SFILES): Add btrace.c.
9950         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9951         (COMMON_OBS): Add btrace.o.
9952         (linux-btrace.o): New rule.
9953
9954 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9955
9956         * target.h: Include btrace.h.
9957         (struct target_ops) <to_supports_btrace, to_enable_btrace,
9958         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9959         * target.c (target_supports_btrace): New function.
9960         (target_enable_btrace): New function.
9961         (target_disable_btrace): New function.
9962         (target_teardown_btrace): New function.
9963         (target_read_btrace): New function.
9964         * btrace.h: New file.
9965         * btrace.c: New file.
9966         * Makefile.in: Add btrace.c.
9967         * gdbthread.h: Include btrace.h.
9968         (struct thread_info): Add btrace field.
9969         * thread.c: Include btrace.h.
9970         (clear_thread_inferior_resources): Call target_teardown_btrace.
9971         * common/btrace-common.h: New file.
9972
9973 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9974
9975         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9976         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9977         kill_status to outer block.
9978
9979 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9980
9981         Fix entry-values if the callee called a noreturn function.
9982         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9983         get_frame_address_in_block.  Add new comment.
9984
9985 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9986
9987         Fix entry-values in C++ across CUs.
9988         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9989         lookup_minimal_symbol.  Add a comment.
9990         * dwarf2read.c
9991         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9992         DW_AT_linkage_name.
9993
9994 2013-03-08  Yao Qi  <yao@codesourcery.com>
9995
9996         * tracepoint.c (_initialize_tracepoint): Indent the code.
9997
9998 2013-03-08  Pedro Alves  <palves@redhat.com>
9999
10000         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10001         (parse_find_args, find_command): Change type of pattern buffer
10002         locals to 'gdb_byte *'.
10003
10004 2013-03-08  Stan Shebs  <stan@codesourcery.com>
10005             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10006
10007         * NEWS: Mention set and show trace-buffer-size commands.
10008         Mention new packet.
10009         * target.h (struct target_ops): New method
10010         to_set_trace_buffer_size.
10011         (target_set_trace_buffer_size): New macro.
10012         * target.c (update_current_target): Set up new method.
10013         * tracepoint.c (trace_buffer_size): New global.
10014         (start_tracing): Send it to the target.
10015         (set_trace_buffer_size): New function.
10016         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10017         * remote.c (remote_set_trace_buffer_size): New function.
10018         (_initialize_remote): Use it.
10019         (QTBuffer:size) New remote command.
10020         (PACKET_QTBuffer_size): New enum.
10021         (remote_protocol_features): Add an entry for
10022         PACKET_QTBuffer_size.
10023
10024 2013-03-08  Tom Tromey  <tromey@redhat.com>
10025
10026         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10027         variable.
10028
10029 2013-03-07  Pedro Alves  <palves@redhat.com>
10030
10031         * target.c (target_read_stralloc, target_fileio_read_alloc):
10032         *Cast pointer to 'gdb_byte *' in target call.
10033
10034 2013-03-07  Pedro Alves  <palves@redhat.com>
10035
10036         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10037         call.
10038
10039 2013-03-07  Keith Seitz  <keiths@redhat.com>
10040
10041         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10042         (trace_pass_command): Likewise.
10043         * cli/cli-cmds.c: Include cli/cli-utils.h.
10044         (source_command): Use skip-spaces.
10045         (disassemble_command): Likewise.
10046         * findcmd.c: Include cli/cli-utils.h.
10047         (parse_find_args): Use skip_spaces.
10048         * go32-nat.c: Include cli/cli-utils.h.
10049         (go32_sldt): Use skip_spaces.
10050         (go32_sgdt): Likewise.
10051         (go32_sidt): Likewise.
10052         (go32_pde): Likewise.
10053         (go32_pte): Likewise.
10054         (go32_pte_for_address): Likewise.
10055         * infcmd.c: Include cli/cli-utils.h.
10056         (registers_info): Use skip_spaces.
10057         * linux-tdep.c (read_mapping): Use skip_spaces_const.
10058         (linux_info_proc): Likewise.
10059         * linux-thread-db.c: Include cli/cli-utils.h.
10060         (info_auto_load_libthread_db): Use skip_spaces_const.
10061         * m32r-rom.c: Include cli/cli-utils.h.
10062         (m32r_upload_command): Use skip_spaces.
10063         * maint.c: Include cli/cli-utils.h.
10064         (maintenance_translate_address): Use skip_spaces.
10065         * mi/mi-parse.c: Include cli/cli-utils.h.
10066         (mi_parse_argv): Use skip_spaces.
10067         (mi_parse): Likewise.
10068         * minsyms.c: Include cli/cli-utils.h.
10069         (msymbol_hash_iw): Use skip_spaces_const.
10070         * objc-lang.c: Include cli/cli-utils.h.
10071         (parse_selector): Use skip_spaces.
10072         (parse_method): Likewise.
10073         * python/python.c: Include cli/cli-utils.h.
10074         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10075         (python_command)[HAVE_PYTHON]: Likewise.
10076         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10077         * remote-m32r-sdi.c: Include cli/cli-utils.h.
10078         (m32r_load): Use skip_spaces.
10079         * serial.c: Include cli/cli-utils.h.
10080         (serial_open): Use skip_spaces_const.
10081         * stack.c: Include cli/cli-utils.h.
10082         (parse_frame_specification_1): Use skip_spaces_const.
10083         * symfile.c: Include cli/cli-utils.h.
10084         (set_ext_lang_command): Use skip_spaces.
10085         * symtab.c: Include cli/cli-utils.h.
10086         (rbreak_command): Use skip_spaces.
10087         * thread.c (thread_name_command): Use skip_spaces.
10088         * tracepoint.c (validate_actionline): Use skip_spaces.
10089         (encode_actions_1): Likewise.
10090         (trace_find_range_command): Likewise.
10091         (trace_find_outside_command): Likewise.
10092         (trace_dump_actions): Likewise.
10093
10094 2013-03-07  Pedro Alves  <palves@redhat.com>
10095
10096         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10097         * expprint.c (print_subexp_standard): Likewise.
10098         * utils.c (host_char_to_target): Likewise.
10099         * valprint.c (generic_emit_char, generic_printstr): Likewise.
10100         * varobj.c (value_get_print_value): Change type of local to char*.
10101         Cast it gdb_byte * in call to language printer.
10102
10103 2013-03-07  Pedro Alves  <palves@redhat.com>
10104
10105         * charset.c (struct wchar_iterator) <input>: Change type to 'const
10106         gdb_byte *'.
10107         (make_wchar_iterator): Remove cast to char*.
10108         (wchar_iterate): Change type of local.
10109
10110 2013-03-07  Pedro Alves  <palves@redhat.com>
10111
10112         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10113         for 'regcache->register_status'.
10114
10115 2013-03-07  Pedro Alves  <palves@redhat.com>
10116
10117         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10118         int.
10119
10120 2013-03-07  Pedro Alves  <palves@redhat.com>
10121
10122         * stap-probe.c (handle_stap_probe): Add cast to char*.
10123
10124 2013-03-07  Pedro Alves  <palves@redhat.com>
10125
10126         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10127         RECORD_MSGRCV>: Pass a signed variable to
10128         regcache_raw_read_signed, instead of an unsigned one.
10129
10130 2013-03-07  Pedro Alves  <palves@redhat.com>
10131
10132         * remote-notif.c (notif_debug): Change type to int.
10133         * remote-notif.h (notif_debug): Likewise.
10134
10135 2013-03-07  Pedro Alves  <palves@redhat.com>
10136
10137         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10138
10139 2013-03-07  Pedro Alves  <palves@redhat.com>
10140
10141         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10142         * remote.h (hex2bin, bin2hex): ... here.
10143         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10144
10145 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
10146
10147         * utils.c (initialize_utils): Improve doc strings of "set/show
10148         width", "set/show height", and "set/show pagination".
10149
10150 2013-03-06  Keith Seitz  <keiths@redhat.com>
10151
10152         * ax-gdb.c (gen_printf): Make FORMAT const.
10153         * ax-gdb.h (gen_printf): Likewise.
10154         * ax-general.c (ax_string): Make STR const.
10155         * ax.h (ax_string): Likewise.
10156
10157 2013-03-06  Doug Evans  <dje@google.com>
10158
10159         * elfread.c (elf_symfile_read): Move debugging printf to more
10160         logical location.
10161
10162 2013-03-06  Pedro Alves  <palves@redhat.com>
10163
10164         * python/py-utils.c (target_string_to_unicode): Delete function.
10165         * python/python-internal.h (target_string_to_unicode): Delete
10166         declaration.
10167
10168 2013-03-06  Pierre Muller  <muller@sourceware.org>
10169
10170         * linespec.c (get_current_search_block): ARI fix, use (void)
10171         for empty parameter list.
10172
10173 2013-03-05  Doug Evans  <dje@google.com>
10174
10175         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10176         of old ada_lookup_symbol_list.  In !full_search case, don't
10177         search superblocks.
10178         (ada_lookup_symbol_list): Delete arg full_search, all callers
10179         updated.  Call ada_lookup_symbol_list_worker.
10180         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10181         * ada-lang.h (ada_lookup_symbol_list): Update.
10182         * language.h (language_defn): Update comment for
10183         la_iterate_over_symbols.
10184         * linespec.c (iterate_over_file_blocks): New function.
10185         (iterate_over_all_matching_symtabs): Call it.
10186         (lookup_prefix_sym): Ditto.
10187         (get_current_search_block): New function.
10188         (get_search_block): Delete.
10189         (find_label_symbols): Call get_current_search_block.
10190         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10191         * symtab.c (iterate_over_symbols): Don't search superblocks.
10192
10193 2013-03-05  Yao Qi  <yao@codesourcery.com>
10194
10195         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10196         parameter VAR's type from "unsigned int" to "int".
10197         * command.h (var_zuinteger_unlimited): Update its comments.
10198         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10199
10200 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
10201
10202         * NEWS: Mention new target x86_64-*-cygwin*.
10203
10204 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
10205
10206         * configure.host: Add x86_64-*-cygwin* as host.
10207         * configure.tgt: Add x86_64-*-cygwin* as target.
10208         * config/i386/cygwin64.mh: New file.
10209
10210 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10211
10212         * linespec.c (decode_line_2): Fix duplicate request off by two message.
10213
10214 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10215
10216         * linespec.c (struct linespec_canonical_name): New.
10217         (struct linespec_state): Change canonical_names type to it.
10218         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
10219         xrealloc element size.  Initialize the different CANONICAL fields.
10220         (canonical_to_fullform): New.
10221         (filter_results): Use it.  Add variables canonical, fullform and
10222         cleanup.
10223         (struct decode_line_2_item, decode_line_2_compare_items): New.
10224         (decode_line_2): Remove variables iter and item_names, add variables
10225         items and items_count.  Modify the code for these new variables.
10226
10227 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
10228
10229         * coff-pe-read.c (read_pe_exported_syms): Don't return without
10230         calling do_cleanup.
10231
10232 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
10233
10234         * tracepoint.c (build_traceframe_info): Add code for byte order.
10235
10236 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
10237
10238         * v850-tdep.c: (v850e2_register_name): Revise system register
10239         names to match current V850E2M architecture specifications.
10240         Update register number enum comments too.
10241
10242 2013-03-01  Jiong Wang  <jiwang@tilera.com>
10243             Pedro Alves  <palves@redhat.com>
10244
10245         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10246         to END_ADDR.
10247         (tilegx_skip_prologue): Limit prologue analysis to section end.
10248
10249 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10250
10251         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10252         use it.
10253
10254 2013-03-01  Pedro Alves  <palves@redhat.com>
10255
10256         Use gdb_byte for bytes from the program being debugged.
10257
10258         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10259         Change type of local 'buf' to gdb_byte.
10260         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10261         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10262         * cris-tdep.c (cris_sigcontext_addr)
10263         (cris_sigtramp_frame_unwind_cache): Likewise.
10264         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10265         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10266         Likewise.
10267         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10268         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10269         (hppa32_hpux_search_dummy_call_sequence)
10270         (hppa_hpux_supply_save_state): Likewise.
10271         * hppa-linux-tdep.c (insns_match_pattern)
10272         (hppa_linux_find_global_pointer): Likewise.
10273         * hppa-tdep.c (hppa_in_function_epilogue_p)
10274         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10275         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10276         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10277         (i386fbsd_collect_uthread): Likewise.
10278         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10279         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10280         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10281         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10282         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10283         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10284         (ia64_libunwind_frame_prev_register)
10285         (ia64_libunwind_sigtramp_frame_this_id)
10286         (ia64_find_global_pointer_from_dynamic_section)
10287         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10288         (ia64_unwind_pc): Likewise.
10289         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10290         * m68hc11-tdep.c (m68hc11_push_dummy_call)
10291         (m68hc11_extract_return_value): Likewise.
10292         * m68klinux-nat.c (fetch_register, store_register): Likewise.
10293         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10294         (mep_get_insn, mep_push_dummy_call): Likewise.
10295         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10296         (mips_linux_in_dynsym_stub): Likewise.
10297         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10298         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10299         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10300         to gdb_byte.
10301         * remote-mips.c (mips_set_register): Likewise.
10302         * remote-sim.c (gdbsim_fetch_register): Likewise.
10303         * score-tdep.c (score7_fetch_inst): Change type of parameter
10304         'memblock' and local 'buf' to gdb_byte.
10305         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10306         Change type of local 'buf' to gdb_byte.  Adjust.
10307         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10308         to gdb_byte**.
10309         (score7_analyze_prologue): Change type of 'memblock' and
10310         'memblock_ptr' locals to gdb_byte*.
10311         * sh64-tdep.c (sh64_extract_return_value)
10312         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10313         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10314         * solib-pa64.c (pa64_solib_create_inferior_hook)
10315         (pa64_open_symbol_file_object): Remove local 'buf'.
10316         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10317         (som_open_symbol_file_object): Likewise.
10318         * solib-spu.c (spu_current_sos): Likewise.
10319         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10320         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10321         (spu_store_registers): Likewise.
10322         * target.c (debug_print_register): Likewise.
10323         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10324         * xstormy16-tdep.c (xstormy16_store_return_value)
10325         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10326         (xstormy16_find_jmp_table_entry): Likewise.
10327
10328 2013-03-01  Jiong Wang  <jiwang@tilera.com>
10329
10330         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10331         (tilegx_gdbarch_init): Install it.
10332
10333 2013-02-28  Tom Tromey  <tromey@redhat.com>
10334
10335         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10336         PyLong_Check.
10337
10338 2013-02-28  Doug Evans  <dje@google.com>
10339
10340         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10341         * python/python.c (gdbpy_find_pc_line): Ditto.
10342
10343 2013-02-28  Tom Tromey  <tromey@redhat.com>
10344
10345         * contrib/excheck.py: New file.
10346         * contrib/exsummary.py: New file.
10347         * contrib/gcc-with-excheck: New file.
10348
10349 2013-02-28  Tom Tromey  <tromey@redhat.com>
10350
10351         * python/python.c (gdbpy_print_stack): Call begin_line and
10352         fprintf_filtered inside TRY_CATCH.
10353
10354 2013-02-28  Tom Tromey  <tromey@redhat.com>
10355
10356         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
10357         inside TRY_CATCH.
10358
10359 2013-02-28  Tom Tromey  <tromey@redhat.com>
10360
10361         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
10362         frame_object_to_frame_info inside TRY_CATCH.
10363
10364 2013-02-28  Tom Tromey  <tromey@redhat.com>
10365
10366         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
10367         TRY_CATCH.
10368
10369 2013-02-28  Tom Tromey  <tromey@redhat.com>
10370
10371         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
10372
10373 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
10374
10375         * windows-nat.c: Throughout, fix format strings and casts of
10376         printf-like functions to avoid type related warnings on all
10377         platforms.
10378         (handle_output_debug_string): Fetch context information address
10379         from debug string using string_to_core_addr.
10380
10381 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10382
10383         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
10384         * regformats/reg-tilegx32.dat: New.
10385
10386 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10387
10388         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
10389
10390 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10391
10392         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
10393
10394 2013-02-27  Yao Qi  <yao@codesourcery.com>
10395             Pedro Alves  <palves@redhat.com>
10396
10397         * tracepoint.c (tfile_trace_find): For tfind
10398         pc/tp/range/outside, look for the next trace frame instead of
10399         always starting from frame 0.
10400
10401 2013-02-26  Anthony Green  <green@moxielogic.com>
10402
10403         * configure.tgt: Add support for moxie-*-rtems* target.
10404
10405 2013-02-25  Pedro Alves  <palves@redhat.com>
10406
10407         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
10408         warning text.
10409
10410 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10411
10412         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
10413         if $fp is used as the virtual frame pointer.
10414
10415 2013-02-23  Alan Modra  <amodra@gmail.com>
10416
10417         * elfread.c (elf_symtab_read): Do not use udata.p here to find
10418         symbol size.
10419         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
10420         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
10421         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
10422         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
10423
10424 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10425
10426         Code cleanup.
10427         * elfread.c (build_id_bfd_get): Make the return type const.
10428         (build_id_verify): Make the check parameter const.
10429         (build_id_to_debug_filename): Make the build_id parameter and variable
10430         data const.
10431         (find_separate_debug_file_by_buildid): Make the variable build_id const.
10432
10433 2013-02-21  Alan Modra  <amodra@gmail.com>
10434
10435         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
10436
10437 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
10438
10439         Add a new method 'disassemble' to gdb.Architecture class.
10440         * python/py-arch.c (archpy_disassmble): Implementation of the
10441         new method gdb.Architecture.disassemble.
10442         (arch_object_methods): Add entry for the new method.
10443
10444 2013-02-20  Jiong Wang  <jiwang@tilera.com>
10445
10446         * MAINTAINERS (Write After Approval): Add myself to the list.
10447
10448 2013-02-19  Pedro Alves  <palves@redhat.com>
10449
10450         Garbage collect 'struct monitor_ops'::load_routine.
10451
10452         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10453         * monitor.c (monitor_load): No longer call
10454         current_monitor->load_routine.
10455         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10456         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10457         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10458
10459 2013-02-19  Pedro Alves  <palves@redhat.com>
10460
10461         PR gdb/15161
10462
10463         Harmonize with generic_load.
10464
10465         * monitor.c: Include "readline/readline.h".
10466         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
10467         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
10468         long/strtol for the 'load_offset' local.  Error out if no argument
10469         is given or if too many arguments are given.  Tilde expand the
10470         passed in file name.
10471
10472 2013-02-19  Kai Tietz  <ktietz@redhat.com>
10473
10474         PR gdb/15161
10475         * symfile.c (load_section_data): Change type of load_offset
10476         to CORE_ADDR.
10477         (generic_load): User strtoulst instead of strtoul for conversion
10478         of load_offset.
10479
10480 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10481
10482         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10483          for return address, "lr" register, saved on stack.
10484         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10485         after we invoke tilegx_analyze_prologue.
10486
10487 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10488
10489         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10490
10491 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10492
10493         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10494
10495 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10496
10497         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10498         (tilegx_write_pc): New function.
10499         (tilegx_cannot_reference_register): Return zero if REGNO
10500         is TILEGX_FAULTNUM_REGNUM.
10501         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10502         (tilegx_register_name): Add handling of "faultnum" register.
10503         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10504         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10505         handling of TILEGX_FAULTNUM_REGNUM.
10506         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10507
10508 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10509
10510         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10511         should be aligned to 64bit.
10512
10513 2013-02-19  Kai Tietz  <ktietz@redhat.com>
10514
10515         * windows-nat.c (windows_xfer_memory): Fix debug-output
10516         for LLP64.
10517
10518 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
10519
10520         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10521         Don't check DSP register number if HAVE_DSP is not set.
10522
10523 2013-02-19  Alan Modra  <amodra@gmail.com>
10524
10525         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
10526         throughout file instead.
10527         (build_id_bfd_get): Update to use new elf_tdata build_id field.
10528         Don't xmalloc return value.
10529         (build_id_verify): Similarly.  Don't xfree.
10530         (build_id_to_debug_filename): Update.
10531         (find_separate_debug_file_by_buildid): Update, don't xfree.
10532
10533 2013-02-18  Tom Tromey  <tromey@redhat.com>
10534
10535         PR gdb/15102:
10536         * dwarf2read.c (read_subrange_type): Use result of
10537         'check_typedef'.
10538
10539 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10540
10541         * frame.c: Remove one extra white space after #include
10542         directive.
10543
10544 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10545
10546         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10547
10548 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10549
10550         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10551         and dir commands into an if block.
10552
10553 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
10554
10555         * python/py-breakpoint (struct pybp_code):  Use int instead of
10556         enum type_code.
10557
10558 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
10559             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10560
10561         * NEWS: Mention new field "trace-file".
10562         * tracepoint.c (trace_status_mi): Output "trace-file" field.
10563         (tfile_open): Record the trace file's filename in the trace
10564         status.
10565         (tfile_files_info): Mention the name of the trace file.
10566         Check the "filename" field explicitely.
10567         (trace_status_command): Explicitely check "filename" field.
10568         (trace_find_command): Ditto.
10569         (trace_find_pc_command): Ditto.
10570         (trace_find_tracepoint_command): Ditto.
10571         (trace_find_line_command): Ditto.
10572         (trace_find_range_command): Ditto.
10573         (trace_find_outside_command): Ditto.
10574         * tracepoint.h (struct trace_status) <from_file>: Rename it
10575         to "filename" and make it hold the trace file's filename
10576         instead of a boolean.
10577         * remote.c (remote_get_trace_status): Initialize "filename"
10578         field with NULL instead of 0.
10579
10580 2013-02-15  Yao Qi  <yao@codesourcery.com>
10581
10582         * remote.c: Fix a typo.
10583
10584 2013-02-14  Pierre Muller  <muller@sourceware.org>
10585
10586         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
10587
10588 2013-02-14  Pedro Alves  <palves@redhat.com>
10589
10590         * utils.c (savestring): Don't #undef it.  Move function to
10591         common/common-utils.c.
10592         * common/common-utils.c: Include gdb_string.h.
10593         (savestring): Move here from utils.c.
10594         * common/common-utils.h (savestring): Declare.
10595
10596 2013-02-14  Pedro Alves  <palves@redhat.com>
10597
10598         * utils.c (savestring): Rename parameter 'size' to 'len'.
10599
10600 2013-02-14  Pedro Alves  <palves@redhat.com>
10601             Yufeng Zhang  <yufeng.zhang@arm.com>
10602
10603         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
10604         (aarch64_inferior_data, struct aarch64_inferior_data):
10605         Delete.
10606         (struct aarch64_process_info): New.
10607         (aarch64_process_list): New global.
10608         (aarch64_find_process_pid, aarch64_add_process)
10609         (aarch64_process_info_get): New functions.
10610         (aarch64_inferior_data_get): Delete.
10611         (aarch64_process_info_get): New function.
10612         (aarch64_forget_process): New function.
10613         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
10614         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
10615         aarch64_get_debug_reg_state.
10616         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
10617         instead of linux_nat_iterate_watchpoint_lwps.
10618         (aarch64_linux_new_fork): New function.
10619         (aarch64_linux_child_post_startup_inferior): Use
10620         aarch64_forget_process instead of aarch64_init_debug_reg_state.
10621         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
10622         (aarch64_linux_remove_hw_breakpoint)
10623         (aarch64_handle_aligned_watchpoint)
10624         (aarch64_handle_unaligned_watchpoint)
10625         (aarch64_linux_insert_watchpoint)
10626         (aarch64_linux_remove_watchpoint)
10627         (aarch64_linux_stopped_data_address): Adjust to pass the current
10628         process id to aarch64_debug_reg_state.
10629         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10630         linux_nat_new_fork hook, and aarch64_forget_process as
10631         linux_nat_forget_process hook; remove the call to
10632         register_inferior_data_with_cleanup.
10633
10634 2013-02-14  Pedro Alves  <palves@redhat.com>
10635
10636         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10637         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10638         lval_memory.
10639
10640 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
10641             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10642
10643         * tracepoint.h (validate_trace_state_variable_name): Declare.
10644         * tracepoint.c (validate_trace_state_variable_name): New.
10645         (trace_variable_command): Parse the trace state variable's name
10646         without using parse_expression.  Do several validations.
10647         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10648         trace state variable's name with parse_expression.  Validate it.
10649
10650 2013-02-14  Yao Qi  <yao@codesourcery.com>
10651
10652         * infcmd.c (breakpoint_proceeded): Remove it.
10653
10654 2013-02-14  Yao Qi  <yao@codesourcery.com>
10655
10656         * tracepoint.c (end_actions_pseudocommand): Make it static.
10657         (while_stepping_pseudocommand): Likewise.
10658         * tracepoint.h (end_actions_pseudocommand): Remove the
10659         declaration.
10660         (while_stepping_pseudocommand): Likewise.
10661
10662 2013-02-14  Yao Qi  <yao@codesourcery.com>
10663
10664         * cli/cli-decode.c (help_cmd): Remove the declaration of
10665         "cmdlist".
10666         (help_all): Likewise.
10667
10668 2013-02-13  Pedro Alves  <palves@redhat.com>
10669
10670         * amd64-linux-nat.c (update_debug_registers_callback):
10671         Update comment.
10672         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10673         iterate_over_lwps.
10674         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10675         i386_debug_reg_state.
10676         (amd64_linux_new_fork): New function.
10677         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10678         linux_nat_new_fork hook, and i386_forget_process as
10679         linux_nat_forget_process hook.
10680         * i386-linux-nat.c (update_debug_registers_callback):
10681         Update comment.
10682         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10683         iterate_over_lwps.
10684         (i386_linux_prepare_to_resume): Pass the lwp's pid to
10685         i386_debug_reg_state.
10686         (i386_linux_new_fork): New function.
10687         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10688         linux_nat_new_fork hook, and i386_forget_process as
10689         linux_nat_forget_process hook.
10690         * i386-nat.c (i386_init_dregs): Delete.
10691         (i386_inferior_data, struct i386_inferior_data):
10692         Delete.
10693         (struct i386_process_info): New.
10694         (i386_process_list): New global.
10695         (i386_find_process_pid, i386_add_process, i386_process_info_get):
10696         New functions.
10697         (i386_inferior_data_get): Delete.
10698         (i386_process_info_get): New function.
10699         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
10700         (i386_forget_process): New function.
10701         (i386_cleanup_dregs): Rewrite.
10702         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10703         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10704         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10705         (i386_remove_hw_breakpoint): Adjust to pass the current process id
10706         to i386_debug_reg_state.
10707         (i386_use_watchpoints): Don't register inferior data.
10708         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10709         adjust comment.
10710         (i386_forget_process): Declare.
10711         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10712         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10713         New static globals.
10714         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10715         (add_initial_lwp): New, factored out from ...
10716         (add_lwp): ... this.  Don't check the number of lwps before
10717         calling linux_nat_new_thread.
10718         (linux_nat_iterate_watchpoint_lwps): Delete.
10719         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
10720         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
10721         forks and vforks.
10722         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
10723         initial lwp.
10724         (linux_nat_kill, linux_nat_mourn_inferior): Call
10725         linux_nat_forget_process.
10726         (linux_nat_set_new_fork, linux_nat_set_forget_process)
10727         (linux_nat_forget_process): New functions.
10728         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
10729         type.
10730         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
10731         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
10732         types.
10733         (linux_nat_set_new_fork, linux_nat_set_forget_process)
10734         (linux_nat_forget_process): New declarations.
10735
10736         * amd64fbsd-nat.c (super_mourn_inferior): New global.
10737         (amd64fbsd_mourn_inferior): New function.
10738         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
10739         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10740
10741 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10742
10743         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10744         Adding _().
10745
10746 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10747
10748         * aarch64-linux-nat.c (debug_reg_change_callback)
10749         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10750         %s and phex().
10751
10752 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10753
10754         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10755         with LONGEST.
10756
10757 2013-02-13  Pedro Alves  <palves@redhat.com>
10758             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10759
10760         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10761
10762 2013-02-12  Tom Tromey  <tromey@redhat.com>
10763
10764         PR symtab/11464:
10765         * c-exp.y (lex_one_token): Initialize other fields of yylval on
10766         NAME return.
10767         (classify_inner_name): Remove 'first_name' argument, add
10768         'context'.  Remove unused variable.
10769         (yylex): Explicitly maintain the context type.  Exit loop earlier
10770         if NAME result is seen.
10771
10772 2013-02-12  Pedro Alves  <palves@redhat.com>
10773
10774         * amd64-darwin-tdep.c: Add (C) after Copyright.
10775         * cli/cli-cmds.h: Ditto.
10776         * cli/cli-decode.c: Ditto.
10777         * cli/cli-decode.h: Ditto.
10778         * cli/cli-dump.c: Ditto.
10779         * cli/cli-dump.h: Ditto.
10780         * cli/cli-interp.c: Ditto.
10781         * cli/cli-logging.c: Ditto.
10782         * cli/cli-script.c: Ditto.
10783         * cli/cli-script.h: Ditto.
10784         * cli/cli-setshow.c: Ditto.
10785         * cli/cli-setshow.h: Ditto.
10786         * cli/cli-utils.c: Ditto.
10787         * cli/cli-utils.h: Ditto.
10788         * config/alpha/nm-osf3.h: Ditto.
10789         * config/djgpp/djconfig.sh: Ditto.
10790         * config/i386/nm-fbsd.h: Ditto.
10791         * config/i386/nm-i386gnu.h: Ditto.
10792         * config/nm-linux.h: Ditto.
10793         * config/nm-nto.h: Ditto.
10794         * config/rs6000/nm-rs6000.h: Ditto.
10795         * config/sparc/nm-sol2.h: Ditto.
10796         * darwin-nat-info.c: Ditto.
10797         * dfp.c: Ditto.
10798         * dfp.h: Ditto.
10799         * gdb-demangle.h: Ditto.
10800         * i386-darwin-nat.c: Ditto.
10801         * i386-darwin-tdep.c: Ditto.
10802         * linux-fork.h: Ditto.
10803         * m32c-tdep.c: Ditto.
10804         * microblaze-linux-tdep.c: Ditto.
10805         * microblaze-rom.c: Ditto.
10806         * microblaze-tdep.c: Ditto.
10807         * microblaze-tdep.h: Ditto.
10808         * mips-linux-tdep.h: Ditto.
10809         * ppc-ravenscar-thread.c: Ditto.
10810         * ppc-ravenscar-thread.h: Ditto.
10811         * prologue-value.c: Ditto.
10812         * prologue-value.h: Ditto.
10813         * ravenscar-thread.c: Ditto.
10814         * ravenscar-thread.h: Ditto.
10815         * sparc-ravenscar-thread.c: Ditto.
10816         * sparc-ravenscar-thread.h: Ditto.
10817         * tilegx-linux-tdep.c: Ditto.
10818         * unwind_stop_reasons.def: Ditto.
10819         * windows-nat.h: Ditto.
10820         * xtensa-linux-tdep.c: Ditto.
10821         * xtensa-xtregs.c: Ditto.
10822         * regformats/regdat.sh: Ditto.
10823         * regformats/regdef.h: Ditto.
10824
10825 2013-02-12  Pedro Alves  <palves@redhat.com>
10826
10827         * break-catch-sig.c: Update copyright years.
10828
10829 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
10830
10831         Add support for a destructor for ui_out data and use it to
10832         provide a ui_out destructor.
10833         * ui-out.h: Declare the new ui_out destructor.
10834         (ui_out_impl): Add a field for data destructor in ui_out_impl.
10835         * ui-out.c (default_data_destroy): Add a default data destructor
10836         which does nothing.
10837         (default_ui_out_impl): Set the new data_destroy field to
10838         default_data_destroy
10839         (uo_data_destroy): Local function which invokes the data
10840         destructor if present.
10841         (clear_table): Local function which clears the table data of a
10842         ui_out object.
10843         (ui_out_destroy): Public function which frees a ui_out object.
10844         (ui_out_table_end): Use the new clear_table function.
10845         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10846         NULL.
10847         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10848         to NULL.
10849
10850 2013-02-11  Doug Evans  <dje@google.com>
10851
10852         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10853         (printf_decfloat): New function.  Broken out from ui_printf.
10854         Remove unnecessary code to shift the entire format string down.
10855         (printf_pointer): New function.
10856         (ui_printf): Code to print C strings, wide C strings, decfloats,
10857         and pointers moved to separate functions.
10858
10859 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10860
10861         * valops.c (value_assign): Handling bitfield offset in
10862         `lval_internalvar_component' case.
10863
10864 2013-02-08  Doug Evans  <dje@google.com>
10865
10866         * common/format.c (parse_format_string): Fix whitespace.
10867
10868 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
10869
10870         * stack.c (return_command): Work around uninitialized variable
10871         warning.
10872
10873 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
10874
10875         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10876         number of the registers from 36 to 34.
10877
10878 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10879
10880         * NEWS: Mention new AArch64 native and target support.
10881
10882 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10883
10884         * MAINTAINERS (Write After Approval): Add myself.
10885
10886 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
10887             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10888             Nigel Stephens  <nigel.stephens@arm.com>
10889             Yufeng Zhang  <yufeng.zhang@arm.com>
10890
10891         * aarch64-linux-nat.c: New file.
10892         * config/aarch64/linux.mh: New file.
10893         * configure.host: Add AArch64.
10894         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10895
10896 2013-02-07  Doug Evans  <dje@google.com>
10897
10898         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10899         disassemble command.
10900
10901 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10902
10903         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10904         set_gdbarch_fetch_tls_load_module_address.
10905
10906 2013-02-06  David S. Miller  <davem@davemloft.net>
10907
10908         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10909         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10910         * value.c (struct_return_convention): New function.
10911         (using_struct_return): Implement in terms of struct_return_convention.
10912         * value.h (struct_return_convention): Declare.
10913         * stack.c (return_command): Allow successful overriding of the return
10914         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10915
10916 2013-02-06  Tom Tromey  <tromey@redhat.com>
10917
10918         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10919         outside of TRY_CATCH.
10920
10921 2013-02-06  Yao Qi  <yao@codesourcery.com>
10922
10923         * mi/mi-interp.c: Include "tracepoint.h".
10924         (mi_tsv_modified): Declare.
10925         (mi_tsv_created, mi_tsv_deleted): Update declaration.
10926         (mi_interpreter_init): Call observer_attach_tsv_modified.
10927         (mi_tsv_modified): New.
10928         (mi_tsv_created, mi_tsv_deleted): Update.
10929         * tracepoint.c (trace_variable_command): Call
10930         observer_notify_tsv_modified if the initial value of tsv is
10931         changed.
10932         (delete_trace_state_variable): Call
10933         observer_notify_tsv_deleted earlier.
10934         (trace_variable_command): Caller update.
10935         (create_tsv_from_upload): Likewise.
10936         * observer.sh: Declare "struct trace_state_variable".
10937
10938         * NEWS: Mention the new MI notification "=tsv-modified".
10939
10940 2013-02-05  Doug Evans  <dje@google.com>
10941
10942         * completer.c (location_completer): Fix typo in comment.
10943
10944 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10945
10946         * breakpoint.c (add_location_to_breakpoint): Insert the location with
10947         ADDRESS sorted.
10948
10949 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10950
10951         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10952         Refactor if statement to avoid trailing || operator.
10953
10954 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
10955
10956         * NEWS: Add PowerPC FreeBSD as a new native configuration.
10957
10958 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
10959
10960         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10961         * configure.host: Add powerpc*-*-freebsd* target.
10962         * configure.tgt: Add target info for powerpc*-*-freebsd*.
10963         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10964         * config/powerpc/fbsd.mh: New file.
10965
10966 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
10967             Denys Vlasenko  <dvlasenk@redhat.com>
10968             Pedro Alves  <palves@redhat.com>
10969
10970         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10971         (struct elf_internal_linux_prpsinfo): Forward declare.
10972         * gdbarch.h, gdbarch.c: Regenerate.
10973         * linux-tdep.c: Include `cli/cli-utils.h'.
10974         (linux_fill_prpsinfo): New function.
10975         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
10976         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10977         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10978         depending on gdbarch pointer bitness.
10979         * ppc-linux-tdep.c: Include elf-bfd.h.
10980         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10981         on 32-bit.
10982
10983 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10984             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10985             Nigel Stephens  <nigel.stephens@arm.com>
10986             Yufeng Zhang  <yufeng.zhang@arm.com>
10987
10988         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10989
10990 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10991             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10992             Nigel Stephens  <nigel.stephens@arm.com>
10993             Yufeng Zhang  <yufeng.zhang@arm.com>
10994
10995         * aarch64-newlib-tdep.c: New file.
10996         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10997         aarch64*-*-elf.
10998         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10999         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11000         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11001         * osabi.c (gdb_osabi_names): Add "Newlib".
11002
11003 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11004             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11005             Nigel Stephens  <nigel.stephens@arm.com>
11006             Yufeng Zhang  <yufeng.zhang@arm.com>
11007
11008         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11009         (ALLDEPFILES): Add aarch64-linux-tdep.c.
11010         * aarch64-linux-tdep.c: New file.
11011         * aarch64-linux-tdep.h: New file.
11012         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11013         * configure.tgt: Add aarch64-none-linux-gnu.
11014
11015 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11016             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11017             Nigel Stephens  <nigel.stephens@arm.com>
11018             Yufeng Zhang  <yufeng.zhang@arm.com>
11019
11020         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11021         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11022         (ALLDEPFILES): Add aarch64-tdep.c.
11023         * aarch64-tdep.c: New file.
11024         * aarch64-tdep.h: New file.
11025         * configure.tgt: Add AArch64.
11026         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11027         (aarch64-expedite): New definition.
11028         * features/aarch64-core.xml: New file.
11029         * features/aarch64-fpu.xml: New file.
11030         * features/aarch64-without-fpu.c: New file (generated).
11031         * features/aarch64-without-fpu.xml: New file.
11032         * features/aarch64.c: New file (generated).
11033         * features/aarch64.xml: New file.
11034         * regformats/aarch64-without-fpu.dat: New file (generated).
11035         * regformats/aarch64.dat: New file (generated).
11036
11037 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11038
11039         * contrib/expect-read1.c: New file.
11040         * contrib/expect-read1.sh: New file.
11041
11042 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11043
11044         * dwarf2read.c (file_file_name): New function with code from
11045         file_full_name.
11046         (file_full_name): Move most of the code to file_file_name.
11047         (macro_start_file): Rename variable full_name to file_name and use
11048         file_file_name for it.  Add comp_dir parameter to new_macro_table.
11049         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
11050         macro_source_file->filename access by macro_source_fullname call.
11051         * macroscope.c (_initialize_macroscope): Update the new_macro_table
11052         caller.
11053         * macrotab.c (struct macro_table): New field comp_dir.
11054         (macro_include): New variables link_fullname and source_fullname.
11055         Replace any macro_source_file->filename access by macro_source_fullname
11056         call.
11057         (macro_lookup_inclusion): Remove the partial filenames checking code.
11058         (check_for_redefinition): New variables source_fullname and
11059         found_key_fullname.  Replace any macro_source_file->filename access by
11060         macro_source_fullname call.
11061         (macro_undef): New variables source_fullname and key_fullname.  Replace
11062         any macro_source_file->filename access by macro_source_fullname call.
11063         (macro_lookup_definition): New variables retval and source_fullname.
11064         Replace any macro_source_file->filename access by macro_source_fullname
11065         call.
11066         (foreach_macro): New variable key_fullname.  Replace any
11067         macro_source_file->filename access by macro_source_fullname call.
11068         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
11069         macro_source_file->filename access by macro_source_fullname call.
11070         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
11071         (macro_source_fullname): New function.
11072         * macrotab.h (struct macro_source_file): Extent the filename field
11073         comment.
11074         (new_macro_table): New parameter comp_dir, add a comment for it.
11075         (macro_source_fullname): new declaration.
11076
11077 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11078
11079         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11080         this_real_name to outer block.  Use it also for
11081         compare_filenames_for_search.
11082         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
11083         with dw2_get_real_path for file_matcher, considering also
11084         BASENAMES_MAY_DIFFER.
11085         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11086
11087 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11088
11089         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11090         to the file_matcher parameter.  Pass 0 to it.
11091         (dwarf2_create_include_psymtab): Copy also DIRNAME.
11092         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11093         NULL psymtab_to_fullname result.
11094         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
11095         an expected filename instead.
11096         (expand_symtabs_matching_via_partial): Add basenames parameter to the
11097         file_matcher parameter.  Call also psymtab_to_fullname, after newly
11098         considering BASENAMES_MAY_DIFFER.
11099         * source.c (rewrite_source_path): Remove static.
11100         * source.h (rewrite_source_path): New declaration.
11101         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11102         the expand_symtabs_matching field.  Comment it.
11103         * symtab.c (file_matches): New function comment.  Add parameter
11104         basenames, implement it.
11105         (search_symbols_file_matches): Add basenames parameter.  Update the
11106         file_matches caller.
11107         (search_symbols): Match FILES also against symtab_to_fullname.
11108         Optimize it for BASENAMES_MAY_DIFFER.
11109
11110 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11111
11112         * source.c (print_source_lines_base): Print for TUI also "fullname".
11113         * tui/tui-data.c (init_content_element): Change tui_locator_element
11114         field to full_name.
11115         * tui/tui-data.h (struct tui_locator_element): Likewise.
11116         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11117         tui_update_locator_filename calls to tui_update_locator_fullname.
11118         Replace symtab->filename refererence by symtab_to_fullname call.
11119         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11120         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11121         field to full_name.  Replace symtab->filename refererence by
11122         symtab_to_fullname call.
11123         (tui_show_symtab_source): Rename parameter to fullname.  Change
11124         tui_locator_element field to full_name.
11125         * tui/tui-stack.c: Include source.h.
11126         (tui_set_locator_filename): Rename the declaration to ...
11127         (tui_set_locator_fullname): ... here.  Rename its parameter to
11128         fullname, updates its comment.
11129         (tui_set_locator_info): Rename its parameter to fullname.
11130         (tui_set_locator_filename): Rename the definition to ...
11131         (tui_set_locator_fullname): ... here.  Rename its parameter to
11132         fullname, updates its comment.  Change tui_locator_element field to
11133         full_name.
11134         (tui_set_locator_info): Rename its parameter to fullname.
11135         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11136         (tui_update_locator_filename): Rename to ...
11137         (tui_update_locator_fullname): ... here. Rename callee to
11138         tui_set_locator_fullname.
11139         (tui_show_frame_info): Replace symtab->filename refererence by
11140         symtab_to_fullname call.
11141         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11142         (tui_update_locator_fullname): ... here.
11143         * tui/tui-winsource.c (tui_display_main): Rename the callee to
11144         tui_update_locator_fullname.  Replace symtab->filename refererence by
11145         symtab_to_fullname call.
11146         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11147         Rename the callee to tui_update_locator_fullname.
11148         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11149
11150 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11151
11152         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11153         by symtab_to_filename_for_display calls.
11154         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11155         (clear_command): New variable sal_fullname, initialize it.  Replace
11156         compare_filenames_for_search by filename_cmp with sal_fullname.
11157         (say_where, update_static_tracepoint): Replace symtab->filename
11158         refererences by symtab_to_filename_for_display calls.
11159         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11160         Likewise.
11161         * dwarf2read.c: Include source.h.
11162         (fixup_go_packaging): Replace symtab->filename refererences by
11163         symtab_to_filename_for_display calls.
11164         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11165         Replace symtab->filename refererences by symtab_to_filename_for_display
11166         calls.
11167         (create_sals_line_offset, convert_linespec_to_sals): New variable
11168         fullname, initialize it, replace symtab->filename reference by the
11169         variable.
11170         * linux-fork.c: Include source.h.
11171         (info_checkpoints_command): Replace symtab->filename refererences by
11172         symtab_to_filename_for_display calls.
11173         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11174         by symtab_to_filename_for_display calls.
11175         * mdebugread.c: Include source.h.
11176         (psymtab_to_symtab_1): Replace symtab->filename refererences by
11177         symtab_to_filename_for_display calls.
11178         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11179         (mi_cmd_file_list_exec_source_files): Likewise.
11180         * printcmd.c: Include source.h.
11181         (build_address_symbolic): Replace symtab->filename refererences by
11182         symtab_to_filename_for_display calls.
11183         * psymtab.c (partial_map_symtabs_matching_filename)
11184         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11185         with psymtab_to_fullname.
11186         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11187         by symtab_to_filename_for_display calls.
11188         (stpy_get_filename): New variable filename, initialize it, use instead
11189         of symtab->filename refererences.
11190         (salpy_str): Make variable filename const char *.  Replace
11191         symtab->filename refererences by symtab_to_filename_for_display calls.
11192         * skip.c: Include source.h and filenames.h.
11193         (skip_file_command): Remove const from the symtab variable.  Replace
11194         symtab->filename refererences by symtab_to_fullname call.
11195         (function_name_is_marked_for_skip): New variables searched_for_fullname
11196         and fullname.  Use them to search also with symtab's fullname.
11197         * source.c (find_source_lines): Replace symtab->filename refererences
11198         by symtab_to_filename_for_display calls.
11199         (print_source_lines_base): New variable filename, use it instead of
11200         symtab->filename.  Replace symtab->filename refererences by
11201         symtab_to_filename_for_display calls.
11202         (line_info, forward_search_command): Replace symtab->filename
11203         refererences by symtab_to_filename_for_display calls.
11204         (reverse_search_command): Replace symtab->filename refererences by
11205         symtab_to_filename_for_display calls.  New variable filename for it.
11206         * stack.c (frame_info): Likewise.
11207         * symmisc.c: Include source.h.
11208         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11209         (maintenance_info_symtabs): Replace symtab->filename refererences by
11210         symtab_to_filename_for_display calls.
11211         * symtab.c (iterate_over_some_symtabs): Call
11212         compare_filenames_for_search also with symtab_to_fullname.
11213         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11214         symtab->filename refererences by symtab_to_filename_for_display calls.
11215         (find_line_symtab): Replace symtab->filename refererences by
11216         symtab_to_filename_for_display calls.
11217         (file_matches): Replace filename_cmp by compare_filenames_for_search.
11218         (print_symbol_info): Make the last parameter const char *.  New
11219         variable s_filename.  Use it in the function.
11220         (symtab_symbol_info): Make the last_filename variable const char *.
11221         Replace symtab->filename refererences by symtab_to_filename_for_display
11222         calls.
11223         (rbreak_command): New variable fullname.  Use it.  Replace
11224         symtab->filename refererence by symtab_to_filename_for_display call.
11225         * tracepoint.c (set_traceframe_context, trace_find_line_command)
11226         (print_one_static_tracepoint_marker): Replace symtab->filename
11227         refererences by symtab_to_filename_for_display calls.
11228         * tui/tui-source.c (tui_set_source_content): New variables filename and
11229         s_filename.  Replace symtab->filename refererences by this variable.
11230         Replace other symtab->filename refererences by
11231         symtab_to_filename_for_display calls.
11232
11233 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11234             Jan Kratochvil  <jan.kratochvil@redhat.com>
11235
11236         Add a new variable that controls a way in which filenames are
11237         displayed.
11238         * NEWS (set filename-display): New entry.
11239         * source.c (filename_display_basename, filename_display_relative)
11240         (filename_display_absolute, filename_display_kind_names)
11241         (filename_display_string, show_filename_display_string)
11242         (symtab_to_filename_for_display): New.
11243         (_initialize_source): Added initialization of 'filename-display'
11244         variable.
11245         * source.h (symtab_to_filename_for_display): Added declaration.
11246         * stack.c (print_frame): Added new variable and calling of a new
11247         function and condition with this variable. Changed third argument of
11248         calling of a function.
11249
11250 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11251
11252         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11253         Rename field reference filename to fullname.
11254         * tui/tui-data.h (struct tui_source_info): Rename field filename to
11255         fullname.  New comment for it.
11256         * tui/tui-source.c (tui_set_source_content): Rename field reference
11257         filename to fullname.  Initialize field by symtab_to_fullname now.
11258         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11259         reference filename to fullname.  Use symtab_to_fullname during
11260         comparison.
11261
11262 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11263
11264         Code cleanup.
11265         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11266         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
11267         filename to fullname.  Rename variable this_name to this_fullname.
11268         Lowercase FILENAME_CMP call.
11269         (dw2_find_symbol_file): New comment for the returned string.
11270         (dwarf2_gdb_index_functions): Rename the function to
11271         dw2_expand_symtabs_with_fullname.
11272         * psymtab.c (read_psymtabs_with_filename): Rename to ...
11273         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
11274         fullname.
11275         (psym_functions): Rename the function to read_psymtabs_with_fullname.
11276         * symfile.h (struct quick_symbol_functions): Rename field
11277         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11278         parameter filename to fullname.  Document returned string meaning for
11279         find_symbol_file.
11280         * symtab.c (find_line_symtab): Rename the called function to
11281         expand_symtabs_with_fullname.
11282
11283 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11284
11285         Code cleanup.
11286         * breakpoint.c (clear_command): Remove variable is_abs, unify the
11287         call of filename_cmp with compare_filenames_for_search.
11288         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11289         is_abs, unify the call of FILENAME_CMP with
11290         compare_filenames_for_search.  New gdb_asserts for real_path and name.
11291         Unify the call of compare_filenames_for_search with FILENAME_CMP.
11292         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11293         * symfile.h (struct quick_symbol_functions): Extend the comment for
11294         map_symtabs_matching_filename.
11295         * symtab.c (compare_filenames_for_search): Remove the function comment
11296         relative path requirement.  Handle absolute filenames, with a comment.
11297         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11298         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
11299         real_path and name.  Unify the call of compare_filenames_for_search
11300         with FILENAME_CMP.
11301         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11302
11303 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11304
11305         Code cleanup.
11306         * breakpoint.c (print_breakpoint_location): Replace bp_location field
11307         source_file references by symtab field references.  Remove variables
11308         sal and fullname.
11309         (momentary_breakpoint_from_master, add_location_to_breakpoint):
11310         (clear_command, say_where): Replace bp_location field source_file
11311         references by symtab field references.
11312         (bp_location_dtor): Remove the source_file reference.
11313         (update_static_tracepoint): Replace bp_location field source_file
11314         references by symtab field references.
11315         (breakpoint_free_objfile): New function.
11316         * breakpoint.h (struct bp_location): Extend the comment for line_number.
11317         Replace the field source_file by field symtab, extend its comment.
11318         (breakpoint_free_objfile): New declaration.
11319         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11320         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11321         field source_file references by symtab field references.
11322
11323 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11324
11325         Replace xfullpath calls by gdb_realpath calls.
11326         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11327         function comment.
11328         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11329         Remove it from the iterate_over_some_symtabs call.
11330         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11331         Remove it from the dw2_map_expand_apply calls, remove a block handling
11332         it.
11333         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11334         Remove it from the iterate_over_some_symtabs call.
11335         (partial_map_symtabs_matching_filename): Remove parameter full_path.
11336         Remove it from the partial_map_expand_apply calls, remove a block
11337         handling it.  Drop gdb_realpath call and cleanups from the real_path
11338         handling.
11339         * source.c (openp): Drop the comment part about xfullpath.  Replace
11340         xfullpath calls by gdb_realpath calls.
11341         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11342         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11343         from method map_symtabs_matching_filename and its comment.
11344         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11345         gdb_realpath call.
11346         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
11347         remove it also from the function comment, remove a block handling it.
11348         Drop gdb_realpath call and cleanups from the real_path handling.
11349         (iterate_over_symtabs): Drop variable full_path and its use.
11350         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
11351         * utils.c (xfullpath): Remove.
11352         * utils.h (xfullpath): Remove.
11353
11354 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
11355
11356         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
11357         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
11358         (ALLDEPFILES): Add ppc64-tdep.c.
11359         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
11360         ppc64-tdep.o to gdb_target_obs.
11361         * ppc64-tdep.h: New file.
11362         * ppc64-tdep.c: New file.
11363         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
11364         ppc-linux-tdep.c to here.
11365         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
11366         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
11367         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
11368         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
11369         from ppc-linux-tdep.c to here.
11370         (ppc64_convert_from_func_ptr_addr): Rename from
11371         ppc64_linux_convert_from_func_ptr_addr to
11372         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
11373         here.
11374         * rs6000-tdep.c:
11375         (read_insn): Move from ppc-linux-tdep.c to here.
11376         (insns_match_pattern, insn_d_field, insn_ds_field): Move
11377         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
11378         * ppc-linux-tdep.c: Include ppc64-tdep.h.
11379         Removed above functions.
11380         (ppc_linux_init_abi): Adjust.
11381
11382 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
11383
11384         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
11385
11386 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
11387
11388         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
11389
11390 2013-02-01  Pedro Alves  <palves@redhat.com>
11391
11392         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
11393         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
11394
11395 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11396
11397         * elfread.c (elf_symfile_read): Limit separate debug info additions to
11398         files with no separate debug info.
11399         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
11400         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
11401         only for files with no separate debug info.
11402
11403 2013-01-31  Tom Tromey  <tromey@redhat.com>
11404
11405         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
11406         change type.
11407         (struct jit_program_space_data): Rename from jit_inferior_data.
11408         Update comments.
11409         (get_jit_program_space_data): Rename from get_jit_inferior_data.
11410         Change return type.  Attach data to program space.
11411         (jit_program_space_data_cleanup): Rename from
11412         jit_inferior_data_cleanup; change argument type.
11413         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
11414         change type.
11415         (jit_register_code): Update.
11416         (jit_update_inferior_cache): Remove.
11417         (jit_breakpoint_deleted): Get jit data from the location's program
11418         space.
11419         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
11420         'ps_data', change type.
11421         (jit_inferior_init, jit_breakpoint_re_set_internal)
11422         (jit_event_handler): Update.
11423         (free_objfile_data): Get data from objfile's program space.
11424         (_initialize_jit): Update.
11425
11426 2013-01-31  Tom Tromey  <tromey@redhat.com>
11427
11428         PR gdb/13987:
11429         * jit.c (struct jit_inferior_data) <cached_code_address,
11430         jit_breakpoint>: New fields.
11431         (jit_breakpoint_re_set_internal): Fix logging.  Only create
11432         breakpoint if cached address has changed.
11433         (jit_update_inferior_cache, jit_breakpoint_deleted): New
11434         functions.
11435         (_initialize_jit): Register breakpoint deleted observer.
11436
11437 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11438
11439         * infrun.c (handle_syscall_event): Remove unused gdbarch.
11440         (save_infcall_suspend_state): Ifdef out unused inf.
11441         (restore_infcall_suspend_state): Ifdef out unused inf.
11442         * jit.c (jit_register_code): Remove unused i, b, inf_data.
11443         (jit_frame_sniffer): Remove unused inf_data.
11444
11445 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11446
11447         * c-exp.y (classify_inner_name): Remove unused type.
11448         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11449         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11450         need_escape.
11451         (c_get_string): Remove unused kind.
11452         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11453
11454 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11455
11456         * charset.c (intermediate_encoding): Remove unused i.
11457         * completer.c (signal_completer): Remove unused i.
11458         * continuations.c (discard_my_continuations_1): Remove unused
11459         continuation_ptr.
11460         * corelow.c (core_close): Remove unuseD name.
11461         (get_core_siginfo): Remove unused pid.
11462         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11463         i, cps.
11464         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11465         (loclist_describe_location): Remove unused first.
11466         * event-top.c (command_line_handler): Remove unused got_eof.
11467         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11468         (resize_section_table): Remove unused old_value.
11469         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11470         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11471         * i386-tdep.c (i386_process_record): Remove unused rex.
11472         * infcmd.c (get_return_value): Remove unused uiout.
11473         * jv-lang.c (type_from_class): Remove unused is_array.
11474         * jv-valprint.c (java_val_print): Remove unused i.
11475         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11476         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11477         * m2-typeprint.c (m2_print_type): Remove unused code.
11478         * macroexp.c (get_character_constant): Remove unused body_start.
11479         (macro_stringify): Remove unused result.
11480         * objc-lang.c (find_methods): Remove unused gdbarch.
11481         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11482         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11483         * stack.c (print_frame_args): Remove unused summary.
11484         * thread.c (thread_apply_command): Remove unused p.
11485         * valarith.c (value_x_unop): Remove unused mangle_ptr.
11486         * valops.c (search_struct_method): Remove unused skip.
11487         * valprint.c (generic_val_print): Remove unused byte_order.
11488         * varobj.c (varobj_update): Remove unused changed.
11489         * cli/cli-cmds.c (complete_command): Remove unused next_item.
11490         (alias_command): Remove unused c.
11491         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11492         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11493         format.
11494         (mi_cmd_data_write_memory): Remove unused word_format.
11495         (mi_cmd_data_write_memory_bytes): Remove unused r.
11496         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11497         p_start, p_end.
11498         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11499         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11500         line_width.
11501
11502 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11503
11504         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11505         * symtab.c (iterate_over_symtabs): Remove unused s.
11506         (find_pc_sect_symtab): Remove unused pspAce.
11507         (find_pc_sect_line): Remove unused alt_symtab.
11508         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11509         (completion_list_add_name): Remove unused newsize.
11510
11511 2013-01-31  Tom Tromey  <tromey@redhat.com>
11512
11513         PR c++/14998:
11514         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11515         TYPE_CODE_FUNC.
11516
11517 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11518
11519         * target.c (target_read_string): Remove unused origlen.
11520
11521 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11522
11523         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11524         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11525         * ax-general.c (ax_print): Remove unused is_float.
11526         * blockframe.c (block_innermost_frame): Remove unused start, end.
11527         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11528
11529 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11530
11531         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11532         (svr4_read_so_list): Remove unused lmo.
11533         * solib-target.c (solib_target_relocate_section_addresses): Remove
11534         unused flags.
11535
11536 2013-01-30  Tom Tromey  <tromey@redhat.com>
11537
11538         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11539
11540 2013-01-30  Tom Tromey  <tromey@redhat.com>
11541
11542         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11543         * utils.c (gnu_debuglink_crc32): Remove.
11544         * utils.h (gnu_debuglink_crc32): Don't declare.
11545
11546 2013-01-30  Tom Tromey  <tromey@redhat.com>
11547
11548         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11549         (read_structure_type, read_enumeration_type): Remove cast.
11550
11551 2013-01-30  Tom Tromey  <tromey@redhat.com>
11552
11553         * dwarf2read.c (read_namespace_type): Remove cast.
11554         (read_typedef): Likewise.
11555
11556 2013-01-29  Tom Tromey  <tromey@redhat.com>
11557
11558         * dwarf2read.c (free_dwo_file): Remove assert.
11559
11560 2013-01-29  Tom Tromey  <tromey@redhat.com>
11561
11562         * value.c (deprecated_set_value_modifiable): Remove.
11563         * value.h (deprecated_set_value_modifiable): Remove.
11564
11565 2013-01-28  Doug Evans  <dje@google.com>
11566
11567         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11568         to addresses from dwo files.
11569
11570 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
11571
11572         * valops.c (find_overload_match): Remove unused argument 'lax'.
11573         * value.h: Remove unused argument 'lax' from the declaration of
11574         find_overload_match.
11575         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11576         to find_overload_match.
11577         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11578         argument to find_overload_match.
11579
11580 2013-01-25  Tom Tromey  <tromey@redhat.com>
11581
11582         * dwarf2read.c (processing_has_namespace_info): Remove.
11583         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
11584         (process_die, read_func_scope, dwarf2_start_symtab)
11585         (new_symbol_full): Update.
11586
11587 2013-01-25  Tom Tromey  <tromey@redhat.com>
11588
11589         * cp-namespace.c (cp_set_block_scope): Remove.
11590         * cp-support.h (cp_set_block_scope): Remove.
11591         * dbxread.c: Include block.h.
11592         (cp_set_block_scope): New function.
11593         (process_one_symbol): Update.
11594         * dwarf2read.c (read_func_scope): Use block_set_scope.
11595
11596 2013-01-25  Pedro Alves  <palves@redhat.com>
11597
11598         * remote.c (add_current_inferior_and_thread): Tweak comment.
11599
11600 2013-01-25  Tom Tromey  <tromey@redhat.com>
11601
11602         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
11603         (cp_add_using_directive): Add 'copy_names' argument.
11604         * cp-support.h (cp_add_using_directive): Update.
11605         (struct using_direct) <import_src, import_dest, alias,
11606         declaration>: Now const.
11607         * dwarf2read.c (read_import_statement): Use obconcat.
11608         Don't copy names passed to cp_add_using_directive.
11609
11610 2013-01-25  Tom Tromey  <tromey@redhat.com>
11611
11612         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
11613
11614 2013-01-25  Pedro Alves  <palves@redhat.com>
11615
11616         * remote.c (stop_reply_extract_thread): New.
11617         (add_current_inferior_and_thread): New parameter 'wait_status'.
11618         Handle it.
11619         (remote_start_remote): Pass wait status to
11620         add_current_inferior_and_thread.
11621         (extended_remote_run): Update comment.
11622         (extended_remote_create_inferior_1): Pass wait status to
11623         add_current_inferior_and_thread.
11624
11625 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
11626             Ulrich Weigand  <uweigand@de.ibm.com>
11627
11628         * valarith.c (value_vector_widen): New function for replicating a
11629         scalar into a vector.
11630         (value_binop): Use value_vector_widen to widen scalar to vector
11631         rather than casting, this better matches gcc C behaviour.
11632         * valops.c (value_casst): Update logic for casting between vector
11633         types, and for casting from scalar to vector, try to match gcc C
11634         behaviour.
11635         * value.h (value_vector_widen): Declare.
11636         * opencl-lang.c (opencl_value_cast): New opencl specific casting
11637         function, handle special case for casting scalar to vector.
11638         (opencl_relop): Use opencl_value_cast.
11639         (evaluate_subexp_opencl): Use opencl_value_cast instead of
11640         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11641         in order to use opencl_value_cast.
11642
11643 2013-01-25  Yao Qi  <yao@codesourcery.com>
11644
11645         * event-loop.c: Include "queue.h".
11646         (gdb_event_p): New typedef.
11647         (DECLARE_QUEUE_P): Use.
11648         (DEFINE_QUEUE_P): Use.
11649         (async_queue_event): Remove.
11650         (gdb_event_xfree): New.
11651         (initialize_event_loop): New.
11652         (process_event): Use QUEUE macros.
11653         (event_queue): Remove.
11654         (gdb_wait_for_event): Caller update.
11655         (check_async_event_handlers): Likewise.
11656         (poll_timers): Likewise.
11657         * event-loop.h (initialize_event_loop): Declare.
11658         * event-loop.c (gdb_event_xfree): New.
11659         * top.c (gdb_init): Call initialize_event_loop.
11660
11661 2013-01-25  Yao Qi  <yao@codesourcery.com>
11662
11663         * event-loop.c (async_queue_event): Remove one parameter
11664         'position'.  Remove code handling 'position' == TAIL.
11665         (gdb_wait_for_event): Caller update.
11666         (check_async_event_handlers): Caller update.
11667         (poll_timers): Caller update.
11668         * event-loop.h (enum queue_position): Remove.
11669
11670 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
11671
11672         * MAINTAINERS: Update my email.
11673
11674 2013-01-25  Yao Qi  <yao@codesourcery.com>
11675
11676         * main.c (print_gdb_help): Remove "--epoch" from the help
11677         message.
11678
11679 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
11680
11681         * symtab.c (skip_prologue_using_sal): Consider a file
11682         change the same as an increased line number
11683
11684 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11685
11686         * MAINTAINERS (Write After Approval): Add myself to the list.
11687
11688 2013-01-24  Tom Tromey  <tromey@redhat.com>
11689
11690         * ada-lang.h (ada_decode_symbol): Make return type const.
11691         * ada-lang.c (ada_decode_symbol): Likewise.
11692
11693 2013-01-23  Doug Evans  <dje@google.com>
11694
11695         * linespec.c (find_linespec_symbols): Make static.
11696
11697 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11698
11699         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11700         type on float conversion for complex type.
11701
11702 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
11703
11704         Add a new class gdb.Architecture which exposes GDB's
11705         internal representation of architecture via GDB Python API.
11706         * Makefile.in: Add entries corresponding to the new file
11707         python/py-arch.c.
11708         * NEWS (Python Scripting): Add entries for the new class
11709         gdb.Architecture and the new method gdb.Frame.architecture.
11710         * python/py-arch.c: Implement gdb.Architecture class.
11711         * python/py-frame.c (frapy_arch): Implement the method
11712         gdb.Frame.architecture().
11713         (frame_object_methods): Add 'architecture' to the method table.
11714         * python/python-internal.h: Add declarations of new utility
11715         functions.
11716         * python/python.c (_initialize_python): Initialize
11717         gdb.Architecture class.
11718
11719 2013-01-23  Doug Evans  <dje@google.com>
11720
11721         Work around binutils/15021.
11722         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
11723         type_unit_group out of union s.  All uses updated.
11724         (read_index_from_section): Watch for index version 8.
11725         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
11726         an imported symtab.
11727         (write_psymtabs_to_index): Increment version number to 8.
11728
11729 2013-01-22  Pedro Alves  <palves@redhat.com>
11730
11731         * annotate.c (breakpoint_changed): Skip if breakpoint is not
11732         user-visible.
11733
11734 2013-01-22  Pedro Alves  <palves@redhat.com>
11735
11736         * annotate.c (annotate_breakpoints_changed): Rename to ...
11737         (annotate_breakpoints_invalid): ... this.  Make static.
11738         (breakpoint_changed): Adjust.
11739         (_initialize_annotate): Always install the observers.  Install a
11740         "breakpoint_created" observer.
11741         * annotate.h (annotate_breakpoints_changed): Delete declaration.
11742         * breakpoint.c (set_breakpoint_condition)
11743         (breakpoint_set_commands, do_map_commands_command)
11744         (init_raw_breakpoint, clear_command, set_ignore_count)
11745         (enable_breakpoint_disp): No longer call
11746         annotate_breakpoints_changed.
11747
11748 2013-01-22  Pedro Alves  <palves@redhat.com>
11749
11750         * annotate.c: Include "inferior.h".
11751         (frames_invalid_emitted)
11752         (breakpoints_invalid_emitted): New globals.
11753         (async_background_execution_p): New function.
11754         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11755         emitting the annotation if it has already been emitted.
11756         (annotate_display_prompt): New function.
11757         * annotate.h (annotate_display_prompt): New declaration.
11758         * event-top.c: Include annotate.h.
11759         (display_gdb_prompt): Call annotate_display_prompt.
11760
11761 2013-01-22  Pedro Alves  <palves@redhat.com>
11762
11763         * annotate.c (ignore_count_changed): Delete.
11764         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11765         (annotate_ignore_count_change): Delete.
11766         (annotate_stopped): Don't emit a delayed breakpoints-changed
11767         annotation.
11768         * annotate.h (annotate_ignore_count_change): Delete.
11769         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11770         annotate_ignore_count_change.
11771
11772 2013-01-22  Tom Tromey  <tromey@redhat.com>
11773
11774         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11775         require_rvalue for a register location.
11776
11777 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
11778
11779         * breakpoint.c (print_one_breakpoint_location): Add MI
11780         field 'thread-groups' when printing a breakpoint.
11781         (output_thread_groups): New function.
11782
11783 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
11784
11785         * python/lib/gdb/commands/explore.py
11786         (CompoundExplorer.explore_expr): Correct the name of a method
11787         being invoked.
11788         (ExploreTypeCommand.invoke): Add a missing 'return'.
11789
11790 2013-01-21  Tom Tromey  <tromey@redhat.com>
11791
11792         * gdb_obstack.h (obconcat): Move declaration here, from...
11793         * symfile.h (obconcat): ... here.
11794         * gdb_obstack.c: New file.
11795         (obconcat): Move from...
11796         * symfile.c (obconcat): ... here.
11797         * Makefile.in (SFILES): Add gdb_obstack.c.
11798         (COMMON_OBS): Add gdb_obstack.o.
11799
11800 2013-01-21  Tom Tromey  <tromey@redhat.com>
11801
11802         * symfile.h (obsavestring): Don't declare.
11803         * symfile.c (obsavestring): Remove.
11804         * ada-exp.y: Use obstack_copy0, not obsavestring.
11805         * ada-lang.c: Use obstack_copy0, not obsavestring.
11806         * coffread.c: Use obstack_copy0, not obsavestring.
11807         * cp-namespace.c: Use obstack_copy0, not obsavestring.
11808         * dbxread.c: Use obstack_copy0, not obsavestring.
11809         * dwarf2read.c: Use obstack_copy0, not obsavestring.
11810         * jit.c: Use obstack_copy0, not obsavestring.
11811         * mdebugread.c: Use obstack_copy0, not obsavestring.
11812         * psymtab.c: Use obstack_copy0, not obsavestring.
11813         * stabsread.c: Use obstack_copy0, not obsavestring.
11814         * xcoffread.c: Use obstack_copy0, not obsavestring.
11815
11816 2013-01-21  Tom Tromey  <tromey@redhat.com>
11817
11818         * dwarf2read.c (fixup_go_packaging): Save package name
11819         on objfile obstack.
11820         * gdbtypes.c (init_type): Don't copy name.
11821
11822 2013-01-21  Tom Tromey  <tromey@redhat.com>
11823
11824         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11825         const.
11826         (struct attribute) <u.str>: Now const.
11827         (struct fnfieldlist) <name>: Now const.
11828         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11829         (partial_die_parent_scope): Make return type const.
11830         (partial_die_full_name, add_partial_symbol): Update.
11831         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11832         'name' const.
11833         (find_file_and_directory): Make 'name' and 'comp_dir' const.
11834         (read_file_scope, read_func_scope, dwarf2_add_field)
11835         (dwarf2_add_member_fn, read_structure_type)
11836         (process_enumeration_scope, read_array_type, read_module_type)
11837         (read_base_type, read_subrange_type): Update.
11838         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11839         (new_symbol_full, guess_full_die_structure_name): Update.
11840         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
11841         (dwarf2_name): Return const type.
11842         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11843         const.
11844
11845 2013-01-21  Tom Tromey  <tromey@redhat.com>
11846
11847         * gdbtypes.c (init_type): Make 'name' const.
11848         * gdbtypes.h (init_type): Update.
11849
11850 2013-01-21  Tom Tromey  <tromey@redhat.com>
11851
11852         * buildsym.c (patch_subfile_names): Use set_last_source_file.
11853         (start_symtab): Make 'name' and 'dirname' const.  Use
11854         set_last_source_file.
11855         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11856         (last_source_file): Define.  Now static.
11857         (set_last_source_file, get_last_source_file): New functions.
11858         * buildsym.h (last_source_file): Don't declare.
11859         (start_symtab): Update.
11860         (set_last_source_file, get_last_source_file): Declare.
11861         * coffread.c (complete_symtab): Use set_last_source_file.
11862         (coff_end_symtab): Likewise.
11863         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11864         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11865         set_last_source_file.
11866         (process_one_symbol): Use get_last_source_file.
11867         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11868         (psymtab_to_symtab_1): Use get_last_source_file.
11869         * xcoffread.c (process_linenos): Use get_last_source_file.
11870         (complete_symtab): Use set_last_source_file.
11871         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11872         (scan_xcoff_symtab): Use set_last_source_file.
11873
11874 2013-01-21  Tom Tromey  <tromey@redhat.com>
11875
11876         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11877         (symbol_set_names): Remove casts.  Handle field const-ness.
11878
11879 2013-01-21  Tom Tromey  <tromey@redhat.com>
11880
11881         * dwarf2read.c (new_symbol_full): Remove cast.
11882         * symtab.c (symbol_set_demangled_name): Make 'name' const.
11883         * symtab.h (symbol_set_demangled_name): Update.
11884
11885 2013-01-21  Tom Tromey  <tromey@redhat.com>
11886
11887         * main.c (captured_main): Call bfd_init.
11888
11889 2013-01-21  Tom Tromey  <tromey@redhat.com>
11890
11891         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11892         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11893         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11894         * NEWS: Update.
11895
11896 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11897
11898         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11899
11900 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11901
11902         Fix gdb.fortran/common-block.exp crash in PIE mode.
11903         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11904         LOC_COMMON_BLOCK.
11905         * f-valprint.c (info_common_command_for_block): Expect
11906         LOC_COMMON_BLOCK in gdb_assert.
11907         * symtab.h (struct general_symbol_info): Update comment for the
11908         common_block member.
11909         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11910         (enum address_class): New member LOC_COMMON_BLOCK.
11911
11912 2013-01-18  David Blaikie  <dblaikie@gmail.com>
11913
11914         * MAINTAINERS (Write After Approval): Add "David Blaikie".
11915
11916 2013-01-18  Tom Tromey  <tromey@redhat.com>
11917
11918         PR c++/14999:
11919         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11920         Call require_rvalue.
11921
11922 2013-01-18  Yao Qi  <yao@codesourcery.com>
11923
11924         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11925         (dbx_read_symtab): New declaration.
11926         (dbx_psymtab_to_symtab): Delete.
11927         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11928         Rename parameter PST to SELF.  Exchanged two parameters.
11929         (start_psymtab): Caller update.
11930         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11931         (dwarf2_read_symtab): New declaration.
11932         (dwarf2_psymtab_to_symtab): Delete.
11933         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11934         Rename parameter PST to SELF.  Exchanged two parameters.
11935         (create_partial_symtab): Caller update.
11936         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11937         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11938         Rename parameter PST to SELF.  Exchanged two parameters.
11939         (parse_partial_symbols, new_psymtab): Caller update.
11940         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11941         two parameters.
11942         * psymtab.c (psymtab_to_symtab): Caller update.
11943         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11944         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11945         Rename parameter PST to SELF.  Exchanged two parameters.
11946         (xcoff_start_psymtab): Caller update.
11947
11948 2013-01-18  Yao Qi  <yao@codesourcery.com>
11949
11950         * infrun.c (proceed): Rename local variable 'oneproc' to
11951         'force_step'.
11952
11953 2013-01-17  Doug Evans  <dje@google.com>
11954
11955         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11956         (dw2_build_type_unit_groups): Delete.  All uses updated.
11957
11958         * symtab.h (struct symbol_search): Add comment.
11959
11960 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11961
11962         * symtab.c (compare_filenames_for_search): New comment for
11963         HAS_DRIVE_SPEC.
11964
11965 2013-01-17  Tom Tromey  <tromey@redhat.com>
11966
11967         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11968
11969 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11970
11971         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11972         initialize it by existing make_cleanup.  Call new do_cleanups.
11973
11974 2013-01-17  Tom Tromey  <tromey@redhat.com>
11975
11976         * cp-abi.c (cp_abi_completer): New function.
11977         (_initialize_cp_abi): Set completer for "set cp-abi".
11978
11979 2013-01-17  Tom Tromey  <tromey@redhat.com>
11980
11981         * mem-break.c: Remove obsolete comment.
11982         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11983
11984 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11985
11986         * jit.c (jit_reader_load_command): Interpret the jit reader name
11987         as an absolute path if it begins with a forward slash.
11988
11989 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11990
11991         PR gdb/14550
11992
11993         * jit.c (finalize_symtab): Ensure that only the global block has a
11994         NULL superblock.
11995
11996 2013-01-17  Pedro Alves  <palves@redhat.com>
11997
11998         * acinclude.m4: Include ../config/plugins.m4,
11999         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
12000         * Makefile.in (aclocal_m4_deps): Update.
12001         * aclocal.m4: Renegerate.
12002
12003 2013-01-16  Doug Evans  <dje@google.com>
12004
12005         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12006
12007 2013-01-16  Pedro Alves  <palves@redhat.com>
12008             Tom Tromey  <tromey@redhat.com>
12009
12010         PR cli/7221:
12011         * NEWS: Add "catch signal".
12012         * breakpoint.c (base_breakpoint_ops): No longer static.
12013         (bpstat_explains_signal): New function.
12014         (init_catchpoint): No longer static.
12015         (base_breakpoint_explains_signal): New function.
12016         (base_breakpoint_ops): Initialize new field.
12017         * breakpoint.h (enum bpstat_signal_value): New.
12018         (struct breakpoint_ops) <explains_signal>: New field.
12019         (bpstat_explains_signal): Remove macro, declare as function.
12020         (base_breakpoint_ops, init_catchpoint): Declare.
12021         * break-catch-sig.c: New file.
12022         * inferior.h (signal_catch_update): Declare.
12023         * infrun.c (signal_catch): New global.
12024         (handle_syscall_event): Update for change to
12025         bpstat_explains_signal.
12026         (handle_inferior_event): Likewise.  Always handle random signals
12027         via bpstats.
12028         (signal_cache_update): Check signal_catch.
12029         (signal_catch_update): New function.
12030         (_initialize_infrun): Initialize signal_catch.
12031         * Makefile.in (SFILES): Add break-catch-sig.c.
12032         (COMMON_OBS): Add break-catch-sig.o.
12033
12034 2013-01-16  Tom Tromey  <tromey@redhat.com>
12035
12036         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12037         (print_one_catch_solib, print_one_catch_syscall)
12038         (print_one_catch_exec, print_one_exception_catchpoint): Emit
12039         "catch-type".
12040
12041 2013-01-16  Yao Qi  <yao@codesourcery.com>
12042
12043         * printcmd.c (current_display_number): Make it static.
12044
12045 2013-01-16  Yao Qi  <yao@codesourcery.com>
12046
12047         * infcmd.c (step_once): Don't check '!single_inst' as it was
12048         checked before.
12049
12050 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
12051
12052         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12053
12054 2013-01-14  Tom Tromey  <tromey@redhat.com>
12055
12056         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12057         set command.
12058         * command.h (add_setshow_string_noescape_cmd): Update.
12059         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12060         (complete_set_gnutarget): New function.
12061         (_initialize_core): Set the "set gnutarget" completer.
12062
12063 2013-01-14  Tom Tromey  <tromey@redhat.com>
12064
12065         PR symtab/14442:
12066         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12067         (c_type_print_modifier): Likewise.
12068         * dwarf2read.c (read_tag_restrict_type): New function.
12069         (read_type_die_1): Handle DW_TAG_restrict_type.
12070         * gdbtypes.c (make_restrict_type): New function.
12071         (recursive_dump_type): Handle TYPE_RESTRICT.
12072         * gdbtypes.h (enum type_flag_values): Renumber.
12073         (enum type_instance_flag_value): Add
12074         TYPE_INSTANCE_FLAG_RESTRICT.
12075         (TYPE_RESTRICT): New macro.
12076         (make_restrict_type): Declare.
12077
12078 2013-01-14  Tom Tromey  <tromey@redhat.com>
12079
12080         PR symtab/14931:
12081         * psymtab.c (struct psymtab_state): New.
12082         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12083         functions.
12084         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12085         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12086
12087 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
12088             Pedro Alves  <palves@redhat.com>
12089
12090         PR remote/14786
12091
12092         * remote.c (remote_threads_info): Make a copy of the reply from
12093         qfThreadInfo and use that instead of rs->buf.
12094
12095 2013-01-14  Yao Qi  <yao@codesourcery.com>
12096
12097         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12098         (dbx_psymtab_to_symtab): Likewise.
12099         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12100         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12101         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12102
12103 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12104
12105         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
12106         make_cleanup_restore_current_language.  Call set_language.  Move
12107         OLD_CHAIN and INNER_CHAIN cleanups.
12108         * utils.c (do_restore_current_language)
12109         (make_cleanup_restore_current_language): New functions.
12110         * utils.h (make_cleanup_restore_current_language): New declaration.
12111
12112 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12113
12114         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12115         non-existing files.
12116
12117         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12118         non-existing files if FILENAME is already absolute.
12119
12120 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12121
12122         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12123         fputs_filtered.  Append trailing newline.
12124
12125 2013-01-11  Yao Qi  <yao@codesourcery.com>
12126             Stan Shebs  <stan@codesourcery.com>
12127
12128         * psymtab.c (init_psymbol_list): Clarify the comment.
12129
12130 2013-01-11  Yao Qi  <yao@codesourcery.com>
12131
12132         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12133         (update_dprintf_command_list): Assert that 'printf_line' is
12134         non-null.  Remove condition check.
12135
12136 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12137
12138         Code cleanup.
12139         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12140         type const char *.
12141         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12142         const char *.
12143         * tui/tui-source.h (tui_source_is_displayed): Likewise.
12144
12145 2013-01-09  Anthony Green  <green@moxielogic.com>
12146
12147         * cp-abi.c (cplus_print_vtable): Don't return value from void
12148         function.
12149         * ada-lang.c (re_set_catch_assert): Ditto.
12150
12151 2013-01-09  Doug Evans  <dje@google.com>
12152
12153         * symfile.h (quick_symbol_functions): Delete member
12154         pre_expand_symtabs_matching.  All uses removed.
12155         * dwarf2read.c (dw2_lookup_symbol): Implement.
12156         (dw2_do_expand_symtabs_matching): Delete.
12157         (dw2_pre_expand_symtabs_matching): Delete.
12158         (struct dw2_symtab_iterator): New type.
12159         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12160         (dw2_expand_symtabs_for_function): Rewrite.
12161         (dwarf2_gdb_index_functions): Update.
12162         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12163         (psym_functions): Update.
12164
12165 2013-01-09  Tom Tromey  <tromey@redhat.com>
12166
12167         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12168         * configure: Rebuild.
12169         * configure.ac: Add somread.o to the build if BFD has SOM
12170         support.
12171         * somread.c: Include som/aout.h, not syms.h.
12172         (som_symtab_read): Use som_external_symbol_dictionary_record.
12173         Unpack records manually.
12174         (_initialize_somread): Declare.
12175
12176 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
12177
12178         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12179         Cast return_address to 64bits.
12180
12181 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
12182
12183         * printcmd.c: Remove define of function output_command.
12184         * tracepoint.c: Remove extern of function output_command.
12185         * valprint.h: (output_command): New extern.
12186
12187 2013-01-07  Tom Tromey  <tromey@redhat.com>
12188
12189         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12190         Remove.
12191         (objc_language_defn): Use c_printchar, c_printstr,
12192         c_emit_char.
12193
12194 2013-01-07  Tom Tromey  <tromey@redhat.com>
12195
12196         PR cli/7719:
12197         * NEWS: Update.
12198         * ada-valprint.c (printstr, print_field_values): Remove
12199         "inspect_it" code.
12200         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12201         code.
12202         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12203         code.
12204         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12205         * main.c (captured_main): Remove "epoch" argument.
12206         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12207         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12208         * p-valprint.c (pascal_object_print_value_fields): Remove
12209         "inspect_it" code.
12210         * printcmd.c (print_command_1): Remove 'inspect' argument.
12211         (print_command, call_command): Update.
12212         (inspect_command): Remove.
12213         (_initialize_printcmd): Make "inspect" an alias for "print".
12214         * top.c (epoch_interface): Remove.
12215         * top.h (epoch_interface): Remove.
12216         * valprint.c (user_print_options): Update.
12217         (print_converted_chars_to_obstack): Remove "inspect_it" code.
12218         * valprint.h (struct value_print_options) <inspect_it>: Remove
12219         field.
12220
12221 2013-01-04  Tom Tromey  <tromey@redhat.com>
12222
12223         * valprint.h (read_string): Add 'extern'.
12224
12225 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
12226
12227         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12228         used to decide whether to define darwin_read_dyld_info or not.
12229
12230 2013-01-03  Pierre Muller  <muller@sourceware.org>
12231
12232         * main.c (relocate_gdb_directory): Avoid calling stat function
12233         if DIR is empty.
12234
12235 2013-01-03  Yao Qi  <yao@codesourcery.com>
12236
12237         * psymtab.c (fixup_psymbol_section): Update declaration.
12238         (fixup_psymbol_section): Remove code returning value.
12239
12240 2013-01-03  Yao Qi  <yao@codesourcery.com>
12241
12242         * symtab.h: Remove some out of date comments.
12243          (enum exception_event_kind): Move it ...
12244         * breakpoint.c: ... here.
12245
12246 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
12247
12248         PR gdb/14405
12249         * darwin-nat.c (darwin_read_dyld_info): Only build if
12250         TASK_DYLD_INFO_COUNT is defined.
12251         (darwin_xfer_partial): Call darwin_read_dyld_info only if
12252         TASK_DYLD_INFO_COUNT is defined.
12253
12254 2013-01-02  Tom Tromey  <tromey@redhat.com>
12255
12256         * symfile.h (struct ecoff_debug_hack): Remove.
12257         * objfiles.c: Don't include mdebugread.h.
12258
12259 2013-01-02  Tom Tromey  <tromey@redhat.com>
12260
12261         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12262         * configure.ac: Check for Mach-O support in BFD.  Update
12263         CONFIG_OBS.
12264         * configure: Rebuild.
12265
12266 2013-01-02  Tom Tromey  <tromey@redhat.com>
12267
12268         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12269         * configure.ac: Use GDB_AC_CHECK_BFD.
12270         * configure: Rebuild.
12271
12272 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
12273
12274         * MAINTAINERS: Update my email.
12275
12276 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12277
12278         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12279
12280 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12281
12282         * rs6000-nat.c (bss_data_overlap): New function.
12283         (vmap_symtab): Use it to adjust the .bss section's offset.
12284
12285 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12286
12287         Update year range in copyright notice of all files.
12288
12289 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
12290
12291         * top.c (print_gdb_version): Update copyright year.
12292
12293 For older changes see ChangeLog-2012.
12294 \f
12295 Local Variables:
12296 mode: change-log
12297 left-margin: 8
12298 fill-column: 74
12299 version-control: never
12300 coding: utf-8
12301 End: