Detect infinite loop in value_fetch_lazy's lval_register handling.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2013-11-22  Tom Tromey  <tromey@redhat.com>
2             Pedro Alves  <palves@redhat.com>
3
4         PR backtrace/16155
5         * value.c (value_fetch_lazy): Internal error if
6         get_frame_register_value returns the same register.
7
8 2013-11-22  Pedro Alves  <palves@redhat.com>
9             Tom Tromey  <tromey@redhat.com>
10
11         * frame.c (frame_stash_add): Now returns whether a frame with the
12         same ID was already known.
13         (compute_frame_id): New function, factored out from get_frame_id.
14         (get_frame_id): No longer lazilly compute the frame id here.
15         (get_prev_frame_if_no_cycle): New function.  Detects wider stack
16         cycles.
17         (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
18         and checking for stack cycles here.
19
20 2013-11-22  Pedro Alves  <palves@redhat.com>
21
22         PR 16155
23         * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
24         this frame and the new previous frame, not between this frame and
25         the next frame.
26
27 2013-11-22  Pedro Alves  <palves@redhat.com>
28
29         PR 16155
30         * dwarf2-frame.c (struct dwarf2_frame_cache)
31         <checked_tailcall_bottom, entry_cfa_sp_offset,
32         entry_cfa_sp_offset_p>: New fields.
33         (dwarf2_frame_cache): Adjust to use the new cache fields instead
34         of locals.  Don't call dwarf2_tailcall_sniffer_first here.
35         (dwarf2_frame_prev_register): Call it here, but only once.
36
37 2013-11-21  Doug Evans  <xdje42@gmail.com>
38
39         * gdbtypes.c: #include bcache.h, dwarf2loc.h.
40         (type_equality_entry): Move here from python/py-type.c.
41         (type_equality_entry_d): Ditto.
42         (compare_maybe_null_strings, check_types_equal): Ditto.
43         (check_types_worklist, types_deeply_equal): Ditto.
44         * gdbtypes.h (types_deeply_equal): Declare.
45         * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
46         (typy_richcompare): Update.
47
48 2013-11-20  Joel Brobecker  <brobecker@adacore.com>
49
50         * python/py-value.c (is_intlike): Delete.
51         (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
52         by use of is_integral_type.
53         (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
54         by use of is_integral_type and check for TYPE_CODE_PTR.
55
56 2013-11-20  Tom Tromey  <tromey@redhat.com>
57
58         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
59         strerror module.
60         * gnulib/aclocal.m4: Update.
61         * gnulib/config.in: Update.
62         * gnulib/configure: Update.
63         * gnulib/import/Makefile.am: Update.
64         * gnulib/import/Makefile.in: Update.
65         * gnulib/import/errno.in.h: Remove.
66         * gnulib/import/intprops.h: Remove.
67         * gnulib/import/m4/errno_h.m4: Remove.
68         * gnulib/import/m4/gnulib-cache.m4: Update.
69         * gnulib/import/m4/gnulib-comp.m4: Update.
70         * gnulib/import/m4/strerror.m4: Remove.
71         * gnulib/import/m4/sys_socket_h.m4: Remove.
72         * gnulib/import/strerror-override.c: Remove.
73         * gnulib/import/strerror-override.h: Remove.
74         * gnulib/import/strerror.c: Remove.
75         * gnulib/update-gnulib.sh: Update.
76
77 2013-11-20  Yao Qi  <yao@codesourcery.com>
78
79         * target-dcache.c (target_dcache_get_or_init): Call
80         set_address_space_data if 'dcache' is NULL.
81
82 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
83
84         * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
85
86 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
87
88         * python/lib/gdb/command/bound_register.py: New file.
89         * gdb/data-directory/Makefile.in: copy bond_register.py to the right path to
90         be initialized at gdb startup.
91
92 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
93
94         * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
95         Add MPX registers.
96         (amd64_linux_read_description): Add initialization for MPX and
97         AVX independently.
98         * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
99         (amd64_linux_gregset_reg_offset): Add MPX registers.
100         (amd64_linux_core_read_description): Add initialization for MPX
101         registers.
102         (_initialize_amd64_linux_tdep): Initialize MPX targets.
103         * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
104         register on the list.
105         (tdesc_amd64_mpx_linux) Add new target  for MPX.
106         * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
107         (amd64_mpx_names): MPX register names.
108         (amd64_init_abi): Add MPX register while initializing the ABI.
109         (_initialize_amd64_tdep): Initialize MPX targets.
110         * amd64-tdep.h (amd64_regnum): Add MPX registers.
111         (AMD64_NUM_REGS): Set number of registers taking MPX into account.
112
113 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
114
115         * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
116         registers on the range of registers to be read from
117         xsave buffer.
118         (i386_linux_read_description): Add case for MPX.
119         * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
120         (i386_linux_gregset_reg_offset): Add MPX registers.
121         (i386_linux_core_read_description): Initialize also MPX.
122         (_initialize_i386_linux_tdep): Add mpx initialization.
123         * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
124         mpx_register_names.
125         (i386_regnum): Add MPX registers.
126         (I386_MPX_NUM_REGS): New macro.
127         (i386_bnd_regnum_p): New function.
128         * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
129         number of registers to be the number of BNDSTATUS.
130         (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
131         * i386-tdep.c: Include features/i386/i386-mpx.c.
132         (i386_mpx_names): Add MPX register names array.
133         (i386_bnd_names): Add bnd pseudo register names array.
134         (i386_bndr_regnum_p): Lookup register numbers for bnd raw
135         registers.
136         (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
137         (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
138         registers.
139         (i386_bnd_type): New function.
140         (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
141         register types.
142         (i386_pseudo_register_read_into_value): Add bnd case.
143         (i386_pseudo_register_write): Add bnd pseudo registers.
144         (i386_register_reggroup_p): Add MPX register to the group all.
145         (i386_validate_tdesc_p): Add MPX to the target  description
146         validation.
147         (i386_pseudo_register_name): Add bnd pseudo registers.
148         (i386_gdbarch_init): Add MPX for architecture initialization.
149         (_initia_initialize_i386_tdep): Add mpx initialization.
150         * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
151         XSAVE buffer.
152         (XSAVE_MPX_ADDR): New macro.
153         (i387_supply_xsave): Add MPX case.
154         (i387_collect_xsave): Add MPX case.
155         * i387-tdep.h (I387_BND0R_REGNUM): New macro.
156         (I387_BNDCFGU_REGNUM): New macro.
157         (I387_NUM_MPX_REGS): New macro.
158         (I387_NUM_BND_REGS): New macro.
159         (I387_NUM_MPX_CTRL_REGS): New macro.
160         (I387_MPXEND_REGNUM): New macro.
161         * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
162         (I386_XSTATE_BNDCFG): Likewise.
163         (I386_XSTATE_MPX_MASK): Likewise.
164         (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
165         (I386_XSTATE_BNDREGS_SIZE): New macro.
166         (I386_XSTATE_BNDCFG_SIZE): Likewise.
167         (I386_XSTATE_SIZE): Adapt for MPX.
168         (I386_XSTATE_MAX_SIZE): Likewise.
169
170 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
171
172         * features/i386/Makefile: Adapts for using MPX registers.
173         * features/i386/32bit-mpx.xml: New file.
174         * features/i386/64bit-mpx.xml: Likewise.
175         * features/i386/amd64-mpx-linux.c: Likewise.
176         * features/i386/amd64-mpx-linux.xml: Likewise.
177         * features/i386/amd64-mpx.c: Likewise.
178         * features/i386/amd64-mpx.xml: Likewise.
179         * features/i386/i386-mpx-linux.c: Likewise.
180         * features/i386/i386-mpx-linux.xml: Likewise.
181         * features/i386/i386-mpx.c: Likewise.
182         * features/i386/i386-mpx.xml: Likewise.
183         * regformats/i386/amd64-mpx-linux.dat: New file.
184         * regformats/i386/amd64-mpx.dat: Likewise.
185         * regformats/i386/i386-mpx-linux.dat: Likewise.
186         * regformats/i386/i386-mpx.dat: Likewise.
187
188 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
189
190         * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
191         Modified logic of creating a bitfield to be in sync with
192         tdesc_gdb_type.
193
194 2013-11-20  Will Newton  <will.newton@linaro.org>
195
196         * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
197         error message.
198
199 2013-11-20  Yao Qi  <yao@codesourcery.com>
200
201         * progspace.h (struct address_space_data): Declare.
202         * target-dcache.c: Include "progspace.h".
203         (target_dache): Remove.
204         (target_dcache_aspace_key): New.
205         (target_dcache_cleanup): New function.
206         (target_dcache_init_p): Get data through
207         target_dcache_aspace_key.
208         (target_dcache_invalidate): Likewise.
209         (target_dcache_get): Likewise.
210         (target_dcache_get_or_init): Likewise.
211         (_initialize_target_dcache): Initialize
212         target_dcache_aspace_key.
213
214 2013-11-20  Yao Qi  <yao@codesourcery.com>
215
216         * progspace.c (struct address_space): Update comments.
217         <REGISTRY_FIELDS>: New fields.
218         DEFINE_REGISTRY for address_space.
219         (new_address_space): Call address_space_alloc_data.
220         (free_address_space): Call address_space_free_data.
221         * progspace.h: Use DECLARE_REGISTRY.
222
223 2013-11-20  Yao Qi  <yao@codesourcery.com>
224
225         * Makefile.in (SFILES):Add target-dcache.c.
226         (HFILES_NO_SRCDIR): Add target-dcache.h.
227         (COMMON_OBS): Add target-dcache.o.
228         * dcache.c: Remove inclusion to "target.h".  Include
229         "target-dcache.h".
230         * memattr.c: Include "target-dcache.h".
231         * top.c: Likewise.
232         * tracepoint.c: Likewise.
233         * target.c: (stack_cache_enabled_p_1): Move to
234         target-dcache.c.
235         (stack_cache_enabled_p): Likewise.
236         (set_stack_cache_enabled_p): Likewise.
237         (show_stack_cache_enabled_p): Likewise.
238         (target_dcache, target_dcache_init_p): Likewise.
239         (target_dcache_invalidate): Likewise.
240         (target_dcache_get, target_dcache_get_or_init): Likewise.
241         (memory_xfer_partial_1): Call function stack_cache_enabled.
242         (initialize_target): Move code to target-dcache.c.
243         * target.h (target_dcache_invalidate): Move to
244         target-dcache.h.
245         (target_dcache_get): Likewise.
246         * target-dcache.c: New.
247         * target-dcache.h: New.
248
249 2013-11-20  Yao Qi  <yao@codesourcery.com>
250
251         * target.c (memory_xfer_partial_1): Update 'target_dcache' if
252         it is initialized.
253
254 2013-11-20  Yao Qi  <yao@codesourcery.com>
255
256         * dcache.c (last_cache): Remove.
257         (dcache_free, dcache_init): Update.
258         (dcache_update):
259         (dcache_print_line): Add parameter 'dcache'.  Replace
260         'target_dcache' with 'dcache'.
261         (dcache_info): Move code to dcache_info_1. Call
262         'dcache_info_1'.
263         (dcache_info_1): New function.
264         (set_dcache_size): Call target_dcache_invalidate.
265         (set_dcache_line_size): Call target_dcache_invalidate.
266         * target.c (target_dcache_init_p): New function.
267         (target_dcache_invalidate): Check target_dcache_init_p first.
268         (target_dcache_get, target_dcache_get_or_init): New function.
269         (memory_xfer_partial_1): Adjust.
270         (initialize_target): Don't initialize 'target_dcache'.
271         * target.h (struct dcache_struct): Declare.
272         (target_dcache_get): Declare.
273
274 2013-11-19  Yao Qi  <yao@codesourcery.com>
275
276         * varobj.c (varobj_get_type): Fix typo.
277
278 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
279
280         * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
281
282 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
283
284         * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
285         "stat.h".
286
287 2013-11-18  Tom Tromey  <tromey@redhat.com>
288
289         * common/gdb_stat.h: Remove.
290         * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
291         * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
292         * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
293         * corefile.c: Use sys/stat.h, not gdb_stat.h.
294         * ctf.c: Use sys/stat.h, not gdb_stat.h.
295         * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
296         * dbxread.c: Use sys/stat.h, not gdb_stat.h.
297         * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
298         * exec.c: Use sys/stat.h, not gdb_stat.h.
299         * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
300         * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
301         * inf-child.c: Use sys/stat.h, not gdb_stat.h.
302         * jit.c: Use sys/stat.h, not gdb_stat.h.
303         * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
304         * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
305         * main.c: Use sys/stat.h, not gdb_stat.h.
306         * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
307         * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
308         * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
309         * objfiles.c: Use sys/stat.h, not gdb_stat.h.
310         * procfs.c: Use sys/stat.h, not gdb_stat.h.
311         * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
312         * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
313         * remote.c: Use sys/stat.h, not gdb_stat.h.
314         * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
315         * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
316         * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
317         * source.c: Use sys/stat.h, not gdb_stat.h.
318         * symfile.c: Use sys/stat.h, not gdb_stat.h.
319         * symmisc.c: Use sys/stat.h, not gdb_stat.h.
320         * symtab.c: Use sys/stat.h, not gdb_stat.h.
321         * top.c: Use sys/stat.h, not gdb_stat.h.
322         * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
323
324 2013-11-18  Tom Tromey  <tromey@redhat.com>
325
326         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
327         sys_stat.
328         * gnulib/aclocal.m4: Update.
329         * gnulib/config.in: Update.
330         * gnulib/configure: Update.
331         * gnulib/import/Makefile.am: Update.
332         * gnulib/import/Makefile.in: Update.
333         * gnulib/import/m4/gnulib-cache.m4: Update.
334         * gnulib/import/m4/gnulib-comp.m4: Update.
335         * gnulib/import/m4/sys_stat_h.m4: New.
336         * gnulib/import/m4/time_h.m4: New.
337         * gnulib/import/sys_stat.in.h: New.
338         * gnulib/import/time.in.h: New.
339
340 2013-11-18  Tom Tromey  <tromey@redhat.com>
341
342         * configure: Rebuild.
343         * configure.ac: Remove check of HAVE_SYS_TYPES_H.
344
345 2013-11-18  Tom Tromey  <tromey@redhat.com>
346
347         * configure: Rebuild.
348         * configure.ac: Don't check for unistd.h.
349
350 2013-11-18  Tom Tromey  <tromey@redhat.com>
351
352         * configure: Rebuild.
353         * configure.ac: Don't check for stdlib.h
354         * defs.h: Include stdlib.h unconditionally.
355
356 2013-11-18  Tom Tromey  <tromey@redhat.com>
357
358         * config.in: Rebuild.
359         * configure: Rebuild.
360         * configure.ac: Don't check for stddef.h.
361         * defs.h: Unconditionally include stddef.h.  Remove duplicate
362         inclusion.
363
364 2013-11-18  Tom Tromey  <tromey@redhat.com>
365
366         * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
367         * common/gdb_dirent.h: Remove.
368         * common/filestuff.c: Use dirent.h.
369         * common/linux-osdata.c: Use dirent.h.
370         (NAMELEN): Define.
371         * config.in: Rebuild.
372         * configure: Rebuild.
373         * configure.ac: Don't use AC_HEADER_DIRENT.
374         * linux-fork.c: Use dirent.h
375         * linux-nat.c: Use dirent.h.
376         * nto-procfs.c: Use dirent.h.
377         * procfs.c: Use dirent.h.
378
379 2013-11-18  Tom Tromey  <tromey@redhat.com>
380
381         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
382         * gnulib/aclocal.m4: Update.
383         * gnulib/config.in: Update.
384         * gnulib/configure: Update.
385         * gnulib/import/Makefile.am: Update.
386         * gnulib/import/Makefile.in: Update.
387         * gnulib/import/dirent.in.h: New.
388         * gnulib/import/m4/dirent_h.m4: New.
389         * gnulib/import/m4/gnulib-cache.m4: Update.
390         * gnulib/import/m4/gnulib-comp.m4: Update.
391
392 2013-11-18  Tom Tromey  <tromey@redhat.com>
393
394         * configure: Rebuild.
395         * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
396         strings.h.
397
398 2013-11-18  Tom Tromey  <tromey@redhat.com>
399
400         * common/gdb_string.h: Remove.
401         * aarch64-tdep.c: Use string.h, not gdb_string.h.
402         * ada-exp.y: Use string.h, not gdb_string.h.
403         * ada-lang.c: Use string.h, not gdb_string.h.
404         * ada-lex.l: Use string.h, not gdb_string.h.
405         * ada-typeprint.c: Use string.h, not gdb_string.h.
406         * ada-valprint.c: Use string.h, not gdb_string.h.
407         * aix-thread.c: Use string.h, not gdb_string.h.
408         * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
409         * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
410         * alpha-nat.c: Use string.h, not gdb_string.h.
411         * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
412         * alpha-tdep.c: Use string.h, not gdb_string.h.
413         * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
414         * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
415         * amd64-linux-nat.c: Use string.h, not gdb_string.h.
416         * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
417         * amd64-nat.c: Use string.h, not gdb_string.h.
418         * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
419         * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
420         * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
421         * arch-utils.c: Use string.h, not gdb_string.h.
422         * arm-linux-nat.c: Use string.h, not gdb_string.h.
423         * arm-linux-tdep.c: Use string.h, not gdb_string.h.
424         * arm-tdep.c: Use string.h, not gdb_string.h.
425         * arm-wince-tdep.c: Use string.h, not gdb_string.h.
426         * armbsd-tdep.c: Use string.h, not gdb_string.h.
427         * armnbsd-nat.c: Use string.h, not gdb_string.h.
428         * armnbsd-tdep.c: Use string.h, not gdb_string.h.
429         * armobsd-tdep.c: Use string.h, not gdb_string.h.
430         * avr-tdep.c: Use string.h, not gdb_string.h.
431         * ax-gdb.c: Use string.h, not gdb_string.h.
432         * ax-general.c: Use string.h, not gdb_string.h.
433         * bcache.c: Use string.h, not gdb_string.h.
434         * bfin-tdep.c: Use string.h, not gdb_string.h.
435         * breakpoint.c: Use string.h, not gdb_string.h.
436         * build-id.c: Use string.h, not gdb_string.h.
437         * buildsym.c: Use string.h, not gdb_string.h.
438         * c-exp.y: Use string.h, not gdb_string.h.
439         * c-lang.c: Use string.h, not gdb_string.h.
440         * c-typeprint.c: Use string.h, not gdb_string.h.
441         * c-valprint.c: Use string.h, not gdb_string.h.
442         * charset.c: Use string.h, not gdb_string.h.
443         * cli-out.c: Use string.h, not gdb_string.h.
444         * cli/cli-cmds.c: Use string.h, not gdb_string.h.
445         * cli/cli-decode.c: Use string.h, not gdb_string.h.
446         * cli/cli-dump.c: Use string.h, not gdb_string.h.
447         * cli/cli-interp.c: Use string.h, not gdb_string.h.
448         * cli/cli-logging.c: Use string.h, not gdb_string.h.
449         * cli/cli-script.c: Use string.h, not gdb_string.h.
450         * cli/cli-setshow.c: Use string.h, not gdb_string.h.
451         * cli/cli-utils.c: Use string.h, not gdb_string.h.
452         * coffread.c: Use string.h, not gdb_string.h.
453         * common/common-utils.c: Use string.h, not gdb_string.h.
454         * common/filestuff.c: Use string.h, not gdb_string.h.
455         * common/linux-procfs.c: Use string.h, not gdb_string.h.
456         * common/linux-ptrace.c: Use string.h, not gdb_string.h.
457         * common/signals.c: Use string.h, not gdb_string.h.
458         * common/vec.h: Use string.h, not gdb_string.h.
459         * core-regset.c: Use string.h, not gdb_string.h.
460         * corefile.c: Use string.h, not gdb_string.h.
461         * corelow.c: Use string.h, not gdb_string.h.
462         * cp-abi.c: Use string.h, not gdb_string.h.
463         * cp-support.c: Use string.h, not gdb_string.h.
464         * cp-valprint.c: Use string.h, not gdb_string.h.
465         * cris-tdep.c: Use string.h, not gdb_string.h.
466         * d-lang.c: Use string.h, not gdb_string.h.
467         * dbxread.c: Use string.h, not gdb_string.h.
468         * dcache.c: Use string.h, not gdb_string.h.
469         * demangle.c: Use string.h, not gdb_string.h.
470         * dicos-tdep.c: Use string.h, not gdb_string.h.
471         * disasm.c: Use string.h, not gdb_string.h.
472         * doublest.c: Use string.h, not gdb_string.h.
473         * dsrec.c: Use string.h, not gdb_string.h.
474         * dummy-frame.c: Use string.h, not gdb_string.h.
475         * dwarf2-frame.c: Use string.h, not gdb_string.h.
476         * dwarf2loc.c: Use string.h, not gdb_string.h.
477         * dwarf2read.c: Use string.h, not gdb_string.h.
478         * elfread.c: Use string.h, not gdb_string.h.
479         * environ.c: Use string.h, not gdb_string.h.
480         * eval.c: Use string.h, not gdb_string.h.
481         * event-loop.c: Use string.h, not gdb_string.h.
482         * exceptions.c: Use string.h, not gdb_string.h.
483         * exec.c: Use string.h, not gdb_string.h.
484         * expprint.c: Use string.h, not gdb_string.h.
485         * f-exp.y: Use string.h, not gdb_string.h.
486         * f-lang.c: Use string.h, not gdb_string.h.
487         * f-typeprint.c: Use string.h, not gdb_string.h.
488         * f-valprint.c: Use string.h, not gdb_string.h.
489         * fbsd-nat.c: Use string.h, not gdb_string.h.
490         * findcmd.c: Use string.h, not gdb_string.h.
491         * findvar.c: Use string.h, not gdb_string.h.
492         * fork-child.c: Use string.h, not gdb_string.h.
493         * frame.c: Use string.h, not gdb_string.h.
494         * frv-linux-tdep.c: Use string.h, not gdb_string.h.
495         * frv-tdep.c: Use string.h, not gdb_string.h.
496         * gdb.c: Use string.h, not gdb_string.h.
497         * gdb_bfd.c: Use string.h, not gdb_string.h.
498         * gdbarch.c: Use string.h, not gdb_string.h.
499         * gdbtypes.c: Use string.h, not gdb_string.h.
500         * gnu-nat.c: Use string.h, not gdb_string.h.
501         * gnu-v2-abi.c: Use string.h, not gdb_string.h.
502         * gnu-v3-abi.c: Use string.h, not gdb_string.h.
503         * go-exp.y: Use string.h, not gdb_string.h.
504         * go-lang.c: Use string.h, not gdb_string.h.
505         * go32-nat.c: Use string.h, not gdb_string.h.
506         * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
507         * hppa-linux-nat.c: Use string.h, not gdb_string.h.
508         * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
509         * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
510         * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
511         * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
512         * i386-linux-nat.c: Use string.h, not gdb_string.h.
513         * i386-linux-tdep.c: Use string.h, not gdb_string.h.
514         * i386-nto-tdep.c: Use string.h, not gdb_string.h.
515         * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
516         * i386-tdep.c: Use string.h, not gdb_string.h.
517         * i386bsd-tdep.c: Use string.h, not gdb_string.h.
518         * i386gnu-nat.c: Use string.h, not gdb_string.h.
519         * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
520         * i386obsd-tdep.c: Use string.h, not gdb_string.h.
521         * i387-tdep.c: Use string.h, not gdb_string.h.
522         * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
523         * ia64-linux-nat.c: Use string.h, not gdb_string.h.
524         * inf-child.c: Use string.h, not gdb_string.h.
525         * inf-ptrace.c: Use string.h, not gdb_string.h.
526         * inf-ttrace.c: Use string.h, not gdb_string.h.
527         * infcall.c: Use string.h, not gdb_string.h.
528         * infcmd.c: Use string.h, not gdb_string.h.
529         * inflow.c: Use string.h, not gdb_string.h.
530         * infrun.c: Use string.h, not gdb_string.h.
531         * interps.c: Use string.h, not gdb_string.h.
532         * iq2000-tdep.c: Use string.h, not gdb_string.h.
533         * irix5-nat.c: Use string.h, not gdb_string.h.
534         * jv-exp.y: Use string.h, not gdb_string.h.
535         * jv-lang.c: Use string.h, not gdb_string.h.
536         * jv-typeprint.c: Use string.h, not gdb_string.h.
537         * jv-valprint.c: Use string.h, not gdb_string.h.
538         * language.c: Use string.h, not gdb_string.h.
539         * linux-fork.c: Use string.h, not gdb_string.h.
540         * linux-nat.c: Use string.h, not gdb_string.h.
541         * lm32-tdep.c: Use string.h, not gdb_string.h.
542         * m2-exp.y: Use string.h, not gdb_string.h.
543         * m2-typeprint.c: Use string.h, not gdb_string.h.
544         * m32c-tdep.c: Use string.h, not gdb_string.h.
545         * m32r-linux-nat.c: Use string.h, not gdb_string.h.
546         * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
547         * m32r-rom.c: Use string.h, not gdb_string.h.
548         * m32r-tdep.c: Use string.h, not gdb_string.h.
549         * m68hc11-tdep.c: Use string.h, not gdb_string.h.
550         * m68k-tdep.c: Use string.h, not gdb_string.h.
551         * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
552         * m68klinux-nat.c: Use string.h, not gdb_string.h.
553         * m68klinux-tdep.c: Use string.h, not gdb_string.h.
554         * m88k-tdep.c: Use string.h, not gdb_string.h.
555         * macrocmd.c: Use string.h, not gdb_string.h.
556         * main.c: Use string.h, not gdb_string.h.
557         * mdebugread.c: Use string.h, not gdb_string.h.
558         * mem-break.c: Use string.h, not gdb_string.h.
559         * memattr.c: Use string.h, not gdb_string.h.
560         * memory-map.c: Use string.h, not gdb_string.h.
561         * mep-tdep.c: Use string.h, not gdb_string.h.
562         * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
563         * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
564         * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
565         * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
566         * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
567         * mi/mi-cmds.c: Use string.h, not gdb_string.h.
568         * mi/mi-console.c: Use string.h, not gdb_string.h.
569         * mi/mi-getopt.c: Use string.h, not gdb_string.h.
570         * mi/mi-interp.c: Use string.h, not gdb_string.h.
571         * mi/mi-main.c: Use string.h, not gdb_string.h.
572         * mi/mi-parse.c: Use string.h, not gdb_string.h.
573         * microblaze-rom.c: Use string.h, not gdb_string.h.
574         * microblaze-tdep.c: Use string.h, not gdb_string.h.
575         * mingw-hdep.c: Use string.h, not gdb_string.h.
576         * minidebug.c: Use string.h, not gdb_string.h.
577         * minsyms.c: Use string.h, not gdb_string.h.
578         * mips-irix-tdep.c: Use string.h, not gdb_string.h.
579         * mips-linux-tdep.c: Use string.h, not gdb_string.h.
580         * mips-tdep.c: Use string.h, not gdb_string.h.
581         * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
582         * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
583         * mipsread.c: Use string.h, not gdb_string.h.
584         * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
585         * mn10300-tdep.c: Use string.h, not gdb_string.h.
586         * monitor.c: Use string.h, not gdb_string.h.
587         * moxie-tdep.c: Use string.h, not gdb_string.h.
588         * mt-tdep.c: Use string.h, not gdb_string.h.
589         * nbsd-tdep.c: Use string.h, not gdb_string.h.
590         * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
591         * nto-procfs.c: Use string.h, not gdb_string.h.
592         * nto-tdep.c: Use string.h, not gdb_string.h.
593         * objc-lang.c: Use string.h, not gdb_string.h.
594         * objfiles.c: Use string.h, not gdb_string.h.
595         * opencl-lang.c: Use string.h, not gdb_string.h.
596         * osabi.c: Use string.h, not gdb_string.h.
597         * osdata.c: Use string.h, not gdb_string.h.
598         * p-exp.y: Use string.h, not gdb_string.h.
599         * p-lang.c: Use string.h, not gdb_string.h.
600         * p-typeprint.c: Use string.h, not gdb_string.h.
601         * parse.c: Use string.h, not gdb_string.h.
602         * posix-hdep.c: Use string.h, not gdb_string.h.
603         * ppc-linux-nat.c: Use string.h, not gdb_string.h.
604         * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
605         * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
606         * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
607         * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
608         * printcmd.c: Use string.h, not gdb_string.h.
609         * procfs.c: Use string.h, not gdb_string.h.
610         * prologue-value.c: Use string.h, not gdb_string.h.
611         * python/py-auto-load.c: Use string.h, not gdb_string.h.
612         * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
613         * ravenscar-thread.c: Use string.h, not gdb_string.h.
614         * regcache.c: Use string.h, not gdb_string.h.
615         * registry.c: Use string.h, not gdb_string.h.
616         * remote-fileio.c: Use string.h, not gdb_string.h.
617         * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
618         * remote-mips.c: Use string.h, not gdb_string.h.
619         * remote-sim.c: Use string.h, not gdb_string.h.
620         * remote.c: Use string.h, not gdb_string.h.
621         * reverse.c: Use string.h, not gdb_string.h.
622         * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
623         * ser-base.c: Use string.h, not gdb_string.h.
624         * ser-go32.c: Use string.h, not gdb_string.h.
625         * ser-mingw.c: Use string.h, not gdb_string.h.
626         * ser-pipe.c: Use string.h, not gdb_string.h.
627         * ser-tcp.c: Use string.h, not gdb_string.h.
628         * ser-unix.c: Use string.h, not gdb_string.h.
629         * serial.c: Use string.h, not gdb_string.h.
630         * sh-tdep.c: Use string.h, not gdb_string.h.
631         * sh64-tdep.c: Use string.h, not gdb_string.h.
632         * shnbsd-tdep.c: Use string.h, not gdb_string.h.
633         * skip.c: Use string.h, not gdb_string.h.
634         * sol-thread.c: Use string.h, not gdb_string.h.
635         * solib-dsbt.c: Use string.h, not gdb_string.h.
636         * solib-frv.c: Use string.h, not gdb_string.h.
637         * solib-osf.c: Use string.h, not gdb_string.h.
638         * solib-spu.c: Use string.h, not gdb_string.h.
639         * solib-target.c: Use string.h, not gdb_string.h.
640         * solib.c: Use string.h, not gdb_string.h.
641         * somread.c: Use string.h, not gdb_string.h.
642         * source.c: Use string.h, not gdb_string.h.
643         * sparc-nat.c: Use string.h, not gdb_string.h.
644         * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
645         * sparc-tdep.c: Use string.h, not gdb_string.h.
646         * sparc64-tdep.c: Use string.h, not gdb_string.h.
647         * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
648         * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
649         * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
650         * spu-linux-nat.c: Use string.h, not gdb_string.h.
651         * spu-multiarch.c: Use string.h, not gdb_string.h.
652         * spu-tdep.c: Use string.h, not gdb_string.h.
653         * stabsread.c: Use string.h, not gdb_string.h.
654         * stack.c: Use string.h, not gdb_string.h.
655         * std-regs.c: Use string.h, not gdb_string.h.
656         * symfile.c: Use string.h, not gdb_string.h.
657         * symmisc.c: Use string.h, not gdb_string.h.
658         * symtab.c: Use string.h, not gdb_string.h.
659         * target.c: Use string.h, not gdb_string.h.
660         * thread.c: Use string.h, not gdb_string.h.
661         * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
662         * tilegx-tdep.c: Use string.h, not gdb_string.h.
663         * top.c: Use string.h, not gdb_string.h.
664         * tracepoint.c: Use string.h, not gdb_string.h.
665         * tui/tui-command.c: Use string.h, not gdb_string.h.
666         * tui/tui-data.c: Use string.h, not gdb_string.h.
667         * tui/tui-disasm.c: Use string.h, not gdb_string.h.
668         * tui/tui-file.c: Use string.h, not gdb_string.h.
669         * tui/tui-layout.c: Use string.h, not gdb_string.h.
670         * tui/tui-out.c: Use string.h, not gdb_string.h.
671         * tui/tui-regs.c: Use string.h, not gdb_string.h.
672         * tui/tui-source.c: Use string.h, not gdb_string.h.
673         * tui/tui-stack.c: Use string.h, not gdb_string.h.
674         * tui/tui-win.c: Use string.h, not gdb_string.h.
675         * tui/tui-windata.c: Use string.h, not gdb_string.h.
676         * tui/tui-winsource.c: Use string.h, not gdb_string.h.
677         * typeprint.c: Use string.h, not gdb_string.h.
678         * ui-file.c: Use string.h, not gdb_string.h.
679         * ui-out.c: Use string.h, not gdb_string.h.
680         * user-regs.c: Use string.h, not gdb_string.h.
681         * utils.c: Use string.h, not gdb_string.h.
682         * v850-tdep.c: Use string.h, not gdb_string.h.
683         * valarith.c: Use string.h, not gdb_string.h.
684         * valops.c: Use string.h, not gdb_string.h.
685         * valprint.c: Use string.h, not gdb_string.h.
686         * value.c: Use string.h, not gdb_string.h.
687         * varobj.c: Use string.h, not gdb_string.h.
688         * vax-tdep.c: Use string.h, not gdb_string.h.
689         * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
690         * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
691         * windows-nat.c: Use string.h, not gdb_string.h.
692         * xcoffread.c: Use string.h, not gdb_string.h.
693         * xml-support.c: Use string.h, not gdb_string.h.
694         * xstormy16-tdep.c: Use string.h, not gdb_string.h.
695         * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
696
697 2013-11-18  Tom Tromey  <tromey@redhat.com>
698
699         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
700         and strstr.
701         * gnulib/aclocal.m4: Update.
702         * gnulib/config.in: Update.
703         * gnulib/configure: Update.
704         * gnulib/import/Makefile.am: Update.
705         * gnulib/import/Makefile.in: Update.
706         * gnulib/import/errno.in.h: New.
707         * gnulib/import/intprops.h: New.
708         * gnulib/import/m4/errno_h.m4: New.
709         * gnulib/import/m4/gnulib-cache.m4: Update.
710         * gnulib/import/m4/gnulib-comp.m4: Update.
711         * gnulib/import/m4/strerror.m4: New.
712         * gnulib/import/m4/strstr.m4: New.
713         * gnulib/import/m4/sys_socket_h.m4: New.
714         * gnulib/import/strerror-override.c: New.
715         * gnulib/import/strerror-override.h: New.
716         * gnulib/import/strerror.c: New.
717         * gnulib/import/strstr.c: New.
718
719 2013-11-18  Tom Tromey  <tromey@redhat.com>
720
721         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
722         multiple lines.
723
724 2013-11-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
725
726         * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
727         * sparc-tdep.h: And its prototype.
728
729         * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
730         function.
731         (sparc64_linux_init_abi): Register the get_longjmp_target hook.
732
733 2013-11-18  Pedro Alves  <palves@redhat.com>
734
735         * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
736         use unpack_pointer.
737
738 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
739
740         * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
741         to -list-features output.
742
743 2013-11-17  Joel Brobecker  <brobecker@adacore.com>
744
745         * dwarf2expr.h (struct dwarf_expr_context_funcs)
746         <read_addr_from_reg>: Renames "read_reg".
747         * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
748         Adjust comment.
749         (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
750         Use read_addr_from_reg in place of read_reg.
751         * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
752         in place of read_reg.
753         * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
754         dwarf_expr_read_reg.
755         (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
756         with dwarf_expr_read_addr_from_reg.
757         (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
758         (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
759         needs_frame_read_addr_from_reg.
760
761 2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
762
763         * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
764
765 2013-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
766
767         * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
768         NULL.
769
770 2013-11-15  Tom Tromey  <tromey@redhat.com>
771
772         PR c++/16117:
773         * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
774         (classify_name): Likewise.  Prefer a field of "this" over a
775         filename.
776         (classify_inner_name, yylex): Update.
777
778 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
779
780         * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
781         Extend the documentation a bit.
782         <get_reg_value>: New field.
783         * dwarf2loc.c (dwarf_expr_get_reg_value)
784         (needs_frame_get_reg_value): New functions.
785         (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
786         callback.
787         * dwarf2-frame.c (get_reg_value): New function.
788         (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
789         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
790         Use new callback to compute result_val.
791
792 2013-11-15  Alan Modra  <amodra@gmail.com>
793
794         * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
795         (ppc64_desc_entry_point): ..this.  Update comments here and at
796         call points.
797         (ppc64_standard_linkage1, ppc64_standard_linkage2,
798         ppc64_standard_linkage3): Update comments.
799         (ppc64_standard_linkage4, ppc64_standard_linkage5,
800         (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
801         patterns.
802         (ppc64_standard_linkage4_target): New function.
803         (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
804         * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup.  Correct
805         nop match.  Fix comment wrap.
806
807 2013-11-14  Pedro Alves  <palves@redhat.com>
808
809         * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
810         STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
811
812 2013-11-14  Pedro Alves  <palves@redhat.com>
813
814         * infrun.c (struct execution_control_state)
815         <stepped_after_stopped_by_watchpoint>: New field.
816         (get_inferior_stop_soon): New function.
817         (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
818         moved to struct execution_control_state -- adjust.  Use
819         get_inferior_stop_soon.  Split TARGET_WAITKIND_STOPPED handling to
820         new function.
821         (handle_signal_stop): New function, factored out from
822         handle_inferior_event.
823
824 2013-11-14  Pedro Alves  <palves@redhat.com>
825
826         * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
827         return a boolean.
828         * breakpoint.c (bpstat_explains_signal): Adjust to return a
829         boolean.
830         (explains_signal_watchpoint, base_breakpoint_explains_signal):
831         Adjust to return a boolean.
832         * breakpoint.h (enum bpstat_signal_value): Delete.
833         (struct breakpoint_ops) <explains_signal>: New returns a boolean.
834         (bpstat_explains_signal): Likewise.
835         * infrun.c (handle_inferior_event) <random signal checks>:
836         bpstat_explains_signal now returns a boolean - adjust.  No longer
837         consider hiding signals.
838
839 2013-11-14  Pedro Alves  <palves@redhat.com>
840
841         * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
842         Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
843         (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
844         BPSTAT_SIGNAL_HIDE.
845         (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
846         instead of BPSTAT_SIGNAL_HIDE.
847         * infrun.c (handle_inferior_event): Rework random signal checks.
848
849 2013-11-14  Pedro Alves  <palves@redhat.com>
850
851         * infrun.c (struct execution_control_state): Remove
852         'random_signal' field.
853         (handle_syscall_event): Use bpstat_causes_stop instead of
854         bpstat_explains_signal.  Don't set ecs->random_signal.
855         (handle_inferior_event): New 'random_signal' local.
856         <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
857         TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
858         bpstat_explains_signal.  Don't set ecs->random_signal.
859         <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
860         ecs->random_signal.
861
862 2013-11-14  Pedro Alves  <palves@redhat.com>
863
864         * infrun.c (handle_inferior_event): Move comment from the
865         function's body to the function's description, adjusted.
866
867 2013-11-14  Pedro Alves  <palves@redhat.com>
868
869         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
870         Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
871         Assert we never fall through out of the TARGET_WAITKIND_LOADED
872         case.
873
874 2013-11-14  Tom Tromey  <tromey@redhat.com>
875
876         * python/py-linetable.c (ltpy_has_line)
877         (ltpy_get_all_source_lines): Fix loop termination condition.
878
879 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
880
881         * mi/mi-parse.h (struct mi_parse) <language>: New field.
882         * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
883         PARSE->LANGUAGE during command execution, if set.
884         * mi/mi-parse.c: Add "language.h" #include.
885         (mi_parse): Add parsing of "--language" command option.
886
887         * NEWS: Add entry mentioning the new "--language" command option.
888
889 2013-11-14  Pedro Alves  <palves@redhat.com>
890             Joel Brobecker  <brobecker@adacore.com>
891
892         * cli/cli-utils.h (extract_arg_const): Add declaration.
893         * cli/cli-utils.c (extract_arg_const): New function.
894         (extract_arg): Reimplement using extract_arg_const.
895
896 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
897
898         * language.h: Add "symtab.h" #include.
899
900 2013-11-13  Doug Evans  <xdje42@gmail.com>
901
902         * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
903         specific breakpoints, don't evaluate breakpoint condition if
904         different thread.
905
906 2013-11-13  Keith Seitz  <keiths@redhat.com>
907
908         PR c++/7935
909         PR c++/10541
910         * cp-support.c (insepct_type): Add support for substituting
911         namespace aliases, too.
912         * dwarf2read.c (scan_partial_symbols): Add a partial symbol
913         for DW_TAG_imported_declaration.
914         (add_partial_symbol): Likewise.
915         (process_die): Handle namespace aliases with
916         read_namespace_alias.
917         (die_needs_namespace): Add DW_TAG_imported_declaration.
918         (read_namespace_alias): New function.
919         (load_partial_dies): Load DW_TAG_imported_declaration, too.
920         (new_symbol_full): Handle DW_TAG_imported_declaration.
921
922 2013-11-13  Keith Seitz  <keiths@redhat.com>
923
924         * p-exp.y (uptok): Make first parameter const.
925         (yylex): Make `tokstart' and `tokptr' const.
926         Don't copy the lexer input to a temporary buffer.
927         Make `p' const.
928         Remove const workaround for parse_escape.
929         Create a temporary buffer for a convenience variable instead
930         of doing in-place modification of the input.
931         If a match is found with a different case from the input,
932         do not change the input at all.
933         Use `tmp' to construct the resultant stoken instead of
934         `tokstart'.
935
936 2013-11-13  Doug Evans  <xdje42@gmail.com>
937
938         * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
939
940 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
941
942         * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
943         entry with "ada-exceptions".
944
945 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
946
947         * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
948         after re-initialization of OBJFILE's obstack.
949
950 2013-11-12  Doug Evans  <xdje42@gmail.com>
951
952         * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
953         bs->stop != 0 on entry.  Update function comment.  Simplify early
954         exit for frame mismatch.  Reindent rest of function.
955
956 2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
957
958         * objc-lang.c (uniquify_strings): Prevent invoking qsort with
959         NULL.
960
961 2013-11-12  Doug Evans  <dje@google.com>
962
963         Work around gold/15646.
964         * dwarf2read.c (read_index_from_section): Update comment.
965         (struct dw2_symtab_iterator): New member global_seen.
966         (dw2_symtab_iter_init): Initialize it.
967         (dw2_symtab_iter_next): Skip duplicate global symbols.
968         (dw2_expand_symtabs_matching): Ditto.
969
970 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
971
972         * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
973         * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
974         command.
975         * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
976         (mi_cmd_info_ada_exceptions): New function.
977         * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
978
979 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
980
981         * ada-lang.h: #include "vec.h".
982         (struct ada_exc_info): New.
983         (ada_exc_info): New typedef.
984         (DEF_VEC_O(ada_exc_info)): New vector.
985         (ada_exceptions_list): Add declaration.
986         * ada-lang.c (ada_is_exception_sym)
987         (ada_is_non_standard_exception_sym, compare_ada_exception_info)
988         (sort_remove_dups_ada_exceptions_list)
989         (ada_exc_search_name_matches, ada_add_standard_exceptions)
990         (ada_add_exceptions_from_frame, ada_add_global_exceptions)
991         (ada_exceptions_list_1, ada_exceptions_list)
992         (info_exceptions_command): New function.
993         (_initialize_ada_language): Add "info exception" command.
994
995 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
996
997         PR python/15629
998         * NEWS: Add linetable feature.
999         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1000         * python/py-linetable.c: New file.
1001         * python/py-symtab.c (stpy_get_linetable): New function.
1002         * python/python-internal.h (symtab_to_linetable_object): Declare.
1003         (gdbpy_initialize_linetable): Ditto.
1004         * python/python.c (_initialize_python): Call
1005         gdbpy_initialize_linetable.
1006
1007 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1008
1009         * ada-lang.c (create_ada_exception_catchpoint): Enhance
1010         the documentation of fields "except_string" and "condition".
1011         * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1012         CONDITION on the heap before passing it to
1013         create_ada_exception_catchpoint.
1014         (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1015         CONDITION.
1016
1017 2013-11-11  Tom Tromey  <tromey@redhat.com>
1018
1019         * config.in, configure: Rebuild.
1020         * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1021
1022 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1023
1024         * remote-sim.c (gdbsim_detach): Break declaration into
1025         shorter lines.  No code change.
1026
1027 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1028
1029         * remote-sim.c (gdbsim_detach): Fix prototype.
1030
1031 2013-11-08  Doug Evans  <dje@google.com>
1032
1033         * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1034         (create_debug_types_hash_table): Only print debugging messages for
1035         each TU if dwarf2-read >= 2.
1036         (process_queue): Ditto.
1037         (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1038         Update doc string.
1039
1040 2013-11-08  Tom Tromey  <tromey@redhat.com>
1041
1042         * configure: Rebuild.
1043         * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1044
1045 2013-11-08  Tom Tromey  <tromey@redhat.com>
1046
1047         * configure, config.in: Rebuild.
1048         * configure.ac: Remove unused configury.
1049
1050 2013-11-08  Tom Tromey  <tromey@redhat.com>
1051
1052         * m32c-tdep.c: Use gdb_string.h.
1053
1054 2013-11-08  Tom Tromey  <tromey@redhat.com>
1055
1056         * configure, config.in: Rebuild.
1057         * configure.ac: Remove all link.h-related checks.
1058
1059 2013-11-08  Tom Tromey  <tromey@redhat.com>
1060
1061         * acinclude.m4: Include common.m4.
1062         * common/common.m4: New file.
1063         * configure, config.in: Rebuild.
1064         * configure.ac: Use GDB_AC_COMMON.
1065
1066 2013-11-08  Doug Evans  <dje@google.com>
1067
1068         * NEWS: Mention that "set debug symtab-create" now accepts a
1069         verbosity level.
1070         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1071         to set the symtab's primary flag.
1072         * jit.c (finalize_symtab): Ditto.
1073         * mdebugread.c (psymtab_to_symtab_1): Ditto.
1074         * symfile.c (allocate_symtab): Only print debugging messages for
1075         symtab_create_debug levels 2 and higher.
1076         * symtab.c (symtab_create_debug): Change type to unsigned int.
1077         (set_symtab_primary): New function.
1078         (_initialize_symtab): Change "set debug symtab-create" to a
1079         zuinteger option.
1080         * symtab.h (set_symtab_primary): Declare.
1081         (symtab_create_debug): Update decl.
1082
1083 2013-11-08  Tom Tromey  <tromey@redhat.com>
1084
1085         * aix-thread.c (aix_thread_detach): Update.
1086         * corelow.c (core_detach): Update.
1087         * darwin-nat.c (darwin_detach): Update.
1088         * dec-thread.c (dec_thread_detach): Update.
1089         * gnu-nat.c (gnu_detach): Update.
1090         * go32-nat.c (go32_detach): Update.
1091         * inf-ptrace.c (inf_ptrace_detach): Update.
1092         * inf-ttrace.c (inf_ttrace_detach): Update.
1093         * linux-fork.c (linux_fork_detach): Update.
1094         * linux-fork.h (linux_fork_detach): Update.
1095         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
1096         local for const-correctness.
1097         * linux-thread-db.c (thread_db_detach): Update.
1098         * monitor.c (monitor_detach): Update.
1099         * nto-procfs.c (procfs_detach): Update.
1100         * procfs.c (procfs_detach): Update.
1101         * record.c (record_detach): Update.
1102         * record.h (record_detach): Update.
1103         * remote-m32r-sdi.c (m32r_detach): Update.
1104         * remote-mips.c (mips_detach): Update.
1105         * remote-sim.c (gdbsim_detach): Update.
1106         * remote.c (remote_detach_1, remote_detach)
1107         (extended_remote_detach): Update.
1108         * sol-thread.c (sol_thread_detach): Update.
1109         * target.c (target_detach): Make "args" const.
1110         (init_dummy_target): Update.
1111         * target.h (struct target_ops) <to_detach>: Make argument const.
1112         (target_detach): Likewise.
1113         * windows-nat.c (windows_detach): Update.
1114
1115 2013-11-07  Doug Evans  <dje@google.com>
1116
1117         PR 11786
1118         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1119         and align fields for PT_GNU_RELRO segments.
1120
1121 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1122
1123         PR python/15747
1124         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1125
1126 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1127
1128         * NEWS: Document Python temporary breakpoint support.
1129         * python/py-breakpoint.c (bppy_get_temporary): New function.
1130         (bppy_init): New keyword: temporary. Parse it and set breakpoint
1131         to temporary if True.
1132
1133 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
1134
1135         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1136         removed to allow analyzing unconditional branch instructions
1137         with PC-relative offsets of zero.
1138
1139 2013-11-07  Yao Qi  <yao@codesourcery.com>
1140
1141         * mi/mi-cmd-var.c: Include "language.h".
1142         (mi_cmd_var_info_expression): Get language name from
1143         language_defn.
1144         * varobj.c (varobj_language_string): Remove.
1145         (variable_language): Remove declaration.
1146         (languages): Remove.
1147         (varobj_get_language): Change the type of return value.
1148         (variable_language): Remove.
1149         * varobj.h (enum varobj_languages): Remove.
1150         (varobj_language_string): Remove declaration.
1151         (varobj_get_language): Update declaration.
1152
1153 2013-11-07  Yao Qi  <yao@codesourcery.com>
1154
1155         * language.h (struct language_defn) <la_natural_name>: New
1156         field.
1157         * ada-lang.c (ada_language_defn): Initialize field
1158         'la_natural_name'.
1159         * c-lang.c (c_language_defn): Likewise.
1160         (cplus_language_defn, asm_language_defn): Likewise.
1161         * d-lang.c (d_language_defn): Likewise.
1162         * f-lang.c (f_language_defn): Likewise.
1163         * go-lang.c (go_language_defn): Likewise.
1164         * jv-lang.c (java_language_defn): Likewise.
1165         * language.c (unknown_language_defn ): Likewise.
1166         (auto_language_defn): Likewise.
1167         * m2-lang.c (m2_language_defn): Likewise.
1168         * objc-lang.c (objc_language_defn): Likewise.
1169         * opencl-lang.c (opencl_language_defn): Likewise.
1170         * p-lang.c (pascal_language_defn): Likewise.
1171
1172 2013-11-07  Yao Qi  <yao@codesourcery.com>
1173
1174         * language.c (language_str): Return const char *.
1175         (add_language): Add const to 'language_names'
1176         * language.h (struct language_defn) <la_name>: Add const.
1177         (language_str: Update declaration.
1178
1179 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1180
1181         * s390-linux-nat.c (s390_read_description): Consider the TE field
1182         in the HWCAP for determining 'have_regset_tdb'.
1183
1184 2013-11-06  Will Newton  <will.newton@linaro.org>
1185
1186         PR gdb/12866
1187         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1188         values.  (read_partial_die): Likewise.
1189
1190 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
1191
1192         PR cli/16122
1193         * top.c (command_line_input): Unify interactivity tests to use
1194         input_from_terminal_p.
1195         * event-top.c (command_line_handler): Likewise.
1196
1197 2013-11-06  Yao Qi  <yao@codesourcery.com>
1198
1199         * Makefile.in (check-perf): New target.
1200
1201 2013-11-05  Will Newton  <will.newton@linaro.org>
1202
1203         PR gdb/7670
1204         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1205         (arm_print_float_info): Likewise.
1206
1207 2013-11-04  Anton Blanchard  <anton@samba.org>
1208
1209         * target.c (memory_xfer_partial): Cap write to 4KB.
1210
1211 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
1212
1213         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1214         probe scan even when the arch provides no get_longjmp_target.
1215
1216 2013-10-31  Pedro Alves  <palves@redhat.com>
1217
1218         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1219         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1220         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1221         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
1222         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1223         <bpstat handling>: If the bpstat chain wants the signal to be
1224         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1225         GDB_SIGNAL_TRAP.
1226
1227 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
1228
1229         * breakpoint.c (update_watchpoint): Update error message and add
1230         an additional error message.
1231
1232 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1233
1234         * s390-tdep.h: Rename to...
1235         * s390-linux-tdep.h: ...here.
1236         * s390-tdep.c: Rename to...
1237         * s390-linux-tdep.c: ...here.  Adjust #include.
1238         * s390-nat.c: Rename to...
1239         * s390-linux-nat.c: ...here.  Adjust #include.
1240         * config/s390/s390.mh: Rename to...
1241         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
1242         s390-linux-nat.o.
1243         * configure.host: Reflect host rename "s390" -> "linux".
1244         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1245         * Makefile.in (ALL_TARGET_OBS): Likewise.
1246         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1247         s390-linux-tdep.h.
1248         (ALLDEPFILES): Reflect rename of .c files.
1249
1250 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1251
1252         * s390-nat.c: Whitespace cleanup.
1253         * s390-tdep.c: Likewise.
1254         * s390-tdep.h: Remove empty line at end of file.
1255
1256 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
1257
1258         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1259         siginfo_size.
1260
1261 2013-10-29  Tom Tromey  <tromey@redhat.com>
1262
1263         * utils.c (reg): Move undefinition...
1264         * gdb_curses.h: ... here.  Update comment to mention AIX.
1265
1266 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1267
1268         * exec.h (add_target_sections_of_objfile): New declaration.
1269         * exec.c (add_target_sections_of_objfile): New function.
1270         * symfile.c (add_symbol_file_command): Update current target sections.
1271         (remove_symbol_file_command): New command.
1272         (symfile_free_objfile): New function.
1273         (_initialize_symfile): Register observer for free_objfile events.
1274         * NEWS: Add description of the remove-symbol-file command.
1275         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1276         * objfiles.c (free_objfile): Notify free_objfile.
1277         (is_addr_in_objfile): New function.
1278         * objfiles.h (is_addr_in_objfile): New declaration.
1279         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1280         events instead of solib_unloaded events.
1281         (_initialize_printcmd): Register observer for free_objfile instead
1282         of solib_unloaded notifications.
1283         * solib.c (remove_user_added_objfile): New function.
1284         (_initialize_symfile): Add remove-symbol-file.
1285
1286 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
1287
1288         * infcmd.c (default_print_one_register_info): Use val_print to
1289         print all values even optimized out or unavailable ones.  Don't
1290         try to print a raw form of optimized out or unavailable values.
1291
1292 2013-10-29  Yao Qi  <yao@codesourcery.com>
1293
1294         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1295         parameter 'arg' instead of from program_space_data.
1296         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1297         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1298         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1299         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1300         * inflow.c (inflow_inferior_data_cleanup): Get data from
1301         parameter 'arg' instead of inferior_data.
1302         * registry.h: Add comments.
1303
1304 2013-10-28  Pedro Alves  <palves@redhat.com>
1305
1306         * breakpoint.c (watchpoints_triggered)
1307         <!target_stopped_data_address>: Hardcode return 1.
1308
1309 2013-10-28  Pedro Alves  <palves@redhat.com>
1310
1311         * infrun.c (process_event_stop_test): Remove unnecessary scoping
1312         level and reindent.
1313
1314 2013-10-28  Pedro Alves  <palves@redhat.com>
1315
1316         * infrun.c (process_event_stop_test): New function, factored out
1317         from handle_inferior_event.
1318         (handle_inferior_event): 'process_event_stop_test' is now a
1319         function instead of a goto label -- adjust.
1320
1321 2013-10-28  Pedro Alves  <palves@redhat.com>
1322
1323         * infrun.c (handle_inferior_event): Move process_event_stop_test
1324         goto label to the else branch of the ecs->random_signal check,
1325         along with FRAME and GDBARCH re-fetching.
1326
1327 2013-10-28  Pedro Alves  <palves@redhat.com>
1328
1329         * infrun.c (switch_back_to_stepped_thread): New function, factored
1330         out from handle_inferior_event.
1331         (handle_inferior_event): Adjust to call
1332         switch_back_to_stepped_thread.  Call it also at the tail of the
1333         random signal handling, and return, instead of also handling
1334         random signals just before the stepping tests.
1335
1336 2013-10-28  Pedro Alves  <palves@redhat.com>
1337
1338         * infrun.c (clear_stop_func): Delete.
1339         (handle_inferior_event): Don't call clear_stop_func and don't
1340         clear 'ecs->random_signal'.
1341
1342 2013-10-27  Yao Qi  <yao@codesourcery.com>
1343
1344         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1345         (varobj_create, varobj_get_path_expr): Update.
1346         (varobj_value_has_mutated, varobj_update): Likewise.
1347         (create_child_with_value, new_root_variable): Likewise.
1348         (number_of_children, name_of_variable): Likewise.
1349         (value_of_child, my_value_of_variable): Likewise.
1350         (varobj_value_is_changeable_p): Likewise.
1351
1352 2013-10-25  Yao Qi  <yao@codesourcery.com>
1353
1354         * language.h (struct lang_varobj_ops): Declare.
1355         (struct language_defn) <la_varobj_ops>: New field.
1356         * ada-lang.c: Include "varobj.h"
1357         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1358         ada_varobj_ops.
1359         * c-lang.c: Include "varobj.h"
1360         (c_language_defn): Initialize field 'la_varobj_ops' with
1361         c_varobj_ops.
1362         (cplus_language_defn): Initialize field 'la_varobj_ops' with
1363         cplus_varobj_ops.
1364         (asm_language_defn): Initialize field 'la_varobj_ops' with
1365         default_varobj_ops.
1366         (minimal_language_defn): Likewise.
1367         * d-lang.c (d_language_defn): Likewise.
1368         * f-lang.c (f_language_defn): Likewise.
1369         * go-lang.c (go_language_defn): Likewise.
1370         * m2-lang.c (m2_language_defn): Likewise.
1371         * objc-lang.c (objc_language_defn): Likewise.
1372         * opencl-lang.c (opencl_language_defn): Likewise.
1373         * p-lang.c (pascal_language_defn): Likewise.
1374         * language.c (unknown_language_defn): Likewise.
1375         (auto_language_defn): Likewise.
1376         (local_language_defn): Likewise.
1377         * jv-lang.c (java_language_defn): Initialize field
1378         'la_varobj_ops' with java_varobj_ops.
1379         * varobj.c (varobj_create): Update.
1380         * varobj.h (default_varobj_ops): Define macro.
1381
1382 2013-10-25  Pedro Alves  <palves@redhat.com>
1383
1384         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1385         static field value.
1386         (cp_print_static_field): If the value is entirely optimized out,
1387         print <optimized out> here.
1388         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1389         static field value.
1390         * p-valprint.c (pascal_object_print_static_field): If the value is
1391         entirely optimized out, print <optimized out> here.
1392         * valops.c (do_search_struct_field)
1393         (value_struct_elt_for_reference): No longer handle a NULL static
1394         field value.
1395         * value.c (value_static_field): Return an optimized out value
1396         instead of NULL.
1397
1398 2013-10-25  Yao Qi  <yao@codesourcery.com>
1399
1400         * remote.c (remote_traceframe_info): Return early if
1401         traceframe is not selected.
1402
1403 2013-10-25  Yao Qi  <yao@codesourcery.com>
1404
1405         * tracepoint.c (traceframe_fun): Remove.
1406         (traceframe_sal): Remove.
1407         (set_traceframe_context): Add local variables.
1408
1409 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
1410
1411         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1412         and parameter name.
1413
1414 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1415
1416         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1417         failure from register information collection.
1418
1419 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1420
1421         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1422         member.
1423         (linux_corefile_thread_callback): Update accordingly.
1424         (linux_make_corefile_notes): Likewise.
1425
1426 2013-10-24  Pedro Alves   <palves@redhat.com>
1427
1428         * NEWS (New options): Mention set/show startup-with-shell.
1429         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1430         instead of 3.
1431         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1432         startup-with-shell'.
1433         (show_startup_with_shell): New function.
1434         (_initialize_fork_child): Register the set/show startup-with-shell
1435         commands.
1436         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1437         * inf-ttrace.c (inf_ttrace_him): Remove comment.
1438         * procfs.c (procfs_init_inferior): Remove comment.
1439         * infcmd.c (startup_with_shell): New global.
1440         * inferior.h (startup_with_shell): Declare global.
1441         (STARTUP_WITH_SHELL): Delete.
1442         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1443
1444 2013-10-23  Pedro Alves  <palves@redhat.com>
1445
1446         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1447         * common/signals.c: Include "gdb_assert.h".
1448         (signals): New field 'symbol'.
1449         (SET): Use the 'symbol' parameter.
1450         (gdb_signal_to_symbol_string): New function.
1451         * infrun.c (handle_inferior_event) <random signal>: In debug
1452         output, print the random signal enum as string in addition to its
1453         number.
1454         * target/waitstatus.c (target_waitstatus_to_string): Print the
1455         signal's enum value as string instead of the (POSIX) signal name.
1456
1457 2013-10-23  Gary Benson  <gbenson@redhat.com>
1458
1459         PR 16013
1460         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1461         from 32 to 18.  Adjusted fscanf format string accordingly.
1462         (Avoids leaving cmd unterminated.)
1463         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1464         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
1465         that local_address and remote_address will not overflow.
1466         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1467         leaving dependencies unterminated.  Parse size as "%u" to match
1468         definition.
1469
1470 2013-10-22  Pedro Alves  <palves@redhat.com>
1471
1472         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1473         set ecs->random signal.
1474
1475 2013-10-22  Pedro Alves  <palves@redhat.com>
1476
1477         * infrun.c (keep_going): Update comments.
1478
1479 2013-10-22  Pedro Alves  <palves@redhat.com>
1480
1481         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1482         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1483
1484 2013-10-22  Pedro Alves  <palves@redhat.com>
1485
1486         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1487         GDB_EXC_BAD_ACCESS.
1488         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1489         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1490         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1491         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1492         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1493         (GDB_SIGNAL_LAST): Change description string.
1494         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1495         Adjust to signal renaming.
1496         * darwin-nat.c (darwin_decode_message): Likewise.
1497
1498 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
1499
1500         * MAINTAINERS (Write After Approval): Add myself to the list.
1501
1502 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
1503
1504         * breakpoint.c (update_watchpoint): If hardware watchpoints are
1505         forced off, downgrade them to software watchpoints if possible,
1506         and error out if not possible.
1507         (watch_command_1): Move watchpoint type selection closer to
1508         watchpoint creation, and extend the comments.
1509
1510 2013-10-18  Pedro Alves  <palves@redhat.com>
1511
1512         PR gdb/16062
1513         * infrun.c (handle_inferior_event): Keep going if we got a random
1514         signal we should not stop for, instead of falling through to the
1515         step tests.
1516
1517 2013-10-18  Yao Qi  <yao@codesourcery.com>
1518
1519         * c-varobj.c (cplus_number_of_children): Fix indentation.
1520
1521 2013-10-17  Tom Tromey  <tromey@redhat.com>
1522
1523         PR gdb/15995:
1524         * printcmd.c (printcmd): Call gdb_flush.
1525
1526 2013-10-17  Tom Tromey  <tromey@redhat.com>
1527
1528         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1529         (elf_locate_sections): Update.
1530
1531 2013-10-17  Yao Qi  <yao@codesourcery.com>
1532
1533         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1534         * ada-varobj.c: Remove the include of ada-varobj.h.
1535         (ada_varobj_get_number_of_children): Declare.
1536         (ada_varobj_get_name_of_child): Make it static.
1537         (ada_varobj_get_path_expr_of_child): Likewise.
1538         (ada_varobj_get_value_of_child): Likewise.
1539         (ada_varobj_get_type_of_child): Likewise.
1540         (ada_varobj_get_value_of_array_variable): Likewise.
1541         * ada-varobj.h: Remove.
1542
1543 2013-10-17  Yao Qi  <yao@codesourcery.com>
1544
1545         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1546         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1547         * ada-varobj.c: Include "varobj.h".
1548         (ada_number_of_children): New.  Moved from varobj.c.
1549         (ada_name_of_variable, ada_name_of_child): Likewise.
1550         (ada_path_expr_of_child, ada_value_of_child): Likewise.
1551         (ada_type_of_child, ada_value_of_variable): Likewise.
1552         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1553         (ada_varobj_ops): New.
1554         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
1555         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
1556         * gdbtypes.h (get_target_type): Declare.
1557         * varobj.c: Remove the inclusion of "ada-varobj.h" and
1558         "ada-lang.h".
1559         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1560         (ANONYMOUS_UNION_NAME): Likewise.
1561         (get_type, get_value_type, get_target_type): Remove declarations.
1562         (value_get_print_value, varobj_value_get_print_value): Likewise.
1563         (c_number_of_children, c_name_of_variable): Likewise.
1564         (c_name_of_child, c_path_expr_of_child): Likewise.
1565         (c_value_of_child, c_type_of_child): Likewise.
1566         (c_value_of_variable, cplus_number_of_children): Likewise.
1567         (cplus_class_num_children, cplus_name_of_variable): Likewise.
1568         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1569         (cplus_value_of_child, cplus_type_of_child): Likewise.
1570         (cplus_value_of_variable, java_number_of_children): Likewise.
1571         (java_name_of_variable, java_name_of_child): Likewise.
1572         (java_path_expr_of_child, java_value_of_child): Likewise.
1573         (java_type_of_child, java_value_of_variable): Likewise.
1574         (ada_number_of_children, ada_name_of_variable): Likewise.
1575         (ada_name_of_child, ada_path_expr_of_child): Likewise.
1576         (ada_value_of_child, ada_type_of_child): Likewise.
1577         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1578         (ada_value_has_mutated): Likewise.
1579         (struct language_specific): Move it to varobj.h.
1580         (CPLUS_FAKE_CHILD): Move it to varobj.h.
1581         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
1582         Callers update.
1583         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1584         Make it extern.
1585         (is_anonymous_child): Move it to c-varobj.c and rename to
1586         varobj_is_anonymous_child.  Caller update.
1587         (get_type): Move it to c-varobj.c.
1588         (get_value_type): Rename it varobj_get_value_type.  Make it
1589         extern.
1590         (get_target_type): Move it gdbtypes.c.
1591         (varobj_formatted_print_options): New function.
1592         (value_get_print_value): Rename it to
1593         varobj_value_get_print_value and make it extern.
1594         (varobj_value_is_changeable_p): Make it extern.
1595         (adjust_value_for_child_access): Move it to c-varobj.c.
1596         (default_value_is_changeable_p): Rename it to
1597         varobj_default_value_is_changeable_p.  Make it extern.
1598         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1599         (c_name_of_child, c_path_expr_of_child): Likewise.
1600         (c_value_of_child, c_type_of_child): Likewise.
1601         (c_value_of_variable, cplus_number_of_children): Likewise.
1602         (cplus_class_num_children, cplus_name_of_variable): Likewise.
1603         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1604         (cplus_value_of_child, cplus_type_of_child): Likewise.
1605         (cplus_value_of_variable): Likewise.
1606         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1607         (java_name_of_child, java_path_expr_of_child): Likewise.
1608         (java_value_of_child, java_type_of_child): Likewise.
1609         (java_value_of_variable): Likewise.
1610         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1611         (ada_name_of_child, ada_path_expr_of_child): Likewise.
1612         (ada_value_of_child, ada_type_of_child): Likewise.
1613         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1614         (ada_value_has_mutated): Likewise.
1615         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1616         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
1617         (c_varobj_ops, cplus_varobj_ops): Declare.
1618         (java_varobj_ops, ada_varobj_ops): Declare.
1619         (varobj_default_value_is_changeable_p): Declare.
1620         (varobj_value_is_changeable_p): Declare.
1621         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1622         (varobj_get_path_expr_parent): Declare.
1623         (varobj_value_get_print_value): Declare.
1624         (varobj_formatted_print_options): Declare.
1625         (varobj_restrict_range): Declare.
1626
1627 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
1628
1629         * target/waitstatus.h (target_waitkind): Remove spurious
1630         character from the comments.
1631
1632 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
1633
1634         * gdbarch.sh (get_longjmp_target): Add method documentation.
1635         * gdbarch.h: Regenerate.
1636
1637 2013-10-16  Tom Tromey  <tromey@redhat.com>
1638
1639         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
1640         label.
1641
1642 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
1643
1644         * gcore.in: Call GDB using the full path to the gcore script.
1645         Error out if the GDB binary is not found.
1646
1647 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1648
1649         PR gdb/16014
1650         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
1651         sizeof.
1652
1653 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1654
1655         PR gdb/16042
1656         * target.c (target_disable_btrace): Fix invalid return value for
1657         void function.
1658         (target_teardown_btrace): Likewise.
1659
1660 2013-10-14  Yao Qi  <yao@codesourcery.com>
1661
1662         * varobj.c (struct varobj): Move most of the fields to
1663         varobj.h.
1664         (struct varobj_dynamic): New struct.
1665         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
1666         (varobj_has_more): Likewise.
1667         (dynamic_varobj_has_child_method): Likewise.
1668         (update_dynamic_varobj_children): Likewise.
1669         (varobj_get_num_children): Likewise.
1670         (varobj_list_children, varobj_pretty_printed_p): Likewise.
1671         (install_new_value_visualizer): Likewise.
1672         (install_new_value_visualizer, install_new_value): Likewise.
1673         (varobj_update, new_variable, free_variable): Likewise.
1674         (my_value_of_variable, value_get_print_value): Likewise.
1675         (install_visualizer): Change the type of parameter 'var' to
1676         'struct varobjd_dynamic *'.  Callers update.
1677         * varobj.h (struct varobj): Moved from varobj.c.
1678         (struct varobj) <dynamic>: New field.
1679
1680 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
1681
1682         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
1683         as the preferred name of r30.
1684         * nios2-linux-tdep.c (reg_offsets): Likewise.
1685         * features/nios2-cpu.xml: Likewise.
1686         * features/nios2-linux.c: Regenerated.
1687         * features/nios2.c: Regenerated.
1688         * regformats/nios2-linux.dat: Regenerated.
1689
1690 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1691
1692         Canonicalize directories for EXEC_FILENAME.
1693         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
1694         exec_filename.
1695         * utils.c (gdb_realpath_keepfile): New function.
1696         * utils.h (gdb_realpath_keepfile): New declaration.
1697
1698 2013-10-11  Doug Evans  <dje@google.com>
1699
1700         * Makefile.in (GDBFLAGS): New variable.
1701         (run): New rule.
1702
1703 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1704
1705         * NEWS: Add entry documenting the new "-catch-assert" and
1706         "-catch-exception" GDB/MI commands.
1707
1708 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1709
1710         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
1711         "enabled".
1712         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
1713         "enabled".  Set B->ENABLE_STATE accordingly.
1714         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
1715         ada-lang.c.
1716         (create_ada_exception_catchpoint): Add declaration.
1717         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1718         (create_ada_exception_catchpoint): Make non-static. Add new
1719         parameter "disabled". Use it in call to
1720         init_ada_exception_breakpoint.
1721         (catch_ada_exception_command): Add parameter "enabled" in call
1722         to create_ada_exception_catchpoint.
1723         (catch_assert_command): Likewise.
1724
1725         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1726         Add declarations.
1727         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1728         "catch-exception" commands.
1729         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1730         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1731
1732 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1733
1734         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1735         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
1736         of all its enumerates with "ada_".  Update the rest of this
1737         file throughout.
1738
1739 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1740
1741         * ada-lang.c (ada_decode_exception_location): Delete.
1742         (create_ada_exception_catchpoint): Remove arguments "sal",
1743         "addr_string" and "ops".  Add argument "ex_kind" instead.
1744         Adjust implementation accordingly, calling ada_exception_sal
1745         to get the entities it no longer gets passed as arguments.
1746         Document the function's arguments.
1747         (catch_ada_exception_command): Use catch_ada_exception_command_split
1748         instead of ada_decode_exception_location, and update call to
1749         create_ada_exception_catchpoint.
1750         (catch_ada_assert_command_split): Renames
1751         ada_decode_assert_location.  Remove parameters "addr_string" and
1752         "ops", and now returns void.  Adjust implementation accordingly.
1753         Update the function documentation.
1754         (catch_assert_command): Use catch_ada_assert_command_split
1755         instead of ada_decode_assert_location.  Update call to
1756         create_ada_exception_catchpoint.
1757
1758 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1759
1760         * utils.h (perror_warning_with_name): Add declaration.
1761         * utils.c (perror_warning_with_name): New function.
1762         * cli/cli-cmds.c (source_script_with_search): Add call to
1763         perror_warning_with_name if from_tty is nul.
1764
1765 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1766
1767         * utils.c (perror_string): New function, extracted out of
1768         throw_perror_with_name.
1769         (throw_perror_with_name): Rework to use perror_string.
1770
1771 2013-10-11  Yao Qi  <yao@codesourcery.com>
1772
1773         * remote.c (discard_pending_stop_replies_in_queue): Update
1774         declaration.
1775         (struct stop_reply) <rs>: New field.
1776         (remove_stop_reply_of_remote_state): New function.
1777         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1778         Callers update.  Pass remove_stop_reply_of_remote_state to
1779         QUEUE_iterate.
1780         (remote_parse_stop_reply): Initialize field 'rs'.
1781
1782 2013-10-10  Will Newton  <will.newton@linaro.org>
1783
1784         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1785         linux_init_abi.
1786
1787 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1788
1789         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1790         serial_baud_show_cmd.
1791         (_initialize_cli_cmds): Delete the code creating the
1792         "set/show remotebaud" commands.
1793         * serial.c (baud_rate): Move here from top.c.
1794         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1795         (_initialize_serial): Create "set/show serial baud" commands.
1796         Add "set/show remotebaud" command aliases.
1797         * top.c (baud_rate): Moved to serial.c.
1798         * NEWS: Document the new "set/show serial baud" commands,
1799         replacing "set/show remotebaud".
1800
1801 2013-10-09  Pedro Alves  <palves@redhat.com>
1802
1803         * breakpoint.c (insert_bp_location): Use memory_error_message to
1804         build the memory error string.
1805         * c-lang.c: Include "gdbcore.h".
1806         (c_get_string): Use memory_error to throw error.
1807         (target_xfer_memory_error): Delete.
1808         (memory_error_message): New, factored out from
1809         target_xfer_memory_error.
1810         (memory_error): Change parameter type to target_xfer_error.
1811         Rewrite.
1812         (read_memory): Use memory_error instead of
1813         target_xfer_memory_error.
1814         * gdbcore.h: Include "target.h".
1815         (memory_error): Change parameter type to target_xfer_error.
1816         (memory_error_message): Declare function.
1817         * target.c (target_read_memory, target_read_stack)
1818         (target_write_memory, target_write_raw_memory): Return
1819         TARGET_XFER_E_IO on error.  Adjust comments.
1820         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1821         instead of EIO.
1822         * target.h (target_read, target_insert_breakpoint)
1823         (target_remove_breakpoint): Adjust comments.
1824         * valprint.c (partial_memory_read): Rename parameter, and adjust
1825         comment.
1826         (val_print_string): Use memory_error_message to build the memory
1827         error string.
1828
1829 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1830
1831         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1832         result variable.  Rename variable fopen_e_ever_failed to
1833         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
1834
1835 2013-10-09  Pedro Alves  <palves@redhat.com>
1836
1837         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1838         (monitor_write_memory_longlongs, monitor_write_memory_block):
1839         Constify 'myaddr' parameter.
1840         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1841         helper.
1842         (monitor_xfer_partial): New function.
1843         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1844         hook.  Install a to_xfer_partial hook.
1845
1846 2013-10-09  Tom Tromey  <tromey@redhat.com>
1847
1848         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1849         bfd_get_alt_debug_link_info.
1850
1851 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1852
1853         New flag OBJF_NOT_FILENAME.
1854         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1855         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1856         allocate_objfile.
1857         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1858         symbol_file_add_from_bfd.
1859         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1860         allocate_objfile.
1861         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1862         NULL.
1863         * objfiles.h (OBJF_NOT_FILENAME): New.
1864
1865 2013-10-08  Tom Tromey  <tromey@redhat.com>
1866
1867         * Makefile.in (SFILES): Add build-id.c.
1868         (HFILES_NO_SRCDIR): Add build-id.h.
1869         * build-id.c: New file, largely from elfread.c.  Modified
1870         most functions.
1871         * build-id.h: New file.
1872         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
1873         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
1874         Search for dwz file using build-id.
1875         * elfread.c (build_id_bfd_get, build_id_verify)
1876         (build_id_to_debug_filename, find_separate_debug_file): Remove.
1877
1878 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1879
1880         * ada-lang.c (compare_names_with_case): Renamed from
1881         compare_names, adding a new parameter "casing" and its handling.
1882         New function documentation.
1883         (compare_names): New function, implemented using
1884         compare_names_with_case.
1885
1886 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1887
1888         * ada-lang.c (ada_exception_sal): Remove advance declaration.
1889
1890 2013-10-07  Tom Tromey  <tromey@redhat.com>
1891
1892         * objfiles.c (free_objfile_per_bfd_storage): Delete the
1893         demangled_names_hash.
1894         (free_objfile): Don't delete the demangled_names_hash.
1895         * objfiles.h (struct objfile_per_bfd_storage)
1896         <demangled_names_hash>: New field.
1897         (struct objfile) <demangled_names_hash>: Move to
1898         objfile_per_bfd_storage.
1899         * symfile.c (reread_symbols): Don't delete the
1900         demangled_names_hash.
1901         * symtab.c (create_demangled_names_hash): Update.
1902         (symbol_set_names): Update.
1903
1904 2013-10-07  Tom Tromey  <tromey@redhat.com>
1905
1906         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1907         needs_relocations>: New fields.
1908         (gdb_bfd_requires_relocations): New function.
1909         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1910         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1911         the BFD needs relocations applied.
1912
1913 2013-10-07  Pedro Alves  <palves@redhat.com>
1914
1915         PR breakpoints/11568
1916         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1917         the thread list" instead of "gone".
1918
1919 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1920
1921         * NEWS: Mention new convenience variable $_exitsignal.
1922         * corelow.c (core_open): Reset exit convenience variables.  Set
1923         $_exitsignal to the uncaught signal which generated the corefile.
1924         * infrun.c (handle_inferior_event): Reset exit convenience
1925         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1926         (clear_exit_convenience_vars): New function.
1927         * inferior.h (clear_exit_convenience_vars): New prototype.
1928
1929 2013-10-06  Yao Qi  <yao@codesourcery.com>
1930
1931         * varobj.h: Add comments to enum varobj_languages.
1932
1933 2013-10-04  Doug Evans  <dje@google.com>
1934
1935         Add support for DWP file format version 2.
1936         * NEWS: Mention support for DWP file format version 2.
1937         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1938         union of asection, containing_section.  New fields virtual_offset
1939         and is_virtual.  Change type of readin filed from int to char.
1940         (dwo_sections, dwo_file): Tweak comments.
1941         (dwp_v2_section_ids): New enum.
1942         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1943         str_offsets, types.
1944         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1945         All uses updated.
1946         (virtual_v2_dwo_sections): New struct.
1947         (dwp_hash_table): New fields version, nr_columns.  Change type of
1948         section_pool field to a union.
1949         (dwp_file): New field version.
1950         (dwarf2_has_info): Check for virtual sections.
1951         (get_containing_section): New function.
1952         (get_section_bfd_owner, get_section_bfd_section): Call it.
1953         (dwarf2_locate_sections): Update.
1954         (dwarf2_section_empty_p): Update.
1955         (dwarf2_read_section): Handle virtual sections.
1956         (locate_dwz_sections): Update.
1957         (create_dwp_hash_table): Document and handle V2 format.
1958         (locate_v1_virtual_dwo_sections): Renamed from
1959         locate_virtual_dwo_sections and update.  All callers updated.
1960         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1961         Delete arg htab.  Rename arg section_index to unit_index.
1962         All callers updated.
1963         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1964         All uses updated.
1965         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1966         (lookup_dwo_unit_in_dwp): Add V2 support.
1967         (dwarf2_locate_dwo_sections): Update.
1968         (dwarf2_locate_common_dwp_sections): Renamed from
1969         dwarf2_locate_dwp_sections and update.  All callers updated.
1970         (dwarf2_locate_v2_dwp_sections): New function.
1971         (open_and_init_dwp_file): Add V2 support.
1972         (read_str_index): New locals str_section, str_offsets_section.
1973
1974 2013-10-04  Pedro Alves  <palves@redhat.com>
1975
1976         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1977         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1978         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1979         describing comments with references to ptid.h.
1980         * common/ptid.h: Remove intro description of constructors,
1981         accessors and predicates.
1982         (struct ptid): Reformat.
1983         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1984         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1985         describing comments.
1986
1987 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1988
1989         * aix-thread.c (sync_threadlists): Add missing ')' in call
1990         to ptid_build.
1991
1992 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1993
1994         * procfs.c (procfs_init_inferior): Fix typo causing the build
1995         to fail.
1996
1997 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1998
1999         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2000
2001 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2002
2003         * mi/mi-main.c (run_one_inferior): Add function description.
2004         Make ARG a pointer to an integer whose value determines whether
2005         we should "run" or "start" the program.
2006         (mi_cmd_exec_run): Add handling of the "--start" option.
2007         Reject all other command-line options.
2008         * NEWS: Add entry for "-exec-run"'s new "--start" option.
2009
2010 2013-10-04  Yao Qi  <yao@codesourcery.com>
2011
2012         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2013         (struct notif_client) <pending_event>: Moved
2014         to struct remote_notif_state.
2015         <id>: New field.
2016         (struct remote_notif_state) <pending_event>: New field.
2017         (notif_event_xfree): Declare.
2018         * remote-notif.c (handle_notification): Adjust.
2019         (notif_event_xfree): New function.
2020         (do_notif_event_xfree): Call notif_event_xfree.
2021         (remote_notif_state_xfree): Call notif_event_xfree to free
2022         each element in field pending_event.
2023         * remote.c (discard_pending_stop_replies): Remove declaration.
2024         (discard_pending_stop_replies_in_queue): Declare.
2025         (remote_close): Call discard_pending_stop_replies_in_queue
2026         instead of discard_pending_stop_replies.
2027         (remote_start_remote): Adjust.
2028         (stop_reply_xfree): Call notif_event_xfree.
2029         (notif_client_stop): Adjust initialization.
2030         (remote_notif_remove_all): Rename it to ...
2031         (remove_stop_reply_for_inferior): ... this.  Update comments.
2032         Don't check INF is NULL.
2033         (discard_pending_stop_replies): Return early if notif_state is
2034         NULL.  Adjust.  Don't check INF is NULL.
2035         (remote_notif_get_pending_events): Adjust.
2036         (discard_pending_stop_replies_in_queue): New function.
2037         (remote_wait_ns): Likewise.
2038
2039 2013-10-04  Yao Qi  <yao@codesourcery.com>
2040
2041         * remote-notif.c (DECLARE_QUEUE_P): Remove.
2042         (notif_queue): Remove.
2043         (remote_notif_process): Add one parameter 'notif_queue'.
2044         Update comments.  Callers update.
2045         (remote_async_get_pending_events_token): Remove.
2046         (remote_notif_register_async_event_handler): Remove.
2047         (remote_notif_unregister_async_event_handler): Remove.
2048         (handle_notification): Add parameter 'notif_queue'.  Update
2049         comments.  Callers update.
2050         (notif_xfree): Remove.
2051         (remote_notif_state_allocate): New function.
2052         (remote_notif_state_xfree): New function.
2053         (_initialize_notif): Remove code to allocate queue.
2054         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2055         (struct remote_notif_state): New.
2056         (handle_notification): Update declaration.
2057         (remote_notif_process): Likewise.
2058         (remote_notif_register_async_event_handler): Remove.
2059         (remote_notif_unregister_async_event_handler): Remove.
2060         (remote_notif_state_allocate): Declare.
2061         (remote_notif_state_xfree): Declare.
2062         * remote.c (struct remote_state) <notif_state>: New field.
2063         (remote_close): Don't call
2064         remote_notif_unregister_async_event_handler.  Call
2065         remote_notif_state_xfree.
2066         (remote_open_1): Don't call
2067         remote_notif_register_async_event_handler.  Call
2068         remote_notif_state_allocate.
2069
2070 2013-10-04  Yao Qi  <yao@codesourcery.com>
2071
2072         * varobj.c (create_child_with_value): Remove 'const' from the
2073         type of parameter 'name'.
2074         (varobj_add_child): Likewise.
2075         (install_dynamic_child): Remove 'const' from the type of
2076         parameter 'name'.
2077         (varobj_add_child): Likewise.
2078         (create_child_with_value): Likewise.  Update comments.  Don't
2079         duplicate 'name'.
2080         (update_dynamic_varobj_children): Duplicate 'name'
2081         and pass it to install_dynamic_child.
2082
2083 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
2084
2085         * python/py-value.c (convert_value_from_python): Move PyInt_Check
2086         conversion logic to occur after PyLong_Check.  Comment on order
2087         change significance.
2088         * python/py-arch.c (archpy_disassemble): Comment on order of
2089         conversion for integers and longs.
2090
2091 2013-10-03  Pedro Alves  <palves@redhat.com>
2092
2093         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2094         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2095         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
2096         PTRACE_O_TRACEFORK is not supported.
2097         (linux_test_for_tracesysgood): New function.
2098         (linux_test_for_tracefork): New function, factored out from
2099         linux_check_ptrace_features, and also don't kill child_pid here.
2100
2101 2013-10-03  Tristan Gingold  <gingold@adacore.com>
2102
2103         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2104         Remove verbose error reporting.  Use detected state to
2105         thread_set_state call.
2106         (i386_darwin_dr_get): Fix return type.  Remove verbose error
2107         report.
2108         Remove trailing spaces.
2109
2110 2013-10-02  Pedro Alves  <palves@redhat.com>
2111
2112         * cp-valprint.c (cp_print_value_fields): Adjust calls to
2113         val_print_optimized_out.
2114         * jv-valprint.c (java_print_value_fields): Likewise.
2115         * p-valprint.c (pascal_object_print_value_fields): Likewise.
2116         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2117         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2118         new optimized out value.
2119         * findvar.c (address_from_register): Likewise.
2120         * frame.c (put_frame_register): Tweak error string to say the
2121         register was not saved, rather than optimized out.
2122         * infcmd.c (default_print_one_register_info): Adjust call to
2123         val_print_optimized_out.  Use value_of_register instead of
2124         get_frame_register_value.
2125         * mi/mi-main.c (output_register): Use value_of_register instead of
2126         get_frame_register_value.
2127         * valprint.c (valprint_check_validity): Likewise.
2128         (val_print_optimized_out): New value parameter.  If the value is
2129         lval_register, print <not saved> instead.
2130         (value_check_printable, val_print_scalar_formatted): Adjust calls
2131         to val_print_optimized_out.
2132         * valprint.h (val_print_optimized_out): New value parameter.
2133         * value.c (struct value) <optimized_out>: Extend comment.
2134         (error_value_optimized_out): New function.
2135         (require_not_optimized_out): Use it.  Use a different string for
2136         lval_register values.
2137         * value.h (error_value_optimized_out): New declaration.
2138         * NEWS: Mention <not saved>.
2139
2140 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2141
2142         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2143         strcmp to compare two symtab filenames.
2144
2145 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2146
2147         * symtab.c (search_symbols_equal): Delete.
2148         (sort_search_symbols_remove_dups): Replace call to
2149         search_symbols_equal by call to compare_search_syms,
2150         adjusting as necessary.
2151
2152 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2153
2154         PR python/15579
2155         * python/python.c: Document gdb.execute command in Python help.
2156
2157 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2158
2159         * python/py-frame.c (frame_info_to_frame_object): Use
2160         gdbpy_convert_exception. Clean up Python object on failure.
2161
2162 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2163
2164         * python/lib/gdb/command/frame_filters.py
2165         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2166         (ShowFrameFilterPriority.invoke): Ditto.
2167
2168 2013-10-01  Keith Seitz  <keiths@redhat.com>
2169
2170         * linespec.c (struct ls_parser): Make 'saved_arg' const.
2171         (parse_linespec): Make 'argptr' const.
2172         Remove temporary cast of 'argptr' to const char **.
2173         (decode_line_full): Pass const pointer to parse_linespec.
2174         (decode_line_1): Likewise.
2175         (decode_objc): Make local variable 'new_argptr' const.
2176         (find_function_symbols): Remove temporary cast to char *
2177         to find_imps.
2178         * objc-lang.c (find_imps): Make argument 'method' const.
2179         Return const.
2180         * objc-lang.h (find_imps): Likewise.
2181
2182 2013-10-01  Keith Seitz  <keiths@redhat.com>
2183
2184         * completer.c (skip_quoted_chars): Make all arguments const.
2185         Return const.
2186         (skip_quoted): Likewise.
2187         * completer.h (skip_quoted_chars): Likewise.
2188         (skip_quoted): Likewise.
2189         * defs.h (skip_quoted): Remove duplicate declaration.
2190         * jv-exp.y: Include completer.h.
2191         (yylex): Remove unneccessary cast to char * fro skip_quoted.
2192         * p-exp.y: Include completer.h.
2193
2194 2013-10-01  Keith Seitz  <keiths@redhat.com>
2195
2196         * c-exp.y (parse_number): Make first argument const.
2197         Make a copy of the input to manipulate.
2198         (c_parse_escape): Make first argument const.
2199         Make local variable 'tokptr' const.
2200         (parse_string_or_char): Make first two arguments const.
2201         (macro_original_text): Make const.
2202         (lex_one_token): Make local variable 'tokstart' const.
2203         Likewise for local variables named 'p'.
2204         Cast away const for struct stoken (temporary).
2205         * c-lang.h (c_parse_escpae): Make first argument const.
2206         * cli/cli-cmds.c (echo_command): Make local variable 'p'
2207         const.
2208         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2209         var_string case.
2210         * f-exp.y (parse_number): Make first argument const.
2211         (match_string_literal): Make local variable 'tokstart'
2212         const.
2213         (yylex): Make local variable 'p' const.
2214         Cast away const for struct stoken (temporary).
2215         * go-exp.y (parse_number): Make first argument const.
2216         (parse_string_or_char): Likewise.
2217         Make local variable 'tokstart' const.
2218         (lex_one_token): Likewise for numerous locals called 'p'.
2219         Cast away const for struct stoken (temporary).
2220         * jv-exp.y (parse_number): Make first argument const.
2221         Make local variables 'tokstart' and 'tokptr' const.
2222         Cast away const for call to skip_quoted (temporary).
2223         (yylex): Make local variable 'p' const.
2224         Cast away const for struct stoken (temporary).
2225         * m2-exp.y (parse_number): Make local variable 'p' const.
2226         (yylex): Likewise for 'tokstart'.
2227         Cast away const for struct stoken (temporary).
2228         Make local variable 'p' const.
2229         * macroexp.c (get_character_constant): Pass a const string
2230         to c_parse_escape.
2231         (get_string_literal): Likewise.
2232         (macro_expand_next): Make first argument const.
2233         Cast away const for init_shared_buffer.
2234         * macroexp.h (macro_expand_next): Make first argument const.
2235         * p-exp.y (yylex): Make a local copy of 'lexptr'.
2236         Pass a const string to c_parse_escape.
2237         Make local variables 'p' and 'namestart' const.
2238         * parse.c (lexptr): Make const.
2239         (prev_lexptr): Likewise.
2240         (find_template_name_end): Return const.
2241         Make argument const, too.
2242         (parse_exp_in_context): Make first argument const.
2243         Remove the entire const_hack.
2244         (parse_exp_in_context_1): Make first argument const.
2245         * parser-defs.h (find_template_name_end): Return const.
2246         Make argument const, too.
2247         (lexptr): Make const.
2248         (prev_lexptr): Likewise.
2249         * utils.c (parse_escape): Make second argument const.
2250         * utils.h (parse_escape): Likewise.
2251
2252 2013-10-01  Keith Seitz  <keiths@redhat.com>
2253
2254         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2255         is now const.
2256         (block_lookup): Make 'raw_name' and 'name' const.
2257         * ada-lex.l (processString): Update for struct stoken.ptr.
2258         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2259         (operator_stoken): Likewise.
2260         (lex_one_token): Remove temporary cast to char * for
2261         'yylval.sval.ptr'.
2262         * f-exp.y (yylex): Likewise.
2263         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2264         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2265         * go-exp.y (lex_one_token): Remove temporary cast to char * for
2266         'yylval.sval.ptr'.
2267         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2268         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2269         * linespec.c (struct ls_parser): Make 'stream' const.
2270         (find_parameter_list_end): Make argument 'input' and local
2271         variable 'p' const.
2272         (linespec_lexer_lex_string): Make local variables 'start' and
2273         'p' const.
2274         Use skip_spaces_const instead of skip_spaces.
2275         (linespec_lexer_peek_token): Make local variable 'saved_stream'
2276         const.
2277         (parse_linespec): Temporarily cast 'argptr' to const for
2278         'parser->lexer.stream'.
2279         * m2-exp.y (yylex): Remove temporary cast to char * for
2280         'yylval.sval.ptr'.
2281         * objc-lang.c (add_msglist): Make local variable 'p' const.
2282         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2283         (exp : STRING): Make 'sp' const.
2284         (parse_number): Make argument 'p' const.
2285         * parser-defs.h (struct stoken): Make 'ptr' const.
2286
2287 2013-10-01  Doug Evans  <dje@google.com>
2288
2289         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2290
2291 2013-10-01  Yao Qi  <yao@codesourcery.com>
2292
2293         * varobj.c (c_value_of_root): Remove declaration.
2294         (cplus_value_of_root, java_value_of_root): Likewise.
2295         (ada_value_of_root): Likewise.
2296         (struct language_specific) <value_of_root>: Remove.
2297         (languages): Update initialization.
2298         (check_scope): Move earlier.
2299         (c_value_of_root): Move earlier and rename to ...
2300         (value_of_root_1): ... this.
2301         (value_of_root): Caller update.
2302         (cplus_value_of_root, java_value_of_root): Remove.
2303         (ada_value_of_root): Remove.
2304
2305 2013-10-01  Yao Qi  <yao@codesourcery.com>
2306
2307         * varobj.c (varobj_format_string): Remove "unknown".
2308         (languages): Remove the first element.
2309         * varobj.h (enum varobj_languages): Remove vlang_c.
2310
2311 2013-10-01  Yao Qi  <yao@codesourcery.com>
2312
2313         * varobj.c (struct language_specific) <language>: Remove.
2314         (languages): Update the initialization.
2315
2316 2013-10-01  Yao Qi  <yao@codesourcery.com>
2317
2318         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2319         "solib-target.h".  Include "windows-tdep.h".
2320         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
2321         set_solib_ops and set_gdbarch_has_dos_based_file_system.
2322         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2323         windows-tdep.o to gdb_target_obs.
2324
2325 2013-10-01  Yao Qi  <yao@codesourcery.com>
2326
2327         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2328         "solib-target.h".
2329         (amd64_windows_init_abi): Don't call set_solib_ops and
2330         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2331         windows_init_abi instead.
2332         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2333         "solib-target.h".
2334         (i386_cygwin_init_abi): Don't call set_solib_ops,
2335         set_gdbarch_has_dos_based_file_system and
2336         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2337         windows_init_abi instead.
2338         * windows-tdep.c: Include "solib.h" and "solib-target.h".
2339         (windows_init_abi): New function.
2340         (windows_iterate_over_objfiles_in_search_order): Make it
2341         static.
2342         * windows-tdep.h (windows_init_abi): Declare.
2343         (windows_iterate_over_objfiles_in_search_order): Remove
2344         declaration.
2345
2346 2013-10-01  Jerome Guitton  <guitton@adacore.com>
2347
2348         Checked in by Joel Brobecker  <brobecker@adacore.com>
2349         * system-gdbinit/elinos.py (get_elinos_environment): Return an
2350         incomplete dictionnary instead of None in case of missing
2351         environment variables.
2352         (elinos_init): in case of an incomplete environment, best
2353         effort to load system libraries instead of abort.
2354
2355 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
2356
2357         * ada-lang.c (ada_has_this_exception_support): Ignore
2358         mst_solib_trampoline minimal symbols.
2359
2360 2013-09-30  Tristan Gingold  <gingold@adacore.com>
2361
2362         * i386-darwin-nat.c (darwin_complete_target): Install methods for
2363         hardware watchpoint.
2364         (i386_darwin_dr_set): Support 32 and 64 bit states.
2365         (i386_darwin_dr_get): Likewise.
2366         (i386_darwin_dr_set_control): Make static.
2367         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2368         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2369
2370 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
2371
2372         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2373         Replace TIDGET with ptid_get_lwp.
2374         Replace GET_LWP with ptid_get_lwp.
2375         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2376         Replace BUILD_THREAD with ptid_build.
2377         Replace BUILD_LWP with ptid_build.
2378         Replace PIDGET with ptid_get_pid.
2379         Replace TIDGET with ptid_get_lwp.
2380         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2381         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2382         Replace TIDGET with ptid_get_lwp.
2383         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2384         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2385         Replace TIDGET with ptid_get_lwp.
2386         Replace GET_LWP with ptid_get_lwp.
2387         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2388         * auxv.c: Likewise.
2389         * breakpoint.c: Likewise.
2390         * common/ptid.c (ptid_is_pid): Condense check for
2391         null_ptid and minus_one_ptid.
2392         (ptid_lwp_p): New function.
2393         (ptid_tid_p): New function.
2394         * common/ptid.h: Update comments for accessors.
2395         (ptid_lwp_p): New prototype.
2396         (ptid_tid_p): New prototype.
2397         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2398         * gcore.c: Replace PIDGET with ptid_get_pid.
2399         * gdbthread.h: Likewise.
2400         * gnu-nat.c: Likewise.
2401         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2402         Replace TIDGET with ptid_get_lwp.
2403         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2404         * hppanbsd-nat.c: Likewise.
2405         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2406         Replace TIDGET with ptid_get_lwp.
2407         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2408         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2409         * infcmd.c: Likewise.
2410         * inferior.h: Likewise.
2411         * inflow.c: Likewise.
2412         * infrun.c: Likewise.
2413         * linux-fork.c: Likewise.
2414         * linux-nat.c: Replace PIDGET with ptid_get_pid.
2415         Replace GET_PID with ptid_get_pid.
2416         Replace is_lwp with ptid_lwp_p.
2417         Replace GET_LWP with ptid_get_lwp.
2418         Replace BUILD_LWP with ptid_build.
2419
2420 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
2421
2422         * common/linux-btrace.c: Move sys/syscall.h out of the
2423         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2424         Also check for SYS_perf_event_open before attempting to buid.
2425
2426 2013-09-27  Doug Evans  <dje@google.com>
2427
2428         * dwarf2read.c (dwarf2_section_info): Add comment.
2429         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2430         All uses updated.
2431         (dwarf2_section_empty_p): Rename arg from "info" to "section".
2432         (dwarf2_read_section): Delete unused local "header".  Add section
2433         name to error message.
2434         (create_dwo_in_dwp): Tweak comment.
2435         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2436
2437         * dwarf2read.c (die_reader_specs): Tweak comment.
2438         (get_section_bfd_owner, get_section_bfd_section): New functions.
2439         (get_section_name, get_section_file_name): New functions.
2440         (get_section_id, get_section_flags): New functions.
2441         (*): Use new functions to access section fields.
2442
2443         * dwarf2read.c (struct dwo_file): Add/tweak comments.
2444         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
2445         arg "htab".  All callers updated.
2446         (create_debug_types_hash_table): Remove redundant copy of
2447         abbrev_section.
2448         (create_dwo_in_dwp): Tweak comments.
2449         (read_str_index): Tweak comment.  Record dwarf form name in static
2450         local.
2451
2452 2013-09-27  Pedro Alves  <palves@redhat.com>
2453
2454         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2455         (remote_filename_p): Add comment.
2456         * remote.c (remote_filename_p): Adjust to use
2457         REMOTE_SYSROOT_PREFIX.
2458         * solib.c (solib_find): When deciding whether we need to add a
2459         directory separator, check whether the sysroot is "remote:"
2460         instead of checking whether the patch has a drive spec.  Add
2461         comments.
2462
2463 2013-09-27  Pedro Alves  <palves@redhat.com>
2464
2465         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2466         Delete fields.
2467         (remote_parse_stop_reply): Adjust, setting event->ws.kind
2468         directly.
2469
2470 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2471
2472         Fix set debug frame output.
2473         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
2474         SENTINEL_FRAME entry lower to match enum frame_type order.
2475
2476 2013-09-26  Pierre Muller  <muller@sourceware.org>
2477
2478         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2479         AMD64_R15_REGNUM when a register index is expected.
2480         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2481         Substitute in array.
2482         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2483         (amd64_push_arguments): Substitute in integer_regnum array.
2484
2485 2013-09-25  Doug Evans  <dje@google.com>
2486
2487         * objfiles.c (allocate_objfile): Move comment to better place.
2488
2489         New option "set debug symfile on".
2490         * NEWS: Mention "set debug symfile".
2491         * Makefile.in (SFILES): Add symfile-debug.c.
2492         (COMMON_OBS): Add symfile-debug.o.
2493         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2494         objfile's symbol functions.
2495         * objfiles.h (objfile_set_sym_fns): Declare.
2496         * symfile-debug.c: New file.
2497         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2498         objfile's symbol functions.
2499         (reread_symbols): Ditto.
2500
2501         * symfile.h (struct sym_fns): Delete member "sym_flavour".
2502         All uses updated.
2503         (add_symtab_fns): Update prototype.
2504         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
2505         (registered_sym_fns): ... this.
2506         (symtab_fns): Update.
2507         (add_symtab_fns): New arg "flavour".  All callers updated.
2508         (find_sym_fns): Rewrite to use new sym_fns registry.
2509
2510         * symfile.h (struct sym_fns): Add "objfile" argument to
2511         sym_read_linetable.  All uses updated.
2512
2513         * symtab.c (domain_name, search_domain_name): New functions.
2514         * symtab.h (domain_name, search_domain_name): Declare.
2515
2516         * symfile.h (struct quick_symbol_functions): Reorg arg list of
2517         map_matching_symbols so objfile is first.  All uses updated.
2518         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2519         * psymtab.c (map_matching_symbols_psymtab): Update signature.
2520
2521 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2522
2523         PR shlibs/8882
2524         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2525         link map entries.
2526
2527 2013-09-24  Doug Evans  <dje@google.com>
2528
2529         * objfiles.c (free_objfile): Move comment.
2530
2531 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2532
2533         * ada-exp.y (string_to_operator): Delete.
2534         (dummy_string_to_ada_operator): Delete.
2535
2536 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2537
2538         Revert:
2539         * i386-tdep.h (enum amd64_reg_class): New, moved here from
2540         amd64-tdep.c.
2541         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2542         call_dummy_integer_regs, and classify.
2543         * amd64-tdep.h (amd64_classify): Add declaration.
2544         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2545         (amd64_reg_class): Delete, moved to i386-tdep.h.
2546         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
2547         Replace call to amd64_classify by call to tdep->classify.
2548         (amd64_push_arguments): Get the list of registers to use for
2549         passing integer parameters from the gdbarch tdep structure,
2550         rather than using a hardcoded one.  Replace calls to amd64_classify
2551         by calls to tdep->classify.
2552         (amd64_push_dummy_call): Get the register number used for
2553         the "hidden" argument from tdep->call_dummy_integer_regs.
2554         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2555         and tdep->call_dummy_integer_regs.  Set tdep->classify.
2556
2557 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2558
2559         Revert:
2560         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2561         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2562         where tdep->memory_args_by_pointer is non-zero.
2563
2564 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2565
2566         Revert:
2567         * i386-tdep.h (struct gdbarch_tdep): Add new field
2568         integer_param_regs_saved_in_caller_frame.
2569         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2570         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2571
2572 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2573
2574         * amd64-windows-tdep.c: #include "value.h"
2575         (amd64_windows_classify): Delete.
2576         (amd64_windows_passed_by_integer_register)
2577         (amd64_windows_passed_by_xmm_register)
2578         (amd64_windows_passed_by_pointer)
2579         (amd64_windows_adjust_args_passed_by_pointer)
2580         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2581         (amd64_windows_push_dummy_call): New functions.
2582         (amd64_windows_init_abi): Remove setting of
2583         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2584         tdep->classify, tdep->memory_args_by_pointer and
2585         tdep->integer_param_regs_saved_in_caller_frame.
2586         Add call to set_gdbarch_push_dummy_call.
2587
2588 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2589
2590         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2591         objfile->original_name.
2592
2593 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2594
2595         Pass down original filename for objfile.
2596         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2597         * elfread.c (elf_symfile_read): Likewise.
2598         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2599         longer set ORIGINAL_NAME.
2600         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2601         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2602         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
2603         symbol_file_add_from_bfd call.
2604         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2605         (macho_check_dsym): Add parameter filenamep.  Change function comment.
2606         Set *filenamep.
2607         (macho_symfile_read): New variable dsym_filename.  Update
2608         macho_check_dsym call.  Use it for symbol_file_add_separate.
2609         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
2610         it.  Use it for objfile->original_name.
2611         (objfile_name): Return OBFD's filename, if available.
2612         * objfiles.h (allocate_objfile): Add new parameter name.
2613         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2614         * symfile-mem.c (symbol_file_add_from_memory): Update
2615         symbol_file_add_from_bfd call.
2616         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2617         comment for it.
2618         (symbol_file_add_with_addrs): New parameter name, add function comment
2619         for it.  Remove variable name.  Update allocate_objfile call.
2620         (symbol_file_add_separate): New parameter name, add function comment
2621         for it.  Update symbol_file_add_with_addrs call.
2622         (symbol_file_add_from_bfd): New parameter name.  Update
2623         symbol_file_add_with_addrs call.
2624         (symbol_file_add): Update symbol_file_add_from_bfd call.
2625         (reread_symbols): New variable original_name.  Save
2626         objfile->original_name by it.
2627         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
2628         second parameter.
2629
2630 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2631
2632         Code cleanup: Add objfile_name accessor function.
2633         * ada-lang.c (is_known_support_routine): Use objfile_name.
2634         * auto-load.c (source_gdb_script_for_objfile)
2635         (auto_load_objfile_script): Likewise.
2636         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
2637         * dbxread.c (dbx_symfile_read): Likewise.
2638         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2639         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
2640         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
2641         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
2642         (lookup_dwp_signatured_type, lookup_dwo_unit)
2643         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
2644         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
2645         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
2646         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
2647         (dwarf2_record_block_ranges, read_common_block, read_typedef)
2648         (read_subrange_type, load_partial_dies, read_partial_die)
2649         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
2650         (die_containing_type, build_error_marker_type, lookup_die_type)
2651         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
2652         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
2653         (get_DW_AT_signature_type, write_psymtabs_to_index)
2654         (save_gdb_index_command): Likewise.
2655         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
2656         Likewise.
2657         * expprint.c (dump_subexp_body_standard): Likewise.
2658         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
2659         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
2660         original_name.
2661         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
2662         obj_name, use objfile_name for it, use the variable.
2663         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
2664         Use objfile_name.
2665         * machoread.c (macho_symtab_read, macho_check_dsym)
2666         (macho_symfile_relocate): Likewise.
2667         * maint.c (maintenance_translate_address): Likewise.
2668         * minidebug.c (find_separate_debug_file_in_section): Likewise.
2669         * minsyms.c (install_minimal_symbols): Likewise.
2670         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
2671         original_name.
2672         (filter_overlapping_sections): Use objfile_name.
2673         (objfile_name): New function.
2674         * objfiles.h (struct objfile): Rename field name to original_name.
2675         (objfile_name): New prototype.
2676         * printcmd.c (sym_info, address_info): Use objfile_name.
2677         * probe.c (parse_probes, collect_probes, compare_probes)
2678         (info_probes_for_ops): Likewise.
2679         * progspace.c (clone_program_space): Likewise.
2680         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
2681         (maintenance_info_psymtabs): Likewise.
2682         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2683         (source_section_scripts): Likewise.
2684         * python/py-objfile.c (objfpy_get_filename): Likewise.
2685         * python/py-progspace.c (pspy_get_filename): Likewise.
2686         * solib-aix.c (solib_aix_get_toc_value): Likewise.
2687         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
2688         * solib.c (solib_read_symbols): Likewise.
2689         * stabsread.c (scan_file_globals): Likewise.
2690         * stap-probe.c (handle_stap_probe): Likewise.
2691         * symfile.c (symbol_file_clear, separate_debug_file_exists)
2692         (find_separate_debug_file_by_debuglink): Likewise.
2693         (reread_symbols): Likewise.  Use the objfile field name renamed to
2694         original_name.
2695         (allocate_symtab): Use objfile_name.
2696         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
2697         (dump_objfile, dump_msymbols, dump_symtab_1)
2698         (maintenance_print_msymbols, maintenance_print_objfiles)
2699         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
2700         * target.c (target_translate_tls_address, target_info): Likewise.
2701         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
2702         objfile_name.
2703
2704 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2705
2706         Code cleanup.
2707         * probe.c (parse_probes): Rename variable objfile_name to
2708         objfile_namestr.
2709
2710 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2711
2712         Remove solib-sunos.c.
2713         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
2714         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
2715         * objfiles.c (rt_common_objfile): Remove.
2716         (free_objfile): Remove rt_common_objfile comparison.
2717         * objfiles.h (rt_common_objfile): Remove.
2718         * solib-sunos.c: Remove.
2719         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2720
2721 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2722
2723         Remove a.out NetBSD and OpenBSD hosts.
2724         * NEWS (Removed native configurations): New.
2725         * config/arm/nbsdaout.mh: Remove.
2726         * config/i386/nbsdaout.mh: Remove.
2727         * config/i386/obsdaout.mh: Remove.
2728         * config/m68k/nbsdaout.mh: Remove.
2729         * config/sparc/nbsdaout.mh: Remove.
2730         * config/vax/nbsdaout.mh: Remove.
2731         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2732         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2733         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2734         error.
2735         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2736         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2737         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2738
2739 2013-09-23  Tom Tromey  <tromey@redhat.com>
2740
2741         * linespec.c (struct minsym_and_objfile): Remove.
2742         (minsym_and_objfile_d): Remove.
2743         (struct linespec, struct collect_info, linespec_parse_basic)
2744         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2745         (compare_msymbols, find_method, find_function_symbols)
2746         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2747         (add_minsym, search_minsyms_for_name): Update.
2748
2749 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
2750
2751         * regcache.c: Add include of valprint.h.
2752         (dump_endian_bytes): Delete.
2753         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2754
2755 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
2756
2757         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2758
2759 2013-09-19  Pedro Alves  <palves@redhat.com>
2760
2761         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2762         breakpoints.
2763
2764 2013-09-19  Pedro Alves  <palves@redhat.com>
2765             Thomas Schwinge  <thomas@codesourcery.com>
2766             Yue Lu  <hacklu.newborn@gmail.com>
2767
2768         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2769         Take a gdb_byte pointer instead of a char pointer.
2770
2771         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2772         gnu_xfer_partial helper.
2773         (gnu_xfer_partial): New function.
2774         (gnu_target): Don't install a deprecated_xfer_memory hook.
2775         Install a to_xfer_partial hook.
2776
2777 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2778
2779         Constification.
2780         * main.c (captured_main): Replace catch_command_errors by
2781         catch_command_errors_const.  Twice.
2782         * symfile.c (symbol_file_add_main_1): Make args parameter const.
2783         (symbol_file_add): Make name parameter const.
2784         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2785         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
2786         variable name.  Change their usage accordingly.
2787         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2788         const.
2789         (symbol_file_add_main): Make args parameter const.
2790
2791 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
2792             Ulrich Weigand  <uweigand@de.ibm.com>
2793
2794         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2795         of c_value member.
2796         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2797
2798 2013-09-18  Pedro Alves  <palves@redhat.com>
2799             Yue Lu  <hacklu.newborn@gmail.com>
2800
2801         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2802         (gnu_create_inferior)
2803         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2804         (set_sig_thread_cmd): Use the lwpid field of ptids to
2805         store/extract thread ids instead of the tid field.
2806         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2807
2808 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2809
2810         * infcmd.c (default_print_one_register_info): Add detection of
2811         optimized out values.
2812         (default_print_registers_info): Switch to using
2813         get_frame_register_value.
2814
2815 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2816
2817         * infrun.c (handle_inferior_event): Check if we know the
2818         function start address before setting a resume breakpoint.
2819
2820 2013-09-18  Pedro Alves  <palves@redhat.com>
2821
2822         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2823         minus_one_ptid instead of looking at the ptid's tid field and
2824         comparing that to -1.
2825
2826 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2827
2828         * main.h (get_gdb_program_name): Remove extra whitespace.
2829
2830 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2831
2832         * main.h (get_gdb_program_name): Add declaration.
2833         * main.c (get_gdb_program_name): Add definition.
2834
2835 2013-09-17  Doug Evans  <dje@google.com>
2836
2837         * dwarf2read.c: Move definitions of complaint functions to after
2838         forward declarations of local functions.
2839
2840 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
2841             Pedro Alves  <palves@redhat.com>
2842
2843         PR gdb/11568
2844         * breakpoint.c (remove_threaded_breakpoints): New function.
2845         (_initialize_breakpoint): Attach remove_threaded_breakpoints
2846         as thread_exit observer.
2847
2848 2013-09-17  Pedro Alves  <palves@redhat.com>
2849
2850         PR gdb/15911
2851         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2852         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2853         * corelow.c (core_open):
2854         * frame.h (print_stack_frame, print_frame_info): New
2855         'set_current_sal' parameter.
2856         * infcmd.c (finish_command, kill_command): Adjust call to
2857         print_stack_frame.
2858         * inferior.c (inferior_command): Likewise.
2859         * infrun.c (normal_stop): Likewise.
2860         * linux-fork.c (linux_fork_context): Likewise.
2861         * record-full.c (record_full_goto_entry, record_full_restore):
2862         Likewise.
2863         * remote-mips.c (common_open): Likewise.
2864         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
2865         Use it.
2866         (print_frame_info): New 'set_current_sal' parameter.  Set the last
2867         displayed sal depending on the new paremeter instead of looking at
2868         print_what.
2869         (backtrace_command_1, select_and_print_frame, frame_command)
2870         (current_frame_command, up_command, down_command): Adjust call to
2871         print_stack_frame.
2872         * thread.c (print_thread_info, restore_selected_frame)
2873         (do_captured_thread_select): Adjust call to print_stack_frame.
2874         * tracepoint.c (tfind_1): Likewise.
2875         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2876         (mi_cmd_stack_info_frame): Likewise.
2877         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
2878         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
2879
2880 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2881
2882         * value.c (isvoid_internal_fn): Replace "parameter" with
2883         "argument".
2884
2885 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2886
2887         * README: Update references to writing code for GDB.
2888         * configure.ac (build_warnings): Remove obsolete comment.
2889         * configure: Regenerate.
2890         * gdbarch.sh: Remove references to gdbint.texinfo.
2891         * gdbarch.h: Regenerate.
2892         * gdbtypes.c (objfile_type): Remove comments referencing internals
2893         manual and D10V.
2894
2895 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2896
2897         * NEWS: Mention new convenience function $_isvoid.
2898         * value.c (isvoid_internal_fn): New function.
2899         (_initialize_values): Add new convenience function $_isvoid.
2900
2901 2013-09-16  Pierre Muller  <muller@sourceware.org>
2902
2903         * arm-linux-tdep.c: Add "elf/common.h" header.
2904         Remove AT_HWCAP macro definintion as it is provided in
2905         added include file.
2906         * s390-tdep.c: Remove system header <elf.h>
2907         Add "elf/common.h" header for AT_HWCAP definition.
2908         (s390_core_read_description): Use correct CORE_ADDR
2909         for hwcap local variable used as third parameter
2910         of function target_auxv_search.
2911
2912 2013-09-14  Pierre Muller  <muller@sourceware.org>
2913             Tom Tromey  <tromey@redhat.com>
2914             Pedro Alves  <palves@redhat.com>
2915
2916         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2917         mode if operating system doesn't know O_CLOEXEC.
2918
2919 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2920
2921         Code cleanup.
2922         * symfile.c (reread_symbols): Move variable obfd_filename to a more
2923         inner block.
2924
2925 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2926
2927         * NEWS: Mention TDB support.
2928         * features/s390-tdb.xml: New file.
2929         * features/s390-te-linux64.xml: New file.
2930         * features/s390x-te-linux64.xml: New file.
2931         * features/Makefile (WHICH): Add new tdescs above.
2932         (s390-te-linux64-expedite): Set.
2933         (s390x-te-linux64-expedite): Set.
2934         * features/s390-te-linux64.c: New file (generated).
2935         * features/s390x-te-linux64.c: New file (generated).
2936         * regformats/s390-te-linux64.dat: New file (generated).
2937         * regformats/s390x-te-linux64.dat: New file (generated).
2938         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2939         (HWCAP_S390_TE): Likewise.
2940         (S390_TDB_DWORD0_REGNUM): Likewise.
2941         (S390_TDB_DWORD0_REGNUM): Likewise.
2942         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2943         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2944         (S390_TDB_ATIA_REGNUM): Likewise.
2945         (S390_TDB_R0_REGNUM): Likewise.
2946         (S390_TDB_R1_REGNUM): Likewise.
2947         (S390_TDB_R2_REGNUM): Likewise.
2948         (S390_TDB_R3_REGNUM): Likewise.
2949         (S390_TDB_R4_REGNUM): Likewise.
2950         (S390_TDB_R5_REGNUM): Likewise.
2951         (S390_TDB_R6_REGNUM): Likewise.
2952         (S390_TDB_R7_REGNUM): Likewise.
2953         (S390_TDB_R8_REGNUM): Likewise.
2954         (S390_TDB_R9_REGNUM): Likewise.
2955         (S390_TDB_R10_REGNUM): Likewise.
2956         (S390_TDB_R11_REGNUM): Likewise.
2957         (S390_TDB_R12_REGNUM): Likewise.
2958         (S390_TDB_R13_REGNUM): Likewise.
2959         (S390_TDB_R14_REGNUM): Likewise.
2960         (S390_TDB_R15_REGNUM): Likewise.
2961         (S390_NUM_REGS): Increase.
2962         (S390_IS_TDBREGSET_REGNUM): New macro.
2963         (s390_regmap_tdb): Declare.
2964         (s390_sizeof_tdbregset): Define.
2965         (tdesc_s390_te_linux64): Declare.
2966         (tdesc_s390x_te_linux64): Likewise.
2967         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2968         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2969         (s390_regmap_tdb): New regmap.
2970         (s390_supply_tdb_regset): New function.
2971         (s390_tdb_regset): New regset.
2972         (s390_linux64v2_regset_sections): Add TDB regset to list.
2973         (s390x_linux64v2_regset_sections): Likewise.
2974         (s390_regset_from_core_section): Recognize TDB core note section.
2975         (s390_core_read_description): If HWCAP indicates TE support,
2976         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2977         (s390_gdbarch_init): Handle TDB regset.
2978         (_initialize_s390_tdep): Initialize new tdescs.
2979         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2980         (have_regset_tdb): New variable.
2981         (s390_native_supply): Support register invalidation.
2982         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2983         (check_regset): Treat ENODATA as "regset exists".
2984         (s390_linux_fetch_inferior_registers): Add TDB.
2985         (s390_read_description): Check for TDB existence and select
2986         appropriate tdesc.
2987         * gdbserver/Makefile.in (clean): Add removal of new makefile
2988         targets.
2989         (s390-te-linux64.c): New makefile target.
2990         (s390x-te-linux64.c): Likewise.
2991         * gdbserver/configure.srv (srv_regobj): Append new objects
2992         s390-te-linux64.o and s390x-te-linux64.o.
2993         (srv_xmlfiles): Append new files s390-te-linux64.xml,
2994         s390x-te-linux64.xml, and s390-tdb.xml.
2995         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2996         declaration.
2997         (tdesc_s390_te_linux64): Likewise.
2998         (init_registers_s390x_te_linux64): Likewise.
2999         (tdesc_s390x_te_linux64): Likewise.
3000         (s390_check_regset): Treat ENODATA as "regset exists".
3001         (s390_arch_setup): Add TDB regset support.
3002         (initialize_low_arch): Initialize registers for new tdescs.
3003
3004 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3005
3006         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3007         (S390_IS_FPREGSET_REGNUM): New macro.
3008         * s390-tdep.c (s390_dwarf_regmap): Make const.
3009         (regnum_is_gpr_full): New function for replacing repeated code.
3010         (s390_pseudo_register_name): Use it.
3011         (s390_pseudo_register_type): Likewise.
3012         (s390_pseudo_register_read): Likewise.
3013         (s390_pseudo_register_write): Likewise.
3014         (s390_unwind_pseudo_register): Likewise.
3015         (s390_regmap_gregset): New format for regmap.
3016         (s390x_regmap_gregset): Likewise.
3017         (s390_regmap_fpregset): Likewise.
3018         (s390_regmap_upper): Likewise.
3019         (s390_regmap_last_break): Likewise.
3020         (s390_regmap_system_call): Likewise.
3021         (s390_supply_regset): Adjust to new regmap format.
3022         (s390_collect_regset): Likewise.
3023         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3024         (s390_native_collect): Likewise.
3025         (supply_gregset): Likewise.
3026         (fill_gregset): Likewise.
3027         (supply_fpregset): Likewise.
3028         (fill_fpregset): Likewise.
3029         (fetch_regset): Likewise.
3030         (store_regset): Likewise.
3031         (s390_linux_fetch_inferior_registers): Likewise.
3032         (s390_linux_fetch_inferior_registers): Likewise.
3033
3034 2013-09-12  Andrew Pinski  <apinski@cavium.com>
3035
3036         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3037
3038 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3039
3040         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3041
3042 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
3043
3044         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3045
3046 2013-09-06  Pedro Alves <palves@redhat.com>
3047
3048         * remote-sim.c (dump_mem, gdbsim_fetch_register)
3049         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3050         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3051         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3052         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3053         gdb_stdlog.
3054
3055 2013-09-06  Pedro Alves  <palves@redhat.com>
3056
3057         * remote-sim.c (dump_mem): Constify buf parameter.
3058         gdbsim_xfer_inferior_memory): Rename to ...
3059         (gdbsim_xfer_memory): ... this.  Adjust interface as
3060         target_xfer_partial helper.
3061         (gdbsim_xfer_partial): New function.
3062         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3063         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
3064
3065 2013-09-06  Pedro Alves  <palves@redhat.com>
3066
3067         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3068         host_address_to_string, and send debug output to gdb_stdlog.
3069
3070 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3071
3072         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3073         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3074         gdb_target_obs for cris target.
3075         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3076         (cris_gdbarch_init): Move calls to
3077         set_gdbarch_fetch_tls_load_module_address and
3078         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3079         Add call to gdbarch_init_osabi.
3080         * cris-linux-tdep.c: New file.
3081         * cris-tdep.h: New file.
3082
3083 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3084
3085         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3086         to deprecated_init_ui_hook.
3087
3088 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3089
3090         * cli/cli-interp.c (_initialize_cli_interp): Add a
3091         command_loop_proc to interp_procs.
3092         * event-top.c (cli_command_loop): Change signature to match
3093         interp_command_loop_ftype.
3094         * event-top.h (cli_command_loop): Same.
3095         * interps.c (interp_new): Require every interpreter to have a
3096         command_loop_proc.
3097         (current_interp_command_loop): Just call the command_loop_proc on
3098         the current interpreter.
3099         * tui/tui-interp.c (_initialize_tui_interp): Add a
3100         command_loop_proc to interp_procs.
3101
3102 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3103
3104         * cris-tdep.c (cris_gdbarch_init): Add call to
3105         get_gdbarch_fetch_tls_load_module_address.
3106
3107 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3108
3109         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3110         (cris_elf_gregset_t): Rename from elf_gregset_t.
3111         (crisv32_elf_gregset_t): Adjust.
3112         (cris_supply_gregset, fetch_core_registers): Adjust.
3113
3114 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3115
3116         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3117
3118 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
3119
3120         * defs.h (deprecated_command_loop_hook): Remove, including
3121         references in comments.
3122         * interps.c (current_interp_command_loop): No longer use
3123         deprecated_command_loop_hook.
3124         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3125         setup.
3126         * top.c (deprecated_command_loop_hook): Remove.
3127
3128 2013-09-05  Pedro Alves  <palves@redhat.com>
3129
3130         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3131         local is now int instead of ULONGEST.  Print it with %d
3132         instead of paddress.
3133
3134 2013-09-05  Tristan Gingold  <gingold@adacore.com>
3135
3136         * MAINTAINERS: Remove avr maintainership.
3137
3138 2013-09-05  Pedro Alves  <palves@redhat.com>
3139
3140         * findvar.c (value_of_register): Rework in terms of
3141         value_of_register_lazy.
3142
3143 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
3144
3145         * symfile.c (add_symbol_file_command): Remove trailing
3146          whitespaces and blank line after comment.
3147
3148 2013-09-05  Pedro Alves  <palves@redhat.com>
3149
3150         * tui/tui-regs.c (tui_register_format): Don't look at the
3151         register's name here.  Return string representing register
3152         value instead of storing it in the data element.
3153         (tui_get_register): Compare register string representations
3154         instead of register value states and contents.
3155
3156 2013-09-05  Pedro Alves  <palves@redhat.com>
3157
3158         PR tui/15933
3159         * tui/tui-regs.c (tui_show_registers): Show registers of the
3160         selected frame, not the current frame.
3161
3162 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
3163
3164         * MAINTAINERS (Write After Approval): Add myself to the list.
3165
3166 2013-09-04  Doug Evans  <dje@google.com>
3167
3168         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3169         (queue_and_load_dwo_tu): New function.
3170         (lookup_dwo_signatured_type): Set per_cu.tu_read.
3171         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3172         Make dependent_cu optional.
3173         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3174         and an older .gdb_index is in use, queue and load all its TUs too.
3175
3176 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3177
3178         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3179         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3180         variable search_flags.
3181         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3182         (OPF_RETURN_REALPATH): ... here.
3183         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3184         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3185         call.  Twice.
3186         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3187         openp call.
3188         * solib.c (solib_find): Likewise.  Four times.
3189         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3190         in the function comment and for the realpath_fptr variable.
3191         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3192         (find_and_open_source): Likewise.  Twice.
3193         * symfile.c (symfile_bfd_open): Likewise, also twice.
3194
3195 2013-09-04  Doug Evans  <dje@google.com>
3196
3197         * progspace.c (save_current_space_and_thread): Remove unnecessary
3198         call to save_current_inferior.
3199
3200 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
3201
3202         * sh64-tdep.c (sh64_do_register): Return after printing message
3203         about unavailable register contents.
3204
3205 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
3206             Pedro Alves  <palves@redhat.com>
3207
3208         * symfile.c (add_symbol_file_command): Error out on unknown
3209         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3210         options and collapse into single conditional branch.
3211
3212 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
3213
3214         * inf-child.c (inf_child_follow_fork): New parameter
3215         detach_fork.
3216         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3217         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3218         * inferior.h (detach_fork): Remove.
3219         * infrun.c (detach_fork): Adjust comment and make it
3220         static.
3221         (follow_fork): Pass detach_fork parameter to
3222         target_follow_fork.
3223         * linux-nat.c (linux_child_follow_fork): New parameter
3224         detach_fork.
3225         * target.c (target_follow_fork): New parameter detach_fork.
3226         Pass detach_fork as parameter and print its value.
3227         * target.h (struct target_ops) <to_follow_fork>: New int
3228         parameter.
3229         (target_follow_fork): New parameter detach_fork.
3230
3231 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
3232
3233         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3234         Replace sec->bfd by sec->the_bfd_section->owner.
3235
3236 2013-09-03  Yao Qi  <yao@codesourcery.com>
3237
3238         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
3239         from linux_has_shared_address_space.
3240         (linux_has_shared_address_space): Call linux_is_uclinux.
3241         * linux-tdep.h (linux_is_uclinux): Declare.
3242         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3243         linux_is_uclinux.
3244
3245 2013-09-03  Yao Qi  <yao@codesourcery.com>
3246
3247         * config/djgpp/fnchange.lst: Remove entry of
3248         i386-interix-nat.c and i386-interix-tdep.c.
3249         * configure.ac: Remove '*-*-interix*'.
3250         * configure: Re-generated.
3251         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3252         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3253         obsolete comments.
3254         * osabi.c (gdb_osabi_names): Remove "Interix".
3255
3256 2013-09-03  Yao Qi  <yao@codesourcery.com>
3257
3258         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3259
3260 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
3261
3262         * record.h (record_print_flag) <record_print_src_line,
3263         record_print_insn_range>: Rename into ...
3264         (record_print_flag) <record_print_src_line,
3265         record_print_insn_range>: ... this.  Update all users.
3266
3267 2013-09-02  Pierre Muller  <muller@sourceware.org>
3268
3269         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3270         error code.
3271
3272 2013-09-02  Pierre Muller  <muller@sourceware.org>
3273
3274         * windows-nat.c (windows_xfer_memory): Fix compilation failure
3275         by use of plongest function.
3276
3277 2013-09-02  Tristan Gingold  <gingold@adacore.com>
3278
3279         * NEWS: Add entry mentioning support for native Windows x64
3280         SEH data.
3281
3282         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3283         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3284         (struct amd64_windows_frame_cache): New struct.
3285         (amd64_windows_w2gdb_regnum): New global.
3286         (pc_in_range, amd64_windows_frame_decode_epilogue)
3287         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3288         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3289         (amd64_windows_frame_this_id): New functions.
3290         (amd64_windows_frame_unwind): New static global.
3291         (amd64_windows_skip_prologue): New function.
3292         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3293         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3294         with amd64_windows_skip_prologue.
3295
3296 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
3297
3298         GDB 7.6.1 released.
3299
3300 2013-08-30  Pedro Alves  <palves@redhat.com>
3301
3302         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3303         SRC_AND_LOC.
3304
3305 2013-08-30  Pedro Alves  <palves@redhat.com>
3306
3307         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3308         warning text.
3309
3310 2013-08-30  Pedro Alves  <palves@redhat.com>
3311
3312         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3313         Adjust arguments to print_stack_frame.
3314
3315 2013-08-30  Pedro Alves  <palves@redhat.com>
3316
3317         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3318
3319 2013-08-30  Pedro Alves  <palves@redhat.com>
3320
3321         * frame.h (show_and_print_stack_frame): Delete declaration.
3322
3323 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
3324
3325         PR python/15461
3326         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3327         (archpy_name): Check for valid architecture.
3328         (archpy_disassemble): Ditto.
3329
3330 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
3331
3332         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3333         instead of "long long" in call to ptrace64.
3334
3335 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
3336
3337         * mi/mi-interp.c (mi_command_loop): Change signature to match
3338         interp_command_loop_ftype.
3339         (mi1_command_loop): Remove.
3340         (mi2_command_loop): Remove.
3341         (mi3_command_loop): Remove.
3342         (mi_interpreter_resume): Remove setting of
3343         deprecated_command_loop_hook.
3344         (_initialize_mi_interp): Set mi_command_loop as the command loop
3345         callback.
3346
3347 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3348
3349         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3350         value_type.
3351
3352 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3353
3354         * value.c (allocate_value_contents): Make static.
3355         * value.h (allocate_value_contents): Remove prototype.
3356
3357 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3358
3359         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3360         of assembling value via allocate_value_lazy and attribute setter.
3361         * findvar.c (default_read_var_value): Use value_at_lazy instead of
3362         assembling value via allocate_value_lazy and attribute setter.
3363         * valops.c (do_search_struct_field): Use value_at_lazy instead of
3364         assembling value via allocate_value_lazy and attribute setter.
3365
3366 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3367
3368         * value.c (value_from_contents_and_address): Replace allocate_value and
3369         memcpy with value_from_contents.
3370
3371 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3372
3373         * python/py-framefilter.c (py_print_frame): Remove usage of
3374         PyString_AsString.  Use python_string_to_host_string instead.
3375         Refactor function to work with a string as a new allocation
3376         instead of a pointer.
3377         (py_print_frame): Ditto.
3378         * python/lib/gdb/frames.py (return_list): Cain iterators together
3379         instead of adding them as a list.
3380         (_sort_list): Call return_list, and remove duplicate code.
3381         (execute_frame_filters): Convert iterator to a list with list().
3382         * python/lib/gdb/command/frame_filters.py
3383         (SetFrameFilterPriority._set_filter_priority): Convert priority
3384         attribute to an integer.
3385         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3386         wrapper function __next__.
3387         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3388         define as "str".
3389
3390 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3391
3392         PR python/15752
3393         * python/py-framefilter.c (apply_frame_filter): Check
3394         gdb_python_initialized.  Exit if the Python frame-filter code
3395         cannot be initialized.
3396
3397 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3398
3399         PR cli/15842
3400         * top.c (print_gdb_version): Remove erroneous newline after help
3401         text.
3402
3403 2013-08-29  Yao Qi  <yao@codesourcery.com>
3404
3405         * varobj.c (install_dynamic_child): Remove trailing space.
3406         Add one blank line after variable declaration.
3407
3408 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3409
3410         PR gdb/15415
3411         * corefile.c (get_exec_file): Use exec_filename.
3412         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
3413         * exec.c (exec_close): Free EXEC_FILENAME.
3414         (exec_file_attach): New variable canonical_pathname.  Use
3415         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
3416         EXEC_FILENAME.
3417         * exec.h (exec_filename): New.
3418         * inferior.c (print_inferior, inferior_command): Use
3419         PSPACE_EXEC_FILENAME.
3420         * mi/mi-main.c (print_one_inferior): Likewise.
3421         * progspace.c (clone_program_space, print_program_space): Likewise.
3422         * progspace.h (struct program_space): New field pspace_exec_filename.
3423         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
3424         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3425
3426 2013-08-28  Will Newton  <will.newton@linaro.org>
3427
3428         * common/linux-ptrace.c: Include stdint.h unconditionally.
3429
3430 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3431
3432         Code cleanup.
3433         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3434
3435 2013-08-28  Yao Qi  <yao@codesourcery.com>
3436             Pedro Alves  <palves@redhat.com>
3437
3438         * event-top.c (gdb_setup_readline): Call stderr_fileopen
3439         instead of stdio_fileopen.
3440         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3441         .Call stderr_fileopen instead of stdio_fileopen.
3442         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3443         [__MINGW32__] (stderr_file_fputs): New function.
3444         (stderr_fileopen): New function.
3445         * ui-file.h (stderr_fileopen): Declare.
3446
3447 2013-08-27  Doug Evans  <dje@google.com>
3448
3449         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3450         (struct dwarf2_per_cu_data): Ditto.
3451         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
3452         (process_imported_unit_die): Ditto.
3453         (follow_die_sig_1): Simplify assert.
3454
3455 2013-08-27  Pedro Alves  <palves@redhat.com>
3456
3457         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3458         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
3459         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3460         windows_xfer_memory directly.
3461         (init_windows_ops): Don't install a deprecated_xfer_memory method.
3462
3463 2013-08-27  Pedro Alves  <palves@redhat.com>
3464
3465         * darwin-nat.c (darwin_xfer_memory): Delete.
3466         (_initialize_darwin_inferior): Don't install a
3467         deprecated_xfer_memory method.
3468
3469 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
3470             Yao Qi  <yao@codesourcery.com>
3471
3472         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3473         (parse_no_frames_option): Remove.
3474         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3475         (mi_cmd_stack_list_args): Adjust.
3476         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3477         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
3478         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3479         Caller update.
3480         (list_args_or_locals): New parameter 'skip_unavailable'.
3481         Handle it.
3482         * valprint.c (scalar_type_p): Rename to ...
3483         (val_print_scalar_type_p): ... this.  Make extern.
3484         (val_print, value_check_printable): Adjust.
3485         * valprint.h (val_print_scalar_type_p): Declare.
3486         * value.c (value_entirely_unavailable): New function.
3487         * value.h (value_entirely_unavailable): Declare.
3488
3489         * NEWS: Mention the new option "--skip-unavailable" to MI
3490         commands '-stack-list-locals', '-stack-list-arguments' and
3491         '-stack-list-variables'.
3492
3493 2013-08-27  Yao Qi  <yao@codesourcery.com>
3494
3495         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3496         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3497         options.
3498         * mi/mi-getopt.c (mi_getopt): Remove.
3499         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
3500         'error_on_unknown'.
3501         (mi_getopt): Call mi_getopt_1.
3502         (mi_getopt_silent): New.
3503         * mi/mi-getopt.h (mi_getopt_silent): Declare.
3504
3505 2013-08-26  Doug Evans  <dje@google.com>
3506
3507         PR symtab/15885
3508         * dwarf2read.c (dw2_dump): Print some minimal information indicating
3509         .gdb_index is in use.
3510         * symfile.c (reread_symbols): Reset objfile->sf.
3511
3512         * NEWS: Document "mt print objfiles" now takes optional regexp.
3513         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3514         regexp of objfiles to print.
3515         (_initialize_symmisc): Update doc string for "mt print objfiles".
3516
3517         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3518         missing debug info checks.
3519
3520 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
3521             Ulrich Weigand  <uweigand@de.ibm.com>
3522
3523         * xcoffread.c (arrange_linetable): Add fix to correctly handle
3524         line tables generated by XLC compiled binaries.
3525
3526 2013-08-23  Doug Evans  <dje@google.com>
3527
3528         * symmisc.c (dump_symtab): Delete prototype.
3529         (dump_msymbols, dump_objfile): Ditto.
3530         (maintenance_info_symtabs): Mark as dont_repeat.
3531         (_initialize_symmisc): Improve doc string for "mt info symtabs".
3532
3533         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3534         debugging printf to better location.
3535
3536 2013-08-23  Pedro Alves  <palves@redhat.com>
3537
3538         * target.c (target_read_live_memory): Change type of 'ret' local
3539         to LONGEST.
3540
3541 2013-08-23  Pedro Alves  <palves@redhat.com>
3542
3543         * remote.c (remote_write_bytes_aux, remote_write_bytes)
3544         (remote_read_bytes): Change return type to LONGEST, and adjust to
3545         return a target_xfer_error on error.
3546         (remote_xfer_memory): Delete.
3547         (remote_flash_write): Change type of 'ret' local to LONGEST.
3548         (remote_xfer_partial, remote_xfer_partial): Adjust.
3549         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3550
3551 2013-08-23  Pierre Muller  <muller@sourceware.org>
3552
3553         ARI fix: Push # directives to start of line.
3554         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3555
3556 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
3557
3558         PR gdb/15501
3559         * breakpoint.c (enable_command, disable_command): Iterate over
3560         all specified breakpoint locations.
3561
3562 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
3563
3564         * common/linux-ptrace.c (linux_fork_to_function): Push #
3565         directives to the start of the line.
3566         (linux_check_ptrace_features): Fix warning message to use
3567         the "_" markup.
3568
3569 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
3570
3571         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3572         nat/linux-waitpid.h.
3573         (linux-waitpid.o): New object file rule.
3574         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3575         (current_ptrace_options): Moved from linux-nat.c.
3576         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3577         parameters.
3578         (linux_fork_to_function): New function.
3579         (linux_grandchild_function): Likewise.
3580         (linux_child_function): Likewise.
3581         (linux_check_ptrace_features): New function, heavily
3582         based on linux-nat.c:linux_test_for_tracefork.
3583         (linux_enable_event_reporting): New function.
3584         (ptrace_supports_feature): Likewise.
3585         (linux_supports_tracefork): Likewise.
3586         (linux_supports_traceclone): Likewise.
3587         (linux_supports_tracevforkdone): Likewise.
3588         (linux_supports_tracesysgood): Likewise.
3589         * common/linux-ptrace.h (HAS_NOMMU): Moved from
3590         gdbserver/linux-low.c.
3591         (linux_enable_event_reporting): New declaration.
3592         (linux_supports_tracefork): Likewise.
3593         (linux_supports_traceclone): Likewise.
3594         (linux_supports_tracevforkdone): Likewise.
3595         (linux_supports_tracesysgood): Likewise.
3596         * config.in (PTRACE_TYPE_ARG4): Regenerate.
3597         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3598         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3599         * config/arm/linux.mh (NATDEPFILES): Likewise.
3600         * config/i386/linux.mh (NATDEPFILES): Likewise.
3601         * config/i386/linux64.mh (NATDEPFILES): Likewise.
3602         * config/ia64/linux.mh (NATDEPFILES): Likewise.
3603         * config/m32r/linux.mh (NATDEPFILES): Likewise.
3604         * config/m68k/linux.mh (NATDEPFILES): Likewise.
3605         * config/mips/linux.mh (NATDEPFILES): Likewise.
3606         * config/pa/linux.mh (NATDEPFILES): Likewise..
3607         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3608         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3609         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3610         * config/sparc/linux.mh (NATDEPFILES): Likewise.
3611         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3612         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3613         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3614         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3615         ptrace's 4th argument's types.
3616         Check the type of PTRACE_TYPE_ARG4.
3617         * configure: Regenerate.
3618         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3619         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3620         (linux_supports_tracefork_flag): Remove.
3621         (linux_supports_tracesysgood_flag): Likewise.
3622         (linux_supports_tracevforkdone_flag): Likewise.
3623         (current_ptrace_options): Moved to
3624         common/linux-ptrace.c.
3625         (linux_tracefork_child): Remove.
3626         (my_waitpid): Remove.
3627         (linux_test_for_tracefork): Renamed to
3628         linux_check_ptrace_features and moved to common/linux-ptrace.c.
3629         (linux_test_for_tracesysgood): Remove.
3630         (linux_supports_tracesysgood): Remove.
3631         (linux_supports_tracefork): Remove.
3632         (linux_supports_tracevforkdone): Remove.
3633         (linux_enable_tracesysgood): Remove.
3634         (linux_enable_event_reporting): Remove.
3635         (linux_init_ptrace): New function.
3636         (linux_child_post_attach): Call linux_init_ptrace.
3637         (linux_child_post_startup_inferior): Call linux_init_ptrace.
3638         (linux_child_follow_fork): Call linux_supports_tracefork
3639         and linux_supports_tracevforkdone.
3640         (linux_child_insert_fork_catchpoint): Call
3641         linux_supports_tracefork.
3642         (linux_child_insert_vfork_catchpoint): Likewise.
3643         (linux_child_set_syscall_catchpoint): Call
3644         linux_supports_tracesysgood.
3645         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
3646         * nat/linux-nat.h: New file.
3647         * nat/linux-waitpid.c: New file.
3648         * nat/linux-waitpid.h: New file.
3649
3650 2013-08-22  Samuel Bronson  <naesten@gmail.com>
3651
3652         ARM Linux support for `catch syscall'.
3653         * syscalls/arm-linux.py: New file.
3654         * syscalls/arm-linux.xml: Likewise.
3655         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
3656         (arm_linux_init_abi): Register the new function and syscall xml file.
3657         * data-directory/Makefile.in: Install the new syscall xml file.
3658         * NEWS: Brag about this.
3659
3660 2013-08-22  Pedro Alves  <palves@redhat.com>
3661
3662         PR gdb/15871
3663         * corefile.c (target_xfer_memory_error): New function.
3664         (memory_error): Defer EIO to target_memory_error.
3665         (read_memory): Use target_xfer_partial, and handle finer-grained
3666         target xfer errors.
3667         * target.c (target_xfer_error_to_string): New function.
3668         (memory_xfer_partial_1): If memory is known to be
3669         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
3670         (target_xfer_partial): Make extern.
3671         * target.h (enum target_xfer_error): New enum.
3672         (target_xfer_error_to_string): Declare function.
3673         (target_xfer_partial): Declare function.
3674         (struct target_ops) <xfer_partial>: Adjust describing comment.
3675
3676 2013-08-22  Alan Modra  <amodra@gmail.com>
3677
3678         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
3679         * configure.tgt: Likewise as targets.
3680
3681 2013-08-20  Doug Evans  <dje@google.com>
3682
3683         * buildsym.c (subfile_stack): Move here from buildsym.h.
3684         (pending_macros): Ditto.
3685         (get_macro_table): New function.
3686         (buildsym_init): Initialize subfile_stack.
3687         * coffread.c (type_vector,type_vector_length): Moved here from
3688         buildsym.h.
3689         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3690         (coff_symtab_read): Use it.
3691         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
3692         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
3693         with call to get_macro_table.
3694         * stabsread.c (type_vector,type_vector_length): Moved here from
3695         buildsym.h.
3696         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3697         * buildsym.h (get_macro_table): Declare.
3698
3699 2013-08-20  Tom Tromey  <tromey@redhat.com>
3700
3701         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
3702         Update.
3703         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
3704
3705 2013-08-20  Doug Evans  <dje@google.com>
3706
3707         * blockframe.c: Remove #include "psymtab.h".
3708         * cp-support.c: Ditto.
3709         * source.c: Ditto.
3710         * stack.c: Ditto.
3711
3712 2013-08-20  Tom Tromey  <tromey@redhat.com>
3713
3714         PR python/15816:
3715         * exceptions.h (return_mask): Now an enum.
3716         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
3717         enum constants.
3718
3719 2013-08-20  Tom Tromey  <tromey@redhat.com>
3720
3721         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3722         get_objfile_arch.
3723         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3724         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3725         * jit.c (jit_object_close_impl): Update.
3726         * jv-lang.c (get_dynamics_objfile): Update.
3727         * linespec.c (add_minsym): Use get_dynamics_objfile.
3728         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3729         (allocate_objfile): Don't initialize 'gdbarch' field.
3730         (get_objfile_arch): Update.
3731         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3732         moved from...
3733         (struct objfile) <gdbarch>: ... here.  Remove.
3734         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3735         get_objfile_arch.
3736         * symfile.c (init_entry_point_info): Use get_objfile_arch.
3737
3738 2013-08-20  Alan Modra  <amodra@gmail.com>
3739
3740         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3741         for IBM long double nan and inf.
3742         (floatformat_is_negative, floatformat_classify,
3743         floatformat_mantissa): Similarly.
3744         (floatformat_ieee_single, floatformat_ieee_double,
3745         floatformat_ieee_quad, floatformat_arm_ext,
3746         floatformat_ia64_spill): Delete unused vars.
3747         (_initialize_doublest): Delete unused function.
3748         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3749         little-endian variants of floatformat_ibm_long_double.
3750
3751 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
3752
3753         * Makefile.in (SFILES): Remove common/target-common.c and
3754         add target/waitstatus.c.
3755         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3756         target/resume.h, target/wait.h and target/waitstatus.h.
3757         (COMMON_OBS): Remove target-common.o and add
3758         waitstatus.o.
3759         (target-common.o): Remove.
3760         (waitstatus.o): New target object file.
3761         * common/target-common.c: Move contents to
3762         target/waitstatus.c and remove.
3763         * common/target-common.h: Move contents to other files and
3764         remove.
3765         (enum resume_kind: Move to target/resume.h.
3766         (TARGET_WNOHANG): Move to target/wait.h.
3767         (enum target_waitkind): Move to target/waitstatus.h.
3768         (struct target_waitstatus): Likewise.
3769         * target.h: Do not include target-common.h and
3770         include target/resume.h, target/wait.h and
3771         target/waitstatus.h.
3772         * target/resume.h: New file.
3773         * target/wait.h: New file.
3774         * target/waitstatus.h: New file.
3775         * target/waitstatus.c: New file.
3776
3777 2013-08-19  Pedro Alves  <palves@redhat.com>
3778
3779         * linux-nat.c (linux_test_for_tracefork)
3780         (linux_test_for_tracesysgood, linux_child_follow_fork)
3781         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3782         (linux_nat_wait_1): Extend comment.
3783         (linux_async_pipe): Add comment.
3784
3785 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
3786
3787         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3788         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3789         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3790         Update to account for fact that PC is now a pseudo-register.
3791         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
3792         cases for RL78_PC_REGNUM.
3793
3794 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
3795
3796         PR cli/15841
3797         * top.c (quit_force): Skip writing history file
3798         if input is not from terminal.
3799
3800 2013-08-14  Tom Tromey  <tromey@redhat.com>
3801
3802         * remote.c (struct remote_state) <echo_nextthread, nextthread,
3803         resultthreadlist>: New fields.
3804         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3805         (remote_get_threadlist, remote_threadlist_iterator): Use
3806         new fields.  Remove static variables.
3807
3808 2013-08-14  Tom Tromey  <tromey@redhat.com>
3809
3810         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3811         remote_watch_data_address>: New fields.
3812         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3813         (process_stop_reply, remote_wait_as)
3814         (remote_check_watch_resources, remote_stopped_data_address): Update.
3815
3816 2013-08-14  Tom Tromey  <tromey@redhat.com>
3817
3818         * remote.c (struct remote_state) <async_client_callback,
3819         async_client_context>: New fields.
3820         (async_client_callback, async_client_context): Remove.
3821         (remote_async_serial_handler, remote_async): Update.
3822
3823 2013-08-14  Tom Tromey  <tromey@redhat.com>
3824
3825         * remote.c (sizeof_pkt): Remove.
3826         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3827
3828 2013-08-14  Tom Tromey  <tromey@redhat.com>
3829
3830         * remote.c (struct remote_state) <use_threadinfo_query,
3831         use_threadextra_query>: New fields.
3832         (remote_threads_info, remote_threads_extra_info)
3833         (remote_open_1): Update.
3834
3835 2013-08-14  Tom Tromey  <tromey@redhat.com>
3836
3837         * remote.c (struct remote_state) <finished_object,
3838         finished_annex, finished_offset>: New fields.
3839         (remote_read_qxfer): Use remote_state fields; remove static
3840         variables.
3841
3842 2013-08-14  Tom Tromey  <tromey@redhat.com>
3843
3844         * remote.c (struct remote_state) <last_sent_step>:
3845         New field.
3846         (last_sent_step): Remove.
3847         (remote_resume, remote_wait_as): Update.
3848
3849 2013-08-14  Tom Tromey  <tromey@redhat.com>
3850
3851         * remote.c (struct remote_state) <last_sent_signal>:
3852         New field.
3853         (last_sent_signal): Remove.
3854         (new_remote_state, remote_resume, remote_wait_as): Update.
3855
3856 2013-08-14  Tom Tromey  <tromey@redhat.com>
3857
3858         * remote.c (struct remote_state) <last_program_signals_packet>:
3859         New field.
3860         (last_program_signals_packet): Remove.
3861         (remote_program_signals, remote_open_1): Update.
3862
3863 2013-08-14  Tom Tromey  <tromey@redhat.com>
3864
3865         * remote.c (struct remote_state) <last_pass_packet>:
3866         New field.
3867         (last_pass_packet): Remove.
3868         (remote_pass_signals, remote_open_1): Update.
3869
3870 2013-08-14  Tom Tromey  <tromey@redhat.com>
3871
3872         * remote.c (struct remote_state) <remote_traceframe_number>:
3873         New field.
3874         (remote_traceframe_number): Remove.
3875         (new_remote_state, remote_open_1, set_remote_traceframe)
3876         (remote_trace_find): Update.
3877
3878 2013-08-14  Tom Tromey  <tromey@redhat.com>
3879
3880         * remote.c (struct remote_state) <general_thread, continue_thread>:
3881         New fields.
3882         (general_thread, continue_thread): Remove.
3883         (record_currthread, set_thread, set_general_process)
3884         (remote_open_1, extended_remote_attach_1, remote_wait_as)
3885         (extended_remote_mourn_1): Update.
3886
3887 2013-08-14  Tom Tromey  <tromey@redhat.com>
3888
3889         * remote.c (struct remote_state) <remote_desc>: New field.
3890         (remote_desc): Remove.
3891         (remote_threads_info, remote_threads_extra_info, remote_close)
3892         (send_interrupt_sequence, remote_start_remote, remote_open_1)
3893         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
3894         (remote_hostio_send_command, remote_file_put, remote_file_get)
3895         (remote_file_delete, remote_can_async_p, remote_is_async_p)
3896         (remote_async, remote_new_objfile, set_range_stepping): Update.
3897
3898 2013-08-14  Tom Tromey  <tromey@redhat.com>
3899
3900         * remote.c (remote_state): Now a pointer.
3901         (get_remote_state_raw): Update.
3902         (new_remote_state): New function.
3903         (_initialize_remote): Use new_remote_state.
3904
3905 2013-08-14  Tom Tromey  <tromey@redhat.com>
3906
3907         * remote.c (remote_protocol_features): Now const.
3908
3909 2013-08-14  Tom Tromey  <tromey@redhat.com>
3910
3911         * remote.c (crc32_table, crc32): Remove.
3912         (remote_verify_memory): Use xcrc32.
3913
3914 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
3915
3916         * value.h (create_internalvar_type_lazy): Adjust prototype
3917         declaration.
3918
3919 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
3920
3921         * common/format.c (parse_format_string): Don't allow '#' flag for
3922         pointer arguments in format string.
3923
3924 2013-08-13  Pierre Muller  <muller@sourceware.org>
3925
3926         * utils.c (init_page_info): Only call tgetnum function
3927         if rl_get_screen_size did not return useful values.
3928
3929 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
3930
3931         PR breakpoints/15117
3932         * linespec.c (linespec_parse_basic): Check for convenience
3933         variable or history value while parsing.
3934
3935 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
3936
3937         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3938         AVR.
3939         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
3940         different signals between the generic Linux kernel implementation
3941         and AVR's.
3942         (avr_linux_gdb_signal_from_target): Delete.
3943         (avr_linux_gdb_signal_to_target): Delete.
3944         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3945
3946 2013-08-09  Doug Evans  <dje@google.com>
3947
3948         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3949         entries.
3950
3951 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
3952
3953         * linux-tdep.c: Define enum with generic signal numbers.
3954         (linux_gdb_signal_from_target): New function.
3955         (linux_gdb_signal_to_target): Likewise.
3956         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3957         methods to the functions above.
3958         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3959         (linux_gdb_signal_to_target): Likewise.
3960         * alpha-linux-tdep.c: Define new enum with signals different
3961         from generic Linux kernel.
3962         (alpha_linux_gdb_signal_from_target): New function.
3963         (alpha_linux_gdb_signal_to_target): Likewise.
3964         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3965         with the functions mentioned above.
3966         * avr-tdep.c: Define enum with differences between Linux kernel
3967         and AVR signals.
3968         (avr_linux_gdb_signal_from_target): New function.
3969         (avr_linux_gdb_signal_to_target): Likewise.
3970         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3971         the functions mentioned above.
3972         * sparc-linux-tdep.c: Define enum with differences between SPARC
3973         and generic Linux kernel signal numbers.
3974         (sparc32_linux_gdb_signal_from_target): New function.
3975         (sparc32_linux_gdb_signal_to_target): Likewise.
3976         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3977         to the functions defined above.
3978         * xtensa-linux-tdep.c: Define enum with differences between
3979         Xtensa and Linux kernel generic signals.
3980         (xtensa_linux_gdb_signal_from_target): New function.
3981         (xtensa_linux_gdb_signal_to_target): Likewise.
3982         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3983         to the functions defined above.
3984         * mips-linux-tdep.c: Define enum with differences between
3985         signals in MIPS and Linux kernel generic ones.
3986         (mips_gdb_signal_to_target): New function.
3987         (mips_gdb_signal_from_target): Redefine to use new enum, handle
3988         only different signals from the Linux kernel generic.
3989         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3990         the functions defined above.
3991         * mips-linux-tdep.h (enum mips_signals): Remove.
3992
3993 2013-08-09  Pedro Alves  <palves@redhat.com>
3994
3995         * avr-tdep.c (XMALLOC): Delete macro.
3996         * cli/cli-dump.c (XMALLOC): Delete macro.
3997
3998 2013-08-09  Pedro Alves  <palves@redhat.com>
3999
4000         * cli/cli-dump.c: Don't include cli/cli-dump.h.
4001         (scan_expression_with_cleanup, scan_filename_with_cleanup)
4002         (fopen_with_cleanup, add_dump_command): Make static.
4003         * cli/cli-dump.h: Delete file.
4004         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4005         cli/cli-dump.h.
4006
4007 2013-08-09  Pedro Alves  <palves@redhat.com>
4008
4009         * tracepoint.c (tfile_start): Show tilde-expanded filename in
4010         error message.
4011
4012 2013-08-09  Pedro Alves  <palves@redhat.com>
4013
4014         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4015         error message.
4016
4017 2013-08-09  Pedro Alves  <palves@redhat.com>
4018
4019         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4020         (gcore_command): Use tilde_expand here, and when showing the
4021         filename to the user, show the expanded version.
4022
4023 2013-08-09  Yao Qi  <yao@codesourcery.com>
4024
4025         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4026         'entryval' is set.
4027
4028 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
4029
4030         * gcore.c (create_gcore_bfd): Use tilde_expand.
4031
4032 2013-08-08  Yao Qi  <yao@codesourcery.com>
4033
4034         * frame.h (read_frame_local): Declare.
4035         * mi/mi-cmd-stack.c (list_args_or_locals): Call
4036         read_frame_local.
4037         * stack.c (read_frame_local): New.
4038
4039 2013-08-08  Yao Qi  <yao@codesourcery.com>
4040
4041         * mi/mi-cmd-stack.c: Update comments to function
4042         list_args_or_locals.
4043
4044 2013-08-07  Tom Tromey  <tromey@redhat.com>
4045
4046         PR symtab/15028:
4047         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4048         (process_psymtab_comp_unit_reader): Use it.
4049         (process_psymtab_comp_unit): Update.  Add "pretend_language"
4050         argument.
4051         (dwarf2_build_psymtabs_hard): Update.
4052         (scan_partial_symbols): Pass CU's language to
4053         process_psymtab_comp_unit.
4054
4055 2013-08-07  Tom Tromey  <tromey@redhat.com>
4056
4057         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4058         (dwarf2_gdb_index_functions): Update.
4059         * psymtab.c (find_symbol_file_from_partial): Remove.
4060         (psym_functions): Update.
4061         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4062         Remove.
4063
4064 2013-08-07  Tom Tromey  <tromey@redhat.com>
4065
4066         * symfile.c (set_initial_language): Look up "main" symbol
4067         and use its language.
4068         * symtab.c (find_main_filename): Remove.
4069         * symtab.h (find_main_filename): Remove.
4070
4071 2013-08-07  Tom Tromey  <tromey@redhat.com>
4072
4073         * dwarf2read.c (recursively_compute_inclusions): Add
4074         "immediate_parent" argument.  Set symtab's "user" field
4075         if not set.
4076         (compute_symtab_includes): Update.
4077
4078 2013-08-07  Tom Tromey  <tromey@redhat.com>
4079
4080         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4081         when adding label symbols.
4082
4083 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4084             Ulrich Weigand  <uweigand@de.ibm.com>
4085
4086         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4087         * configure.host (powerpc64-*-aix*): Likewise.
4088
4089 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4090             Ulrich Weigand  <uweigand@de.ibm.com>
4091
4092         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4093         is defined.
4094         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4095         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4096         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4097         * configure.ac: Check for ptrace64.
4098         * configure, config.in: Regenerate.
4099
4100 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4101             Ulrich Weigand  <uweigand@de.ibm.com>
4102
4103         * aixthread.c: Call ptrace64 instead of ptracex if defined.
4104         Call ptrace64 instead of ptrace if defined.
4105         Add macro addr_ptr to take care of ptrace address argument.
4106         (pdc_read_regs): Likewise.
4107         (pdc_write_regs): Likewise.
4108         (aix_thread_resume): Likewise.
4109         (fetch_regs_kernel_thread): Likewise.
4110         (store_regs_kernel_thread): Likewise.
4111
4112 2013-08-07  Anton Blanchard  <anton@samba.org>
4113
4114         * MAINTAINERS: Add myself to Write After Approval.
4115
4116 2013-08-05  Tom Tromey  <tromey@redhat.com>
4117
4118         * aix-thread.c (_initialize_aix_thread): Use
4119         complete_target_initialization.
4120         * bsd-uthread.c (_initialize_bsd_uthread): Use
4121         complete_target_initialization.
4122         * dec-thread.c (_initialize_dec_thread): Use
4123         complete_target_initialization.
4124         * ravenscar-thread.c (_initialize_ravenscar): Use
4125         complete_target_initialization.
4126         * sol-thread.c (_initialize_sol_thread): Use
4127         complete_target_initialization.
4128         * spu-multiarch.c (_initialize_spu_multiarch): Use
4129         complete_target_initialization.
4130
4131 2013-08-05  Tom Tromey  <tromey@redhat.com>
4132
4133         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4134         * ada-lang.c (ada_lookup_simple_minsym): Return
4135         bound_minimal_symbol.
4136         * ada-lang.h (ada_lookup_simple_minsym): Update.
4137         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4138         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4139         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4140         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4141         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4142         * minsyms.c (msymbol_objfile): Remove.
4143         (lookup_minimal_symbol_internal): New function, from
4144         lookup_minimal_symbol.
4145         (lookup_minimal_symbol): Rewrite using
4146         lookup_minimal_symbol_internal.
4147         (lookup_bound_minimal_symbol): New function.
4148         * minsyms.h (msymbol_objfile): Remove.
4149         (lookup_bound_minimal_symbol): Declare.
4150         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4151         * parse.c (write_exp_msymbol): Change parameter to a
4152         bound_minimal_symbol.
4153         (write_dollar_variable): Use lookup_bound_minimal_symbol.
4154         * parser-defs.h (write_exp_msymbol): Update.
4155         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4156         * symfile.c (simple_read_overlay_table): Use
4157         lookup_bound_minimal_symbol.
4158         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4159         (search_symbols): Likewise.
4160         (print_msymbol_info): Take a bound_minimal_symbol argument.
4161         (symtab_symbol_info, rbreak_command): Update.
4162         * symtab.h (struct symbol_search) <msymbol>: Change type
4163         to bound_minimal_symbol.
4164         * valops.c (find_function_in_inferior): Use
4165         lookup_bound_minimal_symbol.
4166         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4167
4168 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4169
4170         Code cleanup.
4171         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4172         to ...
4173         (async_cleanup_sigint_signal_handler): ... this.
4174         (initialize_sigint_signal_handler): Remove declaration.
4175         (handle_remote_sigint): Rename the declaration to ...
4176         (async_handle_remote_sigint): ... this.
4177         (handle_remote_sigint_twice): Rename the declaration to ...
4178         (async_handle_remote_sigint_twice): ... this.
4179         (async_remote_interrupt, async_remote_interrupt_twice)
4180         (remote_interrupt): Remove the declarations.
4181         (remote_interrupt_twice): Rename the declaration ...
4182         (sync_remote_interrupt_twice): ... this.
4183         (sigint_remote_twice_token): Rename the variable to ...
4184         (async_sigint_remote_twice_token): ... this.
4185         (sigint_remote_token): Rename the variable to ...
4186         (async_sigint_remote_token): ... this.
4187         (initialize_sigint_signal_handler): Rename the function to ...
4188         (async_initialize_sigint_signal_handler): ... this.  Update the name
4189         inside.
4190         (handle_remote_sigint): Rename the function to ...
4191         (async_handle_remote_sigint): ... this.  Update the names inside.
4192         (handle_remote_sigint_twice): Rename the function to ...
4193         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
4194         (cleanup_sigint_signal_handler): Rename the function to ...
4195         (async_cleanup_sigint_signal_handler): ... this.
4196         (remote_interrupt): Rename the function to ...
4197         (sync_remote_interrupt): this.  Update the names inside.
4198         (remote_interrupt_twice): Rename the function to ...
4199         (sync_remote_interrupt_twice): this.  Update the names inside.
4200         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4201         (_initialize_remote): Update the names inside.
4202
4203 2013-08-02  Tom Tromey  <tromey@redhat.com>
4204
4205         PR symtab/15719:
4206         * breakpoint.c (update_watchpoint, watchpoint_check)
4207         (watch_command_1): Update.
4208         * eval.c (fetch_subexp_value): Add "preserve_errors"
4209         parameter.
4210         * ppc-linux-nat.c (check_condition): Update.
4211         * value.h (fetch_subexp_value): Update.
4212
4213 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
4214
4215         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4216         add_file_handler.
4217
4218 2013-08-01  Doug Evans  <dje@google.com>
4219
4220         PR symtab/15691
4221         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4222         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4223         Add assert of sig_entry->dwo_unit == NULL.
4224         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4225         had already been read.
4226         (read_signatured_type): Set per_cu.tu_read.
4227
4228         PR symtab/15695
4229         * valops.c (value_struct_elt): Add missing call to check_typedef.
4230         (value_find_oload_method_list): Ditto.
4231
4232         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4233         effectively, struct symbol_search **.
4234         (make_cleanup_free_search_symbols): Change arg to struct
4235         symbol_search **.  All callers updated.
4236         (compare_search_syms): Compare symtab file name and block as well.
4237         (search_symbols_equal): New function.
4238         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4239         New args new_head, new_tail.  Result is now void.  Remove dups after
4240         sorting the symbols.
4241         (search_symbols): Sort all found symbols once, after all have been
4242         found, and remove duplicates.  Simplify cleanup tracking of result.
4243         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4244
4245         Further workarounds for binutils/15021.
4246         * dwarf2read.c (recursively_compute_inclusions): Change type of result
4247         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
4248         Watch for duplicate symtabs coming from type units.
4249         (compute_symtab_includes): Update call to
4250         recursively_compute_inclusions. Build vector of included symtabs
4251         instead of per_cus.
4252         * symtab.h (symtab_ptr): New typedef.
4253         (DEF_VEC_P (symtab_ptr)): New VEC type.
4254         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
4255         instead.
4256
4257 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
4258
4259         * cli/cli-script.c (script_from_file): Remove use of
4260         error_pre_print.
4261         * main.c (captured_main): Remove use of error_pre_print and
4262         quit_pre_print.
4263         * utils.c (error_pre_print, quit_pre_print): Remove.
4264         * utils.h (error_pre_print, quit_pre_print): Likewise.
4265
4266 2013-08-01  Yao Qi  <yao@codesourcery.com>
4267
4268         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4269         with mi_getopt.
4270         (mi_cmd_stack_list_variables): Likewise.
4271
4272 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4273
4274         * exceptions.c (deprecated_throw_reason): Remove.
4275         * exceptions.h (deprecated_throw_reason): Remove.
4276
4277 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4278
4279         * remote-mips.c (mips_error): Replace use of
4280         deprecated_throw_reason with throw_verror.  Use the error message
4281         passed to mips_error as the error message for throw_verror.
4282
4283 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4284
4285         * monitor.c (monitor_interrupt_query): Replace use of
4286         deprecated_throw_reason with quit.
4287         * nto-procfs.c (interrupt_query): Likewise.
4288         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4289         * remote-mips.c (mips_kill): Likewise.
4290         * remote.c (interrupt_query): Likewise.
4291
4292 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4293
4294         * utils.c (internal_verror): Replace use of deprecated_throw_reason
4295         with call to fatal.
4296
4297 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
4298             Yao Qi  <yao@codesourcery.com>
4299
4300         * tracepoint.c (trace_dump_command): Select the current frame.
4301
4302 2013-07-30  Doug Evans  <dje@google.com>
4303
4304         * dwarf2read.c (process_queue): Add type signature to debug output.
4305
4306 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4307
4308         * value.c (value_fetch_lazy): Mark optimized out values as such
4309         rather than raising an error.
4310
4311 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4312
4313         * value.c (value_fetch_lazy): Ensure parent value is not lazy
4314         before checking which bits of the parent, not the child, value are
4315         valid.
4316
4317 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
4318
4319         PR gdb/15715
4320         * top.c: Include "filenames.h".
4321         (set_history_filename): New function.
4322         (init_main): Install it as set hook of the "set history filename"
4323         command.
4324
4325 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4326
4327         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4328         attribute parameter.
4329         (dwarf2_const_value_data): Constify struct attribute parameter.
4330         (dwarf2_const_value): Constify struct attribute parameter.
4331         (dwarf2_const_value_attr): Constify struct attribute parameter.
4332         (lookup_die_type): Constify struct attribute parameter.
4333         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4334         (follow_die_ref_or_sig): Constify struct attribute parameter.
4335         (follow_die_ref): Constify struct attribute parameter.
4336         (follow_die_sig): Constify struct attribute parameter.
4337         (get_DW_AT_signature_type): Constify struct attribute parameter.
4338         (get_type_unit_group): Constify struct attribute parameter.
4339         (fill_in_loclist_baton): Constify struct attribute parameter.
4340         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4341         (type_unit_group): Constify struct attribute parameter.
4342
4343 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4344
4345         * dwarf2read.c (attr_form_is_block): Make argument const.
4346         (attr_form_is_section_offset): Make argument const.
4347         (attr_form_is_constant): Make argument const.
4348         (attr_form_is_ref): Make argument const.
4349
4350 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4351
4352         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4353         All uses updated.
4354         (attr_form_is_ref): Moved below attr_form_is_constant.
4355
4356 2013-07-29  Doug Evans  <dje@google.com>
4357
4358         * main.c (captured_command_loop): Tweak comment.
4359
4360         * target.c (target_async_permitted_1): Fix comment.
4361
4362         * symtab.c (iterate_over_some_symtabs): Add comment.
4363
4364         * symtab.c (iterate_over_some_symtabs): Fix indentation.
4365
4366 2013-07-27  Yao Qi  <yao@codesourcery.com>
4367
4368         * NEWS: Mention that GDBserver now supports hardware
4369         watchpoints on the MIPS GNU/Linux target.
4370
4371 2013-07-27  Yao Qi  <yao@codesourcery.com>
4372
4373         * Makefile.in (HFILES_NO_SRCDIR): Add
4374         common/mips-linux-watch.h.
4375         (mips-linux-watch.o): New rule.
4376         * common/mips-linux-watch.c: New.
4377         * common/mips-linux-watch.h: New.
4378         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4379         * mips-linux-nat.c: Include mips-linux-watch.h.
4380         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4381         to common/mips-linux-watch.h.
4382         (MAX_DEBUG_REGISTER): Likewise.
4383         (enum pt_watch_style): Likewise.
4384         (struct mips32_watch_regs): Likewise.
4385         (struct mips64_watch_regs): Likewise.
4386         (struct pt_watch_regs): Likewise.
4387         (struct mips_watchpoint): Likewise.
4388         (mips_linux_watch_get_irw_mask): Move to
4389         common/mips-linux-watch.c.
4390         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4391         (mips_linux_watch_get_watchlo): Likewise.
4392         (mips_linux_watch_set_watchlo): Likewise.
4393         (mips_linux_watch_get_watchhi): Likewise.
4394         (mips_linux_watch_set_watchhi): Likewise.
4395         (mips_linux_read_watch_registers): Likewise.
4396         (mips_linux_watch_type_to_irw): Likewise.
4397         (mips_linux_stopped_data_address, fill_mask): Likewise.
4398         (mips_linux_watch_try_one_watch): Likewise.
4399         (mips_linux_watch_populate_regs): Likewise.
4400
4401 2013-07-27  Yao Qi  <yao@codesourcery.com>
4402
4403         * mips-linux-nat.c (get_irw_mask): Rename to ...
4404         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
4405         'set' to 'n'.  Update function comment.  All callers changed.
4406         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
4407         function comment.  All callers changed.
4408         (get_num_valid): Rename to ...
4409         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
4410         'set' to 'n'.  Update function comment.  All callers changed.
4411         (get_watchlo): Rename to ...
4412         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
4413         'set' to 'n'.  Update function comment.  All callers changed.
4414         (set_watchlo): Rename to ...
4415         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
4416         'set' to 'n'.  Update function comment.  All callers changed.
4417         (get_watchhi): Rename to ...
4418         (mips_linux_watch_get_watchhi): ... this.  Update function
4419         comment.  All callers changed.
4420         (set_watchhi): Rename to ...
4421         (mips_linux_watch_set_watchhi): ... this.  Update function
4422         comment.  All callers changed.
4423         (mips_linux_read_watch_registers): Update function comment.
4424         Add new parameters 'lwpid', 'watch_readback', and
4425         'watch_readback_valid'.  Update.
4426         (type_to_irw): Rename to ...
4427         (mips_linux_watch_type_to_irw): ... this.  Update function
4428         comment.  All callers changed.
4429         (fill_mask): Update function comment.
4430         (try_one_watch): Rename to ...
4431         (mips_linux_watch_try_one_watch): ... this.  Change the type
4432         of parameter 'irw' from 'unsigned' to 'uint32_t'.
4433         (populate_regs_from_watches): Rename to ...
4434         (mips_linux_watch_populate_regs): ... this.  Add parameter
4435         'current_watches'.  All callers changed.
4436
4437 2013-07-27  Yao Qi  <yao@codesourcery.com>
4438
4439         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4440         the code.
4441         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4442         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4443         (struct pt_watch_regs): Likewise.
4444         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4445         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4446         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4447         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4448         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4449
4450 2013-07-27  Yao Qi  <yao@codesourcery.com>
4451
4452         * breakpoint.h: Include break-common.h.
4453         (enum target_hw_bp_type): Move to ...
4454         * common/break-common.h: ... here.  New.
4455
4456 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
4457
4458         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4459         process group regardless of having tty on stdin.
4460
4461 2013-07-25  Doug Evans  <dje@google.com>
4462
4463         * linux-fork.h (detach_fork): Delete.
4464
4465 2013-07-25  Tom Tromey  <tromey@redhat.com>
4466
4467         PR remote/15256, PR remote/15266:
4468         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4469         * monitor.c (monitor_detach): Use unpush_target.
4470         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4471         * remote-mips.c (mips_detach): Use unpush_target.  Don't
4472         call mips_close.
4473         * remote-sim.c (gdbsim_detach): Use unpush_target.
4474         * target.c (pop_target): Remove.
4475         (pop_all_targets_above): Don't call target_close.
4476         (target_close): Assert that the target is unpushed.
4477         * target.h (pop_target): Don't declare.
4478         * tracepoint.c (tfile_open): Use unpush_target.
4479
4480 2013-07-25  Tom Tromey  <tromey@redhat.com>
4481
4482         * linux-thread-db.c (init_thread_db_ops): Call
4483         complete_target_initialization.
4484         (_initialize_thread_db): Don't call add_target.
4485         * target.c (complete_target_initialization): New function.
4486         (add_target_with_completer): Call it.
4487         * target.h (complete_target_initialization): Declare.
4488
4489 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
4490
4491         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4492         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4493         (HPPANBSD_SIZEOF_GREGS): New define.
4494         (hppaobsd_supply_gregset): Handle additional registers.
4495         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4496         we provide more registers now.
4497         (hppabsd_supply_gregset): Supply additional registers.
4498         (hppabsd_collect_gregset): Collect additional registers.
4499
4500 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
4501
4502         * hppabsd-tdep.c: Include "dwarf2-frame.h".
4503         (hppabsd_dwarf2_frame_init_reg): New function.
4504         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4505
4506 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
4507
4508         * mi/mi-main.c (output_register): Make MI 'r' format use standard
4509         'z' format code.  Remove error for optimized out values, standard
4510         code will handle these fine.
4511
4512 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
4513
4514         * NEWS: Mention new 'z' formatter.
4515         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4516         (_initialize_printcmd): Mention 'z' formatter in help text of the
4517         'x' command.
4518
4519 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
4520
4521         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4522         formatting.
4523
4524 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
4525
4526         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4527         interface can evaluate arguments.  Fallback to the old mode if it
4528         cannot.
4529         (create_exception_master_breakpoint): Likewise.
4530         * elfread.c (elf_can_evaluate_probe_arguments): New function.
4531         (struct sym_probe_fns elf_probe_fns): Export function above to the
4532         probe interface.
4533         * probe.c (can_evaluate_probe_arguments): New function.
4534         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4535         function pointer.
4536         (can_evaluate_probe_arguments): New function prototype.
4537         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4538         probe interface can evaluate arguments.  Fallback to the old mode
4539         if it cannot.
4540         * stap-probe.c (stap_get_probe_argument_count): Check if probe
4541         interface can evaluate arguments.  Warning the user if it cannot.
4542         (stap_can_evaluate_probe_arguments): New function.
4543         (struct probe_ops stap_probe_ops): Export function above to the
4544         probe interface.
4545         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4546         New function pointer.
4547
4548 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
4549
4550         * Makefile.in (SFILES): Add common/target-common.c.
4551         Add common/target-common.h to headers.
4552         (COMMON_OBS): Add target-common.o.
4553         (target-common.o): New target.
4554         * linux-nat.h (resume_kind): Move to common/target-common.h.
4555         * target.c (target_waitstatus_to_string): Move to
4556         common/target-common.c.
4557         * target.h: Include target-common.h.
4558         (target_waitkind): Move to common/target-common.h.
4559         (target_waitstatus): Likewise.
4560         (TARGET_WNOHANG): Likewise.
4561         * common/target-common.c: New file.
4562         * common/target-common.h: New file.
4563
4564 2013-07-24  Doug Evans  <dje@google.com>
4565
4566         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4567         a warning.
4568
4569 2013-07-23  Yao Qi  <yao@codesourcery.com>
4570
4571         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4572         parameter 'gdbarch'.
4573         (i386_stack_tramp_frame_sniffer): Caller update.
4574         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4575         parameter 'gdbarch' and 'target'.
4576         (i386_linux_core_read_description): Caller update.
4577         * amd64-linux-tdep.c (amd64_linux_core_read_description):
4578         Likewise.
4579         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4580         declaration.
4581
4582 2013-07-23  Tom Tromey  <tromey@redhat.com>
4583
4584         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4585         2013-07-22.
4586
4587 2013-07-22  Doug Evans  <dje@google.com>
4588
4589         * exec.h (remove_target_sections): Delete arg abfd.
4590         * exec.c (exec_close): Update call to remove_target_sections.
4591         (remove_target_sections): Delete arg abfd.
4592         * solib.c (update_solib_list): Ditto.
4593         (reload_shared_libraries_1): Ditto.
4594         (clear_solib): Ditto, and unconditionally call remove_target_sections.
4595         * target.h (struct target_section): Rename key to owner.
4596         All uses updated.
4597
4598 2013-07-22  Tom Tromey  <tromey@redhat.com>
4599
4600         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4601
4602 2013-07-22  Tom Tromey  <tromey@redhat.com>
4603
4604         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4605         Simplify cleanup handling.
4606
4607 2013-07-22  Tom Tromey  <tromey@redhat.com>
4608
4609         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4610         on all return paths.
4611
4612 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4613
4614         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4615         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4616         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4617
4618 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
4619
4620         * top.c (print_gdb_version): Add help, apropos description and
4621         url to online documentation.
4622
4623 2013-07-19  Hui Zhu  <hui@codesourcery.com>
4624
4625         PR gdb/15692
4626         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4627
4628 2013-07-19  Yao Qi  <yao@codesourcery.com>
4629
4630         * target.c (update_current_target): Change the default action
4631         of 'to_traceframe_info' from tcomplain to return_zero.
4632         * target.h (struct target_ops) <to_traceframe_info>: Add more
4633         comments.
4634         * valops.c (read_value_memory): Call
4635         traceframe_available_memory unconditionally.
4636
4637 2013-07-18  Yao Qi  <yao@codesourcery.com>
4638
4639         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
4640         if the name is prefixed by "__imp_" or "_imp_", look for minimal
4641         symbol without prefix.  If found, set its type to
4642         'mst_solib_trampoline'.
4643
4644 2013-07-17  Doug Evans  <dje@google.com>
4645
4646         * NEWS: Mention "set print raw frame-arguments".
4647         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
4648         * stack.c (print_raw_frame_arguments): New static global.
4649         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
4650         (_initialize_stack): New command "set/show print raw frame-arguments".
4651         * valprint.c (setprintrawlist, showprintrawlist): New globals.
4652         (set_print_raw, show_print_raw): New functions.
4653         (_initialize_valprint): New prefix command "set/show print raw".
4654         * valprint.h (value_print_options): Improve comments.
4655
4656         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
4657         of all *list variables.
4658
4659         * gdbcmd.h (togglelist): Delete.
4660         * cli/cli-cmds.c (togglelist): Delete.
4661         (init_cmd_lists): Update.
4662         * cli/cli-cmds.h (togglelist): Delete.
4663
4664 2013-07-17  Tom Tromey  <tromey@redhat.com>
4665
4666         * dwarf2read.c (dwarf2_per_objfile_free): Clear
4667         dwarf2_per_objfile.
4668
4669 2013-07-16  Doug Evans  <dje@google.com>
4670
4671         * nto-tdep.c (nto_relocate_section_addresses): Update,
4672         target_section.bfd deleted.
4673         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
4674         * s390-tdep.c (s390_load): Ditto.
4675         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
4676
4677 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
4678
4679         * common/format.c (parse_format_string): Add checks for NULL
4680         character before calling strchr.
4681
4682 2013-07-16  Doug Evans  <dje@google.com>
4683
4684         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
4685         temp_pathname argument.
4686         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
4687         when opening the file fails.
4688
4689         * target.h (struct target_section): Delete member bfd.
4690         All users updated to use the_bfd_section->owner instead.
4691         * exec.c (add_to_section_table): Assert bfd is expected value.
4692         Remove initialization of target_section.bfd.
4693         (remove_target_sections): Update.
4694         (section_table_available_memory): Update.
4695         (section_table_xfer_memory_partial): Update.
4696         (print_section_info): Update.
4697         (exec_set_section_address): Update.
4698         * record-full.c (record_full_core_xfer_partial): Update.
4699         * solib-svr4.c (svr4_relocate_section_addresses): Update.
4700         * solib-target.c (solib_target_relocate_section_addresses): Update.
4701         * symfile.c (build_section_addr_info_from_section_table): Update.
4702         * target.c (memory_xfer_live_readonly_partial): Update.
4703         (memory_xfer_partial_1): Update.
4704
4705 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4706
4707         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
4708         now available for embedded (BookE) and server (BookS) processors,
4709         correct mentions of 'booke' and adjust comments accordingly in order to
4710         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
4711         (have_ptrace_booke_interface): Rename function and variable
4712         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
4713         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
4714         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
4715         'hwdebug_point_cmp'. Update all uses.
4716         (booke_find_thread_points_by_tid): Rename function
4717         'booke_find_thread_points_by_tid' to
4718         'hwdebug_find_thread_points_by_tid'. Update all uses.
4719         (booke_insert_point): Rename function 'booke_insert_point' to
4720         'hwdebug_insert_point'. Update all uses.
4721         (booke_remove_point): Rename function 'booke_remove_point' to
4722         'hwdebug_remove_point'. Update all uses.
4723
4724 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
4725
4726         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4727         numbers with enum values.
4728
4729 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
4730
4731         PR threads/13217
4732         * thread.c (thread_apply_all_command): Check for valid threads
4733         and thread count.
4734         (thread_array_cleanup): New struct.
4735         (set_thread_refcount): New function.
4736
4737 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
4738
4739         * infcmd.c (default_print_one_register_info): Reuse function
4740         print_hex_chars.
4741
4742 2013-07-10  Tom Tromey  <tromey@redhat.com>
4743
4744         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4745         (ada-exp.o): New target.
4746
4747 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
4748
4749         * mt-tdep.c (mt_registers_info): Call
4750         get_no_prettyformat_print_options instead of
4751         get_raw_print_options (regression by last patch from Doug
4752         Evans).
4753
4754 2013-07-09  Pedro Alves  <palves@redhat.com>
4755
4756         Checked in by Joel Brobecker  <brobecker@adacore.com>.
4757         * ada-lang.c (coerce_unspec_val_to_type): Use
4758         value_optimized_out_const.
4759         * value.c (value_optimized_out_const): New function.
4760         * value.h (value_optimized_out_const): New declaration.
4761
4762 2013-07-09  Doug Evans  <dje@google.com>
4763
4764         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4765         Enum values rename as well.  All uses updated.
4766         * valprint.h (value_print_options): Rename member pretty to
4767         pretty format.  Rename member prettyprint_arrays to
4768         prettyformat_arrays.  Rename member prettyprint_structs to
4769         prettyformat_structs.  All uses updated.
4770         (get_no_prettyformat_print_options): Renamed from
4771         get_raw_print_options.
4772         * valprint.c (get_no_prettyformat_print_options): Renamed from
4773         get_raw_print_options.  All callers updated.
4774         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4775         All callers updated.
4776         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4777         All callers updated.
4778         (_initialize_valprint): Improve help text for "set print pretty" and
4779         "set print arrays".
4780
4781 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
4782
4783         * value.c (value_bits_valid): Revert previous change, and change
4784         by Pedro on 2013-07-04, due to regressions in
4785         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4786
4787 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
4788             Pedro Alves  <palves@redhat.com>
4789
4790         * value.c (value_bits_valid): If the value is not lval_computed
4791         or has no check validity handler then the answer is the
4792         optimized_out flag, otherwise defer to the handler.
4793
4794 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
4795
4796         * top.c (print_gdb_configuration): Explain in output of
4797         --configuration what does "relocatable" mean.
4798
4799         * main.c (print_gdb_help): Regroup options in the --help text.
4800         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4801         the relevant discussions.
4802
4803 2013-07-06  Yao Qi  <yao@codesourcery.com>
4804
4805         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4806         Remove parameter 'lsal'.
4807         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4808         to inner block.  Caller update.
4809         (base_breakpoint_create_breakpoints_sal): Update.
4810         (bkpt_create_breakpoints_sal): Likewise.
4811         (tracepoint_create_breakpoints_sal): Likewise.
4812         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4813         element 0 of vector 'canonical->sals'.
4814
4815 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
4816
4817         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4818         register number instead of the pseudo register one.
4819         (rs6000_dwarf2_reg_to_regnum): Likewise.
4820
4821 2013-07-04  Pedro Alves  <palves@redhat.com>
4822
4823         * findvar.c (value_of_register): Use allocate_optimized_out_value
4824         if the register has been optimized out, instead of
4825         set_value_optimized_out.
4826         * frame-unwind.c (frame_unwind_got_optimized): Use
4827         allocate_optimized_out_value.
4828
4829 2013-07-04  Pedro Alves  <palves@redhat.com>
4830
4831         * value.c (value_bits_valid): If the value is not lval_computed,
4832         or doesn't have a check_validity hook, assume the value is entirely
4833         valid.
4834
4835 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
4836
4837         * stack.c (read_frame_arg): No longer fetch lazy values.
4838         * value.c (value_optimized_out): If the value is not already
4839         marked optimized out, and is lazy then fetch it.
4840         (value_primitive_field): Move optimized out check to later in the
4841         function, after we have loaded any lazy values.
4842         (value_fetch_lazy): Use optimized out flag directly rather than
4843         calling optimized_out method.
4844
4845 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
4846
4847         * valops.c: Don't include "user-regs.h".
4848         (value_fetch_lazy): Moved to value.c.
4849         * value.c: Include "user-regs.h".
4850         (value_fetch_lazy): Moved from valops.c.
4851
4852 2013-07-04  Yao Qi  <yao@codesourcery.com>
4853
4854         Revert:
4855         2013-06-27  Yao Qi  <yao@codesourcery.com>
4856
4857         * common/create-version.sh: Update comments.  Handle the case
4858         that TARGET_ALIAS is empty.
4859
4860 2013-07-03  Pedro Alves  <palves@redhat.com>
4861
4862         * Makefile.in (config.status): Depend on development.sh.
4863         (aclocal_m4_deps): Add libmcheck.m4.
4864         * acinclude.m4: Include libmcheck.m4.
4865         * configure.ac: Source development.sh instead of setting
4866         'development' here.  --enable-libmcheck/--disable-libmcheck code
4867         factored out to GDB_AC_LIBMCHECK.  Run it.
4868         * development.sh: New file.
4869         * libmcheck.m4: New file.
4870         * configure: Regenerate.
4871
4872 2013-07-02  Tom Tromey  <tromey@redhat.com>
4873
4874         * contrib/ari/update-web-ari.sh: Update for version.in change.
4875
4876 2013-07-02  Tom Tromey  <tromey@redhat.com>
4877
4878         * common/ptid.h: Comment fixes.
4879
4880 2013-07-01  Tom Tromey  <tromey@redhat.com>
4881
4882         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
4883         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
4884         (dwarf2_read_index, create_all_comp_units): Update.
4885
4886 2013-07-01  Tom Tromey  <tromey@redhat.com>
4887
4888         * configure.ac (build_warnings): Add -Wold-style-definition.
4889         * configure: Rebuild.
4890         * machoread.c (_initialize_machoread): Use "(void)".
4891         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
4892         use "(void)".
4893
4894 2013-07-01  Tom Tromey  <tromey@redhat.com>
4895
4896         * configure.ac (build_warnings): Add -Wold-style-declaration.
4897         * configure: Rebuild.
4898         * dsrec.c (make_srec): Use "static const", not "const static".
4899         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
4900         not "const static".
4901         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
4902         Use "static const", not "const static".
4903         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
4904         not "const static".
4905         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4906         not "const static".
4907         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4908         not "const static".
4909         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4910         not "const static".
4911         (v850_dbtrap_breakpoint_from_pc): Likewise.
4912         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4913         not "const static".
4914
4915 2013-07-01  Tom Tromey  <tromey@redhat.com>
4916
4917         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4918         * configure: Rebuild.
4919
4920 2013-07-01  Pedro Alves  <palves@redhat.com>
4921
4922         * defs.h: Include "pathmax.h".
4923         * utils.c: Don't include sys/param.h.
4924         (gdb_realpath): Remove code that checks for MAXPATHLEN.
4925         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4926         instead of MAXPATHLEN.
4927         * solib-sunos.c: Don't include sys/param.h.
4928         * xcoffread.c: Don't include sys/param.h.
4929         * bsd-kvm.c: Don't include sys/param.h.
4930         * darwin-nat.c: Don't include sys/param.h.
4931         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4932         * darwin-nat-info.c: Don't include sys/param.h.
4933         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4934         MAXPATHLEN.
4935         * i386obsd-nat.c: Don't include sys/param.h.
4936         * inf-child.c: Don't include sys/param.h.
4937         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4938         * linux-fork.c: Don't include sys/param.h.
4939         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4940         * linux-nat.c: Don't include sys/param.h.
4941         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4942         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4943         * m68klinux-nat.c: Don't include sys/param.h.
4944         * nbsd-nat.c: Don't include sys/param.h.
4945         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4946         * ppc-linux-nat.c: Don't include sys/param.h.
4947         * rs6000-nat.c: Don't include sys/param.h.
4948         * spu-linux-nat.c. Don't include sys/param.h.
4949         * windows-nat.c: Don't include sys/param.h.
4950         * xtensa-linux-nat.c: Don't include sys/param.h.
4951         * config/i386/nm-fbsd.h: Don't include sys/param.h.
4952
4953 2013-07-01  Pedro Alves  <palves@redhat.com>
4954
4955         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4956         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4957         * gnulib/aclocal.m4: Regenerate.
4958         * gnulib/config.in: Regenerate.
4959         * gnulib/configure: Regenerate.
4960         * gnulib/import/pathmax.h: New file.
4961         * gnulib/import/Makefile.am: Regenerate.
4962         * gnulib/import/Makefile.in: Regenerate.
4963         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4964         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4965         * gnulib/import/m4/pathmax.m4: New file.
4966
4967 2013-07-01  Pedro Alves  <palves@redhat.com>
4968
4969         * configure.ac (GDBINIT): Define, depending on host.
4970         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4971         * top.c (PATH_MAX): Delete fallback definition.
4972         (GDBINIT_FILENAME): Delete.
4973         (gdbinit): Reimplement as const char array set to the GDBINIT
4974         string constant.
4975         * top.h (gdbinit): Make const.
4976         * configure, config.in: Regenerate.
4977
4978 2013-07-01  Pedro Alves  <palves@redhat.com>
4979
4980         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4981         * cli/cli-cmds.h (source_script): Likewise.
4982         * exceptions.c (catch_command_errors_const): New function.
4983         * exceptions.h (catch_command_errors_const): Declare.
4984         * main.c (get_init_files): Make parameters const, and adjust.
4985         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4986         'local_gdbinit' locals const.  Adjust to use
4987         catch_command_errors_const.
4988         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4989         'local_gdbinit' locals const.
4990
4991 2013-07-01  Pedro Alves  <palves@redhat.com>
4992
4993         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4994         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4995         * tracepoint.c: Don't check HAVE_UNISTD_H before including
4996         <unistd.h>.
4997
4998 2013-07-01  Pedro Alves  <palves@redhat.com>
4999
5000         Import the "unistd" gnulib module.
5001         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5002         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5003         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5004         import/m4/unistd_h.m4.
5005         * gnulib/aclocal.m4: Renenerate.
5006         * gnulib/config.in: Renenerate.
5007         * gnulib/configure: Renenerate.
5008         * gnulib/import/Makefile.am: Renenerate.
5009         * gnulib/import/Makefile.in: Renenerate.
5010         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5011         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5012         * gnulib/import/m4/off_t.m4: New file.
5013         * gnulib/import/m4/ssize_t.m4: New file.
5014         * gnulib/import/m4/sys_types_h.m4: New file.
5015         * gnulib/import/m4/unistd_h.m4: New file.
5016         * gnulib/import/sys_types.in.h: New file.
5017         * gnulib/import/unistd.c: New file.
5018         * gnulib/import/unistd.in.h: New file.
5019
5020 2013-07-01  Pedro Alves  <palves@redhat.com>
5021
5022         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5023         defined instead of checking HAVE_UNISTD_H.
5024
5025 2013-07-01  Pedro Alves  <palves@redhat.com>
5026
5027         Reimport gnulib from scratch.
5028         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5029         import/m4/onceonly.m4.
5030         * gnulib/aclocal.m4: Renegerate.
5031         * gnulib/config.in: Renegerate.
5032         * gnulib/configure: Renegerate.
5033         * gnulib/import/Makefile.in: Renegerate.
5034         * gnulib/import/extra/update-copyright: Renegerate.
5035         * gnulib/import/m4/onceonly.m4: Delete.
5036
5037 2013-07-01  Pedro Alves  <palves@redhat.com>
5038
5039         * tui/tui-regs.c (pagination_enabled): Delete declaration.
5040
5041 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5042
5043         Code cleanup.
5044         * remote.c (async_remote_interrupt_twice): Make it static.
5045         * remote.h (async_remote_interrupt_twice): Remove the declaration.
5046
5047 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5048
5049         * ia64-linux-tdep.c: Include <ctype.h>.
5050         (ia64_linux_stap_is_single_operand): New function.
5051         (ia64_linux_init_abi): Initialize SystemTap related attributes.
5052
5053 2013-06-28  Tom Tromey  <tromey@redhat.com>
5054
5055         * Makefile.in (version.c): Use version.in, not
5056         common/version.in.
5057         * common/create-version.sh: Likewise.
5058         * common/version.in: Move...
5059         * version.in: ...here.
5060
5061 2013-06-28  Pedro Alves  <palves@redhat.com>
5062
5063         * infrun.c (set_observer_mode): Don't declare pagination_enabled
5064         here.
5065         * utils.h (pagination_enabled): Declare.
5066
5067 2013-06-28  Pedro Alves  <palves@redhat.com>
5068
5069         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5070         Move higher up in file.
5071
5072 2013-06-28  Tom Tromey  <tromey@redhat.com>
5073
5074         * tracepoint.c (deprecated_readline_begin_hook)
5075         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5076         declare.
5077
5078 2013-06-28  Pedro Alves  <palves@redhat.com>
5079
5080         PR tui/14880
5081         * tui/tui-regs.c (tui_get_register): Fetch value contents before
5082         checking if they're available.
5083         * value.c (value_available_contents_eq): Change comment.
5084         * value.h (value_available_contents_eq): Expand comment.
5085
5086 2013-06-27  Tom Tromey  <tromey@redhat.com>
5087
5088         * target.c (find_run_target): Remove.
5089         * target.h (find_run_target): Remove.
5090
5091 2013-06-27  Tom Tromey  <tromey@redhat.com>
5092
5093         * corelow.c (core_gdbarch): Now static.
5094
5095 2013-06-27  Tom Tromey  <tromey@redhat.com>
5096
5097         * target.c (target_struct_index): Remove.
5098
5099 2013-06-27  Pedro Alves  <palves@redhat.com>
5100
5101         * infrun.c: Remove comment describing the 'stepping over runtime
5102         loader dynamic symbol resolution code' mechanism; moved to
5103         gdbint.texinfo.
5104
5105 2013-06-27  Pedro Alves  <palves@redhat.com>
5106
5107         * exceptions.c (catch_command_errors): Remove spurious space.
5108         * exceptions.h (catch_command_errors): Second parameter is "arg",
5109         not "command".
5110
5111 2013-06-27  Yao Qi  <yao@codesourcery.com>
5112
5113         * common/create-version.sh: Update comments.  Handle the case
5114         that TARGET_ALIAS is empty.
5115
5116 2013-06-26  Pedro Alves  <palves@redhat.com>
5117
5118         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5119         comment.
5120
5121 2013-06-26  Pedro Alves  <palves@redhat.com>
5122
5123         * infrun.c: Update comments on stepping over runtime loader
5124         dynamic symbol resolution code.
5125
5126 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
5127
5128         * ax-gdb.h (union exp_element): Forward declare.
5129         * parser-defs.h: Include expression.h.
5130
5131 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5132
5133         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5134
5135 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5136
5137         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5138
5139 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5140
5141         Fix trace-status to output proper start-time and stop-time.
5142         * tracepoint.c (trace_status_command): Fix type of printf arg to
5143         prevent improper type conversion.
5144         (trace_status_mi): Likewise.
5145
5146 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5147
5148         * mips-tdep.c (mips_next_pc): Fix a typo.
5149
5150 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5151
5152         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5153
5154 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5155             Yao Qi  <yao@codesourcery.com>
5156
5157         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5158         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5159         * mi/mi-main.c (print_variable_or_computed): New function.
5160         (mi_cmd_trace_frame_collected): New function.
5161         * tracepoint.c (find_trace_state_variable_by_number): New.
5162         (struct traceframe_info): Move to tracepoint.h
5163         (struct collection_list): Likewise.
5164         (do_collect_symbol): Include locals and arguments in the
5165         collected variables list.
5166         (clear_collection_list): Clear wholly collected variables list
5167         and computed variables list.
5168         (append_exp): New function.
5169         (encode_actions_1): Include variables in the wholly
5170         collected variables list.  Include memory ranges and
5171         full-fledged expressions in the computed expressions list.
5172         (encode_actions): Move some code to ...
5173         Return the cleanup chain.
5174         (encode_actions_rsp): ... here.  New function.
5175         (get_traceframe_location, get_traceframe_info): Remove static.
5176         * tracepoint.h (struct memrange): Moved from tracepoint.c.
5177         (struct collection_list): Moved from tracepoint.c.  Add two
5178         new fields 'wholly_collected' and 'computed'.
5179         (find_trace_state_variable_by_number): Declare.
5180         (encode_actions): Adjust declaration.
5181         (encode_actions_rsp): Declare.
5182         (get_traceframe_info, get_traceframe_location): Declare.
5183
5184         * NEWS: Mention new MI command -trace-frame-collected.
5185
5186 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5187             Yao Qi  <yao@codesourcery.com>
5188
5189         * ctf.c (ctf_traceframe_info): Push trace state variables
5190         present in the trace data into the traceframe info object.
5191         * breakpoint.c (DEF_VEC_I): Remove.
5192         * common/filestuff.c (DEF_VEC_I): Likewise.
5193         * dwarf2loc.c (DEF_VEC_I): Likewise.
5194         * mi/mi-main.c (DEF_VEC_I): Likewise.
5195         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5196         * features/traceframe-info.dtd: Add tvar element and its
5197         attributes.
5198         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5199         (build_traceframe_info): Push trace state variables present in
5200         the trace data into the traceframe info object.
5201         (traceframe_info_start_tvar): New function.
5202         (tvar_attributes): New.
5203         (traceframe_info_children): Add "tvar" element.
5204         * tracepoint.h (struct traceframe_info) <tvars>: New field.
5205
5206         * NEWS: Mention the change in GDB and GDBserver.
5207
5208 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5209             Yao Qi  <yao@codesourcery.com>
5210
5211         * tracepoint.c (trace_dump_command): Move code to ...
5212         (get_traceframe_location): ... here.  New.
5213
5214 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5215             Yao Qi  <yao@codesourcery.com>
5216
5217         * tracepoint.c (trace_dump_command): GDB emits an error
5218          instead of a warning when a traceframe is not selected.
5219
5220 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5221             Yao Qi  <yao@codesourcery.com>
5222
5223         * tracepoint.c (tracepoint_list, stepping_list): Remove.
5224         (clear_collection_list): Free fields 'aexpre_list' and 'list'
5225         in collection_list.
5226         (do_clear_collection_list, init_collection_list): New.
5227         (encode_actions): Add local variables 'tracepoint_list' and
5228         'stepping_list'.  Call init_collection_list and make cleanup
5229         which calls do_clear_collection_list.  Don't call
5230         clear_collection_list.
5231         (_initialize_tracepoint): Delete references to
5232         'tracepoint_list' and 'stepping_list'.
5233
5234 2013-06-25  Tom Tromey  <tromey@redhat.com>
5235
5236         * common/create-version.sh (date): Use "$", not "$$" in sed
5237         expression.
5238
5239 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
5240
5241         * NEWS (New targets): Add entry for TI MSP430.
5242
5243 2013-06-25  Yao Qi  <yao@codesourcery.com>
5244
5245         * remote.c (remote_start_remote): Move code to upload tsv
5246         earlier.
5247
5248 2013-06-25  Yao Qi  <yao@codesourcery.com>
5249             Hui Zhu  <hui@codesourcery.com>
5250             Pedro Alves  <palves@redhat.com>
5251
5252         PR breakpoints/15075
5253         PR breakpoints/15434
5254         * breakpoint.c (bpstat_stop_status): Call
5255         b->ops->after_condition_true.
5256         (update_dprintf_command_list): Don't append "continue" command
5257         to the command list of dprintf breakpoint.
5258         (base_breakpoint_after_condition_true): New function.
5259         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5260         (dprintf_after_condition_true): New function.
5261         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5262         * breakpoint.h (breakpoint_ops): Add after_condition_true.
5263
5264 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
5265
5266         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5267         (ALLDEPFILES): Add msp430-tdep.c.
5268         * configure.tgt (msp430*-*-elf): New target.
5269         * msp430-tdep.c: New file.
5270
5271 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5272
5273         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5274         microMIPS synthetic symbols.
5275
5276 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5277
5278         * objfiles.h (pc_in_section): New prototype.
5279         (in_plt_section): Remove name argument, replace prototype with
5280         static inline function.
5281         * mips-tdep.h: Include "objfiles.h".
5282         (in_mips_stubs_section): New function.
5283         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5284         in_solib_call_trampoline member.
5285         (hppa_in_solib_call_trampoline): Remove name argument.
5286         * objfiles.c (pc_in_section): New function.
5287         (in_plt_section): Remove function.
5288         * mips-linux-tdep.c: Include "objfiles.h".
5289         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
5290         name argument.  Return 1 rather than the low 16-bit halfword of
5291         any instruction examined.
5292         (mips_linux_in_dynsym_resolve_code): Update
5293         mips_linux_in_dynsym_stub call accordingly.
5294         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5295         rather than an equivalent hand-coded sequence.
5296         * hppa-hpux-tdep.c (in_opd_section): Remove function.
5297         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5298         (hppa64_hpux_in_solib_call_trampoline): Likewise.
5299         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5300         in_opd_section.
5301         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5302         on call to tdep->in_solib_call_trampoline.
5303         (hppa_in_solib_call_trampoline): Remove name argument, update
5304         according to in_plt_section change.
5305         (hppa_skip_trampoline_code): Update according to in_plt_section
5306         change.
5307         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5308         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5309         Likewise.
5310         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5311         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5312         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5313         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5314         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5315         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5316         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5317         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5318         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5319         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5320         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5321         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5322         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5323
5324 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
5325
5326         * common/create-version.sh: Fix expansion of $host_alias
5327         and $target_alias in generation of HOST_NAME and TARGET_NAME
5328         (resp.).
5329
5330 2013-06-24  Tom Tromey  <tromey@redhat.com>
5331
5332         * common/create-version.sh: New file.
5333         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5334         create-version.sh.
5335         (HFILES_NO_SRCDIR): Use common/version.h.
5336         * version.in: Move to ...
5337         * common/version.in: ... here.  Replace date with "DATE".
5338         * version.h: Move to ...
5339         * common/version.h: ... here.
5340
5341 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5342
5343         * gdb/gnulib/Makefile.in: Update date in copyright header.
5344         * gdb/gnulib/configure.ac: Ditto.
5345         * gdb/gnulib/update-gnulib.sh: Ditto.
5346
5347 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5348
5349         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5350         "gdb/gnulib/import".
5351
5352 2013-06-21  Will Newton  <will.newton@linaro.org>
5353
5354         * doublest.c (ldfrexp): Remove function.
5355         (convert_doublest_to_floatformat): Call frexpl instead of
5356         ldfrexp.
5357
5358 2013-06-21  Will Newton  <will.newton@linaro.org>
5359
5360         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5361         * gnulib/aclocal.m4: Regenerate.
5362         * gnulib/config.in: Regenerate.
5363         * gnulib/configure: Regenerate.
5364         * gnulib/import/Makefile.am: Update.
5365         * gnulib/import/Makefile.in: Update.
5366         * gnulib/import/m4/gnulib-cache.m4: Update.
5367         * gnulib/import/m4/gnulib-comp.m4: Update.
5368         * gnulib/import/float+.h: Import.
5369         * gnulib/import/float.c: Import.
5370         * gnulib/import/float.in.h: Import.
5371         * gnulib/import/fpucw.h: Import.
5372         * gnulib/import/frexp.c: Import.
5373         * gnulib/import/frexpl.c: Import.
5374         * gnulib/import/isnan.c: Import.
5375         * gnulib/import/isnand-nolibm.h: Import.
5376         * gnulib/import/isnand.c: Import.
5377         * gnulib/import/isnanl-nolibm.h: Import.
5378         * gnulib/import/isnanl.c: Import.
5379         * gnulib/import/itold.c: Import.
5380         * gnulib/import/m4/exponentd.m4: Import.
5381         * gnulib/import/m4/exponentl.m4: Import.
5382         * gnulib/import/m4/float_h.m4: Import.
5383         * gnulib/import/m4/fpieee.m4: Import.
5384         * gnulib/import/m4/frexp.m4: Import.
5385         * gnulib/import/m4/frexpl.m4: Import.
5386         * gnulib/import/m4/isnand.m4: Import.
5387         * gnulib/import/m4/isnanl.m4: Import.
5388         * gnulib/import/m4/math_h.m4: Import.
5389         * gnulib/import/math.c: Import.
5390         * gnulib/import/math.in.h: Import.
5391
5392 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5393
5394         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5395         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5396         signature_INTEL_edx comparisons.
5397
5398 2013-06-20  Doug Evans  <dje@google.com>
5399
5400         symtab/15652
5401         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5402         All callers updated.
5403         (open_dwp_file): If we can't find the dwp file, search the basename
5404         in debug-file-directory.
5405
5406         * dwarf2read.c (struct dwp_file): Fix comment.
5407         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5408
5409         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5410         better.
5411
5412 2013-06-20  Yao Qi  <yao@codesourcery.com>
5413
5414         * breakpoint.c (create_breakpoint): Fix code indentation.
5415
5416 2013-06-20  Yao Qi  <yao@codesourcery.com>
5417
5418         * breakpoint.c (create_breakpoints_sal_default): Remove
5419         parameter 'lsal'.  Update declaration.
5420         (bkpt_create_breakpoints_sal): Caller update.
5421         (tracepoint_create_breakpoints_sal): Likewise.
5422
5423 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
5424             Yao Qi  <yao@codesourcery.com>
5425
5426         * NEWS: Mention the new option '--skip-unavailable' of command
5427         -data-list-register-values.
5428         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5429         --skip-unavailable option.  Adjust to use output_register.
5430         (output_register): Add new 'skip_unavailable' parameter.
5431         Handle it.
5432
5433 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
5434
5435         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5436         common/i386-gcc-cpuid.h.
5437         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5438         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5439         Copy the latest version from upstream gcc.
5440         * common/linux-btrace.c: Include i386-cpuid.h.
5441         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5442         call to i386_cpuid.
5443         (cpu_supports_btrace): Likewise.
5444         * go32-nat.c: Include i386-cpuid.h.
5445         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5446
5447 2013-06-19  Doug Evans  <dje@google.com>
5448
5449         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5450         (get_section_index): Ditto.
5451
5452 2013-06-19  Tom Tromey  <tromey@redhat.com>
5453
5454         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5455         "dprintf" help.
5456
5457 2013-06-18  Doug Evans  <dje@google.com>
5458
5459         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5460         before using it.
5461         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5462         Move test of cu_index closer to use.  Print complaint if cu_index
5463         is bad.
5464
5465 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
5466
5467         * machoread.c (oso_vector): Delete this global.
5468         (macho_register_oso): Add new parameter "oso_vector_ptr".
5469         Use it instead of the "oso_vector" global.
5470         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5471         (macho_symfile_read): Use a local oso_vector, to be free'ed
5472         at the end of this function, in place of the old "oso_vector"
5473         global.  Update various function calls accordingly.  Use one
5474         single cleanup chain for the entire function.
5475
5476 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
5477
5478         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5479         DWARF2_PER_OBJFILE by uses of DATA instead.
5480
5481 2013-06-18  Tom Tromey  <tromey@redhat.com>
5482
5483         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5484         argument.
5485         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5486         Special case signals other than GDB_SIGNAL_TRAP.
5487         (explains_signal_watchpoint): New function.
5488         (base_breakpoint_explains_signal): Add 'sig' argument.
5489         (initialize_breakpoint_ops): Set 'explains_signal' method for
5490         watchpoints.
5491         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5492         signal argument.
5493         (bpstat_explains_signal): Likewise.
5494         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5495
5496 2013-06-18  Tom Tromey  <tromey@redhat.com>
5497
5498         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5499
5500 2013-06-18  Tom Tromey  <tromey@redhat.com>
5501
5502         * python/python.c (finish_python_initialization): Decref
5503         'pythondir' on failure path as well.
5504
5505 2013-06-18  Tom Tromey  <tromey@redhat.com>
5506
5507         PR symtab/15391:
5508         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5509         after taking bits_to_skip into account.  Sign extend byte_offset.
5510         * utils.h (gdb_sign_extend): Declare.
5511         * utils.c (gdb_sign_extend): New function.
5512
5513 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5514
5515         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5516
5517 2013-06-17  Pierre Muller  <muller@sourceware.org>
5518
5519         * corelow.c (core_open): Print GDB signal name instead of target
5520         signal number.
5521
5522 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
5523
5524         * .gitignore: Add /gcore.
5525
5526 2013-06-13  Doug Evans  <dje@google.com>
5527
5528         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5529         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5530
5531 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
5532
5533         * stack.c (backtrace_command_1): Fix indentation.
5534
5535 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5536
5537         * window-nat.c (thread_rec): Add missing empty line after
5538         local variable declaration.
5539
5540 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5541
5542         * windows-nat.c (thread_rec): Revert format used to print
5543         error code returned by SuspendThread from %d back to %u.
5544
5545 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5546
5547         * windows-nat.c (windows_continue): Add "0x" prefix for thread
5548         ID in debug trace.
5549         (get_windows_debug_event): Likewise, for all debug traces.
5550
5551 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5552
5553         * window-nat.c (thread_rec): Add thread ID in SuspendThread
5554         warning message.
5555
5556 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
5557             Yao Qi  <yao@codesourcery.com>
5558
5559         * mi/mi-main.c (get_register): Remove declaration.
5560         (output_register): Declare.
5561         (mi_cmd_data_list_register_values): Remove local variable
5562         'tuple_cleanup'.  Move some code into output_register.
5563         (get_register): Renamed to ...
5564         (output_register): ... this.  Output the register's
5565         "number" ui_out tuple here.
5566
5567 2013-06-07  Pedro Alves  <palves@redhat.com>
5568
5569         * darwin-nat.c: Fix formating in copyright header.
5570         * darwin-nat.h: Likewise.
5571         * gnu-nat.c: Likewise.
5572         * machoread.c: Likewise.
5573
5574 2013-06-07  Pedro Alves  <palves@redhat.com>
5575
5576         PR server/14823
5577         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
5578         static.  Output a global target description pointer.
5579         (init_registers_${name}): Adjust to initialize a
5580         target description structure.
5581
5582 2013-06-07  Will Newton  <will.newton@linaro.org>
5583
5584         * printcmd.c (build_address_symbolic): Call
5585         gdbarch_addr_bits_remove for text minimal symbols.
5586
5587 2013-06-07  Will Newton  <will.newton@linaro.org>
5588
5589         * MAINTAINERS: Add myself to Write After Approval.
5590
5591 2013-06-07  Yao Qi  <yao@codesourcery.com>
5592
5593         * tracepoint.c (start_tracing): Move code to ...
5594         (trace_reset_local_state): ... here.  New.
5595         (disconnect_tracing): Don't call set_current_traceframe,
5596         set_tracepoint_num, and set_traceframe_context. Call
5597         trace_reset_local_state instead.
5598         (tfile_close): Call trace_reset_local_state.
5599         * ctf.c (ctf_close): Likewise.
5600         * remote.c (remote_close): Likewise.
5601         * tracepoint.h (trace_reset_local_state): Declare.
5602
5603 2013-06-06  Doug Evans  <dje@google.com>
5604
5605         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5606         and fix header docs.
5607
5608 2013-06-05  Doug Evans  <dje@google.com>
5609             Keith Seitz  <keiths@redhat.com>
5610
5611         PR 15519
5612         * cp-namespace.c (find_symbol_in_baseclass): Call
5613         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5614         Check result of call to lookup_symbol_static.
5615         Call lookup_static_symbol_aux unconditionally.
5616         Call check_typedef on base types before accessing them.
5617         (cp_lookup_nested_symbol): Fix comment.
5618
5619 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
5620
5621         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5622         minimal symbols pointing to function descriptors.
5623
5624 2013-06-05  Tom Tromey  <tromey@redhat.com>
5625
5626         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5627
5628 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
5629             Pedro Alves  <palves@redhat.com>
5630
5631         * remote.c (remote_wait_as): Restore signal handler before returning
5632         when GDB gets a notification.
5633
5634 2013-06-04  Gary Benson  <gbenson@redhat.com>
5635
5636         PR 2328
5637         * breakpoint.h (handle_solib_event): Moved function declaration
5638         to solib.h.
5639         * breakpoint.c (handle_solib_event): Moved function to solib.c.
5640         (bpstat_stop_status): Pass new argument to handle_solib_event.
5641         * solib.h (update_solib_breakpoints): New function declaration.
5642         (handle_solib_event): Moved function declaration from
5643         breakpoint.h.
5644         * solib.c (update_solib_breakpoints): New function.
5645         (handle_solib_event): Moved function from breakpoint.c.
5646         Updated to call solib_ops->handle_event if not NULL.
5647         * solist.h (target_so_ops): New fields "update_breakpoints" and
5648         "handle_event".
5649         * infrun.c (set_stop_on_solib_events): New function.
5650         (_initialize_infrun): Use the above for "set
5651         stop-on-solib-events".
5652         (handle_inferior_event): Pass new argument to handle_solib_event.
5653         * solib-svr4.c (probe.h): New include.
5654         (svr4_free_library_list): New forward declaration.
5655         (probe_action): New enum.
5656         (probe_info): New struct.
5657         (probe_info): New static variable.
5658         (NUM_PROBES): New definition.
5659         (svr4_info): New fields "using_xfer", "probes_table" and
5660         "solib_list".
5661         (free_probes_table): New function.
5662         (free_solib_list): New function.
5663         (svr4_pspace_data_cleanup): Free probes table and solib list.
5664         (svr4_copy_library_list): New function.
5665         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
5666         (svr4_read_so_list): New parameter "prev_lm".
5667         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
5668         (svr4_current_sos): New function.
5669         (probe_and_action): New struct.
5670         (hash_probe_and_action): New function.
5671         (equal_probe_and_action): Likewise.
5672         (register_solib_event_probe): Likewise.
5673         (solib_event_probe_at): Likewise.
5674         (solib_event_probe_action): Likewise.
5675         (solist_update_full): Likewise.
5676         (solist_update_incremental): Likewise.
5677         (disable_probes_interface_cleanup): Likewise.
5678         (svr4_handle_solib_event): Likewise.
5679         (svr4_update_solib_event_breakpoint): Likewise.
5680         (svr4_update_solib_event_breakpoints): Likewise.
5681         (svr4_create_solib_event_breakpoints): Likewise.
5682         (enable_break): Free probes table before creating breakpoints.
5683         Use svr4_create_solib_event_breakpoints to create breakpoints.
5684         (svr4_solib_create_inferior_hook): Free the solib list.
5685         (_initialize_svr4_solib): Initialise
5686         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
5687
5688 2013-06-04  Gary Benson  <gbenson@redhat.com>
5689
5690         * target.h (target_ops): New field
5691         "to_augmented_libraries_svr4_read".
5692         (target_augmented_libraries_svr4_read): New macro.
5693         * target.c (update_current_target): Handle
5694         to_augmented_libraries_svr4_read.
5695         * remote.c (remote_state): New field
5696         "augmented_libraries_svr4_read".
5697         (remote_augmented_libraries_svr4_read_feature): New function.
5698         (remote_protocol_features): Add entry for
5699         "augmented-libraries-svr4-read".
5700         (remote_augmented_libraries_svr4_read): New function.
5701         (init_remote_ops): Initialize
5702         remote_ops.to_augmented_libraries_svr4_read.
5703
5704 2013-06-04  Gary Benson  <gbenson@redhat.com>
5705
5706         * NEWS: Update.
5707
5708 2013-06-04  Gary Benson  <gbenson@redhat.com>
5709
5710         * objfiles.h (inhibit_section_map_updates): New function
5711         declaration.
5712         (resume_section_map_updates): Likewise.
5713         (resume_section_map_updates_cleanup): Likewise.
5714         * objfiles.c (objfile_pspace_info): Removed field
5715         "objfiles_changed_p".  New fields "new_objfiles_available",
5716         "section_map_dirty" and "inhibit_updates".
5717         (allocate_objfile): Set new_objfiles_available.
5718         (free_objfile): Set section_map_dirty.
5719         (objfile_relocate1): Likewise.
5720         (in_plt_section): Likewise.
5721         (find_pc_section): Update the conditions under which the
5722         section map will be updated.
5723         (inhibit_section_map_updates): New function.
5724         (resume_section_map_updates): Likewise.
5725         (resume_section_map_updates_cleanup): Likewise.
5726
5727 2013-06-04  Gary Benson  <gbenson@redhat.com>
5728
5729         * probe.h (get_probe_argument_count): New declaration.
5730         (evaluate_probe_argument): Likewise.
5731         * probe.c (get_probe_argument_count): New function.
5732         (evaluate_probe_argument): Likewise.
5733         (probe_safe_evaluate_at_pc): Use the above new functions.
5734
5735 2013-06-04  Alan Modra  <amodra@gmail.com>
5736
5737         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5738         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5739         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
5740         target mem reads on optional insns.
5741         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5742         ppc_insns_match_pattern calls.
5743         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5744         Add match for power7 thread safety insns, and new order of
5745         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
5746         invocation in comment, and update rest of comment.
5747         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5748         PPC64_STANDARD_LINKAGE3_LEN): Delete.
5749         (ppc64_standard_linkage2_target): Update insn offsets.
5750         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
5751         stubs first.  Update calls.
5752
5753 2013-06-04  Yao Qi  <yao@codesourcery.com>
5754
5755         * solib.c (solib_find): Don't need dir separator if path has
5756         drive spec.
5757
5758 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
5759
5760         Revert (indirectly causes a SIGSEGV):
5761         * machoread.c (macho_symfile_read): Assign first cleanup to
5762         'back_to'.
5763
5764 2013-06-03  Yao Qi  <yao@codesourcery.com>
5765
5766         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5767         mi-parse.c.  Make them static.
5768         (mi_all_values): Likewise.
5769         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
5770         mi_parse_print_values.  Make it external.
5771         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5772         Remove the declarations.
5773         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5774         * mi/mi-parse.h (mi_parse_print_values): Declare.
5775         * mi/mi-cmd-stack.c: Include mi-parse.h.
5776         (parse_print_values): Remove
5777         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5778         of parse_print_values.
5779         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5780
5781 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
5782             Yao Qi  <yao@codesourcery.com>
5783
5784         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5785         (encode_actions): Move code to ...
5786         (all_tracepoint_actions_and_cleanup): ... here.  New.
5787         (trace_dump_command): Likewise.
5788
5789 2013-05-30  Tom Tromey  <tromey@redhat.com>
5790
5791         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5792
5793 2013-05-30  Tom Tromey  <tromey@redhat.com>
5794
5795         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5796         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
5797         'old_chain' argument.  Add 'parser_result' argument.
5798         (gdb_xml_create_parser_and_cleanup): Remove old version.
5799         (gdb_xml_parse_quick): Update.
5800         (xml_process_xincludes): Update.
5801         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5802         declare.
5803
5804 2013-05-30  Tom Tromey  <tromey@redhat.com>
5805
5806         * probe.c (collect_probes): Check arguments for NULL before
5807         calling compile_rx_or_error.
5808         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5809         Remove NULL return.
5810
5811 2013-05-30  Tom Tromey  <tromey@redhat.com>
5812
5813         * infrun.c (adjust_pc_after_break): Introduce an outer null
5814         cleanup.
5815
5816 2013-05-30  Tom Tromey  <tromey@redhat.com>
5817
5818         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5819
5820 2013-05-30  Tom Tromey  <tromey@redhat.com>
5821
5822         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5823         for 'old_chain'.  Do not check 'head' before processing
5824         cleanups.
5825
5826 2013-05-30  Tom Tromey  <tromey@redhat.com>
5827
5828         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5829         "cleanup_tuple".
5830
5831 2013-05-30  Tom Tromey  <tromey@redhat.com>
5832
5833         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5834         inner scope.  Unconditionally call do_cleanups.
5835
5836 2013-05-30  Tom Tromey  <tromey@redhat.com>
5837
5838         * source.c (find_and_open_source): Call do_cleanups.
5839
5840 2013-05-30  Tom Tromey  <tromey@redhat.com>
5841
5842         * linux-thread-db.c (thread_db_load_search): Unconditionally
5843         call do_cleanups.
5844
5845 2013-05-30  Tom Tromey  <tromey@redhat.com>
5846
5847         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5848         for 'cleanup'; instead use a later one.
5849
5850 2013-05-30  Tom Tromey  <tromey@redhat.com>
5851
5852         * python/py-breakpoint.c (bppy_get_commands): Use
5853         explicit, unconditional return.
5854         * python/py-frame.c (frapy_read_var): Likewise.
5855         * python/python.c (gdbpy_decode_line): Likewise.
5856
5857 2013-05-30  Tom Tromey  <tromey@redhat.com>
5858
5859         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5860         do_cleanups on all return paths.
5861
5862 2013-05-30  Tom Tromey  <tromey@redhat.com>
5863
5864         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
5865
5866 2013-05-30  Tom Tromey  <tromey@redhat.com>
5867
5868         * stabsread.c (read_struct_type): Call do_cleanups along
5869         all return paths.
5870
5871 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
5872
5873         * mips-linux-tdep.c: Adjust formatting throughout.
5874
5875 2013-05-30  Tom Tromey  <tromey@redhat.com>
5876
5877         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
5878         along all return paths.
5879
5880 2013-05-30  Tom Tromey  <tromey@redhat.com>
5881
5882         * symfile.c (find_separate_debug_file): Call do_cleanups
5883         along all return paths.
5884
5885 2013-05-30  Tom Tromey  <tromey@redhat.com>
5886
5887         * symtab.c (search_symbols): Introduce a null cleanup for
5888         'retval_chain'.
5889
5890 2013-05-30  Tom Tromey  <tromey@redhat.com>
5891
5892         * python/py-value.c (valpy_binop): Call do_cleanups before
5893         exiting loop.
5894
5895 2013-05-30  Tom Tromey  <tromey@redhat.com>
5896
5897         * python/py-prettyprint.c (print_children): Remove extra
5898         do_cleanups call.
5899
5900 2013-05-30  Tom Tromey  <tromey@redhat.com>
5901
5902         * python/py-frame.c (frapy_read_var): Call do_cleanups along
5903         all return paths.
5904
5905 2013-05-30  Tom Tromey  <tromey@redhat.com>
5906
5907         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5908         along all return paths.
5909
5910 2013-05-30  Tom Tromey  <tromey@redhat.com>
5911
5912         * cli/cli-logging.c (set_logging_redirect): Unconditionally
5913         call do_cleanups.
5914
5915 2013-05-30  Tom Tromey  <tromey@redhat.com>
5916
5917         * varobj.c (c_value_of_root): Call do_cleanups along all
5918         return paths.
5919
5920 2013-05-30  Tom Tromey  <tromey@redhat.com>
5921
5922         * tracepoint.c (trace_dump_command): Unconditionally call
5923         do_cleanups.
5924
5925 2013-05-30  Tom Tromey  <tromey@redhat.com>
5926
5927         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5928         do_cleanups earlier.
5929
5930 2013-05-30  Tom Tromey  <tromey@redhat.com>
5931
5932         * machoread.c (macho_symfile_read): Assign first cleanup to
5933         'back_to'.
5934
5935 2013-05-30  Tom Tromey  <tromey@redhat.com>
5936
5937         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5938
5939 2013-05-30  Tom Tromey  <tromey@redhat.com>
5940
5941         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5942
5943 2013-05-30  Tom Tromey  <tromey@redhat.com>
5944
5945         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5946         call discard_cleanups.
5947         (inf_ptrace_attach): Likewise.
5948
5949 2013-05-30  Tom Tromey  <tromey@redhat.com>
5950
5951         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5952         return paths.
5953         (mips_initialize): Likewise.
5954         (common_open): Call do_cleanups.
5955
5956 2013-05-30  Tom Tromey  <tromey@redhat.com>
5957
5958         * utils.c (internal_vproblem): Call do_cleanups.
5959
5960 2013-05-30  Tom Tromey  <tromey@redhat.com>
5961
5962         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5963
5964 2013-05-30  Tom Tromey  <tromey@redhat.com>
5965
5966         * cli/cli-script.c (setup_user_args): Don't return after error.
5967
5968 2013-05-30  Tom Tromey  <tromey@redhat.com>
5969
5970         * somread.c (som_symtab_read): Call do_cleanups.
5971
5972 2013-05-30  Tom Tromey  <tromey@redhat.com>
5973
5974         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5975
5976 2013-05-30  Tom Tromey  <tromey@redhat.com>
5977
5978         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5979         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5980         * interps.c (interpreter_exec_cmd): Call do_cleanups.
5981         * source.c (show_substitute_path_command): Call do_cleanups.
5982         (unset_substitute_path_command, set_substitute_path_command):
5983         Likewise.
5984         * symfile.c (load_command): Call do_cleanups.
5985
5986 2013-05-30  Tom Tromey  <tromey@redhat.com>
5987
5988         * contrib/cleanup_check.py: New file.
5989         * contrib/gcc-with-excheck: Add option parsing.
5990
5991 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
5992
5993         * windows-nat.c (windows_delete_thread): Add missing space
5994         in cast expression.
5995
5996 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
5997
5998         * inferior.c (top level): Include tilde.h.
5999         (add_inferior_command): Call tilde_expand on the value of 'exec'
6000         argument.
6001
6002 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
6003             Yao Qi  <yao@codesourcery.com>
6004
6005         * tracepoint.c (encode_actions_1): Remove parameter 't'.
6006         Caller update.
6007         (encode_actions): Likewise.
6008         * remote.c (remote_download_tracepoint): Caller update.
6009         * tracepoint.h (encode_actions): Update declaration.
6010
6011 2013-05-30  Pedro Alves  <palves@redhat.com>
6012
6013         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6014         pointer.
6015
6016 2013-05-30  Yao Qi  <yao@codesourcery.com>
6017
6018         * remote.c (remote_check_symbols): Remove unused parameter
6019         'objfile'.
6020         Declaration update.
6021         (remote_start_remote, remote_new_objfile): Caller update.
6022
6023 2013-05-30  Yao Qi  <yao@codesourcery.com>
6024
6025         * mi/mi-cmds.c (mi_cmds): Define MI command
6026         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6027         DEF_MI_CMD_CLI.
6028
6029 2013-05-29  Pedro Alves  <palves@redhat.com>
6030
6031         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6032         (remote_insert_watchpoint, remote_remove_watchpoint)
6033         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6034         (remote_verify_memory, compare_sections_command)
6035         (remote_search_memory): Set the general process/thread on the
6036         remote side.
6037
6038 2013-05-29  Pedro Alves  <palves@redhat.com>
6039
6040         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6041         (_initialize_aarch64_tdep): Don't call
6042         initialize_tdesc_aarch64_without_fpu.
6043         * features/Makefile (WHICH): Remove reference to
6044         aarch64-without-fpu.
6045         * features/aarch64-without-fpu.c: Delete file.
6046         * regformats/aarch64-without-fpu.dat: Delete file.
6047
6048 2013-05-28  Yao Qi  <yao@codesourcery.com>
6049
6050         * tracepoint.c (stringify_collection_list): Remove parameter
6051         'string'.
6052         (encode_actions): Caller update.  Remove local variables.
6053
6054 2013-05-24  Yao Qi  <yao@codesourcery.com>
6055
6056         * tracepoint.c (TFILE_PID): Remove.
6057         (tfile_open): Don't add thread and inferior.
6058         (tfile_close): Don't set 'inferior_ptid'.  Don't call
6059         exit_inferior_silent.
6060         (tfile_thread_alive): Remove.
6061         (init_tfile_ops): Don't set field 'to_thread_alive' of
6062         tfile_ops.
6063
6064 2013-05-23  Doug Evans  <dje@google.com>
6065
6066         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6067
6068 2013-05-23  Pedro Alves  <palves@redhat.com>
6069
6070         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6071         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6072         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6073         Only define if HAVE_SOCKETS is defined.
6074         * configure.ac: Check for sys/socket.h.
6075         * config.in, configure: Regenerate.
6076
6077 2013-05-23  Pedro Alves  <palves@redhat.com>
6078
6079         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6080         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6081         printing uint32_t variables.
6082
6083 2013-05-23  Pedro Alves  <palves@redhat.com>
6084
6085         * NEWS: Mention GDBserver range stepping support.
6086
6087 2013-05-23  Yao Qi  <yao@codesourcery.com>
6088             Pedro Alves  <palves@redhat.com>
6089
6090         * gdbthread.h (struct thread_control_state) <may_range_step>: New
6091         field.
6092         * infcmd.c (step_once, until_next_command): Enable range stepping.
6093         * infrun.c (displaced_step_prepare): Disable range stepping.
6094         (resume): Disable range stepping if stepping over a breakpoint or
6095         we have software watchpoints.  If range stepping is enabled,
6096         assert the thread is in the stepping range.
6097         (clear_proceed_status_thread): Clear may_range_step.
6098         (handle_inferior_event): Disable range stepping as soon as we know
6099         the thread that hit the event.  Re-enable it whenever we're going
6100         to step with a step range.
6101         * remote.c (struct vCont_action_support) <r>: New field.
6102         (use_range_stepping): New global.
6103         (remote_vcont_probe): Handle 'r' action.
6104         (append_resumption): Append an 'r' action if the thread may range
6105         step.
6106         (show_range_stepping): New function.
6107         (set_range_stepping): New function.
6108         (_initialize_remote): Call add_setshow_boolean_cmd to register the
6109         'set range-stepping' and 'show range-stepping' commands.
6110         * NEWS: Mention range stepping, the new vCont;r action, and the
6111         new "set/show range-stepping" commands.
6112
6113 2013-05-23  Yao Qi  <yao@codesourcery.com>
6114             Pedro Alves  <palves@redhat.com>
6115
6116         * remote.c (struct vCont_action_support): New struct.
6117         (struct remote_state) <support_vCont_t>: Remove field.
6118         <vCont_actions_support>: New field.
6119         (remote_vcont_probe, remote_stop_ns): Update.
6120
6121 2013-05-23  Yao Qi  <yao@codesourcery.com>
6122             Pedro Alves  <palves@redhat.com>
6123
6124         * gdbthread.h (pc_in_thread_step_range): New declaration.
6125         * thread.c (pc_in_thread_step_range): New function.
6126         * infrun.c (handle_inferior_event): Use it.
6127
6128 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
6129
6130         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6131         of sprintf.
6132
6133 2013-05-22  Keith Seitz  <keiths@redhat.com>
6134
6135         * ada-lang.c (is_known_support_routine): Add explicit free of
6136         'func_name' from find_frame_funname.
6137         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6138         for func_name from find_frame_funname.
6139         * python/py-frame.c (frapy_name): Add explicit free of
6140         'name' from find_frame_funname.
6141         * stack.c (find_frame_funname): Add comment explaining that
6142         funcp must be freed by the caller.
6143         Return copy of symbol names instead of pointers.
6144         (print_frame): Add a cleanup for 'funname' from
6145         find_frame_funname.
6146         * stack.h (find_frame_funname): Remove "const" from
6147         'funname' parameter.
6148
6149 2013-05-22  Tom Tromey  <tromey@redhat.com>
6150
6151         PR c++/15401:
6152         * c-valprint.c (c_value_print): Use value_addr for
6153         references.  Convert back to reference type with value_ref.
6154
6155 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
6156
6157         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6158         unloaded DLL, it will be done by handle_solib_event.  See
6159         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6160         details.
6161
6162 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
6163
6164         * ui-out.c: Create typedef ui_out_level_p and define vector
6165         operations for that type.
6166         (struct ui_out): Use a vector instead of an array.
6167         (current_level): Return level from a vector.
6168         (push_level): Create a level in a vector.
6169         (pop_level): Delete a level in a vector.
6170         (ui_out_new): Create initial level zero level, and store in a
6171         vector.
6172         (ui_out_destroy): Add vector cleanup.
6173
6174 2013-05-22  Pedro Alves  <palves@redhat.com>
6175
6176         * python/python-internal.h (gdb_Py_DECREF): Tag with
6177         "ARI: editCase function".
6178
6179 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
6180
6181         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6182
6183 2013-05-21  Pedro Alves  <palves@redhat.com>
6184
6185         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6186         whether PRINTER is NULL before installing a Py_DECREF cleanup.
6187         * python/py-utils.c (py_decref): Don't check for NULL before
6188         calling Py_DECREF.
6189
6190 2013-05-21  Pedro Alves  <palves@redhat.com>
6191
6192         * python/py-utils.c (py_decref): Remove extra braces.
6193         (gdb_pymodule_addobject): Remove extra braces.
6194         * python-internal.h (gdb_Py_DECREF): New static inline function.
6195         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6196
6197 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6198
6199         * breakpoints.c (detach_breakpoints): Do not
6200         detach breakpoints locations with loc_type bp_loc_other.
6201
6202 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6203
6204         Workaround Python 2.6.
6205         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6206         a block.
6207
6208 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6209
6210         Code cleanup: constification.
6211         * solib.c (solib_ops): Make return type and ops variable type const.
6212         (set_solib_ops): Make the new_ops parameter and ops variable const.
6213         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6214         (solib_add, solib_keep_data_in_core, clear_solib)
6215         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6216         (reload_shared_libraries, solib_global_lookup): Make the ops variable
6217         const.
6218         * solib.h (set_solib_ops): Make the new_ops parameter const.
6219
6220 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6221
6222         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6223         variable.
6224         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6225         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6226         (SYSTEM_GDBINIT_FILES): New variables.
6227         (all): Add stamp-system-gdbinit.
6228         (stamp-system-gdbinit): New rule.
6229         (clean-system-gdbinit, install-system-gdbinit)
6230         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
6231         (install-only): Add dependency on install-system-gdbinit.
6232         (uninstall): Add dependency on uninstall-system-gdbinit.
6233         (clean): Add dependency on clean-system-gdbinit.
6234         * system-gdbinit/elinos.py: New file.
6235         * system-gdbinit/wrs-linux.py: New file.
6236
6237 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6238
6239         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6240
6241 2013-05-21  Hui Zhu  <hui@codesourcery.com>
6242
6243         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6244         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6245         * mi/mi-cmd-break.c (ctype.h): New include.
6246         (gdb_obstack.h): New include.
6247         (mi_argv_to_format, mi_cmd_break_insert_1): New.
6248         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6249         (mi_cmd_dprintf_insert): New.
6250         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6251         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6252
6253 2013-05-20  Tom Tromey  <tromey@redhat.com>
6254
6255         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6256
6257 2013-05-20  Tom Tromey  <tromey@redhat.com>
6258
6259         * python/py-value.c (valpy_get_dynamic_type): Simplify
6260         dynamic_type assignment.  Use Py_XINCREF.
6261
6262 2013-05-20  Tom Tromey  <tromey@redhat.com>
6263
6264         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6265
6266 2013-05-20  Tom Tromey  <tromey@redhat.com>
6267
6268         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6269         (gdbpy_selected_frame): Move object-construction code
6270         out of TRY_CATCH.
6271
6272 2013-05-20  Tom Tromey  <tromey@redhat.com>
6273
6274         * python/py-arch.c (gdbpy_initialize_arch): Use
6275         gdb_pymodule_addobject.
6276         * python/py-block.c (gdbpy_initialize_blocks): Use
6277         gdb_pymodule_addobject.
6278         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6279         gdb_pymodule_addobject.
6280         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6281         gdb_pymodule_addobject.
6282         * python/py-event.c (gdbpy_initialize_event_generic): Use
6283         gdb_pymodule_addobject.
6284         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6285         gdb_pymodule_addobject.
6286         * python/py-evts.c (add_new_registry): Use
6287         gdb_pymodule_addobject.
6288         (gdbpy_initialize_py_events): Likewise.
6289         * python/py-finishbreakpoint.c
6290         (gdbpy_initialize_finishbreakpoints): Use
6291         gdb_pymodule_addobject.
6292         * python/py-frame.c (gdbpy_initialize_frames): Use
6293         gdb_pymodule_addobject.
6294         * python/py-function.c (gdbpy_initialize_functions): Use
6295         gdb_pymodule_addobject.
6296         * python/py-inferior.c (gdbpy_initialize_inferior): Use
6297         gdb_pymodule_addobject.
6298         * python/py-infthread.c (gdbpy_initialize_thread): Use
6299         gdb_pymodule_addobject.
6300         * python/py-objfile.c (gdbpy_initialize_objfile): Use
6301         gdb_pymodule_addobject.
6302         * python/py-param.c (gdbpy_initialize_parameters): Use
6303         gdb_pymodule_addobject.
6304         * python/py-progspace.c (gdbpy_initialize_pspace): Use
6305         gdb_pymodule_addobject.
6306         * python/py-symbol.c (gdbpy_initialize_symbols): Use
6307         gdb_pymodule_addobject.
6308         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6309         gdb_pymodule_addobject.
6310         * python/py-type.c (gdbpy_initialize_types): Use
6311         gdb_pymodule_addobject.
6312         * python/py-utils.c (gdb_pymodule_addobject): New function.
6313         * python/py-value.c (gdbpy_initialize_values): Use
6314         gdb_pymodule_addobject.
6315         * python/python-internal.h (gdb_pymodule_addobject): Declare.
6316         * python/python.c (_initialize_python): Use
6317         gdb_pymodule_addobject.
6318
6319 2013-05-20  Tom Tromey  <tromey@redhat.com>
6320
6321         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6322         * python/py-param.c (get_set_value, get_show_value): Use
6323         explicit decrefs.
6324         * python/python.c (start_type_printers, apply_type_printers):
6325         Use explicit decrefs.
6326
6327 2013-05-20  Tom Tromey  <tromey@redhat.com>
6328
6329         * python/py-evts.c (gdbpy_initialize_py_events): Don't
6330         incref the module.
6331
6332 2013-05-20  Tom Tromey  <tromey@redhat.com>
6333
6334         * python/python.c (gdbpy_run_events): Decref the result
6335         of PyObject_CallObject.
6336
6337 2013-05-20  Tom Tromey  <tromey@redhat.com>
6338
6339         * python/py-symtab.c (set_sal): Use
6340         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
6341         (symtab_and_line_to_sal_object): Update.
6342
6343 2013-05-20  Tom Tromey  <tromey@redhat.com>
6344
6345         * python/py-param.c (compute_enum_values): Decref 'item'.
6346
6347 2013-05-20  Tom Tromey  <tromey@redhat.com>
6348
6349         * mi/mi-main.c: Include python-internal.h.
6350         (mi_cmd_list_features): Check gdb_python_initialized.
6351         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6352         (python_inferior_exit, python_new_objfile, add_thread_object)
6353         (delete_thread_object, py_free_inferior): Check
6354         gdb_python_initialized.
6355         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6356         gdb_python_initialized.
6357         * python/py-type.c (save_objfile_types): Check
6358         gdb_python_initialized.
6359         * python/python-internal.h (gdb_python_initialized): Declare.
6360         * python/python.c (ensure_python_env): Throw exception if
6361         Python not initialized.
6362         (before_prompt_hook, source_python_script_for_objfile)
6363         (start_type_printers, apply_type_printers,
6364         free_type_printers): Check gdb_python_initialized.
6365         * varobj.c (varobj_get_display_hint)
6366         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6367         (install_new_value_visualizer, varobj_set_visualizer)
6368         (value_get_print_value): Check gdb_python_initialized.
6369
6370 2013-05-20  Tom Tromey  <tromey@redhat.com>
6371
6372         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6373         Check errors.
6374         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6375         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6376         Check errors.
6377         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6378         Check errors.
6379         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6380         Check errors.
6381         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6382         Check errors.
6383         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6384         init function to return 'int'.
6385         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6386         Return 'int'.  Check errors.
6387         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6388         Check errors.
6389         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6390         Return 'int'.  Check errors.
6391         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6392         Check errors.
6393         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6394         Check errors.
6395         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6396         Check errors.
6397         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6398         Check errors.
6399         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6400         Check errors.
6401         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6402         Check errors.
6403         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6404         Check errors.
6405         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6406         Check errors.
6407         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6408         Check errors.
6409         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6410         Check errors.
6411         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6412         Check errors.
6413         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6414         Check errors.
6415         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6416         Check errors.
6417         * python/python-internal.h (gdbpy_initialize_auto_load,
6418         gdbpy_initialize_values, gdbpy_initialize_frames,
6419         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6420         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6421         gdbpy_initialize_blocks, gdbpy_initialize_types,
6422         gdbpy_initialize_functions, gdbpy_initialize_pspace,
6423         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6424         gdbpy_initialize_finishbreakpoints,
6425         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6426         gdbpy_initialize_thread, gdbpy_initialize_inferior,
6427         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6428         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6429         gdbpy_initialize_signal_event,
6430         gdbpy_initialize_breakpoint_event,
6431         gdbpy_initialize_continue_event,
6432         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6433         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6434         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6435         * python/python.c (gdb_python_initialized): New global.
6436         (gdbpy_initialize_events): Return 'int'.  Check errors.
6437         (_initialize_python): Check errors.  Set
6438         gdb_python_initialized.
6439
6440 2013-05-20  Tom Tromey  <tromey@redhat.com>
6441
6442         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6443         Decref the reslut of PyObject_CallMethod.
6444
6445 2013-05-20  Tom Tromey  <tromey@redhat.com>
6446
6447         * python/py-event.c (gdbpy_initialize_event_generic): Return
6448         early if PyType_Ready fails.
6449
6450 2013-05-20  Tom Tromey  <tromey@redhat.com>
6451
6452         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6453         as 'default' in the switch.
6454
6455 2013-05-20  Tom Tromey  <tromey@redhat.com>
6456
6457         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
6458         get_addr_from_python calls out of TRY_CATCH.
6459         (infpy_write_memory, infpy_search_memory): Likewise.
6460         * python/py-utils.c (get_addr_from_python): Return negative
6461         value on error.  Use TRY_CATCH.
6462         * python/python-internal.h (get_addr_from_python): Use
6463         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6464
6465 2013-05-20  Tom Tromey  <tromey@redhat.com>
6466
6467         * python/py-event.c (evpy_emit_event): Decref the
6468         result of PyObject_CallFunctionObjArgs.
6469
6470 2013-05-20  Tom Tromey  <tromey@redhat.com>
6471
6472         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6473         Correctly decref.
6474
6475 2013-05-20  Tom Tromey  <tromey@redhat.com>
6476
6477         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6478
6479 2013-05-20  Tom Tromey  <tromey@redhat.com>
6480
6481         * python/py-event.h (gdbpy_initialize_event_generic): Use
6482         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6483         * python/py-evts.c (add_new_registry): Use
6484         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6485         * python/python-internal.h
6486         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6487
6488 2013-05-20  Tom Tromey  <tromey@redhat.com>
6489
6490         * python/py-arch.c (archpy_disassemble): Update.
6491         * python/py-type.c (typy_get_composite, typy_lookup_typename)
6492         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6493         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6494         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6495         macro.
6496         (GDB_PY_HANDLE_EXCEPTION): Update.
6497         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
6498
6499 2013-05-20  Tom Tromey  <tromey@redhat.com>
6500
6501         * python/python-internal.h (events_object_type): Remove.
6502
6503 2013-05-20  Tom Tromey  <tromey@redhat.com>
6504
6505         * python/py-event.h (evpy_emit_event): Use
6506         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6507         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6508         New macro.
6509
6510 2013-05-20  Tom Tromey  <tromey@redhat.com>
6511
6512         * py-evtregistry.c (create_event_object): Decref
6513         eventregistry_object if PyList_New fails.
6514
6515 2013-05-20  Tom Tromey  <tromey@redhat.com>
6516
6517         * py-cmd.c (gdbpy_string_to_argv): Check result of
6518         PyList_New.
6519
6520 2013-05-20  Tom Tromey  <tromey@redhat.com>
6521
6522         * python/python.c (before_prompt_hook): Add cleanup to
6523         decref 'hook'.
6524
6525 2013-05-20  Tom Tromey  <tromey@redhat.com>
6526
6527         * python/py-function.c (fnpy_init): Decref result of
6528         PyObject_GetAttrString.
6529
6530 2013-05-20  Tom Tromey  <tromey@redhat.com>
6531
6532         * python/py-threadevent.c (get_event_thread): Use
6533         CPYCHECKER_RETURNS_BORROWED_REF.
6534         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6535         New define.
6536         (pspace_to_pspace_object, objfile_to_objfile_object)
6537         (find_thread_object): Use it.
6538
6539 2013-05-20  Tom Tromey  <tromey@redhat.com>
6540
6541         * python/py-arch.c (arch_object_type): Use
6542         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6543         * python/py-block.c (block_syms_iterator_object_type):
6544         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6545         * python/py-bpevent.c (breakpoint_event_object_type):
6546         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6547         * python/py-cmd.c (cmdpy_object_type): Use
6548         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6549         * python/py-continueevent.c (continue_event_object_type):
6550         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6551         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6552         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6553         * python/py-events.h (thread_event_object_type):
6554         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6555         * python/py-evtregistry.c (eventregistry_object_type): Use
6556         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6557         * python/py-exitedevent.c (exited_event_object_type):
6558         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6559         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6560         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6561         * python/py-function.c (fnpy_object_type): Use
6562         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6563         * python/py-inferior.c (inferior_object_type, membuf_object_type):
6564         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6565         * python/py-infthread.c (thread_object_type): Use
6566         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6567         * python/py-lazy-string.c (lazy_string_object_type):
6568         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6569         * python/py-newobjfileevent.c (new_objfile_event_object_type):
6570         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6571         * python/py-objfile.c (objfile_object_type): Use
6572         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6573         * python/py-param.c (parmpy_object_type):
6574         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6575         * python/py-progspace.c (pspace_object_type):
6576         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6577         * python/py-signalevent.c (signal_event_object_type):
6578         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6579         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6580         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6581         * python/py-type.c (type_object_type, field_object_type)
6582         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6583         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6584         define.
6585         (value_object_type, block_object_type, symbol_object_type)
6586         (event_object_type, stop_event_object_type, breakpoint_object_type)
6587         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6588
6589 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
6590
6591         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6592         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6593
6594 2013-05-20  Doug Evans  <dje@google.com>
6595
6596         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
6597         For Fission.
6598         * dwarf2read.c (struct dwarf2_per_cu_data): New member
6599         reading_dwo_directly.
6600         (struct signatured_type): New member dwo_unit.
6601         (struct die_reader_specs): New member comp_dir.
6602         (create_signatured_type_table_from_index): Use malloc for
6603         all_type_units instead of objfile's obstack.
6604         (create_all_type_units): Ditto.
6605         (fill_in_sig_entry_from_dwo_entry): New function.
6606         (add_type_unit): New function.
6607         (lookup_dwo_signatured_type): New function.
6608         (lookup_dwp_signatured_type): New function.
6609         (lookup_signatured_type): New arg cu.  All callers updated.
6610         (init_cu_die_reader): Initialize comp_dir.
6611         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
6612         Change assert of matching type signatures to call error on mismatch.
6613         (lookup_dwo_unit): Add assert.
6614         (init_tu_and_read_dwo_dies): New function.
6615         (init_cutu_and_read_dies): Call it.
6616         (build_type_unit_groups): Handle case of no type unit groups created.
6617         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6618         (lookup_dwo_cutu): Tweak complaint.
6619         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6620         (dwarf2_per_objfile_free): Free all_type_units.
6621
6622 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6623
6624         * windows-nat.c (handle_unload_dll): Add missing empty line.
6625
6626 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6627
6628         * dwarf2read.c (prototyped_function_p): New function.
6629         (read_subroutine_type): Use it.
6630
6631 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6632
6633         * rs6000-aix-tdep.c: De-indent some example code provided
6634         as a comment.
6635
6636 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6637
6638         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
6639         region is ok for a hardware watchpoint using the new ptrace interface
6640         on Power servers.
6641
6642 2013-05-17  Doug Evans  <dje@google.com>
6643
6644         * NEWS: Mention new maintenance commands check-symtabs, and
6645         expand-symtabs, and renamed check-psymtabs.
6646         * psymtab.c (maintenance_check_psymtabs): Renamed from
6647         maintenance_check_symtabs.  Only process already-expanded symbol
6648         tables.
6649         (_initialize_psymtab): Update.
6650         * symmisc.c (maintenance_check_symtabs): New function.
6651         (maintenance_expand_name_matcher): New function
6652         (maintenance_expand_file_matcher): New function
6653         (maintenance_expand_symtabs): New function.
6654         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
6655         commands.
6656
6657 2013-05-17  Tom Tromey  <tromey@redhat.com>
6658
6659         * python/py-inferior.c (infpy_read_memory): Don't call
6660         PyErr_SetString if PyObject_New fails.
6661         * python/py-frame.c (frame_info_to_frame_object): Don't call
6662         PyErr_SetString if PyObject_New fails.
6663
6664 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
6665
6666         * acinclude.m4: Add check for dlopen in libdl.
6667         * configure.ac: Ditto.
6668         * configure: Regenerate.
6669
6670 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
6671
6672         * frame.c (frame_stash): Convert to htab.
6673         (frame_addr_hash): New function.
6674         (frame_addr_hash_eq): New function.
6675         (frame_stash_create): Convert function to create
6676         a hash table.
6677         (frame_stash_add): Convert function to add an entry to a hash
6678         table.
6679         (frame_stash_find): Convert function to search the hash table.
6680         (frame_stash_invalidate): Convert function to empty the hash
6681         table.
6682         (get_frame_id): Only add to stash if a frame_id is created.
6683         (_initialize_frame): Call frame_stash_create.
6684
6685 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
6686
6687         * configure.ac: Ensure MIG is available when building for GNU Hurd
6688         hosts.
6689         * configure: Regenerate.
6690
6691 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
6692
6693         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
6694
6695 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
6696
6697         * ada-lang.c (ada_make_symbol_completion_list): Make sure
6698         all cleanups are done before returning from this function.
6699
6700 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
6701
6702         * utils.h: #include "exceptions.h".
6703         (enum errors): Remove partial declaration.
6704
6705 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
6706
6707         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
6708         * gdbarch.h, gdbarch.c: Regenerate.
6709         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
6710         handling.
6711
6712         * rs6000-aix-tdep.h: New file.
6713         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
6714         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
6715         "xml-utils.h".
6716         (struct field_info, struct ld_info_desc): New types.
6717         (ld_info32_desc, ld_info64_desc): New static constants.
6718         (struct ld_info): New type.
6719         (rs6000_aix_extract_ld_info): New function.
6720         (rs6000_aix_shared_library_to_xml): Likewise.
6721         (rs6000_aix_ld_info_to_xml): Likewise.
6722         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6723         (rs6000_aix_init_osabi): Add call to
6724         set_gdbarch_core_xfer_shared_libraries_aix.
6725         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6726         Remove "xml-utils.h" include.
6727         (LdInfo): Delete typedef.
6728         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6729         Delete macros.
6730         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6731         Adjust code accordingly.
6732         (rs6000_core_ldinfo): Delete, folded into
6733         rs6000_aix_core_xfer_shared_libraries_aix.
6734         (rs6000_xfer_shared_library): Delete.
6735         (rs6000_xfer_shared_libraries): Reimplement.
6736
6737 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
6738
6739         * record.c (record_goto_cmdlist): New.
6740         (cmd_record_goto): Split into this ...
6741         (cmd_record_goto_begin): ... this
6742         (cmd_record_goto_end): ... and this.
6743         (_initialize_record): Change "record goto" to prefix command.
6744         Add commands for "record goto begin" and "record goto end".
6745         Add an alias for "record goto start" to "record goto begin".
6746
6747 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6748
6749         * linespec.c (convert_linespec_to_sals): New comment for
6750         SOURCE_FILENAME assignment.
6751
6752 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6753
6754         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6755         internal_warning.
6756
6757 2013-05-14  Tom Tromey  <tromey@redhat.com>
6758
6759         * eval.c (parse_and_eval_long): Make 'exp' const.
6760         * value.h (parse_and_eval_long): Update.
6761
6762 2013-05-14  Tom Tromey  <tromey@redhat.com>
6763
6764         * ui-file.c (gdb_fopen): Make arguments const.
6765         * ui-file.h (gdb_fopen): Make arguments const.
6766
6767 2013-05-14  Tom Tromey  <tromey@redhat.com>
6768
6769         * remote.c (remote_set_trace_notes): Make arguments const.
6770         * target.c (update_current_target): Update cast.
6771         * target.h (to_set_trace_notes): Make arguments const.
6772
6773 2013-05-14  Tom Tromey  <tromey@redhat.com>
6774
6775         * go32-nat.c (go32_terminal_info): Make 'args' const.
6776         * inferior.h (child_terminal_info): Update.
6777         * inflow.c (child_terminal_info): Make 'args' const.
6778         * target.c (default_terminal_info): Make 'args' const.
6779         (debug_to_terminal_save_ours): Likewise.
6780         * target.h (struct target_ops) <to_terminal_info>: Make argument
6781         const.
6782
6783 2013-05-13  Tom Tromey  <tromey@redhat.com>
6784
6785         * gcore.c (create_gcore_bfd): Make 'filename' const.
6786         * gcore.h (create_gcore_bfd): Make 'filename' const.
6787         * record-full.c (record_full_save): Make 'recfilename' const.
6788         * target.c (target_save_record): Make 'filename' const.
6789         * target.h (struct target_ops) <to_save_record>: Make 'filename'
6790         const.
6791         (target_save_record): Likewise.
6792
6793 2013-05-13  Tom Tromey  <tromey@redhat.com>
6794
6795         PR gdb/15338:
6796         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6797         ranges section has been read.
6798
6799 2013-05-13  Tom Tromey  <tromey@redhat.com>
6800
6801         PR exp/15364:
6802         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6803         STRUCTOP_PTR>: Return a not_lval value for
6804         EVAL_AVOID_SIDE_EFFECTS.
6805         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6806         for EVAL_AVOID_SIDE_EFFECTS.
6807
6808 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
6809
6810         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6811         floating point registers to register type before storing
6812         value.
6813         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6814         Likewise.
6815
6816 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6817             Tom Tromey  <tromey@redhat.com>
6818
6819         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6820         New functions.
6821         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6822         Declare.
6823         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6824         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6825         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6826         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6827
6828 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
6829             Tom Tromey  <tromey@redhat.com>
6830
6831         PR build/15414:
6832         * configure: Rebuild.
6833         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6834         with -Wno-format.
6835
6836 2013-05-10  Pedro Alves  <palves@redhat.com>
6837
6838         * remote.c (_initialize_remote): Fix spelling of
6839         qXfer:traceframe-info:read packet in packet config command.
6840
6841 2013-05-10  David Taylor  <dtaylor@emc.com>
6842
6843         PR remote/15455
6844
6845         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6846         "QTro" at start of packet.
6847
6848 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6849
6850         * solib-aix.c (solib_aix_relocate_section_addresses):
6851         For the .bss section action, apply the same offset as
6852         the .data section.
6853
6854 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6855
6856         * solib-aix.c (solib_aix_relocate_section_addresses):
6857         Remove FIXME comment.
6858
6859 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6860
6861         PR tdep/15420:
6862         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6863         New functions, directly copied from sparc-sol-thread.c.
6864         * sparc-sol-thread.c: Delete.
6865         * configure.ac: Remove code handling sparc-solaris-thread.c.
6866         * configure: Regenerate.
6867
6868 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
6869
6870         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
6871         filter logic.
6872         (backtrace_command): Add "no-filters" option parsing.
6873         (_initialize_stack): Alter help to reflect "no-filters" option.
6874         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
6875         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
6876         (py-frame.o): Add target
6877         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
6878         filter files.
6879         * python/python.h: Add new frame filter constants, and flag enum.
6880         (apply_frame_filter): Add definition.
6881         * python/python.c (apply_frame_filter): New non-Python
6882         enabled function.
6883         * python/py-utils.c (py_xdecref): New function.
6884         (make_cleanup_py_xdecref): Ditto.
6885         * python/py-objfile.c: Declare frame_filters dictionary.
6886         (objfpy_dealloc): Add frame_filters dealloc.
6887         (objfpy_new): Initialize frame_filters attribute.
6888         (objfile_to_objfile_object): Ditto.
6889         (objfpy_get_frame_filters): New function.
6890         (objfpy_set_frame_filters): New function.
6891         * python/py-progspace.c: Declare frame_filters dictionary.
6892         (pspy_dealloc): Add frame_filters dealloc.
6893         (pspy_new): Initialize frame_filters attribute.
6894         (pspacee_to_pspace_object): Ditto.
6895         (pspy_get_frame_filters): New function.
6896         (pspy_set_frame_filters): New function.
6897         * python/py-framefilter.c: New file.
6898         * python/lib/gdb/command/frame_filters.py: New file.
6899         * python/lib/gdb/frames.py: New file.
6900         * python/lib/gdb/__init__.py: Initialize global frame_filters
6901         dictionary
6902         * python/lib/gdb/FrameDecorator.py: New file.
6903         * python/lib/gdb/FrameIterator.py: New file.
6904         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6905         * mi/mi-cmds.h: Declare.
6906         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6907         --no-frame-filter logic, and Python frame filter logic.
6908         (stack_enable_frame_filters): New function.
6909         (parse_no_frame_option): Ditto.
6910         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6911         filter logic.
6912         (mi_cmd_stack_list_locals): Ditto.
6913         (mi_cmd_stack_list_args): Ditto.
6914         (mi_cmd_stack_list_variables): Ditto.
6915         * NEWS: Add frame filter note.
6916
6917 2013-05-09  Doug Evans  <dje@google.com>
6918
6919         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6920         All callers updated.
6921         (syms_from_objfile): Ditto.  Make static.
6922         (symbol_file_add_with_addrs): Renamed from
6923         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
6924         num_offsets.  All callers updated.
6925         * symfile.h (syms_from_objfile): Delete.
6926
6927         * symfile.c (decrement_reading_symtab): Add assert.
6928         (increment_reading_symtab): Ditto.
6929
6930 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
6931
6932         * source.c (forward_search_command): Replace call to getc
6933         by call to fgetc.
6934         (reverse_search_command): Likewise.
6935
6936 2013-05-08  Doug Evans  <dje@google.com>
6937
6938         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6939         matching test.
6940
6941 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6942
6943         * sol-thread.c (info_cb): Factorize the code a little.
6944
6945 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6946
6947         * sol-thread.c (info_cb): Rework the output of the "maintenance
6948         info sol-threads" command a bit.
6949
6950 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6951
6952         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6953         Replace ti.ti_startfunc by ti.ti_pc.
6954
6955 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6956
6957         * solib-aix.c (solib_aix_free_library_list): New function
6958         for the case where HAVE_LIBEXPAT is not defined.
6959
6960 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6961
6962         PR breakpoints/15413:
6963         * breakpoint.c (condition_completer): Simplify the code to
6964         disconsider multiple locations of breakpoints when completing the
6965         "condition" command.
6966
6967 2013-05-07  Pierre Muller  <muller@sourceware.org>
6968
6969         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6970         instead of <sys/wait.h>.
6971
6972 2013-05-07  Pierre Muller  <muller@sourceware.org>
6973
6974         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6975         trailing new line from warning message.
6976
6977 2013-05-07  Pierre Muller  <muller@sourceware.org>
6978
6979         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6980         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6981
6982 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6983
6984         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6985         error message (ARI fix).
6986
6987 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6988
6989         * features/library-list-aix.dtd: Replace library-list by
6990         library-list-aix.
6991         * rs6000-nat.c: Replace library-list by library-list-aix
6992         throughout.
6993         * solib-aix.c: Likewise.
6994
6995 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6996
6997         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6998         Renames TARGET_OBJECT_AIX_LIBRARIES.
6999         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7000         TARGET_OBJECT_LIBRARIES_AIX throughout.
7001         * solib-aix.c: Likwise.
7002
7003 2013-05-07  Yao Qi  <yao@codesourcery.com>
7004
7005         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7006         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7007
7008 2013-05-07  Yao Qi  <yao@codesourcery.com>
7009
7010         * solib-dsbt.c (enable_break): Declare.
7011         (dsbt_current_sos): Remove call to enable_break2.
7012         (enable_break2): Rename to enable_break.  Set solib breakpoint
7013         on '_dl_debug_state'.
7014         (enable_break): Remove.
7015
7016 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
7017
7018         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7019         debug state prior to replicating existing hardware watchpoints or
7020         breakpoints.
7021
7022 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7023
7024         * gcore.c (gcore_create_callback): Ignore sections with
7025         separate_debug_objfile_backlink != NULL.
7026
7027 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
7028             Andrew Jenner  <andrew@codesourcery.com>
7029             Chung-Lin Tang  <cltang@codesourcery.com>
7030             Julian Brown  <julian@codesourcery.com>
7031
7032         Based on the nios2-elf port from Altera Corporation.
7033
7034         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7035         nios2-linux-tdep.o.
7036         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7037         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7038         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7039         * nios2-tdep.h: New.
7040         * nios2-tdep.c: New.
7041         * nios2-linux-tdep.c: New.
7042         * features/Makefile (WHICH): Add nios2-linux.
7043         (nios2-linux-expedite): Set.
7044         * features/nios2-cpu.xml: New.
7045         * features/nios2.xml: New.
7046         * features/nios2-linux.xml: New.
7047         * features/nios2.c: New (autogenerated).
7048         * features/nios2-linux.c: New (autogenerated).
7049         * regformats/nios2-linux.dat: New (autogenerated).
7050         * NEWS (Changes since GDB 7.6): Add new Nios II targets
7051         and commands.
7052
7053 2013-05-06  Doug Evans  <dje@google.com>
7054
7055         * symfile.c: Whitespace cleanup.
7056
7057         * solist.h (struct target_so_ops): New member clear_so.
7058         * solib-svr4.c (svr4_clear_so): New function.
7059         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7060         * solib.c (clear_so): Renamed from free_so_symbols.
7061         All callers updated.  Call target clear_so if it exists.
7062
7063 2013-05-06  Tom Tromey  <tromey@redhat.com>
7064
7065         * ada-lang.c (ada_value_primitive_packed_val): Don't
7066         call value_incref.
7067         * value.c (set_value_parent): Incref the new parent and decref
7068         the old parent.
7069         (value_copy, value_primitive_field): Use set_value_parent.
7070
7071 2013-05-06  Tom Tromey  <tromey@redhat.com>
7072
7073         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7074         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7075         if needed.
7076         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7077         * dwarf2read.c (write_constant_as_bytes)
7078         (dwarf2_fetch_constant_bytes): New functions.
7079
7080 2013-05-06  Tom Tromey  <tromey@redhat.com>
7081
7082         * dwarf2read.c (dwarf2_const_value_data): Remove unused
7083         parameters.
7084         (dwarf2_const_value_attr): Update.
7085
7086 2013-05-06  Tom Tromey  <tromey@redhat.com>
7087
7088         * somread.c (som_symfile_offsets): Add 'const' to addrs.
7089         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7090         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7091         Remove declaration.
7092
7093 2013-05-06  Tom Tromey  <tromey@redhat.com>
7094
7095         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7096         objfile's obstack.
7097
7098 2013-05-06  Doug Evans  <dje@google.com>
7099
7100         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7101         * stabsread.h (process_one_symbol): Update declaration.
7102         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7103         * elfread.c (elf_symfile_relocate_probe): Ditto.
7104         * psymtab.c (relocate_psymtabs): Ditto.
7105         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7106         (objfile_relocate): Ditto.
7107         * objfiles.h (objfile_relocate): Update declaration.
7108         * symfile.c (relative_addr_info_to_section_offsets): Constify
7109         addrs parameter.
7110         (default_symfile_offsets): Ditto.
7111         (syms_from_objfile_1): Constify offsets parameter.
7112         (syms_from_objfile): Ditto.
7113         (symbol_file_add_with_addrs_or_offsets): Ditto.
7114         (symfile_map_offsets_to_segments): Constify data parameter.
7115         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7116         delta parameters of member relocate.
7117         (struct sym_probe_fns): Constify new_offsets,
7118         delta parameters of member sym_relocate_probe.
7119         (struct sym_fns): Constify section_addr_info parameter of member
7120         sym_offsets.
7121         (relative_addr_info_to_section_offsets): Update declaration.
7122         (default_symfile_offsets): Ditto.
7123         (syms_from_objfile): Ditto.
7124         (symfile_map_offsets_to_segments): Ditto.
7125
7126         * symfile.c (syms_from_objfile_1): Use correct section count when
7127         objfile->sf == NULL.
7128
7129 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
7130
7131         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7132
7133 2013-05-06  Doug Evans  <dje@google.com>
7134
7135         * psympriv.h (struct partial_symtab): Augment comment for member
7136         section_offsets.
7137
7138 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7139
7140         Reimplement shared library support on ppc-aix...
7141         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7142         * features/library-list-aix.dtd: New file.
7143         * solib-aix.h, solib-aix.c: New file.
7144         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7145         (rs6000_find_toc_address_hook): Delete.
7146         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7147         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7148         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
7149         "xml-utils.h".
7150         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7151         (vmap_symtab, fixup_breakpoints): Delete.
7152         (rs6000_xfer_shared_libraries): New function.
7153         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7154         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7155         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7156         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7157         (rs6000_xfer_shared_library): New function.
7158         (find_toc_address): Delete.
7159         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7160         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7161         * xcoffread.c (record_minimal_symbol): Reloate symbol address
7162         before creating minimal symbol.  Adjust function description
7163         accordingly.
7164         (scan_xcoff_symtab): Replace call to
7165         prim_record_minimal_symbol_and_info by call to
7166         record_minimal_symbol.
7167         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7168         around default_symfile_offsets.
7169         * configure.tgt: Add solib-aix.o to gdb_target_obs for
7170         powerpc-aix targets.
7171         * config/rs6000/nm-rs6000.h: Delete.
7172         * config/powerpc/aix.mh (NAT_FILE): Delete.
7173         (NATDEPFILES): Remove xcoffsolib.o.
7174         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7175         (ALL_TARGET_OBS): Add solib-aix.o.
7176         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7177         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
7178         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
7179         * xcoffsolib.h, xcoffsolib.c: Delete.
7180
7181         * solib.c (reload_shared_libraries): Remove reference to
7182         SOLIB_CREATE_INFERIOR_HOOK.
7183         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7184         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7185         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7186         comment.
7187         * corelow.c (deprecated_core_resize_section_table): Delete.
7188         * exec.c: Remove include of xcoffsolib.h".
7189         (map_vmap, vmap): Delete.
7190         (exec_close_1): Remove references to vmap.
7191         (exec_file_attach): Remove vmap handling code, and reference
7192         to DEPRECATED_IBM6000_TARGET.
7193         (bfdsec_to_vmap): Delete.
7194         (exec_files_info): Remove block of code handling VMAP.
7195         * infcmd.c (post_create_inferior): Remove reference to
7196         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7197         * infrun.c (follow_exec): Remove reference to
7198         SOLIB_CREATE_INFERIOR_HOOK.
7199         * stack.c (print_frame): Remove reference to PC_SOLIB.
7200         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7201         (dsbt_relocate_main_executable): Likewise.
7202         * solib-frv.c (frv_current_sos): Likewise.
7203
7204 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7205
7206         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7207         to target_write_memory and target_read_memory.
7208
7209 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7210
7211         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7212         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7213
7214 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7215
7216         * darwin-nat.c: Replace all "%x" instances in format strings
7217         into "0x%x" throughout.
7218
7219 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7220
7221         * darwin-nat.c (darwin_mourn_inferior): Replace call to
7222         gdb_assert by call to MACH_CHECK_ERROR.
7223         (darwin_attach_pid): Raise an error rather than a failed
7224         assertion when various system calls failed.  Report a warning
7225         instead of raising a failed assertion when PREV_NOT is not NULL
7226         after call to mach_port_request_notification.
7227         (darwin_ptrace_me): Raise an error rather than a failed
7228         assertion when read returns nonzero.
7229
7230 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7231
7232         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7233
7234 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7235
7236         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7237
7238 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7239
7240         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7241         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7242         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
7243         a stale cleanup.  Fix double free of NAME.
7244
7245 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
7246
7247         * windows-nat.c (windows_delete_thread): Accept an additional
7248         argument, the thread's exit code, and announce thread death when
7249         print_thread_events is non-zero and we are deleting a thread that
7250         is not the main thread.
7251         (get_windows_debug_event): Pass thread exit code to
7252         windows_delete_thread.
7253
7254 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7255
7256         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7257         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7258         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7259         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7260         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7261         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7262         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7263         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7264         (gdbarch_tdep): New struct.
7265         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7266         E_NUM_REGS.
7267         (v850e3v5_register_name): New function.
7268         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7269         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
7270         code handling the struct return conventions for the RH850 ABI.
7271         Update all callers.
7272         (v850_eight_byte_align_p): New function.
7273         (v850_push_call_dummy): Push structs by value, not by reference
7274         for the RH850 ABI.  Add support for eight byte alignment.
7275         (v850_dbtrap_breakpoint_from_pc): New function.
7276         (v850_gdbarch_init): Add ABI detection code.  Register
7277         v850e3v5_register_name for the v850e3v5 architecture.  Set the
7278         number of registers for v850e3v5.  Register
7279         v850_dbtrap_breakpoint_from_pc as appropriate.
7280         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7281
7282 2013-05-03  Doug Evans  <dje@google.com>
7283
7284         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7285         of bfd_count_sections.
7286         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7287         * symfile.c (default_symfile_offsets): Ditto.
7288         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
7289         one entry, not bfd_count_sections entries.
7290
7291 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7292
7293         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7294         `save' and `restore' register groups.  Don't include SPL
7295         or SPH in these groups.
7296         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
7297         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
7298         RL78_ES_REGNUM, and RL78_CS_REGNUM.
7299         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
7300         dwarf2_append_unwinders().
7301
7302 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7303
7304         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7305         ignore SIGINT and SIGTRAP in case these internal signals are
7306         caught explicitely.
7307
7308 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7309
7310         * darwin-nat.c (darwin_read_write_inferior): Change types
7311         of parameters rdaddr and wraddr to "gdb_byte *". Change type
7312         of copy_count to "mach_msg_type_number_t".
7313         (darwin_read_dyld_info): Change type of parameter
7314         rdaddr to "gdb_byte *".
7315
7316 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7317
7318         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7319         of &info->load_map from "char *" to "gdb_byte *".
7320
7321 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7322
7323         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7324         from "char *" to "gdb_byte *".
7325         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7326
7327 2013-04-30  Doug Evans  <dje@google.com>
7328
7329         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7330         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7331         DWO stub.  If DWO isn't found, just use stub.
7332         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7333
7334         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7335         calling init_cutu_and_read_dies.
7336
7337 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7338
7339         * target-descriptions.c (maint_print_c_tdesc_cmd):
7340         Add case to parse structures as register types and
7341         bitfields.
7342
7343 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7344
7345         * MAINTAINERS (Write After Approval): Add myself to the list.
7346
7347 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7348
7349         * sol-thread.c (rw_common): Change type of parameter "buf"
7350         to "gdb_byte *".
7351         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7352         rw_common to "gdb_byte *" instead of "char *".
7353
7354 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7355
7356         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7357         of local variable msym to const struct bound_minimal_symbol.
7358         Adjust use accordingly.
7359         [ti.ti_state == TD_THR_SLEEP]: Likewise.
7360
7361 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
7362
7363         * i386gnu-nat.c (CREG_OFFSET): New macro.
7364         (creg_offset): New array.
7365         (CREG_ADDR): Use creg_offset instead of reg_offset.
7366
7367 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7368
7369         * mep-tdep.c (mep_write_pc): Delete.
7370         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7371         Add call to set_gdbarch_pc_regnum.
7372
7373 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7374
7375         * common/filestuff.c: Replace #include <dirent.h> by
7376         #include "gdb_dirent.h".
7377
7378 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7379
7380         * common/filestuff.c: Replace #include <sys/stat.h> by
7381         #include "gdb_stat.h".
7382
7383 2013-04-29  Pierre Muller  <muller@sourceware.org>
7384
7385         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7386         editCase function rule.
7387         (get_DW_AT_signature_type): Likewise.
7388
7389 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7390
7391         * m32r-tdep.c (m32r_write_pc): Delete.
7392         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7393         Add call to set_gdbarch_pc_regnum.
7394
7395 2013-04-29  Pierre Muller  <muller@sourceware.org>
7396
7397         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7398
7399 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7400
7401         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7402
7403 2013-04-28  Yao Qi  <yao@codesourcery.com>
7404
7405         * solib-dsbt.c (fetch_loadmap): Re-indent.
7406         (displacement_from_map, enable_break2): Likewise.
7407         (dsbt_relocate_section_addresses): Likewise.
7408
7409 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
7410
7411         GDB 7.6 released.
7412
7413 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
7414
7415         PR corefiles/14983:
7416         * dwarf2read.c (process_full_comp_unit): Always create a static
7417         block.
7418
7419 2013-04-25  Hui Zhu  <hui@codesourcery.com>
7420
7421         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7422         to loc->cmd_bytecode.
7423
7424 2013-04-24  Doug Evans  <dje@google.com>
7425
7426         * dwarf2read.c (setup_type_unit_groups): Fix comment.
7427
7428 2013-04-22  Keith Seitz  <keiths@redhat.com>
7429
7430         * tracepoint.c (trace_save):  Call the writer's start method.
7431
7432 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
7433
7434         PR gdb/10462
7435         * cli/cli-decode.c (lookup_command): Show an error if there is no space
7436         before argument.
7437
7438 2013-04-23  Tom Tromey  <tromey@redhat.com>
7439
7440         * common/filestuff.c: Check USE_WIN32API before including
7441         sys/socket.h.
7442         (HAVE_F_GETFD): New define.
7443         (mark_cloexec): Check HAVE_F_GETFD.
7444         (gdb_open_cloexec): Change 'mode' to unsigned long.
7445         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7446         (gdb_pipe_cloexec): Check HAVE_PIPE.
7447         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7448         long.
7449
7450 2013-04-23  Hui Zhu  <hui@codesourcery.com>
7451
7452         PR gdb/15293
7453         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7454
7455 2013-04-23  Hui Zhu  <hui@codesourcery.com>
7456
7457         PR gdb/15165
7458         * breakpoint.c (dprintf_print_recreate): New.
7459         (save_breakpoints): Let it not save dprintf commands.
7460         (initialize_breakpoint_ops): Set dprintf_print_recreate.
7461
7462 2013-04-22  Tom Tromey  <tromey@redhat.com>
7463
7464         PR gdb/7912:
7465         * Makefile.in (SFILES): Add filestuff.c
7466         (COMMON_OBS): Add filestuff.o.
7467         (filestuff.o): New target.
7468         * auto-load.c (auto_load_objfile_script_1): Use
7469         gdb_fopen_cloexec.
7470         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7471         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7472         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7473         * common/agent.c (gdb_connect_sync_socket): Use
7474         gdb_socket_cloexec.
7475         * common/filestuff.c: New file.
7476         * common/filestuff.h: New file.
7477         * common/linux-osdata.c (linux_common_core_of_thread)
7478         (command_from_pid, commandline_from_pid, print_source_lines)
7479         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7480         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7481         gdb_fopen_cloexec.
7482         * common/linux-procfs.c (linux_proc_get_int)
7483         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7484         * config.in, configure: Rebuild.
7485         * configure.ac: Don't check for sys/socket.h.  Check for
7486         fdwalk, pipe2.
7487         * corelow.c (core_open): Use gdb_open_cloexec.
7488         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7489         * fork-child.c (fork_inferior): Call close_most_fds.
7490         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7491         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7492         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7493         Use gdb_fopen_cloexec.
7494         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7495         gdb_open_cloexec.
7496         (linux_async_pipe): Use gdb_pipe_cloexec.
7497         * remote-fileio.c (remote_fileio_func_open): Use
7498         gdb_open_cloexec.
7499         * remote.c (remote_file_put, remote_file_get): Use
7500         gdb_fopen_cloexec.
7501         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7502         close_most_fds.
7503         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7504         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7505         * solib.c (solib_find): Use gdb_open_cloexec.
7506         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7507         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7508         (tfile_open): Use gdb_open_cloexec.
7509         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7510         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7511         * xml-support.c (xml_fetch_content_from_file): Use
7512         gdb_fopen_cloexec.
7513         * main.c (captured_main): Call notice_open_fds.
7514
7515 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7516
7517         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7518         'char *' to 'gdb_byte *'.
7519         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7520         'gdb_byte'.
7521
7522 2013-04-22  Yao Qi  <yao@codesourcery.com>
7523
7524         * infrun.c: Fix typo in comment.
7525
7526 2013-04-22  Andrew Haley  <aph@redhat.com>
7527
7528         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7529         instead of "long".
7530
7531 2013-04-20  Yao Qi  <yao@codesourcery.com>
7532
7533         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7534         'char *' to 'gdb_byte *'.  Cast the return value of
7535         'bt_ctf_get_char_array' to 'gdb_byte *'.
7536
7537 2013-04-19  Pedro Alves  <palves@redhat.com>
7538
7539         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7540         -Wpointer-sign.
7541         * configure: Regenerate.
7542
7543 2013-04-19  Pedro Alves  <palves@redhat.com>
7544
7545         * ser-tcp.c (net_read_prim): Cast second argument to recv to
7546         'void *'.
7547
7548 2013-04-19  Pedro Alves  <palves@redhat.com>
7549
7550         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7551         Change type of 'myaddr' parameter to gdb_byte pointer.
7552         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
7553         to 'long long' pointer instead of to 'unsigned long long'.
7554         (monitor_write_memory_block, monitor_read_memory_single)
7555         (monitor_read_memory): Change type of 'myaddr' parameter to
7556         gdb_byte pointer.
7557
7558 2013-04-19  Pedro Alves  <palves@redhat.com>
7559
7560         * record.c (validate_history_size): Make parameter 'setting'
7561         unsigned.
7562
7563 2013-04-19  Pedro Alves  <palves@redhat.com>
7564
7565         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7566         to 'gdb_byte *'.
7567
7568 2013-04-19  Pedro Alves  <palves@redhat.com>
7569
7570         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7571         local to int.
7572
7573 2013-04-19  Pedro Alves  <palves@redhat.com>
7574
7575         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7576         * ada-tasks.c (read_fat_string_value): Likewise.
7577
7578 2013-04-19  Pedro Alves  <palves@redhat.com>
7579
7580         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7581         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
7582         'offset', and adjust.
7583
7584 2013-04-19  Pedro Alves  <palves@redhat.com>
7585
7586         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7587         (read_index_from_section): Add cast to 'char *'.
7588
7589 2013-04-19  Pedro Alves  <palves@redhat.com>
7590
7591         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7592
7593 2013-04-19  Pedro Alves  <palves@redhat.com>
7594
7595         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7596
7597 2013-04-19  Pedro Alves  <palves@redhat.com>
7598
7599         * record-full.c (record_full_get_bookmark): Change local 'ret'
7600         type to char * and add cast to gdb_byte *.
7601         (record_full_goto_bookmark): Handle 'bookmark' argument as a
7602         string.
7603         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7604
7605 2013-04-19  Pedro Alves  <palves@redhat.com>
7606
7607         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7608         * python/py-prettyprint.c (print_string_repr): Change type of
7609         'output' local to char *.  Add cast to gdb_byte * in
7610         LA_PRINT_STRING call.
7611         (print_children): Change type of 'output' local to char *.
7612         * python/py-value.c (valpy_string): Add cast to const char * in
7613         PyUnicode_Decode call.
7614
7615 2013-04-19  Pedro Alves  <palves@redhat.com>
7616
7617         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7618         and change its type to 'const char *'.  Adjust.
7619         (mips_send_packet): Add cast to 'char *', and remove cast to
7620         'unsigned char *'.
7621         (mips_receive_packet): Remove cast to 'unsigned char *'.
7622         (mips_load_srec): Use bfd_byte.
7623         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7624         (pmon_checkset): Make 'value' parameter unsigned.
7625
7626 2013-04-19  Pedro Alves  <palves@redhat.com>
7627
7628         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
7629
7630 2013-04-19  Pedro Alves  <palves@redhat.com>
7631
7632         * remote.c (remote_write_bytes_aux, compare_sections_command)
7633         (remote_read_qxfer)
7634         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
7635         (remote_hostio_readlink, remote_bfd_iovec_pread)
7636         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
7637         binary buffer, and char when buffer is used as string.
7638         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
7639         (trace_save, tfile_open, traceframe_walk_blocks)
7640         (tfile_fetch_registers): Likewise.
7641
7642 2013-04-19  Pedro Alves  <palves@redhat.com>
7643
7644         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
7645         buffer and size_t size.  Adjust.
7646         * ser-base.h (ser_base_write): Adjust.
7647         * ser-go32.c (cnts): Change type to size_t.
7648         (dos_write): Change prototype -- take 'void *'
7649         buffer and size_t size.  Adjust.
7650         (dos_info): Print elements of 'cnts' as unsigned long.
7651         * serial.c (serial_write): Likewise.
7652         * serial.h (serial_write): Adjust.
7653         (struct serial_ops) <write>: Change prototype -- take 'void *'
7654         buffer and size_t size.  Adjust.
7655
7656 2013-04-19  Pedro Alves  <palves@redhat.com>
7657
7658         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
7659         gdb_byte *.
7660         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
7661
7662 2013-04-19  Pedro Alves  <palves@redhat.com>
7663
7664         * alpha-tdep.c (alpha_extract_return_value): Use
7665         regcache_cooked_read_unsigned to read 'v0'.
7666
7667 2013-04-19  Pedro Alves  <palves@redhat.com>
7668
7669         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
7670         parameters 'at', 'as' and 'offset' to uint32_t.
7671
7672 2013-04-19  Pedro Alves  <palves@redhat.com>
7673
7674         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
7675         'is64' to signed 'int'.
7676
7677 2013-04-19  Pedro Alves  <palves@redhat.com>
7678
7679         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
7680         parameter to int *.
7681
7682 2013-04-19  Pedro Alves  <palves@redhat.com>
7683
7684         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
7685         'insnbuf' buffer type to unsigned int[].
7686
7687 2013-04-19  Pedro Alves  <palves@redhat.com>
7688
7689         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
7690
7691 2013-04-19  Pedro Alves  <palves@redhat.com>
7692
7693         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
7694         unsigned long *.
7695
7696 2013-04-19  Pedro Alves  <palves@redhat.com>
7697
7698         * alpha-tdep.c (heuristic_fence_post): Change type to int.
7699         (alpha_heuristic_proc_start): Adjust to check -1 instead of
7700         UINT_MAX.
7701         * mips-tdep.c (heuristic_fence_post): Change type to int.
7702         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
7703
7704 2013-04-19  Pedro Alves  <palves@redhat.com>
7705
7706         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
7707         (struct gdbarch_tdep) <cris_version>: Make unsigned.
7708         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
7709
7710 2013-04-19  Pedro Alves  <palves@redhat.com>
7711
7712         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
7713         it to get a string view of the byte buffer.
7714         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
7715         type to gdb_byte *.  Adjust.
7716         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
7717         Change local to char *.
7718         * solib-darwin.c (find_program_interpreter): Change return type to
7719         char *.  Adjust.
7720         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7721         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7722         * solib-frv.c (enable_break2): Change local 'buf' to char *.
7723         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7724         * solib-svr4.c (find_program_interpreter): Change return type to
7725         char *.  Adjust.
7726         (enable_break): Change local 'interp_name' to char *.
7727         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7728         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7729         (spu_pseudo_register_write_spu): Use char for string buffer.
7730         Adjust.
7731         (info_spu_event_command, info_spu_signal_command): Add casts to
7732         'char *'.
7733
7734 2013-04-19  Pedro Alves  <palves@redhat.com>
7735
7736         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7737         gdb_byte[].
7738         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7739         * ada-lang.c (ada_value_assign): Use gdb_byte.
7740         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7741         (alphanbsd_sigtramp_offset): Use gdb_byte.
7742         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7743         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7744         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7745         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7746         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7747         * arm-tdep.c (arm_stub_unwind_sniffer)
7748         (arm_displaced_init_closure): Use gdb_byte.
7749         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7750         (arm_default_thumb_le_breakpoint)
7751         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7752         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7753         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7754         * arm-wince-tdep.c (arm_wince_le_breakpoint)
7755         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7756         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7757         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7758         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7759         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7760         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7761         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7762         (cris_store_return_value, cris_extract_return_value): Use
7763         gdb_byte.
7764         (constraint): Change type of parameter to char * from signed
7765         char*.  Use gdb_byte.
7766         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7767         of local buffer to gdb_byte *.
7768         * dwarf2read.c (read_index_from_section): Use gdb_byte.
7769         (create_dwp_hash_table): Change type of locals to gdb_byte *.
7770         (add_address_entry): Change type of local buffer to gdb_byte[].
7771         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7772         (frv_push_dummy_call): Use gdb_byte.
7773         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7774         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7775         (hppa_hpux_supply_save_state): Use gdb_byte.
7776         * hppa-tdep.c (hppa32_push_dummy_call)
7777         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7778         * ia64-tdep.c (extract_bit_field, replace_bit_field)
7779         (slotN_contents, replace_slotN_contents): Change type of parameter
7780         to gdb_byte *.
7781         (fetch_instruction, ia64_pseudo_register_write)
7782         (ia64_register_to_value, ia64_value_to_register)
7783         (ia64_extract_return_value, ia64_store_return_value)
7784         (ia64_push_dummy_call): Use gdb_byte.
7785         * m32c-tdep.c (m32c_return_value): Remove cast.
7786         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7787         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7788         gdb_byte.
7789         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7790         * mn10300-tdep.c (mn10300_store_return_value)
7791         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7792         gdb_byte.
7793         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7794         (moxie_process_record): Remove casts.
7795         * ppc-ravenscar-thread.c (supply_register_at_address)
7796         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7797         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7798         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7799         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7800         * remote.c (compare_sections_command): Use gdb_byte.
7801         * score-tdep.c (score7_free_memblock): Change type of parameter to
7802         gdb_byte *.
7803         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7804         gdb_byte *.  Use gdb_byte.
7805         (sh_push_dummy_call_fpu): Use gdb_byte.
7806         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7807         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7808         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7809         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
7810         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7811         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7812         (sh64_store_return_value, sh64_register_convert_to_virtual):
7813         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
7814         (sh64_pseudo_register_write): Use gdb_byte.
7815         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7816         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
7817         buffer.
7818         (irix_current_sos): Use gdb_byte.
7819         * solib-som.c (som_current_sos): Use gdb_byte.
7820         * sparc-ravenscar-thread.c (supply_register_at_address)
7821         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7822         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7823         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7824         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7825         'gdb_byte *'.
7826         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7827         'gdb_byte *'.
7828         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7829         * xstormy16-tdep.c (xstormy16_extract_return_value)
7830         (xstormy16_store_return_value): Change parameter type to
7831         'gdb_byte *'.  Adjust.
7832         (xstormy16_push_dummy_call): Use gdb_byte.
7833         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7834         (call0_analyze_prologue, execute_code): Use gdb_byte.
7835
7836 2013-04-19  Vladimir Kargov <kargov@gmail.com>
7837             Pedro Alves  <palves@redhat.com>
7838
7839         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7840         value contents.
7841
7842 2013-04-17  Doug Evans  <dje@google.com>
7843
7844         * dwarf2read.c (struct signatured_type): New member type.
7845         (struct attribute): Replace member signatured_type with signature.
7846         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7847         (read_call_site_scope): Call follow_die_ref instead of
7848         follow_die_ref_or_sig.
7849         (read_structure_type): Rewrite handling of signatured types.
7850         (read_enumeration_type): Ditto.
7851         (read_attribute_value): Update.
7852         (build_error_marker_type): New function.
7853         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
7854         Don't call error for bad types, just build an error marker type.
7855         (dump_die_shallow): Update.
7856         (follow_die_sig_1): Renamed from follow_die_sig.
7857         Don't call error for bad types, instead return NULL.
7858         (follow_die_sig): New function.
7859         (get_signatured_type, get_DW_AT_signature_type): New functions.
7860
7861 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
7862
7863         * aarch64-tdep.c (aarch64_write_pc): Removed.
7864         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
7865         function.
7866
7867 2013-04-17  Yao Qi  <yao@codesourcery.com>
7868
7869         * top.c (print_gdb_configuration): Print configure-time
7870         parameter on using libbabeltrace or not.
7871
7872 2013-04-16  Pedro Alves  <palves@redhat.com>
7873
7874         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
7875
7876 2013-04-16  Pedro Alves  <palves@redhat.com>
7877
7878         * common/glibc_thread_db.h: Update from upstream glibc
7879         (git 568035b7874a099087b77f7bba3e36a1173787b0).
7880
7881 2013-04-16  Pedro Alves  <palves@redhat.com>
7882
7883         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
7884         * common/glibc_thread_db.h: ... this new file ...
7885         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
7886
7887 2013-04-16  Will Newton  <will.newton@gmail.com>
7888             Pedro Alves  <palves@redhat.com>
7889
7890         PR build/11881
7891
7892         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
7893         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
7894         HAVE_THREAD_DB_H.
7895
7896 2013-04-16  Pedro Alves  <palves@redhat.com>
7897             Eli Zaretskii  <eliz@gnu.org>
7898
7899         * NEWS: Mention "set foo unlimited".
7900
7901 2013-04-15  Doug Evans  <dje@google.com>
7902
7903         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
7904         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7905         (create_dwo_cu_reader): Renamed from
7906         create_dwo_debug_info_hash_table_reader.
7907         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7908         Remove support for multiple CUs in a DWO file.
7909         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7910
7911         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7912         instead of phex.
7913         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7914         (create_dwo_in_dwp): Ditto.
7915
7916 2013-04-15  Tom Tromey  <tromey@redhat.com>
7917
7918         * NEWS: Move recent entries into "since 7.6" section.
7919
7920 2013-04-15  Tom Tromey  <tromey@redhat.com>
7921
7922         PR c++/13588:
7923         * NEWS: Update.
7924         * break-catch-throw.c (struct exception_catchpoint)
7925         <exception_rx, pattern>: New fields.
7926         (fetch_probe_arguments, dtor_exception_catchpoint)
7927         (check_status_exception_catchpoint)
7928         (print_one_detail_exception_catchpoint): New functions.
7929         (handle_gnu_v3_exceptions): Add "except_rx" argument.
7930         Compile regular expression if needed.
7931         (extract_exception_regexp): New function.
7932         (catch_exception_command_1): Use extract_exception_regexp.
7933         (compute_exception): Use fetch_probe_arguments.
7934         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7935         and check_status fields.
7936         * cp-abi.c (cplus_typename_from_type_info): New function.
7937         * cp-abi.h (cplus_typename_from_type_info): Declare.
7938         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7939         * gdb_regex.h (compile_rx_or_error): Declare.
7940         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7941         comment.
7942         (init_gnuv3_ops): Set get_type_from_type_info field.
7943         * probe.c (compile_rx_or_error): Move...
7944         * utils.c (compile_rx_or_error): ... here.
7945
7946 2013-04-15  Tom Tromey  <tromey@redhat.com>
7947
7948         PR c++/15176:
7949         * NEWS: Update.
7950         * break-catch-throw.c (compute_exception): New function.
7951         (exception_funcs): New global.
7952         (_initialize_break_catch_throw): Create $_exception.
7953         * cp-abi.c (cplus_type_from_type_info): New function.
7954         * cp-abi.h (cplus_type_from_type_info): Declare.
7955         (struct cp_abi_ops) <get_type_from_type_info>: New field.
7956         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7957         (gnuv3_get_type_from_type_info): New functions.
7958         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7959
7960 2013-04-15  Tom Tromey  <tromey@redhat.com>
7961
7962         * break-catch-throw.c (struct exception_names): New.
7963         (exception_functions): Change type.
7964         (re_set_exception_catchpoint): Look for SDT probes.
7965
7966 2013-04-15  Tom Tromey  <tromey@redhat.com>
7967
7968         PR c++/10119:
7969         * break-catch-throw.c (exception_functions): New global.
7970         (gnu_v3_exception_catchpoint_ops): Move earlier.
7971         (struct exception_catchpoint): New.
7972         (classify_exception_breakpoint): Rewrite.
7973         (re_set_exception_catchpoint): New function.
7974         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
7975         Allocate a struct exception_catchpoint.
7976         (catch_exception_command_1): Update.
7977         (initialize_throw_catchpoint_ops): Set 're_set' method.
7978
7979 2013-04-15  Tom Tromey  <tromey@redhat.com>
7980
7981         * Makefile.in (SFILES): Add break-catch-throw.c
7982         (COMMON_OBS): Add break-catch-throw.o.
7983         * break-catch-throw.c: New file.
7984         * breakpoint.c: Move exception-catching code to new file.
7985         (ep_parse_optional_if_clause): No longer static.
7986         * breakpoint.h (ep_parse_optional_if_clause): Declare.
7987
7988 2013-04-15  Tom Tromey  <tromey@redhat.com>
7989
7990         PR c++/9065:
7991         * NEWS: Update.
7992         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7993         * c-exp.y (TYPEID): New token.
7994         (exp): Add new TYPEID productions.
7995         (ident_tokens): Add "typeid".
7996         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7997         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7998         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7999         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8000         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8001         case.
8002         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8003         (build_std_type_info_type, gnuv3_get_typeid_type)
8004         (gnuv3_get_typeid): New functions.
8005         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
8006         new fields on ABI object.
8007         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8008         * std-operator.def (OP_TYPEID): New.
8009
8010 2013-04-15  Tom Tromey  <tromey@redhat.com>
8011
8012         * elfread.c (elf_symtab_read): Install versioned symbol under
8013         unversioned name as well.
8014
8015 2013-04-15  Tom Tromey  <tromey@redhat.com>
8016
8017         PR c++/11990:
8018         * c-lang.c (cplus_language_defn): Use gdb_demangle.
8019         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8020         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8021         (gdb_demangle): New function.
8022         * cp-support.h (gdb_demangle): Declare.
8023         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8024         (dwarf2_name): Use gdb_demangle.
8025         * gdbtypes.c (check_stub_method): Use gdb_demangle.
8026         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8027         suffixes from name.
8028         (gnuv3_print_method_ptr): Use gdb_demangle.
8029         * jv-lang.c (java_demangle): Use gdb_demangle.
8030         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8031         * language.c (unk_lang_demangle): Use gdb_demangle.
8032         * symtab.c (symbol_find_demangled_name)
8033         (demangle_for_lookup): Use gdb_demangle.
8034
8035 2013-04-15  Tom Tromey  <tromey@redhat.com>
8036
8037         PR c++/12824:
8038         * NEWS: Update.
8039         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8040         New constant.
8041         (classify_exception_breakpoint): New function.
8042         (print_it_exception_catchpoint, print_one_exception_catchpoint)
8043         (print_mention_exception_catchpoint)
8044         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8045         (catch_exception_command_1): Handle "rethrow" catchpoint.
8046         (catch_rethrow_command): New function.
8047         (_initialize_breakpoint): Add "catch rethrow" command.
8048
8049 2013-04-15  Pierre Muller  <muller@sourceware.org>
8050
8051         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8052         set_gdbarch_write_pc as deprecated anymore.
8053
8054 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
8055
8056         * spu-tdep.c (spu_write_pc): Add empty line after local variable
8057         declarations.
8058
8059 2013-04-13  Yao Qi  <yao@codesourcery.com>
8060
8061         * ctf.c (_initialize_ctf): Include "completer.h".
8062         Call add_target_with_completer instead of add_target.
8063
8064 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8065
8066         Fix GDB regression related to PR binutils/14813.
8067         * jit.c (mem_bfd_iovec_close): Return 0 for success.
8068         * minidebug.c (lzma_close): Add return value comment.
8069         * remote.c (remote_bfd_iovec_close): Return 0 for success.
8070         * solib-spu.c (spu_bfd_iovec_close): Likewise.
8071         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8072
8073 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8074
8075         * config.in: Regenerate.
8076
8077 2013-04-12  Tom Tromey  <tromey@redhat.com>
8078
8079         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8080         const.
8081         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8082         (struct die_reader_specs) <buffer>: Likewise.
8083         (die_reader_func_ftype): Make 'info_ptr' const.
8084         (struct line_header) <include_dirs, statement_program_start,
8085         statement_program_end>: Now const.
8086         (struct file_entry) <name>: Likewise.
8087         (struct partial_die_info) <sibling>: Likewise.
8088         (struct dwarf_block) <data>: Likewise.
8089         (dwarf2_read_section): Remove cast.
8090         (dwarf2_get_section_info): Make 'bufp' const.
8091         (read_index_from_section): Constify.
8092         (dw2_get_file_names_reader): Make 'info_ptr' const.
8093         (dw2_get_primary_filename_reader): Likewise.
8094         (read_comp_unit_head): Make 'info_ptr' and return type const.
8095         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8096         Likewise.
8097         (read_abbrev_offset): Constify.
8098         (dwarf2_create_include_psymtab): Make 'name' const.
8099         (create_debug_types_hash_table): Update.
8100         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8101         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8102         Constify.
8103         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8104         (load_partial_comp_unit_reader): Make 'info_ptr' const.
8105         (read_comp_units_from_section): Constify.
8106         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8107         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8108         const.
8109         (dwarf2_compute_name, setup_type_unit_groups): Constify.
8110         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8111         (create_dwp_hash_table, dwarf2_ranges_read)
8112         (dwarf2_record_block_ranges): Constify.
8113         (read_die_and_children, read_die_and_siblings_1)
8114         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8115         const.
8116         (read_full_die_1, read_full_die): Make 'info_ptr' const.
8117         (abbrev_table_read_table): Constify.
8118         (load_partial_dies): Make 'info_ptr' const.
8119         (read_partial_die, read_attribute_value, read_attribute): Make
8120         'info_ptr' and return type const.
8121         (read_address, read_initial_length)
8122         (read_checked_initial_length_and_offset, read_offset)
8123         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8124         const.
8125         (read_direct_string): Make 'buf' and return type const.
8126         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8127         (read_indirect_string): Make return type const.
8128         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8129         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8130         'info_ptr' const.
8131         (read_str_index): Make return type const.
8132         (add_include_dir): Make 'include_dir' const.
8133         (add_file_name): Make 'name' const.
8134         (dwarf_decode_line_header): Constify.
8135         (psymtab_include_file_name): Make return type const.
8136         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8137         (dwarf2_start_subfile): Make 'filename' const.
8138         (dwarf2_const_value_attr): Make 'bytes' const.
8139         (read_signatured_type_reader): Make 'info_ptr' const.
8140         (decode_locdesc): Constify.
8141         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8142         const.
8143         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8144         'mac_end', and return type const.
8145         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8146         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8147         type const.
8148         (per_cu_header_read_in): Constify.
8149         * symfile.h (dwarf2_get_section_info): Update.
8150
8151 2013-04-12  Tom Tromey  <tromey@redhat.com>
8152
8153         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8154
8155 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
8156
8157         * NEWS: Mention "show configuration", --configuration.
8158         * top.c (print_gdb_configuration): New function, displays the
8159         details about GDB configure-time parameters.
8160         (print_gdb_version): Mention "show configuration".
8161         * cli/cli-cmds.c (show_configuration): New function.
8162         (_initialize_cli_cmds): Add the "show configuration" command.
8163         * main.c (captured_main) <print_configuration>: New static var.
8164         <long_options>: Use it.
8165         If --configuration was given, call print_gdb_configuration.
8166
8167 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8168             Pedro Alves  <palves@redhat.com>
8169
8170         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8171         (generated_files): Add gcore.
8172         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8173         HAVE_NATIVE_GCORE_HOST.
8174         (gcore): New.
8175         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8176         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8177         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8178         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8179         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8180         Add HAVE_NATIVE_GCORE_HOST.
8181         * configure: Regenerate.
8182         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8183         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
8184         AC_CONFIG_FILES for gcore.
8185         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
8186         gdb_have_gcore.
8187         * gdb_gcore.sh: Rename to ...
8188         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
8189         and GCORE_TRANSFORM_NAME substitutions.
8190
8191         Fix parsing tabs in ${gdb_target_obs}.
8192         * configure.tgt (gdb_have_gcore): Replace case with for and if.
8193
8194 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8195
8196         * remote.c (unpush_and_perror): Add output message final dot.
8197
8198 2013-04-11  Yao Qi  <yao@codesourcery.com>
8199
8200         * tracepoint.c (tfile_interp_line): Fit parameters line and
8201         utpp in one line.
8202
8203 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
8204
8205         * solib.c (solib_map_sections): Remove code overwriting
8206         SO->SO_NAME with the bfd's filename.
8207
8208 2013-04-10  Pedro Alves  <palves@redhat.com>
8209
8210         * cli/cli-decode.c (integer_unlimited_completer): New function.
8211         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8212         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8213         completer.
8214         * cli/cli-setshow.c: Include "cli/cli-utils.h".
8215         (is_unlimited_literal): New function.
8216         (do_set_command): Handle literal "unlimited" arguments.
8217         * frame.c (_initialize_frame) <set backtrace limit>: Document
8218         "unlimited".
8219         * printcmd.c (_initialize_printcmd) <set print
8220         max-symbolic-offset>: Add help text.
8221         * record-full.c (_initialize_record_full) <set record full
8222         insn-number-max>: Likewise.
8223         * record.c (_initialize_record) <set record
8224         instruction-history-size, set record function-call-history-size>:
8225         Add help text.
8226         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8227         help text.
8228         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8229         Likewise.
8230         * source.c (_initialize_source) <set listsize>: Add help text.
8231         * utils.c (initialize_utils) <set height, set width>: Likewise.
8232         <set pagination>: Mention "set height unlimited".
8233         * valprint.c (_initialize_valprint) <set print elements, set print
8234         repeats>: Document "unlimited".
8235
8236 2013-04-10  Pedro Alves  <palves@redhat.com>
8237
8238         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8239         instead of disconnect_tracing.
8240         * infcmd.c (detach_command, disconnect_command): Call
8241         query_if_trace_running.  Adjust.
8242         * top.c: Include "tracepoint.h".
8243         (quit_target): Delete.  Contents moved ...
8244         (quit_force): ... here.  Wrap each stage of teardown in
8245         TRY_CATCH.  Call disconnect_tracing before detaching.
8246
8247 2013-04-10  Hui Zhu  <hui@codesourcery.com>
8248             Yao Qi  <yao@codesourcery.com>
8249
8250         * configure.ac: Check libbabeltrace is installed.
8251         * config.in: Regenerate.
8252         * configure: Regenerate.
8253         * Makefile.in (LIBBABELTRACE): New.
8254         (CLIBS): Add LIBBABELTRACE.
8255         * ctf.c: Include "exec.h".
8256         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8257         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8258         (ctf_save_metadata_header): Define new type aliases in
8259         metadata.
8260         (ctf_write_header): Define event type "tsv_def" and "tp_def"
8261         in metadata.  Start a new faked packet for trace status.
8262         (ctf_write_status): Write trace status to CTF.
8263         (ctf_write_uploaded_tsv): Write TSV to CTF.
8264         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8265         (ctf_write_definition_end): End the faked packet.
8266
8267         (ctx, ctf_iter, trace_dirname): New.
8268         (start_pos): New variable.
8269         (ctf_destroy, ctf_open_dir, ctf_open): New.
8270         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8271         macros.
8272         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8273         (ctf_fetch_registers, ctf_xfer_partial): New.
8274         (ctf_get_trace_state_variable_value): New.
8275         (ctf_get_tpnum_from_frame_event): New.
8276         (ctf_get_traceframe_address): New.
8277         (ctf_trace_find, ctf_has_stack): New.
8278         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8279         (ctf_get_trace_status, ctf_read_status): New.
8280         (_initialize_ctf): New.
8281         * tracepoint.c (get_tracepoint_number): New
8282         (get_uploaded_tsv): Remove 'static'.
8283         (struct traceframe_info, trace_regblock_size): Move it to ...
8284         * tracepoint.h: ... here.
8285         (get_tracepoint_number): Declare it.
8286         (get_uploaded_tsv): Declare it.
8287
8288         * NEWS: Mention new configure option.
8289
8290 2013-04-10  Pedro Alves  <palves@redhat.com>
8291             Hui Zhu  <hui@codesourcery.com>
8292
8293         * breakpoint.c (dprintf_re_set): New.
8294         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8295         to dprintf_re_set.
8296
8297 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8298
8299         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8300         Remove solib-svr4.o from the list.
8301
8302 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8303
8304         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8305         Use gdb_assert_not_reached instead of invalid boolean expression.
8306
8307 2013-04-09  Pedro Alves  <palves@redhat.com>
8308
8309         * remote.c (unpush_and_perror): New function.
8310         (readchar, remote_serial_write): Use it.
8311
8312 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
8313
8314         * NEWS: Mention new btrace RSP packets.
8315
8316 2013-04-08  Tom Tromey  <tromey@redhat.com>
8317
8318         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8319         long.
8320
8321 2013-04-08  Tom Tromey  <tromey@redhat.com>
8322
8323         * maint.c (print_bfd_section_info): Print the section index.
8324         * symmisc.c (dump_msymbols): Print the section index.
8325
8326 2013-04-08  Tom Tromey  <tromey@redhat.com>
8327
8328         PR symtab/8424:
8329         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8330         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8331         * breakpoint.c (resolve_sal_pc): Update.
8332         * elfread.c (elf_gnu_ifunc_record_cache): Update.
8333         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8334         (minsym_lookup_iterator_cb): Use it.
8335         (default_read_var_value): Update.
8336         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8337         Update.
8338         * infcmd.c (jump_command): Update.
8339         * linespec.c (minsym_found): Update.
8340         * maint.c (maintenance_translate_address): Update.
8341         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8342         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8343         * parse.c (write_exp_msymbol): Update.
8344         * printcmd.c (address_info): Update.
8345         * psymtab.c (find_pc_sect_psymbol): Update.
8346         (fixup_psymbol_section): Check SYMBOL_SECTION, not
8347         SYMBOL_OBJ_SECTION.
8348         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8349         Don't initialize SYMBOL_OBJ_SECTION.
8350         * spu-tdep.c (spu_catch_start): Update.
8351         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8352         * symmisc.c (dump_msymbols, print_symbol): Update.
8353         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
8354         how fallback section is computed.
8355         (fixup_symbol_section): Update.
8356         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8357         Update.
8358         (allocate_symbol, initialize_symbol, allocate_template_symbol):
8359         Initialize SYMBOL_SECTION.
8360         * symtab.h (struct general_symbol_info) <section>: Update comment.
8361         <obj_section>: Remove.
8362         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
8363         (SYMBOL_OBJFILE): New macro.
8364
8365 2013-04-08  Tom Tromey  <tromey@redhat.com>
8366
8367         * coffread.c (record_minimal_symbol): Update.
8368         * dbxread.c (record_minimal_symbol): Update.
8369         * elfread.c (record_minimal_symbol): Update.
8370         * machoread.c (macho_symtab_add_minsym): Update.
8371         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8372         Update.
8373         * minsyms.c (prim_record_minimal_symbol): Update.
8374         (prim_record_minimal_symbol_full): Remove 'bfd_section'
8375         argument.
8376         (prim_record_minimal_symbol_and_info): Likewise.
8377         * minsyms.h (prim_record_minimal_symbol_full)
8378         (prim_record_minimal_symbol_and_info): Update.
8379         * symtab.c (allocate_symbol, initialize_symbol)
8380         (allocate_template_symbol): Initialize SYMBOL_SECTION.
8381         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8382         Update.
8383
8384 2013-04-08  Tom Tromey  <tromey@redhat.com>
8385
8386         PR symtab/8423:
8387         * solib-som.c (som_solib_section_offsets): Use BFD section
8388         indices.  Set offsets for all sections.
8389         * somread.c (som_symtab_read): Compute BFD section for
8390         symbol.  Use prim_record_minimal_symbol_and_info.
8391         (som_symfile_read): Fix comment.
8392         (struct find_section_offset_arg): New.
8393         (find_section_offset, set_section_index): New functions.
8394         (som_symfile_offsets): Use set_section_index to compute
8395         section indices.
8396
8397 2013-04-08  Tom Tromey  <tromey@redhat.com>
8398
8399         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8400         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8401         gdb_bfd_section_index.
8402         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8403         New functions.
8404         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8405         Declare.
8406         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8407         Update.
8408         * objfiles.c (add_to_objfile_sections_full): New function.
8409         (add_to_objfile_sections): Use it.
8410         (build_section_table): Rewrite.
8411         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
8412         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8413         (struct objfile) <sections>: Update comment.
8414         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8415         is NULL.
8416         (ALL_OBJSECTIONS): Use it.
8417         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8418         * solib-frv.c (frv_relocate_main_executable): Update.
8419         * solib-target.c (solib_target_relocate_section_addresses):
8420         Use gdb_bfd_section_index.
8421         * symfile.c (build_section_addr_info_from_section_table):
8422         Use gdb_bfd_section_index.
8423         (build_section_addr_info_from_bfd, place_section): Likewise.
8424         * symtab.c (fixup_section): Update.
8425         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8426
8427 2013-04-08  Tom Tromey  <tromey@redhat.com>
8428
8429         * minsyms.h (struct bound_minimal_symbol): New.
8430         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8431         Remove objfile argument.
8432         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8433         Return bound_minimal_symbol.
8434         * minsyms.c (lookup_minimal_symbol_by_pc_1)
8435         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8436         Return bound_minimal_symbol.
8437         (in_gnu_ifunc_stub): Update.
8438         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8439         Remove 'objfile_p' argument.
8440         (lookup_solib_trampoline_symbol_by_pc): Update.
8441         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8442         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8443         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8444         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8445         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8446         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8447         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8448         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8449         stack.c, symtab.c, tui/tui-disasm.c: Update.
8450
8451 2013-04-08  Tom Tromey  <tromey@redhat.com>
8452
8453         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8454         Use symbol's obstack, not an objfile.
8455         * coffread.c (process_coff_symbol): Update.
8456         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8457         * jv-lang.c (add_class_symbol): Update.
8458         * mdebugread.c (new_symbol): Update.
8459         * minsyms.c (prim_record_minimal_symbol_full)
8460         (terminate_minimal_symbol_table): Update.
8461         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
8462         * stabsread.c (define_symbol, read_enum_type): Update.
8463         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8464         Handle Ada specially.
8465         (symbol_set_language): Add 'obstack' argument.
8466         (symbol_set_names): Update.
8467         (symbol_natural_name, symbol_demangled_name): Always use
8468         ada_decode_symbol.
8469         * symtab.h (struct general_symbol_info)
8470         <language_specific::obstack>: New field.
8471         <ada_mangled>: New field.
8472         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8473         (symbol_set_language): Update.
8474
8475 2013-04-08  Tom Tromey  <tromey@redhat.com>
8476
8477         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8478         Take an obstack, not an objfile.
8479         (symbol_set_names): Update.
8480         * symtab.h (symbol_set_demangled_name): Update.
8481
8482 2013-04-08  Tom Tromey  <tromey@redhat.com>
8483
8484         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8485         allocate_symbol.
8486         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8487         (read_func_scope): Call allocate_template_symbol.
8488         (new_symbol_full): Call allocate_symbol.
8489         * jit.c (finalize_symtab): Call allocate_symbol.
8490         * jv-lang.c (add_class_symbol): Call allocate_symbol.
8491         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8492         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8493         (common_block_end): Call allocate_symbol.
8494         * symtab.c (allocate_symbol, initialize_symbol)
8495         (allocate_template_symbol): New functions.
8496         * symtab.c (allocate_symbol, initialize_symbol)
8497         (allocate_template_symbol): Declare.
8498         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8499
8500 2013-04-08  Pedro Alves  <palves@redhat.com>
8501             Keith Seitz  <keiths@redhat.com>
8502
8503         * breakpoint.c (create_breakpoint): Rename
8504         "parse_condition_and_thread" parameter to "parse_arg".  Update
8505         describing comment.  If !PARSE_ARG, then error out if ARG is not
8506         the empty string after extracting the location.
8507         * breakpoint.h (create_breakpoint): Rename
8508         "parse_condition_and_thread" parameter to "parse_arg".
8509
8510 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
8511
8512         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8513
8514 2013-04-07  Yao Qi  <yao@codesourcery.com>
8515
8516         * remote.c (remote_trace_find): Change type of parameters 'addr1'
8517         and 'addr2' to CORE_ADDR.
8518         * target.c (update_current_target): Update.
8519         * target.h (struct target_ops) <to_trace_find>: Change parameter
8520         type to CORE_ADDR.
8521         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8522         'addr2' to CORE_ADDR.
8523         (tfile_trace_find): Likewise.
8524         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8525         Change local variable 'addr' to type CORE_ADDR.
8526         * tracepoint.h (tfind_1): Update declaration.
8527
8528 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
8529
8530         * windows-nat.c (windows_get_absolute_argv0): Move from here...
8531         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8532         Include main.h.
8533
8534         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8535         here...
8536         * main.h (windows_get_absolute_argv0): ...to here.
8537
8538 2013-04-05  Doug Evans  <dje@google.com>
8539
8540         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8541         (read_cutu_die_from_dwo): Add comments.
8542         (read_structure_type): Update comment.
8543         (read_enumeration_type, read_namespace_type): Update comment.
8544         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8545
8546 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8547
8548         Convert man pages to texinfo, new gdbinit.5 texinfo page.
8549         * Makefile.in (gdb.z): Remove.
8550         (install-only): Remove $(man1dir) and gdb.1 installation.
8551         * gdb.1: Remove.
8552
8553 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8554
8555         Fix compatibility with Linux kernel 3.8.3.
8556         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8557         to more inner block.  Remove parsing of NUMBER from outer block.
8558         Parse NUMBER only if KEYWORD has been identified.
8559
8560 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8561
8562         Fix variable name shadowing.
8563         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8564         filename to mapsfilename and update its uses.
8565
8566 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
8567
8568         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8569         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8570         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8571         details of the problem.
8572
8573 2013-04-04  Pedro Alves  <palves@redhat.com>
8574             Hui Zhu  <hui@codesourcery.com>
8575
8576         * breakpoint.c (validate_commands_for_breakpoint): If validating a
8577         tracepoint, reset its STEP_COUNT and call validate_actionline.
8578
8579 2013-04-03  Doug Evans  <dje@google.com>
8580
8581         * dwarf2read.c (read_die_and_siblings_1): Renamed from
8582         read_die_and_siblings.
8583         (read_die_and_siblings): New function.
8584         (read_cutu_die_from_dwo): Dump die if requested.
8585         (read_die_and_children): Call read_full_die_1 and
8586         read_die_and_siblings_1.
8587         (read_full_die): Dump die if requested.
8588
8589         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8590
8591         * dwarf2read.c (struct dwo_file): New member comp_dir.
8592         Rename member name to dwo_name.  All uses updated.
8593         (hash_dwo_file): Include comp_dir in computation.
8594         (eq_dwo_file): Ditto.
8595         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
8596         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8597
8598         * psymtab.c (read_psymtabs_with_fullname): Don't call
8599         psymtab_to_fullname if the basenames are different.
8600
8601 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8602
8603         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8604         New entry about "fullname" presence.
8605
8606 2013-04-03  Pedro Alves  <palves@redhat.com>
8607
8608         * NEWS: Mention x86_64/Cygwin as new native configuration.
8609
8610 2013-04-02  Doug Evans  <dje@google.com>
8611
8612         * dwarf2read.c (read_structure_type): Fix typo in comment.
8613
8614 2013-04-02  Pedro Alves  <palves@redhat.com>
8615
8616         * NEWS: Mention "set/show debug aarch64", "set/show debug
8617         coff-pe-read" and "set/show debug mach-o".
8618
8619 2013-04-02  Pedro Alves  <palves@redhat.com>
8620
8621         * NEWS: Mention "set/show remote trace-buffer-size-packet".
8622
8623 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
8624
8625         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8626         gdb_string.h is now in common/.
8627
8628 2013-04-02  Pedro Alves  <palves@redhat.com>
8629
8630         * NEWS: Move "set debug notification" and "set trace-buffer-size"
8631         under "New options".
8632
8633 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8634
8635         Revert this patch:
8636         PR gdb/15275
8637         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8638
8639 2013-04-02  Pedro Alves  <palves@redhat.com>
8640
8641         PR gdb/15275
8642
8643         * remote.c (send_interrupt_sequence): Use remote_serial_write.
8644         (remote_serial_write): New function.
8645         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
8646
8647 2013-04-01  Jiong Wang  <jiwang@tilera.com>
8648
8649         * NEWS: Mention TILE-Gx in "New native configurations" and
8650         "New targets" sections.
8651
8652 2013-04-01  Doug Evans  <dje@google.com>
8653
8654         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
8655         (process_enumeration_scope): Simplify.
8656
8657         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
8658         type_unit_group ...
8659         (struct signatured_type): ... to here.
8660         (sig_type_ptr): New typedef.
8661         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
8662         out of union 't'.  All uses updated.
8663         (dw2_get_file_names_reader): Assert not called for a type unit.
8664         (dw2_get_file_names): Assert not called for a type unit or type
8665         unit group.
8666         (build_type_psymtabs_reader): Assert called for a type unit.
8667         (build_type_psymtab_dependencies): Assert called for a type unit group.
8668
8669         * dwarf2read.c (free_dwo_file): Add comment.
8670         (dwarf2_per_objfile_free): Unref dwp bfd.
8671
8672 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
8673
8674         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
8675         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
8676         (read_pe_exported_syms): Remove unused 'exportix'.
8677         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
8678         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
8679         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
8680
8681 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
8682
8683         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
8684         (print_it_watchpoint): Remove unused 'bl'.
8685         (say_where): Remove unused 'uiout'.
8686         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
8687         (bkpt_breakpoint_hit): Remove unused 'b'.
8688         (internal_bkpt_print_it): Remove unused 'uiout'.
8689         * buildsym.c (augment_type_symtab): Remove unused 'i'.
8690
8691 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
8692
8693         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
8694         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
8695
8696 2013-03-29  Doug Evans  <dje@google.com>
8697
8698         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
8699         Delete arg is_dwp.  All callers updated.
8700         (open_dwp_file): New function.
8701         (open_and_init_dwp_file): Call it.
8702         (get_dwp_file): New function.
8703         (lookup_dwo_cutu): Call it.
8704
8705         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
8706         unnecessary, cleanup.
8707
8708         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
8709
8710         * dwarf2read.c (read_cutu_die_from_dwo): New function.
8711         (lookup_dwo_unit): New function.
8712         (init_cutu_and_read_dies): Move DWO handling to new functions.
8713
8714         * dwarf2read.c (struct signatured_type): Tweak comment.
8715         (struct dwo_unit): Tweak comment.
8716         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
8717         (create_dwo_debug_info_hash_table): Tweak comment.
8718         (dwarf2_per_cu_offset_and_type): Tweak comment.
8719
8720         * dwarf2read.c (lookup_signatured_type): Remove complaint about
8721         missing .debug_types section.
8722
8723 2013-03-29  Yao Qi  <yao@codesourcery.com>
8724
8725         * corelow.c: Include "completer.h".
8726         (_initialize_corelow): Call add_target_with_completer with
8727         argument 'filename_completer'.
8728         * tracepoint.c: Likewise.
8729         * exec.c (_initialize_exec): Likewise.
8730         * target.c (add_target): Rename to ...
8731         (add_target_with_completer): ... this.  Call set_cmd_completer
8732         if parameter completer is not NULL.
8733         (add_target): New.
8734         * target.h: Include "command.h".
8735         (add_target_with_completer): Declare it.
8736
8737 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
8738
8739         * coffread.c (is_import_fixup_symbol): New function.
8740         (record_minimal_symbol): Use is_import_fixup_symbol to
8741         detect import fixup symbols, and discard them.
8742
8743 2013-03-28  Doug Evans  <dje@google.com>
8744
8745         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8746         types hash table until we know we need it.
8747
8748         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8749         index numbers.
8750
8751         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8752         All callers updated.
8753         (dw2_print_stats): Print #read CUs too.
8754         (dump_die_shallow): Print signatured types better.
8755
8756         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8757         info_or_types_section to section.  All uses updated.
8758         (struct dwo_unit): Ditto.
8759
8760 2013-03-28  Pedro Alves  <palves@redhat.com>
8761
8762         * NEWS (New options): New section.
8763         (New options): Mention set/show remote trace-status-packet.
8764         * remote.c (PACKET_qTStatus): New enumeration value.
8765         (remote_get_trace_status): Skip sending qTStatus if the packet is
8766         disabled.  Use packet_ok.
8767         (_initialize_remote): Register a configuration command for
8768         qTStatus packet.
8769
8770 2013-03-28  Doug Evans  <dje@google.com>
8771
8772         * symfile.c (find_separate_debug_file): Add comment.
8773         (terminate_after_last_dir_separator): Tweak comment.
8774
8775         * dwarf2read.c (create_partial_symtab): Add forward decl.
8776         (create_partial_symtab): Move to be closer to other psymtab functions.
8777         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8778
8779         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8780         (compute_symtab_includes): Remove unnecessary forward declaration.
8781         (die_needs_namespace): Add comment marking group of functions for
8782         dwarf2 name computation.
8783
8784         * typeprint.c (_initialize_typeprint): Improve type help text.
8785
8786         * python/python.c (finish_python_initialization): Provide suggestion
8787         for how to tell gdb to find its python files.
8788
8789 2013-03-28  Pedro Alves  <palves@redhat.com>
8790
8791         PR gdb/15294
8792
8793         * source.c (_initialize_source): Change back "set listsize" to an
8794         integer command.
8795
8796 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
8797
8798         PR gdb/15275
8799         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8800
8801 2013-03-27  Pedro Alves  <palves@redhat.com>
8802
8803         * top.c (history_size): Rename to ...
8804         (history_size_setshow_var): ... this.  Add comment.
8805         (show_commands): Use readline's 'history_length' instead of
8806         computing the history length by calling history_get in a loop.
8807         (set_history_size_command): Error out for sizes over INT_MAX.
8808         Restore previous history size on invalid size.
8809         (init_history): If HISTSIZE is negative, leave the history size as
8810         zero.  Add comments.
8811         (init_main): Adjust.
8812
8813 2013-03-27  Pedro Alves  <palves@redhat.com>
8814
8815         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8816         coff_pe_read" command to "set debug coff-pe-read".
8817
8818 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
8819
8820         * record.c (command_size_to_target_size): Fix size comparison.
8821         Change parameter type from pointer to integer to integer.
8822         Update all users.
8823
8824 2013-03-27  Pierre Muller  <muller@sourceware.org>
8825
8826         * windows-nat.c (handle_output_debug_string): Avoid typecast
8827         from integer of different size warning.
8828
8829 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
8830
8831         * windows-nat.c (handle_output_debug_string): Add empty line
8832         after local block variable definition.
8833
8834 2013-03-26  Pedro Alves  <palves@redhat.com>
8835
8836         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8837         (net_open): Make 'polls' local unsigned.
8838
8839 2013-03-26  Pedro Alves  <palves@redhat.com>
8840
8841         * remote.c (_initialize_remote): Make "set remoteaddresssize"
8842         a zuinteger command instead of uinteger.
8843
8844 2013-03-26  Pedro Alves  <palves@redhat.com>
8845
8846         * record-full.c (record_full_insn_num): Make it unsigned.
8847         (record_full_check_insn_num, record_full_message)
8848         (record_full_registers_change, record_full_xfer_partial): Remove
8849         record_full_insn_max_num check (it's always != 0).
8850         (record_full_info, record_full_restore): Use %u as format string.
8851         (): Use %u as format string.
8852         (set_record_full_insn_max_num): Remove record_full_insn_max_num
8853         check (it's always != 0).
8854
8855 2013-03-26  Pedro Alves  <palves@redhat.com>
8856
8857         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8858         and "set dcache size" commands zuinteger instead of uinteger.
8859
8860 2013-03-26  Pedro Alves  <palves@redhat.com>
8861
8862         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8863         command zuinteger instead of uinteger.
8864
8865 2013-03-26  Pedro Alves  <palves@redhat.com>
8866
8867         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
8868         zuinteger instead of uinteger.
8869
8870 2013-03-26  Pedro Alves  <palves@redhat.com>
8871
8872         * record.c (record_insn_history_size_setshow_var)
8873         (record_call_history_size_setshow_var): New globals.
8874         (command_size_to_target_size): New function.
8875         (cmd_record_insn_history, cmd_record_call_history): Use
8876         command_size_to_target_size instead of cast.
8877         (validate_history_size, set_record_insn_history_size)
8878         (set_record_call_history_size): New functions.
8879         (_initialize_record): Install set_record_insn_history_size and
8880         set_record_call_history_size as "set" hooks of "set record
8881         instruction-history-size" and "set record
8882         function-call-history-size".
8883
8884 2013-03-26  Pedro Alves  <palves@redhat.com>
8885
8886         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
8887         use with history_max_entries use.  Remove FIXME note.
8888
8889 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
8890
8891         * record-btrace.c (record_btrace_close): Call
8892         record_btrace_auto_disable.
8893
8894 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
8895
8896         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
8897
8898 2013-03-25  Doug Evans  <dje@google.com>
8899
8900         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
8901
8902 2013-03-25  Tom Tromey  <tromey@redhat.com>
8903
8904         PR symtab/11462:
8905         * c-exp.y (exp): Add new productions for destructors after '.' and
8906         '->'.
8907         (write_destructor_name): New function.
8908
8909 2013-03-25  Tom Tromey  <tromey@redhat.com>
8910
8911         PR c++/9197:
8912         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8913         value_struct_elt, not lookup_struct_elt_type.
8914         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8915         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8916         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8917
8918 2013-03-25  Yao Qi  <yao@codesourcery.com>
8919
8920         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8921         instead of '_mkdir'.
8922
8923 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
8924
8925         * windows-nat.c (windows_get_absolute_argv0): New function.
8926         * windows-nat.h: Add its prototype.
8927
8928         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8929         Use IS_DIR_SEPARATOR instead of looking for a character inside
8930         SLASH_STRING.  Include filenames.h.
8931         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8932         relocate_gdb_directory works when passed gdb_program_name.
8933         Include windows-nat.h.
8934
8935 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8936
8937         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8938         * remote.c (trace_error): Remove the special handling of '2'.
8939         (readchar) <SERIAL_EOF>
8940         (readchar) <SERIAL_ERROR>
8941         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8942         (remote_get_trace_status): Call throw_exception if EX is
8943         TARGET_CLOSE_ERROR.
8944         * utils.c (perror_with_name): Rename to ...
8945         (throw_perror_with_name): ... here.  New parameter errcode, describe it
8946         in the function comment.
8947         (perror_with_name): New function wrapper.
8948         * utils.h (enum errors): New stub declaration.
8949         (throw_perror_with_name): New declaration.
8950
8951 2013-03-22  Pedro Alves  <palves@redhat.com>
8952             Yao Qi  <yao@codesourcery.com>
8953             Mark Kettenis  <kettenis@gnu.org>
8954
8955         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8956         Don't let the user set the value to UINT_MAX directly.
8957         <var_integer>: Don't let the user set the value to INT_MAX
8958         directly.
8959
8960 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8961
8962         * remote.c (remote_unpush_target): New function.
8963         (remote_open_1): Remove two pop_target calls, update one comment, add
8964         comment to target_preopen call.  Replace pop_target call by
8965         remote_unpush_target call.
8966         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8967         pop_target calls by remote_unpush_target calls.
8968
8969 2013-03-22  Pedro Alves  <palves@redhat.com>
8970
8971         * linux-nat.c (linux_child_follow_fork): Don't call
8972         linux_enable_event_reporting.
8973         (linux_handle_extended_wait): Don't call
8974         linux_enable_event_reporting.
8975
8976 2013-03-22  Pedro Alves  <palves@redhat.com>
8977
8978         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8979         use it to rewrite the trampoline buffers with type gdb_byte[], and
8980         undefine the macro.  Remove char* cast.
8981
8982 2013-03-21  Doug Evans  <dje@google.com>
8983
8984         New commands "mt set per-command {space,time,symtab} {on,off}".
8985         * NEWS: Add entry.
8986         * event-top.c: #include "maint.h".
8987         * main.c: #include "maint.h".
8988         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8989         timeval-utils.h, maint.h, cli/cli-setshow.h.
8990         (per_command_time, per_command_space): New static globals.
8991         (per_command_symtab): New static global.
8992         (per_command_setlist, per_command_showlist): New static globals.
8993         (struct cmd_stats): Move here from utils.c.
8994         (set_per_command_time): Renamed from set_display_time in utils.c
8995         and moved here.  All callers updated.
8996         (set_per_command_space): Renamed from set_display_space in utils.c
8997         and moved here.  All callers updated.
8998         (count_symtabs_and_blocks): New function.
8999         (report_command_stats): Moved here from utils.c.  Add support for
9000         printing symtab stats.  Only print data if enabled before command
9001         executed.
9002         (make_command_stats_cleanup): Ditto.
9003         (sert_per_command_cmd, show_per_command_cmd): New functions.
9004         (_initialize_maint_cmds): Add new commands
9005         mt set per-command {space,time,symtab} {on,off}.
9006         * maint.h: New file.
9007         * top.c: #include "maint.h".
9008         * utils.c (reset_prompt_for_continue_wait_time): New function.
9009         (get_prompt_for_continue_wait_time): New function.
9010         * utils.h (reset_prompt_for_continue_wait_time): Declare
9011         (get_prompt_for_continue_wait_time): Declare.
9012         (make_command_stats_cleanup): Moved to maint.h.
9013         (set_display_time, set_display_space): Moved to maint.h and renamed
9014         to set_per_command_time, set_per_command_space.
9015         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9016         parse_binary_operation and made non-static.  Don't call error,
9017         just return an error marker.  All callers updated.
9018         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9019
9020 2013-03-21  Tom Tromey  <tromey@redhat.com>
9021
9022         * symfile.c (alloc_section_addr_info): Update header.  Don't set
9023         'num_sections' field.
9024         (build_section_addr_info_from_section_table): Set 'num_sections'.
9025         (build_section_addr_info_from_bfd): Likewise.
9026         (build_section_addr_info_from_objfile): Remove dead loop
9027         condition.
9028         (free_section_addr_info): Unconditionally call xfree.
9029         (relative_addr_info_to_section_offsets, addrs_section_sort)
9030         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9031         condition.
9032         (syms_from_objfile_1): Remove dead 'if' condition.  Check
9033         'num_sections'.
9034         (add_symbol_file_command): Set 'num_sections'.
9035         * symfile-mem.c (symbol_file_add_from_memory): Set
9036         'num_sections'.
9037         * somread.c (som_symfile_offsets): Remove dead loop condition.
9038         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9039         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9040
9041 2013-03-21  Tom Tromey  <tromey@redhat.com>
9042
9043         * tracepoint.h (decode_agent_options): Add 'trace_string'
9044         argument.
9045         * tracepoint.c (decode_agent_options): Add 'trace_string'
9046         argument.
9047         (validate_actionline): Update.
9048         (collect_symbol): Add 'trace_string' argument.
9049         (struct add_local_symbols_data) <trace_string>: New field.
9050         (do_collect_symbol): Update.
9051         (add_local_symbols): Add 'trace_string' argument.
9052         (encode_actions_1): Update.
9053         (trace_dump_actions): Update.
9054         * dwarf2loc.c (access_memory): Update.
9055         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9056         * ax-general.c (new_agent_expr): Update.
9057         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9058         (gen_trace_for_return_address): Add argument.
9059         (trace_kludge, trace_string_kludge): Remove.
9060         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9061         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9062         (gen_trace_for_var): Add 'trace_string' argument.
9063         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9064         (gen_printf, agent_eval_command_one): Update.
9065
9066 2013-03-21  Tom Tromey  <tromey@redhat.com>
9067
9068         PR exp/15109:
9069         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9070         Handle FILENAME token.
9071
9072 2013-03-21  Tom Tromey  <tromey@redhat.com>
9073
9074         * c-exp.y (YYPRINT): Define.
9075         (c_print_token): New function.
9076
9077 2013-03-21  Tom Tromey  <tromey@redhat.com>
9078
9079         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9080
9081 2013-03-21  Yao Qi  <yao@codesourcery.com>
9082
9083         * ctf.c: Include "gdb_stat.h".
9084         [USE_WIN32API]: New macro 'mkdir'.
9085         (ctf_start): Use permission bits macros if they are defined.
9086
9087 2013-03-20  Keith Seitz  <keiths@redhat.com>
9088
9089         * breakpoint.h (struct breakpoint): Add comment to
9090         extra_string indicating that this member is mallod'd.
9091         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9092
9093 2013-03-20  Pedro Alves  <palves@redhat.com>
9094
9095         PR gdb/15289
9096
9097         * cli/cli-setshow.c (do_set_command)
9098         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9099         the result of parsing the command argument.  Throw error if the
9100         value is greater than UINT_MAX.  Print the invalid value with
9101         plongest.
9102         <var_integer, var_zinteger>: Use LONGEST for variable holding the
9103         result of parsing the command argument.  Throw error if the value
9104         is greater than INT_MAX, not greater or equal.  Also throw error
9105         if the value is less than INT_MIN.  Print the invalid value with
9106         plongest.
9107         <var_zuinteger_unlimited>: Throw error if the value is greater
9108         than INT_MAX, not greater or equal.
9109         (do_show_command) <var_integer, var_zinteger,
9110         var_zuinteger_unlimited>: Use %d for printing int, not %u.
9111
9112 2013-03-20  Tom Tromey  <tromey@redhat.com>
9113
9114         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9115         if possible.
9116         * dwarf2read.c (read_func_scope): Remove old FIXME.
9117         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9118         not LOC_COMPUTED.
9119         * findvar.c (symbol_read_needs_frame, default_read_var_value):
9120         Unconditionally call via computed ops, if possible.
9121         * printcmd.c (address_info): Unconditionally call via computed ops,
9122         if possible.
9123         * stack.c (read_frame_arg): Unconditionally call via computed ops,
9124         if possible.
9125         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9126         * tracepoint.c (scope_info): Unconditionally call via computed ops,
9127         if possible.
9128
9129 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9130             Tom Tromey  <tromey@redhat.com>
9131
9132         PR symtab/8421:
9133         * coffread.c (coff_register_index): New global.
9134         (process_coff_symbol, coff_read_enum_type): Set
9135         SYMBOL_ACLASS_INDEX.
9136         (_initialize_coffread): Initialize new global.
9137         * dwarf2loc.c (locexpr_find_frame_base_location)
9138         (dwarf2_block_frame_base_locexpr_funcs)
9139         (loclist_find_frame_base_location)
9140         (dwarf2_block_frame_base_loclist_funcs): New.
9141         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9142         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9143         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9144         (dwarf2_block_frame_base_loclist_funcs): New.
9145         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9146         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9147         globals.
9148         (read_func_scope): Update.
9149         (fixup_go_packaging, mark_common_block_symbol_computed)
9150         (var_decode_location, new_symbol_full, dwarf2_const_value):
9151         Set SYMBOL_ACLASS_INDEX.
9152         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
9153         (_initialize_dwarf2_read): Initialize new globals.
9154         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9155         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9156         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9157         globals.
9158         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9159         (_initialize_mdebugread): Initialize new globals.
9160         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9161         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9162         (stab_register_index, stab_regparm_index): New globals.
9163         (define_symbol, read_enum_type, common_block_end): Set
9164         SYMBOL_ACLASS_INDEX.
9165         (_initialize_stabsread): Initialize new globals.
9166         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9167         globals.
9168         (MAX_SYMBOL_IMPLS): New define.
9169         (register_symbol_computed_impl, register_symbol_block_impl)
9170         (register_symbol_register_impl)
9171         (initialize_ordinary_address_classes): New functions.
9172         (_initialize_symtab): Call initialize_ordinary_address_classes.
9173         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9174         (struct symbol_impl): New.
9175         (SYMBOL_ACLASS_BITS): New define.
9176         (struct symbol) <aclass, ops>: Remove fields.
9177         <aclass_index>: New field.
9178         (symbol_impls): Declare.
9179         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9180         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9181         (register_symbol_computed_impl, register_symbol_block_impl)
9182         (register_symbol_register_impl): Declare.
9183         (struct symbol_computed_ops): Add location_has_loclist.
9184         (struct symbol_block_ops): New.
9185         (SYMBOL_BLOCK_OPS): New.
9186         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9187
9188 2013-03-20  Tom Tromey  <tromey@redhat.com>
9189
9190         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9191         (print_partial_symbols, recursively_search_psymtabs): Use
9192         PSYMBOL_CLASS.
9193
9194 2013-03-20  Pierre Muller  <muller@sourceware.org>
9195
9196         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9197         addtion, subtraction, multiplication and division binary operator.
9198
9199 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9200
9201         Code cleanup.
9202         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9203         * bsd-kvm.c (bsd_kvm_close): Likewise.
9204         * bsd-uthread.c (bsd_uthread_close): Likewise.
9205         * corelow.c (core_close): Likewise.
9206         (core_close_cleanup): Remove parameter quitting from a caller.
9207         * event-top.c (async_disconnect): Likewise.
9208         * exec.c (exec_close_1): Remove parameter quitting.
9209         * go32-nat.c (go32_close): Likewise.
9210         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
9211         parameter quitting from a caller.
9212         * mips-linux-nat.c (super_close): Remove parameter quitting from the
9213         variable.
9214         (mips_linux_close): Remove parameter quitting.  Remove parameter
9215         quitting from a caller.
9216         * monitor.c (monitor_close): Remove parameter quitting.
9217         * monitor.h (monitor_close): Likewise.
9218         * record-btrace.c (record_btrace_close): Likewise.
9219         * record-full.c (record_full_close): Likewise.
9220         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9221         it also from fprintf_unfiltered.
9222         * remote-mips.c (mips_close): Remove parameter quitting.
9223         (mips_detach): Remove parameter quitting from a caller.
9224         * remote-sim.c (gdbsim_close): Remove parameter quitting.
9225         (gdbsim_close): Remove duplicate function comment.  Remove parameter
9226         quitting and remove it also from printf_filtered.
9227         * remote.c (remote_close): Remove parameter quitting.
9228         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9229         * target.c (update_current_target): Remove parameter int from to_close
9230         de_fault.
9231         (push_target, unpush_target, pop_target): Remove parameter quitting from
9232         a caller.
9233         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9234         Remove parameter quitting from a caller.
9235         (target_preopen): Remove parameter quitting from a caller.
9236         (target_close): Remove parameter quitting.  Remove parameter quitting
9237         from a caller two times.  Remove parameter quitting also from
9238         fprintf_unfiltered.
9239         * target.h (struct target_ops): Remove parameter quitting and as int
9240         from fields to_xclose and to_close.
9241         (extern struct target_ops current_target):
9242         (target_close, pop_all_targets): Remove parameter quitting.  Update the
9243         comment.
9244         (pop_all_targets_above): Remove parameter quitting.
9245         * top.c (quit_target): Remove parameter quitting from a caller.
9246         * tracepoint.c (tfile_close): Remove parameter quitting.
9247         * windows-nat.c (windows_close): Remove parameter quitting.
9248
9249 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
9250
9251         * windows-nat.c (handle_output_debug_string): Replace call
9252         to string_to_core_addr with call to strtoull.
9253
9254 2013-03-20  Yao Qi  <yao@codesourcery.com>
9255
9256         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9257         and write it to CTF metadata.
9258
9259 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
9260
9261         * windows-nat.c (handle_output_debug_string): Change type of n to
9262         SIZE_T to avoid crash on 64 bit systems.
9263
9264 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
9265
9266         * python/python-internal.h (HAVE_SNPRINTF)
9267         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9268         about redefinition of snprintf by pyerrors.h.
9269
9270 2013-03-15  Steve Ellcey  <sellcey@mips.com>
9271
9272         * remote-sim.c (sim_command_completer): Make char arguments const.
9273
9274 2013-03-15  Tom Tromey  <tromey@redhat.com>
9275
9276         PR c++/15116:
9277         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9278
9279 2013-03-14  Tom Tromey  <tromey@redhat.com>
9280
9281         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9282         New fields.
9283         (get_file_crc): Move from symfile.c.
9284         (gdb_bfd_crc): New function.
9285         * gdb_bfd.h (gdb_bfd_crc): Declare.
9286         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9287         * symfile.c (get_file_crc): Move to gdb_bfd.c.
9288         (separate_debug_file_exists): Use gdb_bfd_crc.
9289
9290 2013-03-14  Tom Tromey  <tromey@redhat.com>
9291
9292         * symfile.c (get_debug_link_info): Remove.
9293         (find_separate_debug_file_by_debuglink): Use
9294         bfd_get_debug_link_info.
9295
9296 2013-03-14  Tom Tromey  <tromey@redhat.com>
9297
9298         * symtab.c (error_in_psymtab_expansion): New function.
9299         (lookup_symbol_aux_quick)
9300         (basic_lookup_transparent_type_quick): Remove "last resort"
9301         code.  Use error_in_psymtab_expansion.
9302
9303 2013-03-14  Doug Evans  <dje@google.com>
9304             Jan Kratochvil  <jan.kratochvil@redhat.com>
9305
9306         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9307         any successful compare_filenames_for_search or FILENAME_CMP.
9308         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9309         * symtab.c (iterate_over_some_symtabs): Likewise.
9310
9311 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9312
9313         * source.c (print_source_lines_base): Make a local copy of
9314         symtab_to_fullname.
9315
9316 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
9317             Jan Kratochvil  <jan.kratochvil@redhat.com>
9318
9319         * source.c (print_source_lines_base): Suppress "file" for TUI.
9320
9321 2013-03-14  Keith Seitz  <keiths@redhat.com>
9322             Alan Matsuoka  <alanm@redhat.com>
9323
9324         PR c++/15203
9325         PR c++/15210
9326         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9327         TYPE_CODE_METHOD.
9328         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9329         symbols.
9330
9331 2013-03-14  Yao Qi  <yao@codesourcery.com>
9332
9333         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9334         status to tfile if trace is stopped by command 'tstop'.
9335
9336 2013-03-14  Yao Qi  <yao@codesourcery.com>
9337
9338         * tracepoint.c (tfile_write_status): Write trace notes and user
9339         name into tfile if they are not NULL.
9340
9341 2013-03-14  Hui Zhu  <hui@codesourcery.com>
9342             Yao Qi  <yao@codesourcery.com>
9343
9344         * Makefile.in (REMOTE_OBS): Add ctf.o.
9345         (SFILES): Add ctf.c.
9346         (HFILES_NO_SRCDIR): Add ctf.h.
9347         * ctf.c, ctf.h: New files.
9348         * tracepoint.c: Include 'ctf.h'.
9349         (collect_pseudocommand): Remove static.
9350         (trace_save_command): Parse option "-ctf".
9351         Produce different trace file writers per option.
9352         Adjust output message.
9353         (trace_save_tfile, trace_save_ctf): New.
9354         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9355         * mi/mi-main.c: Include 'ctf.h'.
9356         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
9357         trace_save_tfile or trace_save_ctf.
9358         * NEWS: Mention these changes.
9359
9360 2013-03-14  Yao Qi  <yao@codesourcery.com>
9361
9362         * tracepoint.c (trace_file_writer_xfree): New.
9363         (struct tfile_writer_data): New.
9364         (tfile_dtor, tfile_can_target_save, tfile_start): New.
9365         (tfile_write_header, tfile_write_regblock_type): New.
9366         (tfile_write_status, tfile_write_uploaded_tsv): New.
9367         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9368         (tfile_write_raw_data, (tfile_end): New.
9369         (tfile_write_ops): New global variable.
9370         (TRACE_WRITE_R_BLOCK): New macro.
9371         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9372         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9373         (TRACE_WRITE_V_BLOCK): New macro.
9374         (trace_save): Add extra one parameter WRITER.  Make it static.
9375         Use WRITER to writer trace.
9376         (tfile_trace_file_writer_new): New.
9377         (trace_save_command): Caller update.
9378         (trace_save_tfile): Write trace data in TFILE format.
9379         * tracepoint.h (struct trace_frame_write_ops): New.
9380         (struct trace_file_write_ops): New.
9381         (struct trace_file_writer): New.
9382         (trace_save): Remove its declaration.
9383         (trace_save_tfile): Declare it.
9384         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9385         instead of trace_save.
9386
9387 2013-03-13  Pedro Alves  <palves@redhat.com>
9388
9389         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9390
9391 2013-03-13  Pedro Alves  <palves@redhat.com>
9392
9393         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9394         commented out code.
9395         * demangle.c (current_demangling_style_string): Make it const.
9396         (set_demangling_command): Assert the demangling style is known.
9397         Remove all handling of unknown styles.  Set
9398         'current_demangling_style_string' to an element of the
9399         demangling_style_names array.
9400         (set_demangling_style): Delete.
9401         (_initialize_demangler): Set current_demangling_style_string to the
9402         element of the demangling_style_names array that corresponds to
9403         the default demangling style.  Remove FIXME note.  Don't call
9404         set_demangling_style.
9405         * gdb-demangle.h (set_demangling_style): Remove declaration.
9406
9407 2013-03-13  Pedro Alves  <palves@redhat.com>
9408
9409         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9410         fields const.
9411         (ada_make_symbol_completion_list): Make "text0" parameter const.
9412         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9413         * breakpoint.c (condition_completer): Make "text" and "word"
9414         parameters const.  Adjust.
9415         (check_tracepoint_command): Adjust to validate_actionline
9416         prototype change.
9417         (catch_syscall_completer): Make "text" and "word" parameters
9418         const.
9419         * cli/cli-cmds.c (show_user): Make "comname" local const.
9420         (valid_command_p): Make "command" parameter const.
9421         (alias_command): Make "alias_prefix" and "command_prefix" locals
9422         const.
9423         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9424         (add_alias_cmd): Make "name" and "oldname" parameters const.
9425         Adjust.  No longer make copy of OLDNAME.
9426         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9427         (add_setshow_cmd_full, add_setshow_enum_cmd)
9428         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9429         (add_setshow_filename_cmd, add_setshow_string_cmd)
9430         (add_setshow_string_noescape_cmd)
9431         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9432         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9433         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9434         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9435         Make "name" parameter const.
9436         (help_cmd): Rename "command" parameter to "arg".  New const local
9437         "command".
9438         (find_cmd): Make "command" parameter const.
9439         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
9440         deprecated_cmd_warning prototype change.
9441         (undef_cmd_error): Make "cmdtype" parameter const.
9442         (lookup_cmd): Make "line" parameter const.
9443         (deprecated_cmd_warning): Change type of "text" parameter to
9444         pointer to const char, from pointer to pointer to char.  Adjust.
9445         (lookup_cmd_composition): Make "text" parameter const.
9446         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9447         parameters const.
9448         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9449         const.
9450         * cli/cli-script.c (validate_comname): Make "tem" local const.
9451         (define_command): New const local "tem_c".  Use it in calls to
9452         lookup_cmd.
9453         (document_command): Make "tem" and "comfull" locals const.
9454         (show_user_1): Make "prefix" and "name" parameters const.
9455         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9456         const.
9457         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9458         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9459         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9460         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9461         (complete_on_enum, add_setshow_enum_cmd)
9462         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9463         (add_setshow_filename_cmd, add_setshow_string_cmd)
9464         (add_setshow_string_noescape_cmd)
9465         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9466         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9467         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9468         Change prototypes, constifying strings.
9469         * completer.c (noop_completer, filename_completer): Make "text"
9470         and "prefix" parameters const.
9471         (location_completer, expression_completer)
9472         (complete_line_internal): Make "text" and "prefix" parameters
9473         const and adjust.
9474         (command_completer, signal_completer): Make "text" and "prefix"
9475         parameters const.
9476         * completer.h (noop_completer, filename_completer)
9477         (expression_completer, location_completer, command_completer)
9478         (signal_completer): Change prototypes.
9479         * corefile.c (complete_set_gnutarget): Make "text" and "word"
9480         parameters const.
9481         * cp-abi.c (cp_abi_completer): Likewise.
9482         * expression.h (parse_expression_for_completion): Change
9483         prototype.
9484         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9485         parameters const.
9486         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9487         * infrun.c (handle_completer): Make "text" and "word" parameters
9488         const.
9489         * interps.c (interpreter_completer): Make "text" and "word"
9490         parameters const.
9491         * language.h (struct language_defn)
9492         <la_make_symbol_completion_list>: Make "text" and "word"
9493         parameters const.
9494         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9495         (parse_exp_in_context): Rename to ...
9496         (parse_exp_in_context_1): ... this.
9497         (parse_exp_in_context): Reimplement, with const hack from
9498         parse_exp_1.
9499         (parse_expression_for_completion): Make "string" parameter const.
9500         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9501         to pointer to const char.  Adjust.
9502         (print_command_1): Make "exp" parameter const.
9503         (output_command): Rename to ...
9504         (output_command_const): ... this.  Make "exp" parameter const.
9505         (output_command): Reimplement.
9506         (x_command): Adjust.
9507         (display_command): Rename "exp" parameter to "arg".  New "exp"
9508         local, const version of "arg".
9509         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9510         "cmd_name" local const.
9511         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9512         call.
9513         (cmdpy_completer): Make "text" and "word" parameters const.
9514         (gdbpy_parse_command_name): Make "prefix_text2" local const.
9515         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9516         const.
9517         * remote.c (_initialize_remote): Make "cmd_name" local const.
9518         * symtab.c (language_search_unquoted_string): Make "text" and "p"
9519         parameters const.  Adjust.
9520         (completion_list_add_fields): Make "sym_text", "text" and "word"
9521         parameters const.
9522         (struct add_name_data) <sym_text, text, word>: Make fields const.
9523         (default_make_symbol_completion_list_break_on): Make "text" and
9524         "word" parameters const.  Adjust locals.
9525         (default_make_symbol_completion_list)
9526         (make_symbol_completion_list, make_symbol_completion_type)
9527         (make_symbol_completion_list_fn): Make "text" and "word"
9528         parameters const.
9529         (make_file_symbol_completion_list): Make "text", "word" and
9530         "srcfile" parameters const.  Adjust locals.
9531         (add_filename_to_list): Make "text" and "word" parameters const.
9532         (struct add_partial_filename_data) <text, word>: Make fields
9533         const.
9534         (make_source_files_completion_list): Make "text" and "word"
9535         parameters const.
9536         * symtab.h (default_make_symbol_completion_list_break_on)
9537         (default_make_symbol_completion_list, make_symbol_completion_list)
9538         (make_symbol_completion_type enum type_code)
9539         (make_symbol_completion_list_fn make_file_symbol_completion_list)
9540         (make_source_files_completion_list): Change prototype.
9541         * top.c (execute_command): Adjust to pass pointer to pointer to
9542         const char to lookup_cmd, and to deprecated_cmd_warning prototype
9543         change.
9544         (set_verbose): Make "cmdname" local const.
9545         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9546         and adjust.
9547         (validate_actionline): Make "line" parameter a pointer to const
9548         char, and adjust.
9549         (encode_actions_1): Make "action_exp" local const, and adjust.
9550         (encode_actions): Adjust.
9551         (replace_comma): Delete.
9552         (trace_dump_actions): Make "action_exp" and "next_comma" locals
9553         const, and adjust.  Don't frob the action string while splitting
9554         it at commas.  Instead, make a copy of each split substring in
9555         turn.
9556         (trace_dump_command): Adjust to validate_actionline prototype
9557         change.
9558         * tracepoint.h (decode_agent_options, decode_agent_options)
9559         (encode_actions, validate_actionline): Change prototypes.
9560         * valprint.h (output_command): Delete declaration.
9561         (output_command_const): Declare.
9562         * value.c (function_destroyer): Cast const away in xfree call.
9563
9564 2013-03-13  Pedro Alves  <palves@redhat.com>
9565
9566         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9567         rather than casting 'const char * const *' to 'const char **'.
9568         * ada-lex.l (processInt): Make "trailer" local const.  Remove
9569         'const char **' cast.
9570         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9571         locals, and use those as strtol output pointer, instead than doing
9572         invalid casts to from 'const char **' to 'char **'.
9573         (_initialize_demangle): Remove cast.
9574         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9575         locals, and use those as strtol output pointer, instead than doing
9576         invalid casts to from 'const char **' to 'char **'.
9577         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9578         casts.
9579         * stap-probe.c (stap_parse_register_operand)
9580         (stap_parse_single_operand): Likewise.
9581
9582 2013-03-13  Yao Qi  <yao@codesourcery.com>
9583
9584         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9585         the last matched 'V' blcok in trace frame.
9586
9587 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
9588
9589         * NEWS: Create a new section for the next release branch.
9590         Rename the section of the current branch, now that it has
9591         been cut.
9592
9593 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
9594
9595         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9596         * version.in: Bump version to 7.6.50.20130312-cvs.
9597
9598 2013-03-12  Keith Seitz  <keiths@redhat.com>
9599
9600         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9601         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9602         Remove temporary copy of input string.
9603         (mi_execute_command_wrapper): Make "cmd" const.
9604         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9605         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9606         Use const strings.
9607         (mi_parse): Make "cmd" const.
9608         Use const strings.
9609         * mi/mi-parse.h (mi_parse): Make "cmd" const.
9610
9611 2013-03-12  Keith Seitz  <keiths@redhat.com>
9612
9613         * ada-lang.c (ada_read_renaming_var_value): Pass const
9614         pointer to expression string to parse_exp_1.
9615         (create_excep_cond_exprs): Likewise.
9616         * ax-gdb.c (agent_eval_command_one): Likewise.
9617         (maint_agent_printf_command): Likewise.
9618         Constify much of the string handling/parsing.
9619         * breakpoint.c (set_breakpoint_condition): Pass const
9620         pointer to expression string to parse_exp_1.
9621         (update_watchpoint): Likewise.
9622         (parse_cmd_to_aexpr): Constify string handling.
9623         Pass const pointer to parse_exp_1.
9624         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9625         (find_condition_and_thread): Likewise.
9626         Make TOK const.
9627         (watch_command_1): Make "arg" const.
9628         Constify string handling.
9629         Copy the expression string instead of changing the input
9630         string.
9631         (update_breakpoint_location): Pass const pointer to
9632         parse_exp_1.
9633         * eval.c (parse_and_eval_address): Make "exp" const.
9634         (parse_to_comma_and_eval): Make "expp" const.
9635         (parse_and_eval): Make "exp" const.
9636         * expression.h (parse_expression): Make argument const.
9637         (parse_exp_1): Make first argument const.
9638         * findcmd.c (parse_find_args): Treat "args" as const.
9639         * linespec.c (parse_linespec): Pass const pointer to
9640         linespec_expression_to_pc.
9641         (linespec_expression_to_pc): Make "exp_ptr" const.
9642         * parse.c (parse_exp_1): Make "stringptr" const.
9643         Make a copy of the expression to pass to parse_exp_in_context until
9644         this whole interface can be constified.
9645         (parse_expression): Make "string" const.
9646         * printcmd.c (ui_printf): Treat "arg" as const.
9647         Handle const strings.
9648         * tracepoint.c (validate_actionline): Pass const pointer to
9649         all calls to parse_exp_1.
9650         (encode_actions_1): Likewise.
9651         * value.h (parse_to_comma_and_eval): Make argument const.
9652         (parse_and_eval_address): Likewise.
9653         (parse_and_eval): Likewise.
9654         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
9655         (varobj_set_value): Likewise.
9656         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
9657         constify string handling.
9658         Pass const pointers to parse_and_eval_address and
9659         parse_to_comman_and_eval.
9660         * cli/cli-utils.c (skip_to_space): Rename to ...
9661         (skip_to_space_const): ... this. Handle const strings.
9662         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
9663         skip_to_space_const.
9664         (skip_to_space_const): Declare.
9665         * common/format.c (parse_format_string): Make "arg" const.
9666         Handle const strings.
9667         * common/format.h (parse_format_string): Make "arg" const.
9668         * gdbserver/ax.c (ax_printf): Make "format" const.
9669         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
9670         of the expression string.
9671
9672 2013-03-12  Hui Zhu  <hui@codesourcery.com>
9673
9674         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
9675
9676 2013-03-12  Yao Qi  <yao@codesourcery.com>
9677             Hui Zhu  <hui@codesourcery.com>
9678
9679         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
9680         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
9681         DW_OP_deref_size.
9682
9683 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
9684
9685         * ada-lex.l (rules): Only recognize 'thread' as a
9686         delimiter when followed by numerals, as for c-exp.y.
9687         Use new rewind_to_char function to rewind the input for
9688         expression-delimiting tokens.
9689         (rewind_to_char): New function.
9690
9691 2013-03-11  Pedro Alves  <palves@redhat.com>
9692             Jan Kratochvil  <jan.kratochvil@redhat.com>
9693
9694         * configure: Regenerate.
9695         * configure.ac (check dynamic export flag): Link python test with
9696         $PYTHON_LIBS.
9697
9698 2013-03-11  Doug Evans  <dje@google.com>
9699             Keith Seitz  <keiths@redhat.com>
9700
9701         * linespec.c (find_linespec_symbols): Call find_function_symbols
9702         first, and then call lookup_prefix_sym/find_method.
9703
9704 2013-03-11  Pedro Alves  <palves@redhat.com>
9705
9706         * charset.c (convert_between_encodings): Don't cast between
9707         different pointer to pointer types.  Instead, make the 'inp' local
9708         be of the type iconv expects.
9709         (wchar_iterate): Don't cast between different pointer to pointer
9710         types.  Instead, use new pointer local of the type iconv expects.
9711         * target.c (target_read_stralloc, target_fileio_read_stralloc):
9712         Add new local of type char pointer, and use it to get a
9713         char/string view of the byte buffer, instead of casting between
9714         pointer to pointer types.
9715
9716 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
9717
9718         * remote.c (remote_set_trace_buffer_size): Move != operator
9719         to the start of next line to fix an ARI warning.
9720
9721 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9722
9723         * NEWS: Add record changes.
9724
9725 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9726
9727         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9728         the instruction history disassembly.
9729         * disasm.c (dump_insns): Omit the pc prefix, if requested.
9730         * disasm.h (DISASSEMBLY_OMIT_PC): New.
9731
9732 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9733
9734         * Makefile.in (SFILES): Add record-btrace.c
9735         (COMMON_OBS): Add record-btrace.o
9736         * record-btrace.c: New.
9737         * objfiles.c: Include btrace.h.
9738         (free_objfile): call btrace_free_objfile.
9739
9740 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9741
9742         * target.c (target_call_history, target_call_history_from,
9743         target_call_history_range): New.
9744         * target.h (target_ops) <to_call_history, to_call_history_from,
9745         to_call_history_range>: New fields.
9746         (target_call_history, target_call_history_from,
9747         target_call_history_range): New declaration.
9748         * record.c (get_call_history_modifiers, cmd_record_call_history,
9749         record_call_history_size): New.
9750         (_initialize_record): Add the "record function-call-history" command.
9751         Add "set/show record function-call-history-size" commands.
9752         * record.h (record_print_flag): New.
9753
9754 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9755
9756         * target.h (target_ops) <to_insn_history, to_insn_history_from,
9757         to_insn_history_range>: New fields.
9758         (target_insn_history): New.
9759         (target_insn_history_from): New.
9760         (target_insn_history_range): New.
9761         * target.c (target_insn_history): New.
9762         (target_insn_history_from): New.
9763         (target_insn_history_range): New.
9764         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9765         (record_insn_history_size): New.
9766         (get_insn_number): New.
9767         (get_context_size): New.
9768         (no_chunk): New.
9769         (get_insn_history_modifiers): New.
9770         (cmd_record_insn_history): New.
9771         (_initialize_record): Add "set/show record instruction-history-size"
9772         command. Add "record instruction-history" command.
9773
9774 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9775
9776         * record.h (record_disconnect): New.
9777         (record_detach): New.
9778         (record_mourn_inferior): New.
9779         (record_kill): New.
9780         * record-full.c (record_disconnect, record_detach,
9781         record_mourn_inferior, record_kill): Move to...
9782         * record.c: ...here.
9783         (DEBUG): New.
9784         (record_stop): New.
9785         (record_unpush): New.
9786         (cmd_record_stop): Call record_stop. Replace unpush_target
9787         call with record_unpush call.
9788         (record_disconnect, record_detach): Assert that the target
9789         is of record stratum. Call record_unpush, record_stop, and
9790         DEBUG.
9791         (record_mourn_inferior, record_kill): Assert that the target
9792         is of record stratum. Call record_unpush and DEBUG.
9793
9794 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9795
9796         * record-full.h, record-full.c (record_memory_query): Rename
9797         to ...
9798         (record_full_memory_query): ...this. Update all users.
9799         (record_arch_list_add_reg): Rename to ...
9800         (record_full_arch_list_add_reg): ...this. Update all users.
9801         (record_arch_list_add_mem): Rename to ...
9802         (record_full_arch_list_add_mem): ...this. Update all users.
9803         (record_arch_list_add_end): Rename to ...
9804         (record_full_arch_list_add_end): ...this. Update all users.
9805         (record_gdb_operation_disable_set): Rename to ...
9806         (record_full_gdb_operation_disable_set): ...this.
9807         Update all users.
9808
9809 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9810
9811         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9812         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9813         (RECORD_IS_REPLAY): Renamed to ...
9814         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9815         (RECORD_FILE_MAGIC): Renamed to ...
9816         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9817         (record_mem_entry): Renamed to ...
9818         (record_full_mem_entry): ... this. Updated all users.
9819         (record_reg_entry): Renamed to ...
9820         (record_full_reg_entry): ... this. Updated all users.
9821         (record_end_entry): Renamed to ...
9822         (record_full_end_entry): ... this. Updated all users.
9823         (record_type) <record_end, record_reg, record_mem>: Renamed
9824         to ...
9825         (record_full_type) <record_full_end, record_full_reg,
9826         record_full_mem>: ... this. Updated all users.
9827         (record_entry): Renamed to ...
9828         (record_full_entry): ... this. Updated all users.
9829         (record_core_buf_entry): Renamed to ...
9830         (record_full_core_buf_entry): ... this. Updated all users.
9831         (record_core_regbuf): Renamed to ...
9832         (record_full_core_regbuf): ... this. Updated all users.
9833         (record_core_start): Renamed to ...
9834         (record_full_core_start): ... this. Updated all users.
9835         (record_core_end): Renamed to ...
9836         (record_full_core_end): ... this. Updated all users.
9837         (record_core_buf_list): Renamed to ...
9838         (record_full_core_buf_list): ... this. Updated all users.
9839         (record_first): Renamed to ...
9840         (record_full_first): ... this. Updated all users.
9841         (record_list): Renamed to ...
9842         (record_full_list): ... this. Updated all users.
9843         (record_arch_list_head): Renamed to ...
9844         (record_full_arch_list_head): ... this. Updated all users.
9845         (record_arch_list_tail): Renamed to ...
9846         (record_full_arch_list_tail): ... this. Updated all users.
9847         (record_stop_at_limit): Renamed to ...
9848         (record_full_stop_at_limit): ... this. Updated all users.
9849         (record_insn_max_num): Renamed to ...
9850         (record_full_insn_max_num): ... this. Updated all users.
9851         (record_insn_num): Renamed to ...
9852         (record_full_insn_num): ... this. Updated all users.
9853         (record_insn_count): Renamed to ...
9854         (record_full_insn_count): ... this. Updated all users.
9855         (record_ops): Renamed to ...
9856         (record_full_ops): ... this. Updated all users.
9857         (record_core_ops): Renamed to ...
9858         (record_full_core_ops): ... this. Updated all users.
9859         (set_record_cmdlist): Renamed to ...
9860         (set_record_full_cmdlist): ... this. Updated all users.
9861         (show_record_cmdlist): Renamed to ...
9862         (show_record_full_cmdlist): ... this. Updated all users.
9863         (record_cmdlist): Renamed to ...
9864         (record_full_cmdlist): ... this. Updated all users.
9865         (record_beneath_to_resume_ops): Renamed to ...
9866         (record_full_beneath_to_resume_ops): ... this. Updated all users.
9867         (record_beneath_to_resume): Renamed to ...
9868         (record_full_beneath_to_resume): ... this. Updated all users.
9869         (record_beneath_to_wait_ops): Renamed to ...
9870         (record_full_beneath_to_wait_ops): ... this. Updated all users.
9871         (record_beneath_to_wait): Renamed to ...
9872         (record_full_beneath_to_wait): ... this. Updated all users.
9873         (record_beneath_to_store_registers_ops): Renamed to ...
9874         (record_full_beneath_to_store_registers_ops): ... this.
9875         Updated all users.
9876         (record_beneath_to_store_registers): Renamed to ...
9877         (record_full_beneath_to_store_registers): ... this.
9878         Updated all users.
9879         (record_beneath_to_xfer_partial_ops): Renamed to ...
9880         (record_full_beneath_to_xfer_partial_ops): ... this.
9881         Updated all users.
9882         (record_beneath_to_xfer_partial): Renamed to ...
9883         (record_full_beneath_to_xfer_partial): ... this.
9884         Updated all users.
9885         (record_beneath_to_insert_breakpoint): Renamed to ...
9886         (record_full_beneath_to_insert_breakpoint): ... this.
9887         Updated all users.
9888         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
9889         (record_full_beneath_to_stopped_by_watchpoint): ... this.
9890         Updated all users.
9891         (record_beneath_to_stopped_data_address): Renamed to ...
9892         (record_full_beneath_to_stopped_data_address): ... this.
9893         Updated all users.
9894         (record_beneath_to_async): Renamed to ...
9895         (record_full_beneath_to_async): ... this. Updated all users.
9896         (record_goto_insn): Renamed to ...
9897         (record_full_goto_insn): ... this. Updated all users.
9898         (record_save): Renamed to ...
9899         (record_full_save): ... this. Updated all users.
9900         (record_reg_alloc): Renamed to ...
9901         (record_full_reg_alloc): ... this. Updated all users.
9902         (record_reg_release): Renamed to ...
9903         (record_full_reg_release): ... this. Updated all users.
9904         (record_mem_alloc): Renamed to ...
9905         (record_full_mem_alloc): ... this. Updated all users.
9906         (record_mem_release): Renamed to ...
9907         (record_full_mem_release): ... this. Updated all users.
9908         (record_end_alloc): Renamed to ...
9909         (record_full_end_alloc): ... this. Updated all users.
9910         (record_end_release): Renamed to ...
9911         (record_full_end_release): ... this. Updated all users.
9912         (record_entry_release): Renamed to ...
9913         (record_full_entry_release): ... this. Updated all users.
9914         (record_list_release): Renamed to ...
9915         (record_full_list_release): ... this. Updated all users.
9916         (record_list_release_following): Renamed to ...
9917         (record_full_list_release_following): ... this.
9918         Updated all users.
9919         (record_list_release_first): Renamed to ...
9920         (record_full_list_release_first): ... this. Updated all users.
9921         (record_arch_list_add): Renamed to ...
9922         (record_full_arch_list_add): ... this. Updated all users.
9923         (record_get_loc): Renamed to ...
9924         (record_full_get_loc): ... this. Updated all users.
9925         (record_check_insn_num): Renamed to ...
9926         (record_full_check_insn_num): ... this. Updated all users.
9927         (record_arch_list_cleanups): Renamed to ...
9928         (record_full_arch_list_cleanups): ... this. Updated all users.
9929         (record_message): Renamed to ...
9930         (record_full_message): ... this. Updated all users.
9931         (record_message_wrapper): Renamed to ...
9932         (record_full_message_wrapper): ... this. Updated all users.
9933         (record_message_wrapper_safe): Renamed to ...
9934         (record_full_message_wrapper_safe): ... this. Updated all users.
9935         (record_gdb_operation_disable): Renamed to ...
9936         (record_full_gdb_operation_disable): ... this. Updated all users.
9937         (record_hw_watchpoint): Renamed to ...
9938         (record_full_hw_watchpoint): ... this. Updated all users.
9939         (record_exec_insn): Renamed to ...
9940         (record_full_exec_insn): ... this. Updated all users.
9941         (record_restore): Renamed to ...
9942         (record_full_restore): ... this. Updated all users.
9943         (record_async_inferior_event_token): Renamed to ...
9944         (record_full_async_inferior_event_token): ... this.
9945         Updated all users.
9946         (record_async_inferior_event_handler): Renamed to ...
9947         (record_full_async_inferior_event_handler): ... this.
9948         Updated all users.
9949         (record_core_open_1): Renamed to ...
9950         (record_full_core_open_1): ... this. Updated all users.
9951         (record_open_1): Renamed to ...
9952         (record_full_open_1): ... this. Updated all users.
9953         (record_open): Renamed to ...
9954         (record_full_open): ... this. Updated all users.
9955         (record_close): Renamed to ...
9956         (record_full_close): ... this. Updated all users.
9957         (record_resume_step): Renamed to ...
9958         (record_full_resume_step): ... this. Updated all users.
9959         (record_resumed): Renamed to ...
9960         (record_full_resumed): ... this. Updated all users.
9961         (record_execution_dir): Renamed to ...
9962         (record_full_execution_dir): ... this. Updated all users.
9963         (record_resume): Renamed to ...
9964         (record_full_resume): ... this. Updated all users.
9965         (record_get_sig): Renamed to ...
9966         (record_full_get_sig): ... this. Updated all users.
9967         (record_sig_handler): Renamed to ...
9968         (record_full_sig_handler): ... this. Updated all users.
9969         (record_wait_cleanups): Renamed to ...
9970         (record_full_wait_cleanups): ... this. Updated all users.
9971         (record_wait_1): Renamed to ...
9972         (record_full_wait_1): ... this. Updated all users.
9973         (record_wait): Renamed to ...
9974         (record_full_wait): ... this. Updated all users.
9975         (record_stopped_by_watchpoint): Renamed to ...
9976         (record_full_stopped_by_watchpoint): ... this. Updated all users.
9977         (record_disconnect): Renamed to ...
9978         (record_full_disconnect): ... this. Updated all users.
9979         (record_detach): Renamed to ...
9980         (record_full_detach): ... this. Updated all users.
9981         (record_mourn_inferior): Renamed to ...
9982         (record_full_mourn_inferior): ... this. Updated all users.
9983         (record_kill): Renamed to ...
9984         (record_full_kill): ... this. Updated all users.
9985         (record_stopped_data_address): Renamed to ...
9986         (record_full_stopped_data_address): ... this. Updated all users.
9987         (record_registers_change): Renamed to ...
9988         (record_full_registers_change): ... this. Updated all users.
9989         (record_store_registers): Renamed to ...
9990         (record_full_store_registers): ... this. Updated all users.
9991         (record_xfer_partial): Renamed to ...
9992         (record_full_xfer_partial): ... this. Updated all users.
9993         (record_breakpoint): Renamed to ...
9994         (record_full_breakpoint): ... this. Updated all users.
9995         (record_breakpoint_p): Renamed to ...
9996         (record_full_breakpoint_p): ... this. Updated all users.
9997         (record_breakpoints): Renamed to ...
9998         (record_full_breakpoints): ... this. Updated all users.
9999         (record_sync_record_breakpoints): Renamed to ...
10000         (record_full_sync_record_breakpoints): ... this.
10001         Updated all users.
10002         (record_init_record_breakpoints): Renamed to ...
10003         (record_full_init_record_breakpoints): ... this.
10004         Updated all users.
10005         (record_insert_breakpoint): Renamed to ...
10006         (record_full_insert_breakpoint): ... this. Updated all users.
10007         (record_remove_breakpoint): Renamed to ...
10008         (record_full_remove_breakpoint): ... this. Updated all users.
10009         (record_can_execute_reverse): Renamed to ...
10010         (record_full_can_execute_reverse): ... this. Updated all users.
10011         (record_get_bookmark): Renamed to ...
10012         (record_full_get_bookmark): ... this. Updated all users.
10013         (record_goto_bookmark): Renamed to ...
10014         (record_full_goto_bookmark): ... this. Updated all users.
10015         (record_async): Renamed to ...
10016         (record_full_async): ... this. Updated all users.
10017         (record_can_async_p): Renamed to ...
10018         (record_full_can_async_p): ... this. Updated all users.
10019         (record_is_async_p): Renamed to ...
10020         (record_full_is_async_p): ... this. Updated all users.
10021         (record_execution_direction): Renamed to ...
10022         (record_full_execution_direction): ... this. Updated all users.
10023         (record_info): Renamed to ...
10024         (record_full_info): ... this. Updated all users.
10025         (record_delete): Renamed to ...
10026         (record_full_delete): ... this. Updated all users.
10027         (record_is_replaying): Renamed to ...
10028         (record_full_is_replaying): ... this. Updated all users.
10029         (record_goto_entry): Renamed to ...
10030         (record_full_goto_entry): ... this. Updated all users.
10031         (record_goto_begin): Renamed to ...
10032         (record_full_goto_begin): ... this. Updated all users.
10033         (record_goto_end): Renamed to ...
10034         (record_full_goto_end): ... this. Updated all users.
10035         (record_goto): Renamed to ...
10036         (record_full_goto): ... this. Updated all users.
10037         (init_record_ops): Renamed to ...
10038         (init_record_full_ops): ... this. Updated all users.
10039         (record_core_resume): Renamed to ...
10040         (record_full_core_resume): ... this. Updated all users.
10041         (record_core_kill): Renamed to ...
10042         (record_full_core_kill): ... this. Updated all users.
10043         (record_core_fetch_registers): Renamed to ...
10044         (record_full_core_fetch_registers): ... this. Updated all users.
10045         (record_core_prepare_to_store): Renamed to ...
10046         (record_full_core_prepare_to_store): ... this. Updated all users.
10047         (record_core_store_registers): Renamed to ...
10048         (record_full_core_store_registers): ... this. Updated all users.
10049         (record_core_xfer_partial): Renamed to ...
10050         (record_full_core_xfer_partial): ... this. Updated all users.
10051         (record_core_insert_breakpoint): Renamed to ...
10052         (record_full_core_insert_breakpoint): ... this. Updated all users.
10053         (record_core_remove_breakpoint): Renamed to ...
10054         (record_full_core_remove_breakpoint): ... this. Updated all users.
10055         (record_core_has_execution): Renamed to ...
10056         (record_full_core_has_execution): ... this. Updated all users.
10057         (init_record_core_ops): Renamed to ...
10058         (init_record_full_core_ops): ... this. Updated all users.
10059         (cmd_record_restore): Renamed to ...
10060         (cmd_record_full_restore): ... this. Updated all users.
10061         (record_save_cleanups): Renamed to ...
10062         (record_full_save_cleanups): ... this. Updated all users.
10063         (cmd_record_start): Renamed to ...
10064         (cmd_record_full_start): ... this. Updated all users.
10065         (set_record_insn_max_num): Renamed to ...
10066         (set_record_full_insn_max_num): ... this. Updated all users.
10067         (set_record_command): Renamed to ...
10068         (set_record_full_command): ... this. Updated all users.
10069         (show_record_command): Renamed to ...
10070         (show_record_full_command): ... this. Updated all users.
10071         (_initialize_record): Renamed to ...
10072         (_initialize_record_full): ... this. Updated all users.
10073
10074 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10075
10076         * record.h: Split into this and ...
10077         * record-full.h: ... this.
10078         * record.c: Split into this and ...
10079         * record-full.c: ... this.
10080         * target.h (target_ops): Add new fields to_info_record,
10081         to_save_record, to_delete_record, to_record_is_replaying,
10082         to_goto_record_begin, to_goto_record_end, to_goto_record.
10083         (target_info_record): New.
10084         (target_save_record): New.
10085         (target_supports_delete_record): New.
10086         (target_delete_record): New.
10087         (target_record_is_replaying): New.
10088         (target_goto_record_begin): New.
10089         (target_goto_record_end): New.
10090         (target_goto_record): New.
10091         * target.c (target_info_record): New.
10092         (target_save_record): New.
10093         (target_supports_delete_record): New.
10094         (target_delete_record): New.
10095         (target_record_is_replaying): New.
10096         (target_goto_record_begin): New.
10097         (target_goto_record_end): New.
10098         (target_goto_record): New.
10099         * record.h: Declare struct cmd_list_element.
10100         (record_cmdlist): New declaration.
10101         (set_record_cmdlist): New declaration.
10102         (show_record_cmdlist): New declaration.
10103         (info_record_cmdlist): New declaration.
10104         (cmd_record_goto): New declaration.
10105         * record.c: Remove unnecessary includes.
10106         Include inferior.h.
10107         (cmd_record_goto): Remove declaration.
10108         (record_cmdlist): Now extern. Initialize.
10109         (set_record_cmdlist): Now extern. Initialize.
10110         (show_record_cmdlist): Now extern. Initialize.
10111         (info_record_cmdlist): Now extern. Initialize.
10112         (find_record_target): New.
10113         (require_record_target): New.
10114         (cmd_record_start): Update.
10115         (cmd_record_delete): Remove target-specific code.
10116         Call target_delete_record.
10117         (cmd_record_stop): Unpush any record target.
10118         (set_record_insn_max_num): Move to record-full.c
10119         (set_record_command): Add comment.
10120         (show_record_command): Add comment.
10121         (info_record_command): Update comment.
10122         Remove target-specific code.
10123         Call the record target's to_info_record.
10124         (cmd_record_start): New.
10125         (cmd_record_goto): Now extern.
10126         Remove target-specific code.
10127         Call target_goto_begin,  target_goto_end, or target_goto.
10128         (_initialize_record): Move record target ops initialization to
10129         record-full.c.
10130         Change "record" command help text.
10131         Move "record restore", "record set", and "record show" commands to
10132         record-full.c.
10133         * Makefile.in (SFILES): Add record-full.c.
10134         (HFILES_NO_SRCDIR): Add record-full.h.
10135         (COMMON_OBS): Add record-full.o.
10136         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10137         * arm-tdep.c: Include record-full.h.
10138         * i386-linux-tdep.c: Include record-full.h instead of record.h.
10139         * i386-tdep.c: Include record-full.h.
10140         * infrun.c: Include record-full.h.
10141         * linux-record.c: Include record-full.h.
10142         * moxie-tdep.c: Include record-full.h.
10143         * record-full.c: Include record-full.h.
10144         Change module comment.
10145         (set_record_full_cmdlist): New.
10146         (show_record_full_cmdlist): New.
10147         (record_full_cmdlist): New.
10148         (record_goto_insn): New declaration.
10149         (record_save): New declaration.
10150         (record_check_insn_num): Change query string.
10151         (record_info): New.
10152         (record_delete): New.
10153         (record_is_replaying): New.
10154         (record_goto_entry): New.
10155         (record_goto_begin): New.
10156         (record_goto_end): New.
10157         (record_goto): New.
10158         (init_record_ops): Update.
10159         (init_record_core_ops): Update.
10160         (cmd_record_save): Rename to record_save. Remove target and arg checks.
10161         (cmd_record_start): New.
10162         (set_record_insn_max_num): Moved from record.c
10163         (set_record_full_command): New.
10164         (show_record_full_command): New.
10165         (_initialize_record_full): New.
10166
10167 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10168
10169         * target.h (add_deprecated_target_alias): New.
10170         * target.c (add_deprecated_target_alias): New.
10171
10172 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10173
10174         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10175         and signal.h.
10176         (linux_supports_btrace): Add kernel and
10177         cpuid check.
10178         (kernel_supports_btrace): New function.
10179         (cpu_supports_btrace): New function.
10180         (intel_supports_btrace): New function.
10181
10182 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10183
10184         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10185         * remote.c: Include btrace.h.
10186         (struct btrace_target_info): New struct.
10187         (remote_supports_btrace): New function.
10188         (send_Qbtrace): New function.
10189         (remote_enable_btrace): New function.
10190         (remote_disable_btrace): New function.
10191         (remote_teardown_btrace): New function.
10192         (remote_read_btrace): New function.
10193         (init_remote_ops): Add btrace ops.
10194         (enum <unnamed>): Add btrace packets.
10195         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10196         (_initialize_remote): Add packet configuration for branch tracing.
10197
10198 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10199
10200         * features/btrace.dtd: New file.
10201         * Makefile.in (XMLFILES): Add btrace.dtd.
10202         * btrace.h (parse_xml_btrace): New declaration.
10203         * btrace.c: Include xml-support.h.
10204         (parse_xml_btrace): New function.
10205         (parse_xml_btrace_block): New function.
10206         (block_attributes): New struct.
10207         (btrace_attributes): New struct.
10208         (btrace_children): New struct.
10209         (btrace_elements): New struct.
10210
10211 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10212
10213         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10214         (amd64_linux_enable_btrace): New.
10215         (amd64_linux_disable_btrace): New.
10216         (amd64_linux_teardown_btrace): New.
10217         (_initialize_amd64_linux_nat): Initialize btrace ops.
10218         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10219         (i386_linux_enable_btrace): New.
10220         (i386_linux_disable_btrace): New.
10221         (i386_linux_teardown_btrace): New.
10222         (_initialize_i386_linux_nat): Initialize btrace ops.
10223         * config/i386/linux.mh: Add linux-btrace.o.
10224         * config/i386/linux64.mh: Add linux-btrace.o.
10225
10226 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10227
10228         * common/linux_btrace.h: New file.
10229         * common/linux_btrace.c: New file.
10230         * Makefile.in (SFILES): Add btrace.c.
10231         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10232         (COMMON_OBS): Add btrace.o.
10233         (linux-btrace.o): New rule.
10234
10235 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10236
10237         * target.h: Include btrace.h.
10238         (struct target_ops) <to_supports_btrace, to_enable_btrace,
10239         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10240         * target.c (target_supports_btrace): New function.
10241         (target_enable_btrace): New function.
10242         (target_disable_btrace): New function.
10243         (target_teardown_btrace): New function.
10244         (target_read_btrace): New function.
10245         * btrace.h: New file.
10246         * btrace.c: New file.
10247         * Makefile.in: Add btrace.c.
10248         * gdbthread.h: Include btrace.h.
10249         (struct thread_info): Add btrace field.
10250         * thread.c: Include btrace.h.
10251         (clear_thread_inferior_resources): Call target_teardown_btrace.
10252         * common/btrace-common.h: New file.
10253
10254 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10255
10256         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10257         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10258         kill_status to outer block.
10259
10260 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10261
10262         Fix entry-values if the callee called a noreturn function.
10263         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10264         get_frame_address_in_block.  Add new comment.
10265
10266 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10267
10268         Fix entry-values in C++ across CUs.
10269         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10270         lookup_minimal_symbol.  Add a comment.
10271         * dwarf2read.c
10272         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10273         DW_AT_linkage_name.
10274
10275 2013-03-08  Yao Qi  <yao@codesourcery.com>
10276
10277         * tracepoint.c (_initialize_tracepoint): Indent the code.
10278
10279 2013-03-08  Pedro Alves  <palves@redhat.com>
10280
10281         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10282         (parse_find_args, find_command): Change type of pattern buffer
10283         locals to 'gdb_byte *'.
10284
10285 2013-03-08  Stan Shebs  <stan@codesourcery.com>
10286             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10287
10288         * NEWS: Mention set and show trace-buffer-size commands.
10289         Mention new packet.
10290         * target.h (struct target_ops): New method
10291         to_set_trace_buffer_size.
10292         (target_set_trace_buffer_size): New macro.
10293         * target.c (update_current_target): Set up new method.
10294         * tracepoint.c (trace_buffer_size): New global.
10295         (start_tracing): Send it to the target.
10296         (set_trace_buffer_size): New function.
10297         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10298         * remote.c (remote_set_trace_buffer_size): New function.
10299         (_initialize_remote): Use it.
10300         (QTBuffer:size) New remote command.
10301         (PACKET_QTBuffer_size): New enum.
10302         (remote_protocol_features): Add an entry for
10303         PACKET_QTBuffer_size.
10304
10305 2013-03-08  Tom Tromey  <tromey@redhat.com>
10306
10307         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10308         variable.
10309
10310 2013-03-07  Pedro Alves  <palves@redhat.com>
10311
10312         * target.c (target_read_stralloc, target_fileio_read_alloc):
10313         *Cast pointer to 'gdb_byte *' in target call.
10314
10315 2013-03-07  Pedro Alves  <palves@redhat.com>
10316
10317         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10318         call.
10319
10320 2013-03-07  Keith Seitz  <keiths@redhat.com>
10321
10322         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10323         (trace_pass_command): Likewise.
10324         * cli/cli-cmds.c: Include cli/cli-utils.h.
10325         (source_command): Use skip-spaces.
10326         (disassemble_command): Likewise.
10327         * findcmd.c: Include cli/cli-utils.h.
10328         (parse_find_args): Use skip_spaces.
10329         * go32-nat.c: Include cli/cli-utils.h.
10330         (go32_sldt): Use skip_spaces.
10331         (go32_sgdt): Likewise.
10332         (go32_sidt): Likewise.
10333         (go32_pde): Likewise.
10334         (go32_pte): Likewise.
10335         (go32_pte_for_address): Likewise.
10336         * infcmd.c: Include cli/cli-utils.h.
10337         (registers_info): Use skip_spaces.
10338         * linux-tdep.c (read_mapping): Use skip_spaces_const.
10339         (linux_info_proc): Likewise.
10340         * linux-thread-db.c: Include cli/cli-utils.h.
10341         (info_auto_load_libthread_db): Use skip_spaces_const.
10342         * m32r-rom.c: Include cli/cli-utils.h.
10343         (m32r_upload_command): Use skip_spaces.
10344         * maint.c: Include cli/cli-utils.h.
10345         (maintenance_translate_address): Use skip_spaces.
10346         * mi/mi-parse.c: Include cli/cli-utils.h.
10347         (mi_parse_argv): Use skip_spaces.
10348         (mi_parse): Likewise.
10349         * minsyms.c: Include cli/cli-utils.h.
10350         (msymbol_hash_iw): Use skip_spaces_const.
10351         * objc-lang.c: Include cli/cli-utils.h.
10352         (parse_selector): Use skip_spaces.
10353         (parse_method): Likewise.
10354         * python/python.c: Include cli/cli-utils.h.
10355         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10356         (python_command)[HAVE_PYTHON]: Likewise.
10357         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10358         * remote-m32r-sdi.c: Include cli/cli-utils.h.
10359         (m32r_load): Use skip_spaces.
10360         * serial.c: Include cli/cli-utils.h.
10361         (serial_open): Use skip_spaces_const.
10362         * stack.c: Include cli/cli-utils.h.
10363         (parse_frame_specification_1): Use skip_spaces_const.
10364         * symfile.c: Include cli/cli-utils.h.
10365         (set_ext_lang_command): Use skip_spaces.
10366         * symtab.c: Include cli/cli-utils.h.
10367         (rbreak_command): Use skip_spaces.
10368         * thread.c (thread_name_command): Use skip_spaces.
10369         * tracepoint.c (validate_actionline): Use skip_spaces.
10370         (encode_actions_1): Likewise.
10371         (trace_find_range_command): Likewise.
10372         (trace_find_outside_command): Likewise.
10373         (trace_dump_actions): Likewise.
10374
10375 2013-03-07  Pedro Alves  <palves@redhat.com>
10376
10377         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10378         * expprint.c (print_subexp_standard): Likewise.
10379         * utils.c (host_char_to_target): Likewise.
10380         * valprint.c (generic_emit_char, generic_printstr): Likewise.
10381         * varobj.c (value_get_print_value): Change type of local to char*.
10382         Cast it gdb_byte * in call to language printer.
10383
10384 2013-03-07  Pedro Alves  <palves@redhat.com>
10385
10386         * charset.c (struct wchar_iterator) <input>: Change type to 'const
10387         gdb_byte *'.
10388         (make_wchar_iterator): Remove cast to char*.
10389         (wchar_iterate): Change type of local.
10390
10391 2013-03-07  Pedro Alves  <palves@redhat.com>
10392
10393         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10394         for 'regcache->register_status'.
10395
10396 2013-03-07  Pedro Alves  <palves@redhat.com>
10397
10398         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10399         int.
10400
10401 2013-03-07  Pedro Alves  <palves@redhat.com>
10402
10403         * stap-probe.c (handle_stap_probe): Add cast to char*.
10404
10405 2013-03-07  Pedro Alves  <palves@redhat.com>
10406
10407         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10408         RECORD_MSGRCV>: Pass a signed variable to
10409         regcache_raw_read_signed, instead of an unsigned one.
10410
10411 2013-03-07  Pedro Alves  <palves@redhat.com>
10412
10413         * remote-notif.c (notif_debug): Change type to int.
10414         * remote-notif.h (notif_debug): Likewise.
10415
10416 2013-03-07  Pedro Alves  <palves@redhat.com>
10417
10418         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10419
10420 2013-03-07  Pedro Alves  <palves@redhat.com>
10421
10422         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10423         * remote.h (hex2bin, bin2hex): ... here.
10424         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10425
10426 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
10427
10428         * utils.c (initialize_utils): Improve doc strings of "set/show
10429         width", "set/show height", and "set/show pagination".
10430
10431 2013-03-06  Keith Seitz  <keiths@redhat.com>
10432
10433         * ax-gdb.c (gen_printf): Make FORMAT const.
10434         * ax-gdb.h (gen_printf): Likewise.
10435         * ax-general.c (ax_string): Make STR const.
10436         * ax.h (ax_string): Likewise.
10437
10438 2013-03-06  Doug Evans  <dje@google.com>
10439
10440         * elfread.c (elf_symfile_read): Move debugging printf to more
10441         logical location.
10442
10443 2013-03-06  Pedro Alves  <palves@redhat.com>
10444
10445         * python/py-utils.c (target_string_to_unicode): Delete function.
10446         * python/python-internal.h (target_string_to_unicode): Delete
10447         declaration.
10448
10449 2013-03-06  Pierre Muller  <muller@sourceware.org>
10450
10451         * linespec.c (get_current_search_block): ARI fix, use (void)
10452         for empty parameter list.
10453
10454 2013-03-05  Doug Evans  <dje@google.com>
10455
10456         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10457         of old ada_lookup_symbol_list.  In !full_search case, don't
10458         search superblocks.
10459         (ada_lookup_symbol_list): Delete arg full_search, all callers
10460         updated.  Call ada_lookup_symbol_list_worker.
10461         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10462         * ada-lang.h (ada_lookup_symbol_list): Update.
10463         * language.h (language_defn): Update comment for
10464         la_iterate_over_symbols.
10465         * linespec.c (iterate_over_file_blocks): New function.
10466         (iterate_over_all_matching_symtabs): Call it.
10467         (lookup_prefix_sym): Ditto.
10468         (get_current_search_block): New function.
10469         (get_search_block): Delete.
10470         (find_label_symbols): Call get_current_search_block.
10471         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10472         * symtab.c (iterate_over_symbols): Don't search superblocks.
10473
10474 2013-03-05  Yao Qi  <yao@codesourcery.com>
10475
10476         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10477         parameter VAR's type from "unsigned int" to "int".
10478         * command.h (var_zuinteger_unlimited): Update its comments.
10479         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10480
10481 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
10482
10483         * NEWS: Mention new target x86_64-*-cygwin*.
10484
10485 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
10486
10487         * configure.host: Add x86_64-*-cygwin* as host.
10488         * configure.tgt: Add x86_64-*-cygwin* as target.
10489         * config/i386/cygwin64.mh: New file.
10490
10491 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10492
10493         * linespec.c (decode_line_2): Fix duplicate request off by two message.
10494
10495 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10496
10497         * linespec.c (struct linespec_canonical_name): New.
10498         (struct linespec_state): Change canonical_names type to it.
10499         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
10500         xrealloc element size.  Initialize the different CANONICAL fields.
10501         (canonical_to_fullform): New.
10502         (filter_results): Use it.  Add variables canonical, fullform and
10503         cleanup.
10504         (struct decode_line_2_item, decode_line_2_compare_items): New.
10505         (decode_line_2): Remove variables iter and item_names, add variables
10506         items and items_count.  Modify the code for these new variables.
10507
10508 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
10509
10510         * coff-pe-read.c (read_pe_exported_syms): Don't return without
10511         calling do_cleanup.
10512
10513 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
10514
10515         * tracepoint.c (build_traceframe_info): Add code for byte order.
10516
10517 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
10518
10519         * v850-tdep.c: (v850e2_register_name): Revise system register
10520         names to match current V850E2M architecture specifications.
10521         Update register number enum comments too.
10522
10523 2013-03-01  Jiong Wang  <jiwang@tilera.com>
10524             Pedro Alves  <palves@redhat.com>
10525
10526         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10527         to END_ADDR.
10528         (tilegx_skip_prologue): Limit prologue analysis to section end.
10529
10530 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10531
10532         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10533         use it.
10534
10535 2013-03-01  Pedro Alves  <palves@redhat.com>
10536
10537         Use gdb_byte for bytes from the program being debugged.
10538
10539         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10540         Change type of local 'buf' to gdb_byte.
10541         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10542         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10543         * cris-tdep.c (cris_sigcontext_addr)
10544         (cris_sigtramp_frame_unwind_cache): Likewise.
10545         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10546         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10547         Likewise.
10548         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10549         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10550         (hppa32_hpux_search_dummy_call_sequence)
10551         (hppa_hpux_supply_save_state): Likewise.
10552         * hppa-linux-tdep.c (insns_match_pattern)
10553         (hppa_linux_find_global_pointer): Likewise.
10554         * hppa-tdep.c (hppa_in_function_epilogue_p)
10555         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10556         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10557         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10558         (i386fbsd_collect_uthread): Likewise.
10559         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10560         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10561         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10562         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10563         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10564         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10565         (ia64_libunwind_frame_prev_register)
10566         (ia64_libunwind_sigtramp_frame_this_id)
10567         (ia64_find_global_pointer_from_dynamic_section)
10568         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10569         (ia64_unwind_pc): Likewise.
10570         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10571         * m68hc11-tdep.c (m68hc11_push_dummy_call)
10572         (m68hc11_extract_return_value): Likewise.
10573         * m68klinux-nat.c (fetch_register, store_register): Likewise.
10574         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10575         (mep_get_insn, mep_push_dummy_call): Likewise.
10576         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10577         (mips_linux_in_dynsym_stub): Likewise.
10578         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10579         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10580         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10581         to gdb_byte.
10582         * remote-mips.c (mips_set_register): Likewise.
10583         * remote-sim.c (gdbsim_fetch_register): Likewise.
10584         * score-tdep.c (score7_fetch_inst): Change type of parameter
10585         'memblock' and local 'buf' to gdb_byte.
10586         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10587         Change type of local 'buf' to gdb_byte.  Adjust.
10588         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10589         to gdb_byte**.
10590         (score7_analyze_prologue): Change type of 'memblock' and
10591         'memblock_ptr' locals to gdb_byte*.
10592         * sh64-tdep.c (sh64_extract_return_value)
10593         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10594         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10595         * solib-pa64.c (pa64_solib_create_inferior_hook)
10596         (pa64_open_symbol_file_object): Remove local 'buf'.
10597         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10598         (som_open_symbol_file_object): Likewise.
10599         * solib-spu.c (spu_current_sos): Likewise.
10600         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10601         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10602         (spu_store_registers): Likewise.
10603         * target.c (debug_print_register): Likewise.
10604         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10605         * xstormy16-tdep.c (xstormy16_store_return_value)
10606         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10607         (xstormy16_find_jmp_table_entry): Likewise.
10608
10609 2013-03-01  Jiong Wang  <jiwang@tilera.com>
10610
10611         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10612         (tilegx_gdbarch_init): Install it.
10613
10614 2013-02-28  Tom Tromey  <tromey@redhat.com>
10615
10616         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10617         PyLong_Check.
10618
10619 2013-02-28  Doug Evans  <dje@google.com>
10620
10621         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10622         * python/python.c (gdbpy_find_pc_line): Ditto.
10623
10624 2013-02-28  Tom Tromey  <tromey@redhat.com>
10625
10626         * contrib/excheck.py: New file.
10627         * contrib/exsummary.py: New file.
10628         * contrib/gcc-with-excheck: New file.
10629
10630 2013-02-28  Tom Tromey  <tromey@redhat.com>
10631
10632         * python/python.c (gdbpy_print_stack): Call begin_line and
10633         fprintf_filtered inside TRY_CATCH.
10634
10635 2013-02-28  Tom Tromey  <tromey@redhat.com>
10636
10637         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
10638         inside TRY_CATCH.
10639
10640 2013-02-28  Tom Tromey  <tromey@redhat.com>
10641
10642         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
10643         frame_object_to_frame_info inside TRY_CATCH.
10644
10645 2013-02-28  Tom Tromey  <tromey@redhat.com>
10646
10647         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
10648         TRY_CATCH.
10649
10650 2013-02-28  Tom Tromey  <tromey@redhat.com>
10651
10652         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
10653
10654 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
10655
10656         * windows-nat.c: Throughout, fix format strings and casts of
10657         printf-like functions to avoid type related warnings on all
10658         platforms.
10659         (handle_output_debug_string): Fetch context information address
10660         from debug string using string_to_core_addr.
10661
10662 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10663
10664         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
10665         * regformats/reg-tilegx32.dat: New.
10666
10667 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10668
10669         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
10670
10671 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10672
10673         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
10674
10675 2013-02-27  Yao Qi  <yao@codesourcery.com>
10676             Pedro Alves  <palves@redhat.com>
10677
10678         * tracepoint.c (tfile_trace_find): For tfind
10679         pc/tp/range/outside, look for the next trace frame instead of
10680         always starting from frame 0.
10681
10682 2013-02-26  Anthony Green  <green@moxielogic.com>
10683
10684         * configure.tgt: Add support for moxie-*-rtems* target.
10685
10686 2013-02-25  Pedro Alves  <palves@redhat.com>
10687
10688         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
10689         warning text.
10690
10691 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10692
10693         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
10694         if $fp is used as the virtual frame pointer.
10695
10696 2013-02-23  Alan Modra  <amodra@gmail.com>
10697
10698         * elfread.c (elf_symtab_read): Do not use udata.p here to find
10699         symbol size.
10700         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
10701         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
10702         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
10703         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
10704
10705 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10706
10707         Code cleanup.
10708         * elfread.c (build_id_bfd_get): Make the return type const.
10709         (build_id_verify): Make the check parameter const.
10710         (build_id_to_debug_filename): Make the build_id parameter and variable
10711         data const.
10712         (find_separate_debug_file_by_buildid): Make the variable build_id const.
10713
10714 2013-02-21  Alan Modra  <amodra@gmail.com>
10715
10716         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
10717
10718 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
10719
10720         Add a new method 'disassemble' to gdb.Architecture class.
10721         * python/py-arch.c (archpy_disassmble): Implementation of the
10722         new method gdb.Architecture.disassemble.
10723         (arch_object_methods): Add entry for the new method.
10724
10725 2013-02-20  Jiong Wang  <jiwang@tilera.com>
10726
10727         * MAINTAINERS (Write After Approval): Add myself to the list.
10728
10729 2013-02-19  Pedro Alves  <palves@redhat.com>
10730
10731         Garbage collect 'struct monitor_ops'::load_routine.
10732
10733         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10734         * monitor.c (monitor_load): No longer call
10735         current_monitor->load_routine.
10736         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10737         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10738         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10739
10740 2013-02-19  Pedro Alves  <palves@redhat.com>
10741
10742         PR gdb/15161
10743
10744         Harmonize with generic_load.
10745
10746         * monitor.c: Include "readline/readline.h".
10747         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
10748         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
10749         long/strtol for the 'load_offset' local.  Error out if no argument
10750         is given or if too many arguments are given.  Tilde expand the
10751         passed in file name.
10752
10753 2013-02-19  Kai Tietz  <ktietz@redhat.com>
10754
10755         PR gdb/15161
10756         * symfile.c (load_section_data): Change type of load_offset
10757         to CORE_ADDR.
10758         (generic_load): User strtoulst instead of strtoul for conversion
10759         of load_offset.
10760
10761 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10762
10763         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10764          for return address, "lr" register, saved on stack.
10765         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10766         after we invoke tilegx_analyze_prologue.
10767
10768 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10769
10770         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10771
10772 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10773
10774         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10775
10776 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10777
10778         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10779         (tilegx_write_pc): New function.
10780         (tilegx_cannot_reference_register): Return zero if REGNO
10781         is TILEGX_FAULTNUM_REGNUM.
10782         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10783         (tilegx_register_name): Add handling of "faultnum" register.
10784         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10785         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10786         handling of TILEGX_FAULTNUM_REGNUM.
10787         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10788
10789 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10790
10791         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10792         should be aligned to 64bit.
10793
10794 2013-02-19  Kai Tietz  <ktietz@redhat.com>
10795
10796         * windows-nat.c (windows_xfer_memory): Fix debug-output
10797         for LLP64.
10798
10799 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
10800
10801         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10802         Don't check DSP register number if HAVE_DSP is not set.
10803
10804 2013-02-19  Alan Modra  <amodra@gmail.com>
10805
10806         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
10807         throughout file instead.
10808         (build_id_bfd_get): Update to use new elf_tdata build_id field.
10809         Don't xmalloc return value.
10810         (build_id_verify): Similarly.  Don't xfree.
10811         (build_id_to_debug_filename): Update.
10812         (find_separate_debug_file_by_buildid): Update, don't xfree.
10813
10814 2013-02-18  Tom Tromey  <tromey@redhat.com>
10815
10816         PR gdb/15102:
10817         * dwarf2read.c (read_subrange_type): Use result of
10818         'check_typedef'.
10819
10820 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10821
10822         * frame.c: Remove one extra white space after #include
10823         directive.
10824
10825 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10826
10827         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10828
10829 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10830
10831         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10832         and dir commands into an if block.
10833
10834 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
10835
10836         * python/py-breakpoint (struct pybp_code):  Use int instead of
10837         enum type_code.
10838
10839 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
10840             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10841
10842         * NEWS: Mention new field "trace-file".
10843         * tracepoint.c (trace_status_mi): Output "trace-file" field.
10844         (tfile_open): Record the trace file's filename in the trace
10845         status.
10846         (tfile_files_info): Mention the name of the trace file.
10847         Check the "filename" field explicitely.
10848         (trace_status_command): Explicitely check "filename" field.
10849         (trace_find_command): Ditto.
10850         (trace_find_pc_command): Ditto.
10851         (trace_find_tracepoint_command): Ditto.
10852         (trace_find_line_command): Ditto.
10853         (trace_find_range_command): Ditto.
10854         (trace_find_outside_command): Ditto.
10855         * tracepoint.h (struct trace_status) <from_file>: Rename it
10856         to "filename" and make it hold the trace file's filename
10857         instead of a boolean.
10858         * remote.c (remote_get_trace_status): Initialize "filename"
10859         field with NULL instead of 0.
10860
10861 2013-02-15  Yao Qi  <yao@codesourcery.com>
10862
10863         * remote.c: Fix a typo.
10864
10865 2013-02-14  Pierre Muller  <muller@sourceware.org>
10866
10867         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
10868
10869 2013-02-14  Pedro Alves  <palves@redhat.com>
10870
10871         * utils.c (savestring): Don't #undef it.  Move function to
10872         common/common-utils.c.
10873         * common/common-utils.c: Include gdb_string.h.
10874         (savestring): Move here from utils.c.
10875         * common/common-utils.h (savestring): Declare.
10876
10877 2013-02-14  Pedro Alves  <palves@redhat.com>
10878
10879         * utils.c (savestring): Rename parameter 'size' to 'len'.
10880
10881 2013-02-14  Pedro Alves  <palves@redhat.com>
10882             Yufeng Zhang  <yufeng.zhang@arm.com>
10883
10884         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
10885         (aarch64_inferior_data, struct aarch64_inferior_data):
10886         Delete.
10887         (struct aarch64_process_info): New.
10888         (aarch64_process_list): New global.
10889         (aarch64_find_process_pid, aarch64_add_process)
10890         (aarch64_process_info_get): New functions.
10891         (aarch64_inferior_data_get): Delete.
10892         (aarch64_process_info_get): New function.
10893         (aarch64_forget_process): New function.
10894         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
10895         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
10896         aarch64_get_debug_reg_state.
10897         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
10898         instead of linux_nat_iterate_watchpoint_lwps.
10899         (aarch64_linux_new_fork): New function.
10900         (aarch64_linux_child_post_startup_inferior): Use
10901         aarch64_forget_process instead of aarch64_init_debug_reg_state.
10902         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
10903         (aarch64_linux_remove_hw_breakpoint)
10904         (aarch64_handle_aligned_watchpoint)
10905         (aarch64_handle_unaligned_watchpoint)
10906         (aarch64_linux_insert_watchpoint)
10907         (aarch64_linux_remove_watchpoint)
10908         (aarch64_linux_stopped_data_address): Adjust to pass the current
10909         process id to aarch64_debug_reg_state.
10910         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10911         linux_nat_new_fork hook, and aarch64_forget_process as
10912         linux_nat_forget_process hook; remove the call to
10913         register_inferior_data_with_cleanup.
10914
10915 2013-02-14  Pedro Alves  <palves@redhat.com>
10916
10917         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10918         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10919         lval_memory.
10920
10921 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
10922             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10923
10924         * tracepoint.h (validate_trace_state_variable_name): Declare.
10925         * tracepoint.c (validate_trace_state_variable_name): New.
10926         (trace_variable_command): Parse the trace state variable's name
10927         without using parse_expression.  Do several validations.
10928         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10929         trace state variable's name with parse_expression.  Validate it.
10930
10931 2013-02-14  Yao Qi  <yao@codesourcery.com>
10932
10933         * infcmd.c (breakpoint_proceeded): Remove it.
10934
10935 2013-02-14  Yao Qi  <yao@codesourcery.com>
10936
10937         * tracepoint.c (end_actions_pseudocommand): Make it static.
10938         (while_stepping_pseudocommand): Likewise.
10939         * tracepoint.h (end_actions_pseudocommand): Remove the
10940         declaration.
10941         (while_stepping_pseudocommand): Likewise.
10942
10943 2013-02-14  Yao Qi  <yao@codesourcery.com>
10944
10945         * cli/cli-decode.c (help_cmd): Remove the declaration of
10946         "cmdlist".
10947         (help_all): Likewise.
10948
10949 2013-02-13  Pedro Alves  <palves@redhat.com>
10950
10951         * amd64-linux-nat.c (update_debug_registers_callback):
10952         Update comment.
10953         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10954         iterate_over_lwps.
10955         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10956         i386_debug_reg_state.
10957         (amd64_linux_new_fork): New function.
10958         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10959         linux_nat_new_fork hook, and i386_forget_process as
10960         linux_nat_forget_process hook.
10961         * i386-linux-nat.c (update_debug_registers_callback):
10962         Update comment.
10963         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10964         iterate_over_lwps.
10965         (i386_linux_prepare_to_resume): Pass the lwp's pid to
10966         i386_debug_reg_state.
10967         (i386_linux_new_fork): New function.
10968         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10969         linux_nat_new_fork hook, and i386_forget_process as
10970         linux_nat_forget_process hook.
10971         * i386-nat.c (i386_init_dregs): Delete.
10972         (i386_inferior_data, struct i386_inferior_data):
10973         Delete.
10974         (struct i386_process_info): New.
10975         (i386_process_list): New global.
10976         (i386_find_process_pid, i386_add_process, i386_process_info_get):
10977         New functions.
10978         (i386_inferior_data_get): Delete.
10979         (i386_process_info_get): New function.
10980         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
10981         (i386_forget_process): New function.
10982         (i386_cleanup_dregs): Rewrite.
10983         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10984         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10985         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10986         (i386_remove_hw_breakpoint): Adjust to pass the current process id
10987         to i386_debug_reg_state.
10988         (i386_use_watchpoints): Don't register inferior data.
10989         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10990         adjust comment.
10991         (i386_forget_process): Declare.
10992         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10993         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10994         New static globals.
10995         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10996         (add_initial_lwp): New, factored out from ...
10997         (add_lwp): ... this.  Don't check the number of lwps before
10998         calling linux_nat_new_thread.
10999         (linux_nat_iterate_watchpoint_lwps): Delete.
11000         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11001         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11002         forks and vforks.
11003         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11004         initial lwp.
11005         (linux_nat_kill, linux_nat_mourn_inferior): Call
11006         linux_nat_forget_process.
11007         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11008         (linux_nat_forget_process): New functions.
11009         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11010         type.
11011         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11012         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11013         types.
11014         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11015         (linux_nat_forget_process): New declarations.
11016
11017         * amd64fbsd-nat.c (super_mourn_inferior): New global.
11018         (amd64fbsd_mourn_inferior): New function.
11019         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11020         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11021
11022 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11023
11024         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11025         Adding _().
11026
11027 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11028
11029         * aarch64-linux-nat.c (debug_reg_change_callback)
11030         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11031         %s and phex().
11032
11033 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11034
11035         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11036         with LONGEST.
11037
11038 2013-02-13  Pedro Alves  <palves@redhat.com>
11039             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11040
11041         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11042
11043 2013-02-12  Tom Tromey  <tromey@redhat.com>
11044
11045         PR symtab/11464:
11046         * c-exp.y (lex_one_token): Initialize other fields of yylval on
11047         NAME return.
11048         (classify_inner_name): Remove 'first_name' argument, add
11049         'context'.  Remove unused variable.
11050         (yylex): Explicitly maintain the context type.  Exit loop earlier
11051         if NAME result is seen.
11052
11053 2013-02-12  Pedro Alves  <palves@redhat.com>
11054
11055         * amd64-darwin-tdep.c: Add (C) after Copyright.
11056         * cli/cli-cmds.h: Ditto.
11057         * cli/cli-decode.c: Ditto.
11058         * cli/cli-decode.h: Ditto.
11059         * cli/cli-dump.c: Ditto.
11060         * cli/cli-dump.h: Ditto.
11061         * cli/cli-interp.c: Ditto.
11062         * cli/cli-logging.c: Ditto.
11063         * cli/cli-script.c: Ditto.
11064         * cli/cli-script.h: Ditto.
11065         * cli/cli-setshow.c: Ditto.
11066         * cli/cli-setshow.h: Ditto.
11067         * cli/cli-utils.c: Ditto.
11068         * cli/cli-utils.h: Ditto.
11069         * config/alpha/nm-osf3.h: Ditto.
11070         * config/djgpp/djconfig.sh: Ditto.
11071         * config/i386/nm-fbsd.h: Ditto.
11072         * config/i386/nm-i386gnu.h: Ditto.
11073         * config/nm-linux.h: Ditto.
11074         * config/nm-nto.h: Ditto.
11075         * config/rs6000/nm-rs6000.h: Ditto.
11076         * config/sparc/nm-sol2.h: Ditto.
11077         * darwin-nat-info.c: Ditto.
11078         * dfp.c: Ditto.
11079         * dfp.h: Ditto.
11080         * gdb-demangle.h: Ditto.
11081         * i386-darwin-nat.c: Ditto.
11082         * i386-darwin-tdep.c: Ditto.
11083         * linux-fork.h: Ditto.
11084         * m32c-tdep.c: Ditto.
11085         * microblaze-linux-tdep.c: Ditto.
11086         * microblaze-rom.c: Ditto.
11087         * microblaze-tdep.c: Ditto.
11088         * microblaze-tdep.h: Ditto.
11089         * mips-linux-tdep.h: Ditto.
11090         * ppc-ravenscar-thread.c: Ditto.
11091         * ppc-ravenscar-thread.h: Ditto.
11092         * prologue-value.c: Ditto.
11093         * prologue-value.h: Ditto.
11094         * ravenscar-thread.c: Ditto.
11095         * ravenscar-thread.h: Ditto.
11096         * sparc-ravenscar-thread.c: Ditto.
11097         * sparc-ravenscar-thread.h: Ditto.
11098         * tilegx-linux-tdep.c: Ditto.
11099         * unwind_stop_reasons.def: Ditto.
11100         * windows-nat.h: Ditto.
11101         * xtensa-linux-tdep.c: Ditto.
11102         * xtensa-xtregs.c: Ditto.
11103         * regformats/regdat.sh: Ditto.
11104         * regformats/regdef.h: Ditto.
11105
11106 2013-02-12  Pedro Alves  <palves@redhat.com>
11107
11108         * break-catch-sig.c: Update copyright years.
11109
11110 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
11111
11112         Add support for a destructor for ui_out data and use it to
11113         provide a ui_out destructor.
11114         * ui-out.h: Declare the new ui_out destructor.
11115         (ui_out_impl): Add a field for data destructor in ui_out_impl.
11116         * ui-out.c (default_data_destroy): Add a default data destructor
11117         which does nothing.
11118         (default_ui_out_impl): Set the new data_destroy field to
11119         default_data_destroy
11120         (uo_data_destroy): Local function which invokes the data
11121         destructor if present.
11122         (clear_table): Local function which clears the table data of a
11123         ui_out object.
11124         (ui_out_destroy): Public function which frees a ui_out object.
11125         (ui_out_table_end): Use the new clear_table function.
11126         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11127         NULL.
11128         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11129         to NULL.
11130
11131 2013-02-11  Doug Evans  <dje@google.com>
11132
11133         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11134         (printf_decfloat): New function.  Broken out from ui_printf.
11135         Remove unnecessary code to shift the entire format string down.
11136         (printf_pointer): New function.
11137         (ui_printf): Code to print C strings, wide C strings, decfloats,
11138         and pointers moved to separate functions.
11139
11140 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
11141
11142         * valops.c (value_assign): Handling bitfield offset in
11143         `lval_internalvar_component' case.
11144
11145 2013-02-08  Doug Evans  <dje@google.com>
11146
11147         * common/format.c (parse_format_string): Fix whitespace.
11148
11149 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
11150
11151         * stack.c (return_command): Work around uninitialized variable
11152         warning.
11153
11154 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
11155
11156         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11157         number of the registers from 36 to 34.
11158
11159 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11160
11161         * NEWS: Mention new AArch64 native and target support.
11162
11163 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11164
11165         * MAINTAINERS (Write After Approval): Add myself.
11166
11167 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
11168             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11169             Nigel Stephens  <nigel.stephens@arm.com>
11170             Yufeng Zhang  <yufeng.zhang@arm.com>
11171
11172         * aarch64-linux-nat.c: New file.
11173         * config/aarch64/linux.mh: New file.
11174         * configure.host: Add AArch64.
11175         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11176
11177 2013-02-07  Doug Evans  <dje@google.com>
11178
11179         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11180         disassemble command.
11181
11182 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11183
11184         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11185         set_gdbarch_fetch_tls_load_module_address.
11186
11187 2013-02-06  David S. Miller  <davem@davemloft.net>
11188
11189         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11190         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11191         * value.c (struct_return_convention): New function.
11192         (using_struct_return): Implement in terms of struct_return_convention.
11193         * value.h (struct_return_convention): Declare.
11194         * stack.c (return_command): Allow successful overriding of the return
11195         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11196
11197 2013-02-06  Tom Tromey  <tromey@redhat.com>
11198
11199         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11200         outside of TRY_CATCH.
11201
11202 2013-02-06  Yao Qi  <yao@codesourcery.com>
11203
11204         * mi/mi-interp.c: Include "tracepoint.h".
11205         (mi_tsv_modified): Declare.
11206         (mi_tsv_created, mi_tsv_deleted): Update declaration.
11207         (mi_interpreter_init): Call observer_attach_tsv_modified.
11208         (mi_tsv_modified): New.
11209         (mi_tsv_created, mi_tsv_deleted): Update.
11210         * tracepoint.c (trace_variable_command): Call
11211         observer_notify_tsv_modified if the initial value of tsv is
11212         changed.
11213         (delete_trace_state_variable): Call
11214         observer_notify_tsv_deleted earlier.
11215         (trace_variable_command): Caller update.
11216         (create_tsv_from_upload): Likewise.
11217         * observer.sh: Declare "struct trace_state_variable".
11218
11219         * NEWS: Mention the new MI notification "=tsv-modified".
11220
11221 2013-02-05  Doug Evans  <dje@google.com>
11222
11223         * completer.c (location_completer): Fix typo in comment.
11224
11225 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11226
11227         * breakpoint.c (add_location_to_breakpoint): Insert the location with
11228         ADDRESS sorted.
11229
11230 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11231
11232         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11233         Refactor if statement to avoid trailing || operator.
11234
11235 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
11236
11237         * NEWS: Add PowerPC FreeBSD as a new native configuration.
11238
11239 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
11240
11241         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11242         * configure.host: Add powerpc*-*-freebsd* target.
11243         * configure.tgt: Add target info for powerpc*-*-freebsd*.
11244         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11245         * config/powerpc/fbsd.mh: New file.
11246
11247 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
11248             Denys Vlasenko  <dvlasenk@redhat.com>
11249             Pedro Alves  <palves@redhat.com>
11250
11251         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11252         (struct elf_internal_linux_prpsinfo): Forward declare.
11253         * gdbarch.h, gdbarch.c: Regenerate.
11254         * linux-tdep.c: Include `cli/cli-utils.h'.
11255         (linux_fill_prpsinfo): New function.
11256         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
11257         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11258         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11259         depending on gdbarch pointer bitness.
11260         * ppc-linux-tdep.c: Include elf-bfd.h.
11261         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11262         on 32-bit.
11263
11264 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11265             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11266             Nigel Stephens  <nigel.stephens@arm.com>
11267             Yufeng Zhang  <yufeng.zhang@arm.com>
11268
11269         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11270
11271 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11272             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11273             Nigel Stephens  <nigel.stephens@arm.com>
11274             Yufeng Zhang  <yufeng.zhang@arm.com>
11275
11276         * aarch64-newlib-tdep.c: New file.
11277         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11278         aarch64*-*-elf.
11279         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11280         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11281         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11282         * osabi.c (gdb_osabi_names): Add "Newlib".
11283
11284 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11285             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11286             Nigel Stephens  <nigel.stephens@arm.com>
11287             Yufeng Zhang  <yufeng.zhang@arm.com>
11288
11289         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11290         (ALLDEPFILES): Add aarch64-linux-tdep.c.
11291         * aarch64-linux-tdep.c: New file.
11292         * aarch64-linux-tdep.h: New file.
11293         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11294         * configure.tgt: Add aarch64-none-linux-gnu.
11295
11296 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11297             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11298             Nigel Stephens  <nigel.stephens@arm.com>
11299             Yufeng Zhang  <yufeng.zhang@arm.com>
11300
11301         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11302         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11303         (ALLDEPFILES): Add aarch64-tdep.c.
11304         * aarch64-tdep.c: New file.
11305         * aarch64-tdep.h: New file.
11306         * configure.tgt: Add AArch64.
11307         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11308         (aarch64-expedite): New definition.
11309         * features/aarch64-core.xml: New file.
11310         * features/aarch64-fpu.xml: New file.
11311         * features/aarch64-without-fpu.c: New file (generated).
11312         * features/aarch64-without-fpu.xml: New file.
11313         * features/aarch64.c: New file (generated).
11314         * features/aarch64.xml: New file.
11315         * regformats/aarch64-without-fpu.dat: New file (generated).
11316         * regformats/aarch64.dat: New file (generated).
11317
11318 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11319
11320         * contrib/expect-read1.c: New file.
11321         * contrib/expect-read1.sh: New file.
11322
11323 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11324
11325         * dwarf2read.c (file_file_name): New function with code from
11326         file_full_name.
11327         (file_full_name): Move most of the code to file_file_name.
11328         (macro_start_file): Rename variable full_name to file_name and use
11329         file_file_name for it.  Add comp_dir parameter to new_macro_table.
11330         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
11331         macro_source_file->filename access by macro_source_fullname call.
11332         * macroscope.c (_initialize_macroscope): Update the new_macro_table
11333         caller.
11334         * macrotab.c (struct macro_table): New field comp_dir.
11335         (macro_include): New variables link_fullname and source_fullname.
11336         Replace any macro_source_file->filename access by macro_source_fullname
11337         call.
11338         (macro_lookup_inclusion): Remove the partial filenames checking code.
11339         (check_for_redefinition): New variables source_fullname and
11340         found_key_fullname.  Replace any macro_source_file->filename access by
11341         macro_source_fullname call.
11342         (macro_undef): New variables source_fullname and key_fullname.  Replace
11343         any macro_source_file->filename access by macro_source_fullname call.
11344         (macro_lookup_definition): New variables retval and source_fullname.
11345         Replace any macro_source_file->filename access by macro_source_fullname
11346         call.
11347         (foreach_macro): New variable key_fullname.  Replace any
11348         macro_source_file->filename access by macro_source_fullname call.
11349         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
11350         macro_source_file->filename access by macro_source_fullname call.
11351         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
11352         (macro_source_fullname): New function.
11353         * macrotab.h (struct macro_source_file): Extent the filename field
11354         comment.
11355         (new_macro_table): New parameter comp_dir, add a comment for it.
11356         (macro_source_fullname): new declaration.
11357
11358 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11359
11360         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11361         this_real_name to outer block.  Use it also for
11362         compare_filenames_for_search.
11363         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
11364         with dw2_get_real_path for file_matcher, considering also
11365         BASENAMES_MAY_DIFFER.
11366         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11367
11368 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11369
11370         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11371         to the file_matcher parameter.  Pass 0 to it.
11372         (dwarf2_create_include_psymtab): Copy also DIRNAME.
11373         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11374         NULL psymtab_to_fullname result.
11375         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
11376         an expected filename instead.
11377         (expand_symtabs_matching_via_partial): Add basenames parameter to the
11378         file_matcher parameter.  Call also psymtab_to_fullname, after newly
11379         considering BASENAMES_MAY_DIFFER.
11380         * source.c (rewrite_source_path): Remove static.
11381         * source.h (rewrite_source_path): New declaration.
11382         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11383         the expand_symtabs_matching field.  Comment it.
11384         * symtab.c (file_matches): New function comment.  Add parameter
11385         basenames, implement it.
11386         (search_symbols_file_matches): Add basenames parameter.  Update the
11387         file_matches caller.
11388         (search_symbols): Match FILES also against symtab_to_fullname.
11389         Optimize it for BASENAMES_MAY_DIFFER.
11390
11391 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11392
11393         * source.c (print_source_lines_base): Print for TUI also "fullname".
11394         * tui/tui-data.c (init_content_element): Change tui_locator_element
11395         field to full_name.
11396         * tui/tui-data.h (struct tui_locator_element): Likewise.
11397         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11398         tui_update_locator_filename calls to tui_update_locator_fullname.
11399         Replace symtab->filename refererence by symtab_to_fullname call.
11400         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11401         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11402         field to full_name.  Replace symtab->filename refererence by
11403         symtab_to_fullname call.
11404         (tui_show_symtab_source): Rename parameter to fullname.  Change
11405         tui_locator_element field to full_name.
11406         * tui/tui-stack.c: Include source.h.
11407         (tui_set_locator_filename): Rename the declaration to ...
11408         (tui_set_locator_fullname): ... here.  Rename its parameter to
11409         fullname, updates its comment.
11410         (tui_set_locator_info): Rename its parameter to fullname.
11411         (tui_set_locator_filename): Rename the definition to ...
11412         (tui_set_locator_fullname): ... here.  Rename its parameter to
11413         fullname, updates its comment.  Change tui_locator_element field to
11414         full_name.
11415         (tui_set_locator_info): Rename its parameter to fullname.
11416         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11417         (tui_update_locator_filename): Rename to ...
11418         (tui_update_locator_fullname): ... here. Rename callee to
11419         tui_set_locator_fullname.
11420         (tui_show_frame_info): Replace symtab->filename refererence by
11421         symtab_to_fullname call.
11422         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11423         (tui_update_locator_fullname): ... here.
11424         * tui/tui-winsource.c (tui_display_main): Rename the callee to
11425         tui_update_locator_fullname.  Replace symtab->filename refererence by
11426         symtab_to_fullname call.
11427         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11428         Rename the callee to tui_update_locator_fullname.
11429         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11430
11431 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11432
11433         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11434         by symtab_to_filename_for_display calls.
11435         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11436         (clear_command): New variable sal_fullname, initialize it.  Replace
11437         compare_filenames_for_search by filename_cmp with sal_fullname.
11438         (say_where, update_static_tracepoint): Replace symtab->filename
11439         refererences by symtab_to_filename_for_display calls.
11440         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11441         Likewise.
11442         * dwarf2read.c: Include source.h.
11443         (fixup_go_packaging): Replace symtab->filename refererences by
11444         symtab_to_filename_for_display calls.
11445         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11446         Replace symtab->filename refererences by symtab_to_filename_for_display
11447         calls.
11448         (create_sals_line_offset, convert_linespec_to_sals): New variable
11449         fullname, initialize it, replace symtab->filename reference by the
11450         variable.
11451         * linux-fork.c: Include source.h.
11452         (info_checkpoints_command): Replace symtab->filename refererences by
11453         symtab_to_filename_for_display calls.
11454         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11455         by symtab_to_filename_for_display calls.
11456         * mdebugread.c: Include source.h.
11457         (psymtab_to_symtab_1): Replace symtab->filename refererences by
11458         symtab_to_filename_for_display calls.
11459         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11460         (mi_cmd_file_list_exec_source_files): Likewise.
11461         * printcmd.c: Include source.h.
11462         (build_address_symbolic): Replace symtab->filename refererences by
11463         symtab_to_filename_for_display calls.
11464         * psymtab.c (partial_map_symtabs_matching_filename)
11465         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11466         with psymtab_to_fullname.
11467         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11468         by symtab_to_filename_for_display calls.
11469         (stpy_get_filename): New variable filename, initialize it, use instead
11470         of symtab->filename refererences.
11471         (salpy_str): Make variable filename const char *.  Replace
11472         symtab->filename refererences by symtab_to_filename_for_display calls.
11473         * skip.c: Include source.h and filenames.h.
11474         (skip_file_command): Remove const from the symtab variable.  Replace
11475         symtab->filename refererences by symtab_to_fullname call.
11476         (function_name_is_marked_for_skip): New variables searched_for_fullname
11477         and fullname.  Use them to search also with symtab's fullname.
11478         * source.c (find_source_lines): Replace symtab->filename refererences
11479         by symtab_to_filename_for_display calls.
11480         (print_source_lines_base): New variable filename, use it instead of
11481         symtab->filename.  Replace symtab->filename refererences by
11482         symtab_to_filename_for_display calls.
11483         (line_info, forward_search_command): Replace symtab->filename
11484         refererences by symtab_to_filename_for_display calls.
11485         (reverse_search_command): Replace symtab->filename refererences by
11486         symtab_to_filename_for_display calls.  New variable filename for it.
11487         * stack.c (frame_info): Likewise.
11488         * symmisc.c: Include source.h.
11489         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11490         (maintenance_info_symtabs): Replace symtab->filename refererences by
11491         symtab_to_filename_for_display calls.
11492         * symtab.c (iterate_over_some_symtabs): Call
11493         compare_filenames_for_search also with symtab_to_fullname.
11494         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11495         symtab->filename refererences by symtab_to_filename_for_display calls.
11496         (find_line_symtab): Replace symtab->filename refererences by
11497         symtab_to_filename_for_display calls.
11498         (file_matches): Replace filename_cmp by compare_filenames_for_search.
11499         (print_symbol_info): Make the last parameter const char *.  New
11500         variable s_filename.  Use it in the function.
11501         (symtab_symbol_info): Make the last_filename variable const char *.
11502         Replace symtab->filename refererences by symtab_to_filename_for_display
11503         calls.
11504         (rbreak_command): New variable fullname.  Use it.  Replace
11505         symtab->filename refererence by symtab_to_filename_for_display call.
11506         * tracepoint.c (set_traceframe_context, trace_find_line_command)
11507         (print_one_static_tracepoint_marker): Replace symtab->filename
11508         refererences by symtab_to_filename_for_display calls.
11509         * tui/tui-source.c (tui_set_source_content): New variables filename and
11510         s_filename.  Replace symtab->filename refererences by this variable.
11511         Replace other symtab->filename refererences by
11512         symtab_to_filename_for_display calls.
11513
11514 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11515             Jan Kratochvil  <jan.kratochvil@redhat.com>
11516
11517         Add a new variable that controls a way in which filenames are
11518         displayed.
11519         * NEWS (set filename-display): New entry.
11520         * source.c (filename_display_basename, filename_display_relative)
11521         (filename_display_absolute, filename_display_kind_names)
11522         (filename_display_string, show_filename_display_string)
11523         (symtab_to_filename_for_display): New.
11524         (_initialize_source): Added initialization of 'filename-display'
11525         variable.
11526         * source.h (symtab_to_filename_for_display): Added declaration.
11527         * stack.c (print_frame): Added new variable and calling of a new
11528         function and condition with this variable. Changed third argument of
11529         calling of a function.
11530
11531 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11532
11533         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11534         Rename field reference filename to fullname.
11535         * tui/tui-data.h (struct tui_source_info): Rename field filename to
11536         fullname.  New comment for it.
11537         * tui/tui-source.c (tui_set_source_content): Rename field reference
11538         filename to fullname.  Initialize field by symtab_to_fullname now.
11539         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11540         reference filename to fullname.  Use symtab_to_fullname during
11541         comparison.
11542
11543 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11544
11545         Code cleanup.
11546         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11547         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
11548         filename to fullname.  Rename variable this_name to this_fullname.
11549         Lowercase FILENAME_CMP call.
11550         (dw2_find_symbol_file): New comment for the returned string.
11551         (dwarf2_gdb_index_functions): Rename the function to
11552         dw2_expand_symtabs_with_fullname.
11553         * psymtab.c (read_psymtabs_with_filename): Rename to ...
11554         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
11555         fullname.
11556         (psym_functions): Rename the function to read_psymtabs_with_fullname.
11557         * symfile.h (struct quick_symbol_functions): Rename field
11558         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11559         parameter filename to fullname.  Document returned string meaning for
11560         find_symbol_file.
11561         * symtab.c (find_line_symtab): Rename the called function to
11562         expand_symtabs_with_fullname.
11563
11564 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11565
11566         Code cleanup.
11567         * breakpoint.c (clear_command): Remove variable is_abs, unify the
11568         call of filename_cmp with compare_filenames_for_search.
11569         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11570         is_abs, unify the call of FILENAME_CMP with
11571         compare_filenames_for_search.  New gdb_asserts for real_path and name.
11572         Unify the call of compare_filenames_for_search with FILENAME_CMP.
11573         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11574         * symfile.h (struct quick_symbol_functions): Extend the comment for
11575         map_symtabs_matching_filename.
11576         * symtab.c (compare_filenames_for_search): Remove the function comment
11577         relative path requirement.  Handle absolute filenames, with a comment.
11578         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11579         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
11580         real_path and name.  Unify the call of compare_filenames_for_search
11581         with FILENAME_CMP.
11582         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11583
11584 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11585
11586         Code cleanup.
11587         * breakpoint.c (print_breakpoint_location): Replace bp_location field
11588         source_file references by symtab field references.  Remove variables
11589         sal and fullname.
11590         (momentary_breakpoint_from_master, add_location_to_breakpoint):
11591         (clear_command, say_where): Replace bp_location field source_file
11592         references by symtab field references.
11593         (bp_location_dtor): Remove the source_file reference.
11594         (update_static_tracepoint): Replace bp_location field source_file
11595         references by symtab field references.
11596         (breakpoint_free_objfile): New function.
11597         * breakpoint.h (struct bp_location): Extend the comment for line_number.
11598         Replace the field source_file by field symtab, extend its comment.
11599         (breakpoint_free_objfile): New declaration.
11600         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11601         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11602         field source_file references by symtab field references.
11603
11604 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11605
11606         Replace xfullpath calls by gdb_realpath calls.
11607         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11608         function comment.
11609         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11610         Remove it from the iterate_over_some_symtabs call.
11611         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11612         Remove it from the dw2_map_expand_apply calls, remove a block handling
11613         it.
11614         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11615         Remove it from the iterate_over_some_symtabs call.
11616         (partial_map_symtabs_matching_filename): Remove parameter full_path.
11617         Remove it from the partial_map_expand_apply calls, remove a block
11618         handling it.  Drop gdb_realpath call and cleanups from the real_path
11619         handling.
11620         * source.c (openp): Drop the comment part about xfullpath.  Replace
11621         xfullpath calls by gdb_realpath calls.
11622         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11623         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11624         from method map_symtabs_matching_filename and its comment.
11625         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11626         gdb_realpath call.
11627         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
11628         remove it also from the function comment, remove a block handling it.
11629         Drop gdb_realpath call and cleanups from the real_path handling.
11630         (iterate_over_symtabs): Drop variable full_path and its use.
11631         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
11632         * utils.c (xfullpath): Remove.
11633         * utils.h (xfullpath): Remove.
11634
11635 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
11636
11637         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
11638         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
11639         (ALLDEPFILES): Add ppc64-tdep.c.
11640         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
11641         ppc64-tdep.o to gdb_target_obs.
11642         * ppc64-tdep.h: New file.
11643         * ppc64-tdep.c: New file.
11644         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
11645         ppc-linux-tdep.c to here.
11646         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
11647         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
11648         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
11649         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
11650         from ppc-linux-tdep.c to here.
11651         (ppc64_convert_from_func_ptr_addr): Rename from
11652         ppc64_linux_convert_from_func_ptr_addr to
11653         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
11654         here.
11655         * rs6000-tdep.c:
11656         (read_insn): Move from ppc-linux-tdep.c to here.
11657         (insns_match_pattern, insn_d_field, insn_ds_field): Move
11658         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
11659         * ppc-linux-tdep.c: Include ppc64-tdep.h.
11660         Removed above functions.
11661         (ppc_linux_init_abi): Adjust.
11662
11663 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
11664
11665         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
11666
11667 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
11668
11669         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
11670
11671 2013-02-01  Pedro Alves  <palves@redhat.com>
11672
11673         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
11674         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
11675
11676 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11677
11678         * elfread.c (elf_symfile_read): Limit separate debug info additions to
11679         files with no separate debug info.
11680         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
11681         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
11682         only for files with no separate debug info.
11683
11684 2013-01-31  Tom Tromey  <tromey@redhat.com>
11685
11686         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
11687         change type.
11688         (struct jit_program_space_data): Rename from jit_inferior_data.
11689         Update comments.
11690         (get_jit_program_space_data): Rename from get_jit_inferior_data.
11691         Change return type.  Attach data to program space.
11692         (jit_program_space_data_cleanup): Rename from
11693         jit_inferior_data_cleanup; change argument type.
11694         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
11695         change type.
11696         (jit_register_code): Update.
11697         (jit_update_inferior_cache): Remove.
11698         (jit_breakpoint_deleted): Get jit data from the location's program
11699         space.
11700         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
11701         'ps_data', change type.
11702         (jit_inferior_init, jit_breakpoint_re_set_internal)
11703         (jit_event_handler): Update.
11704         (free_objfile_data): Get data from objfile's program space.
11705         (_initialize_jit): Update.
11706
11707 2013-01-31  Tom Tromey  <tromey@redhat.com>
11708
11709         PR gdb/13987:
11710         * jit.c (struct jit_inferior_data) <cached_code_address,
11711         jit_breakpoint>: New fields.
11712         (jit_breakpoint_re_set_internal): Fix logging.  Only create
11713         breakpoint if cached address has changed.
11714         (jit_update_inferior_cache, jit_breakpoint_deleted): New
11715         functions.
11716         (_initialize_jit): Register breakpoint deleted observer.
11717
11718 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11719
11720         * infrun.c (handle_syscall_event): Remove unused gdbarch.
11721         (save_infcall_suspend_state): Ifdef out unused inf.
11722         (restore_infcall_suspend_state): Ifdef out unused inf.
11723         * jit.c (jit_register_code): Remove unused i, b, inf_data.
11724         (jit_frame_sniffer): Remove unused inf_data.
11725
11726 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11727
11728         * c-exp.y (classify_inner_name): Remove unused type.
11729         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11730         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11731         need_escape.
11732         (c_get_string): Remove unused kind.
11733         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11734
11735 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11736
11737         * charset.c (intermediate_encoding): Remove unused i.
11738         * completer.c (signal_completer): Remove unused i.
11739         * continuations.c (discard_my_continuations_1): Remove unused
11740         continuation_ptr.
11741         * corelow.c (core_close): Remove unuseD name.
11742         (get_core_siginfo): Remove unused pid.
11743         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11744         i, cps.
11745         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11746         (loclist_describe_location): Remove unused first.
11747         * event-top.c (command_line_handler): Remove unused got_eof.
11748         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11749         (resize_section_table): Remove unused old_value.
11750         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11751         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11752         * i386-tdep.c (i386_process_record): Remove unused rex.
11753         * infcmd.c (get_return_value): Remove unused uiout.
11754         * jv-lang.c (type_from_class): Remove unused is_array.
11755         * jv-valprint.c (java_val_print): Remove unused i.
11756         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11757         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11758         * m2-typeprint.c (m2_print_type): Remove unused code.
11759         * macroexp.c (get_character_constant): Remove unused body_start.
11760         (macro_stringify): Remove unused result.
11761         * objc-lang.c (find_methods): Remove unused gdbarch.
11762         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11763         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11764         * stack.c (print_frame_args): Remove unused summary.
11765         * thread.c (thread_apply_command): Remove unused p.
11766         * valarith.c (value_x_unop): Remove unused mangle_ptr.
11767         * valops.c (search_struct_method): Remove unused skip.
11768         * valprint.c (generic_val_print): Remove unused byte_order.
11769         * varobj.c (varobj_update): Remove unused changed.
11770         * cli/cli-cmds.c (complete_command): Remove unused next_item.
11771         (alias_command): Remove unused c.
11772         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11773         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11774         format.
11775         (mi_cmd_data_write_memory): Remove unused word_format.
11776         (mi_cmd_data_write_memory_bytes): Remove unused r.
11777         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11778         p_start, p_end.
11779         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11780         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11781         line_width.
11782
11783 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11784
11785         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11786         * symtab.c (iterate_over_symtabs): Remove unused s.
11787         (find_pc_sect_symtab): Remove unused pspAce.
11788         (find_pc_sect_line): Remove unused alt_symtab.
11789         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11790         (completion_list_add_name): Remove unused newsize.
11791
11792 2013-01-31  Tom Tromey  <tromey@redhat.com>
11793
11794         PR c++/14998:
11795         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11796         TYPE_CODE_FUNC.
11797
11798 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11799
11800         * target.c (target_read_string): Remove unused origlen.
11801
11802 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11803
11804         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11805         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11806         * ax-general.c (ax_print): Remove unused is_float.
11807         * blockframe.c (block_innermost_frame): Remove unused start, end.
11808         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11809
11810 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11811
11812         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11813         (svr4_read_so_list): Remove unused lmo.
11814         * solib-target.c (solib_target_relocate_section_addresses): Remove
11815         unused flags.
11816
11817 2013-01-30  Tom Tromey  <tromey@redhat.com>
11818
11819         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11820
11821 2013-01-30  Tom Tromey  <tromey@redhat.com>
11822
11823         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11824         * utils.c (gnu_debuglink_crc32): Remove.
11825         * utils.h (gnu_debuglink_crc32): Don't declare.
11826
11827 2013-01-30  Tom Tromey  <tromey@redhat.com>
11828
11829         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11830         (read_structure_type, read_enumeration_type): Remove cast.
11831
11832 2013-01-30  Tom Tromey  <tromey@redhat.com>
11833
11834         * dwarf2read.c (read_namespace_type): Remove cast.
11835         (read_typedef): Likewise.
11836
11837 2013-01-29  Tom Tromey  <tromey@redhat.com>
11838
11839         * dwarf2read.c (free_dwo_file): Remove assert.
11840
11841 2013-01-29  Tom Tromey  <tromey@redhat.com>
11842
11843         * value.c (deprecated_set_value_modifiable): Remove.
11844         * value.h (deprecated_set_value_modifiable): Remove.
11845
11846 2013-01-28  Doug Evans  <dje@google.com>
11847
11848         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11849         to addresses from dwo files.
11850
11851 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
11852
11853         * valops.c (find_overload_match): Remove unused argument 'lax'.
11854         * value.h: Remove unused argument 'lax' from the declaration of
11855         find_overload_match.
11856         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11857         to find_overload_match.
11858         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11859         argument to find_overload_match.
11860
11861 2013-01-25  Tom Tromey  <tromey@redhat.com>
11862
11863         * dwarf2read.c (processing_has_namespace_info): Remove.
11864         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
11865         (process_die, read_func_scope, dwarf2_start_symtab)
11866         (new_symbol_full): Update.
11867
11868 2013-01-25  Tom Tromey  <tromey@redhat.com>
11869
11870         * cp-namespace.c (cp_set_block_scope): Remove.
11871         * cp-support.h (cp_set_block_scope): Remove.
11872         * dbxread.c: Include block.h.
11873         (cp_set_block_scope): New function.
11874         (process_one_symbol): Update.
11875         * dwarf2read.c (read_func_scope): Use block_set_scope.
11876
11877 2013-01-25  Pedro Alves  <palves@redhat.com>
11878
11879         * remote.c (add_current_inferior_and_thread): Tweak comment.
11880
11881 2013-01-25  Tom Tromey  <tromey@redhat.com>
11882
11883         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
11884         (cp_add_using_directive): Add 'copy_names' argument.
11885         * cp-support.h (cp_add_using_directive): Update.
11886         (struct using_direct) <import_src, import_dest, alias,
11887         declaration>: Now const.
11888         * dwarf2read.c (read_import_statement): Use obconcat.
11889         Don't copy names passed to cp_add_using_directive.
11890
11891 2013-01-25  Tom Tromey  <tromey@redhat.com>
11892
11893         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
11894
11895 2013-01-25  Pedro Alves  <palves@redhat.com>
11896
11897         * remote.c (stop_reply_extract_thread): New.
11898         (add_current_inferior_and_thread): New parameter 'wait_status'.
11899         Handle it.
11900         (remote_start_remote): Pass wait status to
11901         add_current_inferior_and_thread.
11902         (extended_remote_run): Update comment.
11903         (extended_remote_create_inferior_1): Pass wait status to
11904         add_current_inferior_and_thread.
11905
11906 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
11907             Ulrich Weigand  <uweigand@de.ibm.com>
11908
11909         * valarith.c (value_vector_widen): New function for replicating a
11910         scalar into a vector.
11911         (value_binop): Use value_vector_widen to widen scalar to vector
11912         rather than casting, this better matches gcc C behaviour.
11913         * valops.c (value_casst): Update logic for casting between vector
11914         types, and for casting from scalar to vector, try to match gcc C
11915         behaviour.
11916         * value.h (value_vector_widen): Declare.
11917         * opencl-lang.c (opencl_value_cast): New opencl specific casting
11918         function, handle special case for casting scalar to vector.
11919         (opencl_relop): Use opencl_value_cast.
11920         (evaluate_subexp_opencl): Use opencl_value_cast instead of
11921         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11922         in order to use opencl_value_cast.
11923
11924 2013-01-25  Yao Qi  <yao@codesourcery.com>
11925
11926         * event-loop.c: Include "queue.h".
11927         (gdb_event_p): New typedef.
11928         (DECLARE_QUEUE_P): Use.
11929         (DEFINE_QUEUE_P): Use.
11930         (async_queue_event): Remove.
11931         (gdb_event_xfree): New.
11932         (initialize_event_loop): New.
11933         (process_event): Use QUEUE macros.
11934         (event_queue): Remove.
11935         (gdb_wait_for_event): Caller update.
11936         (check_async_event_handlers): Likewise.
11937         (poll_timers): Likewise.
11938         * event-loop.h (initialize_event_loop): Declare.
11939         * event-loop.c (gdb_event_xfree): New.
11940         * top.c (gdb_init): Call initialize_event_loop.
11941
11942 2013-01-25  Yao Qi  <yao@codesourcery.com>
11943
11944         * event-loop.c (async_queue_event): Remove one parameter
11945         'position'.  Remove code handling 'position' == TAIL.
11946         (gdb_wait_for_event): Caller update.
11947         (check_async_event_handlers): Caller update.
11948         (poll_timers): Caller update.
11949         * event-loop.h (enum queue_position): Remove.
11950
11951 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
11952
11953         * MAINTAINERS: Update my email.
11954
11955 2013-01-25  Yao Qi  <yao@codesourcery.com>
11956
11957         * main.c (print_gdb_help): Remove "--epoch" from the help
11958         message.
11959
11960 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
11961
11962         * symtab.c (skip_prologue_using_sal): Consider a file
11963         change the same as an increased line number
11964
11965 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11966
11967         * MAINTAINERS (Write After Approval): Add myself to the list.
11968
11969 2013-01-24  Tom Tromey  <tromey@redhat.com>
11970
11971         * ada-lang.h (ada_decode_symbol): Make return type const.
11972         * ada-lang.c (ada_decode_symbol): Likewise.
11973
11974 2013-01-23  Doug Evans  <dje@google.com>
11975
11976         * linespec.c (find_linespec_symbols): Make static.
11977
11978 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11979
11980         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11981         type on float conversion for complex type.
11982
11983 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
11984
11985         Add a new class gdb.Architecture which exposes GDB's
11986         internal representation of architecture via GDB Python API.
11987         * Makefile.in: Add entries corresponding to the new file
11988         python/py-arch.c.
11989         * NEWS (Python Scripting): Add entries for the new class
11990         gdb.Architecture and the new method gdb.Frame.architecture.
11991         * python/py-arch.c: Implement gdb.Architecture class.
11992         * python/py-frame.c (frapy_arch): Implement the method
11993         gdb.Frame.architecture().
11994         (frame_object_methods): Add 'architecture' to the method table.
11995         * python/python-internal.h: Add declarations of new utility
11996         functions.
11997         * python/python.c (_initialize_python): Initialize
11998         gdb.Architecture class.
11999
12000 2013-01-23  Doug Evans  <dje@google.com>
12001
12002         Work around binutils/15021.
12003         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12004         type_unit_group out of union s.  All uses updated.
12005         (read_index_from_section): Watch for index version 8.
12006         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12007         an imported symtab.
12008         (write_psymtabs_to_index): Increment version number to 8.
12009
12010 2013-01-22  Pedro Alves  <palves@redhat.com>
12011
12012         * annotate.c (breakpoint_changed): Skip if breakpoint is not
12013         user-visible.
12014
12015 2013-01-22  Pedro Alves  <palves@redhat.com>
12016
12017         * annotate.c (annotate_breakpoints_changed): Rename to ...
12018         (annotate_breakpoints_invalid): ... this.  Make static.
12019         (breakpoint_changed): Adjust.
12020         (_initialize_annotate): Always install the observers.  Install a
12021         "breakpoint_created" observer.
12022         * annotate.h (annotate_breakpoints_changed): Delete declaration.
12023         * breakpoint.c (set_breakpoint_condition)
12024         (breakpoint_set_commands, do_map_commands_command)
12025         (init_raw_breakpoint, clear_command, set_ignore_count)
12026         (enable_breakpoint_disp): No longer call
12027         annotate_breakpoints_changed.
12028
12029 2013-01-22  Pedro Alves  <palves@redhat.com>
12030
12031         * annotate.c: Include "inferior.h".
12032         (frames_invalid_emitted)
12033         (breakpoints_invalid_emitted): New globals.
12034         (async_background_execution_p): New function.
12035         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12036         emitting the annotation if it has already been emitted.
12037         (annotate_display_prompt): New function.
12038         * annotate.h (annotate_display_prompt): New declaration.
12039         * event-top.c: Include annotate.h.
12040         (display_gdb_prompt): Call annotate_display_prompt.
12041
12042 2013-01-22  Pedro Alves  <palves@redhat.com>
12043
12044         * annotate.c (ignore_count_changed): Delete.
12045         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12046         (annotate_ignore_count_change): Delete.
12047         (annotate_stopped): Don't emit a delayed breakpoints-changed
12048         annotation.
12049         * annotate.h (annotate_ignore_count_change): Delete.
12050         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12051         annotate_ignore_count_change.
12052
12053 2013-01-22  Tom Tromey  <tromey@redhat.com>
12054
12055         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12056         require_rvalue for a register location.
12057
12058 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
12059
12060         * breakpoint.c (print_one_breakpoint_location): Add MI
12061         field 'thread-groups' when printing a breakpoint.
12062         (output_thread_groups): New function.
12063
12064 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
12065
12066         * python/lib/gdb/commands/explore.py
12067         (CompoundExplorer.explore_expr): Correct the name of a method
12068         being invoked.
12069         (ExploreTypeCommand.invoke): Add a missing 'return'.
12070
12071 2013-01-21  Tom Tromey  <tromey@redhat.com>
12072
12073         * gdb_obstack.h (obconcat): Move declaration here, from...
12074         * symfile.h (obconcat): ... here.
12075         * gdb_obstack.c: New file.
12076         (obconcat): Move from...
12077         * symfile.c (obconcat): ... here.
12078         * Makefile.in (SFILES): Add gdb_obstack.c.
12079         (COMMON_OBS): Add gdb_obstack.o.
12080
12081 2013-01-21  Tom Tromey  <tromey@redhat.com>
12082
12083         * symfile.h (obsavestring): Don't declare.
12084         * symfile.c (obsavestring): Remove.
12085         * ada-exp.y: Use obstack_copy0, not obsavestring.
12086         * ada-lang.c: Use obstack_copy0, not obsavestring.
12087         * coffread.c: Use obstack_copy0, not obsavestring.
12088         * cp-namespace.c: Use obstack_copy0, not obsavestring.
12089         * dbxread.c: Use obstack_copy0, not obsavestring.
12090         * dwarf2read.c: Use obstack_copy0, not obsavestring.
12091         * jit.c: Use obstack_copy0, not obsavestring.
12092         * mdebugread.c: Use obstack_copy0, not obsavestring.
12093         * psymtab.c: Use obstack_copy0, not obsavestring.
12094         * stabsread.c: Use obstack_copy0, not obsavestring.
12095         * xcoffread.c: Use obstack_copy0, not obsavestring.
12096
12097 2013-01-21  Tom Tromey  <tromey@redhat.com>
12098
12099         * dwarf2read.c (fixup_go_packaging): Save package name
12100         on objfile obstack.
12101         * gdbtypes.c (init_type): Don't copy name.
12102
12103 2013-01-21  Tom Tromey  <tromey@redhat.com>
12104
12105         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12106         const.
12107         (struct attribute) <u.str>: Now const.
12108         (struct fnfieldlist) <name>: Now const.
12109         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12110         (partial_die_parent_scope): Make return type const.
12111         (partial_die_full_name, add_partial_symbol): Update.
12112         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12113         'name' const.
12114         (find_file_and_directory): Make 'name' and 'comp_dir' const.
12115         (read_file_scope, read_func_scope, dwarf2_add_field)
12116         (dwarf2_add_member_fn, read_structure_type)
12117         (process_enumeration_scope, read_array_type, read_module_type)
12118         (read_base_type, read_subrange_type): Update.
12119         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12120         (new_symbol_full, guess_full_die_structure_name): Update.
12121         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
12122         (dwarf2_name): Return const type.
12123         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12124         const.
12125
12126 2013-01-21  Tom Tromey  <tromey@redhat.com>
12127
12128         * gdbtypes.c (init_type): Make 'name' const.
12129         * gdbtypes.h (init_type): Update.
12130
12131 2013-01-21  Tom Tromey  <tromey@redhat.com>
12132
12133         * buildsym.c (patch_subfile_names): Use set_last_source_file.
12134         (start_symtab): Make 'name' and 'dirname' const.  Use
12135         set_last_source_file.
12136         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12137         (last_source_file): Define.  Now static.
12138         (set_last_source_file, get_last_source_file): New functions.
12139         * buildsym.h (last_source_file): Don't declare.
12140         (start_symtab): Update.
12141         (set_last_source_file, get_last_source_file): Declare.
12142         * coffread.c (complete_symtab): Use set_last_source_file.
12143         (coff_end_symtab): Likewise.
12144         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12145         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12146         set_last_source_file.
12147         (process_one_symbol): Use get_last_source_file.
12148         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12149         (psymtab_to_symtab_1): Use get_last_source_file.
12150         * xcoffread.c (process_linenos): Use get_last_source_file.
12151         (complete_symtab): Use set_last_source_file.
12152         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12153         (scan_xcoff_symtab): Use set_last_source_file.
12154
12155 2013-01-21  Tom Tromey  <tromey@redhat.com>
12156
12157         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12158         (symbol_set_names): Remove casts.  Handle field const-ness.
12159
12160 2013-01-21  Tom Tromey  <tromey@redhat.com>
12161
12162         * dwarf2read.c (new_symbol_full): Remove cast.
12163         * symtab.c (symbol_set_demangled_name): Make 'name' const.
12164         * symtab.h (symbol_set_demangled_name): Update.
12165
12166 2013-01-21  Tom Tromey  <tromey@redhat.com>
12167
12168         * main.c (captured_main): Call bfd_init.
12169
12170 2013-01-21  Tom Tromey  <tromey@redhat.com>
12171
12172         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12173         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12174         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12175         * NEWS: Update.
12176
12177 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12178
12179         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12180
12181 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12182
12183         Fix gdb.fortran/common-block.exp crash in PIE mode.
12184         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12185         LOC_COMMON_BLOCK.
12186         * f-valprint.c (info_common_command_for_block): Expect
12187         LOC_COMMON_BLOCK in gdb_assert.
12188         * symtab.h (struct general_symbol_info): Update comment for the
12189         common_block member.
12190         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12191         (enum address_class): New member LOC_COMMON_BLOCK.
12192
12193 2013-01-18  David Blaikie  <dblaikie@gmail.com>
12194
12195         * MAINTAINERS (Write After Approval): Add "David Blaikie".
12196
12197 2013-01-18  Tom Tromey  <tromey@redhat.com>
12198
12199         PR c++/14999:
12200         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12201         Call require_rvalue.
12202
12203 2013-01-18  Yao Qi  <yao@codesourcery.com>
12204
12205         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12206         (dbx_read_symtab): New declaration.
12207         (dbx_psymtab_to_symtab): Delete.
12208         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12209         Rename parameter PST to SELF.  Exchanged two parameters.
12210         (start_psymtab): Caller update.
12211         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12212         (dwarf2_read_symtab): New declaration.
12213         (dwarf2_psymtab_to_symtab): Delete.
12214         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12215         Rename parameter PST to SELF.  Exchanged two parameters.
12216         (create_partial_symtab): Caller update.
12217         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12218         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12219         Rename parameter PST to SELF.  Exchanged two parameters.
12220         (parse_partial_symbols, new_psymtab): Caller update.
12221         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12222         two parameters.
12223         * psymtab.c (psymtab_to_symtab): Caller update.
12224         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12225         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12226         Rename parameter PST to SELF.  Exchanged two parameters.
12227         (xcoff_start_psymtab): Caller update.
12228
12229 2013-01-18  Yao Qi  <yao@codesourcery.com>
12230
12231         * infrun.c (proceed): Rename local variable 'oneproc' to
12232         'force_step'.
12233
12234 2013-01-17  Doug Evans  <dje@google.com>
12235
12236         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12237         (dw2_build_type_unit_groups): Delete.  All uses updated.
12238
12239         * symtab.h (struct symbol_search): Add comment.
12240
12241 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12242
12243         * symtab.c (compare_filenames_for_search): New comment for
12244         HAS_DRIVE_SPEC.
12245
12246 2013-01-17  Tom Tromey  <tromey@redhat.com>
12247
12248         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12249
12250 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12251
12252         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12253         initialize it by existing make_cleanup.  Call new do_cleanups.
12254
12255 2013-01-17  Tom Tromey  <tromey@redhat.com>
12256
12257         * cp-abi.c (cp_abi_completer): New function.
12258         (_initialize_cp_abi): Set completer for "set cp-abi".
12259
12260 2013-01-17  Tom Tromey  <tromey@redhat.com>
12261
12262         * mem-break.c: Remove obsolete comment.
12263         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12264
12265 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12266
12267         * jit.c (jit_reader_load_command): Interpret the jit reader name
12268         as an absolute path if it begins with a forward slash.
12269
12270 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12271
12272         PR gdb/14550
12273
12274         * jit.c (finalize_symtab): Ensure that only the global block has a
12275         NULL superblock.
12276
12277 2013-01-17  Pedro Alves  <palves@redhat.com>
12278
12279         * acinclude.m4: Include ../config/plugins.m4,
12280         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
12281         * Makefile.in (aclocal_m4_deps): Update.
12282         * aclocal.m4: Renegerate.
12283
12284 2013-01-16  Doug Evans  <dje@google.com>
12285
12286         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12287
12288 2013-01-16  Pedro Alves  <palves@redhat.com>
12289             Tom Tromey  <tromey@redhat.com>
12290
12291         PR cli/7221:
12292         * NEWS: Add "catch signal".
12293         * breakpoint.c (base_breakpoint_ops): No longer static.
12294         (bpstat_explains_signal): New function.
12295         (init_catchpoint): No longer static.
12296         (base_breakpoint_explains_signal): New function.
12297         (base_breakpoint_ops): Initialize new field.
12298         * breakpoint.h (enum bpstat_signal_value): New.
12299         (struct breakpoint_ops) <explains_signal>: New field.
12300         (bpstat_explains_signal): Remove macro, declare as function.
12301         (base_breakpoint_ops, init_catchpoint): Declare.
12302         * break-catch-sig.c: New file.
12303         * inferior.h (signal_catch_update): Declare.
12304         * infrun.c (signal_catch): New global.
12305         (handle_syscall_event): Update for change to
12306         bpstat_explains_signal.
12307         (handle_inferior_event): Likewise.  Always handle random signals
12308         via bpstats.
12309         (signal_cache_update): Check signal_catch.
12310         (signal_catch_update): New function.
12311         (_initialize_infrun): Initialize signal_catch.
12312         * Makefile.in (SFILES): Add break-catch-sig.c.
12313         (COMMON_OBS): Add break-catch-sig.o.
12314
12315 2013-01-16  Tom Tromey  <tromey@redhat.com>
12316
12317         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12318         (print_one_catch_solib, print_one_catch_syscall)
12319         (print_one_catch_exec, print_one_exception_catchpoint): Emit
12320         "catch-type".
12321
12322 2013-01-16  Yao Qi  <yao@codesourcery.com>
12323
12324         * printcmd.c (current_display_number): Make it static.
12325
12326 2013-01-16  Yao Qi  <yao@codesourcery.com>
12327
12328         * infcmd.c (step_once): Don't check '!single_inst' as it was
12329         checked before.
12330
12331 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
12332
12333         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12334
12335 2013-01-14  Tom Tromey  <tromey@redhat.com>
12336
12337         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12338         set command.
12339         * command.h (add_setshow_string_noescape_cmd): Update.
12340         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12341         (complete_set_gnutarget): New function.
12342         (_initialize_core): Set the "set gnutarget" completer.
12343
12344 2013-01-14  Tom Tromey  <tromey@redhat.com>
12345
12346         PR symtab/14442:
12347         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12348         (c_type_print_modifier): Likewise.
12349         * dwarf2read.c (read_tag_restrict_type): New function.
12350         (read_type_die_1): Handle DW_TAG_restrict_type.
12351         * gdbtypes.c (make_restrict_type): New function.
12352         (recursive_dump_type): Handle TYPE_RESTRICT.
12353         * gdbtypes.h (enum type_flag_values): Renumber.
12354         (enum type_instance_flag_value): Add
12355         TYPE_INSTANCE_FLAG_RESTRICT.
12356         (TYPE_RESTRICT): New macro.
12357         (make_restrict_type): Declare.
12358
12359 2013-01-14  Tom Tromey  <tromey@redhat.com>
12360
12361         PR symtab/14931:
12362         * psymtab.c (struct psymtab_state): New.
12363         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12364         functions.
12365         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12366         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12367
12368 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
12369             Pedro Alves  <palves@redhat.com>
12370
12371         PR remote/14786
12372
12373         * remote.c (remote_threads_info): Make a copy of the reply from
12374         qfThreadInfo and use that instead of rs->buf.
12375
12376 2013-01-14  Yao Qi  <yao@codesourcery.com>
12377
12378         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12379         (dbx_psymtab_to_symtab): Likewise.
12380         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12381         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12382         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12383
12384 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12385
12386         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
12387         make_cleanup_restore_current_language.  Call set_language.  Move
12388         OLD_CHAIN and INNER_CHAIN cleanups.
12389         * utils.c (do_restore_current_language)
12390         (make_cleanup_restore_current_language): New functions.
12391         * utils.h (make_cleanup_restore_current_language): New declaration.
12392
12393 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12394
12395         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12396         non-existing files.
12397
12398         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12399         non-existing files if FILENAME is already absolute.
12400
12401 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12402
12403         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12404         fputs_filtered.  Append trailing newline.
12405
12406 2013-01-11  Yao Qi  <yao@codesourcery.com>
12407             Stan Shebs  <stan@codesourcery.com>
12408
12409         * psymtab.c (init_psymbol_list): Clarify the comment.
12410
12411 2013-01-11  Yao Qi  <yao@codesourcery.com>
12412
12413         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12414         (update_dprintf_command_list): Assert that 'printf_line' is
12415         non-null.  Remove condition check.
12416
12417 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12418
12419         Code cleanup.
12420         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12421         type const char *.
12422         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12423         const char *.
12424         * tui/tui-source.h (tui_source_is_displayed): Likewise.
12425
12426 2013-01-09  Anthony Green  <green@moxielogic.com>
12427
12428         * cp-abi.c (cplus_print_vtable): Don't return value from void
12429         function.
12430         * ada-lang.c (re_set_catch_assert): Ditto.
12431
12432 2013-01-09  Doug Evans  <dje@google.com>
12433
12434         * symfile.h (quick_symbol_functions): Delete member
12435         pre_expand_symtabs_matching.  All uses removed.
12436         * dwarf2read.c (dw2_lookup_symbol): Implement.
12437         (dw2_do_expand_symtabs_matching): Delete.
12438         (dw2_pre_expand_symtabs_matching): Delete.
12439         (struct dw2_symtab_iterator): New type.
12440         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12441         (dw2_expand_symtabs_for_function): Rewrite.
12442         (dwarf2_gdb_index_functions): Update.
12443         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12444         (psym_functions): Update.
12445
12446 2013-01-09  Tom Tromey  <tromey@redhat.com>
12447
12448         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12449         * configure: Rebuild.
12450         * configure.ac: Add somread.o to the build if BFD has SOM
12451         support.
12452         * somread.c: Include som/aout.h, not syms.h.
12453         (som_symtab_read): Use som_external_symbol_dictionary_record.
12454         Unpack records manually.
12455         (_initialize_somread): Declare.
12456
12457 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
12458
12459         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12460         Cast return_address to 64bits.
12461
12462 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
12463
12464         * printcmd.c: Remove define of function output_command.
12465         * tracepoint.c: Remove extern of function output_command.
12466         * valprint.h: (output_command): New extern.
12467
12468 2013-01-07  Tom Tromey  <tromey@redhat.com>
12469
12470         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12471         Remove.
12472         (objc_language_defn): Use c_printchar, c_printstr,
12473         c_emit_char.
12474
12475 2013-01-07  Tom Tromey  <tromey@redhat.com>
12476
12477         PR cli/7719:
12478         * NEWS: Update.
12479         * ada-valprint.c (printstr, print_field_values): Remove
12480         "inspect_it" code.
12481         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12482         code.
12483         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12484         code.
12485         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12486         * main.c (captured_main): Remove "epoch" argument.
12487         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12488         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12489         * p-valprint.c (pascal_object_print_value_fields): Remove
12490         "inspect_it" code.
12491         * printcmd.c (print_command_1): Remove 'inspect' argument.
12492         (print_command, call_command): Update.
12493         (inspect_command): Remove.
12494         (_initialize_printcmd): Make "inspect" an alias for "print".
12495         * top.c (epoch_interface): Remove.
12496         * top.h (epoch_interface): Remove.
12497         * valprint.c (user_print_options): Update.
12498         (print_converted_chars_to_obstack): Remove "inspect_it" code.
12499         * valprint.h (struct value_print_options) <inspect_it>: Remove
12500         field.
12501
12502 2013-01-04  Tom Tromey  <tromey@redhat.com>
12503
12504         * valprint.h (read_string): Add 'extern'.
12505
12506 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
12507
12508         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12509         used to decide whether to define darwin_read_dyld_info or not.
12510
12511 2013-01-03  Pierre Muller  <muller@sourceware.org>
12512
12513         * main.c (relocate_gdb_directory): Avoid calling stat function
12514         if DIR is empty.
12515
12516 2013-01-03  Yao Qi  <yao@codesourcery.com>
12517
12518         * psymtab.c (fixup_psymbol_section): Update declaration.
12519         (fixup_psymbol_section): Remove code returning value.
12520
12521 2013-01-03  Yao Qi  <yao@codesourcery.com>
12522
12523         * symtab.h: Remove some out of date comments.
12524          (enum exception_event_kind): Move it ...
12525         * breakpoint.c: ... here.
12526
12527 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
12528
12529         PR gdb/14405
12530         * darwin-nat.c (darwin_read_dyld_info): Only build if
12531         TASK_DYLD_INFO_COUNT is defined.
12532         (darwin_xfer_partial): Call darwin_read_dyld_info only if
12533         TASK_DYLD_INFO_COUNT is defined.
12534
12535 2013-01-02  Tom Tromey  <tromey@redhat.com>
12536
12537         * symfile.h (struct ecoff_debug_hack): Remove.
12538         * objfiles.c: Don't include mdebugread.h.
12539
12540 2013-01-02  Tom Tromey  <tromey@redhat.com>
12541
12542         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12543         * configure.ac: Check for Mach-O support in BFD.  Update
12544         CONFIG_OBS.
12545         * configure: Rebuild.
12546
12547 2013-01-02  Tom Tromey  <tromey@redhat.com>
12548
12549         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12550         * configure.ac: Use GDB_AC_CHECK_BFD.
12551         * configure: Rebuild.
12552
12553 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
12554
12555         * MAINTAINERS: Update my email.
12556
12557 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12558
12559         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12560
12561 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12562
12563         * rs6000-nat.c (bss_data_overlap): New function.
12564         (vmap_symtab): Use it to adjust the .bss section's offset.
12565
12566 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12567
12568         Update year range in copyright notice of all files.
12569
12570 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
12571
12572         * top.c (print_gdb_version): Update copyright year.
12573
12574 For older changes see ChangeLog-2012.
12575 \f
12576 Local Variables:
12577 mode: change-log
12578 left-margin: 8
12579 fill-column: 74
12580 version-control: never
12581 coding: utf-8
12582 End: