aec07687c65e736a69dc73e1d9dd6cc02f34484f
[external/binutils.git] / gdb / ChangeLog
1 2013-11-24  Yao Qi  <yao@codesourcery.com>
2
3         * disasm.c (dis_asm_read_memory): Call target_read_code
4         instead of target_read_memory.
5
6 2013-11-24  Yao Qi  <yao@codesourcery.com>
7
8         * NEWS: Add note on new "set code-cache" option.
9         * target-dcache.c (code_cache_enabled_1): New variable.
10         (code_cache_enabled): New variable.
11         (show_code_cache, set_code_cache): New function.
12         (code_cache_enabled_p): New function.
13         (_initialize_target_dcache): Register command.
14         * target-dcache.h (code_cache_enabled_p): Declare.
15         * target.c (memory_xfer_partial_1):Handle
16         TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
17         (target_read_code): New function.
18         * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
19         New.
20         (target_read_code): Declare.
21
22 2013-11-24  Yao Qi  <yao@codesourcery.com>
23
24         * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
25         (stack_cache_enabled_1): ... this.  New variable.
26         (stack_cache_enabled_p): Rename to ...
27         (stack_cache_enabled): ... this.  New variable.
28         (set_stack_cache_enabled_p): Rename to ...
29         (set_stack_cache): ... this.  Update caller.
30         (show_stack_cache_enabled_p): Rename to ...
31         (show_stack_cache): ... this.  Update caller.
32         (stack_cache_enabled): Rename to ...
33         (stack_cache_enabled_p): ... this.  Update caller.
34         (_initialize_target_dcache): Replace "data cache" with
35         "target memory cache".
36         * target-dcache.h (stack_cache_enabled): Remove declaration.
37         (stack_cache_enabled_p): Add declaration.
38
39 2013-11-23  Doug Evans  <xdje42@gmail.com>
40
41         * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
42         superfluous.
43
44 2013-11-23  Doug Evans  <xdje42@gmail.com>
45
46         * python/py-frame.c (frapy_block): Fix error message text.
47
48 2013-11-23  Doug Evans  <xdje42@gmail.com>
49
50         * cli/cli-script.c (multi_line_command_p): New function.
51         (recurse_read_control_structure, read_command_lines_1): Call it.
52         (execute_control_command): Consistently have a blank line between
53         each case.
54
55 2013-11-22  Sterling Augustine  <saugustine@google.com>
56
57         PR gdb/16196:
58         * valprint.c (read_string): Set new variable fetchlen based on
59         fetchlimit and size.  Use it in call to partial_memory_read.
60         Update comment.
61
62 2013-11-22  Tom Tromey  <tromey@redhat.com>
63
64         PR backtrace/16155:
65         * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
66         the return address column is unspecified.
67
68 2013-11-22  Tom Tromey  <tromey@redhat.com>
69             Pedro Alves  <palves@redhat.com>
70
71         PR backtrace/16155
72         * value.c (value_fetch_lazy): Internal error if
73         get_frame_register_value returns the same register.
74
75 2013-11-22  Pedro Alves  <palves@redhat.com>
76             Tom Tromey  <tromey@redhat.com>
77
78         * frame.c (frame_stash_add): Now returns whether a frame with the
79         same ID was already known.
80         (compute_frame_id): New function, factored out from get_frame_id.
81         (get_frame_id): No longer lazilly compute the frame id here.
82         (get_prev_frame_if_no_cycle): New function.  Detects wider stack
83         cycles.
84         (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
85         and checking for stack cycles here.
86
87 2013-11-22  Pedro Alves  <palves@redhat.com>
88
89         PR 16155
90         * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
91         this frame and the new previous frame, not between this frame and
92         the next frame.
93
94 2013-11-22  Pedro Alves  <palves@redhat.com>
95
96         PR 16155
97         * dwarf2-frame.c (struct dwarf2_frame_cache)
98         <checked_tailcall_bottom, entry_cfa_sp_offset,
99         entry_cfa_sp_offset_p>: New fields.
100         (dwarf2_frame_cache): Adjust to use the new cache fields instead
101         of locals.  Don't call dwarf2_tailcall_sniffer_first here.
102         (dwarf2_frame_prev_register): Call it here, but only once.
103
104 2013-11-21  Doug Evans  <xdje42@gmail.com>
105
106         * gdbtypes.c: #include bcache.h, dwarf2loc.h.
107         (type_equality_entry): Move here from python/py-type.c.
108         (type_equality_entry_d): Ditto.
109         (compare_maybe_null_strings, check_types_equal): Ditto.
110         (check_types_worklist, types_deeply_equal): Ditto.
111         * gdbtypes.h (types_deeply_equal): Declare.
112         * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
113         (typy_richcompare): Update.
114
115 2013-11-20  Joel Brobecker  <brobecker@adacore.com>
116
117         * python/py-value.c (is_intlike): Delete.
118         (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
119         by use of is_integral_type.
120         (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
121         by use of is_integral_type and check for TYPE_CODE_PTR.
122
123 2013-11-20  Tom Tromey  <tromey@redhat.com>
124
125         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
126         strerror module.
127         * gnulib/aclocal.m4: Update.
128         * gnulib/config.in: Update.
129         * gnulib/configure: Update.
130         * gnulib/import/Makefile.am: Update.
131         * gnulib/import/Makefile.in: Update.
132         * gnulib/import/errno.in.h: Remove.
133         * gnulib/import/intprops.h: Remove.
134         * gnulib/import/m4/errno_h.m4: Remove.
135         * gnulib/import/m4/gnulib-cache.m4: Update.
136         * gnulib/import/m4/gnulib-comp.m4: Update.
137         * gnulib/import/m4/strerror.m4: Remove.
138         * gnulib/import/m4/sys_socket_h.m4: Remove.
139         * gnulib/import/strerror-override.c: Remove.
140         * gnulib/import/strerror-override.h: Remove.
141         * gnulib/import/strerror.c: Remove.
142         * gnulib/update-gnulib.sh: Update.
143
144 2013-11-20  Yao Qi  <yao@codesourcery.com>
145
146         * target-dcache.c (target_dcache_get_or_init): Call
147         set_address_space_data if 'dcache' is NULL.
148
149 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
150
151         * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
152
153 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
154
155         * python/lib/gdb/command/bound_register.py: New file.
156         * data-directory/Makefile.in: Copy bond_register.py to the right path
157         to be initialized at gdb startup.
158
159 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
160
161         * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
162         Add MPX registers.
163         (amd64_linux_read_description): Add initialization for MPX and
164         AVX independently.
165         * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
166         (amd64_linux_gregset_reg_offset): Add MPX registers.
167         (amd64_linux_core_read_description): Add initialization for MPX
168         registers.
169         (_initialize_amd64_linux_tdep): Initialize MPX targets.
170         * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
171         register on the list.
172         (tdesc_amd64_mpx_linux) Add new target  for MPX.
173         * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
174         (amd64_mpx_names): MPX register names.
175         (amd64_init_abi): Add MPX register while initializing the ABI.
176         (_initialize_amd64_tdep): Initialize MPX targets.
177         * amd64-tdep.h (amd64_regnum): Add MPX registers.
178         (AMD64_NUM_REGS): Set number of registers taking MPX into account.
179
180 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
181
182         * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
183         registers on the range of registers to be read from
184         xsave buffer.
185         (i386_linux_read_description): Add case for MPX.
186         * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
187         (i386_linux_gregset_reg_offset): Add MPX registers.
188         (i386_linux_core_read_description): Initialize also MPX.
189         (_initialize_i386_linux_tdep): Add mpx initialization.
190         * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
191         mpx_register_names.
192         (i386_regnum): Add MPX registers.
193         (I386_MPX_NUM_REGS): New macro.
194         (i386_bnd_regnum_p): New function.
195         * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
196         number of registers to be the number of BNDSTATUS.
197         (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
198         * i386-tdep.c: Include features/i386/i386-mpx.c.
199         (i386_mpx_names): Add MPX register names array.
200         (i386_bnd_names): Add bnd pseudo register names array.
201         (i386_bndr_regnum_p): Lookup register numbers for bnd raw
202         registers.
203         (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
204         (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
205         registers.
206         (i386_bnd_type): New function.
207         (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
208         register types.
209         (i386_pseudo_register_read_into_value): Add bnd case.
210         (i386_pseudo_register_write): Add bnd pseudo registers.
211         (i386_register_reggroup_p): Add MPX register to the group all.
212         (i386_validate_tdesc_p): Add MPX to the target  description
213         validation.
214         (i386_pseudo_register_name): Add bnd pseudo registers.
215         (i386_gdbarch_init): Add MPX for architecture initialization.
216         (_initia_initialize_i386_tdep): Add mpx initialization.
217         * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
218         XSAVE buffer.
219         (XSAVE_MPX_ADDR): New macro.
220         (i387_supply_xsave): Add MPX case.
221         (i387_collect_xsave): Add MPX case.
222         * i387-tdep.h (I387_BND0R_REGNUM): New macro.
223         (I387_BNDCFGU_REGNUM): New macro.
224         (I387_NUM_MPX_REGS): New macro.
225         (I387_NUM_BND_REGS): New macro.
226         (I387_NUM_MPX_CTRL_REGS): New macro.
227         (I387_MPXEND_REGNUM): New macro.
228         * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
229         (I386_XSTATE_BNDCFG): Likewise.
230         (I386_XSTATE_MPX_MASK): Likewise.
231         (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
232         (I386_XSTATE_BNDREGS_SIZE): New macro.
233         (I386_XSTATE_BNDCFG_SIZE): Likewise.
234         (I386_XSTATE_SIZE): Adapt for MPX.
235         (I386_XSTATE_MAX_SIZE): Likewise.
236
237 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
238
239         * features/i386/Makefile: Adapts for using MPX registers.
240         * features/i386/32bit-mpx.xml: New file.
241         * features/i386/64bit-mpx.xml: Likewise.
242         * features/i386/amd64-mpx-linux.c: Likewise.
243         * features/i386/amd64-mpx-linux.xml: Likewise.
244         * features/i386/amd64-mpx.c: Likewise.
245         * features/i386/amd64-mpx.xml: Likewise.
246         * features/i386/i386-mpx-linux.c: Likewise.
247         * features/i386/i386-mpx-linux.xml: Likewise.
248         * features/i386/i386-mpx.c: Likewise.
249         * features/i386/i386-mpx.xml: Likewise.
250         * regformats/i386/amd64-mpx-linux.dat: New file.
251         * regformats/i386/amd64-mpx.dat: Likewise.
252         * regformats/i386/i386-mpx-linux.dat: Likewise.
253         * regformats/i386/i386-mpx.dat: Likewise.
254
255 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
256
257         * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
258         Modified logic of creating a bitfield to be in sync with
259         tdesc_gdb_type.
260
261 2013-11-20  Will Newton  <will.newton@linaro.org>
262
263         * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
264         error message.
265
266 2013-11-20  Yao Qi  <yao@codesourcery.com>
267
268         * progspace.h (struct address_space_data): Declare.
269         * target-dcache.c: Include "progspace.h".
270         (target_dache): Remove.
271         (target_dcache_aspace_key): New.
272         (target_dcache_cleanup): New function.
273         (target_dcache_init_p): Get data through
274         target_dcache_aspace_key.
275         (target_dcache_invalidate): Likewise.
276         (target_dcache_get): Likewise.
277         (target_dcache_get_or_init): Likewise.
278         (_initialize_target_dcache): Initialize
279         target_dcache_aspace_key.
280
281 2013-11-20  Yao Qi  <yao@codesourcery.com>
282
283         * progspace.c (struct address_space): Update comments.
284         <REGISTRY_FIELDS>: New fields.
285         DEFINE_REGISTRY for address_space.
286         (new_address_space): Call address_space_alloc_data.
287         (free_address_space): Call address_space_free_data.
288         * progspace.h: Use DECLARE_REGISTRY.
289
290 2013-11-20  Yao Qi  <yao@codesourcery.com>
291
292         * Makefile.in (SFILES):Add target-dcache.c.
293         (HFILES_NO_SRCDIR): Add target-dcache.h.
294         (COMMON_OBS): Add target-dcache.o.
295         * dcache.c: Remove inclusion to "target.h".  Include
296         "target-dcache.h".
297         * memattr.c: Include "target-dcache.h".
298         * top.c: Likewise.
299         * tracepoint.c: Likewise.
300         * target.c: (stack_cache_enabled_p_1): Move to
301         target-dcache.c.
302         (stack_cache_enabled_p): Likewise.
303         (set_stack_cache_enabled_p): Likewise.
304         (show_stack_cache_enabled_p): Likewise.
305         (target_dcache, target_dcache_init_p): Likewise.
306         (target_dcache_invalidate): Likewise.
307         (target_dcache_get, target_dcache_get_or_init): Likewise.
308         (memory_xfer_partial_1): Call function stack_cache_enabled.
309         (initialize_target): Move code to target-dcache.c.
310         * target.h (target_dcache_invalidate): Move to
311         target-dcache.h.
312         (target_dcache_get): Likewise.
313         * target-dcache.c: New.
314         * target-dcache.h: New.
315
316 2013-11-20  Yao Qi  <yao@codesourcery.com>
317
318         * target.c (memory_xfer_partial_1): Update 'target_dcache' if
319         it is initialized.
320
321 2013-11-20  Yao Qi  <yao@codesourcery.com>
322
323         * dcache.c (last_cache): Remove.
324         (dcache_free, dcache_init): Update.
325         (dcache_update):
326         (dcache_print_line): Add parameter 'dcache'.  Replace
327         'target_dcache' with 'dcache'.
328         (dcache_info): Move code to dcache_info_1. Call
329         'dcache_info_1'.
330         (dcache_info_1): New function.
331         (set_dcache_size): Call target_dcache_invalidate.
332         (set_dcache_line_size): Call target_dcache_invalidate.
333         * target.c (target_dcache_init_p): New function.
334         (target_dcache_invalidate): Check target_dcache_init_p first.
335         (target_dcache_get, target_dcache_get_or_init): New function.
336         (memory_xfer_partial_1): Adjust.
337         (initialize_target): Don't initialize 'target_dcache'.
338         * target.h (struct dcache_struct): Declare.
339         (target_dcache_get): Declare.
340
341 2013-11-19  Yao Qi  <yao@codesourcery.com>
342
343         * varobj.c (varobj_get_type): Fix typo.
344
345 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
346
347         * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
348
349 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
350
351         * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
352         "stat.h".
353
354 2013-11-18  Tom Tromey  <tromey@redhat.com>
355
356         * common/gdb_stat.h: Remove.
357         * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
358         * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
359         * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
360         * corefile.c: Use sys/stat.h, not gdb_stat.h.
361         * ctf.c: Use sys/stat.h, not gdb_stat.h.
362         * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
363         * dbxread.c: Use sys/stat.h, not gdb_stat.h.
364         * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
365         * exec.c: Use sys/stat.h, not gdb_stat.h.
366         * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
367         * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
368         * inf-child.c: Use sys/stat.h, not gdb_stat.h.
369         * jit.c: Use sys/stat.h, not gdb_stat.h.
370         * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
371         * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
372         * main.c: Use sys/stat.h, not gdb_stat.h.
373         * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
374         * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
375         * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
376         * objfiles.c: Use sys/stat.h, not gdb_stat.h.
377         * procfs.c: Use sys/stat.h, not gdb_stat.h.
378         * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
379         * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
380         * remote.c: Use sys/stat.h, not gdb_stat.h.
381         * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
382         * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
383         * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
384         * source.c: Use sys/stat.h, not gdb_stat.h.
385         * symfile.c: Use sys/stat.h, not gdb_stat.h.
386         * symmisc.c: Use sys/stat.h, not gdb_stat.h.
387         * symtab.c: Use sys/stat.h, not gdb_stat.h.
388         * top.c: Use sys/stat.h, not gdb_stat.h.
389         * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
390
391 2013-11-18  Tom Tromey  <tromey@redhat.com>
392
393         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
394         sys_stat.
395         * gnulib/aclocal.m4: Update.
396         * gnulib/config.in: Update.
397         * gnulib/configure: Update.
398         * gnulib/import/Makefile.am: Update.
399         * gnulib/import/Makefile.in: Update.
400         * gnulib/import/m4/gnulib-cache.m4: Update.
401         * gnulib/import/m4/gnulib-comp.m4: Update.
402         * gnulib/import/m4/sys_stat_h.m4: New.
403         * gnulib/import/m4/time_h.m4: New.
404         * gnulib/import/sys_stat.in.h: New.
405         * gnulib/import/time.in.h: New.
406
407 2013-11-18  Tom Tromey  <tromey@redhat.com>
408
409         * configure: Rebuild.
410         * configure.ac: Remove check of HAVE_SYS_TYPES_H.
411
412 2013-11-18  Tom Tromey  <tromey@redhat.com>
413
414         * configure: Rebuild.
415         * configure.ac: Don't check for unistd.h.
416
417 2013-11-18  Tom Tromey  <tromey@redhat.com>
418
419         * configure: Rebuild.
420         * configure.ac: Don't check for stdlib.h
421         * defs.h: Include stdlib.h unconditionally.
422
423 2013-11-18  Tom Tromey  <tromey@redhat.com>
424
425         * config.in: Rebuild.
426         * configure: Rebuild.
427         * configure.ac: Don't check for stddef.h.
428         * defs.h: Unconditionally include stddef.h.  Remove duplicate
429         inclusion.
430
431 2013-11-18  Tom Tromey  <tromey@redhat.com>
432
433         * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
434         * common/gdb_dirent.h: Remove.
435         * common/filestuff.c: Use dirent.h.
436         * common/linux-osdata.c: Use dirent.h.
437         (NAMELEN): Define.
438         * config.in: Rebuild.
439         * configure: Rebuild.
440         * configure.ac: Don't use AC_HEADER_DIRENT.
441         * linux-fork.c: Use dirent.h
442         * linux-nat.c: Use dirent.h.
443         * nto-procfs.c: Use dirent.h.
444         * procfs.c: Use dirent.h.
445
446 2013-11-18  Tom Tromey  <tromey@redhat.com>
447
448         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
449         * gnulib/aclocal.m4: Update.
450         * gnulib/config.in: Update.
451         * gnulib/configure: Update.
452         * gnulib/import/Makefile.am: Update.
453         * gnulib/import/Makefile.in: Update.
454         * gnulib/import/dirent.in.h: New.
455         * gnulib/import/m4/dirent_h.m4: New.
456         * gnulib/import/m4/gnulib-cache.m4: Update.
457         * gnulib/import/m4/gnulib-comp.m4: Update.
458
459 2013-11-18  Tom Tromey  <tromey@redhat.com>
460
461         * configure: Rebuild.
462         * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
463         strings.h.
464
465 2013-11-18  Tom Tromey  <tromey@redhat.com>
466
467         * common/gdb_string.h: Remove.
468         * aarch64-tdep.c: Use string.h, not gdb_string.h.
469         * ada-exp.y: Use string.h, not gdb_string.h.
470         * ada-lang.c: Use string.h, not gdb_string.h.
471         * ada-lex.l: Use string.h, not gdb_string.h.
472         * ada-typeprint.c: Use string.h, not gdb_string.h.
473         * ada-valprint.c: Use string.h, not gdb_string.h.
474         * aix-thread.c: Use string.h, not gdb_string.h.
475         * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
476         * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
477         * alpha-nat.c: Use string.h, not gdb_string.h.
478         * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
479         * alpha-tdep.c: Use string.h, not gdb_string.h.
480         * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
481         * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
482         * amd64-linux-nat.c: Use string.h, not gdb_string.h.
483         * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
484         * amd64-nat.c: Use string.h, not gdb_string.h.
485         * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
486         * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
487         * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
488         * arch-utils.c: Use string.h, not gdb_string.h.
489         * arm-linux-nat.c: Use string.h, not gdb_string.h.
490         * arm-linux-tdep.c: Use string.h, not gdb_string.h.
491         * arm-tdep.c: Use string.h, not gdb_string.h.
492         * arm-wince-tdep.c: Use string.h, not gdb_string.h.
493         * armbsd-tdep.c: Use string.h, not gdb_string.h.
494         * armnbsd-nat.c: Use string.h, not gdb_string.h.
495         * armnbsd-tdep.c: Use string.h, not gdb_string.h.
496         * armobsd-tdep.c: Use string.h, not gdb_string.h.
497         * avr-tdep.c: Use string.h, not gdb_string.h.
498         * ax-gdb.c: Use string.h, not gdb_string.h.
499         * ax-general.c: Use string.h, not gdb_string.h.
500         * bcache.c: Use string.h, not gdb_string.h.
501         * bfin-tdep.c: Use string.h, not gdb_string.h.
502         * breakpoint.c: Use string.h, not gdb_string.h.
503         * build-id.c: Use string.h, not gdb_string.h.
504         * buildsym.c: Use string.h, not gdb_string.h.
505         * c-exp.y: Use string.h, not gdb_string.h.
506         * c-lang.c: Use string.h, not gdb_string.h.
507         * c-typeprint.c: Use string.h, not gdb_string.h.
508         * c-valprint.c: Use string.h, not gdb_string.h.
509         * charset.c: Use string.h, not gdb_string.h.
510         * cli-out.c: Use string.h, not gdb_string.h.
511         * cli/cli-cmds.c: Use string.h, not gdb_string.h.
512         * cli/cli-decode.c: Use string.h, not gdb_string.h.
513         * cli/cli-dump.c: Use string.h, not gdb_string.h.
514         * cli/cli-interp.c: Use string.h, not gdb_string.h.
515         * cli/cli-logging.c: Use string.h, not gdb_string.h.
516         * cli/cli-script.c: Use string.h, not gdb_string.h.
517         * cli/cli-setshow.c: Use string.h, not gdb_string.h.
518         * cli/cli-utils.c: Use string.h, not gdb_string.h.
519         * coffread.c: Use string.h, not gdb_string.h.
520         * common/common-utils.c: Use string.h, not gdb_string.h.
521         * common/filestuff.c: Use string.h, not gdb_string.h.
522         * common/linux-procfs.c: Use string.h, not gdb_string.h.
523         * common/linux-ptrace.c: Use string.h, not gdb_string.h.
524         * common/signals.c: Use string.h, not gdb_string.h.
525         * common/vec.h: Use string.h, not gdb_string.h.
526         * core-regset.c: Use string.h, not gdb_string.h.
527         * corefile.c: Use string.h, not gdb_string.h.
528         * corelow.c: Use string.h, not gdb_string.h.
529         * cp-abi.c: Use string.h, not gdb_string.h.
530         * cp-support.c: Use string.h, not gdb_string.h.
531         * cp-valprint.c: Use string.h, not gdb_string.h.
532         * cris-tdep.c: Use string.h, not gdb_string.h.
533         * d-lang.c: Use string.h, not gdb_string.h.
534         * dbxread.c: Use string.h, not gdb_string.h.
535         * dcache.c: Use string.h, not gdb_string.h.
536         * demangle.c: Use string.h, not gdb_string.h.
537         * dicos-tdep.c: Use string.h, not gdb_string.h.
538         * disasm.c: Use string.h, not gdb_string.h.
539         * doublest.c: Use string.h, not gdb_string.h.
540         * dsrec.c: Use string.h, not gdb_string.h.
541         * dummy-frame.c: Use string.h, not gdb_string.h.
542         * dwarf2-frame.c: Use string.h, not gdb_string.h.
543         * dwarf2loc.c: Use string.h, not gdb_string.h.
544         * dwarf2read.c: Use string.h, not gdb_string.h.
545         * elfread.c: Use string.h, not gdb_string.h.
546         * environ.c: Use string.h, not gdb_string.h.
547         * eval.c: Use string.h, not gdb_string.h.
548         * event-loop.c: Use string.h, not gdb_string.h.
549         * exceptions.c: Use string.h, not gdb_string.h.
550         * exec.c: Use string.h, not gdb_string.h.
551         * expprint.c: Use string.h, not gdb_string.h.
552         * f-exp.y: Use string.h, not gdb_string.h.
553         * f-lang.c: Use string.h, not gdb_string.h.
554         * f-typeprint.c: Use string.h, not gdb_string.h.
555         * f-valprint.c: Use string.h, not gdb_string.h.
556         * fbsd-nat.c: Use string.h, not gdb_string.h.
557         * findcmd.c: Use string.h, not gdb_string.h.
558         * findvar.c: Use string.h, not gdb_string.h.
559         * fork-child.c: Use string.h, not gdb_string.h.
560         * frame.c: Use string.h, not gdb_string.h.
561         * frv-linux-tdep.c: Use string.h, not gdb_string.h.
562         * frv-tdep.c: Use string.h, not gdb_string.h.
563         * gdb.c: Use string.h, not gdb_string.h.
564         * gdb_bfd.c: Use string.h, not gdb_string.h.
565         * gdbarch.c: Use string.h, not gdb_string.h.
566         * gdbtypes.c: Use string.h, not gdb_string.h.
567         * gnu-nat.c: Use string.h, not gdb_string.h.
568         * gnu-v2-abi.c: Use string.h, not gdb_string.h.
569         * gnu-v3-abi.c: Use string.h, not gdb_string.h.
570         * go-exp.y: Use string.h, not gdb_string.h.
571         * go-lang.c: Use string.h, not gdb_string.h.
572         * go32-nat.c: Use string.h, not gdb_string.h.
573         * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
574         * hppa-linux-nat.c: Use string.h, not gdb_string.h.
575         * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
576         * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
577         * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
578         * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
579         * i386-linux-nat.c: Use string.h, not gdb_string.h.
580         * i386-linux-tdep.c: Use string.h, not gdb_string.h.
581         * i386-nto-tdep.c: Use string.h, not gdb_string.h.
582         * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
583         * i386-tdep.c: Use string.h, not gdb_string.h.
584         * i386bsd-tdep.c: Use string.h, not gdb_string.h.
585         * i386gnu-nat.c: Use string.h, not gdb_string.h.
586         * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
587         * i386obsd-tdep.c: Use string.h, not gdb_string.h.
588         * i387-tdep.c: Use string.h, not gdb_string.h.
589         * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
590         * ia64-linux-nat.c: Use string.h, not gdb_string.h.
591         * inf-child.c: Use string.h, not gdb_string.h.
592         * inf-ptrace.c: Use string.h, not gdb_string.h.
593         * inf-ttrace.c: Use string.h, not gdb_string.h.
594         * infcall.c: Use string.h, not gdb_string.h.
595         * infcmd.c: Use string.h, not gdb_string.h.
596         * inflow.c: Use string.h, not gdb_string.h.
597         * infrun.c: Use string.h, not gdb_string.h.
598         * interps.c: Use string.h, not gdb_string.h.
599         * iq2000-tdep.c: Use string.h, not gdb_string.h.
600         * irix5-nat.c: Use string.h, not gdb_string.h.
601         * jv-exp.y: Use string.h, not gdb_string.h.
602         * jv-lang.c: Use string.h, not gdb_string.h.
603         * jv-typeprint.c: Use string.h, not gdb_string.h.
604         * jv-valprint.c: Use string.h, not gdb_string.h.
605         * language.c: Use string.h, not gdb_string.h.
606         * linux-fork.c: Use string.h, not gdb_string.h.
607         * linux-nat.c: Use string.h, not gdb_string.h.
608         * lm32-tdep.c: Use string.h, not gdb_string.h.
609         * m2-exp.y: Use string.h, not gdb_string.h.
610         * m2-typeprint.c: Use string.h, not gdb_string.h.
611         * m32c-tdep.c: Use string.h, not gdb_string.h.
612         * m32r-linux-nat.c: Use string.h, not gdb_string.h.
613         * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
614         * m32r-rom.c: Use string.h, not gdb_string.h.
615         * m32r-tdep.c: Use string.h, not gdb_string.h.
616         * m68hc11-tdep.c: Use string.h, not gdb_string.h.
617         * m68k-tdep.c: Use string.h, not gdb_string.h.
618         * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
619         * m68klinux-nat.c: Use string.h, not gdb_string.h.
620         * m68klinux-tdep.c: Use string.h, not gdb_string.h.
621         * m88k-tdep.c: Use string.h, not gdb_string.h.
622         * macrocmd.c: Use string.h, not gdb_string.h.
623         * main.c: Use string.h, not gdb_string.h.
624         * mdebugread.c: Use string.h, not gdb_string.h.
625         * mem-break.c: Use string.h, not gdb_string.h.
626         * memattr.c: Use string.h, not gdb_string.h.
627         * memory-map.c: Use string.h, not gdb_string.h.
628         * mep-tdep.c: Use string.h, not gdb_string.h.
629         * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
630         * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
631         * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
632         * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
633         * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
634         * mi/mi-cmds.c: Use string.h, not gdb_string.h.
635         * mi/mi-console.c: Use string.h, not gdb_string.h.
636         * mi/mi-getopt.c: Use string.h, not gdb_string.h.
637         * mi/mi-interp.c: Use string.h, not gdb_string.h.
638         * mi/mi-main.c: Use string.h, not gdb_string.h.
639         * mi/mi-parse.c: Use string.h, not gdb_string.h.
640         * microblaze-rom.c: Use string.h, not gdb_string.h.
641         * microblaze-tdep.c: Use string.h, not gdb_string.h.
642         * mingw-hdep.c: Use string.h, not gdb_string.h.
643         * minidebug.c: Use string.h, not gdb_string.h.
644         * minsyms.c: Use string.h, not gdb_string.h.
645         * mips-irix-tdep.c: Use string.h, not gdb_string.h.
646         * mips-linux-tdep.c: Use string.h, not gdb_string.h.
647         * mips-tdep.c: Use string.h, not gdb_string.h.
648         * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
649         * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
650         * mipsread.c: Use string.h, not gdb_string.h.
651         * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
652         * mn10300-tdep.c: Use string.h, not gdb_string.h.
653         * monitor.c: Use string.h, not gdb_string.h.
654         * moxie-tdep.c: Use string.h, not gdb_string.h.
655         * mt-tdep.c: Use string.h, not gdb_string.h.
656         * nbsd-tdep.c: Use string.h, not gdb_string.h.
657         * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
658         * nto-procfs.c: Use string.h, not gdb_string.h.
659         * nto-tdep.c: Use string.h, not gdb_string.h.
660         * objc-lang.c: Use string.h, not gdb_string.h.
661         * objfiles.c: Use string.h, not gdb_string.h.
662         * opencl-lang.c: Use string.h, not gdb_string.h.
663         * osabi.c: Use string.h, not gdb_string.h.
664         * osdata.c: Use string.h, not gdb_string.h.
665         * p-exp.y: Use string.h, not gdb_string.h.
666         * p-lang.c: Use string.h, not gdb_string.h.
667         * p-typeprint.c: Use string.h, not gdb_string.h.
668         * parse.c: Use string.h, not gdb_string.h.
669         * posix-hdep.c: Use string.h, not gdb_string.h.
670         * ppc-linux-nat.c: Use string.h, not gdb_string.h.
671         * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
672         * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
673         * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
674         * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
675         * printcmd.c: Use string.h, not gdb_string.h.
676         * procfs.c: Use string.h, not gdb_string.h.
677         * prologue-value.c: Use string.h, not gdb_string.h.
678         * python/py-auto-load.c: Use string.h, not gdb_string.h.
679         * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
680         * ravenscar-thread.c: Use string.h, not gdb_string.h.
681         * regcache.c: Use string.h, not gdb_string.h.
682         * registry.c: Use string.h, not gdb_string.h.
683         * remote-fileio.c: Use string.h, not gdb_string.h.
684         * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
685         * remote-mips.c: Use string.h, not gdb_string.h.
686         * remote-sim.c: Use string.h, not gdb_string.h.
687         * remote.c: Use string.h, not gdb_string.h.
688         * reverse.c: Use string.h, not gdb_string.h.
689         * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
690         * ser-base.c: Use string.h, not gdb_string.h.
691         * ser-go32.c: Use string.h, not gdb_string.h.
692         * ser-mingw.c: Use string.h, not gdb_string.h.
693         * ser-pipe.c: Use string.h, not gdb_string.h.
694         * ser-tcp.c: Use string.h, not gdb_string.h.
695         * ser-unix.c: Use string.h, not gdb_string.h.
696         * serial.c: Use string.h, not gdb_string.h.
697         * sh-tdep.c: Use string.h, not gdb_string.h.
698         * sh64-tdep.c: Use string.h, not gdb_string.h.
699         * shnbsd-tdep.c: Use string.h, not gdb_string.h.
700         * skip.c: Use string.h, not gdb_string.h.
701         * sol-thread.c: Use string.h, not gdb_string.h.
702         * solib-dsbt.c: Use string.h, not gdb_string.h.
703         * solib-frv.c: Use string.h, not gdb_string.h.
704         * solib-osf.c: Use string.h, not gdb_string.h.
705         * solib-spu.c: Use string.h, not gdb_string.h.
706         * solib-target.c: Use string.h, not gdb_string.h.
707         * solib.c: Use string.h, not gdb_string.h.
708         * somread.c: Use string.h, not gdb_string.h.
709         * source.c: Use string.h, not gdb_string.h.
710         * sparc-nat.c: Use string.h, not gdb_string.h.
711         * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
712         * sparc-tdep.c: Use string.h, not gdb_string.h.
713         * sparc64-tdep.c: Use string.h, not gdb_string.h.
714         * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
715         * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
716         * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
717         * spu-linux-nat.c: Use string.h, not gdb_string.h.
718         * spu-multiarch.c: Use string.h, not gdb_string.h.
719         * spu-tdep.c: Use string.h, not gdb_string.h.
720         * stabsread.c: Use string.h, not gdb_string.h.
721         * stack.c: Use string.h, not gdb_string.h.
722         * std-regs.c: Use string.h, not gdb_string.h.
723         * symfile.c: Use string.h, not gdb_string.h.
724         * symmisc.c: Use string.h, not gdb_string.h.
725         * symtab.c: Use string.h, not gdb_string.h.
726         * target.c: Use string.h, not gdb_string.h.
727         * thread.c: Use string.h, not gdb_string.h.
728         * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
729         * tilegx-tdep.c: Use string.h, not gdb_string.h.
730         * top.c: Use string.h, not gdb_string.h.
731         * tracepoint.c: Use string.h, not gdb_string.h.
732         * tui/tui-command.c: Use string.h, not gdb_string.h.
733         * tui/tui-data.c: Use string.h, not gdb_string.h.
734         * tui/tui-disasm.c: Use string.h, not gdb_string.h.
735         * tui/tui-file.c: Use string.h, not gdb_string.h.
736         * tui/tui-layout.c: Use string.h, not gdb_string.h.
737         * tui/tui-out.c: Use string.h, not gdb_string.h.
738         * tui/tui-regs.c: Use string.h, not gdb_string.h.
739         * tui/tui-source.c: Use string.h, not gdb_string.h.
740         * tui/tui-stack.c: Use string.h, not gdb_string.h.
741         * tui/tui-win.c: Use string.h, not gdb_string.h.
742         * tui/tui-windata.c: Use string.h, not gdb_string.h.
743         * tui/tui-winsource.c: Use string.h, not gdb_string.h.
744         * typeprint.c: Use string.h, not gdb_string.h.
745         * ui-file.c: Use string.h, not gdb_string.h.
746         * ui-out.c: Use string.h, not gdb_string.h.
747         * user-regs.c: Use string.h, not gdb_string.h.
748         * utils.c: Use string.h, not gdb_string.h.
749         * v850-tdep.c: Use string.h, not gdb_string.h.
750         * valarith.c: Use string.h, not gdb_string.h.
751         * valops.c: Use string.h, not gdb_string.h.
752         * valprint.c: Use string.h, not gdb_string.h.
753         * value.c: Use string.h, not gdb_string.h.
754         * varobj.c: Use string.h, not gdb_string.h.
755         * vax-tdep.c: Use string.h, not gdb_string.h.
756         * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
757         * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
758         * windows-nat.c: Use string.h, not gdb_string.h.
759         * xcoffread.c: Use string.h, not gdb_string.h.
760         * xml-support.c: Use string.h, not gdb_string.h.
761         * xstormy16-tdep.c: Use string.h, not gdb_string.h.
762         * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
763
764 2013-11-18  Tom Tromey  <tromey@redhat.com>
765
766         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
767         and strstr.
768         * gnulib/aclocal.m4: Update.
769         * gnulib/config.in: Update.
770         * gnulib/configure: Update.
771         * gnulib/import/Makefile.am: Update.
772         * gnulib/import/Makefile.in: Update.
773         * gnulib/import/errno.in.h: New.
774         * gnulib/import/intprops.h: New.
775         * gnulib/import/m4/errno_h.m4: New.
776         * gnulib/import/m4/gnulib-cache.m4: Update.
777         * gnulib/import/m4/gnulib-comp.m4: Update.
778         * gnulib/import/m4/strerror.m4: New.
779         * gnulib/import/m4/strstr.m4: New.
780         * gnulib/import/m4/sys_socket_h.m4: New.
781         * gnulib/import/strerror-override.c: New.
782         * gnulib/import/strerror-override.h: New.
783         * gnulib/import/strerror.c: New.
784         * gnulib/import/strstr.c: New.
785
786 2013-11-18  Tom Tromey  <tromey@redhat.com>
787
788         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
789         multiple lines.
790
791 2013-11-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
792
793         * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
794         * sparc-tdep.h: And its prototype.
795
796         * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
797         function.
798         (sparc64_linux_init_abi): Register the get_longjmp_target hook.
799
800 2013-11-18  Pedro Alves  <palves@redhat.com>
801
802         * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
803         use unpack_pointer.
804
805 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
806
807         * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
808         to -list-features output.
809
810 2013-11-17  Joel Brobecker  <brobecker@adacore.com>
811
812         * dwarf2expr.h (struct dwarf_expr_context_funcs)
813         <read_addr_from_reg>: Renames "read_reg".
814         * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
815         Adjust comment.
816         (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
817         Use read_addr_from_reg in place of read_reg.
818         * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
819         in place of read_reg.
820         * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
821         dwarf_expr_read_reg.
822         (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
823         with dwarf_expr_read_addr_from_reg.
824         (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
825         (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
826         needs_frame_read_addr_from_reg.
827
828 2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
829
830         * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
831
832 2013-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
833
834         * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
835         NULL.
836
837 2013-11-15  Tom Tromey  <tromey@redhat.com>
838
839         PR c++/16117:
840         * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
841         (classify_name): Likewise.  Prefer a field of "this" over a
842         filename.
843         (classify_inner_name, yylex): Update.
844
845 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
846
847         * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
848         Extend the documentation a bit.
849         <get_reg_value>: New field.
850         * dwarf2loc.c (dwarf_expr_get_reg_value)
851         (needs_frame_get_reg_value): New functions.
852         (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
853         callback.
854         * dwarf2-frame.c (get_reg_value): New function.
855         (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
856         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
857         Use new callback to compute result_val.
858
859 2013-11-15  Alan Modra  <amodra@gmail.com>
860
861         * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
862         (ppc64_desc_entry_point): ..this.  Update comments here and at
863         call points.
864         (ppc64_standard_linkage1, ppc64_standard_linkage2,
865         ppc64_standard_linkage3): Update comments.
866         (ppc64_standard_linkage4, ppc64_standard_linkage5,
867         (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
868         patterns.
869         (ppc64_standard_linkage4_target): New function.
870         (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
871         * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup.  Correct
872         nop match.  Fix comment wrap.
873
874 2013-11-14  Pedro Alves  <palves@redhat.com>
875
876         * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
877         STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
878
879 2013-11-14  Pedro Alves  <palves@redhat.com>
880
881         * infrun.c (struct execution_control_state)
882         <stepped_after_stopped_by_watchpoint>: New field.
883         (get_inferior_stop_soon): New function.
884         (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
885         moved to struct execution_control_state -- adjust.  Use
886         get_inferior_stop_soon.  Split TARGET_WAITKIND_STOPPED handling to
887         new function.
888         (handle_signal_stop): New function, factored out from
889         handle_inferior_event.
890
891 2013-11-14  Pedro Alves  <palves@redhat.com>
892
893         * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
894         return a boolean.
895         * breakpoint.c (bpstat_explains_signal): Adjust to return a
896         boolean.
897         (explains_signal_watchpoint, base_breakpoint_explains_signal):
898         Adjust to return a boolean.
899         * breakpoint.h (enum bpstat_signal_value): Delete.
900         (struct breakpoint_ops) <explains_signal>: New returns a boolean.
901         (bpstat_explains_signal): Likewise.
902         * infrun.c (handle_inferior_event) <random signal checks>:
903         bpstat_explains_signal now returns a boolean - adjust.  No longer
904         consider hiding signals.
905
906 2013-11-14  Pedro Alves  <palves@redhat.com>
907
908         * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
909         Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
910         (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
911         BPSTAT_SIGNAL_HIDE.
912         (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
913         instead of BPSTAT_SIGNAL_HIDE.
914         * infrun.c (handle_inferior_event): Rework random signal checks.
915
916 2013-11-14  Pedro Alves  <palves@redhat.com>
917
918         * infrun.c (struct execution_control_state): Remove
919         'random_signal' field.
920         (handle_syscall_event): Use bpstat_causes_stop instead of
921         bpstat_explains_signal.  Don't set ecs->random_signal.
922         (handle_inferior_event): New 'random_signal' local.
923         <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
924         TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
925         bpstat_explains_signal.  Don't set ecs->random_signal.
926         <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
927         ecs->random_signal.
928
929 2013-11-14  Pedro Alves  <palves@redhat.com>
930
931         * infrun.c (handle_inferior_event): Move comment from the
932         function's body to the function's description, adjusted.
933
934 2013-11-14  Pedro Alves  <palves@redhat.com>
935
936         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
937         Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
938         Assert we never fall through out of the TARGET_WAITKIND_LOADED
939         case.
940
941 2013-11-14  Tom Tromey  <tromey@redhat.com>
942
943         * python/py-linetable.c (ltpy_has_line)
944         (ltpy_get_all_source_lines): Fix loop termination condition.
945
946 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
947
948         * mi/mi-parse.h (struct mi_parse) <language>: New field.
949         * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
950         PARSE->LANGUAGE during command execution, if set.
951         * mi/mi-parse.c: Add "language.h" #include.
952         (mi_parse): Add parsing of "--language" command option.
953
954         * NEWS: Add entry mentioning the new "--language" command option.
955
956 2013-11-14  Pedro Alves  <palves@redhat.com>
957             Joel Brobecker  <brobecker@adacore.com>
958
959         * cli/cli-utils.h (extract_arg_const): Add declaration.
960         * cli/cli-utils.c (extract_arg_const): New function.
961         (extract_arg): Reimplement using extract_arg_const.
962
963 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
964
965         * language.h: Add "symtab.h" #include.
966
967 2013-11-13  Doug Evans  <xdje42@gmail.com>
968
969         * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
970         specific breakpoints, don't evaluate breakpoint condition if
971         different thread.
972
973 2013-11-13  Keith Seitz  <keiths@redhat.com>
974
975         PR c++/7935
976         PR c++/10541
977         * cp-support.c (insepct_type): Add support for substituting
978         namespace aliases, too.
979         * dwarf2read.c (scan_partial_symbols): Add a partial symbol
980         for DW_TAG_imported_declaration.
981         (add_partial_symbol): Likewise.
982         (process_die): Handle namespace aliases with
983         read_namespace_alias.
984         (die_needs_namespace): Add DW_TAG_imported_declaration.
985         (read_namespace_alias): New function.
986         (load_partial_dies): Load DW_TAG_imported_declaration, too.
987         (new_symbol_full): Handle DW_TAG_imported_declaration.
988
989 2013-11-13  Keith Seitz  <keiths@redhat.com>
990
991         * p-exp.y (uptok): Make first parameter const.
992         (yylex): Make `tokstart' and `tokptr' const.
993         Don't copy the lexer input to a temporary buffer.
994         Make `p' const.
995         Remove const workaround for parse_escape.
996         Create a temporary buffer for a convenience variable instead
997         of doing in-place modification of the input.
998         If a match is found with a different case from the input,
999         do not change the input at all.
1000         Use `tmp' to construct the resultant stoken instead of
1001         `tokstart'.
1002
1003 2013-11-13  Doug Evans  <xdje42@gmail.com>
1004
1005         * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1006
1007 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1008
1009         * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1010         entry with "ada-exceptions".
1011
1012 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1013
1014         * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1015         after re-initialization of OBJFILE's obstack.
1016
1017 2013-11-12  Doug Evans  <xdje42@gmail.com>
1018
1019         * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1020         bs->stop != 0 on entry.  Update function comment.  Simplify early
1021         exit for frame mismatch.  Reindent rest of function.
1022
1023 2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1024
1025         * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1026         NULL.
1027
1028 2013-11-12  Doug Evans  <dje@google.com>
1029
1030         Work around gold/15646.
1031         * dwarf2read.c (read_index_from_section): Update comment.
1032         (struct dw2_symtab_iterator): New member global_seen.
1033         (dw2_symtab_iter_init): Initialize it.
1034         (dw2_symtab_iter_next): Skip duplicate global symbols.
1035         (dw2_expand_symtabs_matching): Ditto.
1036
1037 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1038
1039         * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1040         * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1041         command.
1042         * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1043         (mi_cmd_info_ada_exceptions): New function.
1044         * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1045
1046 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1047
1048         * ada-lang.h: #include "vec.h".
1049         (struct ada_exc_info): New.
1050         (ada_exc_info): New typedef.
1051         (DEF_VEC_O(ada_exc_info)): New vector.
1052         (ada_exceptions_list): Add declaration.
1053         * ada-lang.c (ada_is_exception_sym)
1054         (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1055         (sort_remove_dups_ada_exceptions_list)
1056         (ada_exc_search_name_matches, ada_add_standard_exceptions)
1057         (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1058         (ada_exceptions_list_1, ada_exceptions_list)
1059         (info_exceptions_command): New function.
1060         (_initialize_ada_language): Add "info exception" command.
1061
1062 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1063
1064         PR python/15629
1065         * NEWS: Add linetable feature.
1066         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1067         * python/py-linetable.c: New file.
1068         * python/py-symtab.c (stpy_get_linetable): New function.
1069         * python/python-internal.h (symtab_to_linetable_object): Declare.
1070         (gdbpy_initialize_linetable): Ditto.
1071         * python/python.c (_initialize_python): Call
1072         gdbpy_initialize_linetable.
1073
1074 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1075
1076         * ada-lang.c (create_ada_exception_catchpoint): Enhance
1077         the documentation of fields "except_string" and "condition".
1078         * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1079         CONDITION on the heap before passing it to
1080         create_ada_exception_catchpoint.
1081         (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1082         CONDITION.
1083
1084 2013-11-11  Tom Tromey  <tromey@redhat.com>
1085
1086         * config.in, configure: Rebuild.
1087         * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1088
1089 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1090
1091         * remote-sim.c (gdbsim_detach): Break declaration into
1092         shorter lines.  No code change.
1093
1094 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1095
1096         * remote-sim.c (gdbsim_detach): Fix prototype.
1097
1098 2013-11-08  Doug Evans  <dje@google.com>
1099
1100         * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1101         (create_debug_types_hash_table): Only print debugging messages for
1102         each TU if dwarf2-read >= 2.
1103         (process_queue): Ditto.
1104         (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1105         Update doc string.
1106
1107 2013-11-08  Tom Tromey  <tromey@redhat.com>
1108
1109         * configure: Rebuild.
1110         * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1111
1112 2013-11-08  Tom Tromey  <tromey@redhat.com>
1113
1114         * configure, config.in: Rebuild.
1115         * configure.ac: Remove unused configury.
1116
1117 2013-11-08  Tom Tromey  <tromey@redhat.com>
1118
1119         * m32c-tdep.c: Use gdb_string.h.
1120
1121 2013-11-08  Tom Tromey  <tromey@redhat.com>
1122
1123         * configure, config.in: Rebuild.
1124         * configure.ac: Remove all link.h-related checks.
1125
1126 2013-11-08  Tom Tromey  <tromey@redhat.com>
1127
1128         * acinclude.m4: Include common.m4.
1129         * common/common.m4: New file.
1130         * configure, config.in: Rebuild.
1131         * configure.ac: Use GDB_AC_COMMON.
1132
1133 2013-11-08  Doug Evans  <dje@google.com>
1134
1135         * NEWS: Mention that "set debug symtab-create" now accepts a
1136         verbosity level.
1137         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1138         to set the symtab's primary flag.
1139         * jit.c (finalize_symtab): Ditto.
1140         * mdebugread.c (psymtab_to_symtab_1): Ditto.
1141         * symfile.c (allocate_symtab): Only print debugging messages for
1142         symtab_create_debug levels 2 and higher.
1143         * symtab.c (symtab_create_debug): Change type to unsigned int.
1144         (set_symtab_primary): New function.
1145         (_initialize_symtab): Change "set debug symtab-create" to a
1146         zuinteger option.
1147         * symtab.h (set_symtab_primary): Declare.
1148         (symtab_create_debug): Update decl.
1149
1150 2013-11-08  Tom Tromey  <tromey@redhat.com>
1151
1152         * aix-thread.c (aix_thread_detach): Update.
1153         * corelow.c (core_detach): Update.
1154         * darwin-nat.c (darwin_detach): Update.
1155         * dec-thread.c (dec_thread_detach): Update.
1156         * gnu-nat.c (gnu_detach): Update.
1157         * go32-nat.c (go32_detach): Update.
1158         * inf-ptrace.c (inf_ptrace_detach): Update.
1159         * inf-ttrace.c (inf_ttrace_detach): Update.
1160         * linux-fork.c (linux_fork_detach): Update.
1161         * linux-fork.h (linux_fork_detach): Update.
1162         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
1163         local for const-correctness.
1164         * linux-thread-db.c (thread_db_detach): Update.
1165         * monitor.c (monitor_detach): Update.
1166         * nto-procfs.c (procfs_detach): Update.
1167         * procfs.c (procfs_detach): Update.
1168         * record.c (record_detach): Update.
1169         * record.h (record_detach): Update.
1170         * remote-m32r-sdi.c (m32r_detach): Update.
1171         * remote-mips.c (mips_detach): Update.
1172         * remote-sim.c (gdbsim_detach): Update.
1173         * remote.c (remote_detach_1, remote_detach)
1174         (extended_remote_detach): Update.
1175         * sol-thread.c (sol_thread_detach): Update.
1176         * target.c (target_detach): Make "args" const.
1177         (init_dummy_target): Update.
1178         * target.h (struct target_ops) <to_detach>: Make argument const.
1179         (target_detach): Likewise.
1180         * windows-nat.c (windows_detach): Update.
1181
1182 2013-11-07  Doug Evans  <dje@google.com>
1183
1184         PR 11786
1185         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1186         and align fields for PT_GNU_RELRO segments.
1187
1188 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1189
1190         PR python/15747
1191         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1192
1193 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1194
1195         * NEWS: Document Python temporary breakpoint support.
1196         * python/py-breakpoint.c (bppy_get_temporary): New function.
1197         (bppy_init): New keyword: temporary. Parse it and set breakpoint
1198         to temporary if True.
1199
1200 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
1201
1202         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1203         removed to allow analyzing unconditional branch instructions
1204         with PC-relative offsets of zero.
1205
1206 2013-11-07  Yao Qi  <yao@codesourcery.com>
1207
1208         * mi/mi-cmd-var.c: Include "language.h".
1209         (mi_cmd_var_info_expression): Get language name from
1210         language_defn.
1211         * varobj.c (varobj_language_string): Remove.
1212         (variable_language): Remove declaration.
1213         (languages): Remove.
1214         (varobj_get_language): Change the type of return value.
1215         (variable_language): Remove.
1216         * varobj.h (enum varobj_languages): Remove.
1217         (varobj_language_string): Remove declaration.
1218         (varobj_get_language): Update declaration.
1219
1220 2013-11-07  Yao Qi  <yao@codesourcery.com>
1221
1222         * language.h (struct language_defn) <la_natural_name>: New
1223         field.
1224         * ada-lang.c (ada_language_defn): Initialize field
1225         'la_natural_name'.
1226         * c-lang.c (c_language_defn): Likewise.
1227         (cplus_language_defn, asm_language_defn): Likewise.
1228         * d-lang.c (d_language_defn): Likewise.
1229         * f-lang.c (f_language_defn): Likewise.
1230         * go-lang.c (go_language_defn): Likewise.
1231         * jv-lang.c (java_language_defn): Likewise.
1232         * language.c (unknown_language_defn ): Likewise.
1233         (auto_language_defn): Likewise.
1234         * m2-lang.c (m2_language_defn): Likewise.
1235         * objc-lang.c (objc_language_defn): Likewise.
1236         * opencl-lang.c (opencl_language_defn): Likewise.
1237         * p-lang.c (pascal_language_defn): Likewise.
1238
1239 2013-11-07  Yao Qi  <yao@codesourcery.com>
1240
1241         * language.c (language_str): Return const char *.
1242         (add_language): Add const to 'language_names'
1243         * language.h (struct language_defn) <la_name>: Add const.
1244         (language_str: Update declaration.
1245
1246 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1247
1248         * s390-linux-nat.c (s390_read_description): Consider the TE field
1249         in the HWCAP for determining 'have_regset_tdb'.
1250
1251 2013-11-06  Will Newton  <will.newton@linaro.org>
1252
1253         PR gdb/12866
1254         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1255         values.  (read_partial_die): Likewise.
1256
1257 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
1258
1259         PR cli/16122
1260         * top.c (command_line_input): Unify interactivity tests to use
1261         input_from_terminal_p.
1262         * event-top.c (command_line_handler): Likewise.
1263
1264 2013-11-06  Yao Qi  <yao@codesourcery.com>
1265
1266         * Makefile.in (check-perf): New target.
1267
1268 2013-11-05  Will Newton  <will.newton@linaro.org>
1269
1270         PR gdb/7670
1271         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1272         (arm_print_float_info): Likewise.
1273
1274 2013-11-04  Anton Blanchard  <anton@samba.org>
1275
1276         * target.c (memory_xfer_partial): Cap write to 4KB.
1277
1278 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
1279
1280         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1281         probe scan even when the arch provides no get_longjmp_target.
1282
1283 2013-10-31  Pedro Alves  <palves@redhat.com>
1284
1285         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1286         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1287         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1288         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
1289         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1290         <bpstat handling>: If the bpstat chain wants the signal to be
1291         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1292         GDB_SIGNAL_TRAP.
1293
1294 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
1295
1296         * breakpoint.c (update_watchpoint): Update error message and add
1297         an additional error message.
1298
1299 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1300
1301         * s390-tdep.h: Rename to...
1302         * s390-linux-tdep.h: ...here.
1303         * s390-tdep.c: Rename to...
1304         * s390-linux-tdep.c: ...here.  Adjust #include.
1305         * s390-nat.c: Rename to...
1306         * s390-linux-nat.c: ...here.  Adjust #include.
1307         * config/s390/s390.mh: Rename to...
1308         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
1309         s390-linux-nat.o.
1310         * configure.host: Reflect host rename "s390" -> "linux".
1311         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1312         * Makefile.in (ALL_TARGET_OBS): Likewise.
1313         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1314         s390-linux-tdep.h.
1315         (ALLDEPFILES): Reflect rename of .c files.
1316
1317 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1318
1319         * s390-nat.c: Whitespace cleanup.
1320         * s390-tdep.c: Likewise.
1321         * s390-tdep.h: Remove empty line at end of file.
1322
1323 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
1324
1325         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1326         siginfo_size.
1327
1328 2013-10-29  Tom Tromey  <tromey@redhat.com>
1329
1330         * utils.c (reg): Move undefinition...
1331         * gdb_curses.h: ... here.  Update comment to mention AIX.
1332
1333 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1334
1335         * exec.h (add_target_sections_of_objfile): New declaration.
1336         * exec.c (add_target_sections_of_objfile): New function.
1337         * symfile.c (add_symbol_file_command): Update current target sections.
1338         (remove_symbol_file_command): New command.
1339         (symfile_free_objfile): New function.
1340         (_initialize_symfile): Register observer for free_objfile events.
1341         * NEWS: Add description of the remove-symbol-file command.
1342         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1343         * objfiles.c (free_objfile): Notify free_objfile.
1344         (is_addr_in_objfile): New function.
1345         * objfiles.h (is_addr_in_objfile): New declaration.
1346         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1347         events instead of solib_unloaded events.
1348         (_initialize_printcmd): Register observer for free_objfile instead
1349         of solib_unloaded notifications.
1350         * solib.c (remove_user_added_objfile): New function.
1351         (_initialize_symfile): Add remove-symbol-file.
1352
1353 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
1354
1355         * infcmd.c (default_print_one_register_info): Use val_print to
1356         print all values even optimized out or unavailable ones.  Don't
1357         try to print a raw form of optimized out or unavailable values.
1358
1359 2013-10-29  Yao Qi  <yao@codesourcery.com>
1360
1361         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1362         parameter 'arg' instead of from program_space_data.
1363         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1364         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1365         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1366         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1367         * inflow.c (inflow_inferior_data_cleanup): Get data from
1368         parameter 'arg' instead of inferior_data.
1369         * registry.h: Add comments.
1370
1371 2013-10-28  Pedro Alves  <palves@redhat.com>
1372
1373         * breakpoint.c (watchpoints_triggered)
1374         <!target_stopped_data_address>: Hardcode return 1.
1375
1376 2013-10-28  Pedro Alves  <palves@redhat.com>
1377
1378         * infrun.c (process_event_stop_test): Remove unnecessary scoping
1379         level and reindent.
1380
1381 2013-10-28  Pedro Alves  <palves@redhat.com>
1382
1383         * infrun.c (process_event_stop_test): New function, factored out
1384         from handle_inferior_event.
1385         (handle_inferior_event): 'process_event_stop_test' is now a
1386         function instead of a goto label -- adjust.
1387
1388 2013-10-28  Pedro Alves  <palves@redhat.com>
1389
1390         * infrun.c (handle_inferior_event): Move process_event_stop_test
1391         goto label to the else branch of the ecs->random_signal check,
1392         along with FRAME and GDBARCH re-fetching.
1393
1394 2013-10-28  Pedro Alves  <palves@redhat.com>
1395
1396         * infrun.c (switch_back_to_stepped_thread): New function, factored
1397         out from handle_inferior_event.
1398         (handle_inferior_event): Adjust to call
1399         switch_back_to_stepped_thread.  Call it also at the tail of the
1400         random signal handling, and return, instead of also handling
1401         random signals just before the stepping tests.
1402
1403 2013-10-28  Pedro Alves  <palves@redhat.com>
1404
1405         * infrun.c (clear_stop_func): Delete.
1406         (handle_inferior_event): Don't call clear_stop_func and don't
1407         clear 'ecs->random_signal'.
1408
1409 2013-10-27  Yao Qi  <yao@codesourcery.com>
1410
1411         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1412         (varobj_create, varobj_get_path_expr): Update.
1413         (varobj_value_has_mutated, varobj_update): Likewise.
1414         (create_child_with_value, new_root_variable): Likewise.
1415         (number_of_children, name_of_variable): Likewise.
1416         (value_of_child, my_value_of_variable): Likewise.
1417         (varobj_value_is_changeable_p): Likewise.
1418
1419 2013-10-25  Yao Qi  <yao@codesourcery.com>
1420
1421         * language.h (struct lang_varobj_ops): Declare.
1422         (struct language_defn) <la_varobj_ops>: New field.
1423         * ada-lang.c: Include "varobj.h"
1424         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1425         ada_varobj_ops.
1426         * c-lang.c: Include "varobj.h"
1427         (c_language_defn): Initialize field 'la_varobj_ops' with
1428         c_varobj_ops.
1429         (cplus_language_defn): Initialize field 'la_varobj_ops' with
1430         cplus_varobj_ops.
1431         (asm_language_defn): Initialize field 'la_varobj_ops' with
1432         default_varobj_ops.
1433         (minimal_language_defn): Likewise.
1434         * d-lang.c (d_language_defn): Likewise.
1435         * f-lang.c (f_language_defn): Likewise.
1436         * go-lang.c (go_language_defn): Likewise.
1437         * m2-lang.c (m2_language_defn): Likewise.
1438         * objc-lang.c (objc_language_defn): Likewise.
1439         * opencl-lang.c (opencl_language_defn): Likewise.
1440         * p-lang.c (pascal_language_defn): Likewise.
1441         * language.c (unknown_language_defn): Likewise.
1442         (auto_language_defn): Likewise.
1443         (local_language_defn): Likewise.
1444         * jv-lang.c (java_language_defn): Initialize field
1445         'la_varobj_ops' with java_varobj_ops.
1446         * varobj.c (varobj_create): Update.
1447         * varobj.h (default_varobj_ops): Define macro.
1448
1449 2013-10-25  Pedro Alves  <palves@redhat.com>
1450
1451         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1452         static field value.
1453         (cp_print_static_field): If the value is entirely optimized out,
1454         print <optimized out> here.
1455         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1456         static field value.
1457         * p-valprint.c (pascal_object_print_static_field): If the value is
1458         entirely optimized out, print <optimized out> here.
1459         * valops.c (do_search_struct_field)
1460         (value_struct_elt_for_reference): No longer handle a NULL static
1461         field value.
1462         * value.c (value_static_field): Return an optimized out value
1463         instead of NULL.
1464
1465 2013-10-25  Yao Qi  <yao@codesourcery.com>
1466
1467         * remote.c (remote_traceframe_info): Return early if
1468         traceframe is not selected.
1469
1470 2013-10-25  Yao Qi  <yao@codesourcery.com>
1471
1472         * tracepoint.c (traceframe_fun): Remove.
1473         (traceframe_sal): Remove.
1474         (set_traceframe_context): Add local variables.
1475
1476 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
1477
1478         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1479         and parameter name.
1480
1481 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1482
1483         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1484         failure from register information collection.
1485
1486 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1487
1488         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1489         member.
1490         (linux_corefile_thread_callback): Update accordingly.
1491         (linux_make_corefile_notes): Likewise.
1492
1493 2013-10-24  Pedro Alves   <palves@redhat.com>
1494
1495         * NEWS (New options): Mention set/show startup-with-shell.
1496         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1497         instead of 3.
1498         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1499         startup-with-shell'.
1500         (show_startup_with_shell): New function.
1501         (_initialize_fork_child): Register the set/show startup-with-shell
1502         commands.
1503         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1504         * inf-ttrace.c (inf_ttrace_him): Remove comment.
1505         * procfs.c (procfs_init_inferior): Remove comment.
1506         * infcmd.c (startup_with_shell): New global.
1507         * inferior.h (startup_with_shell): Declare global.
1508         (STARTUP_WITH_SHELL): Delete.
1509         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1510
1511 2013-10-23  Pedro Alves  <palves@redhat.com>
1512
1513         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1514         * common/signals.c: Include "gdb_assert.h".
1515         (signals): New field 'symbol'.
1516         (SET): Use the 'symbol' parameter.
1517         (gdb_signal_to_symbol_string): New function.
1518         * infrun.c (handle_inferior_event) <random signal>: In debug
1519         output, print the random signal enum as string in addition to its
1520         number.
1521         * target/waitstatus.c (target_waitstatus_to_string): Print the
1522         signal's enum value as string instead of the (POSIX) signal name.
1523
1524 2013-10-23  Gary Benson  <gbenson@redhat.com>
1525
1526         PR 16013
1527         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1528         from 32 to 18.  Adjusted fscanf format string accordingly.
1529         (Avoids leaving cmd unterminated.)
1530         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1531         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
1532         that local_address and remote_address will not overflow.
1533         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1534         leaving dependencies unterminated.  Parse size as "%u" to match
1535         definition.
1536
1537 2013-10-22  Pedro Alves  <palves@redhat.com>
1538
1539         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1540         set ecs->random signal.
1541
1542 2013-10-22  Pedro Alves  <palves@redhat.com>
1543
1544         * infrun.c (keep_going): Update comments.
1545
1546 2013-10-22  Pedro Alves  <palves@redhat.com>
1547
1548         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1549         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1550
1551 2013-10-22  Pedro Alves  <palves@redhat.com>
1552
1553         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1554         GDB_EXC_BAD_ACCESS.
1555         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1556         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1557         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1558         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1559         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1560         (GDB_SIGNAL_LAST): Change description string.
1561         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1562         Adjust to signal renaming.
1563         * darwin-nat.c (darwin_decode_message): Likewise.
1564
1565 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
1566
1567         * MAINTAINERS (Write After Approval): Add myself to the list.
1568
1569 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
1570
1571         * breakpoint.c (update_watchpoint): If hardware watchpoints are
1572         forced off, downgrade them to software watchpoints if possible,
1573         and error out if not possible.
1574         (watch_command_1): Move watchpoint type selection closer to
1575         watchpoint creation, and extend the comments.
1576
1577 2013-10-18  Pedro Alves  <palves@redhat.com>
1578
1579         PR gdb/16062
1580         * infrun.c (handle_inferior_event): Keep going if we got a random
1581         signal we should not stop for, instead of falling through to the
1582         step tests.
1583
1584 2013-10-18  Yao Qi  <yao@codesourcery.com>
1585
1586         * c-varobj.c (cplus_number_of_children): Fix indentation.
1587
1588 2013-10-17  Tom Tromey  <tromey@redhat.com>
1589
1590         PR gdb/15995:
1591         * printcmd.c (printcmd): Call gdb_flush.
1592
1593 2013-10-17  Tom Tromey  <tromey@redhat.com>
1594
1595         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1596         (elf_locate_sections): Update.
1597
1598 2013-10-17  Yao Qi  <yao@codesourcery.com>
1599
1600         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1601         * ada-varobj.c: Remove the include of ada-varobj.h.
1602         (ada_varobj_get_number_of_children): Declare.
1603         (ada_varobj_get_name_of_child): Make it static.
1604         (ada_varobj_get_path_expr_of_child): Likewise.
1605         (ada_varobj_get_value_of_child): Likewise.
1606         (ada_varobj_get_type_of_child): Likewise.
1607         (ada_varobj_get_value_of_array_variable): Likewise.
1608         * ada-varobj.h: Remove.
1609
1610 2013-10-17  Yao Qi  <yao@codesourcery.com>
1611
1612         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1613         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1614         * ada-varobj.c: Include "varobj.h".
1615         (ada_number_of_children): New.  Moved from varobj.c.
1616         (ada_name_of_variable, ada_name_of_child): Likewise.
1617         (ada_path_expr_of_child, ada_value_of_child): Likewise.
1618         (ada_type_of_child, ada_value_of_variable): Likewise.
1619         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1620         (ada_varobj_ops): New.
1621         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
1622         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
1623         * gdbtypes.h (get_target_type): Declare.
1624         * varobj.c: Remove the inclusion of "ada-varobj.h" and
1625         "ada-lang.h".
1626         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1627         (ANONYMOUS_UNION_NAME): Likewise.
1628         (get_type, get_value_type, get_target_type): Remove declarations.
1629         (value_get_print_value, varobj_value_get_print_value): Likewise.
1630         (c_number_of_children, c_name_of_variable): Likewise.
1631         (c_name_of_child, c_path_expr_of_child): Likewise.
1632         (c_value_of_child, c_type_of_child): Likewise.
1633         (c_value_of_variable, cplus_number_of_children): Likewise.
1634         (cplus_class_num_children, cplus_name_of_variable): Likewise.
1635         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1636         (cplus_value_of_child, cplus_type_of_child): Likewise.
1637         (cplus_value_of_variable, java_number_of_children): Likewise.
1638         (java_name_of_variable, java_name_of_child): Likewise.
1639         (java_path_expr_of_child, java_value_of_child): Likewise.
1640         (java_type_of_child, java_value_of_variable): Likewise.
1641         (ada_number_of_children, ada_name_of_variable): Likewise.
1642         (ada_name_of_child, ada_path_expr_of_child): Likewise.
1643         (ada_value_of_child, ada_type_of_child): Likewise.
1644         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1645         (ada_value_has_mutated): Likewise.
1646         (struct language_specific): Move it to varobj.h.
1647         (CPLUS_FAKE_CHILD): Move it to varobj.h.
1648         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
1649         Callers update.
1650         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1651         Make it extern.
1652         (is_anonymous_child): Move it to c-varobj.c and rename to
1653         varobj_is_anonymous_child.  Caller update.
1654         (get_type): Move it to c-varobj.c.
1655         (get_value_type): Rename it varobj_get_value_type.  Make it
1656         extern.
1657         (get_target_type): Move it gdbtypes.c.
1658         (varobj_formatted_print_options): New function.
1659         (value_get_print_value): Rename it to
1660         varobj_value_get_print_value and make it extern.
1661         (varobj_value_is_changeable_p): Make it extern.
1662         (adjust_value_for_child_access): Move it to c-varobj.c.
1663         (default_value_is_changeable_p): Rename it to
1664         varobj_default_value_is_changeable_p.  Make it extern.
1665         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1666         (c_name_of_child, c_path_expr_of_child): Likewise.
1667         (c_value_of_child, c_type_of_child): Likewise.
1668         (c_value_of_variable, cplus_number_of_children): Likewise.
1669         (cplus_class_num_children, cplus_name_of_variable): Likewise.
1670         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1671         (cplus_value_of_child, cplus_type_of_child): Likewise.
1672         (cplus_value_of_variable): Likewise.
1673         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1674         (java_name_of_child, java_path_expr_of_child): Likewise.
1675         (java_value_of_child, java_type_of_child): Likewise.
1676         (java_value_of_variable): Likewise.
1677         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1678         (ada_name_of_child, ada_path_expr_of_child): Likewise.
1679         (ada_value_of_child, ada_type_of_child): Likewise.
1680         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1681         (ada_value_has_mutated): Likewise.
1682         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1683         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
1684         (c_varobj_ops, cplus_varobj_ops): Declare.
1685         (java_varobj_ops, ada_varobj_ops): Declare.
1686         (varobj_default_value_is_changeable_p): Declare.
1687         (varobj_value_is_changeable_p): Declare.
1688         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1689         (varobj_get_path_expr_parent): Declare.
1690         (varobj_value_get_print_value): Declare.
1691         (varobj_formatted_print_options): Declare.
1692         (varobj_restrict_range): Declare.
1693
1694 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
1695
1696         * target/waitstatus.h (target_waitkind): Remove spurious
1697         character from the comments.
1698
1699 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
1700
1701         * gdbarch.sh (get_longjmp_target): Add method documentation.
1702         * gdbarch.h: Regenerate.
1703
1704 2013-10-16  Tom Tromey  <tromey@redhat.com>
1705
1706         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
1707         label.
1708
1709 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
1710
1711         * gcore.in: Call GDB using the full path to the gcore script.
1712         Error out if the GDB binary is not found.
1713
1714 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1715
1716         PR gdb/16014
1717         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
1718         sizeof.
1719
1720 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1721
1722         PR gdb/16042
1723         * target.c (target_disable_btrace): Fix invalid return value for
1724         void function.
1725         (target_teardown_btrace): Likewise.
1726
1727 2013-10-14  Yao Qi  <yao@codesourcery.com>
1728
1729         * varobj.c (struct varobj): Move most of the fields to
1730         varobj.h.
1731         (struct varobj_dynamic): New struct.
1732         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
1733         (varobj_has_more): Likewise.
1734         (dynamic_varobj_has_child_method): Likewise.
1735         (update_dynamic_varobj_children): Likewise.
1736         (varobj_get_num_children): Likewise.
1737         (varobj_list_children, varobj_pretty_printed_p): Likewise.
1738         (install_new_value_visualizer): Likewise.
1739         (install_new_value_visualizer, install_new_value): Likewise.
1740         (varobj_update, new_variable, free_variable): Likewise.
1741         (my_value_of_variable, value_get_print_value): Likewise.
1742         (install_visualizer): Change the type of parameter 'var' to
1743         'struct varobjd_dynamic *'.  Callers update.
1744         * varobj.h (struct varobj): Moved from varobj.c.
1745         (struct varobj) <dynamic>: New field.
1746
1747 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
1748
1749         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
1750         as the preferred name of r30.
1751         * nios2-linux-tdep.c (reg_offsets): Likewise.
1752         * features/nios2-cpu.xml: Likewise.
1753         * features/nios2-linux.c: Regenerated.
1754         * features/nios2.c: Regenerated.
1755         * regformats/nios2-linux.dat: Regenerated.
1756
1757 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1758
1759         Canonicalize directories for EXEC_FILENAME.
1760         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
1761         exec_filename.
1762         * utils.c (gdb_realpath_keepfile): New function.
1763         * utils.h (gdb_realpath_keepfile): New declaration.
1764
1765 2013-10-11  Doug Evans  <dje@google.com>
1766
1767         * Makefile.in (GDBFLAGS): New variable.
1768         (run): New rule.
1769
1770 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1771
1772         * NEWS: Add entry documenting the new "-catch-assert" and
1773         "-catch-exception" GDB/MI commands.
1774
1775 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1776
1777         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
1778         "enabled".
1779         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
1780         "enabled".  Set B->ENABLE_STATE accordingly.
1781         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
1782         ada-lang.c.
1783         (create_ada_exception_catchpoint): Add declaration.
1784         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1785         (create_ada_exception_catchpoint): Make non-static. Add new
1786         parameter "disabled". Use it in call to
1787         init_ada_exception_breakpoint.
1788         (catch_ada_exception_command): Add parameter "enabled" in call
1789         to create_ada_exception_catchpoint.
1790         (catch_assert_command): Likewise.
1791
1792         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1793         Add declarations.
1794         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1795         "catch-exception" commands.
1796         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1797         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1798
1799 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1800
1801         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1802         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
1803         of all its enumerates with "ada_".  Update the rest of this
1804         file throughout.
1805
1806 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1807
1808         * ada-lang.c (ada_decode_exception_location): Delete.
1809         (create_ada_exception_catchpoint): Remove arguments "sal",
1810         "addr_string" and "ops".  Add argument "ex_kind" instead.
1811         Adjust implementation accordingly, calling ada_exception_sal
1812         to get the entities it no longer gets passed as arguments.
1813         Document the function's arguments.
1814         (catch_ada_exception_command): Use catch_ada_exception_command_split
1815         instead of ada_decode_exception_location, and update call to
1816         create_ada_exception_catchpoint.
1817         (catch_ada_assert_command_split): Renames
1818         ada_decode_assert_location.  Remove parameters "addr_string" and
1819         "ops", and now returns void.  Adjust implementation accordingly.
1820         Update the function documentation.
1821         (catch_assert_command): Use catch_ada_assert_command_split
1822         instead of ada_decode_assert_location.  Update call to
1823         create_ada_exception_catchpoint.
1824
1825 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1826
1827         * utils.h (perror_warning_with_name): Add declaration.
1828         * utils.c (perror_warning_with_name): New function.
1829         * cli/cli-cmds.c (source_script_with_search): Add call to
1830         perror_warning_with_name if from_tty is nul.
1831
1832 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1833
1834         * utils.c (perror_string): New function, extracted out of
1835         throw_perror_with_name.
1836         (throw_perror_with_name): Rework to use perror_string.
1837
1838 2013-10-11  Yao Qi  <yao@codesourcery.com>
1839
1840         * remote.c (discard_pending_stop_replies_in_queue): Update
1841         declaration.
1842         (struct stop_reply) <rs>: New field.
1843         (remove_stop_reply_of_remote_state): New function.
1844         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1845         Callers update.  Pass remove_stop_reply_of_remote_state to
1846         QUEUE_iterate.
1847         (remote_parse_stop_reply): Initialize field 'rs'.
1848
1849 2013-10-10  Will Newton  <will.newton@linaro.org>
1850
1851         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1852         linux_init_abi.
1853
1854 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1855
1856         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1857         serial_baud_show_cmd.
1858         (_initialize_cli_cmds): Delete the code creating the
1859         "set/show remotebaud" commands.
1860         * serial.c (baud_rate): Move here from top.c.
1861         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1862         (_initialize_serial): Create "set/show serial baud" commands.
1863         Add "set/show remotebaud" command aliases.
1864         * top.c (baud_rate): Moved to serial.c.
1865         * NEWS: Document the new "set/show serial baud" commands,
1866         replacing "set/show remotebaud".
1867
1868 2013-10-09  Pedro Alves  <palves@redhat.com>
1869
1870         * breakpoint.c (insert_bp_location): Use memory_error_message to
1871         build the memory error string.
1872         * c-lang.c: Include "gdbcore.h".
1873         (c_get_string): Use memory_error to throw error.
1874         (target_xfer_memory_error): Delete.
1875         (memory_error_message): New, factored out from
1876         target_xfer_memory_error.
1877         (memory_error): Change parameter type to target_xfer_error.
1878         Rewrite.
1879         (read_memory): Use memory_error instead of
1880         target_xfer_memory_error.
1881         * gdbcore.h: Include "target.h".
1882         (memory_error): Change parameter type to target_xfer_error.
1883         (memory_error_message): Declare function.
1884         * target.c (target_read_memory, target_read_stack)
1885         (target_write_memory, target_write_raw_memory): Return
1886         TARGET_XFER_E_IO on error.  Adjust comments.
1887         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1888         instead of EIO.
1889         * target.h (target_read, target_insert_breakpoint)
1890         (target_remove_breakpoint): Adjust comments.
1891         * valprint.c (partial_memory_read): Rename parameter, and adjust
1892         comment.
1893         (val_print_string): Use memory_error_message to build the memory
1894         error string.
1895
1896 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1897
1898         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1899         result variable.  Rename variable fopen_e_ever_failed to
1900         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
1901
1902 2013-10-09  Pedro Alves  <palves@redhat.com>
1903
1904         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1905         (monitor_write_memory_longlongs, monitor_write_memory_block):
1906         Constify 'myaddr' parameter.
1907         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1908         helper.
1909         (monitor_xfer_partial): New function.
1910         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1911         hook.  Install a to_xfer_partial hook.
1912
1913 2013-10-09  Tom Tromey  <tromey@redhat.com>
1914
1915         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1916         bfd_get_alt_debug_link_info.
1917
1918 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1919
1920         New flag OBJF_NOT_FILENAME.
1921         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1922         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1923         allocate_objfile.
1924         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1925         symbol_file_add_from_bfd.
1926         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1927         allocate_objfile.
1928         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1929         NULL.
1930         * objfiles.h (OBJF_NOT_FILENAME): New.
1931
1932 2013-10-08  Tom Tromey  <tromey@redhat.com>
1933
1934         * Makefile.in (SFILES): Add build-id.c.
1935         (HFILES_NO_SRCDIR): Add build-id.h.
1936         * build-id.c: New file, largely from elfread.c.  Modified
1937         most functions.
1938         * build-id.h: New file.
1939         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
1940         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
1941         Search for dwz file using build-id.
1942         * elfread.c (build_id_bfd_get, build_id_verify)
1943         (build_id_to_debug_filename, find_separate_debug_file): Remove.
1944
1945 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1946
1947         * ada-lang.c (compare_names_with_case): Renamed from
1948         compare_names, adding a new parameter "casing" and its handling.
1949         New function documentation.
1950         (compare_names): New function, implemented using
1951         compare_names_with_case.
1952
1953 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1954
1955         * ada-lang.c (ada_exception_sal): Remove advance declaration.
1956
1957 2013-10-07  Tom Tromey  <tromey@redhat.com>
1958
1959         * objfiles.c (free_objfile_per_bfd_storage): Delete the
1960         demangled_names_hash.
1961         (free_objfile): Don't delete the demangled_names_hash.
1962         * objfiles.h (struct objfile_per_bfd_storage)
1963         <demangled_names_hash>: New field.
1964         (struct objfile) <demangled_names_hash>: Move to
1965         objfile_per_bfd_storage.
1966         * symfile.c (reread_symbols): Don't delete the
1967         demangled_names_hash.
1968         * symtab.c (create_demangled_names_hash): Update.
1969         (symbol_set_names): Update.
1970
1971 2013-10-07  Tom Tromey  <tromey@redhat.com>
1972
1973         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1974         needs_relocations>: New fields.
1975         (gdb_bfd_requires_relocations): New function.
1976         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1977         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1978         the BFD needs relocations applied.
1979
1980 2013-10-07  Pedro Alves  <palves@redhat.com>
1981
1982         PR breakpoints/11568
1983         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1984         the thread list" instead of "gone".
1985
1986 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1987
1988         * NEWS: Mention new convenience variable $_exitsignal.
1989         * corelow.c (core_open): Reset exit convenience variables.  Set
1990         $_exitsignal to the uncaught signal which generated the corefile.
1991         * infrun.c (handle_inferior_event): Reset exit convenience
1992         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1993         (clear_exit_convenience_vars): New function.
1994         * inferior.h (clear_exit_convenience_vars): New prototype.
1995
1996 2013-10-06  Yao Qi  <yao@codesourcery.com>
1997
1998         * varobj.h: Add comments to enum varobj_languages.
1999
2000 2013-10-04  Doug Evans  <dje@google.com>
2001
2002         Add support for DWP file format version 2.
2003         * NEWS: Mention support for DWP file format version 2.
2004         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2005         union of asection, containing_section.  New fields virtual_offset
2006         and is_virtual.  Change type of readin filed from int to char.
2007         (dwo_sections, dwo_file): Tweak comments.
2008         (dwp_v2_section_ids): New enum.
2009         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2010         str_offsets, types.
2011         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2012         All uses updated.
2013         (virtual_v2_dwo_sections): New struct.
2014         (dwp_hash_table): New fields version, nr_columns.  Change type of
2015         section_pool field to a union.
2016         (dwp_file): New field version.
2017         (dwarf2_has_info): Check for virtual sections.
2018         (get_containing_section): New function.
2019         (get_section_bfd_owner, get_section_bfd_section): Call it.
2020         (dwarf2_locate_sections): Update.
2021         (dwarf2_section_empty_p): Update.
2022         (dwarf2_read_section): Handle virtual sections.
2023         (locate_dwz_sections): Update.
2024         (create_dwp_hash_table): Document and handle V2 format.
2025         (locate_v1_virtual_dwo_sections): Renamed from
2026         locate_virtual_dwo_sections and update.  All callers updated.
2027         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2028         Delete arg htab.  Rename arg section_index to unit_index.
2029         All callers updated.
2030         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2031         All uses updated.
2032         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2033         (lookup_dwo_unit_in_dwp): Add V2 support.
2034         (dwarf2_locate_dwo_sections): Update.
2035         (dwarf2_locate_common_dwp_sections): Renamed from
2036         dwarf2_locate_dwp_sections and update.  All callers updated.
2037         (dwarf2_locate_v2_dwp_sections): New function.
2038         (open_and_init_dwp_file): Add V2 support.
2039         (read_str_index): New locals str_section, str_offsets_section.
2040
2041 2013-10-04  Pedro Alves  <palves@redhat.com>
2042
2043         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2044         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2045         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2046         describing comments with references to ptid.h.
2047         * common/ptid.h: Remove intro description of constructors,
2048         accessors and predicates.
2049         (struct ptid): Reformat.
2050         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2051         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2052         describing comments.
2053
2054 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2055
2056         * aix-thread.c (sync_threadlists): Add missing ')' in call
2057         to ptid_build.
2058
2059 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2060
2061         * procfs.c (procfs_init_inferior): Fix typo causing the build
2062         to fail.
2063
2064 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2065
2066         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2067
2068 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2069
2070         * mi/mi-main.c (run_one_inferior): Add function description.
2071         Make ARG a pointer to an integer whose value determines whether
2072         we should "run" or "start" the program.
2073         (mi_cmd_exec_run): Add handling of the "--start" option.
2074         Reject all other command-line options.
2075         * NEWS: Add entry for "-exec-run"'s new "--start" option.
2076
2077 2013-10-04  Yao Qi  <yao@codesourcery.com>
2078
2079         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2080         (struct notif_client) <pending_event>: Moved
2081         to struct remote_notif_state.
2082         <id>: New field.
2083         (struct remote_notif_state) <pending_event>: New field.
2084         (notif_event_xfree): Declare.
2085         * remote-notif.c (handle_notification): Adjust.
2086         (notif_event_xfree): New function.
2087         (do_notif_event_xfree): Call notif_event_xfree.
2088         (remote_notif_state_xfree): Call notif_event_xfree to free
2089         each element in field pending_event.
2090         * remote.c (discard_pending_stop_replies): Remove declaration.
2091         (discard_pending_stop_replies_in_queue): Declare.
2092         (remote_close): Call discard_pending_stop_replies_in_queue
2093         instead of discard_pending_stop_replies.
2094         (remote_start_remote): Adjust.
2095         (stop_reply_xfree): Call notif_event_xfree.
2096         (notif_client_stop): Adjust initialization.
2097         (remote_notif_remove_all): Rename it to ...
2098         (remove_stop_reply_for_inferior): ... this.  Update comments.
2099         Don't check INF is NULL.
2100         (discard_pending_stop_replies): Return early if notif_state is
2101         NULL.  Adjust.  Don't check INF is NULL.
2102         (remote_notif_get_pending_events): Adjust.
2103         (discard_pending_stop_replies_in_queue): New function.
2104         (remote_wait_ns): Likewise.
2105
2106 2013-10-04  Yao Qi  <yao@codesourcery.com>
2107
2108         * remote-notif.c (DECLARE_QUEUE_P): Remove.
2109         (notif_queue): Remove.
2110         (remote_notif_process): Add one parameter 'notif_queue'.
2111         Update comments.  Callers update.
2112         (remote_async_get_pending_events_token): Remove.
2113         (remote_notif_register_async_event_handler): Remove.
2114         (remote_notif_unregister_async_event_handler): Remove.
2115         (handle_notification): Add parameter 'notif_queue'.  Update
2116         comments.  Callers update.
2117         (notif_xfree): Remove.
2118         (remote_notif_state_allocate): New function.
2119         (remote_notif_state_xfree): New function.
2120         (_initialize_notif): Remove code to allocate queue.
2121         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2122         (struct remote_notif_state): New.
2123         (handle_notification): Update declaration.
2124         (remote_notif_process): Likewise.
2125         (remote_notif_register_async_event_handler): Remove.
2126         (remote_notif_unregister_async_event_handler): Remove.
2127         (remote_notif_state_allocate): Declare.
2128         (remote_notif_state_xfree): Declare.
2129         * remote.c (struct remote_state) <notif_state>: New field.
2130         (remote_close): Don't call
2131         remote_notif_unregister_async_event_handler.  Call
2132         remote_notif_state_xfree.
2133         (remote_open_1): Don't call
2134         remote_notif_register_async_event_handler.  Call
2135         remote_notif_state_allocate.
2136
2137 2013-10-04  Yao Qi  <yao@codesourcery.com>
2138
2139         * varobj.c (create_child_with_value): Remove 'const' from the
2140         type of parameter 'name'.
2141         (varobj_add_child): Likewise.
2142         (install_dynamic_child): Remove 'const' from the type of
2143         parameter 'name'.
2144         (varobj_add_child): Likewise.
2145         (create_child_with_value): Likewise.  Update comments.  Don't
2146         duplicate 'name'.
2147         (update_dynamic_varobj_children): Duplicate 'name'
2148         and pass it to install_dynamic_child.
2149
2150 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
2151
2152         * python/py-value.c (convert_value_from_python): Move PyInt_Check
2153         conversion logic to occur after PyLong_Check.  Comment on order
2154         change significance.
2155         * python/py-arch.c (archpy_disassemble): Comment on order of
2156         conversion for integers and longs.
2157
2158 2013-10-03  Pedro Alves  <palves@redhat.com>
2159
2160         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2161         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2162         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
2163         PTRACE_O_TRACEFORK is not supported.
2164         (linux_test_for_tracesysgood): New function.
2165         (linux_test_for_tracefork): New function, factored out from
2166         linux_check_ptrace_features, and also don't kill child_pid here.
2167
2168 2013-10-03  Tristan Gingold  <gingold@adacore.com>
2169
2170         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2171         Remove verbose error reporting.  Use detected state to
2172         thread_set_state call.
2173         (i386_darwin_dr_get): Fix return type.  Remove verbose error
2174         report.
2175         Remove trailing spaces.
2176
2177 2013-10-02  Pedro Alves  <palves@redhat.com>
2178
2179         * cp-valprint.c (cp_print_value_fields): Adjust calls to
2180         val_print_optimized_out.
2181         * jv-valprint.c (java_print_value_fields): Likewise.
2182         * p-valprint.c (pascal_object_print_value_fields): Likewise.
2183         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2184         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2185         new optimized out value.
2186         * findvar.c (address_from_register): Likewise.
2187         * frame.c (put_frame_register): Tweak error string to say the
2188         register was not saved, rather than optimized out.
2189         * infcmd.c (default_print_one_register_info): Adjust call to
2190         val_print_optimized_out.  Use value_of_register instead of
2191         get_frame_register_value.
2192         * mi/mi-main.c (output_register): Use value_of_register instead of
2193         get_frame_register_value.
2194         * valprint.c (valprint_check_validity): Likewise.
2195         (val_print_optimized_out): New value parameter.  If the value is
2196         lval_register, print <not saved> instead.
2197         (value_check_printable, val_print_scalar_formatted): Adjust calls
2198         to val_print_optimized_out.
2199         * valprint.h (val_print_optimized_out): New value parameter.
2200         * value.c (struct value) <optimized_out>: Extend comment.
2201         (error_value_optimized_out): New function.
2202         (require_not_optimized_out): Use it.  Use a different string for
2203         lval_register values.
2204         * value.h (error_value_optimized_out): New declaration.
2205         * NEWS: Mention <not saved>.
2206
2207 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2208
2209         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2210         strcmp to compare two symtab filenames.
2211
2212 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2213
2214         * symtab.c (search_symbols_equal): Delete.
2215         (sort_search_symbols_remove_dups): Replace call to
2216         search_symbols_equal by call to compare_search_syms,
2217         adjusting as necessary.
2218
2219 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2220
2221         PR python/15579
2222         * python/python.c: Document gdb.execute command in Python help.
2223
2224 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2225
2226         * python/py-frame.c (frame_info_to_frame_object): Use
2227         gdbpy_convert_exception. Clean up Python object on failure.
2228
2229 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2230
2231         * python/lib/gdb/command/frame_filters.py
2232         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2233         (ShowFrameFilterPriority.invoke): Ditto.
2234
2235 2013-10-01  Keith Seitz  <keiths@redhat.com>
2236
2237         * linespec.c (struct ls_parser): Make 'saved_arg' const.
2238         (parse_linespec): Make 'argptr' const.
2239         Remove temporary cast of 'argptr' to const char **.
2240         (decode_line_full): Pass const pointer to parse_linespec.
2241         (decode_line_1): Likewise.
2242         (decode_objc): Make local variable 'new_argptr' const.
2243         (find_function_symbols): Remove temporary cast to char *
2244         to find_imps.
2245         * objc-lang.c (find_imps): Make argument 'method' const.
2246         Return const.
2247         * objc-lang.h (find_imps): Likewise.
2248
2249 2013-10-01  Keith Seitz  <keiths@redhat.com>
2250
2251         * completer.c (skip_quoted_chars): Make all arguments const.
2252         Return const.
2253         (skip_quoted): Likewise.
2254         * completer.h (skip_quoted_chars): Likewise.
2255         (skip_quoted): Likewise.
2256         * defs.h (skip_quoted): Remove duplicate declaration.
2257         * jv-exp.y: Include completer.h.
2258         (yylex): Remove unneccessary cast to char * fro skip_quoted.
2259         * p-exp.y: Include completer.h.
2260
2261 2013-10-01  Keith Seitz  <keiths@redhat.com>
2262
2263         * c-exp.y (parse_number): Make first argument const.
2264         Make a copy of the input to manipulate.
2265         (c_parse_escape): Make first argument const.
2266         Make local variable 'tokptr' const.
2267         (parse_string_or_char): Make first two arguments const.
2268         (macro_original_text): Make const.
2269         (lex_one_token): Make local variable 'tokstart' const.
2270         Likewise for local variables named 'p'.
2271         Cast away const for struct stoken (temporary).
2272         * c-lang.h (c_parse_escpae): Make first argument const.
2273         * cli/cli-cmds.c (echo_command): Make local variable 'p'
2274         const.
2275         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2276         var_string case.
2277         * f-exp.y (parse_number): Make first argument const.
2278         (match_string_literal): Make local variable 'tokstart'
2279         const.
2280         (yylex): Make local variable 'p' const.
2281         Cast away const for struct stoken (temporary).
2282         * go-exp.y (parse_number): Make first argument const.
2283         (parse_string_or_char): Likewise.
2284         Make local variable 'tokstart' const.
2285         (lex_one_token): Likewise for numerous locals called 'p'.
2286         Cast away const for struct stoken (temporary).
2287         * jv-exp.y (parse_number): Make first argument const.
2288         Make local variables 'tokstart' and 'tokptr' const.
2289         Cast away const for call to skip_quoted (temporary).
2290         (yylex): Make local variable 'p' const.
2291         Cast away const for struct stoken (temporary).
2292         * m2-exp.y (parse_number): Make local variable 'p' const.
2293         (yylex): Likewise for 'tokstart'.
2294         Cast away const for struct stoken (temporary).
2295         Make local variable 'p' const.
2296         * macroexp.c (get_character_constant): Pass a const string
2297         to c_parse_escape.
2298         (get_string_literal): Likewise.
2299         (macro_expand_next): Make first argument const.
2300         Cast away const for init_shared_buffer.
2301         * macroexp.h (macro_expand_next): Make first argument const.
2302         * p-exp.y (yylex): Make a local copy of 'lexptr'.
2303         Pass a const string to c_parse_escape.
2304         Make local variables 'p' and 'namestart' const.
2305         * parse.c (lexptr): Make const.
2306         (prev_lexptr): Likewise.
2307         (find_template_name_end): Return const.
2308         Make argument const, too.
2309         (parse_exp_in_context): Make first argument const.
2310         Remove the entire const_hack.
2311         (parse_exp_in_context_1): Make first argument const.
2312         * parser-defs.h (find_template_name_end): Return const.
2313         Make argument const, too.
2314         (lexptr): Make const.
2315         (prev_lexptr): Likewise.
2316         * utils.c (parse_escape): Make second argument const.
2317         * utils.h (parse_escape): Likewise.
2318
2319 2013-10-01  Keith Seitz  <keiths@redhat.com>
2320
2321         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2322         is now const.
2323         (block_lookup): Make 'raw_name' and 'name' const.
2324         * ada-lex.l (processString): Update for struct stoken.ptr.
2325         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2326         (operator_stoken): Likewise.
2327         (lex_one_token): Remove temporary cast to char * for
2328         'yylval.sval.ptr'.
2329         * f-exp.y (yylex): Likewise.
2330         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2331         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2332         * go-exp.y (lex_one_token): Remove temporary cast to char * for
2333         'yylval.sval.ptr'.
2334         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2335         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2336         * linespec.c (struct ls_parser): Make 'stream' const.
2337         (find_parameter_list_end): Make argument 'input' and local
2338         variable 'p' const.
2339         (linespec_lexer_lex_string): Make local variables 'start' and
2340         'p' const.
2341         Use skip_spaces_const instead of skip_spaces.
2342         (linespec_lexer_peek_token): Make local variable 'saved_stream'
2343         const.
2344         (parse_linespec): Temporarily cast 'argptr' to const for
2345         'parser->lexer.stream'.
2346         * m2-exp.y (yylex): Remove temporary cast to char * for
2347         'yylval.sval.ptr'.
2348         * objc-lang.c (add_msglist): Make local variable 'p' const.
2349         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2350         (exp : STRING): Make 'sp' const.
2351         (parse_number): Make argument 'p' const.
2352         * parser-defs.h (struct stoken): Make 'ptr' const.
2353
2354 2013-10-01  Doug Evans  <dje@google.com>
2355
2356         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2357
2358 2013-10-01  Yao Qi  <yao@codesourcery.com>
2359
2360         * varobj.c (c_value_of_root): Remove declaration.
2361         (cplus_value_of_root, java_value_of_root): Likewise.
2362         (ada_value_of_root): Likewise.
2363         (struct language_specific) <value_of_root>: Remove.
2364         (languages): Update initialization.
2365         (check_scope): Move earlier.
2366         (c_value_of_root): Move earlier and rename to ...
2367         (value_of_root_1): ... this.
2368         (value_of_root): Caller update.
2369         (cplus_value_of_root, java_value_of_root): Remove.
2370         (ada_value_of_root): Remove.
2371
2372 2013-10-01  Yao Qi  <yao@codesourcery.com>
2373
2374         * varobj.c (varobj_format_string): Remove "unknown".
2375         (languages): Remove the first element.
2376         * varobj.h (enum varobj_languages): Remove vlang_c.
2377
2378 2013-10-01  Yao Qi  <yao@codesourcery.com>
2379
2380         * varobj.c (struct language_specific) <language>: Remove.
2381         (languages): Update the initialization.
2382
2383 2013-10-01  Yao Qi  <yao@codesourcery.com>
2384
2385         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2386         "solib-target.h".  Include "windows-tdep.h".
2387         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
2388         set_solib_ops and set_gdbarch_has_dos_based_file_system.
2389         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2390         windows-tdep.o to gdb_target_obs.
2391
2392 2013-10-01  Yao Qi  <yao@codesourcery.com>
2393
2394         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2395         "solib-target.h".
2396         (amd64_windows_init_abi): Don't call set_solib_ops and
2397         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2398         windows_init_abi instead.
2399         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2400         "solib-target.h".
2401         (i386_cygwin_init_abi): Don't call set_solib_ops,
2402         set_gdbarch_has_dos_based_file_system and
2403         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2404         windows_init_abi instead.
2405         * windows-tdep.c: Include "solib.h" and "solib-target.h".
2406         (windows_init_abi): New function.
2407         (windows_iterate_over_objfiles_in_search_order): Make it
2408         static.
2409         * windows-tdep.h (windows_init_abi): Declare.
2410         (windows_iterate_over_objfiles_in_search_order): Remove
2411         declaration.
2412
2413 2013-10-01  Jerome Guitton  <guitton@adacore.com>
2414
2415         Checked in by Joel Brobecker  <brobecker@adacore.com>
2416         * system-gdbinit/elinos.py (get_elinos_environment): Return an
2417         incomplete dictionnary instead of None in case of missing
2418         environment variables.
2419         (elinos_init): in case of an incomplete environment, best
2420         effort to load system libraries instead of abort.
2421
2422 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
2423
2424         * ada-lang.c (ada_has_this_exception_support): Ignore
2425         mst_solib_trampoline minimal symbols.
2426
2427 2013-09-30  Tristan Gingold  <gingold@adacore.com>
2428
2429         * i386-darwin-nat.c (darwin_complete_target): Install methods for
2430         hardware watchpoint.
2431         (i386_darwin_dr_set): Support 32 and 64 bit states.
2432         (i386_darwin_dr_get): Likewise.
2433         (i386_darwin_dr_set_control): Make static.
2434         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2435         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2436
2437 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
2438
2439         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2440         Replace TIDGET with ptid_get_lwp.
2441         Replace GET_LWP with ptid_get_lwp.
2442         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2443         Replace BUILD_THREAD with ptid_build.
2444         Replace BUILD_LWP with ptid_build.
2445         Replace PIDGET with ptid_get_pid.
2446         Replace TIDGET with ptid_get_lwp.
2447         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2448         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2449         Replace TIDGET with ptid_get_lwp.
2450         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2451         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2452         Replace TIDGET with ptid_get_lwp.
2453         Replace GET_LWP with ptid_get_lwp.
2454         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2455         * auxv.c: Likewise.
2456         * breakpoint.c: Likewise.
2457         * common/ptid.c (ptid_is_pid): Condense check for
2458         null_ptid and minus_one_ptid.
2459         (ptid_lwp_p): New function.
2460         (ptid_tid_p): New function.
2461         * common/ptid.h: Update comments for accessors.
2462         (ptid_lwp_p): New prototype.
2463         (ptid_tid_p): New prototype.
2464         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2465         * gcore.c: Replace PIDGET with ptid_get_pid.
2466         * gdbthread.h: Likewise.
2467         * gnu-nat.c: Likewise.
2468         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2469         Replace TIDGET with ptid_get_lwp.
2470         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2471         * hppanbsd-nat.c: Likewise.
2472         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2473         Replace TIDGET with ptid_get_lwp.
2474         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2475         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2476         * infcmd.c: Likewise.
2477         * inferior.h: Likewise.
2478         * inflow.c: Likewise.
2479         * infrun.c: Likewise.
2480         * linux-fork.c: Likewise.
2481         * linux-nat.c: Replace PIDGET with ptid_get_pid.
2482         Replace GET_PID with ptid_get_pid.
2483         Replace is_lwp with ptid_lwp_p.
2484         Replace GET_LWP with ptid_get_lwp.
2485         Replace BUILD_LWP with ptid_build.
2486
2487 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
2488
2489         * common/linux-btrace.c: Move sys/syscall.h out of the
2490         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2491         Also check for SYS_perf_event_open before attempting to buid.
2492
2493 2013-09-27  Doug Evans  <dje@google.com>
2494
2495         * dwarf2read.c (dwarf2_section_info): Add comment.
2496         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2497         All uses updated.
2498         (dwarf2_section_empty_p): Rename arg from "info" to "section".
2499         (dwarf2_read_section): Delete unused local "header".  Add section
2500         name to error message.
2501         (create_dwo_in_dwp): Tweak comment.
2502         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2503
2504         * dwarf2read.c (die_reader_specs): Tweak comment.
2505         (get_section_bfd_owner, get_section_bfd_section): New functions.
2506         (get_section_name, get_section_file_name): New functions.
2507         (get_section_id, get_section_flags): New functions.
2508         (*): Use new functions to access section fields.
2509
2510         * dwarf2read.c (struct dwo_file): Add/tweak comments.
2511         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
2512         arg "htab".  All callers updated.
2513         (create_debug_types_hash_table): Remove redundant copy of
2514         abbrev_section.
2515         (create_dwo_in_dwp): Tweak comments.
2516         (read_str_index): Tweak comment.  Record dwarf form name in static
2517         local.
2518
2519 2013-09-27  Pedro Alves  <palves@redhat.com>
2520
2521         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2522         (remote_filename_p): Add comment.
2523         * remote.c (remote_filename_p): Adjust to use
2524         REMOTE_SYSROOT_PREFIX.
2525         * solib.c (solib_find): When deciding whether we need to add a
2526         directory separator, check whether the sysroot is "remote:"
2527         instead of checking whether the patch has a drive spec.  Add
2528         comments.
2529
2530 2013-09-27  Pedro Alves  <palves@redhat.com>
2531
2532         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2533         Delete fields.
2534         (remote_parse_stop_reply): Adjust, setting event->ws.kind
2535         directly.
2536
2537 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2538
2539         Fix set debug frame output.
2540         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
2541         SENTINEL_FRAME entry lower to match enum frame_type order.
2542
2543 2013-09-26  Pierre Muller  <muller@sourceware.org>
2544
2545         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2546         AMD64_R15_REGNUM when a register index is expected.
2547         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2548         Substitute in array.
2549         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2550         (amd64_push_arguments): Substitute in integer_regnum array.
2551
2552 2013-09-25  Doug Evans  <dje@google.com>
2553
2554         * objfiles.c (allocate_objfile): Move comment to better place.
2555
2556         New option "set debug symfile on".
2557         * NEWS: Mention "set debug symfile".
2558         * Makefile.in (SFILES): Add symfile-debug.c.
2559         (COMMON_OBS): Add symfile-debug.o.
2560         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2561         objfile's symbol functions.
2562         * objfiles.h (objfile_set_sym_fns): Declare.
2563         * symfile-debug.c: New file.
2564         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2565         objfile's symbol functions.
2566         (reread_symbols): Ditto.
2567
2568         * symfile.h (struct sym_fns): Delete member "sym_flavour".
2569         All uses updated.
2570         (add_symtab_fns): Update prototype.
2571         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
2572         (registered_sym_fns): ... this.
2573         (symtab_fns): Update.
2574         (add_symtab_fns): New arg "flavour".  All callers updated.
2575         (find_sym_fns): Rewrite to use new sym_fns registry.
2576
2577         * symfile.h (struct sym_fns): Add "objfile" argument to
2578         sym_read_linetable.  All uses updated.
2579
2580         * symtab.c (domain_name, search_domain_name): New functions.
2581         * symtab.h (domain_name, search_domain_name): Declare.
2582
2583         * symfile.h (struct quick_symbol_functions): Reorg arg list of
2584         map_matching_symbols so objfile is first.  All uses updated.
2585         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2586         * psymtab.c (map_matching_symbols_psymtab): Update signature.
2587
2588 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2589
2590         PR shlibs/8882
2591         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2592         link map entries.
2593
2594 2013-09-24  Doug Evans  <dje@google.com>
2595
2596         * objfiles.c (free_objfile): Move comment.
2597
2598 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2599
2600         * ada-exp.y (string_to_operator): Delete.
2601         (dummy_string_to_ada_operator): Delete.
2602
2603 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2604
2605         Revert:
2606         * i386-tdep.h (enum amd64_reg_class): New, moved here from
2607         amd64-tdep.c.
2608         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2609         call_dummy_integer_regs, and classify.
2610         * amd64-tdep.h (amd64_classify): Add declaration.
2611         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2612         (amd64_reg_class): Delete, moved to i386-tdep.h.
2613         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
2614         Replace call to amd64_classify by call to tdep->classify.
2615         (amd64_push_arguments): Get the list of registers to use for
2616         passing integer parameters from the gdbarch tdep structure,
2617         rather than using a hardcoded one.  Replace calls to amd64_classify
2618         by calls to tdep->classify.
2619         (amd64_push_dummy_call): Get the register number used for
2620         the "hidden" argument from tdep->call_dummy_integer_regs.
2621         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2622         and tdep->call_dummy_integer_regs.  Set tdep->classify.
2623
2624 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2625
2626         Revert:
2627         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2628         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2629         where tdep->memory_args_by_pointer is non-zero.
2630
2631 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2632
2633         Revert:
2634         * i386-tdep.h (struct gdbarch_tdep): Add new field
2635         integer_param_regs_saved_in_caller_frame.
2636         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2637         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2638
2639 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2640
2641         * amd64-windows-tdep.c: #include "value.h"
2642         (amd64_windows_classify): Delete.
2643         (amd64_windows_passed_by_integer_register)
2644         (amd64_windows_passed_by_xmm_register)
2645         (amd64_windows_passed_by_pointer)
2646         (amd64_windows_adjust_args_passed_by_pointer)
2647         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2648         (amd64_windows_push_dummy_call): New functions.
2649         (amd64_windows_init_abi): Remove setting of
2650         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2651         tdep->classify, tdep->memory_args_by_pointer and
2652         tdep->integer_param_regs_saved_in_caller_frame.
2653         Add call to set_gdbarch_push_dummy_call.
2654
2655 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2656
2657         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2658         objfile->original_name.
2659
2660 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2661
2662         Pass down original filename for objfile.
2663         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2664         * elfread.c (elf_symfile_read): Likewise.
2665         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2666         longer set ORIGINAL_NAME.
2667         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2668         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2669         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
2670         symbol_file_add_from_bfd call.
2671         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2672         (macho_check_dsym): Add parameter filenamep.  Change function comment.
2673         Set *filenamep.
2674         (macho_symfile_read): New variable dsym_filename.  Update
2675         macho_check_dsym call.  Use it for symbol_file_add_separate.
2676         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
2677         it.  Use it for objfile->original_name.
2678         (objfile_name): Return OBFD's filename, if available.
2679         * objfiles.h (allocate_objfile): Add new parameter name.
2680         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2681         * symfile-mem.c (symbol_file_add_from_memory): Update
2682         symbol_file_add_from_bfd call.
2683         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2684         comment for it.
2685         (symbol_file_add_with_addrs): New parameter name, add function comment
2686         for it.  Remove variable name.  Update allocate_objfile call.
2687         (symbol_file_add_separate): New parameter name, add function comment
2688         for it.  Update symbol_file_add_with_addrs call.
2689         (symbol_file_add_from_bfd): New parameter name.  Update
2690         symbol_file_add_with_addrs call.
2691         (symbol_file_add): Update symbol_file_add_from_bfd call.
2692         (reread_symbols): New variable original_name.  Save
2693         objfile->original_name by it.
2694         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
2695         second parameter.
2696
2697 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2698
2699         Code cleanup: Add objfile_name accessor function.
2700         * ada-lang.c (is_known_support_routine): Use objfile_name.
2701         * auto-load.c (source_gdb_script_for_objfile)
2702         (auto_load_objfile_script): Likewise.
2703         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
2704         * dbxread.c (dbx_symfile_read): Likewise.
2705         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2706         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
2707         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
2708         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
2709         (lookup_dwp_signatured_type, lookup_dwo_unit)
2710         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
2711         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
2712         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
2713         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
2714         (dwarf2_record_block_ranges, read_common_block, read_typedef)
2715         (read_subrange_type, load_partial_dies, read_partial_die)
2716         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
2717         (die_containing_type, build_error_marker_type, lookup_die_type)
2718         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
2719         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
2720         (get_DW_AT_signature_type, write_psymtabs_to_index)
2721         (save_gdb_index_command): Likewise.
2722         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
2723         Likewise.
2724         * expprint.c (dump_subexp_body_standard): Likewise.
2725         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
2726         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
2727         original_name.
2728         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
2729         obj_name, use objfile_name for it, use the variable.
2730         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
2731         Use objfile_name.
2732         * machoread.c (macho_symtab_read, macho_check_dsym)
2733         (macho_symfile_relocate): Likewise.
2734         * maint.c (maintenance_translate_address): Likewise.
2735         * minidebug.c (find_separate_debug_file_in_section): Likewise.
2736         * minsyms.c (install_minimal_symbols): Likewise.
2737         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
2738         original_name.
2739         (filter_overlapping_sections): Use objfile_name.
2740         (objfile_name): New function.
2741         * objfiles.h (struct objfile): Rename field name to original_name.
2742         (objfile_name): New prototype.
2743         * printcmd.c (sym_info, address_info): Use objfile_name.
2744         * probe.c (parse_probes, collect_probes, compare_probes)
2745         (info_probes_for_ops): Likewise.
2746         * progspace.c (clone_program_space): Likewise.
2747         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
2748         (maintenance_info_psymtabs): Likewise.
2749         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2750         (source_section_scripts): Likewise.
2751         * python/py-objfile.c (objfpy_get_filename): Likewise.
2752         * python/py-progspace.c (pspy_get_filename): Likewise.
2753         * solib-aix.c (solib_aix_get_toc_value): Likewise.
2754         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
2755         * solib.c (solib_read_symbols): Likewise.
2756         * stabsread.c (scan_file_globals): Likewise.
2757         * stap-probe.c (handle_stap_probe): Likewise.
2758         * symfile.c (symbol_file_clear, separate_debug_file_exists)
2759         (find_separate_debug_file_by_debuglink): Likewise.
2760         (reread_symbols): Likewise.  Use the objfile field name renamed to
2761         original_name.
2762         (allocate_symtab): Use objfile_name.
2763         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
2764         (dump_objfile, dump_msymbols, dump_symtab_1)
2765         (maintenance_print_msymbols, maintenance_print_objfiles)
2766         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
2767         * target.c (target_translate_tls_address, target_info): Likewise.
2768         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
2769         objfile_name.
2770
2771 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2772
2773         Code cleanup.
2774         * probe.c (parse_probes): Rename variable objfile_name to
2775         objfile_namestr.
2776
2777 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2778
2779         Remove solib-sunos.c.
2780         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
2781         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
2782         * objfiles.c (rt_common_objfile): Remove.
2783         (free_objfile): Remove rt_common_objfile comparison.
2784         * objfiles.h (rt_common_objfile): Remove.
2785         * solib-sunos.c: Remove.
2786         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2787
2788 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2789
2790         Remove a.out NetBSD and OpenBSD hosts.
2791         * NEWS (Removed native configurations): New.
2792         * config/arm/nbsdaout.mh: Remove.
2793         * config/i386/nbsdaout.mh: Remove.
2794         * config/i386/obsdaout.mh: Remove.
2795         * config/m68k/nbsdaout.mh: Remove.
2796         * config/sparc/nbsdaout.mh: Remove.
2797         * config/vax/nbsdaout.mh: Remove.
2798         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2799         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2800         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2801         error.
2802         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2803         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2804         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2805
2806 2013-09-23  Tom Tromey  <tromey@redhat.com>
2807
2808         * linespec.c (struct minsym_and_objfile): Remove.
2809         (minsym_and_objfile_d): Remove.
2810         (struct linespec, struct collect_info, linespec_parse_basic)
2811         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2812         (compare_msymbols, find_method, find_function_symbols)
2813         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2814         (add_minsym, search_minsyms_for_name): Update.
2815
2816 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
2817
2818         * regcache.c: Add include of valprint.h.
2819         (dump_endian_bytes): Delete.
2820         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2821
2822 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
2823
2824         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2825
2826 2013-09-19  Pedro Alves  <palves@redhat.com>
2827
2828         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2829         breakpoints.
2830
2831 2013-09-19  Pedro Alves  <palves@redhat.com>
2832             Thomas Schwinge  <thomas@codesourcery.com>
2833             Yue Lu  <hacklu.newborn@gmail.com>
2834
2835         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2836         Take a gdb_byte pointer instead of a char pointer.
2837
2838         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2839         gnu_xfer_partial helper.
2840         (gnu_xfer_partial): New function.
2841         (gnu_target): Don't install a deprecated_xfer_memory hook.
2842         Install a to_xfer_partial hook.
2843
2844 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2845
2846         Constification.
2847         * main.c (captured_main): Replace catch_command_errors by
2848         catch_command_errors_const.  Twice.
2849         * symfile.c (symbol_file_add_main_1): Make args parameter const.
2850         (symbol_file_add): Make name parameter const.
2851         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2852         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
2853         variable name.  Change their usage accordingly.
2854         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2855         const.
2856         (symbol_file_add_main): Make args parameter const.
2857
2858 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
2859             Ulrich Weigand  <uweigand@de.ibm.com>
2860
2861         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2862         of c_value member.
2863         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2864
2865 2013-09-18  Pedro Alves  <palves@redhat.com>
2866             Yue Lu  <hacklu.newborn@gmail.com>
2867
2868         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2869         (gnu_create_inferior)
2870         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2871         (set_sig_thread_cmd): Use the lwpid field of ptids to
2872         store/extract thread ids instead of the tid field.
2873         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2874
2875 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2876
2877         * infcmd.c (default_print_one_register_info): Add detection of
2878         optimized out values.
2879         (default_print_registers_info): Switch to using
2880         get_frame_register_value.
2881
2882 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2883
2884         * infrun.c (handle_inferior_event): Check if we know the
2885         function start address before setting a resume breakpoint.
2886
2887 2013-09-18  Pedro Alves  <palves@redhat.com>
2888
2889         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2890         minus_one_ptid instead of looking at the ptid's tid field and
2891         comparing that to -1.
2892
2893 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2894
2895         * main.h (get_gdb_program_name): Remove extra whitespace.
2896
2897 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2898
2899         * main.h (get_gdb_program_name): Add declaration.
2900         * main.c (get_gdb_program_name): Add definition.
2901
2902 2013-09-17  Doug Evans  <dje@google.com>
2903
2904         * dwarf2read.c: Move definitions of complaint functions to after
2905         forward declarations of local functions.
2906
2907 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
2908             Pedro Alves  <palves@redhat.com>
2909
2910         PR gdb/11568
2911         * breakpoint.c (remove_threaded_breakpoints): New function.
2912         (_initialize_breakpoint): Attach remove_threaded_breakpoints
2913         as thread_exit observer.
2914
2915 2013-09-17  Pedro Alves  <palves@redhat.com>
2916
2917         PR gdb/15911
2918         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2919         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2920         * corelow.c (core_open):
2921         * frame.h (print_stack_frame, print_frame_info): New
2922         'set_current_sal' parameter.
2923         * infcmd.c (finish_command, kill_command): Adjust call to
2924         print_stack_frame.
2925         * inferior.c (inferior_command): Likewise.
2926         * infrun.c (normal_stop): Likewise.
2927         * linux-fork.c (linux_fork_context): Likewise.
2928         * record-full.c (record_full_goto_entry, record_full_restore):
2929         Likewise.
2930         * remote-mips.c (common_open): Likewise.
2931         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
2932         Use it.
2933         (print_frame_info): New 'set_current_sal' parameter.  Set the last
2934         displayed sal depending on the new paremeter instead of looking at
2935         print_what.
2936         (backtrace_command_1, select_and_print_frame, frame_command)
2937         (current_frame_command, up_command, down_command): Adjust call to
2938         print_stack_frame.
2939         * thread.c (print_thread_info, restore_selected_frame)
2940         (do_captured_thread_select): Adjust call to print_stack_frame.
2941         * tracepoint.c (tfind_1): Likewise.
2942         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2943         (mi_cmd_stack_info_frame): Likewise.
2944         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
2945         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
2946
2947 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2948
2949         * value.c (isvoid_internal_fn): Replace "parameter" with
2950         "argument".
2951
2952 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2953
2954         * README: Update references to writing code for GDB.
2955         * configure.ac (build_warnings): Remove obsolete comment.
2956         * configure: Regenerate.
2957         * gdbarch.sh: Remove references to gdbint.texinfo.
2958         * gdbarch.h: Regenerate.
2959         * gdbtypes.c (objfile_type): Remove comments referencing internals
2960         manual and D10V.
2961
2962 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2963
2964         * NEWS: Mention new convenience function $_isvoid.
2965         * value.c (isvoid_internal_fn): New function.
2966         (_initialize_values): Add new convenience function $_isvoid.
2967
2968 2013-09-16  Pierre Muller  <muller@sourceware.org>
2969
2970         * arm-linux-tdep.c: Add "elf/common.h" header.
2971         Remove AT_HWCAP macro definintion as it is provided in
2972         added include file.
2973         * s390-tdep.c: Remove system header <elf.h>
2974         Add "elf/common.h" header for AT_HWCAP definition.
2975         (s390_core_read_description): Use correct CORE_ADDR
2976         for hwcap local variable used as third parameter
2977         of function target_auxv_search.
2978
2979 2013-09-14  Pierre Muller  <muller@sourceware.org>
2980             Tom Tromey  <tromey@redhat.com>
2981             Pedro Alves  <palves@redhat.com>
2982
2983         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2984         mode if operating system doesn't know O_CLOEXEC.
2985
2986 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2987
2988         Code cleanup.
2989         * symfile.c (reread_symbols): Move variable obfd_filename to a more
2990         inner block.
2991
2992 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2993
2994         * NEWS: Mention TDB support.
2995         * features/s390-tdb.xml: New file.
2996         * features/s390-te-linux64.xml: New file.
2997         * features/s390x-te-linux64.xml: New file.
2998         * features/Makefile (WHICH): Add new tdescs above.
2999         (s390-te-linux64-expedite): Set.
3000         (s390x-te-linux64-expedite): Set.
3001         * features/s390-te-linux64.c: New file (generated).
3002         * features/s390x-te-linux64.c: New file (generated).
3003         * regformats/s390-te-linux64.dat: New file (generated).
3004         * regformats/s390x-te-linux64.dat: New file (generated).
3005         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3006         (HWCAP_S390_TE): Likewise.
3007         (S390_TDB_DWORD0_REGNUM): Likewise.
3008         (S390_TDB_DWORD0_REGNUM): Likewise.
3009         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3010         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3011         (S390_TDB_ATIA_REGNUM): Likewise.
3012         (S390_TDB_R0_REGNUM): Likewise.
3013         (S390_TDB_R1_REGNUM): Likewise.
3014         (S390_TDB_R2_REGNUM): Likewise.
3015         (S390_TDB_R3_REGNUM): Likewise.
3016         (S390_TDB_R4_REGNUM): Likewise.
3017         (S390_TDB_R5_REGNUM): Likewise.
3018         (S390_TDB_R6_REGNUM): Likewise.
3019         (S390_TDB_R7_REGNUM): Likewise.
3020         (S390_TDB_R8_REGNUM): Likewise.
3021         (S390_TDB_R9_REGNUM): Likewise.
3022         (S390_TDB_R10_REGNUM): Likewise.
3023         (S390_TDB_R11_REGNUM): Likewise.
3024         (S390_TDB_R12_REGNUM): Likewise.
3025         (S390_TDB_R13_REGNUM): Likewise.
3026         (S390_TDB_R14_REGNUM): Likewise.
3027         (S390_TDB_R15_REGNUM): Likewise.
3028         (S390_NUM_REGS): Increase.
3029         (S390_IS_TDBREGSET_REGNUM): New macro.
3030         (s390_regmap_tdb): Declare.
3031         (s390_sizeof_tdbregset): Define.
3032         (tdesc_s390_te_linux64): Declare.
3033         (tdesc_s390x_te_linux64): Likewise.
3034         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3035         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3036         (s390_regmap_tdb): New regmap.
3037         (s390_supply_tdb_regset): New function.
3038         (s390_tdb_regset): New regset.
3039         (s390_linux64v2_regset_sections): Add TDB regset to list.
3040         (s390x_linux64v2_regset_sections): Likewise.
3041         (s390_regset_from_core_section): Recognize TDB core note section.
3042         (s390_core_read_description): If HWCAP indicates TE support,
3043         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3044         (s390_gdbarch_init): Handle TDB regset.
3045         (_initialize_s390_tdep): Initialize new tdescs.
3046         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3047         (have_regset_tdb): New variable.
3048         (s390_native_supply): Support register invalidation.
3049         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3050         (check_regset): Treat ENODATA as "regset exists".
3051         (s390_linux_fetch_inferior_registers): Add TDB.
3052         (s390_read_description): Check for TDB existence and select
3053         appropriate tdesc.
3054         * gdbserver/Makefile.in (clean): Add removal of new makefile
3055         targets.
3056         (s390-te-linux64.c): New makefile target.
3057         (s390x-te-linux64.c): Likewise.
3058         * gdbserver/configure.srv (srv_regobj): Append new objects
3059         s390-te-linux64.o and s390x-te-linux64.o.
3060         (srv_xmlfiles): Append new files s390-te-linux64.xml,
3061         s390x-te-linux64.xml, and s390-tdb.xml.
3062         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3063         declaration.
3064         (tdesc_s390_te_linux64): Likewise.
3065         (init_registers_s390x_te_linux64): Likewise.
3066         (tdesc_s390x_te_linux64): Likewise.
3067         (s390_check_regset): Treat ENODATA as "regset exists".
3068         (s390_arch_setup): Add TDB regset support.
3069         (initialize_low_arch): Initialize registers for new tdescs.
3070
3071 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3072
3073         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3074         (S390_IS_FPREGSET_REGNUM): New macro.
3075         * s390-tdep.c (s390_dwarf_regmap): Make const.
3076         (regnum_is_gpr_full): New function for replacing repeated code.
3077         (s390_pseudo_register_name): Use it.
3078         (s390_pseudo_register_type): Likewise.
3079         (s390_pseudo_register_read): Likewise.
3080         (s390_pseudo_register_write): Likewise.
3081         (s390_unwind_pseudo_register): Likewise.
3082         (s390_regmap_gregset): New format for regmap.
3083         (s390x_regmap_gregset): Likewise.
3084         (s390_regmap_fpregset): Likewise.
3085         (s390_regmap_upper): Likewise.
3086         (s390_regmap_last_break): Likewise.
3087         (s390_regmap_system_call): Likewise.
3088         (s390_supply_regset): Adjust to new regmap format.
3089         (s390_collect_regset): Likewise.
3090         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3091         (s390_native_collect): Likewise.
3092         (supply_gregset): Likewise.
3093         (fill_gregset): Likewise.
3094         (supply_fpregset): Likewise.
3095         (fill_fpregset): Likewise.
3096         (fetch_regset): Likewise.
3097         (store_regset): Likewise.
3098         (s390_linux_fetch_inferior_registers): Likewise.
3099         (s390_linux_fetch_inferior_registers): Likewise.
3100
3101 2013-09-12  Andrew Pinski  <apinski@cavium.com>
3102
3103         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3104
3105 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3106
3107         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3108
3109 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
3110
3111         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3112
3113 2013-09-06  Pedro Alves <palves@redhat.com>
3114
3115         * remote-sim.c (dump_mem, gdbsim_fetch_register)
3116         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3117         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3118         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3119         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3120         gdb_stdlog.
3121
3122 2013-09-06  Pedro Alves  <palves@redhat.com>
3123
3124         * remote-sim.c (dump_mem): Constify buf parameter.
3125         gdbsim_xfer_inferior_memory): Rename to ...
3126         (gdbsim_xfer_memory): ... this.  Adjust interface as
3127         target_xfer_partial helper.
3128         (gdbsim_xfer_partial): New function.
3129         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3130         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
3131
3132 2013-09-06  Pedro Alves  <palves@redhat.com>
3133
3134         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3135         host_address_to_string, and send debug output to gdb_stdlog.
3136
3137 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3138
3139         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3140         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3141         gdb_target_obs for cris target.
3142         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3143         (cris_gdbarch_init): Move calls to
3144         set_gdbarch_fetch_tls_load_module_address and
3145         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3146         Add call to gdbarch_init_osabi.
3147         * cris-linux-tdep.c: New file.
3148         * cris-tdep.h: New file.
3149
3150 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3151
3152         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3153         to deprecated_init_ui_hook.
3154
3155 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3156
3157         * cli/cli-interp.c (_initialize_cli_interp): Add a
3158         command_loop_proc to interp_procs.
3159         * event-top.c (cli_command_loop): Change signature to match
3160         interp_command_loop_ftype.
3161         * event-top.h (cli_command_loop): Same.
3162         * interps.c (interp_new): Require every interpreter to have a
3163         command_loop_proc.
3164         (current_interp_command_loop): Just call the command_loop_proc on
3165         the current interpreter.
3166         * tui/tui-interp.c (_initialize_tui_interp): Add a
3167         command_loop_proc to interp_procs.
3168
3169 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3170
3171         * cris-tdep.c (cris_gdbarch_init): Add call to
3172         get_gdbarch_fetch_tls_load_module_address.
3173
3174 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3175
3176         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3177         (cris_elf_gregset_t): Rename from elf_gregset_t.
3178         (crisv32_elf_gregset_t): Adjust.
3179         (cris_supply_gregset, fetch_core_registers): Adjust.
3180
3181 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3182
3183         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3184
3185 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
3186
3187         * defs.h (deprecated_command_loop_hook): Remove, including
3188         references in comments.
3189         * interps.c (current_interp_command_loop): No longer use
3190         deprecated_command_loop_hook.
3191         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3192         setup.
3193         * top.c (deprecated_command_loop_hook): Remove.
3194
3195 2013-09-05  Pedro Alves  <palves@redhat.com>
3196
3197         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3198         local is now int instead of ULONGEST.  Print it with %d
3199         instead of paddress.
3200
3201 2013-09-05  Tristan Gingold  <gingold@adacore.com>
3202
3203         * MAINTAINERS: Remove avr maintainership.
3204
3205 2013-09-05  Pedro Alves  <palves@redhat.com>
3206
3207         * findvar.c (value_of_register): Rework in terms of
3208         value_of_register_lazy.
3209
3210 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
3211
3212         * symfile.c (add_symbol_file_command): Remove trailing
3213          whitespaces and blank line after comment.
3214
3215 2013-09-05  Pedro Alves  <palves@redhat.com>
3216
3217         * tui/tui-regs.c (tui_register_format): Don't look at the
3218         register's name here.  Return string representing register
3219         value instead of storing it in the data element.
3220         (tui_get_register): Compare register string representations
3221         instead of register value states and contents.
3222
3223 2013-09-05  Pedro Alves  <palves@redhat.com>
3224
3225         PR tui/15933
3226         * tui/tui-regs.c (tui_show_registers): Show registers of the
3227         selected frame, not the current frame.
3228
3229 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
3230
3231         * MAINTAINERS (Write After Approval): Add myself to the list.
3232
3233 2013-09-04  Doug Evans  <dje@google.com>
3234
3235         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3236         (queue_and_load_dwo_tu): New function.
3237         (lookup_dwo_signatured_type): Set per_cu.tu_read.
3238         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3239         Make dependent_cu optional.
3240         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3241         and an older .gdb_index is in use, queue and load all its TUs too.
3242
3243 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3244
3245         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3246         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3247         variable search_flags.
3248         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3249         (OPF_RETURN_REALPATH): ... here.
3250         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3251         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3252         call.  Twice.
3253         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3254         openp call.
3255         * solib.c (solib_find): Likewise.  Four times.
3256         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3257         in the function comment and for the realpath_fptr variable.
3258         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3259         (find_and_open_source): Likewise.  Twice.
3260         * symfile.c (symfile_bfd_open): Likewise, also twice.
3261
3262 2013-09-04  Doug Evans  <dje@google.com>
3263
3264         * progspace.c (save_current_space_and_thread): Remove unnecessary
3265         call to save_current_inferior.
3266
3267 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
3268
3269         * sh64-tdep.c (sh64_do_register): Return after printing message
3270         about unavailable register contents.
3271
3272 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
3273             Pedro Alves  <palves@redhat.com>
3274
3275         * symfile.c (add_symbol_file_command): Error out on unknown
3276         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3277         options and collapse into single conditional branch.
3278
3279 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
3280
3281         * inf-child.c (inf_child_follow_fork): New parameter
3282         detach_fork.
3283         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3284         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3285         * inferior.h (detach_fork): Remove.
3286         * infrun.c (detach_fork): Adjust comment and make it
3287         static.
3288         (follow_fork): Pass detach_fork parameter to
3289         target_follow_fork.
3290         * linux-nat.c (linux_child_follow_fork): New parameter
3291         detach_fork.
3292         * target.c (target_follow_fork): New parameter detach_fork.
3293         Pass detach_fork as parameter and print its value.
3294         * target.h (struct target_ops) <to_follow_fork>: New int
3295         parameter.
3296         (target_follow_fork): New parameter detach_fork.
3297
3298 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
3299
3300         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3301         Replace sec->bfd by sec->the_bfd_section->owner.
3302
3303 2013-09-03  Yao Qi  <yao@codesourcery.com>
3304
3305         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
3306         from linux_has_shared_address_space.
3307         (linux_has_shared_address_space): Call linux_is_uclinux.
3308         * linux-tdep.h (linux_is_uclinux): Declare.
3309         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3310         linux_is_uclinux.
3311
3312 2013-09-03  Yao Qi  <yao@codesourcery.com>
3313
3314         * config/djgpp/fnchange.lst: Remove entry of
3315         i386-interix-nat.c and i386-interix-tdep.c.
3316         * configure.ac: Remove '*-*-interix*'.
3317         * configure: Re-generated.
3318         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3319         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3320         obsolete comments.
3321         * osabi.c (gdb_osabi_names): Remove "Interix".
3322
3323 2013-09-03  Yao Qi  <yao@codesourcery.com>
3324
3325         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3326
3327 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
3328
3329         * record.h (record_print_flag) <record_print_src_line,
3330         record_print_insn_range>: Rename into ...
3331         (record_print_flag) <record_print_src_line,
3332         record_print_insn_range>: ... this.  Update all users.
3333
3334 2013-09-02  Pierre Muller  <muller@sourceware.org>
3335
3336         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3337         error code.
3338
3339 2013-09-02  Pierre Muller  <muller@sourceware.org>
3340
3341         * windows-nat.c (windows_xfer_memory): Fix compilation failure
3342         by use of plongest function.
3343
3344 2013-09-02  Tristan Gingold  <gingold@adacore.com>
3345
3346         * NEWS: Add entry mentioning support for native Windows x64
3347         SEH data.
3348
3349         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3350         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3351         (struct amd64_windows_frame_cache): New struct.
3352         (amd64_windows_w2gdb_regnum): New global.
3353         (pc_in_range, amd64_windows_frame_decode_epilogue)
3354         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3355         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3356         (amd64_windows_frame_this_id): New functions.
3357         (amd64_windows_frame_unwind): New static global.
3358         (amd64_windows_skip_prologue): New function.
3359         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3360         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3361         with amd64_windows_skip_prologue.
3362
3363 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
3364
3365         GDB 7.6.1 released.
3366
3367 2013-08-30  Pedro Alves  <palves@redhat.com>
3368
3369         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3370         SRC_AND_LOC.
3371
3372 2013-08-30  Pedro Alves  <palves@redhat.com>
3373
3374         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3375         warning text.
3376
3377 2013-08-30  Pedro Alves  <palves@redhat.com>
3378
3379         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3380         Adjust arguments to print_stack_frame.
3381
3382 2013-08-30  Pedro Alves  <palves@redhat.com>
3383
3384         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3385
3386 2013-08-30  Pedro Alves  <palves@redhat.com>
3387
3388         * frame.h (show_and_print_stack_frame): Delete declaration.
3389
3390 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
3391
3392         PR python/15461
3393         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3394         (archpy_name): Check for valid architecture.
3395         (archpy_disassemble): Ditto.
3396
3397 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
3398
3399         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3400         instead of "long long" in call to ptrace64.
3401
3402 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
3403
3404         * mi/mi-interp.c (mi_command_loop): Change signature to match
3405         interp_command_loop_ftype.
3406         (mi1_command_loop): Remove.
3407         (mi2_command_loop): Remove.
3408         (mi3_command_loop): Remove.
3409         (mi_interpreter_resume): Remove setting of
3410         deprecated_command_loop_hook.
3411         (_initialize_mi_interp): Set mi_command_loop as the command loop
3412         callback.
3413
3414 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3415
3416         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3417         value_type.
3418
3419 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3420
3421         * value.c (allocate_value_contents): Make static.
3422         * value.h (allocate_value_contents): Remove prototype.
3423
3424 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3425
3426         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3427         of assembling value via allocate_value_lazy and attribute setter.
3428         * findvar.c (default_read_var_value): Use value_at_lazy instead of
3429         assembling value via allocate_value_lazy and attribute setter.
3430         * valops.c (do_search_struct_field): Use value_at_lazy instead of
3431         assembling value via allocate_value_lazy and attribute setter.
3432
3433 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3434
3435         * value.c (value_from_contents_and_address): Replace allocate_value and
3436         memcpy with value_from_contents.
3437
3438 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3439
3440         * python/py-framefilter.c (py_print_frame): Remove usage of
3441         PyString_AsString.  Use python_string_to_host_string instead.
3442         Refactor function to work with a string as a new allocation
3443         instead of a pointer.
3444         (py_print_frame): Ditto.
3445         * python/lib/gdb/frames.py (return_list): Cain iterators together
3446         instead of adding them as a list.
3447         (_sort_list): Call return_list, and remove duplicate code.
3448         (execute_frame_filters): Convert iterator to a list with list().
3449         * python/lib/gdb/command/frame_filters.py
3450         (SetFrameFilterPriority._set_filter_priority): Convert priority
3451         attribute to an integer.
3452         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3453         wrapper function __next__.
3454         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3455         define as "str".
3456
3457 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3458
3459         PR python/15752
3460         * python/py-framefilter.c (apply_frame_filter): Check
3461         gdb_python_initialized.  Exit if the Python frame-filter code
3462         cannot be initialized.
3463
3464 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3465
3466         PR cli/15842
3467         * top.c (print_gdb_version): Remove erroneous newline after help
3468         text.
3469
3470 2013-08-29  Yao Qi  <yao@codesourcery.com>
3471
3472         * varobj.c (install_dynamic_child): Remove trailing space.
3473         Add one blank line after variable declaration.
3474
3475 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3476
3477         PR gdb/15415
3478         * corefile.c (get_exec_file): Use exec_filename.
3479         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
3480         * exec.c (exec_close): Free EXEC_FILENAME.
3481         (exec_file_attach): New variable canonical_pathname.  Use
3482         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
3483         EXEC_FILENAME.
3484         * exec.h (exec_filename): New.
3485         * inferior.c (print_inferior, inferior_command): Use
3486         PSPACE_EXEC_FILENAME.
3487         * mi/mi-main.c (print_one_inferior): Likewise.
3488         * progspace.c (clone_program_space, print_program_space): Likewise.
3489         * progspace.h (struct program_space): New field pspace_exec_filename.
3490         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
3491         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3492
3493 2013-08-28  Will Newton  <will.newton@linaro.org>
3494
3495         * common/linux-ptrace.c: Include stdint.h unconditionally.
3496
3497 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3498
3499         Code cleanup.
3500         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3501
3502 2013-08-28  Yao Qi  <yao@codesourcery.com>
3503             Pedro Alves  <palves@redhat.com>
3504
3505         * event-top.c (gdb_setup_readline): Call stderr_fileopen
3506         instead of stdio_fileopen.
3507         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3508         .Call stderr_fileopen instead of stdio_fileopen.
3509         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3510         [__MINGW32__] (stderr_file_fputs): New function.
3511         (stderr_fileopen): New function.
3512         * ui-file.h (stderr_fileopen): Declare.
3513
3514 2013-08-27  Doug Evans  <dje@google.com>
3515
3516         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3517         (struct dwarf2_per_cu_data): Ditto.
3518         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
3519         (process_imported_unit_die): Ditto.
3520         (follow_die_sig_1): Simplify assert.
3521
3522 2013-08-27  Pedro Alves  <palves@redhat.com>
3523
3524         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3525         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
3526         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3527         windows_xfer_memory directly.
3528         (init_windows_ops): Don't install a deprecated_xfer_memory method.
3529
3530 2013-08-27  Pedro Alves  <palves@redhat.com>
3531
3532         * darwin-nat.c (darwin_xfer_memory): Delete.
3533         (_initialize_darwin_inferior): Don't install a
3534         deprecated_xfer_memory method.
3535
3536 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
3537             Yao Qi  <yao@codesourcery.com>
3538
3539         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3540         (parse_no_frames_option): Remove.
3541         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3542         (mi_cmd_stack_list_args): Adjust.
3543         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3544         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
3545         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3546         Caller update.
3547         (list_args_or_locals): New parameter 'skip_unavailable'.
3548         Handle it.
3549         * valprint.c (scalar_type_p): Rename to ...
3550         (val_print_scalar_type_p): ... this.  Make extern.
3551         (val_print, value_check_printable): Adjust.
3552         * valprint.h (val_print_scalar_type_p): Declare.
3553         * value.c (value_entirely_unavailable): New function.
3554         * value.h (value_entirely_unavailable): Declare.
3555
3556         * NEWS: Mention the new option "--skip-unavailable" to MI
3557         commands '-stack-list-locals', '-stack-list-arguments' and
3558         '-stack-list-variables'.
3559
3560 2013-08-27  Yao Qi  <yao@codesourcery.com>
3561
3562         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3563         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3564         options.
3565         * mi/mi-getopt.c (mi_getopt): Remove.
3566         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
3567         'error_on_unknown'.
3568         (mi_getopt): Call mi_getopt_1.
3569         (mi_getopt_silent): New.
3570         * mi/mi-getopt.h (mi_getopt_silent): Declare.
3571
3572 2013-08-26  Doug Evans  <dje@google.com>
3573
3574         PR symtab/15885
3575         * dwarf2read.c (dw2_dump): Print some minimal information indicating
3576         .gdb_index is in use.
3577         * symfile.c (reread_symbols): Reset objfile->sf.
3578
3579         * NEWS: Document "mt print objfiles" now takes optional regexp.
3580         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3581         regexp of objfiles to print.
3582         (_initialize_symmisc): Update doc string for "mt print objfiles".
3583
3584         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3585         missing debug info checks.
3586
3587 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
3588             Ulrich Weigand  <uweigand@de.ibm.com>
3589
3590         * xcoffread.c (arrange_linetable): Add fix to correctly handle
3591         line tables generated by XLC compiled binaries.
3592
3593 2013-08-23  Doug Evans  <dje@google.com>
3594
3595         * symmisc.c (dump_symtab): Delete prototype.
3596         (dump_msymbols, dump_objfile): Ditto.
3597         (maintenance_info_symtabs): Mark as dont_repeat.
3598         (_initialize_symmisc): Improve doc string for "mt info symtabs".
3599
3600         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3601         debugging printf to better location.
3602
3603 2013-08-23  Pedro Alves  <palves@redhat.com>
3604
3605         * target.c (target_read_live_memory): Change type of 'ret' local
3606         to LONGEST.
3607
3608 2013-08-23  Pedro Alves  <palves@redhat.com>
3609
3610         * remote.c (remote_write_bytes_aux, remote_write_bytes)
3611         (remote_read_bytes): Change return type to LONGEST, and adjust to
3612         return a target_xfer_error on error.
3613         (remote_xfer_memory): Delete.
3614         (remote_flash_write): Change type of 'ret' local to LONGEST.
3615         (remote_xfer_partial, remote_xfer_partial): Adjust.
3616         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3617
3618 2013-08-23  Pierre Muller  <muller@sourceware.org>
3619
3620         ARI fix: Push # directives to start of line.
3621         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3622
3623 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
3624
3625         PR gdb/15501
3626         * breakpoint.c (enable_command, disable_command): Iterate over
3627         all specified breakpoint locations.
3628
3629 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
3630
3631         * common/linux-ptrace.c (linux_fork_to_function): Push #
3632         directives to the start of the line.
3633         (linux_check_ptrace_features): Fix warning message to use
3634         the "_" markup.
3635
3636 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
3637
3638         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3639         nat/linux-waitpid.h.
3640         (linux-waitpid.o): New object file rule.
3641         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3642         (current_ptrace_options): Moved from linux-nat.c.
3643         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3644         parameters.
3645         (linux_fork_to_function): New function.
3646         (linux_grandchild_function): Likewise.
3647         (linux_child_function): Likewise.
3648         (linux_check_ptrace_features): New function, heavily
3649         based on linux-nat.c:linux_test_for_tracefork.
3650         (linux_enable_event_reporting): New function.
3651         (ptrace_supports_feature): Likewise.
3652         (linux_supports_tracefork): Likewise.
3653         (linux_supports_traceclone): Likewise.
3654         (linux_supports_tracevforkdone): Likewise.
3655         (linux_supports_tracesysgood): Likewise.
3656         * common/linux-ptrace.h (HAS_NOMMU): Moved from
3657         gdbserver/linux-low.c.
3658         (linux_enable_event_reporting): New declaration.
3659         (linux_supports_tracefork): Likewise.
3660         (linux_supports_traceclone): Likewise.
3661         (linux_supports_tracevforkdone): Likewise.
3662         (linux_supports_tracesysgood): Likewise.
3663         * config.in (PTRACE_TYPE_ARG4): Regenerate.
3664         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3665         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3666         * config/arm/linux.mh (NATDEPFILES): Likewise.
3667         * config/i386/linux.mh (NATDEPFILES): Likewise.
3668         * config/i386/linux64.mh (NATDEPFILES): Likewise.
3669         * config/ia64/linux.mh (NATDEPFILES): Likewise.
3670         * config/m32r/linux.mh (NATDEPFILES): Likewise.
3671         * config/m68k/linux.mh (NATDEPFILES): Likewise.
3672         * config/mips/linux.mh (NATDEPFILES): Likewise.
3673         * config/pa/linux.mh (NATDEPFILES): Likewise..
3674         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3675         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3676         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3677         * config/sparc/linux.mh (NATDEPFILES): Likewise.
3678         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3679         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3680         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3681         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3682         ptrace's 4th argument's types.
3683         Check the type of PTRACE_TYPE_ARG4.
3684         * configure: Regenerate.
3685         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3686         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3687         (linux_supports_tracefork_flag): Remove.
3688         (linux_supports_tracesysgood_flag): Likewise.
3689         (linux_supports_tracevforkdone_flag): Likewise.
3690         (current_ptrace_options): Moved to
3691         common/linux-ptrace.c.
3692         (linux_tracefork_child): Remove.
3693         (my_waitpid): Remove.
3694         (linux_test_for_tracefork): Renamed to
3695         linux_check_ptrace_features and moved to common/linux-ptrace.c.
3696         (linux_test_for_tracesysgood): Remove.
3697         (linux_supports_tracesysgood): Remove.
3698         (linux_supports_tracefork): Remove.
3699         (linux_supports_tracevforkdone): Remove.
3700         (linux_enable_tracesysgood): Remove.
3701         (linux_enable_event_reporting): Remove.
3702         (linux_init_ptrace): New function.
3703         (linux_child_post_attach): Call linux_init_ptrace.
3704         (linux_child_post_startup_inferior): Call linux_init_ptrace.
3705         (linux_child_follow_fork): Call linux_supports_tracefork
3706         and linux_supports_tracevforkdone.
3707         (linux_child_insert_fork_catchpoint): Call
3708         linux_supports_tracefork.
3709         (linux_child_insert_vfork_catchpoint): Likewise.
3710         (linux_child_set_syscall_catchpoint): Call
3711         linux_supports_tracesysgood.
3712         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
3713         * nat/linux-nat.h: New file.
3714         * nat/linux-waitpid.c: New file.
3715         * nat/linux-waitpid.h: New file.
3716
3717 2013-08-22  Samuel Bronson  <naesten@gmail.com>
3718
3719         ARM Linux support for `catch syscall'.
3720         * syscalls/arm-linux.py: New file.
3721         * syscalls/arm-linux.xml: Likewise.
3722         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
3723         (arm_linux_init_abi): Register the new function and syscall xml file.
3724         * data-directory/Makefile.in: Install the new syscall xml file.
3725         * NEWS: Brag about this.
3726
3727 2013-08-22  Pedro Alves  <palves@redhat.com>
3728
3729         PR gdb/15871
3730         * corefile.c (target_xfer_memory_error): New function.
3731         (memory_error): Defer EIO to target_memory_error.
3732         (read_memory): Use target_xfer_partial, and handle finer-grained
3733         target xfer errors.
3734         * target.c (target_xfer_error_to_string): New function.
3735         (memory_xfer_partial_1): If memory is known to be
3736         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
3737         (target_xfer_partial): Make extern.
3738         * target.h (enum target_xfer_error): New enum.
3739         (target_xfer_error_to_string): Declare function.
3740         (target_xfer_partial): Declare function.
3741         (struct target_ops) <xfer_partial>: Adjust describing comment.
3742
3743 2013-08-22  Alan Modra  <amodra@gmail.com>
3744
3745         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
3746         * configure.tgt: Likewise as targets.
3747
3748 2013-08-20  Doug Evans  <dje@google.com>
3749
3750         * buildsym.c (subfile_stack): Move here from buildsym.h.
3751         (pending_macros): Ditto.
3752         (get_macro_table): New function.
3753         (buildsym_init): Initialize subfile_stack.
3754         * coffread.c (type_vector,type_vector_length): Moved here from
3755         buildsym.h.
3756         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3757         (coff_symtab_read): Use it.
3758         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
3759         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
3760         with call to get_macro_table.
3761         * stabsread.c (type_vector,type_vector_length): Moved here from
3762         buildsym.h.
3763         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3764         * buildsym.h (get_macro_table): Declare.
3765
3766 2013-08-20  Tom Tromey  <tromey@redhat.com>
3767
3768         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
3769         Update.
3770         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
3771
3772 2013-08-20  Doug Evans  <dje@google.com>
3773
3774         * blockframe.c: Remove #include "psymtab.h".
3775         * cp-support.c: Ditto.
3776         * source.c: Ditto.
3777         * stack.c: Ditto.
3778
3779 2013-08-20  Tom Tromey  <tromey@redhat.com>
3780
3781         PR python/15816:
3782         * exceptions.h (return_mask): Now an enum.
3783         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
3784         enum constants.
3785
3786 2013-08-20  Tom Tromey  <tromey@redhat.com>
3787
3788         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3789         get_objfile_arch.
3790         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3791         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3792         * jit.c (jit_object_close_impl): Update.
3793         * jv-lang.c (get_dynamics_objfile): Update.
3794         * linespec.c (add_minsym): Use get_dynamics_objfile.
3795         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3796         (allocate_objfile): Don't initialize 'gdbarch' field.
3797         (get_objfile_arch): Update.
3798         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3799         moved from...
3800         (struct objfile) <gdbarch>: ... here.  Remove.
3801         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3802         get_objfile_arch.
3803         * symfile.c (init_entry_point_info): Use get_objfile_arch.
3804
3805 2013-08-20  Alan Modra  <amodra@gmail.com>
3806
3807         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3808         for IBM long double nan and inf.
3809         (floatformat_is_negative, floatformat_classify,
3810         floatformat_mantissa): Similarly.
3811         (floatformat_ieee_single, floatformat_ieee_double,
3812         floatformat_ieee_quad, floatformat_arm_ext,
3813         floatformat_ia64_spill): Delete unused vars.
3814         (_initialize_doublest): Delete unused function.
3815         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3816         little-endian variants of floatformat_ibm_long_double.
3817
3818 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
3819
3820         * Makefile.in (SFILES): Remove common/target-common.c and
3821         add target/waitstatus.c.
3822         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3823         target/resume.h, target/wait.h and target/waitstatus.h.
3824         (COMMON_OBS): Remove target-common.o and add
3825         waitstatus.o.
3826         (target-common.o): Remove.
3827         (waitstatus.o): New target object file.
3828         * common/target-common.c: Move contents to
3829         target/waitstatus.c and remove.
3830         * common/target-common.h: Move contents to other files and
3831         remove.
3832         (enum resume_kind: Move to target/resume.h.
3833         (TARGET_WNOHANG): Move to target/wait.h.
3834         (enum target_waitkind): Move to target/waitstatus.h.
3835         (struct target_waitstatus): Likewise.
3836         * target.h: Do not include target-common.h and
3837         include target/resume.h, target/wait.h and
3838         target/waitstatus.h.
3839         * target/resume.h: New file.
3840         * target/wait.h: New file.
3841         * target/waitstatus.h: New file.
3842         * target/waitstatus.c: New file.
3843
3844 2013-08-19  Pedro Alves  <palves@redhat.com>
3845
3846         * linux-nat.c (linux_test_for_tracefork)
3847         (linux_test_for_tracesysgood, linux_child_follow_fork)
3848         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3849         (linux_nat_wait_1): Extend comment.
3850         (linux_async_pipe): Add comment.
3851
3852 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
3853
3854         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3855         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3856         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3857         Update to account for fact that PC is now a pseudo-register.
3858         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
3859         cases for RL78_PC_REGNUM.
3860
3861 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
3862
3863         PR cli/15841
3864         * top.c (quit_force): Skip writing history file
3865         if input is not from terminal.
3866
3867 2013-08-14  Tom Tromey  <tromey@redhat.com>
3868
3869         * remote.c (struct remote_state) <echo_nextthread, nextthread,
3870         resultthreadlist>: New fields.
3871         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3872         (remote_get_threadlist, remote_threadlist_iterator): Use
3873         new fields.  Remove static variables.
3874
3875 2013-08-14  Tom Tromey  <tromey@redhat.com>
3876
3877         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3878         remote_watch_data_address>: New fields.
3879         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3880         (process_stop_reply, remote_wait_as)
3881         (remote_check_watch_resources, remote_stopped_data_address): Update.
3882
3883 2013-08-14  Tom Tromey  <tromey@redhat.com>
3884
3885         * remote.c (struct remote_state) <async_client_callback,
3886         async_client_context>: New fields.
3887         (async_client_callback, async_client_context): Remove.
3888         (remote_async_serial_handler, remote_async): Update.
3889
3890 2013-08-14  Tom Tromey  <tromey@redhat.com>
3891
3892         * remote.c (sizeof_pkt): Remove.
3893         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3894
3895 2013-08-14  Tom Tromey  <tromey@redhat.com>
3896
3897         * remote.c (struct remote_state) <use_threadinfo_query,
3898         use_threadextra_query>: New fields.
3899         (remote_threads_info, remote_threads_extra_info)
3900         (remote_open_1): Update.
3901
3902 2013-08-14  Tom Tromey  <tromey@redhat.com>
3903
3904         * remote.c (struct remote_state) <finished_object,
3905         finished_annex, finished_offset>: New fields.
3906         (remote_read_qxfer): Use remote_state fields; remove static
3907         variables.
3908
3909 2013-08-14  Tom Tromey  <tromey@redhat.com>
3910
3911         * remote.c (struct remote_state) <last_sent_step>:
3912         New field.
3913         (last_sent_step): Remove.
3914         (remote_resume, remote_wait_as): Update.
3915
3916 2013-08-14  Tom Tromey  <tromey@redhat.com>
3917
3918         * remote.c (struct remote_state) <last_sent_signal>:
3919         New field.
3920         (last_sent_signal): Remove.
3921         (new_remote_state, remote_resume, remote_wait_as): Update.
3922
3923 2013-08-14  Tom Tromey  <tromey@redhat.com>
3924
3925         * remote.c (struct remote_state) <last_program_signals_packet>:
3926         New field.
3927         (last_program_signals_packet): Remove.
3928         (remote_program_signals, remote_open_1): Update.
3929
3930 2013-08-14  Tom Tromey  <tromey@redhat.com>
3931
3932         * remote.c (struct remote_state) <last_pass_packet>:
3933         New field.
3934         (last_pass_packet): Remove.
3935         (remote_pass_signals, remote_open_1): Update.
3936
3937 2013-08-14  Tom Tromey  <tromey@redhat.com>
3938
3939         * remote.c (struct remote_state) <remote_traceframe_number>:
3940         New field.
3941         (remote_traceframe_number): Remove.
3942         (new_remote_state, remote_open_1, set_remote_traceframe)
3943         (remote_trace_find): Update.
3944
3945 2013-08-14  Tom Tromey  <tromey@redhat.com>
3946
3947         * remote.c (struct remote_state) <general_thread, continue_thread>:
3948         New fields.
3949         (general_thread, continue_thread): Remove.
3950         (record_currthread, set_thread, set_general_process)
3951         (remote_open_1, extended_remote_attach_1, remote_wait_as)
3952         (extended_remote_mourn_1): Update.
3953
3954 2013-08-14  Tom Tromey  <tromey@redhat.com>
3955
3956         * remote.c (struct remote_state) <remote_desc>: New field.
3957         (remote_desc): Remove.
3958         (remote_threads_info, remote_threads_extra_info, remote_close)
3959         (send_interrupt_sequence, remote_start_remote, remote_open_1)
3960         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
3961         (remote_hostio_send_command, remote_file_put, remote_file_get)
3962         (remote_file_delete, remote_can_async_p, remote_is_async_p)
3963         (remote_async, remote_new_objfile, set_range_stepping): Update.
3964
3965 2013-08-14  Tom Tromey  <tromey@redhat.com>
3966
3967         * remote.c (remote_state): Now a pointer.
3968         (get_remote_state_raw): Update.
3969         (new_remote_state): New function.
3970         (_initialize_remote): Use new_remote_state.
3971
3972 2013-08-14  Tom Tromey  <tromey@redhat.com>
3973
3974         * remote.c (remote_protocol_features): Now const.
3975
3976 2013-08-14  Tom Tromey  <tromey@redhat.com>
3977
3978         * remote.c (crc32_table, crc32): Remove.
3979         (remote_verify_memory): Use xcrc32.
3980
3981 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
3982
3983         * value.h (create_internalvar_type_lazy): Adjust prototype
3984         declaration.
3985
3986 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
3987
3988         * common/format.c (parse_format_string): Don't allow '#' flag for
3989         pointer arguments in format string.
3990
3991 2013-08-13  Pierre Muller  <muller@sourceware.org>
3992
3993         * utils.c (init_page_info): Only call tgetnum function
3994         if rl_get_screen_size did not return useful values.
3995
3996 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
3997
3998         PR breakpoints/15117
3999         * linespec.c (linespec_parse_basic): Check for convenience
4000         variable or history value while parsing.
4001
4002 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
4003
4004         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4005         AVR.
4006         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
4007         different signals between the generic Linux kernel implementation
4008         and AVR's.
4009         (avr_linux_gdb_signal_from_target): Delete.
4010         (avr_linux_gdb_signal_to_target): Delete.
4011         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4012
4013 2013-08-09  Doug Evans  <dje@google.com>
4014
4015         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4016         entries.
4017
4018 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
4019
4020         * linux-tdep.c: Define enum with generic signal numbers.
4021         (linux_gdb_signal_from_target): New function.
4022         (linux_gdb_signal_to_target): Likewise.
4023         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4024         methods to the functions above.
4025         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4026         (linux_gdb_signal_to_target): Likewise.
4027         * alpha-linux-tdep.c: Define new enum with signals different
4028         from generic Linux kernel.
4029         (alpha_linux_gdb_signal_from_target): New function.
4030         (alpha_linux_gdb_signal_to_target): Likewise.
4031         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4032         with the functions mentioned above.
4033         * avr-tdep.c: Define enum with differences between Linux kernel
4034         and AVR signals.
4035         (avr_linux_gdb_signal_from_target): New function.
4036         (avr_linux_gdb_signal_to_target): Likewise.
4037         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4038         the functions mentioned above.
4039         * sparc-linux-tdep.c: Define enum with differences between SPARC
4040         and generic Linux kernel signal numbers.
4041         (sparc32_linux_gdb_signal_from_target): New function.
4042         (sparc32_linux_gdb_signal_to_target): Likewise.
4043         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4044         to the functions defined above.
4045         * xtensa-linux-tdep.c: Define enum with differences between
4046         Xtensa and Linux kernel generic signals.
4047         (xtensa_linux_gdb_signal_from_target): New function.
4048         (xtensa_linux_gdb_signal_to_target): Likewise.
4049         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4050         to the functions defined above.
4051         * mips-linux-tdep.c: Define enum with differences between
4052         signals in MIPS and Linux kernel generic ones.
4053         (mips_gdb_signal_to_target): New function.
4054         (mips_gdb_signal_from_target): Redefine to use new enum, handle
4055         only different signals from the Linux kernel generic.
4056         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4057         the functions defined above.
4058         * mips-linux-tdep.h (enum mips_signals): Remove.
4059
4060 2013-08-09  Pedro Alves  <palves@redhat.com>
4061
4062         * avr-tdep.c (XMALLOC): Delete macro.
4063         * cli/cli-dump.c (XMALLOC): Delete macro.
4064
4065 2013-08-09  Pedro Alves  <palves@redhat.com>
4066
4067         * cli/cli-dump.c: Don't include cli/cli-dump.h.
4068         (scan_expression_with_cleanup, scan_filename_with_cleanup)
4069         (fopen_with_cleanup, add_dump_command): Make static.
4070         * cli/cli-dump.h: Delete file.
4071         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4072         cli/cli-dump.h.
4073
4074 2013-08-09  Pedro Alves  <palves@redhat.com>
4075
4076         * tracepoint.c (tfile_start): Show tilde-expanded filename in
4077         error message.
4078
4079 2013-08-09  Pedro Alves  <palves@redhat.com>
4080
4081         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4082         error message.
4083
4084 2013-08-09  Pedro Alves  <palves@redhat.com>
4085
4086         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4087         (gcore_command): Use tilde_expand here, and when showing the
4088         filename to the user, show the expanded version.
4089
4090 2013-08-09  Yao Qi  <yao@codesourcery.com>
4091
4092         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4093         'entryval' is set.
4094
4095 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
4096
4097         * gcore.c (create_gcore_bfd): Use tilde_expand.
4098
4099 2013-08-08  Yao Qi  <yao@codesourcery.com>
4100
4101         * frame.h (read_frame_local): Declare.
4102         * mi/mi-cmd-stack.c (list_args_or_locals): Call
4103         read_frame_local.
4104         * stack.c (read_frame_local): New.
4105
4106 2013-08-08  Yao Qi  <yao@codesourcery.com>
4107
4108         * mi/mi-cmd-stack.c: Update comments to function
4109         list_args_or_locals.
4110
4111 2013-08-07  Tom Tromey  <tromey@redhat.com>
4112
4113         PR symtab/15028:
4114         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4115         (process_psymtab_comp_unit_reader): Use it.
4116         (process_psymtab_comp_unit): Update.  Add "pretend_language"
4117         argument.
4118         (dwarf2_build_psymtabs_hard): Update.
4119         (scan_partial_symbols): Pass CU's language to
4120         process_psymtab_comp_unit.
4121
4122 2013-08-07  Tom Tromey  <tromey@redhat.com>
4123
4124         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4125         (dwarf2_gdb_index_functions): Update.
4126         * psymtab.c (find_symbol_file_from_partial): Remove.
4127         (psym_functions): Update.
4128         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4129         Remove.
4130
4131 2013-08-07  Tom Tromey  <tromey@redhat.com>
4132
4133         * symfile.c (set_initial_language): Look up "main" symbol
4134         and use its language.
4135         * symtab.c (find_main_filename): Remove.
4136         * symtab.h (find_main_filename): Remove.
4137
4138 2013-08-07  Tom Tromey  <tromey@redhat.com>
4139
4140         * dwarf2read.c (recursively_compute_inclusions): Add
4141         "immediate_parent" argument.  Set symtab's "user" field
4142         if not set.
4143         (compute_symtab_includes): Update.
4144
4145 2013-08-07  Tom Tromey  <tromey@redhat.com>
4146
4147         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4148         when adding label symbols.
4149
4150 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4151             Ulrich Weigand  <uweigand@de.ibm.com>
4152
4153         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4154         * configure.host (powerpc64-*-aix*): Likewise.
4155
4156 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4157             Ulrich Weigand  <uweigand@de.ibm.com>
4158
4159         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4160         is defined.
4161         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4162         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4163         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4164         * configure.ac: Check for ptrace64.
4165         * configure, config.in: Regenerate.
4166
4167 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4168             Ulrich Weigand  <uweigand@de.ibm.com>
4169
4170         * aixthread.c: Call ptrace64 instead of ptracex if defined.
4171         Call ptrace64 instead of ptrace if defined.
4172         Add macro addr_ptr to take care of ptrace address argument.
4173         (pdc_read_regs): Likewise.
4174         (pdc_write_regs): Likewise.
4175         (aix_thread_resume): Likewise.
4176         (fetch_regs_kernel_thread): Likewise.
4177         (store_regs_kernel_thread): Likewise.
4178
4179 2013-08-07  Anton Blanchard  <anton@samba.org>
4180
4181         * MAINTAINERS: Add myself to Write After Approval.
4182
4183 2013-08-05  Tom Tromey  <tromey@redhat.com>
4184
4185         * aix-thread.c (_initialize_aix_thread): Use
4186         complete_target_initialization.
4187         * bsd-uthread.c (_initialize_bsd_uthread): Use
4188         complete_target_initialization.
4189         * dec-thread.c (_initialize_dec_thread): Use
4190         complete_target_initialization.
4191         * ravenscar-thread.c (_initialize_ravenscar): Use
4192         complete_target_initialization.
4193         * sol-thread.c (_initialize_sol_thread): Use
4194         complete_target_initialization.
4195         * spu-multiarch.c (_initialize_spu_multiarch): Use
4196         complete_target_initialization.
4197
4198 2013-08-05  Tom Tromey  <tromey@redhat.com>
4199
4200         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4201         * ada-lang.c (ada_lookup_simple_minsym): Return
4202         bound_minimal_symbol.
4203         * ada-lang.h (ada_lookup_simple_minsym): Update.
4204         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4205         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4206         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4207         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4208         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4209         * minsyms.c (msymbol_objfile): Remove.
4210         (lookup_minimal_symbol_internal): New function, from
4211         lookup_minimal_symbol.
4212         (lookup_minimal_symbol): Rewrite using
4213         lookup_minimal_symbol_internal.
4214         (lookup_bound_minimal_symbol): New function.
4215         * minsyms.h (msymbol_objfile): Remove.
4216         (lookup_bound_minimal_symbol): Declare.
4217         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4218         * parse.c (write_exp_msymbol): Change parameter to a
4219         bound_minimal_symbol.
4220         (write_dollar_variable): Use lookup_bound_minimal_symbol.
4221         * parser-defs.h (write_exp_msymbol): Update.
4222         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4223         * symfile.c (simple_read_overlay_table): Use
4224         lookup_bound_minimal_symbol.
4225         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4226         (search_symbols): Likewise.
4227         (print_msymbol_info): Take a bound_minimal_symbol argument.
4228         (symtab_symbol_info, rbreak_command): Update.
4229         * symtab.h (struct symbol_search) <msymbol>: Change type
4230         to bound_minimal_symbol.
4231         * valops.c (find_function_in_inferior): Use
4232         lookup_bound_minimal_symbol.
4233         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4234
4235 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4236
4237         Code cleanup.
4238         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4239         to ...
4240         (async_cleanup_sigint_signal_handler): ... this.
4241         (initialize_sigint_signal_handler): Remove declaration.
4242         (handle_remote_sigint): Rename the declaration to ...
4243         (async_handle_remote_sigint): ... this.
4244         (handle_remote_sigint_twice): Rename the declaration to ...
4245         (async_handle_remote_sigint_twice): ... this.
4246         (async_remote_interrupt, async_remote_interrupt_twice)
4247         (remote_interrupt): Remove the declarations.
4248         (remote_interrupt_twice): Rename the declaration ...
4249         (sync_remote_interrupt_twice): ... this.
4250         (sigint_remote_twice_token): Rename the variable to ...
4251         (async_sigint_remote_twice_token): ... this.
4252         (sigint_remote_token): Rename the variable to ...
4253         (async_sigint_remote_token): ... this.
4254         (initialize_sigint_signal_handler): Rename the function to ...
4255         (async_initialize_sigint_signal_handler): ... this.  Update the name
4256         inside.
4257         (handle_remote_sigint): Rename the function to ...
4258         (async_handle_remote_sigint): ... this.  Update the names inside.
4259         (handle_remote_sigint_twice): Rename the function to ...
4260         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
4261         (cleanup_sigint_signal_handler): Rename the function to ...
4262         (async_cleanup_sigint_signal_handler): ... this.
4263         (remote_interrupt): Rename the function to ...
4264         (sync_remote_interrupt): this.  Update the names inside.
4265         (remote_interrupt_twice): Rename the function to ...
4266         (sync_remote_interrupt_twice): this.  Update the names inside.
4267         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4268         (_initialize_remote): Update the names inside.
4269
4270 2013-08-02  Tom Tromey  <tromey@redhat.com>
4271
4272         PR symtab/15719:
4273         * breakpoint.c (update_watchpoint, watchpoint_check)
4274         (watch_command_1): Update.
4275         * eval.c (fetch_subexp_value): Add "preserve_errors"
4276         parameter.
4277         * ppc-linux-nat.c (check_condition): Update.
4278         * value.h (fetch_subexp_value): Update.
4279
4280 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
4281
4282         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4283         add_file_handler.
4284
4285 2013-08-01  Doug Evans  <dje@google.com>
4286
4287         PR symtab/15691
4288         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4289         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4290         Add assert of sig_entry->dwo_unit == NULL.
4291         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4292         had already been read.
4293         (read_signatured_type): Set per_cu.tu_read.
4294
4295         PR symtab/15695
4296         * valops.c (value_struct_elt): Add missing call to check_typedef.
4297         (value_find_oload_method_list): Ditto.
4298
4299         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4300         effectively, struct symbol_search **.
4301         (make_cleanup_free_search_symbols): Change arg to struct
4302         symbol_search **.  All callers updated.
4303         (compare_search_syms): Compare symtab file name and block as well.
4304         (search_symbols_equal): New function.
4305         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4306         New args new_head, new_tail.  Result is now void.  Remove dups after
4307         sorting the symbols.
4308         (search_symbols): Sort all found symbols once, after all have been
4309         found, and remove duplicates.  Simplify cleanup tracking of result.
4310         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4311
4312         Further workarounds for binutils/15021.
4313         * dwarf2read.c (recursively_compute_inclusions): Change type of result
4314         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
4315         Watch for duplicate symtabs coming from type units.
4316         (compute_symtab_includes): Update call to
4317         recursively_compute_inclusions. Build vector of included symtabs
4318         instead of per_cus.
4319         * symtab.h (symtab_ptr): New typedef.
4320         (DEF_VEC_P (symtab_ptr)): New VEC type.
4321         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
4322         instead.
4323
4324 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
4325
4326         * cli/cli-script.c (script_from_file): Remove use of
4327         error_pre_print.
4328         * main.c (captured_main): Remove use of error_pre_print and
4329         quit_pre_print.
4330         * utils.c (error_pre_print, quit_pre_print): Remove.
4331         * utils.h (error_pre_print, quit_pre_print): Likewise.
4332
4333 2013-08-01  Yao Qi  <yao@codesourcery.com>
4334
4335         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4336         with mi_getopt.
4337         (mi_cmd_stack_list_variables): Likewise.
4338
4339 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4340
4341         * exceptions.c (deprecated_throw_reason): Remove.
4342         * exceptions.h (deprecated_throw_reason): Remove.
4343
4344 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4345
4346         * remote-mips.c (mips_error): Replace use of
4347         deprecated_throw_reason with throw_verror.  Use the error message
4348         passed to mips_error as the error message for throw_verror.
4349
4350 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4351
4352         * monitor.c (monitor_interrupt_query): Replace use of
4353         deprecated_throw_reason with quit.
4354         * nto-procfs.c (interrupt_query): Likewise.
4355         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4356         * remote-mips.c (mips_kill): Likewise.
4357         * remote.c (interrupt_query): Likewise.
4358
4359 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4360
4361         * utils.c (internal_verror): Replace use of deprecated_throw_reason
4362         with call to fatal.
4363
4364 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
4365             Yao Qi  <yao@codesourcery.com>
4366
4367         * tracepoint.c (trace_dump_command): Select the current frame.
4368
4369 2013-07-30  Doug Evans  <dje@google.com>
4370
4371         * dwarf2read.c (process_queue): Add type signature to debug output.
4372
4373 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4374
4375         * value.c (value_fetch_lazy): Mark optimized out values as such
4376         rather than raising an error.
4377
4378 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4379
4380         * value.c (value_fetch_lazy): Ensure parent value is not lazy
4381         before checking which bits of the parent, not the child, value are
4382         valid.
4383
4384 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
4385
4386         PR gdb/15715
4387         * top.c: Include "filenames.h".
4388         (set_history_filename): New function.
4389         (init_main): Install it as set hook of the "set history filename"
4390         command.
4391
4392 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4393
4394         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4395         attribute parameter.
4396         (dwarf2_const_value_data): Constify struct attribute parameter.
4397         (dwarf2_const_value): Constify struct attribute parameter.
4398         (dwarf2_const_value_attr): Constify struct attribute parameter.
4399         (lookup_die_type): Constify struct attribute parameter.
4400         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4401         (follow_die_ref_or_sig): Constify struct attribute parameter.
4402         (follow_die_ref): Constify struct attribute parameter.
4403         (follow_die_sig): Constify struct attribute parameter.
4404         (get_DW_AT_signature_type): Constify struct attribute parameter.
4405         (get_type_unit_group): Constify struct attribute parameter.
4406         (fill_in_loclist_baton): Constify struct attribute parameter.
4407         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4408         (type_unit_group): Constify struct attribute parameter.
4409
4410 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4411
4412         * dwarf2read.c (attr_form_is_block): Make argument const.
4413         (attr_form_is_section_offset): Make argument const.
4414         (attr_form_is_constant): Make argument const.
4415         (attr_form_is_ref): Make argument const.
4416
4417 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4418
4419         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4420         All uses updated.
4421         (attr_form_is_ref): Moved below attr_form_is_constant.
4422
4423 2013-07-29  Doug Evans  <dje@google.com>
4424
4425         * main.c (captured_command_loop): Tweak comment.
4426
4427         * target.c (target_async_permitted_1): Fix comment.
4428
4429         * symtab.c (iterate_over_some_symtabs): Add comment.
4430
4431         * symtab.c (iterate_over_some_symtabs): Fix indentation.
4432
4433 2013-07-27  Yao Qi  <yao@codesourcery.com>
4434
4435         * NEWS: Mention that GDBserver now supports hardware
4436         watchpoints on the MIPS GNU/Linux target.
4437
4438 2013-07-27  Yao Qi  <yao@codesourcery.com>
4439
4440         * Makefile.in (HFILES_NO_SRCDIR): Add
4441         common/mips-linux-watch.h.
4442         (mips-linux-watch.o): New rule.
4443         * common/mips-linux-watch.c: New.
4444         * common/mips-linux-watch.h: New.
4445         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4446         * mips-linux-nat.c: Include mips-linux-watch.h.
4447         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4448         to common/mips-linux-watch.h.
4449         (MAX_DEBUG_REGISTER): Likewise.
4450         (enum pt_watch_style): Likewise.
4451         (struct mips32_watch_regs): Likewise.
4452         (struct mips64_watch_regs): Likewise.
4453         (struct pt_watch_regs): Likewise.
4454         (struct mips_watchpoint): Likewise.
4455         (mips_linux_watch_get_irw_mask): Move to
4456         common/mips-linux-watch.c.
4457         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4458         (mips_linux_watch_get_watchlo): Likewise.
4459         (mips_linux_watch_set_watchlo): Likewise.
4460         (mips_linux_watch_get_watchhi): Likewise.
4461         (mips_linux_watch_set_watchhi): Likewise.
4462         (mips_linux_read_watch_registers): Likewise.
4463         (mips_linux_watch_type_to_irw): Likewise.
4464         (mips_linux_stopped_data_address, fill_mask): Likewise.
4465         (mips_linux_watch_try_one_watch): Likewise.
4466         (mips_linux_watch_populate_regs): Likewise.
4467
4468 2013-07-27  Yao Qi  <yao@codesourcery.com>
4469
4470         * mips-linux-nat.c (get_irw_mask): Rename to ...
4471         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
4472         'set' to 'n'.  Update function comment.  All callers changed.
4473         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
4474         function comment.  All callers changed.
4475         (get_num_valid): Rename to ...
4476         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
4477         'set' to 'n'.  Update function comment.  All callers changed.
4478         (get_watchlo): Rename to ...
4479         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
4480         'set' to 'n'.  Update function comment.  All callers changed.
4481         (set_watchlo): Rename to ...
4482         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
4483         'set' to 'n'.  Update function comment.  All callers changed.
4484         (get_watchhi): Rename to ...
4485         (mips_linux_watch_get_watchhi): ... this.  Update function
4486         comment.  All callers changed.
4487         (set_watchhi): Rename to ...
4488         (mips_linux_watch_set_watchhi): ... this.  Update function
4489         comment.  All callers changed.
4490         (mips_linux_read_watch_registers): Update function comment.
4491         Add new parameters 'lwpid', 'watch_readback', and
4492         'watch_readback_valid'.  Update.
4493         (type_to_irw): Rename to ...
4494         (mips_linux_watch_type_to_irw): ... this.  Update function
4495         comment.  All callers changed.
4496         (fill_mask): Update function comment.
4497         (try_one_watch): Rename to ...
4498         (mips_linux_watch_try_one_watch): ... this.  Change the type
4499         of parameter 'irw' from 'unsigned' to 'uint32_t'.
4500         (populate_regs_from_watches): Rename to ...
4501         (mips_linux_watch_populate_regs): ... this.  Add parameter
4502         'current_watches'.  All callers changed.
4503
4504 2013-07-27  Yao Qi  <yao@codesourcery.com>
4505
4506         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4507         the code.
4508         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4509         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4510         (struct pt_watch_regs): Likewise.
4511         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4512         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4513         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4514         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4515         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4516
4517 2013-07-27  Yao Qi  <yao@codesourcery.com>
4518
4519         * breakpoint.h: Include break-common.h.
4520         (enum target_hw_bp_type): Move to ...
4521         * common/break-common.h: ... here.  New.
4522
4523 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
4524
4525         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4526         process group regardless of having tty on stdin.
4527
4528 2013-07-25  Doug Evans  <dje@google.com>
4529
4530         * linux-fork.h (detach_fork): Delete.
4531
4532 2013-07-25  Tom Tromey  <tromey@redhat.com>
4533
4534         PR remote/15256, PR remote/15266:
4535         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4536         * monitor.c (monitor_detach): Use unpush_target.
4537         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4538         * remote-mips.c (mips_detach): Use unpush_target.  Don't
4539         call mips_close.
4540         * remote-sim.c (gdbsim_detach): Use unpush_target.
4541         * target.c (pop_target): Remove.
4542         (pop_all_targets_above): Don't call target_close.
4543         (target_close): Assert that the target is unpushed.
4544         * target.h (pop_target): Don't declare.
4545         * tracepoint.c (tfile_open): Use unpush_target.
4546
4547 2013-07-25  Tom Tromey  <tromey@redhat.com>
4548
4549         * linux-thread-db.c (init_thread_db_ops): Call
4550         complete_target_initialization.
4551         (_initialize_thread_db): Don't call add_target.
4552         * target.c (complete_target_initialization): New function.
4553         (add_target_with_completer): Call it.
4554         * target.h (complete_target_initialization): Declare.
4555
4556 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
4557
4558         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4559         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4560         (HPPANBSD_SIZEOF_GREGS): New define.
4561         (hppaobsd_supply_gregset): Handle additional registers.
4562         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4563         we provide more registers now.
4564         (hppabsd_supply_gregset): Supply additional registers.
4565         (hppabsd_collect_gregset): Collect additional registers.
4566
4567 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
4568
4569         * hppabsd-tdep.c: Include "dwarf2-frame.h".
4570         (hppabsd_dwarf2_frame_init_reg): New function.
4571         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4572
4573 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
4574
4575         * mi/mi-main.c (output_register): Make MI 'r' format use standard
4576         'z' format code.  Remove error for optimized out values, standard
4577         code will handle these fine.
4578
4579 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
4580
4581         * NEWS: Mention new 'z' formatter.
4582         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4583         (_initialize_printcmd): Mention 'z' formatter in help text of the
4584         'x' command.
4585
4586 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
4587
4588         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4589         formatting.
4590
4591 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
4592
4593         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4594         interface can evaluate arguments.  Fallback to the old mode if it
4595         cannot.
4596         (create_exception_master_breakpoint): Likewise.
4597         * elfread.c (elf_can_evaluate_probe_arguments): New function.
4598         (struct sym_probe_fns elf_probe_fns): Export function above to the
4599         probe interface.
4600         * probe.c (can_evaluate_probe_arguments): New function.
4601         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4602         function pointer.
4603         (can_evaluate_probe_arguments): New function prototype.
4604         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4605         probe interface can evaluate arguments.  Fallback to the old mode
4606         if it cannot.
4607         * stap-probe.c (stap_get_probe_argument_count): Check if probe
4608         interface can evaluate arguments.  Warning the user if it cannot.
4609         (stap_can_evaluate_probe_arguments): New function.
4610         (struct probe_ops stap_probe_ops): Export function above to the
4611         probe interface.
4612         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4613         New function pointer.
4614
4615 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
4616
4617         * Makefile.in (SFILES): Add common/target-common.c.
4618         Add common/target-common.h to headers.
4619         (COMMON_OBS): Add target-common.o.
4620         (target-common.o): New target.
4621         * linux-nat.h (resume_kind): Move to common/target-common.h.
4622         * target.c (target_waitstatus_to_string): Move to
4623         common/target-common.c.
4624         * target.h: Include target-common.h.
4625         (target_waitkind): Move to common/target-common.h.
4626         (target_waitstatus): Likewise.
4627         (TARGET_WNOHANG): Likewise.
4628         * common/target-common.c: New file.
4629         * common/target-common.h: New file.
4630
4631 2013-07-24  Doug Evans  <dje@google.com>
4632
4633         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4634         a warning.
4635
4636 2013-07-23  Yao Qi  <yao@codesourcery.com>
4637
4638         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4639         parameter 'gdbarch'.
4640         (i386_stack_tramp_frame_sniffer): Caller update.
4641         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4642         parameter 'gdbarch' and 'target'.
4643         (i386_linux_core_read_description): Caller update.
4644         * amd64-linux-tdep.c (amd64_linux_core_read_description):
4645         Likewise.
4646         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4647         declaration.
4648
4649 2013-07-23  Tom Tromey  <tromey@redhat.com>
4650
4651         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4652         2013-07-22.
4653
4654 2013-07-22  Doug Evans  <dje@google.com>
4655
4656         * exec.h (remove_target_sections): Delete arg abfd.
4657         * exec.c (exec_close): Update call to remove_target_sections.
4658         (remove_target_sections): Delete arg abfd.
4659         * solib.c (update_solib_list): Ditto.
4660         (reload_shared_libraries_1): Ditto.
4661         (clear_solib): Ditto, and unconditionally call remove_target_sections.
4662         * target.h (struct target_section): Rename key to owner.
4663         All uses updated.
4664
4665 2013-07-22  Tom Tromey  <tromey@redhat.com>
4666
4667         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4668
4669 2013-07-22  Tom Tromey  <tromey@redhat.com>
4670
4671         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4672         Simplify cleanup handling.
4673
4674 2013-07-22  Tom Tromey  <tromey@redhat.com>
4675
4676         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4677         on all return paths.
4678
4679 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4680
4681         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4682         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4683         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4684
4685 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
4686
4687         * top.c (print_gdb_version): Add help, apropos description and
4688         url to online documentation.
4689
4690 2013-07-19  Hui Zhu  <hui@codesourcery.com>
4691
4692         PR gdb/15692
4693         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4694
4695 2013-07-19  Yao Qi  <yao@codesourcery.com>
4696
4697         * target.c (update_current_target): Change the default action
4698         of 'to_traceframe_info' from tcomplain to return_zero.
4699         * target.h (struct target_ops) <to_traceframe_info>: Add more
4700         comments.
4701         * valops.c (read_value_memory): Call
4702         traceframe_available_memory unconditionally.
4703
4704 2013-07-18  Yao Qi  <yao@codesourcery.com>
4705
4706         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
4707         if the name is prefixed by "__imp_" or "_imp_", look for minimal
4708         symbol without prefix.  If found, set its type to
4709         'mst_solib_trampoline'.
4710
4711 2013-07-17  Doug Evans  <dje@google.com>
4712
4713         * NEWS: Mention "set print raw frame-arguments".
4714         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
4715         * stack.c (print_raw_frame_arguments): New static global.
4716         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
4717         (_initialize_stack): New command "set/show print raw frame-arguments".
4718         * valprint.c (setprintrawlist, showprintrawlist): New globals.
4719         (set_print_raw, show_print_raw): New functions.
4720         (_initialize_valprint): New prefix command "set/show print raw".
4721         * valprint.h (value_print_options): Improve comments.
4722
4723         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
4724         of all *list variables.
4725
4726         * gdbcmd.h (togglelist): Delete.
4727         * cli/cli-cmds.c (togglelist): Delete.
4728         (init_cmd_lists): Update.
4729         * cli/cli-cmds.h (togglelist): Delete.
4730
4731 2013-07-17  Tom Tromey  <tromey@redhat.com>
4732
4733         * dwarf2read.c (dwarf2_per_objfile_free): Clear
4734         dwarf2_per_objfile.
4735
4736 2013-07-16  Doug Evans  <dje@google.com>
4737
4738         * nto-tdep.c (nto_relocate_section_addresses): Update,
4739         target_section.bfd deleted.
4740         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
4741         * s390-tdep.c (s390_load): Ditto.
4742         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
4743
4744 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
4745
4746         * common/format.c (parse_format_string): Add checks for NULL
4747         character before calling strchr.
4748
4749 2013-07-16  Doug Evans  <dje@google.com>
4750
4751         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
4752         temp_pathname argument.
4753         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
4754         when opening the file fails.
4755
4756         * target.h (struct target_section): Delete member bfd.
4757         All users updated to use the_bfd_section->owner instead.
4758         * exec.c (add_to_section_table): Assert bfd is expected value.
4759         Remove initialization of target_section.bfd.
4760         (remove_target_sections): Update.
4761         (section_table_available_memory): Update.
4762         (section_table_xfer_memory_partial): Update.
4763         (print_section_info): Update.
4764         (exec_set_section_address): Update.
4765         * record-full.c (record_full_core_xfer_partial): Update.
4766         * solib-svr4.c (svr4_relocate_section_addresses): Update.
4767         * solib-target.c (solib_target_relocate_section_addresses): Update.
4768         * symfile.c (build_section_addr_info_from_section_table): Update.
4769         * target.c (memory_xfer_live_readonly_partial): Update.
4770         (memory_xfer_partial_1): Update.
4771
4772 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4773
4774         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
4775         now available for embedded (BookE) and server (BookS) processors,
4776         correct mentions of 'booke' and adjust comments accordingly in order to
4777         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
4778         (have_ptrace_booke_interface): Rename function and variable
4779         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
4780         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
4781         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
4782         'hwdebug_point_cmp'. Update all uses.
4783         (booke_find_thread_points_by_tid): Rename function
4784         'booke_find_thread_points_by_tid' to
4785         'hwdebug_find_thread_points_by_tid'. Update all uses.
4786         (booke_insert_point): Rename function 'booke_insert_point' to
4787         'hwdebug_insert_point'. Update all uses.
4788         (booke_remove_point): Rename function 'booke_remove_point' to
4789         'hwdebug_remove_point'. Update all uses.
4790
4791 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
4792
4793         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4794         numbers with enum values.
4795
4796 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
4797
4798         PR threads/13217
4799         * thread.c (thread_apply_all_command): Check for valid threads
4800         and thread count.
4801         (thread_array_cleanup): New struct.
4802         (set_thread_refcount): New function.
4803
4804 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
4805
4806         * infcmd.c (default_print_one_register_info): Reuse function
4807         print_hex_chars.
4808
4809 2013-07-10  Tom Tromey  <tromey@redhat.com>
4810
4811         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4812         (ada-exp.o): New target.
4813
4814 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
4815
4816         * mt-tdep.c (mt_registers_info): Call
4817         get_no_prettyformat_print_options instead of
4818         get_raw_print_options (regression by last patch from Doug
4819         Evans).
4820
4821 2013-07-09  Pedro Alves  <palves@redhat.com>
4822
4823         Checked in by Joel Brobecker  <brobecker@adacore.com>.
4824         * ada-lang.c (coerce_unspec_val_to_type): Use
4825         value_optimized_out_const.
4826         * value.c (value_optimized_out_const): New function.
4827         * value.h (value_optimized_out_const): New declaration.
4828
4829 2013-07-09  Doug Evans  <dje@google.com>
4830
4831         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4832         Enum values rename as well.  All uses updated.
4833         * valprint.h (value_print_options): Rename member pretty to
4834         pretty format.  Rename member prettyprint_arrays to
4835         prettyformat_arrays.  Rename member prettyprint_structs to
4836         prettyformat_structs.  All uses updated.
4837         (get_no_prettyformat_print_options): Renamed from
4838         get_raw_print_options.
4839         * valprint.c (get_no_prettyformat_print_options): Renamed from
4840         get_raw_print_options.  All callers updated.
4841         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4842         All callers updated.
4843         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4844         All callers updated.
4845         (_initialize_valprint): Improve help text for "set print pretty" and
4846         "set print arrays".
4847
4848 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
4849
4850         * value.c (value_bits_valid): Revert previous change, and change
4851         by Pedro on 2013-07-04, due to regressions in
4852         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4853
4854 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
4855             Pedro Alves  <palves@redhat.com>
4856
4857         * value.c (value_bits_valid): If the value is not lval_computed
4858         or has no check validity handler then the answer is the
4859         optimized_out flag, otherwise defer to the handler.
4860
4861 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
4862
4863         * top.c (print_gdb_configuration): Explain in output of
4864         --configuration what does "relocatable" mean.
4865
4866         * main.c (print_gdb_help): Regroup options in the --help text.
4867         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4868         the relevant discussions.
4869
4870 2013-07-06  Yao Qi  <yao@codesourcery.com>
4871
4872         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4873         Remove parameter 'lsal'.
4874         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4875         to inner block.  Caller update.
4876         (base_breakpoint_create_breakpoints_sal): Update.
4877         (bkpt_create_breakpoints_sal): Likewise.
4878         (tracepoint_create_breakpoints_sal): Likewise.
4879         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4880         element 0 of vector 'canonical->sals'.
4881
4882 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
4883
4884         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4885         register number instead of the pseudo register one.
4886         (rs6000_dwarf2_reg_to_regnum): Likewise.
4887
4888 2013-07-04  Pedro Alves  <palves@redhat.com>
4889
4890         * findvar.c (value_of_register): Use allocate_optimized_out_value
4891         if the register has been optimized out, instead of
4892         set_value_optimized_out.
4893         * frame-unwind.c (frame_unwind_got_optimized): Use
4894         allocate_optimized_out_value.
4895
4896 2013-07-04  Pedro Alves  <palves@redhat.com>
4897
4898         * value.c (value_bits_valid): If the value is not lval_computed,
4899         or doesn't have a check_validity hook, assume the value is entirely
4900         valid.
4901
4902 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
4903
4904         * stack.c (read_frame_arg): No longer fetch lazy values.
4905         * value.c (value_optimized_out): If the value is not already
4906         marked optimized out, and is lazy then fetch it.
4907         (value_primitive_field): Move optimized out check to later in the
4908         function, after we have loaded any lazy values.
4909         (value_fetch_lazy): Use optimized out flag directly rather than
4910         calling optimized_out method.
4911
4912 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
4913
4914         * valops.c: Don't include "user-regs.h".
4915         (value_fetch_lazy): Moved to value.c.
4916         * value.c: Include "user-regs.h".
4917         (value_fetch_lazy): Moved from valops.c.
4918
4919 2013-07-04  Yao Qi  <yao@codesourcery.com>
4920
4921         Revert:
4922         2013-06-27  Yao Qi  <yao@codesourcery.com>
4923
4924         * common/create-version.sh: Update comments.  Handle the case
4925         that TARGET_ALIAS is empty.
4926
4927 2013-07-03  Pedro Alves  <palves@redhat.com>
4928
4929         * Makefile.in (config.status): Depend on development.sh.
4930         (aclocal_m4_deps): Add libmcheck.m4.
4931         * acinclude.m4: Include libmcheck.m4.
4932         * configure.ac: Source development.sh instead of setting
4933         'development' here.  --enable-libmcheck/--disable-libmcheck code
4934         factored out to GDB_AC_LIBMCHECK.  Run it.
4935         * development.sh: New file.
4936         * libmcheck.m4: New file.
4937         * configure: Regenerate.
4938
4939 2013-07-02  Tom Tromey  <tromey@redhat.com>
4940
4941         * contrib/ari/update-web-ari.sh: Update for version.in change.
4942
4943 2013-07-02  Tom Tromey  <tromey@redhat.com>
4944
4945         * common/ptid.h: Comment fixes.
4946
4947 2013-07-01  Tom Tromey  <tromey@redhat.com>
4948
4949         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
4950         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
4951         (dwarf2_read_index, create_all_comp_units): Update.
4952
4953 2013-07-01  Tom Tromey  <tromey@redhat.com>
4954
4955         * configure.ac (build_warnings): Add -Wold-style-definition.
4956         * configure: Rebuild.
4957         * machoread.c (_initialize_machoread): Use "(void)".
4958         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
4959         use "(void)".
4960
4961 2013-07-01  Tom Tromey  <tromey@redhat.com>
4962
4963         * configure.ac (build_warnings): Add -Wold-style-declaration.
4964         * configure: Rebuild.
4965         * dsrec.c (make_srec): Use "static const", not "const static".
4966         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
4967         not "const static".
4968         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
4969         Use "static const", not "const static".
4970         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
4971         not "const static".
4972         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4973         not "const static".
4974         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4975         not "const static".
4976         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4977         not "const static".
4978         (v850_dbtrap_breakpoint_from_pc): Likewise.
4979         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4980         not "const static".
4981
4982 2013-07-01  Tom Tromey  <tromey@redhat.com>
4983
4984         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4985         * configure: Rebuild.
4986
4987 2013-07-01  Pedro Alves  <palves@redhat.com>
4988
4989         * defs.h: Include "pathmax.h".
4990         * utils.c: Don't include sys/param.h.
4991         (gdb_realpath): Remove code that checks for MAXPATHLEN.
4992         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4993         instead of MAXPATHLEN.
4994         * solib-sunos.c: Don't include sys/param.h.
4995         * xcoffread.c: Don't include sys/param.h.
4996         * bsd-kvm.c: Don't include sys/param.h.
4997         * darwin-nat.c: Don't include sys/param.h.
4998         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4999         * darwin-nat-info.c: Don't include sys/param.h.
5000         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5001         MAXPATHLEN.
5002         * i386obsd-nat.c: Don't include sys/param.h.
5003         * inf-child.c: Don't include sys/param.h.
5004         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5005         * linux-fork.c: Don't include sys/param.h.
5006         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5007         * linux-nat.c: Don't include sys/param.h.
5008         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5009         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5010         * m68klinux-nat.c: Don't include sys/param.h.
5011         * nbsd-nat.c: Don't include sys/param.h.
5012         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5013         * ppc-linux-nat.c: Don't include sys/param.h.
5014         * rs6000-nat.c: Don't include sys/param.h.
5015         * spu-linux-nat.c. Don't include sys/param.h.
5016         * windows-nat.c: Don't include sys/param.h.
5017         * xtensa-linux-nat.c: Don't include sys/param.h.
5018         * config/i386/nm-fbsd.h: Don't include sys/param.h.
5019
5020 2013-07-01  Pedro Alves  <palves@redhat.com>
5021
5022         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5023         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5024         * gnulib/aclocal.m4: Regenerate.
5025         * gnulib/config.in: Regenerate.
5026         * gnulib/configure: Regenerate.
5027         * gnulib/import/pathmax.h: New file.
5028         * gnulib/import/Makefile.am: Regenerate.
5029         * gnulib/import/Makefile.in: Regenerate.
5030         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5031         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5032         * gnulib/import/m4/pathmax.m4: New file.
5033
5034 2013-07-01  Pedro Alves  <palves@redhat.com>
5035
5036         * configure.ac (GDBINIT): Define, depending on host.
5037         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5038         * top.c (PATH_MAX): Delete fallback definition.
5039         (GDBINIT_FILENAME): Delete.
5040         (gdbinit): Reimplement as const char array set to the GDBINIT
5041         string constant.
5042         * top.h (gdbinit): Make const.
5043         * configure, config.in: Regenerate.
5044
5045 2013-07-01  Pedro Alves  <palves@redhat.com>
5046
5047         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5048         * cli/cli-cmds.h (source_script): Likewise.
5049         * exceptions.c (catch_command_errors_const): New function.
5050         * exceptions.h (catch_command_errors_const): Declare.
5051         * main.c (get_init_files): Make parameters const, and adjust.
5052         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5053         'local_gdbinit' locals const.  Adjust to use
5054         catch_command_errors_const.
5055         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5056         'local_gdbinit' locals const.
5057
5058 2013-07-01  Pedro Alves  <palves@redhat.com>
5059
5060         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5061         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5062         * tracepoint.c: Don't check HAVE_UNISTD_H before including
5063         <unistd.h>.
5064
5065 2013-07-01  Pedro Alves  <palves@redhat.com>
5066
5067         Import the "unistd" gnulib module.
5068         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5069         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5070         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5071         import/m4/unistd_h.m4.
5072         * gnulib/aclocal.m4: Renenerate.
5073         * gnulib/config.in: Renenerate.
5074         * gnulib/configure: Renenerate.
5075         * gnulib/import/Makefile.am: Renenerate.
5076         * gnulib/import/Makefile.in: Renenerate.
5077         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5078         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5079         * gnulib/import/m4/off_t.m4: New file.
5080         * gnulib/import/m4/ssize_t.m4: New file.
5081         * gnulib/import/m4/sys_types_h.m4: New file.
5082         * gnulib/import/m4/unistd_h.m4: New file.
5083         * gnulib/import/sys_types.in.h: New file.
5084         * gnulib/import/unistd.c: New file.
5085         * gnulib/import/unistd.in.h: New file.
5086
5087 2013-07-01  Pedro Alves  <palves@redhat.com>
5088
5089         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5090         defined instead of checking HAVE_UNISTD_H.
5091
5092 2013-07-01  Pedro Alves  <palves@redhat.com>
5093
5094         Reimport gnulib from scratch.
5095         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5096         import/m4/onceonly.m4.
5097         * gnulib/aclocal.m4: Renegerate.
5098         * gnulib/config.in: Renegerate.
5099         * gnulib/configure: Renegerate.
5100         * gnulib/import/Makefile.in: Renegerate.
5101         * gnulib/import/extra/update-copyright: Renegerate.
5102         * gnulib/import/m4/onceonly.m4: Delete.
5103
5104 2013-07-01  Pedro Alves  <palves@redhat.com>
5105
5106         * tui/tui-regs.c (pagination_enabled): Delete declaration.
5107
5108 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5109
5110         Code cleanup.
5111         * remote.c (async_remote_interrupt_twice): Make it static.
5112         * remote.h (async_remote_interrupt_twice): Remove the declaration.
5113
5114 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5115
5116         * ia64-linux-tdep.c: Include <ctype.h>.
5117         (ia64_linux_stap_is_single_operand): New function.
5118         (ia64_linux_init_abi): Initialize SystemTap related attributes.
5119
5120 2013-06-28  Tom Tromey  <tromey@redhat.com>
5121
5122         * Makefile.in (version.c): Use version.in, not
5123         common/version.in.
5124         * common/create-version.sh: Likewise.
5125         * common/version.in: Move...
5126         * version.in: ...here.
5127
5128 2013-06-28  Pedro Alves  <palves@redhat.com>
5129
5130         * infrun.c (set_observer_mode): Don't declare pagination_enabled
5131         here.
5132         * utils.h (pagination_enabled): Declare.
5133
5134 2013-06-28  Pedro Alves  <palves@redhat.com>
5135
5136         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5137         Move higher up in file.
5138
5139 2013-06-28  Tom Tromey  <tromey@redhat.com>
5140
5141         * tracepoint.c (deprecated_readline_begin_hook)
5142         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5143         declare.
5144
5145 2013-06-28  Pedro Alves  <palves@redhat.com>
5146
5147         PR tui/14880
5148         * tui/tui-regs.c (tui_get_register): Fetch value contents before
5149         checking if they're available.
5150         * value.c (value_available_contents_eq): Change comment.
5151         * value.h (value_available_contents_eq): Expand comment.
5152
5153 2013-06-27  Tom Tromey  <tromey@redhat.com>
5154
5155         * target.c (find_run_target): Remove.
5156         * target.h (find_run_target): Remove.
5157
5158 2013-06-27  Tom Tromey  <tromey@redhat.com>
5159
5160         * corelow.c (core_gdbarch): Now static.
5161
5162 2013-06-27  Tom Tromey  <tromey@redhat.com>
5163
5164         * target.c (target_struct_index): Remove.
5165
5166 2013-06-27  Pedro Alves  <palves@redhat.com>
5167
5168         * infrun.c: Remove comment describing the 'stepping over runtime
5169         loader dynamic symbol resolution code' mechanism; moved to
5170         gdbint.texinfo.
5171
5172 2013-06-27  Pedro Alves  <palves@redhat.com>
5173
5174         * exceptions.c (catch_command_errors): Remove spurious space.
5175         * exceptions.h (catch_command_errors): Second parameter is "arg",
5176         not "command".
5177
5178 2013-06-27  Yao Qi  <yao@codesourcery.com>
5179
5180         * common/create-version.sh: Update comments.  Handle the case
5181         that TARGET_ALIAS is empty.
5182
5183 2013-06-26  Pedro Alves  <palves@redhat.com>
5184
5185         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5186         comment.
5187
5188 2013-06-26  Pedro Alves  <palves@redhat.com>
5189
5190         * infrun.c: Update comments on stepping over runtime loader
5191         dynamic symbol resolution code.
5192
5193 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
5194
5195         * ax-gdb.h (union exp_element): Forward declare.
5196         * parser-defs.h: Include expression.h.
5197
5198 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5199
5200         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5201
5202 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5203
5204         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5205
5206 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5207
5208         Fix trace-status to output proper start-time and stop-time.
5209         * tracepoint.c (trace_status_command): Fix type of printf arg to
5210         prevent improper type conversion.
5211         (trace_status_mi): Likewise.
5212
5213 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5214
5215         * mips-tdep.c (mips_next_pc): Fix a typo.
5216
5217 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5218
5219         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5220
5221 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5222             Yao Qi  <yao@codesourcery.com>
5223
5224         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5225         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5226         * mi/mi-main.c (print_variable_or_computed): New function.
5227         (mi_cmd_trace_frame_collected): New function.
5228         * tracepoint.c (find_trace_state_variable_by_number): New.
5229         (struct traceframe_info): Move to tracepoint.h
5230         (struct collection_list): Likewise.
5231         (do_collect_symbol): Include locals and arguments in the
5232         collected variables list.
5233         (clear_collection_list): Clear wholly collected variables list
5234         and computed variables list.
5235         (append_exp): New function.
5236         (encode_actions_1): Include variables in the wholly
5237         collected variables list.  Include memory ranges and
5238         full-fledged expressions in the computed expressions list.
5239         (encode_actions): Move some code to ...
5240         Return the cleanup chain.
5241         (encode_actions_rsp): ... here.  New function.
5242         (get_traceframe_location, get_traceframe_info): Remove static.
5243         * tracepoint.h (struct memrange): Moved from tracepoint.c.
5244         (struct collection_list): Moved from tracepoint.c.  Add two
5245         new fields 'wholly_collected' and 'computed'.
5246         (find_trace_state_variable_by_number): Declare.
5247         (encode_actions): Adjust declaration.
5248         (encode_actions_rsp): Declare.
5249         (get_traceframe_info, get_traceframe_location): Declare.
5250
5251         * NEWS: Mention new MI command -trace-frame-collected.
5252
5253 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5254             Yao Qi  <yao@codesourcery.com>
5255
5256         * ctf.c (ctf_traceframe_info): Push trace state variables
5257         present in the trace data into the traceframe info object.
5258         * breakpoint.c (DEF_VEC_I): Remove.
5259         * common/filestuff.c (DEF_VEC_I): Likewise.
5260         * dwarf2loc.c (DEF_VEC_I): Likewise.
5261         * mi/mi-main.c (DEF_VEC_I): Likewise.
5262         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5263         * features/traceframe-info.dtd: Add tvar element and its
5264         attributes.
5265         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5266         (build_traceframe_info): Push trace state variables present in
5267         the trace data into the traceframe info object.
5268         (traceframe_info_start_tvar): New function.
5269         (tvar_attributes): New.
5270         (traceframe_info_children): Add "tvar" element.
5271         * tracepoint.h (struct traceframe_info) <tvars>: New field.
5272
5273         * NEWS: Mention the change in GDB and GDBserver.
5274
5275 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5276             Yao Qi  <yao@codesourcery.com>
5277
5278         * tracepoint.c (trace_dump_command): Move code to ...
5279         (get_traceframe_location): ... here.  New.
5280
5281 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5282             Yao Qi  <yao@codesourcery.com>
5283
5284         * tracepoint.c (trace_dump_command): GDB emits an error
5285          instead of a warning when a traceframe is not selected.
5286
5287 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5288             Yao Qi  <yao@codesourcery.com>
5289
5290         * tracepoint.c (tracepoint_list, stepping_list): Remove.
5291         (clear_collection_list): Free fields 'aexpre_list' and 'list'
5292         in collection_list.
5293         (do_clear_collection_list, init_collection_list): New.
5294         (encode_actions): Add local variables 'tracepoint_list' and
5295         'stepping_list'.  Call init_collection_list and make cleanup
5296         which calls do_clear_collection_list.  Don't call
5297         clear_collection_list.
5298         (_initialize_tracepoint): Delete references to
5299         'tracepoint_list' and 'stepping_list'.
5300
5301 2013-06-25  Tom Tromey  <tromey@redhat.com>
5302
5303         * common/create-version.sh (date): Use "$", not "$$" in sed
5304         expression.
5305
5306 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
5307
5308         * NEWS (New targets): Add entry for TI MSP430.
5309
5310 2013-06-25  Yao Qi  <yao@codesourcery.com>
5311
5312         * remote.c (remote_start_remote): Move code to upload tsv
5313         earlier.
5314
5315 2013-06-25  Yao Qi  <yao@codesourcery.com>
5316             Hui Zhu  <hui@codesourcery.com>
5317             Pedro Alves  <palves@redhat.com>
5318
5319         PR breakpoints/15075
5320         PR breakpoints/15434
5321         * breakpoint.c (bpstat_stop_status): Call
5322         b->ops->after_condition_true.
5323         (update_dprintf_command_list): Don't append "continue" command
5324         to the command list of dprintf breakpoint.
5325         (base_breakpoint_after_condition_true): New function.
5326         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5327         (dprintf_after_condition_true): New function.
5328         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5329         * breakpoint.h (breakpoint_ops): Add after_condition_true.
5330
5331 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
5332
5333         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5334         (ALLDEPFILES): Add msp430-tdep.c.
5335         * configure.tgt (msp430*-*-elf): New target.
5336         * msp430-tdep.c: New file.
5337
5338 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5339
5340         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5341         microMIPS synthetic symbols.
5342
5343 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5344
5345         * objfiles.h (pc_in_section): New prototype.
5346         (in_plt_section): Remove name argument, replace prototype with
5347         static inline function.
5348         * mips-tdep.h: Include "objfiles.h".
5349         (in_mips_stubs_section): New function.
5350         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5351         in_solib_call_trampoline member.
5352         (hppa_in_solib_call_trampoline): Remove name argument.
5353         * objfiles.c (pc_in_section): New function.
5354         (in_plt_section): Remove function.
5355         * mips-linux-tdep.c: Include "objfiles.h".
5356         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
5357         name argument.  Return 1 rather than the low 16-bit halfword of
5358         any instruction examined.
5359         (mips_linux_in_dynsym_resolve_code): Update
5360         mips_linux_in_dynsym_stub call accordingly.
5361         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5362         rather than an equivalent hand-coded sequence.
5363         * hppa-hpux-tdep.c (in_opd_section): Remove function.
5364         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5365         (hppa64_hpux_in_solib_call_trampoline): Likewise.
5366         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5367         in_opd_section.
5368         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5369         on call to tdep->in_solib_call_trampoline.
5370         (hppa_in_solib_call_trampoline): Remove name argument, update
5371         according to in_plt_section change.
5372         (hppa_skip_trampoline_code): Update according to in_plt_section
5373         change.
5374         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5375         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5376         Likewise.
5377         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5378         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5379         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5380         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5381         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5382         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5383         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5384         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5385         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5386         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5387         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5388         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5389         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5390
5391 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
5392
5393         * common/create-version.sh: Fix expansion of $host_alias
5394         and $target_alias in generation of HOST_NAME and TARGET_NAME
5395         (resp.).
5396
5397 2013-06-24  Tom Tromey  <tromey@redhat.com>
5398
5399         * common/create-version.sh: New file.
5400         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5401         create-version.sh.
5402         (HFILES_NO_SRCDIR): Use common/version.h.
5403         * version.in: Move to ...
5404         * common/version.in: ... here.  Replace date with "DATE".
5405         * version.h: Move to ...
5406         * common/version.h: ... here.
5407
5408 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5409
5410         * gdb/gnulib/Makefile.in: Update date in copyright header.
5411         * gdb/gnulib/configure.ac: Ditto.
5412         * gdb/gnulib/update-gnulib.sh: Ditto.
5413
5414 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5415
5416         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5417         "gdb/gnulib/import".
5418
5419 2013-06-21  Will Newton  <will.newton@linaro.org>
5420
5421         * doublest.c (ldfrexp): Remove function.
5422         (convert_doublest_to_floatformat): Call frexpl instead of
5423         ldfrexp.
5424
5425 2013-06-21  Will Newton  <will.newton@linaro.org>
5426
5427         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5428         * gnulib/aclocal.m4: Regenerate.
5429         * gnulib/config.in: Regenerate.
5430         * gnulib/configure: Regenerate.
5431         * gnulib/import/Makefile.am: Update.
5432         * gnulib/import/Makefile.in: Update.
5433         * gnulib/import/m4/gnulib-cache.m4: Update.
5434         * gnulib/import/m4/gnulib-comp.m4: Update.
5435         * gnulib/import/float+.h: Import.
5436         * gnulib/import/float.c: Import.
5437         * gnulib/import/float.in.h: Import.
5438         * gnulib/import/fpucw.h: Import.
5439         * gnulib/import/frexp.c: Import.
5440         * gnulib/import/frexpl.c: Import.
5441         * gnulib/import/isnan.c: Import.
5442         * gnulib/import/isnand-nolibm.h: Import.
5443         * gnulib/import/isnand.c: Import.
5444         * gnulib/import/isnanl-nolibm.h: Import.
5445         * gnulib/import/isnanl.c: Import.
5446         * gnulib/import/itold.c: Import.
5447         * gnulib/import/m4/exponentd.m4: Import.
5448         * gnulib/import/m4/exponentl.m4: Import.
5449         * gnulib/import/m4/float_h.m4: Import.
5450         * gnulib/import/m4/fpieee.m4: Import.
5451         * gnulib/import/m4/frexp.m4: Import.
5452         * gnulib/import/m4/frexpl.m4: Import.
5453         * gnulib/import/m4/isnand.m4: Import.
5454         * gnulib/import/m4/isnanl.m4: Import.
5455         * gnulib/import/m4/math_h.m4: Import.
5456         * gnulib/import/math.c: Import.
5457         * gnulib/import/math.in.h: Import.
5458
5459 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5460
5461         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5462         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5463         signature_INTEL_edx comparisons.
5464
5465 2013-06-20  Doug Evans  <dje@google.com>
5466
5467         symtab/15652
5468         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5469         All callers updated.
5470         (open_dwp_file): If we can't find the dwp file, search the basename
5471         in debug-file-directory.
5472
5473         * dwarf2read.c (struct dwp_file): Fix comment.
5474         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5475
5476         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5477         better.
5478
5479 2013-06-20  Yao Qi  <yao@codesourcery.com>
5480
5481         * breakpoint.c (create_breakpoint): Fix code indentation.
5482
5483 2013-06-20  Yao Qi  <yao@codesourcery.com>
5484
5485         * breakpoint.c (create_breakpoints_sal_default): Remove
5486         parameter 'lsal'.  Update declaration.
5487         (bkpt_create_breakpoints_sal): Caller update.
5488         (tracepoint_create_breakpoints_sal): Likewise.
5489
5490 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
5491             Yao Qi  <yao@codesourcery.com>
5492
5493         * NEWS: Mention the new option '--skip-unavailable' of command
5494         -data-list-register-values.
5495         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5496         --skip-unavailable option.  Adjust to use output_register.
5497         (output_register): Add new 'skip_unavailable' parameter.
5498         Handle it.
5499
5500 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
5501
5502         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5503         common/i386-gcc-cpuid.h.
5504         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5505         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5506         Copy the latest version from upstream gcc.
5507         * common/linux-btrace.c: Include i386-cpuid.h.
5508         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5509         call to i386_cpuid.
5510         (cpu_supports_btrace): Likewise.
5511         * go32-nat.c: Include i386-cpuid.h.
5512         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5513
5514 2013-06-19  Doug Evans  <dje@google.com>
5515
5516         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5517         (get_section_index): Ditto.
5518
5519 2013-06-19  Tom Tromey  <tromey@redhat.com>
5520
5521         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5522         "dprintf" help.
5523
5524 2013-06-18  Doug Evans  <dje@google.com>
5525
5526         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5527         before using it.
5528         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5529         Move test of cu_index closer to use.  Print complaint if cu_index
5530         is bad.
5531
5532 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
5533
5534         * machoread.c (oso_vector): Delete this global.
5535         (macho_register_oso): Add new parameter "oso_vector_ptr".
5536         Use it instead of the "oso_vector" global.
5537         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5538         (macho_symfile_read): Use a local oso_vector, to be free'ed
5539         at the end of this function, in place of the old "oso_vector"
5540         global.  Update various function calls accordingly.  Use one
5541         single cleanup chain for the entire function.
5542
5543 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
5544
5545         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5546         DWARF2_PER_OBJFILE by uses of DATA instead.
5547
5548 2013-06-18  Tom Tromey  <tromey@redhat.com>
5549
5550         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5551         argument.
5552         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5553         Special case signals other than GDB_SIGNAL_TRAP.
5554         (explains_signal_watchpoint): New function.
5555         (base_breakpoint_explains_signal): Add 'sig' argument.
5556         (initialize_breakpoint_ops): Set 'explains_signal' method for
5557         watchpoints.
5558         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5559         signal argument.
5560         (bpstat_explains_signal): Likewise.
5561         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5562
5563 2013-06-18  Tom Tromey  <tromey@redhat.com>
5564
5565         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5566
5567 2013-06-18  Tom Tromey  <tromey@redhat.com>
5568
5569         * python/python.c (finish_python_initialization): Decref
5570         'pythondir' on failure path as well.
5571
5572 2013-06-18  Tom Tromey  <tromey@redhat.com>
5573
5574         PR symtab/15391:
5575         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5576         after taking bits_to_skip into account.  Sign extend byte_offset.
5577         * utils.h (gdb_sign_extend): Declare.
5578         * utils.c (gdb_sign_extend): New function.
5579
5580 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5581
5582         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5583
5584 2013-06-17  Pierre Muller  <muller@sourceware.org>
5585
5586         * corelow.c (core_open): Print GDB signal name instead of target
5587         signal number.
5588
5589 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
5590
5591         * .gitignore: Add /gcore.
5592
5593 2013-06-13  Doug Evans  <dje@google.com>
5594
5595         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5596         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5597
5598 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
5599
5600         * stack.c (backtrace_command_1): Fix indentation.
5601
5602 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5603
5604         * window-nat.c (thread_rec): Add missing empty line after
5605         local variable declaration.
5606
5607 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5608
5609         * windows-nat.c (thread_rec): Revert format used to print
5610         error code returned by SuspendThread from %d back to %u.
5611
5612 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5613
5614         * windows-nat.c (windows_continue): Add "0x" prefix for thread
5615         ID in debug trace.
5616         (get_windows_debug_event): Likewise, for all debug traces.
5617
5618 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5619
5620         * window-nat.c (thread_rec): Add thread ID in SuspendThread
5621         warning message.
5622
5623 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
5624             Yao Qi  <yao@codesourcery.com>
5625
5626         * mi/mi-main.c (get_register): Remove declaration.
5627         (output_register): Declare.
5628         (mi_cmd_data_list_register_values): Remove local variable
5629         'tuple_cleanup'.  Move some code into output_register.
5630         (get_register): Renamed to ...
5631         (output_register): ... this.  Output the register's
5632         "number" ui_out tuple here.
5633
5634 2013-06-07  Pedro Alves  <palves@redhat.com>
5635
5636         * darwin-nat.c: Fix formating in copyright header.
5637         * darwin-nat.h: Likewise.
5638         * gnu-nat.c: Likewise.
5639         * machoread.c: Likewise.
5640
5641 2013-06-07  Pedro Alves  <palves@redhat.com>
5642
5643         PR server/14823
5644         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
5645         static.  Output a global target description pointer.
5646         (init_registers_${name}): Adjust to initialize a
5647         target description structure.
5648
5649 2013-06-07  Will Newton  <will.newton@linaro.org>
5650
5651         * printcmd.c (build_address_symbolic): Call
5652         gdbarch_addr_bits_remove for text minimal symbols.
5653
5654 2013-06-07  Will Newton  <will.newton@linaro.org>
5655
5656         * MAINTAINERS: Add myself to Write After Approval.
5657
5658 2013-06-07  Yao Qi  <yao@codesourcery.com>
5659
5660         * tracepoint.c (start_tracing): Move code to ...
5661         (trace_reset_local_state): ... here.  New.
5662         (disconnect_tracing): Don't call set_current_traceframe,
5663         set_tracepoint_num, and set_traceframe_context. Call
5664         trace_reset_local_state instead.
5665         (tfile_close): Call trace_reset_local_state.
5666         * ctf.c (ctf_close): Likewise.
5667         * remote.c (remote_close): Likewise.
5668         * tracepoint.h (trace_reset_local_state): Declare.
5669
5670 2013-06-06  Doug Evans  <dje@google.com>
5671
5672         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5673         and fix header docs.
5674
5675 2013-06-05  Doug Evans  <dje@google.com>
5676             Keith Seitz  <keiths@redhat.com>
5677
5678         PR 15519
5679         * cp-namespace.c (find_symbol_in_baseclass): Call
5680         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5681         Check result of call to lookup_symbol_static.
5682         Call lookup_static_symbol_aux unconditionally.
5683         Call check_typedef on base types before accessing them.
5684         (cp_lookup_nested_symbol): Fix comment.
5685
5686 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
5687
5688         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5689         minimal symbols pointing to function descriptors.
5690
5691 2013-06-05  Tom Tromey  <tromey@redhat.com>
5692
5693         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5694
5695 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
5696             Pedro Alves  <palves@redhat.com>
5697
5698         * remote.c (remote_wait_as): Restore signal handler before returning
5699         when GDB gets a notification.
5700
5701 2013-06-04  Gary Benson  <gbenson@redhat.com>
5702
5703         PR 2328
5704         * breakpoint.h (handle_solib_event): Moved function declaration
5705         to solib.h.
5706         * breakpoint.c (handle_solib_event): Moved function to solib.c.
5707         (bpstat_stop_status): Pass new argument to handle_solib_event.
5708         * solib.h (update_solib_breakpoints): New function declaration.
5709         (handle_solib_event): Moved function declaration from
5710         breakpoint.h.
5711         * solib.c (update_solib_breakpoints): New function.
5712         (handle_solib_event): Moved function from breakpoint.c.
5713         Updated to call solib_ops->handle_event if not NULL.
5714         * solist.h (target_so_ops): New fields "update_breakpoints" and
5715         "handle_event".
5716         * infrun.c (set_stop_on_solib_events): New function.
5717         (_initialize_infrun): Use the above for "set
5718         stop-on-solib-events".
5719         (handle_inferior_event): Pass new argument to handle_solib_event.
5720         * solib-svr4.c (probe.h): New include.
5721         (svr4_free_library_list): New forward declaration.
5722         (probe_action): New enum.
5723         (probe_info): New struct.
5724         (probe_info): New static variable.
5725         (NUM_PROBES): New definition.
5726         (svr4_info): New fields "using_xfer", "probes_table" and
5727         "solib_list".
5728         (free_probes_table): New function.
5729         (free_solib_list): New function.
5730         (svr4_pspace_data_cleanup): Free probes table and solib list.
5731         (svr4_copy_library_list): New function.
5732         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
5733         (svr4_read_so_list): New parameter "prev_lm".
5734         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
5735         (svr4_current_sos): New function.
5736         (probe_and_action): New struct.
5737         (hash_probe_and_action): New function.
5738         (equal_probe_and_action): Likewise.
5739         (register_solib_event_probe): Likewise.
5740         (solib_event_probe_at): Likewise.
5741         (solib_event_probe_action): Likewise.
5742         (solist_update_full): Likewise.
5743         (solist_update_incremental): Likewise.
5744         (disable_probes_interface_cleanup): Likewise.
5745         (svr4_handle_solib_event): Likewise.
5746         (svr4_update_solib_event_breakpoint): Likewise.
5747         (svr4_update_solib_event_breakpoints): Likewise.
5748         (svr4_create_solib_event_breakpoints): Likewise.
5749         (enable_break): Free probes table before creating breakpoints.
5750         Use svr4_create_solib_event_breakpoints to create breakpoints.
5751         (svr4_solib_create_inferior_hook): Free the solib list.
5752         (_initialize_svr4_solib): Initialise
5753         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
5754
5755 2013-06-04  Gary Benson  <gbenson@redhat.com>
5756
5757         * target.h (target_ops): New field
5758         "to_augmented_libraries_svr4_read".
5759         (target_augmented_libraries_svr4_read): New macro.
5760         * target.c (update_current_target): Handle
5761         to_augmented_libraries_svr4_read.
5762         * remote.c (remote_state): New field
5763         "augmented_libraries_svr4_read".
5764         (remote_augmented_libraries_svr4_read_feature): New function.
5765         (remote_protocol_features): Add entry for
5766         "augmented-libraries-svr4-read".
5767         (remote_augmented_libraries_svr4_read): New function.
5768         (init_remote_ops): Initialize
5769         remote_ops.to_augmented_libraries_svr4_read.
5770
5771 2013-06-04  Gary Benson  <gbenson@redhat.com>
5772
5773         * NEWS: Update.
5774
5775 2013-06-04  Gary Benson  <gbenson@redhat.com>
5776
5777         * objfiles.h (inhibit_section_map_updates): New function
5778         declaration.
5779         (resume_section_map_updates): Likewise.
5780         (resume_section_map_updates_cleanup): Likewise.
5781         * objfiles.c (objfile_pspace_info): Removed field
5782         "objfiles_changed_p".  New fields "new_objfiles_available",
5783         "section_map_dirty" and "inhibit_updates".
5784         (allocate_objfile): Set new_objfiles_available.
5785         (free_objfile): Set section_map_dirty.
5786         (objfile_relocate1): Likewise.
5787         (in_plt_section): Likewise.
5788         (find_pc_section): Update the conditions under which the
5789         section map will be updated.
5790         (inhibit_section_map_updates): New function.
5791         (resume_section_map_updates): Likewise.
5792         (resume_section_map_updates_cleanup): Likewise.
5793
5794 2013-06-04  Gary Benson  <gbenson@redhat.com>
5795
5796         * probe.h (get_probe_argument_count): New declaration.
5797         (evaluate_probe_argument): Likewise.
5798         * probe.c (get_probe_argument_count): New function.
5799         (evaluate_probe_argument): Likewise.
5800         (probe_safe_evaluate_at_pc): Use the above new functions.
5801
5802 2013-06-04  Alan Modra  <amodra@gmail.com>
5803
5804         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5805         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5806         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
5807         target mem reads on optional insns.
5808         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5809         ppc_insns_match_pattern calls.
5810         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5811         Add match for power7 thread safety insns, and new order of
5812         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
5813         invocation in comment, and update rest of comment.
5814         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5815         PPC64_STANDARD_LINKAGE3_LEN): Delete.
5816         (ppc64_standard_linkage2_target): Update insn offsets.
5817         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
5818         stubs first.  Update calls.
5819
5820 2013-06-04  Yao Qi  <yao@codesourcery.com>
5821
5822         * solib.c (solib_find): Don't need dir separator if path has
5823         drive spec.
5824
5825 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
5826
5827         Revert (indirectly causes a SIGSEGV):
5828         * machoread.c (macho_symfile_read): Assign first cleanup to
5829         'back_to'.
5830
5831 2013-06-03  Yao Qi  <yao@codesourcery.com>
5832
5833         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5834         mi-parse.c.  Make them static.
5835         (mi_all_values): Likewise.
5836         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
5837         mi_parse_print_values.  Make it external.
5838         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5839         Remove the declarations.
5840         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5841         * mi/mi-parse.h (mi_parse_print_values): Declare.
5842         * mi/mi-cmd-stack.c: Include mi-parse.h.
5843         (parse_print_values): Remove
5844         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5845         of parse_print_values.
5846         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5847
5848 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
5849             Yao Qi  <yao@codesourcery.com>
5850
5851         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5852         (encode_actions): Move code to ...
5853         (all_tracepoint_actions_and_cleanup): ... here.  New.
5854         (trace_dump_command): Likewise.
5855
5856 2013-05-30  Tom Tromey  <tromey@redhat.com>
5857
5858         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5859
5860 2013-05-30  Tom Tromey  <tromey@redhat.com>
5861
5862         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5863         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
5864         'old_chain' argument.  Add 'parser_result' argument.
5865         (gdb_xml_create_parser_and_cleanup): Remove old version.
5866         (gdb_xml_parse_quick): Update.
5867         (xml_process_xincludes): Update.
5868         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5869         declare.
5870
5871 2013-05-30  Tom Tromey  <tromey@redhat.com>
5872
5873         * probe.c (collect_probes): Check arguments for NULL before
5874         calling compile_rx_or_error.
5875         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5876         Remove NULL return.
5877
5878 2013-05-30  Tom Tromey  <tromey@redhat.com>
5879
5880         * infrun.c (adjust_pc_after_break): Introduce an outer null
5881         cleanup.
5882
5883 2013-05-30  Tom Tromey  <tromey@redhat.com>
5884
5885         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5886
5887 2013-05-30  Tom Tromey  <tromey@redhat.com>
5888
5889         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5890         for 'old_chain'.  Do not check 'head' before processing
5891         cleanups.
5892
5893 2013-05-30  Tom Tromey  <tromey@redhat.com>
5894
5895         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5896         "cleanup_tuple".
5897
5898 2013-05-30  Tom Tromey  <tromey@redhat.com>
5899
5900         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5901         inner scope.  Unconditionally call do_cleanups.
5902
5903 2013-05-30  Tom Tromey  <tromey@redhat.com>
5904
5905         * source.c (find_and_open_source): Call do_cleanups.
5906
5907 2013-05-30  Tom Tromey  <tromey@redhat.com>
5908
5909         * linux-thread-db.c (thread_db_load_search): Unconditionally
5910         call do_cleanups.
5911
5912 2013-05-30  Tom Tromey  <tromey@redhat.com>
5913
5914         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5915         for 'cleanup'; instead use a later one.
5916
5917 2013-05-30  Tom Tromey  <tromey@redhat.com>
5918
5919         * python/py-breakpoint.c (bppy_get_commands): Use
5920         explicit, unconditional return.
5921         * python/py-frame.c (frapy_read_var): Likewise.
5922         * python/python.c (gdbpy_decode_line): Likewise.
5923
5924 2013-05-30  Tom Tromey  <tromey@redhat.com>
5925
5926         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5927         do_cleanups on all return paths.
5928
5929 2013-05-30  Tom Tromey  <tromey@redhat.com>
5930
5931         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
5932
5933 2013-05-30  Tom Tromey  <tromey@redhat.com>
5934
5935         * stabsread.c (read_struct_type): Call do_cleanups along
5936         all return paths.
5937
5938 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
5939
5940         * mips-linux-tdep.c: Adjust formatting throughout.
5941
5942 2013-05-30  Tom Tromey  <tromey@redhat.com>
5943
5944         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
5945         along all return paths.
5946
5947 2013-05-30  Tom Tromey  <tromey@redhat.com>
5948
5949         * symfile.c (find_separate_debug_file): Call do_cleanups
5950         along all return paths.
5951
5952 2013-05-30  Tom Tromey  <tromey@redhat.com>
5953
5954         * symtab.c (search_symbols): Introduce a null cleanup for
5955         'retval_chain'.
5956
5957 2013-05-30  Tom Tromey  <tromey@redhat.com>
5958
5959         * python/py-value.c (valpy_binop): Call do_cleanups before
5960         exiting loop.
5961
5962 2013-05-30  Tom Tromey  <tromey@redhat.com>
5963
5964         * python/py-prettyprint.c (print_children): Remove extra
5965         do_cleanups call.
5966
5967 2013-05-30  Tom Tromey  <tromey@redhat.com>
5968
5969         * python/py-frame.c (frapy_read_var): Call do_cleanups along
5970         all return paths.
5971
5972 2013-05-30  Tom Tromey  <tromey@redhat.com>
5973
5974         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5975         along all return paths.
5976
5977 2013-05-30  Tom Tromey  <tromey@redhat.com>
5978
5979         * cli/cli-logging.c (set_logging_redirect): Unconditionally
5980         call do_cleanups.
5981
5982 2013-05-30  Tom Tromey  <tromey@redhat.com>
5983
5984         * varobj.c (c_value_of_root): Call do_cleanups along all
5985         return paths.
5986
5987 2013-05-30  Tom Tromey  <tromey@redhat.com>
5988
5989         * tracepoint.c (trace_dump_command): Unconditionally call
5990         do_cleanups.
5991
5992 2013-05-30  Tom Tromey  <tromey@redhat.com>
5993
5994         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5995         do_cleanups earlier.
5996
5997 2013-05-30  Tom Tromey  <tromey@redhat.com>
5998
5999         * machoread.c (macho_symfile_read): Assign first cleanup to
6000         'back_to'.
6001
6002 2013-05-30  Tom Tromey  <tromey@redhat.com>
6003
6004         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6005
6006 2013-05-30  Tom Tromey  <tromey@redhat.com>
6007
6008         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6009
6010 2013-05-30  Tom Tromey  <tromey@redhat.com>
6011
6012         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6013         call discard_cleanups.
6014         (inf_ptrace_attach): Likewise.
6015
6016 2013-05-30  Tom Tromey  <tromey@redhat.com>
6017
6018         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6019         return paths.
6020         (mips_initialize): Likewise.
6021         (common_open): Call do_cleanups.
6022
6023 2013-05-30  Tom Tromey  <tromey@redhat.com>
6024
6025         * utils.c (internal_vproblem): Call do_cleanups.
6026
6027 2013-05-30  Tom Tromey  <tromey@redhat.com>
6028
6029         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6030
6031 2013-05-30  Tom Tromey  <tromey@redhat.com>
6032
6033         * cli/cli-script.c (setup_user_args): Don't return after error.
6034
6035 2013-05-30  Tom Tromey  <tromey@redhat.com>
6036
6037         * somread.c (som_symtab_read): Call do_cleanups.
6038
6039 2013-05-30  Tom Tromey  <tromey@redhat.com>
6040
6041         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6042
6043 2013-05-30  Tom Tromey  <tromey@redhat.com>
6044
6045         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6046         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6047         * interps.c (interpreter_exec_cmd): Call do_cleanups.
6048         * source.c (show_substitute_path_command): Call do_cleanups.
6049         (unset_substitute_path_command, set_substitute_path_command):
6050         Likewise.
6051         * symfile.c (load_command): Call do_cleanups.
6052
6053 2013-05-30  Tom Tromey  <tromey@redhat.com>
6054
6055         * contrib/cleanup_check.py: New file.
6056         * contrib/gcc-with-excheck: Add option parsing.
6057
6058 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
6059
6060         * windows-nat.c (windows_delete_thread): Add missing space
6061         in cast expression.
6062
6063 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
6064
6065         * inferior.c (top level): Include tilde.h.
6066         (add_inferior_command): Call tilde_expand on the value of 'exec'
6067         argument.
6068
6069 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
6070             Yao Qi  <yao@codesourcery.com>
6071
6072         * tracepoint.c (encode_actions_1): Remove parameter 't'.
6073         Caller update.
6074         (encode_actions): Likewise.
6075         * remote.c (remote_download_tracepoint): Caller update.
6076         * tracepoint.h (encode_actions): Update declaration.
6077
6078 2013-05-30  Pedro Alves  <palves@redhat.com>
6079
6080         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6081         pointer.
6082
6083 2013-05-30  Yao Qi  <yao@codesourcery.com>
6084
6085         * remote.c (remote_check_symbols): Remove unused parameter
6086         'objfile'.
6087         Declaration update.
6088         (remote_start_remote, remote_new_objfile): Caller update.
6089
6090 2013-05-30  Yao Qi  <yao@codesourcery.com>
6091
6092         * mi/mi-cmds.c (mi_cmds): Define MI command
6093         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6094         DEF_MI_CMD_CLI.
6095
6096 2013-05-29  Pedro Alves  <palves@redhat.com>
6097
6098         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6099         (remote_insert_watchpoint, remote_remove_watchpoint)
6100         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6101         (remote_verify_memory, compare_sections_command)
6102         (remote_search_memory): Set the general process/thread on the
6103         remote side.
6104
6105 2013-05-29  Pedro Alves  <palves@redhat.com>
6106
6107         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6108         (_initialize_aarch64_tdep): Don't call
6109         initialize_tdesc_aarch64_without_fpu.
6110         * features/Makefile (WHICH): Remove reference to
6111         aarch64-without-fpu.
6112         * features/aarch64-without-fpu.c: Delete file.
6113         * regformats/aarch64-without-fpu.dat: Delete file.
6114
6115 2013-05-28  Yao Qi  <yao@codesourcery.com>
6116
6117         * tracepoint.c (stringify_collection_list): Remove parameter
6118         'string'.
6119         (encode_actions): Caller update.  Remove local variables.
6120
6121 2013-05-24  Yao Qi  <yao@codesourcery.com>
6122
6123         * tracepoint.c (TFILE_PID): Remove.
6124         (tfile_open): Don't add thread and inferior.
6125         (tfile_close): Don't set 'inferior_ptid'.  Don't call
6126         exit_inferior_silent.
6127         (tfile_thread_alive): Remove.
6128         (init_tfile_ops): Don't set field 'to_thread_alive' of
6129         tfile_ops.
6130
6131 2013-05-23  Doug Evans  <dje@google.com>
6132
6133         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6134
6135 2013-05-23  Pedro Alves  <palves@redhat.com>
6136
6137         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6138         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6139         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6140         Only define if HAVE_SOCKETS is defined.
6141         * configure.ac: Check for sys/socket.h.
6142         * config.in, configure: Regenerate.
6143
6144 2013-05-23  Pedro Alves  <palves@redhat.com>
6145
6146         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6147         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6148         printing uint32_t variables.
6149
6150 2013-05-23  Pedro Alves  <palves@redhat.com>
6151
6152         * NEWS: Mention GDBserver range stepping support.
6153
6154 2013-05-23  Yao Qi  <yao@codesourcery.com>
6155             Pedro Alves  <palves@redhat.com>
6156
6157         * gdbthread.h (struct thread_control_state) <may_range_step>: New
6158         field.
6159         * infcmd.c (step_once, until_next_command): Enable range stepping.
6160         * infrun.c (displaced_step_prepare): Disable range stepping.
6161         (resume): Disable range stepping if stepping over a breakpoint or
6162         we have software watchpoints.  If range stepping is enabled,
6163         assert the thread is in the stepping range.
6164         (clear_proceed_status_thread): Clear may_range_step.
6165         (handle_inferior_event): Disable range stepping as soon as we know
6166         the thread that hit the event.  Re-enable it whenever we're going
6167         to step with a step range.
6168         * remote.c (struct vCont_action_support) <r>: New field.
6169         (use_range_stepping): New global.
6170         (remote_vcont_probe): Handle 'r' action.
6171         (append_resumption): Append an 'r' action if the thread may range
6172         step.
6173         (show_range_stepping): New function.
6174         (set_range_stepping): New function.
6175         (_initialize_remote): Call add_setshow_boolean_cmd to register the
6176         'set range-stepping' and 'show range-stepping' commands.
6177         * NEWS: Mention range stepping, the new vCont;r action, and the
6178         new "set/show range-stepping" commands.
6179
6180 2013-05-23  Yao Qi  <yao@codesourcery.com>
6181             Pedro Alves  <palves@redhat.com>
6182
6183         * remote.c (struct vCont_action_support): New struct.
6184         (struct remote_state) <support_vCont_t>: Remove field.
6185         <vCont_actions_support>: New field.
6186         (remote_vcont_probe, remote_stop_ns): Update.
6187
6188 2013-05-23  Yao Qi  <yao@codesourcery.com>
6189             Pedro Alves  <palves@redhat.com>
6190
6191         * gdbthread.h (pc_in_thread_step_range): New declaration.
6192         * thread.c (pc_in_thread_step_range): New function.
6193         * infrun.c (handle_inferior_event): Use it.
6194
6195 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
6196
6197         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6198         of sprintf.
6199
6200 2013-05-22  Keith Seitz  <keiths@redhat.com>
6201
6202         * ada-lang.c (is_known_support_routine): Add explicit free of
6203         'func_name' from find_frame_funname.
6204         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6205         for func_name from find_frame_funname.
6206         * python/py-frame.c (frapy_name): Add explicit free of
6207         'name' from find_frame_funname.
6208         * stack.c (find_frame_funname): Add comment explaining that
6209         funcp must be freed by the caller.
6210         Return copy of symbol names instead of pointers.
6211         (print_frame): Add a cleanup for 'funname' from
6212         find_frame_funname.
6213         * stack.h (find_frame_funname): Remove "const" from
6214         'funname' parameter.
6215
6216 2013-05-22  Tom Tromey  <tromey@redhat.com>
6217
6218         PR c++/15401:
6219         * c-valprint.c (c_value_print): Use value_addr for
6220         references.  Convert back to reference type with value_ref.
6221
6222 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
6223
6224         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6225         unloaded DLL, it will be done by handle_solib_event.  See
6226         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6227         details.
6228
6229 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
6230
6231         * ui-out.c: Create typedef ui_out_level_p and define vector
6232         operations for that type.
6233         (struct ui_out): Use a vector instead of an array.
6234         (current_level): Return level from a vector.
6235         (push_level): Create a level in a vector.
6236         (pop_level): Delete a level in a vector.
6237         (ui_out_new): Create initial level zero level, and store in a
6238         vector.
6239         (ui_out_destroy): Add vector cleanup.
6240
6241 2013-05-22  Pedro Alves  <palves@redhat.com>
6242
6243         * python/python-internal.h (gdb_Py_DECREF): Tag with
6244         "ARI: editCase function".
6245
6246 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
6247
6248         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6249
6250 2013-05-21  Pedro Alves  <palves@redhat.com>
6251
6252         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6253         whether PRINTER is NULL before installing a Py_DECREF cleanup.
6254         * python/py-utils.c (py_decref): Don't check for NULL before
6255         calling Py_DECREF.
6256
6257 2013-05-21  Pedro Alves  <palves@redhat.com>
6258
6259         * python/py-utils.c (py_decref): Remove extra braces.
6260         (gdb_pymodule_addobject): Remove extra braces.
6261         * python-internal.h (gdb_Py_DECREF): New static inline function.
6262         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6263
6264 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6265
6266         * breakpoints.c (detach_breakpoints): Do not
6267         detach breakpoints locations with loc_type bp_loc_other.
6268
6269 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6270
6271         Workaround Python 2.6.
6272         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6273         a block.
6274
6275 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6276
6277         Code cleanup: constification.
6278         * solib.c (solib_ops): Make return type and ops variable type const.
6279         (set_solib_ops): Make the new_ops parameter and ops variable const.
6280         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6281         (solib_add, solib_keep_data_in_core, clear_solib)
6282         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6283         (reload_shared_libraries, solib_global_lookup): Make the ops variable
6284         const.
6285         * solib.h (set_solib_ops): Make the new_ops parameter const.
6286
6287 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6288
6289         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6290         variable.
6291         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6292         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6293         (SYSTEM_GDBINIT_FILES): New variables.
6294         (all): Add stamp-system-gdbinit.
6295         (stamp-system-gdbinit): New rule.
6296         (clean-system-gdbinit, install-system-gdbinit)
6297         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
6298         (install-only): Add dependency on install-system-gdbinit.
6299         (uninstall): Add dependency on uninstall-system-gdbinit.
6300         (clean): Add dependency on clean-system-gdbinit.
6301         * system-gdbinit/elinos.py: New file.
6302         * system-gdbinit/wrs-linux.py: New file.
6303
6304 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6305
6306         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6307
6308 2013-05-21  Hui Zhu  <hui@codesourcery.com>
6309
6310         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6311         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6312         * mi/mi-cmd-break.c (ctype.h): New include.
6313         (gdb_obstack.h): New include.
6314         (mi_argv_to_format, mi_cmd_break_insert_1): New.
6315         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6316         (mi_cmd_dprintf_insert): New.
6317         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6318         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6319
6320 2013-05-20  Tom Tromey  <tromey@redhat.com>
6321
6322         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6323
6324 2013-05-20  Tom Tromey  <tromey@redhat.com>
6325
6326         * python/py-value.c (valpy_get_dynamic_type): Simplify
6327         dynamic_type assignment.  Use Py_XINCREF.
6328
6329 2013-05-20  Tom Tromey  <tromey@redhat.com>
6330
6331         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6332
6333 2013-05-20  Tom Tromey  <tromey@redhat.com>
6334
6335         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6336         (gdbpy_selected_frame): Move object-construction code
6337         out of TRY_CATCH.
6338
6339 2013-05-20  Tom Tromey  <tromey@redhat.com>
6340
6341         * python/py-arch.c (gdbpy_initialize_arch): Use
6342         gdb_pymodule_addobject.
6343         * python/py-block.c (gdbpy_initialize_blocks): Use
6344         gdb_pymodule_addobject.
6345         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6346         gdb_pymodule_addobject.
6347         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6348         gdb_pymodule_addobject.
6349         * python/py-event.c (gdbpy_initialize_event_generic): Use
6350         gdb_pymodule_addobject.
6351         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6352         gdb_pymodule_addobject.
6353         * python/py-evts.c (add_new_registry): Use
6354         gdb_pymodule_addobject.
6355         (gdbpy_initialize_py_events): Likewise.
6356         * python/py-finishbreakpoint.c
6357         (gdbpy_initialize_finishbreakpoints): Use
6358         gdb_pymodule_addobject.
6359         * python/py-frame.c (gdbpy_initialize_frames): Use
6360         gdb_pymodule_addobject.
6361         * python/py-function.c (gdbpy_initialize_functions): Use
6362         gdb_pymodule_addobject.
6363         * python/py-inferior.c (gdbpy_initialize_inferior): Use
6364         gdb_pymodule_addobject.
6365         * python/py-infthread.c (gdbpy_initialize_thread): Use
6366         gdb_pymodule_addobject.
6367         * python/py-objfile.c (gdbpy_initialize_objfile): Use
6368         gdb_pymodule_addobject.
6369         * python/py-param.c (gdbpy_initialize_parameters): Use
6370         gdb_pymodule_addobject.
6371         * python/py-progspace.c (gdbpy_initialize_pspace): Use
6372         gdb_pymodule_addobject.
6373         * python/py-symbol.c (gdbpy_initialize_symbols): Use
6374         gdb_pymodule_addobject.
6375         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6376         gdb_pymodule_addobject.
6377         * python/py-type.c (gdbpy_initialize_types): Use
6378         gdb_pymodule_addobject.
6379         * python/py-utils.c (gdb_pymodule_addobject): New function.
6380         * python/py-value.c (gdbpy_initialize_values): Use
6381         gdb_pymodule_addobject.
6382         * python/python-internal.h (gdb_pymodule_addobject): Declare.
6383         * python/python.c (_initialize_python): Use
6384         gdb_pymodule_addobject.
6385
6386 2013-05-20  Tom Tromey  <tromey@redhat.com>
6387
6388         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6389         * python/py-param.c (get_set_value, get_show_value): Use
6390         explicit decrefs.
6391         * python/python.c (start_type_printers, apply_type_printers):
6392         Use explicit decrefs.
6393
6394 2013-05-20  Tom Tromey  <tromey@redhat.com>
6395
6396         * python/py-evts.c (gdbpy_initialize_py_events): Don't
6397         incref the module.
6398
6399 2013-05-20  Tom Tromey  <tromey@redhat.com>
6400
6401         * python/python.c (gdbpy_run_events): Decref the result
6402         of PyObject_CallObject.
6403
6404 2013-05-20  Tom Tromey  <tromey@redhat.com>
6405
6406         * python/py-symtab.c (set_sal): Use
6407         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
6408         (symtab_and_line_to_sal_object): Update.
6409
6410 2013-05-20  Tom Tromey  <tromey@redhat.com>
6411
6412         * python/py-param.c (compute_enum_values): Decref 'item'.
6413
6414 2013-05-20  Tom Tromey  <tromey@redhat.com>
6415
6416         * mi/mi-main.c: Include python-internal.h.
6417         (mi_cmd_list_features): Check gdb_python_initialized.
6418         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6419         (python_inferior_exit, python_new_objfile, add_thread_object)
6420         (delete_thread_object, py_free_inferior): Check
6421         gdb_python_initialized.
6422         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6423         gdb_python_initialized.
6424         * python/py-type.c (save_objfile_types): Check
6425         gdb_python_initialized.
6426         * python/python-internal.h (gdb_python_initialized): Declare.
6427         * python/python.c (ensure_python_env): Throw exception if
6428         Python not initialized.
6429         (before_prompt_hook, source_python_script_for_objfile)
6430         (start_type_printers, apply_type_printers,
6431         free_type_printers): Check gdb_python_initialized.
6432         * varobj.c (varobj_get_display_hint)
6433         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6434         (install_new_value_visualizer, varobj_set_visualizer)
6435         (value_get_print_value): Check gdb_python_initialized.
6436
6437 2013-05-20  Tom Tromey  <tromey@redhat.com>
6438
6439         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6440         Check errors.
6441         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6442         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6443         Check errors.
6444         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6445         Check errors.
6446         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6447         Check errors.
6448         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6449         Check errors.
6450         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6451         init function to return 'int'.
6452         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6453         Return 'int'.  Check errors.
6454         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6455         Check errors.
6456         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6457         Return 'int'.  Check errors.
6458         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6459         Check errors.
6460         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6461         Check errors.
6462         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6463         Check errors.
6464         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6465         Check errors.
6466         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6467         Check errors.
6468         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6469         Check errors.
6470         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6471         Check errors.
6472         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6473         Check errors.
6474         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6475         Check errors.
6476         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6477         Check errors.
6478         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6479         Check errors.
6480         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6481         Check errors.
6482         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6483         Check errors.
6484         * python/python-internal.h (gdbpy_initialize_auto_load,
6485         gdbpy_initialize_values, gdbpy_initialize_frames,
6486         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6487         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6488         gdbpy_initialize_blocks, gdbpy_initialize_types,
6489         gdbpy_initialize_functions, gdbpy_initialize_pspace,
6490         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6491         gdbpy_initialize_finishbreakpoints,
6492         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6493         gdbpy_initialize_thread, gdbpy_initialize_inferior,
6494         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6495         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6496         gdbpy_initialize_signal_event,
6497         gdbpy_initialize_breakpoint_event,
6498         gdbpy_initialize_continue_event,
6499         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6500         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6501         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6502         * python/python.c (gdb_python_initialized): New global.
6503         (gdbpy_initialize_events): Return 'int'.  Check errors.
6504         (_initialize_python): Check errors.  Set
6505         gdb_python_initialized.
6506
6507 2013-05-20  Tom Tromey  <tromey@redhat.com>
6508
6509         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6510         Decref the reslut of PyObject_CallMethod.
6511
6512 2013-05-20  Tom Tromey  <tromey@redhat.com>
6513
6514         * python/py-event.c (gdbpy_initialize_event_generic): Return
6515         early if PyType_Ready fails.
6516
6517 2013-05-20  Tom Tromey  <tromey@redhat.com>
6518
6519         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6520         as 'default' in the switch.
6521
6522 2013-05-20  Tom Tromey  <tromey@redhat.com>
6523
6524         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
6525         get_addr_from_python calls out of TRY_CATCH.
6526         (infpy_write_memory, infpy_search_memory): Likewise.
6527         * python/py-utils.c (get_addr_from_python): Return negative
6528         value on error.  Use TRY_CATCH.
6529         * python/python-internal.h (get_addr_from_python): Use
6530         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6531
6532 2013-05-20  Tom Tromey  <tromey@redhat.com>
6533
6534         * python/py-event.c (evpy_emit_event): Decref the
6535         result of PyObject_CallFunctionObjArgs.
6536
6537 2013-05-20  Tom Tromey  <tromey@redhat.com>
6538
6539         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6540         Correctly decref.
6541
6542 2013-05-20  Tom Tromey  <tromey@redhat.com>
6543
6544         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6545
6546 2013-05-20  Tom Tromey  <tromey@redhat.com>
6547
6548         * python/py-event.h (gdbpy_initialize_event_generic): Use
6549         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6550         * python/py-evts.c (add_new_registry): Use
6551         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6552         * python/python-internal.h
6553         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6554
6555 2013-05-20  Tom Tromey  <tromey@redhat.com>
6556
6557         * python/py-arch.c (archpy_disassemble): Update.
6558         * python/py-type.c (typy_get_composite, typy_lookup_typename)
6559         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6560         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6561         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6562         macro.
6563         (GDB_PY_HANDLE_EXCEPTION): Update.
6564         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
6565
6566 2013-05-20  Tom Tromey  <tromey@redhat.com>
6567
6568         * python/python-internal.h (events_object_type): Remove.
6569
6570 2013-05-20  Tom Tromey  <tromey@redhat.com>
6571
6572         * python/py-event.h (evpy_emit_event): Use
6573         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6574         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6575         New macro.
6576
6577 2013-05-20  Tom Tromey  <tromey@redhat.com>
6578
6579         * py-evtregistry.c (create_event_object): Decref
6580         eventregistry_object if PyList_New fails.
6581
6582 2013-05-20  Tom Tromey  <tromey@redhat.com>
6583
6584         * py-cmd.c (gdbpy_string_to_argv): Check result of
6585         PyList_New.
6586
6587 2013-05-20  Tom Tromey  <tromey@redhat.com>
6588
6589         * python/python.c (before_prompt_hook): Add cleanup to
6590         decref 'hook'.
6591
6592 2013-05-20  Tom Tromey  <tromey@redhat.com>
6593
6594         * python/py-function.c (fnpy_init): Decref result of
6595         PyObject_GetAttrString.
6596
6597 2013-05-20  Tom Tromey  <tromey@redhat.com>
6598
6599         * python/py-threadevent.c (get_event_thread): Use
6600         CPYCHECKER_RETURNS_BORROWED_REF.
6601         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6602         New define.
6603         (pspace_to_pspace_object, objfile_to_objfile_object)
6604         (find_thread_object): Use it.
6605
6606 2013-05-20  Tom Tromey  <tromey@redhat.com>
6607
6608         * python/py-arch.c (arch_object_type): Use
6609         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6610         * python/py-block.c (block_syms_iterator_object_type):
6611         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6612         * python/py-bpevent.c (breakpoint_event_object_type):
6613         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6614         * python/py-cmd.c (cmdpy_object_type): Use
6615         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6616         * python/py-continueevent.c (continue_event_object_type):
6617         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6618         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6619         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6620         * python/py-events.h (thread_event_object_type):
6621         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6622         * python/py-evtregistry.c (eventregistry_object_type): Use
6623         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6624         * python/py-exitedevent.c (exited_event_object_type):
6625         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6626         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6627         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6628         * python/py-function.c (fnpy_object_type): Use
6629         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6630         * python/py-inferior.c (inferior_object_type, membuf_object_type):
6631         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6632         * python/py-infthread.c (thread_object_type): Use
6633         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6634         * python/py-lazy-string.c (lazy_string_object_type):
6635         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6636         * python/py-newobjfileevent.c (new_objfile_event_object_type):
6637         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6638         * python/py-objfile.c (objfile_object_type): Use
6639         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6640         * python/py-param.c (parmpy_object_type):
6641         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6642         * python/py-progspace.c (pspace_object_type):
6643         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6644         * python/py-signalevent.c (signal_event_object_type):
6645         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6646         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6647         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6648         * python/py-type.c (type_object_type, field_object_type)
6649         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6650         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6651         define.
6652         (value_object_type, block_object_type, symbol_object_type)
6653         (event_object_type, stop_event_object_type, breakpoint_object_type)
6654         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6655
6656 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
6657
6658         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6659         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6660
6661 2013-05-20  Doug Evans  <dje@google.com>
6662
6663         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
6664         For Fission.
6665         * dwarf2read.c (struct dwarf2_per_cu_data): New member
6666         reading_dwo_directly.
6667         (struct signatured_type): New member dwo_unit.
6668         (struct die_reader_specs): New member comp_dir.
6669         (create_signatured_type_table_from_index): Use malloc for
6670         all_type_units instead of objfile's obstack.
6671         (create_all_type_units): Ditto.
6672         (fill_in_sig_entry_from_dwo_entry): New function.
6673         (add_type_unit): New function.
6674         (lookup_dwo_signatured_type): New function.
6675         (lookup_dwp_signatured_type): New function.
6676         (lookup_signatured_type): New arg cu.  All callers updated.
6677         (init_cu_die_reader): Initialize comp_dir.
6678         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
6679         Change assert of matching type signatures to call error on mismatch.
6680         (lookup_dwo_unit): Add assert.
6681         (init_tu_and_read_dwo_dies): New function.
6682         (init_cutu_and_read_dies): Call it.
6683         (build_type_unit_groups): Handle case of no type unit groups created.
6684         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6685         (lookup_dwo_cutu): Tweak complaint.
6686         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6687         (dwarf2_per_objfile_free): Free all_type_units.
6688
6689 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6690
6691         * windows-nat.c (handle_unload_dll): Add missing empty line.
6692
6693 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6694
6695         * dwarf2read.c (prototyped_function_p): New function.
6696         (read_subroutine_type): Use it.
6697
6698 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6699
6700         * rs6000-aix-tdep.c: De-indent some example code provided
6701         as a comment.
6702
6703 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6704
6705         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
6706         region is ok for a hardware watchpoint using the new ptrace interface
6707         on Power servers.
6708
6709 2013-05-17  Doug Evans  <dje@google.com>
6710
6711         * NEWS: Mention new maintenance commands check-symtabs, and
6712         expand-symtabs, and renamed check-psymtabs.
6713         * psymtab.c (maintenance_check_psymtabs): Renamed from
6714         maintenance_check_symtabs.  Only process already-expanded symbol
6715         tables.
6716         (_initialize_psymtab): Update.
6717         * symmisc.c (maintenance_check_symtabs): New function.
6718         (maintenance_expand_name_matcher): New function
6719         (maintenance_expand_file_matcher): New function
6720         (maintenance_expand_symtabs): New function.
6721         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
6722         commands.
6723
6724 2013-05-17  Tom Tromey  <tromey@redhat.com>
6725
6726         * python/py-inferior.c (infpy_read_memory): Don't call
6727         PyErr_SetString if PyObject_New fails.
6728         * python/py-frame.c (frame_info_to_frame_object): Don't call
6729         PyErr_SetString if PyObject_New fails.
6730
6731 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
6732
6733         * acinclude.m4: Add check for dlopen in libdl.
6734         * configure.ac: Ditto.
6735         * configure: Regenerate.
6736
6737 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
6738
6739         * frame.c (frame_stash): Convert to htab.
6740         (frame_addr_hash): New function.
6741         (frame_addr_hash_eq): New function.
6742         (frame_stash_create): Convert function to create
6743         a hash table.
6744         (frame_stash_add): Convert function to add an entry to a hash
6745         table.
6746         (frame_stash_find): Convert function to search the hash table.
6747         (frame_stash_invalidate): Convert function to empty the hash
6748         table.
6749         (get_frame_id): Only add to stash if a frame_id is created.
6750         (_initialize_frame): Call frame_stash_create.
6751
6752 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
6753
6754         * configure.ac: Ensure MIG is available when building for GNU Hurd
6755         hosts.
6756         * configure: Regenerate.
6757
6758 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
6759
6760         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
6761
6762 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
6763
6764         * ada-lang.c (ada_make_symbol_completion_list): Make sure
6765         all cleanups are done before returning from this function.
6766
6767 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
6768
6769         * utils.h: #include "exceptions.h".
6770         (enum errors): Remove partial declaration.
6771
6772 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
6773
6774         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
6775         * gdbarch.h, gdbarch.c: Regenerate.
6776         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
6777         handling.
6778
6779         * rs6000-aix-tdep.h: New file.
6780         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
6781         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
6782         "xml-utils.h".
6783         (struct field_info, struct ld_info_desc): New types.
6784         (ld_info32_desc, ld_info64_desc): New static constants.
6785         (struct ld_info): New type.
6786         (rs6000_aix_extract_ld_info): New function.
6787         (rs6000_aix_shared_library_to_xml): Likewise.
6788         (rs6000_aix_ld_info_to_xml): Likewise.
6789         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6790         (rs6000_aix_init_osabi): Add call to
6791         set_gdbarch_core_xfer_shared_libraries_aix.
6792         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6793         Remove "xml-utils.h" include.
6794         (LdInfo): Delete typedef.
6795         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6796         Delete macros.
6797         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6798         Adjust code accordingly.
6799         (rs6000_core_ldinfo): Delete, folded into
6800         rs6000_aix_core_xfer_shared_libraries_aix.
6801         (rs6000_xfer_shared_library): Delete.
6802         (rs6000_xfer_shared_libraries): Reimplement.
6803
6804 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
6805
6806         * record.c (record_goto_cmdlist): New.
6807         (cmd_record_goto): Split into this ...
6808         (cmd_record_goto_begin): ... this
6809         (cmd_record_goto_end): ... and this.
6810         (_initialize_record): Change "record goto" to prefix command.
6811         Add commands for "record goto begin" and "record goto end".
6812         Add an alias for "record goto start" to "record goto begin".
6813
6814 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6815
6816         * linespec.c (convert_linespec_to_sals): New comment for
6817         SOURCE_FILENAME assignment.
6818
6819 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6820
6821         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6822         internal_warning.
6823
6824 2013-05-14  Tom Tromey  <tromey@redhat.com>
6825
6826         * eval.c (parse_and_eval_long): Make 'exp' const.
6827         * value.h (parse_and_eval_long): Update.
6828
6829 2013-05-14  Tom Tromey  <tromey@redhat.com>
6830
6831         * ui-file.c (gdb_fopen): Make arguments const.
6832         * ui-file.h (gdb_fopen): Make arguments const.
6833
6834 2013-05-14  Tom Tromey  <tromey@redhat.com>
6835
6836         * remote.c (remote_set_trace_notes): Make arguments const.
6837         * target.c (update_current_target): Update cast.
6838         * target.h (to_set_trace_notes): Make arguments const.
6839
6840 2013-05-14  Tom Tromey  <tromey@redhat.com>
6841
6842         * go32-nat.c (go32_terminal_info): Make 'args' const.
6843         * inferior.h (child_terminal_info): Update.
6844         * inflow.c (child_terminal_info): Make 'args' const.
6845         * target.c (default_terminal_info): Make 'args' const.
6846         (debug_to_terminal_save_ours): Likewise.
6847         * target.h (struct target_ops) <to_terminal_info>: Make argument
6848         const.
6849
6850 2013-05-13  Tom Tromey  <tromey@redhat.com>
6851
6852         * gcore.c (create_gcore_bfd): Make 'filename' const.
6853         * gcore.h (create_gcore_bfd): Make 'filename' const.
6854         * record-full.c (record_full_save): Make 'recfilename' const.
6855         * target.c (target_save_record): Make 'filename' const.
6856         * target.h (struct target_ops) <to_save_record>: Make 'filename'
6857         const.
6858         (target_save_record): Likewise.
6859
6860 2013-05-13  Tom Tromey  <tromey@redhat.com>
6861
6862         PR gdb/15338:
6863         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6864         ranges section has been read.
6865
6866 2013-05-13  Tom Tromey  <tromey@redhat.com>
6867
6868         PR exp/15364:
6869         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6870         STRUCTOP_PTR>: Return a not_lval value for
6871         EVAL_AVOID_SIDE_EFFECTS.
6872         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6873         for EVAL_AVOID_SIDE_EFFECTS.
6874
6875 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
6876
6877         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6878         floating point registers to register type before storing
6879         value.
6880         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6881         Likewise.
6882
6883 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6884             Tom Tromey  <tromey@redhat.com>
6885
6886         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6887         New functions.
6888         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6889         Declare.
6890         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6891         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6892         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6893         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6894
6895 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
6896             Tom Tromey  <tromey@redhat.com>
6897
6898         PR build/15414:
6899         * configure: Rebuild.
6900         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6901         with -Wno-format.
6902
6903 2013-05-10  Pedro Alves  <palves@redhat.com>
6904
6905         * remote.c (_initialize_remote): Fix spelling of
6906         qXfer:traceframe-info:read packet in packet config command.
6907
6908 2013-05-10  David Taylor  <dtaylor@emc.com>
6909
6910         PR remote/15455
6911
6912         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6913         "QTro" at start of packet.
6914
6915 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6916
6917         * solib-aix.c (solib_aix_relocate_section_addresses):
6918         For the .bss section action, apply the same offset as
6919         the .data section.
6920
6921 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6922
6923         * solib-aix.c (solib_aix_relocate_section_addresses):
6924         Remove FIXME comment.
6925
6926 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6927
6928         PR tdep/15420:
6929         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6930         New functions, directly copied from sparc-sol-thread.c.
6931         * sparc-sol-thread.c: Delete.
6932         * configure.ac: Remove code handling sparc-solaris-thread.c.
6933         * configure: Regenerate.
6934
6935 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
6936
6937         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
6938         filter logic.
6939         (backtrace_command): Add "no-filters" option parsing.
6940         (_initialize_stack): Alter help to reflect "no-filters" option.
6941         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
6942         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
6943         (py-frame.o): Add target
6944         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
6945         filter files.
6946         * python/python.h: Add new frame filter constants, and flag enum.
6947         (apply_frame_filter): Add definition.
6948         * python/python.c (apply_frame_filter): New non-Python
6949         enabled function.
6950         * python/py-utils.c (py_xdecref): New function.
6951         (make_cleanup_py_xdecref): Ditto.
6952         * python/py-objfile.c: Declare frame_filters dictionary.
6953         (objfpy_dealloc): Add frame_filters dealloc.
6954         (objfpy_new): Initialize frame_filters attribute.
6955         (objfile_to_objfile_object): Ditto.
6956         (objfpy_get_frame_filters): New function.
6957         (objfpy_set_frame_filters): New function.
6958         * python/py-progspace.c: Declare frame_filters dictionary.
6959         (pspy_dealloc): Add frame_filters dealloc.
6960         (pspy_new): Initialize frame_filters attribute.
6961         (pspacee_to_pspace_object): Ditto.
6962         (pspy_get_frame_filters): New function.
6963         (pspy_set_frame_filters): New function.
6964         * python/py-framefilter.c: New file.
6965         * python/lib/gdb/command/frame_filters.py: New file.
6966         * python/lib/gdb/frames.py: New file.
6967         * python/lib/gdb/__init__.py: Initialize global frame_filters
6968         dictionary
6969         * python/lib/gdb/FrameDecorator.py: New file.
6970         * python/lib/gdb/FrameIterator.py: New file.
6971         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6972         * mi/mi-cmds.h: Declare.
6973         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6974         --no-frame-filter logic, and Python frame filter logic.
6975         (stack_enable_frame_filters): New function.
6976         (parse_no_frame_option): Ditto.
6977         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6978         filter logic.
6979         (mi_cmd_stack_list_locals): Ditto.
6980         (mi_cmd_stack_list_args): Ditto.
6981         (mi_cmd_stack_list_variables): Ditto.
6982         * NEWS: Add frame filter note.
6983
6984 2013-05-09  Doug Evans  <dje@google.com>
6985
6986         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6987         All callers updated.
6988         (syms_from_objfile): Ditto.  Make static.
6989         (symbol_file_add_with_addrs): Renamed from
6990         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
6991         num_offsets.  All callers updated.
6992         * symfile.h (syms_from_objfile): Delete.
6993
6994         * symfile.c (decrement_reading_symtab): Add assert.
6995         (increment_reading_symtab): Ditto.
6996
6997 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
6998
6999         * source.c (forward_search_command): Replace call to getc
7000         by call to fgetc.
7001         (reverse_search_command): Likewise.
7002
7003 2013-05-08  Doug Evans  <dje@google.com>
7004
7005         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7006         matching test.
7007
7008 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7009
7010         * sol-thread.c (info_cb): Factorize the code a little.
7011
7012 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7013
7014         * sol-thread.c (info_cb): Rework the output of the "maintenance
7015         info sol-threads" command a bit.
7016
7017 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7018
7019         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7020         Replace ti.ti_startfunc by ti.ti_pc.
7021
7022 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7023
7024         * solib-aix.c (solib_aix_free_library_list): New function
7025         for the case where HAVE_LIBEXPAT is not defined.
7026
7027 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7028
7029         PR breakpoints/15413:
7030         * breakpoint.c (condition_completer): Simplify the code to
7031         disconsider multiple locations of breakpoints when completing the
7032         "condition" command.
7033
7034 2013-05-07  Pierre Muller  <muller@sourceware.org>
7035
7036         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7037         instead of <sys/wait.h>.
7038
7039 2013-05-07  Pierre Muller  <muller@sourceware.org>
7040
7041         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7042         trailing new line from warning message.
7043
7044 2013-05-07  Pierre Muller  <muller@sourceware.org>
7045
7046         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7047         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7048
7049 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7050
7051         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7052         error message (ARI fix).
7053
7054 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7055
7056         * features/library-list-aix.dtd: Replace library-list by
7057         library-list-aix.
7058         * rs6000-nat.c: Replace library-list by library-list-aix
7059         throughout.
7060         * solib-aix.c: Likewise.
7061
7062 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7063
7064         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7065         Renames TARGET_OBJECT_AIX_LIBRARIES.
7066         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7067         TARGET_OBJECT_LIBRARIES_AIX throughout.
7068         * solib-aix.c: Likwise.
7069
7070 2013-05-07  Yao Qi  <yao@codesourcery.com>
7071
7072         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7073         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7074
7075 2013-05-07  Yao Qi  <yao@codesourcery.com>
7076
7077         * solib-dsbt.c (enable_break): Declare.
7078         (dsbt_current_sos): Remove call to enable_break2.
7079         (enable_break2): Rename to enable_break.  Set solib breakpoint
7080         on '_dl_debug_state'.
7081         (enable_break): Remove.
7082
7083 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
7084
7085         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7086         debug state prior to replicating existing hardware watchpoints or
7087         breakpoints.
7088
7089 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7090
7091         * gcore.c (gcore_create_callback): Ignore sections with
7092         separate_debug_objfile_backlink != NULL.
7093
7094 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
7095             Andrew Jenner  <andrew@codesourcery.com>
7096             Chung-Lin Tang  <cltang@codesourcery.com>
7097             Julian Brown  <julian@codesourcery.com>
7098
7099         Based on the nios2-elf port from Altera Corporation.
7100
7101         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7102         nios2-linux-tdep.o.
7103         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7104         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7105         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7106         * nios2-tdep.h: New.
7107         * nios2-tdep.c: New.
7108         * nios2-linux-tdep.c: New.
7109         * features/Makefile (WHICH): Add nios2-linux.
7110         (nios2-linux-expedite): Set.
7111         * features/nios2-cpu.xml: New.
7112         * features/nios2.xml: New.
7113         * features/nios2-linux.xml: New.
7114         * features/nios2.c: New (autogenerated).
7115         * features/nios2-linux.c: New (autogenerated).
7116         * regformats/nios2-linux.dat: New (autogenerated).
7117         * NEWS (Changes since GDB 7.6): Add new Nios II targets
7118         and commands.
7119
7120 2013-05-06  Doug Evans  <dje@google.com>
7121
7122         * symfile.c: Whitespace cleanup.
7123
7124         * solist.h (struct target_so_ops): New member clear_so.
7125         * solib-svr4.c (svr4_clear_so): New function.
7126         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7127         * solib.c (clear_so): Renamed from free_so_symbols.
7128         All callers updated.  Call target clear_so if it exists.
7129
7130 2013-05-06  Tom Tromey  <tromey@redhat.com>
7131
7132         * ada-lang.c (ada_value_primitive_packed_val): Don't
7133         call value_incref.
7134         * value.c (set_value_parent): Incref the new parent and decref
7135         the old parent.
7136         (value_copy, value_primitive_field): Use set_value_parent.
7137
7138 2013-05-06  Tom Tromey  <tromey@redhat.com>
7139
7140         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7141         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7142         if needed.
7143         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7144         * dwarf2read.c (write_constant_as_bytes)
7145         (dwarf2_fetch_constant_bytes): New functions.
7146
7147 2013-05-06  Tom Tromey  <tromey@redhat.com>
7148
7149         * dwarf2read.c (dwarf2_const_value_data): Remove unused
7150         parameters.
7151         (dwarf2_const_value_attr): Update.
7152
7153 2013-05-06  Tom Tromey  <tromey@redhat.com>
7154
7155         * somread.c (som_symfile_offsets): Add 'const' to addrs.
7156         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7157         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7158         Remove declaration.
7159
7160 2013-05-06  Tom Tromey  <tromey@redhat.com>
7161
7162         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7163         objfile's obstack.
7164
7165 2013-05-06  Doug Evans  <dje@google.com>
7166
7167         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7168         * stabsread.h (process_one_symbol): Update declaration.
7169         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7170         * elfread.c (elf_symfile_relocate_probe): Ditto.
7171         * psymtab.c (relocate_psymtabs): Ditto.
7172         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7173         (objfile_relocate): Ditto.
7174         * objfiles.h (objfile_relocate): Update declaration.
7175         * symfile.c (relative_addr_info_to_section_offsets): Constify
7176         addrs parameter.
7177         (default_symfile_offsets): Ditto.
7178         (syms_from_objfile_1): Constify offsets parameter.
7179         (syms_from_objfile): Ditto.
7180         (symbol_file_add_with_addrs_or_offsets): Ditto.
7181         (symfile_map_offsets_to_segments): Constify data parameter.
7182         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7183         delta parameters of member relocate.
7184         (struct sym_probe_fns): Constify new_offsets,
7185         delta parameters of member sym_relocate_probe.
7186         (struct sym_fns): Constify section_addr_info parameter of member
7187         sym_offsets.
7188         (relative_addr_info_to_section_offsets): Update declaration.
7189         (default_symfile_offsets): Ditto.
7190         (syms_from_objfile): Ditto.
7191         (symfile_map_offsets_to_segments): Ditto.
7192
7193         * symfile.c (syms_from_objfile_1): Use correct section count when
7194         objfile->sf == NULL.
7195
7196 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
7197
7198         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7199
7200 2013-05-06  Doug Evans  <dje@google.com>
7201
7202         * psympriv.h (struct partial_symtab): Augment comment for member
7203         section_offsets.
7204
7205 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7206
7207         Reimplement shared library support on ppc-aix...
7208         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7209         * features/library-list-aix.dtd: New file.
7210         * solib-aix.h, solib-aix.c: New file.
7211         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7212         (rs6000_find_toc_address_hook): Delete.
7213         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7214         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7215         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
7216         "xml-utils.h".
7217         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7218         (vmap_symtab, fixup_breakpoints): Delete.
7219         (rs6000_xfer_shared_libraries): New function.
7220         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7221         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7222         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7223         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7224         (rs6000_xfer_shared_library): New function.
7225         (find_toc_address): Delete.
7226         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7227         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7228         * xcoffread.c (record_minimal_symbol): Reloate symbol address
7229         before creating minimal symbol.  Adjust function description
7230         accordingly.
7231         (scan_xcoff_symtab): Replace call to
7232         prim_record_minimal_symbol_and_info by call to
7233         record_minimal_symbol.
7234         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7235         around default_symfile_offsets.
7236         * configure.tgt: Add solib-aix.o to gdb_target_obs for
7237         powerpc-aix targets.
7238         * config/rs6000/nm-rs6000.h: Delete.
7239         * config/powerpc/aix.mh (NAT_FILE): Delete.
7240         (NATDEPFILES): Remove xcoffsolib.o.
7241         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7242         (ALL_TARGET_OBS): Add solib-aix.o.
7243         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7244         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
7245         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
7246         * xcoffsolib.h, xcoffsolib.c: Delete.
7247
7248         * solib.c (reload_shared_libraries): Remove reference to
7249         SOLIB_CREATE_INFERIOR_HOOK.
7250         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7251         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7252         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7253         comment.
7254         * corelow.c (deprecated_core_resize_section_table): Delete.
7255         * exec.c: Remove include of xcoffsolib.h".
7256         (map_vmap, vmap): Delete.
7257         (exec_close_1): Remove references to vmap.
7258         (exec_file_attach): Remove vmap handling code, and reference
7259         to DEPRECATED_IBM6000_TARGET.
7260         (bfdsec_to_vmap): Delete.
7261         (exec_files_info): Remove block of code handling VMAP.
7262         * infcmd.c (post_create_inferior): Remove reference to
7263         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7264         * infrun.c (follow_exec): Remove reference to
7265         SOLIB_CREATE_INFERIOR_HOOK.
7266         * stack.c (print_frame): Remove reference to PC_SOLIB.
7267         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7268         (dsbt_relocate_main_executable): Likewise.
7269         * solib-frv.c (frv_current_sos): Likewise.
7270
7271 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7272
7273         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7274         to target_write_memory and target_read_memory.
7275
7276 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7277
7278         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7279         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7280
7281 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7282
7283         * darwin-nat.c: Replace all "%x" instances in format strings
7284         into "0x%x" throughout.
7285
7286 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7287
7288         * darwin-nat.c (darwin_mourn_inferior): Replace call to
7289         gdb_assert by call to MACH_CHECK_ERROR.
7290         (darwin_attach_pid): Raise an error rather than a failed
7291         assertion when various system calls failed.  Report a warning
7292         instead of raising a failed assertion when PREV_NOT is not NULL
7293         after call to mach_port_request_notification.
7294         (darwin_ptrace_me): Raise an error rather than a failed
7295         assertion when read returns nonzero.
7296
7297 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7298
7299         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7300
7301 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7302
7303         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7304
7305 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7306
7307         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7308         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7309         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
7310         a stale cleanup.  Fix double free of NAME.
7311
7312 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
7313
7314         * windows-nat.c (windows_delete_thread): Accept an additional
7315         argument, the thread's exit code, and announce thread death when
7316         print_thread_events is non-zero and we are deleting a thread that
7317         is not the main thread.
7318         (get_windows_debug_event): Pass thread exit code to
7319         windows_delete_thread.
7320
7321 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7322
7323         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7324         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7325         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7326         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7327         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7328         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7329         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7330         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7331         (gdbarch_tdep): New struct.
7332         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7333         E_NUM_REGS.
7334         (v850e3v5_register_name): New function.
7335         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7336         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
7337         code handling the struct return conventions for the RH850 ABI.
7338         Update all callers.
7339         (v850_eight_byte_align_p): New function.
7340         (v850_push_call_dummy): Push structs by value, not by reference
7341         for the RH850 ABI.  Add support for eight byte alignment.
7342         (v850_dbtrap_breakpoint_from_pc): New function.
7343         (v850_gdbarch_init): Add ABI detection code.  Register
7344         v850e3v5_register_name for the v850e3v5 architecture.  Set the
7345         number of registers for v850e3v5.  Register
7346         v850_dbtrap_breakpoint_from_pc as appropriate.
7347         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7348
7349 2013-05-03  Doug Evans  <dje@google.com>
7350
7351         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7352         of bfd_count_sections.
7353         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7354         * symfile.c (default_symfile_offsets): Ditto.
7355         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
7356         one entry, not bfd_count_sections entries.
7357
7358 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7359
7360         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7361         `save' and `restore' register groups.  Don't include SPL
7362         or SPH in these groups.
7363         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
7364         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
7365         RL78_ES_REGNUM, and RL78_CS_REGNUM.
7366         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
7367         dwarf2_append_unwinders().
7368
7369 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7370
7371         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7372         ignore SIGINT and SIGTRAP in case these internal signals are
7373         caught explicitely.
7374
7375 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7376
7377         * darwin-nat.c (darwin_read_write_inferior): Change types
7378         of parameters rdaddr and wraddr to "gdb_byte *". Change type
7379         of copy_count to "mach_msg_type_number_t".
7380         (darwin_read_dyld_info): Change type of parameter
7381         rdaddr to "gdb_byte *".
7382
7383 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7384
7385         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7386         of &info->load_map from "char *" to "gdb_byte *".
7387
7388 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7389
7390         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7391         from "char *" to "gdb_byte *".
7392         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7393
7394 2013-04-30  Doug Evans  <dje@google.com>
7395
7396         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7397         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7398         DWO stub.  If DWO isn't found, just use stub.
7399         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7400
7401         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7402         calling init_cutu_and_read_dies.
7403
7404 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7405
7406         * target-descriptions.c (maint_print_c_tdesc_cmd):
7407         Add case to parse structures as register types and
7408         bitfields.
7409
7410 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7411
7412         * MAINTAINERS (Write After Approval): Add myself to the list.
7413
7414 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7415
7416         * sol-thread.c (rw_common): Change type of parameter "buf"
7417         to "gdb_byte *".
7418         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7419         rw_common to "gdb_byte *" instead of "char *".
7420
7421 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7422
7423         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7424         of local variable msym to const struct bound_minimal_symbol.
7425         Adjust use accordingly.
7426         [ti.ti_state == TD_THR_SLEEP]: Likewise.
7427
7428 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
7429
7430         * i386gnu-nat.c (CREG_OFFSET): New macro.
7431         (creg_offset): New array.
7432         (CREG_ADDR): Use creg_offset instead of reg_offset.
7433
7434 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7435
7436         * mep-tdep.c (mep_write_pc): Delete.
7437         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7438         Add call to set_gdbarch_pc_regnum.
7439
7440 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7441
7442         * common/filestuff.c: Replace #include <dirent.h> by
7443         #include "gdb_dirent.h".
7444
7445 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7446
7447         * common/filestuff.c: Replace #include <sys/stat.h> by
7448         #include "gdb_stat.h".
7449
7450 2013-04-29  Pierre Muller  <muller@sourceware.org>
7451
7452         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7453         editCase function rule.
7454         (get_DW_AT_signature_type): Likewise.
7455
7456 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7457
7458         * m32r-tdep.c (m32r_write_pc): Delete.
7459         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7460         Add call to set_gdbarch_pc_regnum.
7461
7462 2013-04-29  Pierre Muller  <muller@sourceware.org>
7463
7464         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7465
7466 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7467
7468         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7469
7470 2013-04-28  Yao Qi  <yao@codesourcery.com>
7471
7472         * solib-dsbt.c (fetch_loadmap): Re-indent.
7473         (displacement_from_map, enable_break2): Likewise.
7474         (dsbt_relocate_section_addresses): Likewise.
7475
7476 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
7477
7478         GDB 7.6 released.
7479
7480 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
7481
7482         PR corefiles/14983:
7483         * dwarf2read.c (process_full_comp_unit): Always create a static
7484         block.
7485
7486 2013-04-25  Hui Zhu  <hui@codesourcery.com>
7487
7488         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7489         to loc->cmd_bytecode.
7490
7491 2013-04-24  Doug Evans  <dje@google.com>
7492
7493         * dwarf2read.c (setup_type_unit_groups): Fix comment.
7494
7495 2013-04-22  Keith Seitz  <keiths@redhat.com>
7496
7497         * tracepoint.c (trace_save):  Call the writer's start method.
7498
7499 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
7500
7501         PR gdb/10462
7502         * cli/cli-decode.c (lookup_command): Show an error if there is no space
7503         before argument.
7504
7505 2013-04-23  Tom Tromey  <tromey@redhat.com>
7506
7507         * common/filestuff.c: Check USE_WIN32API before including
7508         sys/socket.h.
7509         (HAVE_F_GETFD): New define.
7510         (mark_cloexec): Check HAVE_F_GETFD.
7511         (gdb_open_cloexec): Change 'mode' to unsigned long.
7512         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7513         (gdb_pipe_cloexec): Check HAVE_PIPE.
7514         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7515         long.
7516
7517 2013-04-23  Hui Zhu  <hui@codesourcery.com>
7518
7519         PR gdb/15293
7520         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7521
7522 2013-04-23  Hui Zhu  <hui@codesourcery.com>
7523
7524         PR gdb/15165
7525         * breakpoint.c (dprintf_print_recreate): New.
7526         (save_breakpoints): Let it not save dprintf commands.
7527         (initialize_breakpoint_ops): Set dprintf_print_recreate.
7528
7529 2013-04-22  Tom Tromey  <tromey@redhat.com>
7530
7531         PR gdb/7912:
7532         * Makefile.in (SFILES): Add filestuff.c
7533         (COMMON_OBS): Add filestuff.o.
7534         (filestuff.o): New target.
7535         * auto-load.c (auto_load_objfile_script_1): Use
7536         gdb_fopen_cloexec.
7537         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7538         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7539         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7540         * common/agent.c (gdb_connect_sync_socket): Use
7541         gdb_socket_cloexec.
7542         * common/filestuff.c: New file.
7543         * common/filestuff.h: New file.
7544         * common/linux-osdata.c (linux_common_core_of_thread)
7545         (command_from_pid, commandline_from_pid, print_source_lines)
7546         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7547         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7548         gdb_fopen_cloexec.
7549         * common/linux-procfs.c (linux_proc_get_int)
7550         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7551         * config.in, configure: Rebuild.
7552         * configure.ac: Don't check for sys/socket.h.  Check for
7553         fdwalk, pipe2.
7554         * corelow.c (core_open): Use gdb_open_cloexec.
7555         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7556         * fork-child.c (fork_inferior): Call close_most_fds.
7557         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7558         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7559         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7560         Use gdb_fopen_cloexec.
7561         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7562         gdb_open_cloexec.
7563         (linux_async_pipe): Use gdb_pipe_cloexec.
7564         * remote-fileio.c (remote_fileio_func_open): Use
7565         gdb_open_cloexec.
7566         * remote.c (remote_file_put, remote_file_get): Use
7567         gdb_fopen_cloexec.
7568         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7569         close_most_fds.
7570         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7571         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7572         * solib.c (solib_find): Use gdb_open_cloexec.
7573         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7574         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7575         (tfile_open): Use gdb_open_cloexec.
7576         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7577         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7578         * xml-support.c (xml_fetch_content_from_file): Use
7579         gdb_fopen_cloexec.
7580         * main.c (captured_main): Call notice_open_fds.
7581
7582 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7583
7584         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7585         'char *' to 'gdb_byte *'.
7586         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7587         'gdb_byte'.
7588
7589 2013-04-22  Yao Qi  <yao@codesourcery.com>
7590
7591         * infrun.c: Fix typo in comment.
7592
7593 2013-04-22  Andrew Haley  <aph@redhat.com>
7594
7595         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7596         instead of "long".
7597
7598 2013-04-20  Yao Qi  <yao@codesourcery.com>
7599
7600         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7601         'char *' to 'gdb_byte *'.  Cast the return value of
7602         'bt_ctf_get_char_array' to 'gdb_byte *'.
7603
7604 2013-04-19  Pedro Alves  <palves@redhat.com>
7605
7606         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7607         -Wpointer-sign.
7608         * configure: Regenerate.
7609
7610 2013-04-19  Pedro Alves  <palves@redhat.com>
7611
7612         * ser-tcp.c (net_read_prim): Cast second argument to recv to
7613         'void *'.
7614
7615 2013-04-19  Pedro Alves  <palves@redhat.com>
7616
7617         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7618         Change type of 'myaddr' parameter to gdb_byte pointer.
7619         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
7620         to 'long long' pointer instead of to 'unsigned long long'.
7621         (monitor_write_memory_block, monitor_read_memory_single)
7622         (monitor_read_memory): Change type of 'myaddr' parameter to
7623         gdb_byte pointer.
7624
7625 2013-04-19  Pedro Alves  <palves@redhat.com>
7626
7627         * record.c (validate_history_size): Make parameter 'setting'
7628         unsigned.
7629
7630 2013-04-19  Pedro Alves  <palves@redhat.com>
7631
7632         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7633         to 'gdb_byte *'.
7634
7635 2013-04-19  Pedro Alves  <palves@redhat.com>
7636
7637         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7638         local to int.
7639
7640 2013-04-19  Pedro Alves  <palves@redhat.com>
7641
7642         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7643         * ada-tasks.c (read_fat_string_value): Likewise.
7644
7645 2013-04-19  Pedro Alves  <palves@redhat.com>
7646
7647         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7648         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
7649         'offset', and adjust.
7650
7651 2013-04-19  Pedro Alves  <palves@redhat.com>
7652
7653         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7654         (read_index_from_section): Add cast to 'char *'.
7655
7656 2013-04-19  Pedro Alves  <palves@redhat.com>
7657
7658         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7659
7660 2013-04-19  Pedro Alves  <palves@redhat.com>
7661
7662         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7663
7664 2013-04-19  Pedro Alves  <palves@redhat.com>
7665
7666         * record-full.c (record_full_get_bookmark): Change local 'ret'
7667         type to char * and add cast to gdb_byte *.
7668         (record_full_goto_bookmark): Handle 'bookmark' argument as a
7669         string.
7670         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7671
7672 2013-04-19  Pedro Alves  <palves@redhat.com>
7673
7674         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7675         * python/py-prettyprint.c (print_string_repr): Change type of
7676         'output' local to char *.  Add cast to gdb_byte * in
7677         LA_PRINT_STRING call.
7678         (print_children): Change type of 'output' local to char *.
7679         * python/py-value.c (valpy_string): Add cast to const char * in
7680         PyUnicode_Decode call.
7681
7682 2013-04-19  Pedro Alves  <palves@redhat.com>
7683
7684         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7685         and change its type to 'const char *'.  Adjust.
7686         (mips_send_packet): Add cast to 'char *', and remove cast to
7687         'unsigned char *'.
7688         (mips_receive_packet): Remove cast to 'unsigned char *'.
7689         (mips_load_srec): Use bfd_byte.
7690         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7691         (pmon_checkset): Make 'value' parameter unsigned.
7692
7693 2013-04-19  Pedro Alves  <palves@redhat.com>
7694
7695         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
7696
7697 2013-04-19  Pedro Alves  <palves@redhat.com>
7698
7699         * remote.c (remote_write_bytes_aux, compare_sections_command)
7700         (remote_read_qxfer)
7701         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
7702         (remote_hostio_readlink, remote_bfd_iovec_pread)
7703         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
7704         binary buffer, and char when buffer is used as string.
7705         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
7706         (trace_save, tfile_open, traceframe_walk_blocks)
7707         (tfile_fetch_registers): Likewise.
7708
7709 2013-04-19  Pedro Alves  <palves@redhat.com>
7710
7711         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
7712         buffer and size_t size.  Adjust.
7713         * ser-base.h (ser_base_write): Adjust.
7714         * ser-go32.c (cnts): Change type to size_t.
7715         (dos_write): Change prototype -- take 'void *'
7716         buffer and size_t size.  Adjust.
7717         (dos_info): Print elements of 'cnts' as unsigned long.
7718         * serial.c (serial_write): Likewise.
7719         * serial.h (serial_write): Adjust.
7720         (struct serial_ops) <write>: Change prototype -- take 'void *'
7721         buffer and size_t size.  Adjust.
7722
7723 2013-04-19  Pedro Alves  <palves@redhat.com>
7724
7725         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
7726         gdb_byte *.
7727         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
7728
7729 2013-04-19  Pedro Alves  <palves@redhat.com>
7730
7731         * alpha-tdep.c (alpha_extract_return_value): Use
7732         regcache_cooked_read_unsigned to read 'v0'.
7733
7734 2013-04-19  Pedro Alves  <palves@redhat.com>
7735
7736         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
7737         parameters 'at', 'as' and 'offset' to uint32_t.
7738
7739 2013-04-19  Pedro Alves  <palves@redhat.com>
7740
7741         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
7742         'is64' to signed 'int'.
7743
7744 2013-04-19  Pedro Alves  <palves@redhat.com>
7745
7746         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
7747         parameter to int *.
7748
7749 2013-04-19  Pedro Alves  <palves@redhat.com>
7750
7751         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
7752         'insnbuf' buffer type to unsigned int[].
7753
7754 2013-04-19  Pedro Alves  <palves@redhat.com>
7755
7756         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
7757
7758 2013-04-19  Pedro Alves  <palves@redhat.com>
7759
7760         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
7761         unsigned long *.
7762
7763 2013-04-19  Pedro Alves  <palves@redhat.com>
7764
7765         * alpha-tdep.c (heuristic_fence_post): Change type to int.
7766         (alpha_heuristic_proc_start): Adjust to check -1 instead of
7767         UINT_MAX.
7768         * mips-tdep.c (heuristic_fence_post): Change type to int.
7769         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
7770
7771 2013-04-19  Pedro Alves  <palves@redhat.com>
7772
7773         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
7774         (struct gdbarch_tdep) <cris_version>: Make unsigned.
7775         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
7776
7777 2013-04-19  Pedro Alves  <palves@redhat.com>
7778
7779         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
7780         it to get a string view of the byte buffer.
7781         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
7782         type to gdb_byte *.  Adjust.
7783         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
7784         Change local to char *.
7785         * solib-darwin.c (find_program_interpreter): Change return type to
7786         char *.  Adjust.
7787         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7788         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7789         * solib-frv.c (enable_break2): Change local 'buf' to char *.
7790         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7791         * solib-svr4.c (find_program_interpreter): Change return type to
7792         char *.  Adjust.
7793         (enable_break): Change local 'interp_name' to char *.
7794         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7795         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7796         (spu_pseudo_register_write_spu): Use char for string buffer.
7797         Adjust.
7798         (info_spu_event_command, info_spu_signal_command): Add casts to
7799         'char *'.
7800
7801 2013-04-19  Pedro Alves  <palves@redhat.com>
7802
7803         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7804         gdb_byte[].
7805         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7806         * ada-lang.c (ada_value_assign): Use gdb_byte.
7807         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7808         (alphanbsd_sigtramp_offset): Use gdb_byte.
7809         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7810         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7811         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7812         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7813         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7814         * arm-tdep.c (arm_stub_unwind_sniffer)
7815         (arm_displaced_init_closure): Use gdb_byte.
7816         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7817         (arm_default_thumb_le_breakpoint)
7818         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7819         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7820         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7821         * arm-wince-tdep.c (arm_wince_le_breakpoint)
7822         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7823         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7824         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7825         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7826         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7827         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7828         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7829         (cris_store_return_value, cris_extract_return_value): Use
7830         gdb_byte.
7831         (constraint): Change type of parameter to char * from signed
7832         char*.  Use gdb_byte.
7833         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7834         of local buffer to gdb_byte *.
7835         * dwarf2read.c (read_index_from_section): Use gdb_byte.
7836         (create_dwp_hash_table): Change type of locals to gdb_byte *.
7837         (add_address_entry): Change type of local buffer to gdb_byte[].
7838         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7839         (frv_push_dummy_call): Use gdb_byte.
7840         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7841         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7842         (hppa_hpux_supply_save_state): Use gdb_byte.
7843         * hppa-tdep.c (hppa32_push_dummy_call)
7844         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7845         * ia64-tdep.c (extract_bit_field, replace_bit_field)
7846         (slotN_contents, replace_slotN_contents): Change type of parameter
7847         to gdb_byte *.
7848         (fetch_instruction, ia64_pseudo_register_write)
7849         (ia64_register_to_value, ia64_value_to_register)
7850         (ia64_extract_return_value, ia64_store_return_value)
7851         (ia64_push_dummy_call): Use gdb_byte.
7852         * m32c-tdep.c (m32c_return_value): Remove cast.
7853         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7854         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7855         gdb_byte.
7856         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7857         * mn10300-tdep.c (mn10300_store_return_value)
7858         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7859         gdb_byte.
7860         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7861         (moxie_process_record): Remove casts.
7862         * ppc-ravenscar-thread.c (supply_register_at_address)
7863         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7864         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7865         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7866         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7867         * remote.c (compare_sections_command): Use gdb_byte.
7868         * score-tdep.c (score7_free_memblock): Change type of parameter to
7869         gdb_byte *.
7870         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7871         gdb_byte *.  Use gdb_byte.
7872         (sh_push_dummy_call_fpu): Use gdb_byte.
7873         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7874         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7875         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7876         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
7877         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7878         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7879         (sh64_store_return_value, sh64_register_convert_to_virtual):
7880         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
7881         (sh64_pseudo_register_write): Use gdb_byte.
7882         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7883         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
7884         buffer.
7885         (irix_current_sos): Use gdb_byte.
7886         * solib-som.c (som_current_sos): Use gdb_byte.
7887         * sparc-ravenscar-thread.c (supply_register_at_address)
7888         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7889         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7890         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7891         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7892         'gdb_byte *'.
7893         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7894         'gdb_byte *'.
7895         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7896         * xstormy16-tdep.c (xstormy16_extract_return_value)
7897         (xstormy16_store_return_value): Change parameter type to
7898         'gdb_byte *'.  Adjust.
7899         (xstormy16_push_dummy_call): Use gdb_byte.
7900         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7901         (call0_analyze_prologue, execute_code): Use gdb_byte.
7902
7903 2013-04-19  Vladimir Kargov <kargov@gmail.com>
7904             Pedro Alves  <palves@redhat.com>
7905
7906         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7907         value contents.
7908
7909 2013-04-17  Doug Evans  <dje@google.com>
7910
7911         * dwarf2read.c (struct signatured_type): New member type.
7912         (struct attribute): Replace member signatured_type with signature.
7913         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7914         (read_call_site_scope): Call follow_die_ref instead of
7915         follow_die_ref_or_sig.
7916         (read_structure_type): Rewrite handling of signatured types.
7917         (read_enumeration_type): Ditto.
7918         (read_attribute_value): Update.
7919         (build_error_marker_type): New function.
7920         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
7921         Don't call error for bad types, just build an error marker type.
7922         (dump_die_shallow): Update.
7923         (follow_die_sig_1): Renamed from follow_die_sig.
7924         Don't call error for bad types, instead return NULL.
7925         (follow_die_sig): New function.
7926         (get_signatured_type, get_DW_AT_signature_type): New functions.
7927
7928 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
7929
7930         * aarch64-tdep.c (aarch64_write_pc): Removed.
7931         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
7932         function.
7933
7934 2013-04-17  Yao Qi  <yao@codesourcery.com>
7935
7936         * top.c (print_gdb_configuration): Print configure-time
7937         parameter on using libbabeltrace or not.
7938
7939 2013-04-16  Pedro Alves  <palves@redhat.com>
7940
7941         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
7942
7943 2013-04-16  Pedro Alves  <palves@redhat.com>
7944
7945         * common/glibc_thread_db.h: Update from upstream glibc
7946         (git 568035b7874a099087b77f7bba3e36a1173787b0).
7947
7948 2013-04-16  Pedro Alves  <palves@redhat.com>
7949
7950         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
7951         * common/glibc_thread_db.h: ... this new file ...
7952         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
7953
7954 2013-04-16  Will Newton  <will.newton@gmail.com>
7955             Pedro Alves  <palves@redhat.com>
7956
7957         PR build/11881
7958
7959         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
7960         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
7961         HAVE_THREAD_DB_H.
7962
7963 2013-04-16  Pedro Alves  <palves@redhat.com>
7964             Eli Zaretskii  <eliz@gnu.org>
7965
7966         * NEWS: Mention "set foo unlimited".
7967
7968 2013-04-15  Doug Evans  <dje@google.com>
7969
7970         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
7971         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7972         (create_dwo_cu_reader): Renamed from
7973         create_dwo_debug_info_hash_table_reader.
7974         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7975         Remove support for multiple CUs in a DWO file.
7976         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7977
7978         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7979         instead of phex.
7980         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7981         (create_dwo_in_dwp): Ditto.
7982
7983 2013-04-15  Tom Tromey  <tromey@redhat.com>
7984
7985         * NEWS: Move recent entries into "since 7.6" section.
7986
7987 2013-04-15  Tom Tromey  <tromey@redhat.com>
7988
7989         PR c++/13588:
7990         * NEWS: Update.
7991         * break-catch-throw.c (struct exception_catchpoint)
7992         <exception_rx, pattern>: New fields.
7993         (fetch_probe_arguments, dtor_exception_catchpoint)
7994         (check_status_exception_catchpoint)
7995         (print_one_detail_exception_catchpoint): New functions.
7996         (handle_gnu_v3_exceptions): Add "except_rx" argument.
7997         Compile regular expression if needed.
7998         (extract_exception_regexp): New function.
7999         (catch_exception_command_1): Use extract_exception_regexp.
8000         (compute_exception): Use fetch_probe_arguments.
8001         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8002         and check_status fields.
8003         * cp-abi.c (cplus_typename_from_type_info): New function.
8004         * cp-abi.h (cplus_typename_from_type_info): Declare.
8005         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8006         * gdb_regex.h (compile_rx_or_error): Declare.
8007         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8008         comment.
8009         (init_gnuv3_ops): Set get_type_from_type_info field.
8010         * probe.c (compile_rx_or_error): Move...
8011         * utils.c (compile_rx_or_error): ... here.
8012
8013 2013-04-15  Tom Tromey  <tromey@redhat.com>
8014
8015         PR c++/15176:
8016         * NEWS: Update.
8017         * break-catch-throw.c (compute_exception): New function.
8018         (exception_funcs): New global.
8019         (_initialize_break_catch_throw): Create $_exception.
8020         * cp-abi.c (cplus_type_from_type_info): New function.
8021         * cp-abi.h (cplus_type_from_type_info): Declare.
8022         (struct cp_abi_ops) <get_type_from_type_info>: New field.
8023         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8024         (gnuv3_get_type_from_type_info): New functions.
8025         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8026
8027 2013-04-15  Tom Tromey  <tromey@redhat.com>
8028
8029         * break-catch-throw.c (struct exception_names): New.
8030         (exception_functions): Change type.
8031         (re_set_exception_catchpoint): Look for SDT probes.
8032
8033 2013-04-15  Tom Tromey  <tromey@redhat.com>
8034
8035         PR c++/10119:
8036         * break-catch-throw.c (exception_functions): New global.
8037         (gnu_v3_exception_catchpoint_ops): Move earlier.
8038         (struct exception_catchpoint): New.
8039         (classify_exception_breakpoint): Rewrite.
8040         (re_set_exception_catchpoint): New function.
8041         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
8042         Allocate a struct exception_catchpoint.
8043         (catch_exception_command_1): Update.
8044         (initialize_throw_catchpoint_ops): Set 're_set' method.
8045
8046 2013-04-15  Tom Tromey  <tromey@redhat.com>
8047
8048         * Makefile.in (SFILES): Add break-catch-throw.c
8049         (COMMON_OBS): Add break-catch-throw.o.
8050         * break-catch-throw.c: New file.
8051         * breakpoint.c: Move exception-catching code to new file.
8052         (ep_parse_optional_if_clause): No longer static.
8053         * breakpoint.h (ep_parse_optional_if_clause): Declare.
8054
8055 2013-04-15  Tom Tromey  <tromey@redhat.com>
8056
8057         PR c++/9065:
8058         * NEWS: Update.
8059         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8060         * c-exp.y (TYPEID): New token.
8061         (exp): Add new TYPEID productions.
8062         (ident_tokens): Add "typeid".
8063         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8064         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8065         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8066         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8067         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8068         case.
8069         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8070         (build_std_type_info_type, gnuv3_get_typeid_type)
8071         (gnuv3_get_typeid): New functions.
8072         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
8073         new fields on ABI object.
8074         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8075         * std-operator.def (OP_TYPEID): New.
8076
8077 2013-04-15  Tom Tromey  <tromey@redhat.com>
8078
8079         * elfread.c (elf_symtab_read): Install versioned symbol under
8080         unversioned name as well.
8081
8082 2013-04-15  Tom Tromey  <tromey@redhat.com>
8083
8084         PR c++/11990:
8085         * c-lang.c (cplus_language_defn): Use gdb_demangle.
8086         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8087         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8088         (gdb_demangle): New function.
8089         * cp-support.h (gdb_demangle): Declare.
8090         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8091         (dwarf2_name): Use gdb_demangle.
8092         * gdbtypes.c (check_stub_method): Use gdb_demangle.
8093         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8094         suffixes from name.
8095         (gnuv3_print_method_ptr): Use gdb_demangle.
8096         * jv-lang.c (java_demangle): Use gdb_demangle.
8097         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8098         * language.c (unk_lang_demangle): Use gdb_demangle.
8099         * symtab.c (symbol_find_demangled_name)
8100         (demangle_for_lookup): Use gdb_demangle.
8101
8102 2013-04-15  Tom Tromey  <tromey@redhat.com>
8103
8104         PR c++/12824:
8105         * NEWS: Update.
8106         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8107         New constant.
8108         (classify_exception_breakpoint): New function.
8109         (print_it_exception_catchpoint, print_one_exception_catchpoint)
8110         (print_mention_exception_catchpoint)
8111         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8112         (catch_exception_command_1): Handle "rethrow" catchpoint.
8113         (catch_rethrow_command): New function.
8114         (_initialize_breakpoint): Add "catch rethrow" command.
8115
8116 2013-04-15  Pierre Muller  <muller@sourceware.org>
8117
8118         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8119         set_gdbarch_write_pc as deprecated anymore.
8120
8121 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
8122
8123         * spu-tdep.c (spu_write_pc): Add empty line after local variable
8124         declarations.
8125
8126 2013-04-13  Yao Qi  <yao@codesourcery.com>
8127
8128         * ctf.c (_initialize_ctf): Include "completer.h".
8129         Call add_target_with_completer instead of add_target.
8130
8131 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8132
8133         Fix GDB regression related to PR binutils/14813.
8134         * jit.c (mem_bfd_iovec_close): Return 0 for success.
8135         * minidebug.c (lzma_close): Add return value comment.
8136         * remote.c (remote_bfd_iovec_close): Return 0 for success.
8137         * solib-spu.c (spu_bfd_iovec_close): Likewise.
8138         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8139
8140 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8141
8142         * config.in: Regenerate.
8143
8144 2013-04-12  Tom Tromey  <tromey@redhat.com>
8145
8146         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8147         const.
8148         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8149         (struct die_reader_specs) <buffer>: Likewise.
8150         (die_reader_func_ftype): Make 'info_ptr' const.
8151         (struct line_header) <include_dirs, statement_program_start,
8152         statement_program_end>: Now const.
8153         (struct file_entry) <name>: Likewise.
8154         (struct partial_die_info) <sibling>: Likewise.
8155         (struct dwarf_block) <data>: Likewise.
8156         (dwarf2_read_section): Remove cast.
8157         (dwarf2_get_section_info): Make 'bufp' const.
8158         (read_index_from_section): Constify.
8159         (dw2_get_file_names_reader): Make 'info_ptr' const.
8160         (dw2_get_primary_filename_reader): Likewise.
8161         (read_comp_unit_head): Make 'info_ptr' and return type const.
8162         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8163         Likewise.
8164         (read_abbrev_offset): Constify.
8165         (dwarf2_create_include_psymtab): Make 'name' const.
8166         (create_debug_types_hash_table): Update.
8167         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8168         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8169         Constify.
8170         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8171         (load_partial_comp_unit_reader): Make 'info_ptr' const.
8172         (read_comp_units_from_section): Constify.
8173         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8174         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8175         const.
8176         (dwarf2_compute_name, setup_type_unit_groups): Constify.
8177         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8178         (create_dwp_hash_table, dwarf2_ranges_read)
8179         (dwarf2_record_block_ranges): Constify.
8180         (read_die_and_children, read_die_and_siblings_1)
8181         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8182         const.
8183         (read_full_die_1, read_full_die): Make 'info_ptr' const.
8184         (abbrev_table_read_table): Constify.
8185         (load_partial_dies): Make 'info_ptr' const.
8186         (read_partial_die, read_attribute_value, read_attribute): Make
8187         'info_ptr' and return type const.
8188         (read_address, read_initial_length)
8189         (read_checked_initial_length_and_offset, read_offset)
8190         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8191         const.
8192         (read_direct_string): Make 'buf' and return type const.
8193         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8194         (read_indirect_string): Make return type const.
8195         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8196         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8197         'info_ptr' const.
8198         (read_str_index): Make return type const.
8199         (add_include_dir): Make 'include_dir' const.
8200         (add_file_name): Make 'name' const.
8201         (dwarf_decode_line_header): Constify.
8202         (psymtab_include_file_name): Make return type const.
8203         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8204         (dwarf2_start_subfile): Make 'filename' const.
8205         (dwarf2_const_value_attr): Make 'bytes' const.
8206         (read_signatured_type_reader): Make 'info_ptr' const.
8207         (decode_locdesc): Constify.
8208         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8209         const.
8210         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8211         'mac_end', and return type const.
8212         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8213         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8214         type const.
8215         (per_cu_header_read_in): Constify.
8216         * symfile.h (dwarf2_get_section_info): Update.
8217
8218 2013-04-12  Tom Tromey  <tromey@redhat.com>
8219
8220         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8221
8222 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
8223
8224         * NEWS: Mention "show configuration", --configuration.
8225         * top.c (print_gdb_configuration): New function, displays the
8226         details about GDB configure-time parameters.
8227         (print_gdb_version): Mention "show configuration".
8228         * cli/cli-cmds.c (show_configuration): New function.
8229         (_initialize_cli_cmds): Add the "show configuration" command.
8230         * main.c (captured_main) <print_configuration>: New static var.
8231         <long_options>: Use it.
8232         If --configuration was given, call print_gdb_configuration.
8233
8234 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8235             Pedro Alves  <palves@redhat.com>
8236
8237         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8238         (generated_files): Add gcore.
8239         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8240         HAVE_NATIVE_GCORE_HOST.
8241         (gcore): New.
8242         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8243         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8244         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8245         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8246         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8247         Add HAVE_NATIVE_GCORE_HOST.
8248         * configure: Regenerate.
8249         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8250         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
8251         AC_CONFIG_FILES for gcore.
8252         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
8253         gdb_have_gcore.
8254         * gdb_gcore.sh: Rename to ...
8255         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
8256         and GCORE_TRANSFORM_NAME substitutions.
8257
8258         Fix parsing tabs in ${gdb_target_obs}.
8259         * configure.tgt (gdb_have_gcore): Replace case with for and if.
8260
8261 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8262
8263         * remote.c (unpush_and_perror): Add output message final dot.
8264
8265 2013-04-11  Yao Qi  <yao@codesourcery.com>
8266
8267         * tracepoint.c (tfile_interp_line): Fit parameters line and
8268         utpp in one line.
8269
8270 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
8271
8272         * solib.c (solib_map_sections): Remove code overwriting
8273         SO->SO_NAME with the bfd's filename.
8274
8275 2013-04-10  Pedro Alves  <palves@redhat.com>
8276
8277         * cli/cli-decode.c (integer_unlimited_completer): New function.
8278         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8279         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8280         completer.
8281         * cli/cli-setshow.c: Include "cli/cli-utils.h".
8282         (is_unlimited_literal): New function.
8283         (do_set_command): Handle literal "unlimited" arguments.
8284         * frame.c (_initialize_frame) <set backtrace limit>: Document
8285         "unlimited".
8286         * printcmd.c (_initialize_printcmd) <set print
8287         max-symbolic-offset>: Add help text.
8288         * record-full.c (_initialize_record_full) <set record full
8289         insn-number-max>: Likewise.
8290         * record.c (_initialize_record) <set record
8291         instruction-history-size, set record function-call-history-size>:
8292         Add help text.
8293         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8294         help text.
8295         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8296         Likewise.
8297         * source.c (_initialize_source) <set listsize>: Add help text.
8298         * utils.c (initialize_utils) <set height, set width>: Likewise.
8299         <set pagination>: Mention "set height unlimited".
8300         * valprint.c (_initialize_valprint) <set print elements, set print
8301         repeats>: Document "unlimited".
8302
8303 2013-04-10  Pedro Alves  <palves@redhat.com>
8304
8305         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8306         instead of disconnect_tracing.
8307         * infcmd.c (detach_command, disconnect_command): Call
8308         query_if_trace_running.  Adjust.
8309         * top.c: Include "tracepoint.h".
8310         (quit_target): Delete.  Contents moved ...
8311         (quit_force): ... here.  Wrap each stage of teardown in
8312         TRY_CATCH.  Call disconnect_tracing before detaching.
8313
8314 2013-04-10  Hui Zhu  <hui@codesourcery.com>
8315             Yao Qi  <yao@codesourcery.com>
8316
8317         * configure.ac: Check libbabeltrace is installed.
8318         * config.in: Regenerate.
8319         * configure: Regenerate.
8320         * Makefile.in (LIBBABELTRACE): New.
8321         (CLIBS): Add LIBBABELTRACE.
8322         * ctf.c: Include "exec.h".
8323         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8324         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8325         (ctf_save_metadata_header): Define new type aliases in
8326         metadata.
8327         (ctf_write_header): Define event type "tsv_def" and "tp_def"
8328         in metadata.  Start a new faked packet for trace status.
8329         (ctf_write_status): Write trace status to CTF.
8330         (ctf_write_uploaded_tsv): Write TSV to CTF.
8331         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8332         (ctf_write_definition_end): End the faked packet.
8333
8334         (ctx, ctf_iter, trace_dirname): New.
8335         (start_pos): New variable.
8336         (ctf_destroy, ctf_open_dir, ctf_open): New.
8337         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8338         macros.
8339         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8340         (ctf_fetch_registers, ctf_xfer_partial): New.
8341         (ctf_get_trace_state_variable_value): New.
8342         (ctf_get_tpnum_from_frame_event): New.
8343         (ctf_get_traceframe_address): New.
8344         (ctf_trace_find, ctf_has_stack): New.
8345         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8346         (ctf_get_trace_status, ctf_read_status): New.
8347         (_initialize_ctf): New.
8348         * tracepoint.c (get_tracepoint_number): New
8349         (get_uploaded_tsv): Remove 'static'.
8350         (struct traceframe_info, trace_regblock_size): Move it to ...
8351         * tracepoint.h: ... here.
8352         (get_tracepoint_number): Declare it.
8353         (get_uploaded_tsv): Declare it.
8354
8355         * NEWS: Mention new configure option.
8356
8357 2013-04-10  Pedro Alves  <palves@redhat.com>
8358             Hui Zhu  <hui@codesourcery.com>
8359
8360         * breakpoint.c (dprintf_re_set): New.
8361         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8362         to dprintf_re_set.
8363
8364 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8365
8366         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8367         Remove solib-svr4.o from the list.
8368
8369 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8370
8371         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8372         Use gdb_assert_not_reached instead of invalid boolean expression.
8373
8374 2013-04-09  Pedro Alves  <palves@redhat.com>
8375
8376         * remote.c (unpush_and_perror): New function.
8377         (readchar, remote_serial_write): Use it.
8378
8379 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
8380
8381         * NEWS: Mention new btrace RSP packets.
8382
8383 2013-04-08  Tom Tromey  <tromey@redhat.com>
8384
8385         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8386         long.
8387
8388 2013-04-08  Tom Tromey  <tromey@redhat.com>
8389
8390         * maint.c (print_bfd_section_info): Print the section index.
8391         * symmisc.c (dump_msymbols): Print the section index.
8392
8393 2013-04-08  Tom Tromey  <tromey@redhat.com>
8394
8395         PR symtab/8424:
8396         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8397         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8398         * breakpoint.c (resolve_sal_pc): Update.
8399         * elfread.c (elf_gnu_ifunc_record_cache): Update.
8400         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8401         (minsym_lookup_iterator_cb): Use it.
8402         (default_read_var_value): Update.
8403         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8404         Update.
8405         * infcmd.c (jump_command): Update.
8406         * linespec.c (minsym_found): Update.
8407         * maint.c (maintenance_translate_address): Update.
8408         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8409         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8410         * parse.c (write_exp_msymbol): Update.
8411         * printcmd.c (address_info): Update.
8412         * psymtab.c (find_pc_sect_psymbol): Update.
8413         (fixup_psymbol_section): Check SYMBOL_SECTION, not
8414         SYMBOL_OBJ_SECTION.
8415         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8416         Don't initialize SYMBOL_OBJ_SECTION.
8417         * spu-tdep.c (spu_catch_start): Update.
8418         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8419         * symmisc.c (dump_msymbols, print_symbol): Update.
8420         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
8421         how fallback section is computed.
8422         (fixup_symbol_section): Update.
8423         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8424         Update.
8425         (allocate_symbol, initialize_symbol, allocate_template_symbol):
8426         Initialize SYMBOL_SECTION.
8427         * symtab.h (struct general_symbol_info) <section>: Update comment.
8428         <obj_section>: Remove.
8429         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
8430         (SYMBOL_OBJFILE): New macro.
8431
8432 2013-04-08  Tom Tromey  <tromey@redhat.com>
8433
8434         * coffread.c (record_minimal_symbol): Update.
8435         * dbxread.c (record_minimal_symbol): Update.
8436         * elfread.c (record_minimal_symbol): Update.
8437         * machoread.c (macho_symtab_add_minsym): Update.
8438         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8439         Update.
8440         * minsyms.c (prim_record_minimal_symbol): Update.
8441         (prim_record_minimal_symbol_full): Remove 'bfd_section'
8442         argument.
8443         (prim_record_minimal_symbol_and_info): Likewise.
8444         * minsyms.h (prim_record_minimal_symbol_full)
8445         (prim_record_minimal_symbol_and_info): Update.
8446         * symtab.c (allocate_symbol, initialize_symbol)
8447         (allocate_template_symbol): Initialize SYMBOL_SECTION.
8448         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8449         Update.
8450
8451 2013-04-08  Tom Tromey  <tromey@redhat.com>
8452
8453         PR symtab/8423:
8454         * solib-som.c (som_solib_section_offsets): Use BFD section
8455         indices.  Set offsets for all sections.
8456         * somread.c (som_symtab_read): Compute BFD section for
8457         symbol.  Use prim_record_minimal_symbol_and_info.
8458         (som_symfile_read): Fix comment.
8459         (struct find_section_offset_arg): New.
8460         (find_section_offset, set_section_index): New functions.
8461         (som_symfile_offsets): Use set_section_index to compute
8462         section indices.
8463
8464 2013-04-08  Tom Tromey  <tromey@redhat.com>
8465
8466         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8467         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8468         gdb_bfd_section_index.
8469         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8470         New functions.
8471         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8472         Declare.
8473         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8474         Update.
8475         * objfiles.c (add_to_objfile_sections_full): New function.
8476         (add_to_objfile_sections): Use it.
8477         (build_section_table): Rewrite.
8478         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
8479         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8480         (struct objfile) <sections>: Update comment.
8481         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8482         is NULL.
8483         (ALL_OBJSECTIONS): Use it.
8484         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8485         * solib-frv.c (frv_relocate_main_executable): Update.
8486         * solib-target.c (solib_target_relocate_section_addresses):
8487         Use gdb_bfd_section_index.
8488         * symfile.c (build_section_addr_info_from_section_table):
8489         Use gdb_bfd_section_index.
8490         (build_section_addr_info_from_bfd, place_section): Likewise.
8491         * symtab.c (fixup_section): Update.
8492         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8493
8494 2013-04-08  Tom Tromey  <tromey@redhat.com>
8495
8496         * minsyms.h (struct bound_minimal_symbol): New.
8497         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8498         Remove objfile argument.
8499         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8500         Return bound_minimal_symbol.
8501         * minsyms.c (lookup_minimal_symbol_by_pc_1)
8502         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8503         Return bound_minimal_symbol.
8504         (in_gnu_ifunc_stub): Update.
8505         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8506         Remove 'objfile_p' argument.
8507         (lookup_solib_trampoline_symbol_by_pc): Update.
8508         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8509         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8510         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8511         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8512         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8513         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8514         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8515         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8516         stack.c, symtab.c, tui/tui-disasm.c: Update.
8517
8518 2013-04-08  Tom Tromey  <tromey@redhat.com>
8519
8520         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8521         Use symbol's obstack, not an objfile.
8522         * coffread.c (process_coff_symbol): Update.
8523         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8524         * jv-lang.c (add_class_symbol): Update.
8525         * mdebugread.c (new_symbol): Update.
8526         * minsyms.c (prim_record_minimal_symbol_full)
8527         (terminate_minimal_symbol_table): Update.
8528         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
8529         * stabsread.c (define_symbol, read_enum_type): Update.
8530         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8531         Handle Ada specially.
8532         (symbol_set_language): Add 'obstack' argument.
8533         (symbol_set_names): Update.
8534         (symbol_natural_name, symbol_demangled_name): Always use
8535         ada_decode_symbol.
8536         * symtab.h (struct general_symbol_info)
8537         <language_specific::obstack>: New field.
8538         <ada_mangled>: New field.
8539         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8540         (symbol_set_language): Update.
8541
8542 2013-04-08  Tom Tromey  <tromey@redhat.com>
8543
8544         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8545         Take an obstack, not an objfile.
8546         (symbol_set_names): Update.
8547         * symtab.h (symbol_set_demangled_name): Update.
8548
8549 2013-04-08  Tom Tromey  <tromey@redhat.com>
8550
8551         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8552         allocate_symbol.
8553         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8554         (read_func_scope): Call allocate_template_symbol.
8555         (new_symbol_full): Call allocate_symbol.
8556         * jit.c (finalize_symtab): Call allocate_symbol.
8557         * jv-lang.c (add_class_symbol): Call allocate_symbol.
8558         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8559         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8560         (common_block_end): Call allocate_symbol.
8561         * symtab.c (allocate_symbol, initialize_symbol)
8562         (allocate_template_symbol): New functions.
8563         * symtab.c (allocate_symbol, initialize_symbol)
8564         (allocate_template_symbol): Declare.
8565         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8566
8567 2013-04-08  Pedro Alves  <palves@redhat.com>
8568             Keith Seitz  <keiths@redhat.com>
8569
8570         * breakpoint.c (create_breakpoint): Rename
8571         "parse_condition_and_thread" parameter to "parse_arg".  Update
8572         describing comment.  If !PARSE_ARG, then error out if ARG is not
8573         the empty string after extracting the location.
8574         * breakpoint.h (create_breakpoint): Rename
8575         "parse_condition_and_thread" parameter to "parse_arg".
8576
8577 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
8578
8579         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8580
8581 2013-04-07  Yao Qi  <yao@codesourcery.com>
8582
8583         * remote.c (remote_trace_find): Change type of parameters 'addr1'
8584         and 'addr2' to CORE_ADDR.
8585         * target.c (update_current_target): Update.
8586         * target.h (struct target_ops) <to_trace_find>: Change parameter
8587         type to CORE_ADDR.
8588         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8589         'addr2' to CORE_ADDR.
8590         (tfile_trace_find): Likewise.
8591         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8592         Change local variable 'addr' to type CORE_ADDR.
8593         * tracepoint.h (tfind_1): Update declaration.
8594
8595 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
8596
8597         * windows-nat.c (windows_get_absolute_argv0): Move from here...
8598         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8599         Include main.h.
8600
8601         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8602         here...
8603         * main.h (windows_get_absolute_argv0): ...to here.
8604
8605 2013-04-05  Doug Evans  <dje@google.com>
8606
8607         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8608         (read_cutu_die_from_dwo): Add comments.
8609         (read_structure_type): Update comment.
8610         (read_enumeration_type, read_namespace_type): Update comment.
8611         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8612
8613 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8614
8615         Convert man pages to texinfo, new gdbinit.5 texinfo page.
8616         * Makefile.in (gdb.z): Remove.
8617         (install-only): Remove $(man1dir) and gdb.1 installation.
8618         * gdb.1: Remove.
8619
8620 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8621
8622         Fix compatibility with Linux kernel 3.8.3.
8623         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8624         to more inner block.  Remove parsing of NUMBER from outer block.
8625         Parse NUMBER only if KEYWORD has been identified.
8626
8627 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8628
8629         Fix variable name shadowing.
8630         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8631         filename to mapsfilename and update its uses.
8632
8633 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
8634
8635         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8636         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8637         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8638         details of the problem.
8639
8640 2013-04-04  Pedro Alves  <palves@redhat.com>
8641             Hui Zhu  <hui@codesourcery.com>
8642
8643         * breakpoint.c (validate_commands_for_breakpoint): If validating a
8644         tracepoint, reset its STEP_COUNT and call validate_actionline.
8645
8646 2013-04-03  Doug Evans  <dje@google.com>
8647
8648         * dwarf2read.c (read_die_and_siblings_1): Renamed from
8649         read_die_and_siblings.
8650         (read_die_and_siblings): New function.
8651         (read_cutu_die_from_dwo): Dump die if requested.
8652         (read_die_and_children): Call read_full_die_1 and
8653         read_die_and_siblings_1.
8654         (read_full_die): Dump die if requested.
8655
8656         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8657
8658         * dwarf2read.c (struct dwo_file): New member comp_dir.
8659         Rename member name to dwo_name.  All uses updated.
8660         (hash_dwo_file): Include comp_dir in computation.
8661         (eq_dwo_file): Ditto.
8662         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
8663         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8664
8665         * psymtab.c (read_psymtabs_with_fullname): Don't call
8666         psymtab_to_fullname if the basenames are different.
8667
8668 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8669
8670         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8671         New entry about "fullname" presence.
8672
8673 2013-04-03  Pedro Alves  <palves@redhat.com>
8674
8675         * NEWS: Mention x86_64/Cygwin as new native configuration.
8676
8677 2013-04-02  Doug Evans  <dje@google.com>
8678
8679         * dwarf2read.c (read_structure_type): Fix typo in comment.
8680
8681 2013-04-02  Pedro Alves  <palves@redhat.com>
8682
8683         * NEWS: Mention "set/show debug aarch64", "set/show debug
8684         coff-pe-read" and "set/show debug mach-o".
8685
8686 2013-04-02  Pedro Alves  <palves@redhat.com>
8687
8688         * NEWS: Mention "set/show remote trace-buffer-size-packet".
8689
8690 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
8691
8692         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8693         gdb_string.h is now in common/.
8694
8695 2013-04-02  Pedro Alves  <palves@redhat.com>
8696
8697         * NEWS: Move "set debug notification" and "set trace-buffer-size"
8698         under "New options".
8699
8700 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8701
8702         Revert this patch:
8703         PR gdb/15275
8704         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8705
8706 2013-04-02  Pedro Alves  <palves@redhat.com>
8707
8708         PR gdb/15275
8709
8710         * remote.c (send_interrupt_sequence): Use remote_serial_write.
8711         (remote_serial_write): New function.
8712         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
8713
8714 2013-04-01  Jiong Wang  <jiwang@tilera.com>
8715
8716         * NEWS: Mention TILE-Gx in "New native configurations" and
8717         "New targets" sections.
8718
8719 2013-04-01  Doug Evans  <dje@google.com>
8720
8721         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
8722         (process_enumeration_scope): Simplify.
8723
8724         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
8725         type_unit_group ...
8726         (struct signatured_type): ... to here.
8727         (sig_type_ptr): New typedef.
8728         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
8729         out of union 't'.  All uses updated.
8730         (dw2_get_file_names_reader): Assert not called for a type unit.
8731         (dw2_get_file_names): Assert not called for a type unit or type
8732         unit group.
8733         (build_type_psymtabs_reader): Assert called for a type unit.
8734         (build_type_psymtab_dependencies): Assert called for a type unit group.
8735
8736         * dwarf2read.c (free_dwo_file): Add comment.
8737         (dwarf2_per_objfile_free): Unref dwp bfd.
8738
8739 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
8740
8741         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
8742         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
8743         (read_pe_exported_syms): Remove unused 'exportix'.
8744         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
8745         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
8746         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
8747
8748 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
8749
8750         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
8751         (print_it_watchpoint): Remove unused 'bl'.
8752         (say_where): Remove unused 'uiout'.
8753         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
8754         (bkpt_breakpoint_hit): Remove unused 'b'.
8755         (internal_bkpt_print_it): Remove unused 'uiout'.
8756         * buildsym.c (augment_type_symtab): Remove unused 'i'.
8757
8758 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
8759
8760         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
8761         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
8762
8763 2013-03-29  Doug Evans  <dje@google.com>
8764
8765         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
8766         Delete arg is_dwp.  All callers updated.
8767         (open_dwp_file): New function.
8768         (open_and_init_dwp_file): Call it.
8769         (get_dwp_file): New function.
8770         (lookup_dwo_cutu): Call it.
8771
8772         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
8773         unnecessary, cleanup.
8774
8775         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
8776
8777         * dwarf2read.c (read_cutu_die_from_dwo): New function.
8778         (lookup_dwo_unit): New function.
8779         (init_cutu_and_read_dies): Move DWO handling to new functions.
8780
8781         * dwarf2read.c (struct signatured_type): Tweak comment.
8782         (struct dwo_unit): Tweak comment.
8783         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
8784         (create_dwo_debug_info_hash_table): Tweak comment.
8785         (dwarf2_per_cu_offset_and_type): Tweak comment.
8786
8787         * dwarf2read.c (lookup_signatured_type): Remove complaint about
8788         missing .debug_types section.
8789
8790 2013-03-29  Yao Qi  <yao@codesourcery.com>
8791
8792         * corelow.c: Include "completer.h".
8793         (_initialize_corelow): Call add_target_with_completer with
8794         argument 'filename_completer'.
8795         * tracepoint.c: Likewise.
8796         * exec.c (_initialize_exec): Likewise.
8797         * target.c (add_target): Rename to ...
8798         (add_target_with_completer): ... this.  Call set_cmd_completer
8799         if parameter completer is not NULL.
8800         (add_target): New.
8801         * target.h: Include "command.h".
8802         (add_target_with_completer): Declare it.
8803
8804 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
8805
8806         * coffread.c (is_import_fixup_symbol): New function.
8807         (record_minimal_symbol): Use is_import_fixup_symbol to
8808         detect import fixup symbols, and discard them.
8809
8810 2013-03-28  Doug Evans  <dje@google.com>
8811
8812         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8813         types hash table until we know we need it.
8814
8815         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8816         index numbers.
8817
8818         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8819         All callers updated.
8820         (dw2_print_stats): Print #read CUs too.
8821         (dump_die_shallow): Print signatured types better.
8822
8823         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8824         info_or_types_section to section.  All uses updated.
8825         (struct dwo_unit): Ditto.
8826
8827 2013-03-28  Pedro Alves  <palves@redhat.com>
8828
8829         * NEWS (New options): New section.
8830         (New options): Mention set/show remote trace-status-packet.
8831         * remote.c (PACKET_qTStatus): New enumeration value.
8832         (remote_get_trace_status): Skip sending qTStatus if the packet is
8833         disabled.  Use packet_ok.
8834         (_initialize_remote): Register a configuration command for
8835         qTStatus packet.
8836
8837 2013-03-28  Doug Evans  <dje@google.com>
8838
8839         * symfile.c (find_separate_debug_file): Add comment.
8840         (terminate_after_last_dir_separator): Tweak comment.
8841
8842         * dwarf2read.c (create_partial_symtab): Add forward decl.
8843         (create_partial_symtab): Move to be closer to other psymtab functions.
8844         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8845
8846         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8847         (compute_symtab_includes): Remove unnecessary forward declaration.
8848         (die_needs_namespace): Add comment marking group of functions for
8849         dwarf2 name computation.
8850
8851         * typeprint.c (_initialize_typeprint): Improve type help text.
8852
8853         * python/python.c (finish_python_initialization): Provide suggestion
8854         for how to tell gdb to find its python files.
8855
8856 2013-03-28  Pedro Alves  <palves@redhat.com>
8857
8858         PR gdb/15294
8859
8860         * source.c (_initialize_source): Change back "set listsize" to an
8861         integer command.
8862
8863 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
8864
8865         PR gdb/15275
8866         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8867
8868 2013-03-27  Pedro Alves  <palves@redhat.com>
8869
8870         * top.c (history_size): Rename to ...
8871         (history_size_setshow_var): ... this.  Add comment.
8872         (show_commands): Use readline's 'history_length' instead of
8873         computing the history length by calling history_get in a loop.
8874         (set_history_size_command): Error out for sizes over INT_MAX.
8875         Restore previous history size on invalid size.
8876         (init_history): If HISTSIZE is negative, leave the history size as
8877         zero.  Add comments.
8878         (init_main): Adjust.
8879
8880 2013-03-27  Pedro Alves  <palves@redhat.com>
8881
8882         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8883         coff_pe_read" command to "set debug coff-pe-read".
8884
8885 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
8886
8887         * record.c (command_size_to_target_size): Fix size comparison.
8888         Change parameter type from pointer to integer to integer.
8889         Update all users.
8890
8891 2013-03-27  Pierre Muller  <muller@sourceware.org>
8892
8893         * windows-nat.c (handle_output_debug_string): Avoid typecast
8894         from integer of different size warning.
8895
8896 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
8897
8898         * windows-nat.c (handle_output_debug_string): Add empty line
8899         after local block variable definition.
8900
8901 2013-03-26  Pedro Alves  <palves@redhat.com>
8902
8903         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8904         (net_open): Make 'polls' local unsigned.
8905
8906 2013-03-26  Pedro Alves  <palves@redhat.com>
8907
8908         * remote.c (_initialize_remote): Make "set remoteaddresssize"
8909         a zuinteger command instead of uinteger.
8910
8911 2013-03-26  Pedro Alves  <palves@redhat.com>
8912
8913         * record-full.c (record_full_insn_num): Make it unsigned.
8914         (record_full_check_insn_num, record_full_message)
8915         (record_full_registers_change, record_full_xfer_partial): Remove
8916         record_full_insn_max_num check (it's always != 0).
8917         (record_full_info, record_full_restore): Use %u as format string.
8918         (): Use %u as format string.
8919         (set_record_full_insn_max_num): Remove record_full_insn_max_num
8920         check (it's always != 0).
8921
8922 2013-03-26  Pedro Alves  <palves@redhat.com>
8923
8924         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8925         and "set dcache size" commands zuinteger instead of uinteger.
8926
8927 2013-03-26  Pedro Alves  <palves@redhat.com>
8928
8929         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8930         command zuinteger instead of uinteger.
8931
8932 2013-03-26  Pedro Alves  <palves@redhat.com>
8933
8934         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
8935         zuinteger instead of uinteger.
8936
8937 2013-03-26  Pedro Alves  <palves@redhat.com>
8938
8939         * record.c (record_insn_history_size_setshow_var)
8940         (record_call_history_size_setshow_var): New globals.
8941         (command_size_to_target_size): New function.
8942         (cmd_record_insn_history, cmd_record_call_history): Use
8943         command_size_to_target_size instead of cast.
8944         (validate_history_size, set_record_insn_history_size)
8945         (set_record_call_history_size): New functions.
8946         (_initialize_record): Install set_record_insn_history_size and
8947         set_record_call_history_size as "set" hooks of "set record
8948         instruction-history-size" and "set record
8949         function-call-history-size".
8950
8951 2013-03-26  Pedro Alves  <palves@redhat.com>
8952
8953         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
8954         use with history_max_entries use.  Remove FIXME note.
8955
8956 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
8957
8958         * record-btrace.c (record_btrace_close): Call
8959         record_btrace_auto_disable.
8960
8961 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
8962
8963         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
8964
8965 2013-03-25  Doug Evans  <dje@google.com>
8966
8967         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
8968
8969 2013-03-25  Tom Tromey  <tromey@redhat.com>
8970
8971         PR symtab/11462:
8972         * c-exp.y (exp): Add new productions for destructors after '.' and
8973         '->'.
8974         (write_destructor_name): New function.
8975
8976 2013-03-25  Tom Tromey  <tromey@redhat.com>
8977
8978         PR c++/9197:
8979         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8980         value_struct_elt, not lookup_struct_elt_type.
8981         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8982         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8983         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8984
8985 2013-03-25  Yao Qi  <yao@codesourcery.com>
8986
8987         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8988         instead of '_mkdir'.
8989
8990 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
8991
8992         * windows-nat.c (windows_get_absolute_argv0): New function.
8993         * windows-nat.h: Add its prototype.
8994
8995         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8996         Use IS_DIR_SEPARATOR instead of looking for a character inside
8997         SLASH_STRING.  Include filenames.h.
8998         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8999         relocate_gdb_directory works when passed gdb_program_name.
9000         Include windows-nat.h.
9001
9002 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9003
9004         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9005         * remote.c (trace_error): Remove the special handling of '2'.
9006         (readchar) <SERIAL_EOF>
9007         (readchar) <SERIAL_ERROR>
9008         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9009         (remote_get_trace_status): Call throw_exception if EX is
9010         TARGET_CLOSE_ERROR.
9011         * utils.c (perror_with_name): Rename to ...
9012         (throw_perror_with_name): ... here.  New parameter errcode, describe it
9013         in the function comment.
9014         (perror_with_name): New function wrapper.
9015         * utils.h (enum errors): New stub declaration.
9016         (throw_perror_with_name): New declaration.
9017
9018 2013-03-22  Pedro Alves  <palves@redhat.com>
9019             Yao Qi  <yao@codesourcery.com>
9020             Mark Kettenis  <kettenis@gnu.org>
9021
9022         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9023         Don't let the user set the value to UINT_MAX directly.
9024         <var_integer>: Don't let the user set the value to INT_MAX
9025         directly.
9026
9027 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9028
9029         * remote.c (remote_unpush_target): New function.
9030         (remote_open_1): Remove two pop_target calls, update one comment, add
9031         comment to target_preopen call.  Replace pop_target call by
9032         remote_unpush_target call.
9033         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9034         pop_target calls by remote_unpush_target calls.
9035
9036 2013-03-22  Pedro Alves  <palves@redhat.com>
9037
9038         * linux-nat.c (linux_child_follow_fork): Don't call
9039         linux_enable_event_reporting.
9040         (linux_handle_extended_wait): Don't call
9041         linux_enable_event_reporting.
9042
9043 2013-03-22  Pedro Alves  <palves@redhat.com>
9044
9045         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9046         use it to rewrite the trampoline buffers with type gdb_byte[], and
9047         undefine the macro.  Remove char* cast.
9048
9049 2013-03-21  Doug Evans  <dje@google.com>
9050
9051         New commands "mt set per-command {space,time,symtab} {on,off}".
9052         * NEWS: Add entry.
9053         * event-top.c: #include "maint.h".
9054         * main.c: #include "maint.h".
9055         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9056         timeval-utils.h, maint.h, cli/cli-setshow.h.
9057         (per_command_time, per_command_space): New static globals.
9058         (per_command_symtab): New static global.
9059         (per_command_setlist, per_command_showlist): New static globals.
9060         (struct cmd_stats): Move here from utils.c.
9061         (set_per_command_time): Renamed from set_display_time in utils.c
9062         and moved here.  All callers updated.
9063         (set_per_command_space): Renamed from set_display_space in utils.c
9064         and moved here.  All callers updated.
9065         (count_symtabs_and_blocks): New function.
9066         (report_command_stats): Moved here from utils.c.  Add support for
9067         printing symtab stats.  Only print data if enabled before command
9068         executed.
9069         (make_command_stats_cleanup): Ditto.
9070         (sert_per_command_cmd, show_per_command_cmd): New functions.
9071         (_initialize_maint_cmds): Add new commands
9072         mt set per-command {space,time,symtab} {on,off}.
9073         * maint.h: New file.
9074         * top.c: #include "maint.h".
9075         * utils.c (reset_prompt_for_continue_wait_time): New function.
9076         (get_prompt_for_continue_wait_time): New function.
9077         * utils.h (reset_prompt_for_continue_wait_time): Declare
9078         (get_prompt_for_continue_wait_time): Declare.
9079         (make_command_stats_cleanup): Moved to maint.h.
9080         (set_display_time, set_display_space): Moved to maint.h and renamed
9081         to set_per_command_time, set_per_command_space.
9082         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9083         parse_binary_operation and made non-static.  Don't call error,
9084         just return an error marker.  All callers updated.
9085         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9086
9087 2013-03-21  Tom Tromey  <tromey@redhat.com>
9088
9089         * symfile.c (alloc_section_addr_info): Update header.  Don't set
9090         'num_sections' field.
9091         (build_section_addr_info_from_section_table): Set 'num_sections'.
9092         (build_section_addr_info_from_bfd): Likewise.
9093         (build_section_addr_info_from_objfile): Remove dead loop
9094         condition.
9095         (free_section_addr_info): Unconditionally call xfree.
9096         (relative_addr_info_to_section_offsets, addrs_section_sort)
9097         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9098         condition.
9099         (syms_from_objfile_1): Remove dead 'if' condition.  Check
9100         'num_sections'.
9101         (add_symbol_file_command): Set 'num_sections'.
9102         * symfile-mem.c (symbol_file_add_from_memory): Set
9103         'num_sections'.
9104         * somread.c (som_symfile_offsets): Remove dead loop condition.
9105         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9106         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9107
9108 2013-03-21  Tom Tromey  <tromey@redhat.com>
9109
9110         * tracepoint.h (decode_agent_options): Add 'trace_string'
9111         argument.
9112         * tracepoint.c (decode_agent_options): Add 'trace_string'
9113         argument.
9114         (validate_actionline): Update.
9115         (collect_symbol): Add 'trace_string' argument.
9116         (struct add_local_symbols_data) <trace_string>: New field.
9117         (do_collect_symbol): Update.
9118         (add_local_symbols): Add 'trace_string' argument.
9119         (encode_actions_1): Update.
9120         (trace_dump_actions): Update.
9121         * dwarf2loc.c (access_memory): Update.
9122         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9123         * ax-general.c (new_agent_expr): Update.
9124         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9125         (gen_trace_for_return_address): Add argument.
9126         (trace_kludge, trace_string_kludge): Remove.
9127         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9128         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9129         (gen_trace_for_var): Add 'trace_string' argument.
9130         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9131         (gen_printf, agent_eval_command_one): Update.
9132
9133 2013-03-21  Tom Tromey  <tromey@redhat.com>
9134
9135         PR exp/15109:
9136         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9137         Handle FILENAME token.
9138
9139 2013-03-21  Tom Tromey  <tromey@redhat.com>
9140
9141         * c-exp.y (YYPRINT): Define.
9142         (c_print_token): New function.
9143
9144 2013-03-21  Tom Tromey  <tromey@redhat.com>
9145
9146         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9147
9148 2013-03-21  Yao Qi  <yao@codesourcery.com>
9149
9150         * ctf.c: Include "gdb_stat.h".
9151         [USE_WIN32API]: New macro 'mkdir'.
9152         (ctf_start): Use permission bits macros if they are defined.
9153
9154 2013-03-20  Keith Seitz  <keiths@redhat.com>
9155
9156         * breakpoint.h (struct breakpoint): Add comment to
9157         extra_string indicating that this member is mallod'd.
9158         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9159
9160 2013-03-20  Pedro Alves  <palves@redhat.com>
9161
9162         PR gdb/15289
9163
9164         * cli/cli-setshow.c (do_set_command)
9165         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9166         the result of parsing the command argument.  Throw error if the
9167         value is greater than UINT_MAX.  Print the invalid value with
9168         plongest.
9169         <var_integer, var_zinteger>: Use LONGEST for variable holding the
9170         result of parsing the command argument.  Throw error if the value
9171         is greater than INT_MAX, not greater or equal.  Also throw error
9172         if the value is less than INT_MIN.  Print the invalid value with
9173         plongest.
9174         <var_zuinteger_unlimited>: Throw error if the value is greater
9175         than INT_MAX, not greater or equal.
9176         (do_show_command) <var_integer, var_zinteger,
9177         var_zuinteger_unlimited>: Use %d for printing int, not %u.
9178
9179 2013-03-20  Tom Tromey  <tromey@redhat.com>
9180
9181         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9182         if possible.
9183         * dwarf2read.c (read_func_scope): Remove old FIXME.
9184         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9185         not LOC_COMPUTED.
9186         * findvar.c (symbol_read_needs_frame, default_read_var_value):
9187         Unconditionally call via computed ops, if possible.
9188         * printcmd.c (address_info): Unconditionally call via computed ops,
9189         if possible.
9190         * stack.c (read_frame_arg): Unconditionally call via computed ops,
9191         if possible.
9192         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9193         * tracepoint.c (scope_info): Unconditionally call via computed ops,
9194         if possible.
9195
9196 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9197             Tom Tromey  <tromey@redhat.com>
9198
9199         PR symtab/8421:
9200         * coffread.c (coff_register_index): New global.
9201         (process_coff_symbol, coff_read_enum_type): Set
9202         SYMBOL_ACLASS_INDEX.
9203         (_initialize_coffread): Initialize new global.
9204         * dwarf2loc.c (locexpr_find_frame_base_location)
9205         (dwarf2_block_frame_base_locexpr_funcs)
9206         (loclist_find_frame_base_location)
9207         (dwarf2_block_frame_base_loclist_funcs): New.
9208         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9209         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9210         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9211         (dwarf2_block_frame_base_loclist_funcs): New.
9212         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9213         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9214         globals.
9215         (read_func_scope): Update.
9216         (fixup_go_packaging, mark_common_block_symbol_computed)
9217         (var_decode_location, new_symbol_full, dwarf2_const_value):
9218         Set SYMBOL_ACLASS_INDEX.
9219         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
9220         (_initialize_dwarf2_read): Initialize new globals.
9221         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9222         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9223         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9224         globals.
9225         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9226         (_initialize_mdebugread): Initialize new globals.
9227         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9228         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9229         (stab_register_index, stab_regparm_index): New globals.
9230         (define_symbol, read_enum_type, common_block_end): Set
9231         SYMBOL_ACLASS_INDEX.
9232         (_initialize_stabsread): Initialize new globals.
9233         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9234         globals.
9235         (MAX_SYMBOL_IMPLS): New define.
9236         (register_symbol_computed_impl, register_symbol_block_impl)
9237         (register_symbol_register_impl)
9238         (initialize_ordinary_address_classes): New functions.
9239         (_initialize_symtab): Call initialize_ordinary_address_classes.
9240         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9241         (struct symbol_impl): New.
9242         (SYMBOL_ACLASS_BITS): New define.
9243         (struct symbol) <aclass, ops>: Remove fields.
9244         <aclass_index>: New field.
9245         (symbol_impls): Declare.
9246         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9247         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9248         (register_symbol_computed_impl, register_symbol_block_impl)
9249         (register_symbol_register_impl): Declare.
9250         (struct symbol_computed_ops): Add location_has_loclist.
9251         (struct symbol_block_ops): New.
9252         (SYMBOL_BLOCK_OPS): New.
9253         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9254
9255 2013-03-20  Tom Tromey  <tromey@redhat.com>
9256
9257         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9258         (print_partial_symbols, recursively_search_psymtabs): Use
9259         PSYMBOL_CLASS.
9260
9261 2013-03-20  Pierre Muller  <muller@sourceware.org>
9262
9263         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9264         addtion, subtraction, multiplication and division binary operator.
9265
9266 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9267
9268         Code cleanup.
9269         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9270         * bsd-kvm.c (bsd_kvm_close): Likewise.
9271         * bsd-uthread.c (bsd_uthread_close): Likewise.
9272         * corelow.c (core_close): Likewise.
9273         (core_close_cleanup): Remove parameter quitting from a caller.
9274         * event-top.c (async_disconnect): Likewise.
9275         * exec.c (exec_close_1): Remove parameter quitting.
9276         * go32-nat.c (go32_close): Likewise.
9277         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
9278         parameter quitting from a caller.
9279         * mips-linux-nat.c (super_close): Remove parameter quitting from the
9280         variable.
9281         (mips_linux_close): Remove parameter quitting.  Remove parameter
9282         quitting from a caller.
9283         * monitor.c (monitor_close): Remove parameter quitting.
9284         * monitor.h (monitor_close): Likewise.
9285         * record-btrace.c (record_btrace_close): Likewise.
9286         * record-full.c (record_full_close): Likewise.
9287         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9288         it also from fprintf_unfiltered.
9289         * remote-mips.c (mips_close): Remove parameter quitting.
9290         (mips_detach): Remove parameter quitting from a caller.
9291         * remote-sim.c (gdbsim_close): Remove parameter quitting.
9292         (gdbsim_close): Remove duplicate function comment.  Remove parameter
9293         quitting and remove it also from printf_filtered.
9294         * remote.c (remote_close): Remove parameter quitting.
9295         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9296         * target.c (update_current_target): Remove parameter int from to_close
9297         de_fault.
9298         (push_target, unpush_target, pop_target): Remove parameter quitting from
9299         a caller.
9300         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9301         Remove parameter quitting from a caller.
9302         (target_preopen): Remove parameter quitting from a caller.
9303         (target_close): Remove parameter quitting.  Remove parameter quitting
9304         from a caller two times.  Remove parameter quitting also from
9305         fprintf_unfiltered.
9306         * target.h (struct target_ops): Remove parameter quitting and as int
9307         from fields to_xclose and to_close.
9308         (extern struct target_ops current_target):
9309         (target_close, pop_all_targets): Remove parameter quitting.  Update the
9310         comment.
9311         (pop_all_targets_above): Remove parameter quitting.
9312         * top.c (quit_target): Remove parameter quitting from a caller.
9313         * tracepoint.c (tfile_close): Remove parameter quitting.
9314         * windows-nat.c (windows_close): Remove parameter quitting.
9315
9316 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
9317
9318         * windows-nat.c (handle_output_debug_string): Replace call
9319         to string_to_core_addr with call to strtoull.
9320
9321 2013-03-20  Yao Qi  <yao@codesourcery.com>
9322
9323         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9324         and write it to CTF metadata.
9325
9326 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
9327
9328         * windows-nat.c (handle_output_debug_string): Change type of n to
9329         SIZE_T to avoid crash on 64 bit systems.
9330
9331 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
9332
9333         * python/python-internal.h (HAVE_SNPRINTF)
9334         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9335         about redefinition of snprintf by pyerrors.h.
9336
9337 2013-03-15  Steve Ellcey  <sellcey@mips.com>
9338
9339         * remote-sim.c (sim_command_completer): Make char arguments const.
9340
9341 2013-03-15  Tom Tromey  <tromey@redhat.com>
9342
9343         PR c++/15116:
9344         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9345
9346 2013-03-14  Tom Tromey  <tromey@redhat.com>
9347
9348         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9349         New fields.
9350         (get_file_crc): Move from symfile.c.
9351         (gdb_bfd_crc): New function.
9352         * gdb_bfd.h (gdb_bfd_crc): Declare.
9353         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9354         * symfile.c (get_file_crc): Move to gdb_bfd.c.
9355         (separate_debug_file_exists): Use gdb_bfd_crc.
9356
9357 2013-03-14  Tom Tromey  <tromey@redhat.com>
9358
9359         * symfile.c (get_debug_link_info): Remove.
9360         (find_separate_debug_file_by_debuglink): Use
9361         bfd_get_debug_link_info.
9362
9363 2013-03-14  Tom Tromey  <tromey@redhat.com>
9364
9365         * symtab.c (error_in_psymtab_expansion): New function.
9366         (lookup_symbol_aux_quick)
9367         (basic_lookup_transparent_type_quick): Remove "last resort"
9368         code.  Use error_in_psymtab_expansion.
9369
9370 2013-03-14  Doug Evans  <dje@google.com>
9371             Jan Kratochvil  <jan.kratochvil@redhat.com>
9372
9373         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9374         any successful compare_filenames_for_search or FILENAME_CMP.
9375         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9376         * symtab.c (iterate_over_some_symtabs): Likewise.
9377
9378 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9379
9380         * source.c (print_source_lines_base): Make a local copy of
9381         symtab_to_fullname.
9382
9383 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
9384             Jan Kratochvil  <jan.kratochvil@redhat.com>
9385
9386         * source.c (print_source_lines_base): Suppress "file" for TUI.
9387
9388 2013-03-14  Keith Seitz  <keiths@redhat.com>
9389             Alan Matsuoka  <alanm@redhat.com>
9390
9391         PR c++/15203
9392         PR c++/15210
9393         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9394         TYPE_CODE_METHOD.
9395         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9396         symbols.
9397
9398 2013-03-14  Yao Qi  <yao@codesourcery.com>
9399
9400         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9401         status to tfile if trace is stopped by command 'tstop'.
9402
9403 2013-03-14  Yao Qi  <yao@codesourcery.com>
9404
9405         * tracepoint.c (tfile_write_status): Write trace notes and user
9406         name into tfile if they are not NULL.
9407
9408 2013-03-14  Hui Zhu  <hui@codesourcery.com>
9409             Yao Qi  <yao@codesourcery.com>
9410
9411         * Makefile.in (REMOTE_OBS): Add ctf.o.
9412         (SFILES): Add ctf.c.
9413         (HFILES_NO_SRCDIR): Add ctf.h.
9414         * ctf.c, ctf.h: New files.
9415         * tracepoint.c: Include 'ctf.h'.
9416         (collect_pseudocommand): Remove static.
9417         (trace_save_command): Parse option "-ctf".
9418         Produce different trace file writers per option.
9419         Adjust output message.
9420         (trace_save_tfile, trace_save_ctf): New.
9421         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9422         * mi/mi-main.c: Include 'ctf.h'.
9423         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
9424         trace_save_tfile or trace_save_ctf.
9425         * NEWS: Mention these changes.
9426
9427 2013-03-14  Yao Qi  <yao@codesourcery.com>
9428
9429         * tracepoint.c (trace_file_writer_xfree): New.
9430         (struct tfile_writer_data): New.
9431         (tfile_dtor, tfile_can_target_save, tfile_start): New.
9432         (tfile_write_header, tfile_write_regblock_type): New.
9433         (tfile_write_status, tfile_write_uploaded_tsv): New.
9434         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9435         (tfile_write_raw_data, (tfile_end): New.
9436         (tfile_write_ops): New global variable.
9437         (TRACE_WRITE_R_BLOCK): New macro.
9438         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9439         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9440         (TRACE_WRITE_V_BLOCK): New macro.
9441         (trace_save): Add extra one parameter WRITER.  Make it static.
9442         Use WRITER to writer trace.
9443         (tfile_trace_file_writer_new): New.
9444         (trace_save_command): Caller update.
9445         (trace_save_tfile): Write trace data in TFILE format.
9446         * tracepoint.h (struct trace_frame_write_ops): New.
9447         (struct trace_file_write_ops): New.
9448         (struct trace_file_writer): New.
9449         (trace_save): Remove its declaration.
9450         (trace_save_tfile): Declare it.
9451         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9452         instead of trace_save.
9453
9454 2013-03-13  Pedro Alves  <palves@redhat.com>
9455
9456         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9457
9458 2013-03-13  Pedro Alves  <palves@redhat.com>
9459
9460         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9461         commented out code.
9462         * demangle.c (current_demangling_style_string): Make it const.
9463         (set_demangling_command): Assert the demangling style is known.
9464         Remove all handling of unknown styles.  Set
9465         'current_demangling_style_string' to an element of the
9466         demangling_style_names array.
9467         (set_demangling_style): Delete.
9468         (_initialize_demangler): Set current_demangling_style_string to the
9469         element of the demangling_style_names array that corresponds to
9470         the default demangling style.  Remove FIXME note.  Don't call
9471         set_demangling_style.
9472         * gdb-demangle.h (set_demangling_style): Remove declaration.
9473
9474 2013-03-13  Pedro Alves  <palves@redhat.com>
9475
9476         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9477         fields const.
9478         (ada_make_symbol_completion_list): Make "text0" parameter const.
9479         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9480         * breakpoint.c (condition_completer): Make "text" and "word"
9481         parameters const.  Adjust.
9482         (check_tracepoint_command): Adjust to validate_actionline
9483         prototype change.
9484         (catch_syscall_completer): Make "text" and "word" parameters
9485         const.
9486         * cli/cli-cmds.c (show_user): Make "comname" local const.
9487         (valid_command_p): Make "command" parameter const.
9488         (alias_command): Make "alias_prefix" and "command_prefix" locals
9489         const.
9490         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9491         (add_alias_cmd): Make "name" and "oldname" parameters const.
9492         Adjust.  No longer make copy of OLDNAME.
9493         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9494         (add_setshow_cmd_full, add_setshow_enum_cmd)
9495         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9496         (add_setshow_filename_cmd, add_setshow_string_cmd)
9497         (add_setshow_string_noescape_cmd)
9498         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9499         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9500         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9501         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9502         Make "name" parameter const.
9503         (help_cmd): Rename "command" parameter to "arg".  New const local
9504         "command".
9505         (find_cmd): Make "command" parameter const.
9506         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
9507         deprecated_cmd_warning prototype change.
9508         (undef_cmd_error): Make "cmdtype" parameter const.
9509         (lookup_cmd): Make "line" parameter const.
9510         (deprecated_cmd_warning): Change type of "text" parameter to
9511         pointer to const char, from pointer to pointer to char.  Adjust.
9512         (lookup_cmd_composition): Make "text" parameter const.
9513         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9514         parameters const.
9515         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9516         const.
9517         * cli/cli-script.c (validate_comname): Make "tem" local const.
9518         (define_command): New const local "tem_c".  Use it in calls to
9519         lookup_cmd.
9520         (document_command): Make "tem" and "comfull" locals const.
9521         (show_user_1): Make "prefix" and "name" parameters const.
9522         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9523         const.
9524         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9525         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9526         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9527         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9528         (complete_on_enum, add_setshow_enum_cmd)
9529         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9530         (add_setshow_filename_cmd, add_setshow_string_cmd)
9531         (add_setshow_string_noescape_cmd)
9532         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9533         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9534         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9535         Change prototypes, constifying strings.
9536         * completer.c (noop_completer, filename_completer): Make "text"
9537         and "prefix" parameters const.
9538         (location_completer, expression_completer)
9539         (complete_line_internal): Make "text" and "prefix" parameters
9540         const and adjust.
9541         (command_completer, signal_completer): Make "text" and "prefix"
9542         parameters const.
9543         * completer.h (noop_completer, filename_completer)
9544         (expression_completer, location_completer, command_completer)
9545         (signal_completer): Change prototypes.
9546         * corefile.c (complete_set_gnutarget): Make "text" and "word"
9547         parameters const.
9548         * cp-abi.c (cp_abi_completer): Likewise.
9549         * expression.h (parse_expression_for_completion): Change
9550         prototype.
9551         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9552         parameters const.
9553         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9554         * infrun.c (handle_completer): Make "text" and "word" parameters
9555         const.
9556         * interps.c (interpreter_completer): Make "text" and "word"
9557         parameters const.
9558         * language.h (struct language_defn)
9559         <la_make_symbol_completion_list>: Make "text" and "word"
9560         parameters const.
9561         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9562         (parse_exp_in_context): Rename to ...
9563         (parse_exp_in_context_1): ... this.
9564         (parse_exp_in_context): Reimplement, with const hack from
9565         parse_exp_1.
9566         (parse_expression_for_completion): Make "string" parameter const.
9567         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9568         to pointer to const char.  Adjust.
9569         (print_command_1): Make "exp" parameter const.
9570         (output_command): Rename to ...
9571         (output_command_const): ... this.  Make "exp" parameter const.
9572         (output_command): Reimplement.
9573         (x_command): Adjust.
9574         (display_command): Rename "exp" parameter to "arg".  New "exp"
9575         local, const version of "arg".
9576         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9577         "cmd_name" local const.
9578         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9579         call.
9580         (cmdpy_completer): Make "text" and "word" parameters const.
9581         (gdbpy_parse_command_name): Make "prefix_text2" local const.
9582         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9583         const.
9584         * remote.c (_initialize_remote): Make "cmd_name" local const.
9585         * symtab.c (language_search_unquoted_string): Make "text" and "p"
9586         parameters const.  Adjust.
9587         (completion_list_add_fields): Make "sym_text", "text" and "word"
9588         parameters const.
9589         (struct add_name_data) <sym_text, text, word>: Make fields const.
9590         (default_make_symbol_completion_list_break_on): Make "text" and
9591         "word" parameters const.  Adjust locals.
9592         (default_make_symbol_completion_list)
9593         (make_symbol_completion_list, make_symbol_completion_type)
9594         (make_symbol_completion_list_fn): Make "text" and "word"
9595         parameters const.
9596         (make_file_symbol_completion_list): Make "text", "word" and
9597         "srcfile" parameters const.  Adjust locals.
9598         (add_filename_to_list): Make "text" and "word" parameters const.
9599         (struct add_partial_filename_data) <text, word>: Make fields
9600         const.
9601         (make_source_files_completion_list): Make "text" and "word"
9602         parameters const.
9603         * symtab.h (default_make_symbol_completion_list_break_on)
9604         (default_make_symbol_completion_list, make_symbol_completion_list)
9605         (make_symbol_completion_type enum type_code)
9606         (make_symbol_completion_list_fn make_file_symbol_completion_list)
9607         (make_source_files_completion_list): Change prototype.
9608         * top.c (execute_command): Adjust to pass pointer to pointer to
9609         const char to lookup_cmd, and to deprecated_cmd_warning prototype
9610         change.
9611         (set_verbose): Make "cmdname" local const.
9612         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9613         and adjust.
9614         (validate_actionline): Make "line" parameter a pointer to const
9615         char, and adjust.
9616         (encode_actions_1): Make "action_exp" local const, and adjust.
9617         (encode_actions): Adjust.
9618         (replace_comma): Delete.
9619         (trace_dump_actions): Make "action_exp" and "next_comma" locals
9620         const, and adjust.  Don't frob the action string while splitting
9621         it at commas.  Instead, make a copy of each split substring in
9622         turn.
9623         (trace_dump_command): Adjust to validate_actionline prototype
9624         change.
9625         * tracepoint.h (decode_agent_options, decode_agent_options)
9626         (encode_actions, validate_actionline): Change prototypes.
9627         * valprint.h (output_command): Delete declaration.
9628         (output_command_const): Declare.
9629         * value.c (function_destroyer): Cast const away in xfree call.
9630
9631 2013-03-13  Pedro Alves  <palves@redhat.com>
9632
9633         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9634         rather than casting 'const char * const *' to 'const char **'.
9635         * ada-lex.l (processInt): Make "trailer" local const.  Remove
9636         'const char **' cast.
9637         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9638         locals, and use those as strtol output pointer, instead than doing
9639         invalid casts to from 'const char **' to 'char **'.
9640         (_initialize_demangle): Remove cast.
9641         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9642         locals, and use those as strtol output pointer, instead than doing
9643         invalid casts to from 'const char **' to 'char **'.
9644         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9645         casts.
9646         * stap-probe.c (stap_parse_register_operand)
9647         (stap_parse_single_operand): Likewise.
9648
9649 2013-03-13  Yao Qi  <yao@codesourcery.com>
9650
9651         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9652         the last matched 'V' blcok in trace frame.
9653
9654 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
9655
9656         * NEWS: Create a new section for the next release branch.
9657         Rename the section of the current branch, now that it has
9658         been cut.
9659
9660 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
9661
9662         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9663         * version.in: Bump version to 7.6.50.20130312-cvs.
9664
9665 2013-03-12  Keith Seitz  <keiths@redhat.com>
9666
9667         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9668         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9669         Remove temporary copy of input string.
9670         (mi_execute_command_wrapper): Make "cmd" const.
9671         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9672         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9673         Use const strings.
9674         (mi_parse): Make "cmd" const.
9675         Use const strings.
9676         * mi/mi-parse.h (mi_parse): Make "cmd" const.
9677
9678 2013-03-12  Keith Seitz  <keiths@redhat.com>
9679
9680         * ada-lang.c (ada_read_renaming_var_value): Pass const
9681         pointer to expression string to parse_exp_1.
9682         (create_excep_cond_exprs): Likewise.
9683         * ax-gdb.c (agent_eval_command_one): Likewise.
9684         (maint_agent_printf_command): Likewise.
9685         Constify much of the string handling/parsing.
9686         * breakpoint.c (set_breakpoint_condition): Pass const
9687         pointer to expression string to parse_exp_1.
9688         (update_watchpoint): Likewise.
9689         (parse_cmd_to_aexpr): Constify string handling.
9690         Pass const pointer to parse_exp_1.
9691         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9692         (find_condition_and_thread): Likewise.
9693         Make TOK const.
9694         (watch_command_1): Make "arg" const.
9695         Constify string handling.
9696         Copy the expression string instead of changing the input
9697         string.
9698         (update_breakpoint_location): Pass const pointer to
9699         parse_exp_1.
9700         * eval.c (parse_and_eval_address): Make "exp" const.
9701         (parse_to_comma_and_eval): Make "expp" const.
9702         (parse_and_eval): Make "exp" const.
9703         * expression.h (parse_expression): Make argument const.
9704         (parse_exp_1): Make first argument const.
9705         * findcmd.c (parse_find_args): Treat "args" as const.
9706         * linespec.c (parse_linespec): Pass const pointer to
9707         linespec_expression_to_pc.
9708         (linespec_expression_to_pc): Make "exp_ptr" const.
9709         * parse.c (parse_exp_1): Make "stringptr" const.
9710         Make a copy of the expression to pass to parse_exp_in_context until
9711         this whole interface can be constified.
9712         (parse_expression): Make "string" const.
9713         * printcmd.c (ui_printf): Treat "arg" as const.
9714         Handle const strings.
9715         * tracepoint.c (validate_actionline): Pass const pointer to
9716         all calls to parse_exp_1.
9717         (encode_actions_1): Likewise.
9718         * value.h (parse_to_comma_and_eval): Make argument const.
9719         (parse_and_eval_address): Likewise.
9720         (parse_and_eval): Likewise.
9721         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
9722         (varobj_set_value): Likewise.
9723         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
9724         constify string handling.
9725         Pass const pointers to parse_and_eval_address and
9726         parse_to_comman_and_eval.
9727         * cli/cli-utils.c (skip_to_space): Rename to ...
9728         (skip_to_space_const): ... this. Handle const strings.
9729         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
9730         skip_to_space_const.
9731         (skip_to_space_const): Declare.
9732         * common/format.c (parse_format_string): Make "arg" const.
9733         Handle const strings.
9734         * common/format.h (parse_format_string): Make "arg" const.
9735         * gdbserver/ax.c (ax_printf): Make "format" const.
9736         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
9737         of the expression string.
9738
9739 2013-03-12  Hui Zhu  <hui@codesourcery.com>
9740
9741         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
9742
9743 2013-03-12  Yao Qi  <yao@codesourcery.com>
9744             Hui Zhu  <hui@codesourcery.com>
9745
9746         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
9747         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
9748         DW_OP_deref_size.
9749
9750 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
9751
9752         * ada-lex.l (rules): Only recognize 'thread' as a
9753         delimiter when followed by numerals, as for c-exp.y.
9754         Use new rewind_to_char function to rewind the input for
9755         expression-delimiting tokens.
9756         (rewind_to_char): New function.
9757
9758 2013-03-11  Pedro Alves  <palves@redhat.com>
9759             Jan Kratochvil  <jan.kratochvil@redhat.com>
9760
9761         * configure: Regenerate.
9762         * configure.ac (check dynamic export flag): Link python test with
9763         $PYTHON_LIBS.
9764
9765 2013-03-11  Doug Evans  <dje@google.com>
9766             Keith Seitz  <keiths@redhat.com>
9767
9768         * linespec.c (find_linespec_symbols): Call find_function_symbols
9769         first, and then call lookup_prefix_sym/find_method.
9770
9771 2013-03-11  Pedro Alves  <palves@redhat.com>
9772
9773         * charset.c (convert_between_encodings): Don't cast between
9774         different pointer to pointer types.  Instead, make the 'inp' local
9775         be of the type iconv expects.
9776         (wchar_iterate): Don't cast between different pointer to pointer
9777         types.  Instead, use new pointer local of the type iconv expects.
9778         * target.c (target_read_stralloc, target_fileio_read_stralloc):
9779         Add new local of type char pointer, and use it to get a
9780         char/string view of the byte buffer, instead of casting between
9781         pointer to pointer types.
9782
9783 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
9784
9785         * remote.c (remote_set_trace_buffer_size): Move != operator
9786         to the start of next line to fix an ARI warning.
9787
9788 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9789
9790         * NEWS: Add record changes.
9791
9792 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9793
9794         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9795         the instruction history disassembly.
9796         * disasm.c (dump_insns): Omit the pc prefix, if requested.
9797         * disasm.h (DISASSEMBLY_OMIT_PC): New.
9798
9799 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9800
9801         * Makefile.in (SFILES): Add record-btrace.c
9802         (COMMON_OBS): Add record-btrace.o
9803         * record-btrace.c: New.
9804         * objfiles.c: Include btrace.h.
9805         (free_objfile): call btrace_free_objfile.
9806
9807 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9808
9809         * target.c (target_call_history, target_call_history_from,
9810         target_call_history_range): New.
9811         * target.h (target_ops) <to_call_history, to_call_history_from,
9812         to_call_history_range>: New fields.
9813         (target_call_history, target_call_history_from,
9814         target_call_history_range): New declaration.
9815         * record.c (get_call_history_modifiers, cmd_record_call_history,
9816         record_call_history_size): New.
9817         (_initialize_record): Add the "record function-call-history" command.
9818         Add "set/show record function-call-history-size" commands.
9819         * record.h (record_print_flag): New.
9820
9821 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9822
9823         * target.h (target_ops) <to_insn_history, to_insn_history_from,
9824         to_insn_history_range>: New fields.
9825         (target_insn_history): New.
9826         (target_insn_history_from): New.
9827         (target_insn_history_range): New.
9828         * target.c (target_insn_history): New.
9829         (target_insn_history_from): New.
9830         (target_insn_history_range): New.
9831         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9832         (record_insn_history_size): New.
9833         (get_insn_number): New.
9834         (get_context_size): New.
9835         (no_chunk): New.
9836         (get_insn_history_modifiers): New.
9837         (cmd_record_insn_history): New.
9838         (_initialize_record): Add "set/show record instruction-history-size"
9839         command. Add "record instruction-history" command.
9840
9841 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9842
9843         * record.h (record_disconnect): New.
9844         (record_detach): New.
9845         (record_mourn_inferior): New.
9846         (record_kill): New.
9847         * record-full.c (record_disconnect, record_detach,
9848         record_mourn_inferior, record_kill): Move to...
9849         * record.c: ...here.
9850         (DEBUG): New.
9851         (record_stop): New.
9852         (record_unpush): New.
9853         (cmd_record_stop): Call record_stop. Replace unpush_target
9854         call with record_unpush call.
9855         (record_disconnect, record_detach): Assert that the target
9856         is of record stratum. Call record_unpush, record_stop, and
9857         DEBUG.
9858         (record_mourn_inferior, record_kill): Assert that the target
9859         is of record stratum. Call record_unpush and DEBUG.
9860
9861 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9862
9863         * record-full.h, record-full.c (record_memory_query): Rename
9864         to ...
9865         (record_full_memory_query): ...this. Update all users.
9866         (record_arch_list_add_reg): Rename to ...
9867         (record_full_arch_list_add_reg): ...this. Update all users.
9868         (record_arch_list_add_mem): Rename to ...
9869         (record_full_arch_list_add_mem): ...this. Update all users.
9870         (record_arch_list_add_end): Rename to ...
9871         (record_full_arch_list_add_end): ...this. Update all users.
9872         (record_gdb_operation_disable_set): Rename to ...
9873         (record_full_gdb_operation_disable_set): ...this.
9874         Update all users.
9875
9876 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9877
9878         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9879         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9880         (RECORD_IS_REPLAY): Renamed to ...
9881         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9882         (RECORD_FILE_MAGIC): Renamed to ...
9883         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9884         (record_mem_entry): Renamed to ...
9885         (record_full_mem_entry): ... this. Updated all users.
9886         (record_reg_entry): Renamed to ...
9887         (record_full_reg_entry): ... this. Updated all users.
9888         (record_end_entry): Renamed to ...
9889         (record_full_end_entry): ... this. Updated all users.
9890         (record_type) <record_end, record_reg, record_mem>: Renamed
9891         to ...
9892         (record_full_type) <record_full_end, record_full_reg,
9893         record_full_mem>: ... this. Updated all users.
9894         (record_entry): Renamed to ...
9895         (record_full_entry): ... this. Updated all users.
9896         (record_core_buf_entry): Renamed to ...
9897         (record_full_core_buf_entry): ... this. Updated all users.
9898         (record_core_regbuf): Renamed to ...
9899         (record_full_core_regbuf): ... this. Updated all users.
9900         (record_core_start): Renamed to ...
9901         (record_full_core_start): ... this. Updated all users.
9902         (record_core_end): Renamed to ...
9903         (record_full_core_end): ... this. Updated all users.
9904         (record_core_buf_list): Renamed to ...
9905         (record_full_core_buf_list): ... this. Updated all users.
9906         (record_first): Renamed to ...
9907         (record_full_first): ... this. Updated all users.
9908         (record_list): Renamed to ...
9909         (record_full_list): ... this. Updated all users.
9910         (record_arch_list_head): Renamed to ...
9911         (record_full_arch_list_head): ... this. Updated all users.
9912         (record_arch_list_tail): Renamed to ...
9913         (record_full_arch_list_tail): ... this. Updated all users.
9914         (record_stop_at_limit): Renamed to ...
9915         (record_full_stop_at_limit): ... this. Updated all users.
9916         (record_insn_max_num): Renamed to ...
9917         (record_full_insn_max_num): ... this. Updated all users.
9918         (record_insn_num): Renamed to ...
9919         (record_full_insn_num): ... this. Updated all users.
9920         (record_insn_count): Renamed to ...
9921         (record_full_insn_count): ... this. Updated all users.
9922         (record_ops): Renamed to ...
9923         (record_full_ops): ... this. Updated all users.
9924         (record_core_ops): Renamed to ...
9925         (record_full_core_ops): ... this. Updated all users.
9926         (set_record_cmdlist): Renamed to ...
9927         (set_record_full_cmdlist): ... this. Updated all users.
9928         (show_record_cmdlist): Renamed to ...
9929         (show_record_full_cmdlist): ... this. Updated all users.
9930         (record_cmdlist): Renamed to ...
9931         (record_full_cmdlist): ... this. Updated all users.
9932         (record_beneath_to_resume_ops): Renamed to ...
9933         (record_full_beneath_to_resume_ops): ... this. Updated all users.
9934         (record_beneath_to_resume): Renamed to ...
9935         (record_full_beneath_to_resume): ... this. Updated all users.
9936         (record_beneath_to_wait_ops): Renamed to ...
9937         (record_full_beneath_to_wait_ops): ... this. Updated all users.
9938         (record_beneath_to_wait): Renamed to ...
9939         (record_full_beneath_to_wait): ... this. Updated all users.
9940         (record_beneath_to_store_registers_ops): Renamed to ...
9941         (record_full_beneath_to_store_registers_ops): ... this.
9942         Updated all users.
9943         (record_beneath_to_store_registers): Renamed to ...
9944         (record_full_beneath_to_store_registers): ... this.
9945         Updated all users.
9946         (record_beneath_to_xfer_partial_ops): Renamed to ...
9947         (record_full_beneath_to_xfer_partial_ops): ... this.
9948         Updated all users.
9949         (record_beneath_to_xfer_partial): Renamed to ...
9950         (record_full_beneath_to_xfer_partial): ... this.
9951         Updated all users.
9952         (record_beneath_to_insert_breakpoint): Renamed to ...
9953         (record_full_beneath_to_insert_breakpoint): ... this.
9954         Updated all users.
9955         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
9956         (record_full_beneath_to_stopped_by_watchpoint): ... this.
9957         Updated all users.
9958         (record_beneath_to_stopped_data_address): Renamed to ...
9959         (record_full_beneath_to_stopped_data_address): ... this.
9960         Updated all users.
9961         (record_beneath_to_async): Renamed to ...
9962         (record_full_beneath_to_async): ... this. Updated all users.
9963         (record_goto_insn): Renamed to ...
9964         (record_full_goto_insn): ... this. Updated all users.
9965         (record_save): Renamed to ...
9966         (record_full_save): ... this. Updated all users.
9967         (record_reg_alloc): Renamed to ...
9968         (record_full_reg_alloc): ... this. Updated all users.
9969         (record_reg_release): Renamed to ...
9970         (record_full_reg_release): ... this. Updated all users.
9971         (record_mem_alloc): Renamed to ...
9972         (record_full_mem_alloc): ... this. Updated all users.
9973         (record_mem_release): Renamed to ...
9974         (record_full_mem_release): ... this. Updated all users.
9975         (record_end_alloc): Renamed to ...
9976         (record_full_end_alloc): ... this. Updated all users.
9977         (record_end_release): Renamed to ...
9978         (record_full_end_release): ... this. Updated all users.
9979         (record_entry_release): Renamed to ...
9980         (record_full_entry_release): ... this. Updated all users.
9981         (record_list_release): Renamed to ...
9982         (record_full_list_release): ... this. Updated all users.
9983         (record_list_release_following): Renamed to ...
9984         (record_full_list_release_following): ... this.
9985         Updated all users.
9986         (record_list_release_first): Renamed to ...
9987         (record_full_list_release_first): ... this. Updated all users.
9988         (record_arch_list_add): Renamed to ...
9989         (record_full_arch_list_add): ... this. Updated all users.
9990         (record_get_loc): Renamed to ...
9991         (record_full_get_loc): ... this. Updated all users.
9992         (record_check_insn_num): Renamed to ...
9993         (record_full_check_insn_num): ... this. Updated all users.
9994         (record_arch_list_cleanups): Renamed to ...
9995         (record_full_arch_list_cleanups): ... this. Updated all users.
9996         (record_message): Renamed to ...
9997         (record_full_message): ... this. Updated all users.
9998         (record_message_wrapper): Renamed to ...
9999         (record_full_message_wrapper): ... this. Updated all users.
10000         (record_message_wrapper_safe): Renamed to ...
10001         (record_full_message_wrapper_safe): ... this. Updated all users.
10002         (record_gdb_operation_disable): Renamed to ...
10003         (record_full_gdb_operation_disable): ... this. Updated all users.
10004         (record_hw_watchpoint): Renamed to ...
10005         (record_full_hw_watchpoint): ... this. Updated all users.
10006         (record_exec_insn): Renamed to ...
10007         (record_full_exec_insn): ... this. Updated all users.
10008         (record_restore): Renamed to ...
10009         (record_full_restore): ... this. Updated all users.
10010         (record_async_inferior_event_token): Renamed to ...
10011         (record_full_async_inferior_event_token): ... this.
10012         Updated all users.
10013         (record_async_inferior_event_handler): Renamed to ...
10014         (record_full_async_inferior_event_handler): ... this.
10015         Updated all users.
10016         (record_core_open_1): Renamed to ...
10017         (record_full_core_open_1): ... this. Updated all users.
10018         (record_open_1): Renamed to ...
10019         (record_full_open_1): ... this. Updated all users.
10020         (record_open): Renamed to ...
10021         (record_full_open): ... this. Updated all users.
10022         (record_close): Renamed to ...
10023         (record_full_close): ... this. Updated all users.
10024         (record_resume_step): Renamed to ...
10025         (record_full_resume_step): ... this. Updated all users.
10026         (record_resumed): Renamed to ...
10027         (record_full_resumed): ... this. Updated all users.
10028         (record_execution_dir): Renamed to ...
10029         (record_full_execution_dir): ... this. Updated all users.
10030         (record_resume): Renamed to ...
10031         (record_full_resume): ... this. Updated all users.
10032         (record_get_sig): Renamed to ...
10033         (record_full_get_sig): ... this. Updated all users.
10034         (record_sig_handler): Renamed to ...
10035         (record_full_sig_handler): ... this. Updated all users.
10036         (record_wait_cleanups): Renamed to ...
10037         (record_full_wait_cleanups): ... this. Updated all users.
10038         (record_wait_1): Renamed to ...
10039         (record_full_wait_1): ... this. Updated all users.
10040         (record_wait): Renamed to ...
10041         (record_full_wait): ... this. Updated all users.
10042         (record_stopped_by_watchpoint): Renamed to ...
10043         (record_full_stopped_by_watchpoint): ... this. Updated all users.
10044         (record_disconnect): Renamed to ...
10045         (record_full_disconnect): ... this. Updated all users.
10046         (record_detach): Renamed to ...
10047         (record_full_detach): ... this. Updated all users.
10048         (record_mourn_inferior): Renamed to ...
10049         (record_full_mourn_inferior): ... this. Updated all users.
10050         (record_kill): Renamed to ...
10051         (record_full_kill): ... this. Updated all users.
10052         (record_stopped_data_address): Renamed to ...
10053         (record_full_stopped_data_address): ... this. Updated all users.
10054         (record_registers_change): Renamed to ...
10055         (record_full_registers_change): ... this. Updated all users.
10056         (record_store_registers): Renamed to ...
10057         (record_full_store_registers): ... this. Updated all users.
10058         (record_xfer_partial): Renamed to ...
10059         (record_full_xfer_partial): ... this. Updated all users.
10060         (record_breakpoint): Renamed to ...
10061         (record_full_breakpoint): ... this. Updated all users.
10062         (record_breakpoint_p): Renamed to ...
10063         (record_full_breakpoint_p): ... this. Updated all users.
10064         (record_breakpoints): Renamed to ...
10065         (record_full_breakpoints): ... this. Updated all users.
10066         (record_sync_record_breakpoints): Renamed to ...
10067         (record_full_sync_record_breakpoints): ... this.
10068         Updated all users.
10069         (record_init_record_breakpoints): Renamed to ...
10070         (record_full_init_record_breakpoints): ... this.
10071         Updated all users.
10072         (record_insert_breakpoint): Renamed to ...
10073         (record_full_insert_breakpoint): ... this. Updated all users.
10074         (record_remove_breakpoint): Renamed to ...
10075         (record_full_remove_breakpoint): ... this. Updated all users.
10076         (record_can_execute_reverse): Renamed to ...
10077         (record_full_can_execute_reverse): ... this. Updated all users.
10078         (record_get_bookmark): Renamed to ...
10079         (record_full_get_bookmark): ... this. Updated all users.
10080         (record_goto_bookmark): Renamed to ...
10081         (record_full_goto_bookmark): ... this. Updated all users.
10082         (record_async): Renamed to ...
10083         (record_full_async): ... this. Updated all users.
10084         (record_can_async_p): Renamed to ...
10085         (record_full_can_async_p): ... this. Updated all users.
10086         (record_is_async_p): Renamed to ...
10087         (record_full_is_async_p): ... this. Updated all users.
10088         (record_execution_direction): Renamed to ...
10089         (record_full_execution_direction): ... this. Updated all users.
10090         (record_info): Renamed to ...
10091         (record_full_info): ... this. Updated all users.
10092         (record_delete): Renamed to ...
10093         (record_full_delete): ... this. Updated all users.
10094         (record_is_replaying): Renamed to ...
10095         (record_full_is_replaying): ... this. Updated all users.
10096         (record_goto_entry): Renamed to ...
10097         (record_full_goto_entry): ... this. Updated all users.
10098         (record_goto_begin): Renamed to ...
10099         (record_full_goto_begin): ... this. Updated all users.
10100         (record_goto_end): Renamed to ...
10101         (record_full_goto_end): ... this. Updated all users.
10102         (record_goto): Renamed to ...
10103         (record_full_goto): ... this. Updated all users.
10104         (init_record_ops): Renamed to ...
10105         (init_record_full_ops): ... this. Updated all users.
10106         (record_core_resume): Renamed to ...
10107         (record_full_core_resume): ... this. Updated all users.
10108         (record_core_kill): Renamed to ...
10109         (record_full_core_kill): ... this. Updated all users.
10110         (record_core_fetch_registers): Renamed to ...
10111         (record_full_core_fetch_registers): ... this. Updated all users.
10112         (record_core_prepare_to_store): Renamed to ...
10113         (record_full_core_prepare_to_store): ... this. Updated all users.
10114         (record_core_store_registers): Renamed to ...
10115         (record_full_core_store_registers): ... this. Updated all users.
10116         (record_core_xfer_partial): Renamed to ...
10117         (record_full_core_xfer_partial): ... this. Updated all users.
10118         (record_core_insert_breakpoint): Renamed to ...
10119         (record_full_core_insert_breakpoint): ... this. Updated all users.
10120         (record_core_remove_breakpoint): Renamed to ...
10121         (record_full_core_remove_breakpoint): ... this. Updated all users.
10122         (record_core_has_execution): Renamed to ...
10123         (record_full_core_has_execution): ... this. Updated all users.
10124         (init_record_core_ops): Renamed to ...
10125         (init_record_full_core_ops): ... this. Updated all users.
10126         (cmd_record_restore): Renamed to ...
10127         (cmd_record_full_restore): ... this. Updated all users.
10128         (record_save_cleanups): Renamed to ...
10129         (record_full_save_cleanups): ... this. Updated all users.
10130         (cmd_record_start): Renamed to ...
10131         (cmd_record_full_start): ... this. Updated all users.
10132         (set_record_insn_max_num): Renamed to ...
10133         (set_record_full_insn_max_num): ... this. Updated all users.
10134         (set_record_command): Renamed to ...
10135         (set_record_full_command): ... this. Updated all users.
10136         (show_record_command): Renamed to ...
10137         (show_record_full_command): ... this. Updated all users.
10138         (_initialize_record): Renamed to ...
10139         (_initialize_record_full): ... this. Updated all users.
10140
10141 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10142
10143         * record.h: Split into this and ...
10144         * record-full.h: ... this.
10145         * record.c: Split into this and ...
10146         * record-full.c: ... this.
10147         * target.h (target_ops): Add new fields to_info_record,
10148         to_save_record, to_delete_record, to_record_is_replaying,
10149         to_goto_record_begin, to_goto_record_end, to_goto_record.
10150         (target_info_record): New.
10151         (target_save_record): New.
10152         (target_supports_delete_record): New.
10153         (target_delete_record): New.
10154         (target_record_is_replaying): New.
10155         (target_goto_record_begin): New.
10156         (target_goto_record_end): New.
10157         (target_goto_record): New.
10158         * target.c (target_info_record): New.
10159         (target_save_record): New.
10160         (target_supports_delete_record): New.
10161         (target_delete_record): New.
10162         (target_record_is_replaying): New.
10163         (target_goto_record_begin): New.
10164         (target_goto_record_end): New.
10165         (target_goto_record): New.
10166         * record.h: Declare struct cmd_list_element.
10167         (record_cmdlist): New declaration.
10168         (set_record_cmdlist): New declaration.
10169         (show_record_cmdlist): New declaration.
10170         (info_record_cmdlist): New declaration.
10171         (cmd_record_goto): New declaration.
10172         * record.c: Remove unnecessary includes.
10173         Include inferior.h.
10174         (cmd_record_goto): Remove declaration.
10175         (record_cmdlist): Now extern. Initialize.
10176         (set_record_cmdlist): Now extern. Initialize.
10177         (show_record_cmdlist): Now extern. Initialize.
10178         (info_record_cmdlist): Now extern. Initialize.
10179         (find_record_target): New.
10180         (require_record_target): New.
10181         (cmd_record_start): Update.
10182         (cmd_record_delete): Remove target-specific code.
10183         Call target_delete_record.
10184         (cmd_record_stop): Unpush any record target.
10185         (set_record_insn_max_num): Move to record-full.c
10186         (set_record_command): Add comment.
10187         (show_record_command): Add comment.
10188         (info_record_command): Update comment.
10189         Remove target-specific code.
10190         Call the record target's to_info_record.
10191         (cmd_record_start): New.
10192         (cmd_record_goto): Now extern.
10193         Remove target-specific code.
10194         Call target_goto_begin,  target_goto_end, or target_goto.
10195         (_initialize_record): Move record target ops initialization to
10196         record-full.c.
10197         Change "record" command help text.
10198         Move "record restore", "record set", and "record show" commands to
10199         record-full.c.
10200         * Makefile.in (SFILES): Add record-full.c.
10201         (HFILES_NO_SRCDIR): Add record-full.h.
10202         (COMMON_OBS): Add record-full.o.
10203         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10204         * arm-tdep.c: Include record-full.h.
10205         * i386-linux-tdep.c: Include record-full.h instead of record.h.
10206         * i386-tdep.c: Include record-full.h.
10207         * infrun.c: Include record-full.h.
10208         * linux-record.c: Include record-full.h.
10209         * moxie-tdep.c: Include record-full.h.
10210         * record-full.c: Include record-full.h.
10211         Change module comment.
10212         (set_record_full_cmdlist): New.
10213         (show_record_full_cmdlist): New.
10214         (record_full_cmdlist): New.
10215         (record_goto_insn): New declaration.
10216         (record_save): New declaration.
10217         (record_check_insn_num): Change query string.
10218         (record_info): New.
10219         (record_delete): New.
10220         (record_is_replaying): New.
10221         (record_goto_entry): New.
10222         (record_goto_begin): New.
10223         (record_goto_end): New.
10224         (record_goto): New.
10225         (init_record_ops): Update.
10226         (init_record_core_ops): Update.
10227         (cmd_record_save): Rename to record_save. Remove target and arg checks.
10228         (cmd_record_start): New.
10229         (set_record_insn_max_num): Moved from record.c
10230         (set_record_full_command): New.
10231         (show_record_full_command): New.
10232         (_initialize_record_full): New.
10233
10234 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10235
10236         * target.h (add_deprecated_target_alias): New.
10237         * target.c (add_deprecated_target_alias): New.
10238
10239 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10240
10241         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10242         and signal.h.
10243         (linux_supports_btrace): Add kernel and
10244         cpuid check.
10245         (kernel_supports_btrace): New function.
10246         (cpu_supports_btrace): New function.
10247         (intel_supports_btrace): New function.
10248
10249 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10250
10251         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10252         * remote.c: Include btrace.h.
10253         (struct btrace_target_info): New struct.
10254         (remote_supports_btrace): New function.
10255         (send_Qbtrace): New function.
10256         (remote_enable_btrace): New function.
10257         (remote_disable_btrace): New function.
10258         (remote_teardown_btrace): New function.
10259         (remote_read_btrace): New function.
10260         (init_remote_ops): Add btrace ops.
10261         (enum <unnamed>): Add btrace packets.
10262         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10263         (_initialize_remote): Add packet configuration for branch tracing.
10264
10265 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10266
10267         * features/btrace.dtd: New file.
10268         * Makefile.in (XMLFILES): Add btrace.dtd.
10269         * btrace.h (parse_xml_btrace): New declaration.
10270         * btrace.c: Include xml-support.h.
10271         (parse_xml_btrace): New function.
10272         (parse_xml_btrace_block): New function.
10273         (block_attributes): New struct.
10274         (btrace_attributes): New struct.
10275         (btrace_children): New struct.
10276         (btrace_elements): New struct.
10277
10278 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10279
10280         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10281         (amd64_linux_enable_btrace): New.
10282         (amd64_linux_disable_btrace): New.
10283         (amd64_linux_teardown_btrace): New.
10284         (_initialize_amd64_linux_nat): Initialize btrace ops.
10285         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10286         (i386_linux_enable_btrace): New.
10287         (i386_linux_disable_btrace): New.
10288         (i386_linux_teardown_btrace): New.
10289         (_initialize_i386_linux_nat): Initialize btrace ops.
10290         * config/i386/linux.mh: Add linux-btrace.o.
10291         * config/i386/linux64.mh: Add linux-btrace.o.
10292
10293 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10294
10295         * common/linux_btrace.h: New file.
10296         * common/linux_btrace.c: New file.
10297         * Makefile.in (SFILES): Add btrace.c.
10298         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10299         (COMMON_OBS): Add btrace.o.
10300         (linux-btrace.o): New rule.
10301
10302 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10303
10304         * target.h: Include btrace.h.
10305         (struct target_ops) <to_supports_btrace, to_enable_btrace,
10306         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10307         * target.c (target_supports_btrace): New function.
10308         (target_enable_btrace): New function.
10309         (target_disable_btrace): New function.
10310         (target_teardown_btrace): New function.
10311         (target_read_btrace): New function.
10312         * btrace.h: New file.
10313         * btrace.c: New file.
10314         * Makefile.in: Add btrace.c.
10315         * gdbthread.h: Include btrace.h.
10316         (struct thread_info): Add btrace field.
10317         * thread.c: Include btrace.h.
10318         (clear_thread_inferior_resources): Call target_teardown_btrace.
10319         * common/btrace-common.h: New file.
10320
10321 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10322
10323         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10324         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10325         kill_status to outer block.
10326
10327 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10328
10329         Fix entry-values if the callee called a noreturn function.
10330         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10331         get_frame_address_in_block.  Add new comment.
10332
10333 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10334
10335         Fix entry-values in C++ across CUs.
10336         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10337         lookup_minimal_symbol.  Add a comment.
10338         * dwarf2read.c
10339         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10340         DW_AT_linkage_name.
10341
10342 2013-03-08  Yao Qi  <yao@codesourcery.com>
10343
10344         * tracepoint.c (_initialize_tracepoint): Indent the code.
10345
10346 2013-03-08  Pedro Alves  <palves@redhat.com>
10347
10348         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10349         (parse_find_args, find_command): Change type of pattern buffer
10350         locals to 'gdb_byte *'.
10351
10352 2013-03-08  Stan Shebs  <stan@codesourcery.com>
10353             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10354
10355         * NEWS: Mention set and show trace-buffer-size commands.
10356         Mention new packet.
10357         * target.h (struct target_ops): New method
10358         to_set_trace_buffer_size.
10359         (target_set_trace_buffer_size): New macro.
10360         * target.c (update_current_target): Set up new method.
10361         * tracepoint.c (trace_buffer_size): New global.
10362         (start_tracing): Send it to the target.
10363         (set_trace_buffer_size): New function.
10364         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10365         * remote.c (remote_set_trace_buffer_size): New function.
10366         (_initialize_remote): Use it.
10367         (QTBuffer:size) New remote command.
10368         (PACKET_QTBuffer_size): New enum.
10369         (remote_protocol_features): Add an entry for
10370         PACKET_QTBuffer_size.
10371
10372 2013-03-08  Tom Tromey  <tromey@redhat.com>
10373
10374         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10375         variable.
10376
10377 2013-03-07  Pedro Alves  <palves@redhat.com>
10378
10379         * target.c (target_read_stralloc, target_fileio_read_alloc):
10380         *Cast pointer to 'gdb_byte *' in target call.
10381
10382 2013-03-07  Pedro Alves  <palves@redhat.com>
10383
10384         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10385         call.
10386
10387 2013-03-07  Keith Seitz  <keiths@redhat.com>
10388
10389         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10390         (trace_pass_command): Likewise.
10391         * cli/cli-cmds.c: Include cli/cli-utils.h.
10392         (source_command): Use skip-spaces.
10393         (disassemble_command): Likewise.
10394         * findcmd.c: Include cli/cli-utils.h.
10395         (parse_find_args): Use skip_spaces.
10396         * go32-nat.c: Include cli/cli-utils.h.
10397         (go32_sldt): Use skip_spaces.
10398         (go32_sgdt): Likewise.
10399         (go32_sidt): Likewise.
10400         (go32_pde): Likewise.
10401         (go32_pte): Likewise.
10402         (go32_pte_for_address): Likewise.
10403         * infcmd.c: Include cli/cli-utils.h.
10404         (registers_info): Use skip_spaces.
10405         * linux-tdep.c (read_mapping): Use skip_spaces_const.
10406         (linux_info_proc): Likewise.
10407         * linux-thread-db.c: Include cli/cli-utils.h.
10408         (info_auto_load_libthread_db): Use skip_spaces_const.
10409         * m32r-rom.c: Include cli/cli-utils.h.
10410         (m32r_upload_command): Use skip_spaces.
10411         * maint.c: Include cli/cli-utils.h.
10412         (maintenance_translate_address): Use skip_spaces.
10413         * mi/mi-parse.c: Include cli/cli-utils.h.
10414         (mi_parse_argv): Use skip_spaces.
10415         (mi_parse): Likewise.
10416         * minsyms.c: Include cli/cli-utils.h.
10417         (msymbol_hash_iw): Use skip_spaces_const.
10418         * objc-lang.c: Include cli/cli-utils.h.
10419         (parse_selector): Use skip_spaces.
10420         (parse_method): Likewise.
10421         * python/python.c: Include cli/cli-utils.h.
10422         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10423         (python_command)[HAVE_PYTHON]: Likewise.
10424         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10425         * remote-m32r-sdi.c: Include cli/cli-utils.h.
10426         (m32r_load): Use skip_spaces.
10427         * serial.c: Include cli/cli-utils.h.
10428         (serial_open): Use skip_spaces_const.
10429         * stack.c: Include cli/cli-utils.h.
10430         (parse_frame_specification_1): Use skip_spaces_const.
10431         * symfile.c: Include cli/cli-utils.h.
10432         (set_ext_lang_command): Use skip_spaces.
10433         * symtab.c: Include cli/cli-utils.h.
10434         (rbreak_command): Use skip_spaces.
10435         * thread.c (thread_name_command): Use skip_spaces.
10436         * tracepoint.c (validate_actionline): Use skip_spaces.
10437         (encode_actions_1): Likewise.
10438         (trace_find_range_command): Likewise.
10439         (trace_find_outside_command): Likewise.
10440         (trace_dump_actions): Likewise.
10441
10442 2013-03-07  Pedro Alves  <palves@redhat.com>
10443
10444         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10445         * expprint.c (print_subexp_standard): Likewise.
10446         * utils.c (host_char_to_target): Likewise.
10447         * valprint.c (generic_emit_char, generic_printstr): Likewise.
10448         * varobj.c (value_get_print_value): Change type of local to char*.
10449         Cast it gdb_byte * in call to language printer.
10450
10451 2013-03-07  Pedro Alves  <palves@redhat.com>
10452
10453         * charset.c (struct wchar_iterator) <input>: Change type to 'const
10454         gdb_byte *'.
10455         (make_wchar_iterator): Remove cast to char*.
10456         (wchar_iterate): Change type of local.
10457
10458 2013-03-07  Pedro Alves  <palves@redhat.com>
10459
10460         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10461         for 'regcache->register_status'.
10462
10463 2013-03-07  Pedro Alves  <palves@redhat.com>
10464
10465         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10466         int.
10467
10468 2013-03-07  Pedro Alves  <palves@redhat.com>
10469
10470         * stap-probe.c (handle_stap_probe): Add cast to char*.
10471
10472 2013-03-07  Pedro Alves  <palves@redhat.com>
10473
10474         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10475         RECORD_MSGRCV>: Pass a signed variable to
10476         regcache_raw_read_signed, instead of an unsigned one.
10477
10478 2013-03-07  Pedro Alves  <palves@redhat.com>
10479
10480         * remote-notif.c (notif_debug): Change type to int.
10481         * remote-notif.h (notif_debug): Likewise.
10482
10483 2013-03-07  Pedro Alves  <palves@redhat.com>
10484
10485         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10486
10487 2013-03-07  Pedro Alves  <palves@redhat.com>
10488
10489         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10490         * remote.h (hex2bin, bin2hex): ... here.
10491         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10492
10493 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
10494
10495         * utils.c (initialize_utils): Improve doc strings of "set/show
10496         width", "set/show height", and "set/show pagination".
10497
10498 2013-03-06  Keith Seitz  <keiths@redhat.com>
10499
10500         * ax-gdb.c (gen_printf): Make FORMAT const.
10501         * ax-gdb.h (gen_printf): Likewise.
10502         * ax-general.c (ax_string): Make STR const.
10503         * ax.h (ax_string): Likewise.
10504
10505 2013-03-06  Doug Evans  <dje@google.com>
10506
10507         * elfread.c (elf_symfile_read): Move debugging printf to more
10508         logical location.
10509
10510 2013-03-06  Pedro Alves  <palves@redhat.com>
10511
10512         * python/py-utils.c (target_string_to_unicode): Delete function.
10513         * python/python-internal.h (target_string_to_unicode): Delete
10514         declaration.
10515
10516 2013-03-06  Pierre Muller  <muller@sourceware.org>
10517
10518         * linespec.c (get_current_search_block): ARI fix, use (void)
10519         for empty parameter list.
10520
10521 2013-03-05  Doug Evans  <dje@google.com>
10522
10523         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10524         of old ada_lookup_symbol_list.  In !full_search case, don't
10525         search superblocks.
10526         (ada_lookup_symbol_list): Delete arg full_search, all callers
10527         updated.  Call ada_lookup_symbol_list_worker.
10528         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10529         * ada-lang.h (ada_lookup_symbol_list): Update.
10530         * language.h (language_defn): Update comment for
10531         la_iterate_over_symbols.
10532         * linespec.c (iterate_over_file_blocks): New function.
10533         (iterate_over_all_matching_symtabs): Call it.
10534         (lookup_prefix_sym): Ditto.
10535         (get_current_search_block): New function.
10536         (get_search_block): Delete.
10537         (find_label_symbols): Call get_current_search_block.
10538         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10539         * symtab.c (iterate_over_symbols): Don't search superblocks.
10540
10541 2013-03-05  Yao Qi  <yao@codesourcery.com>
10542
10543         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10544         parameter VAR's type from "unsigned int" to "int".
10545         * command.h (var_zuinteger_unlimited): Update its comments.
10546         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10547
10548 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
10549
10550         * NEWS: Mention new target x86_64-*-cygwin*.
10551
10552 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
10553
10554         * configure.host: Add x86_64-*-cygwin* as host.
10555         * configure.tgt: Add x86_64-*-cygwin* as target.
10556         * config/i386/cygwin64.mh: New file.
10557
10558 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10559
10560         * linespec.c (decode_line_2): Fix duplicate request off by two message.
10561
10562 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10563
10564         * linespec.c (struct linespec_canonical_name): New.
10565         (struct linespec_state): Change canonical_names type to it.
10566         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
10567         xrealloc element size.  Initialize the different CANONICAL fields.
10568         (canonical_to_fullform): New.
10569         (filter_results): Use it.  Add variables canonical, fullform and
10570         cleanup.
10571         (struct decode_line_2_item, decode_line_2_compare_items): New.
10572         (decode_line_2): Remove variables iter and item_names, add variables
10573         items and items_count.  Modify the code for these new variables.
10574
10575 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
10576
10577         * coff-pe-read.c (read_pe_exported_syms): Don't return without
10578         calling do_cleanup.
10579
10580 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
10581
10582         * tracepoint.c (build_traceframe_info): Add code for byte order.
10583
10584 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
10585
10586         * v850-tdep.c: (v850e2_register_name): Revise system register
10587         names to match current V850E2M architecture specifications.
10588         Update register number enum comments too.
10589
10590 2013-03-01  Jiong Wang  <jiwang@tilera.com>
10591             Pedro Alves  <palves@redhat.com>
10592
10593         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10594         to END_ADDR.
10595         (tilegx_skip_prologue): Limit prologue analysis to section end.
10596
10597 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10598
10599         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10600         use it.
10601
10602 2013-03-01  Pedro Alves  <palves@redhat.com>
10603
10604         Use gdb_byte for bytes from the program being debugged.
10605
10606         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10607         Change type of local 'buf' to gdb_byte.
10608         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10609         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10610         * cris-tdep.c (cris_sigcontext_addr)
10611         (cris_sigtramp_frame_unwind_cache): Likewise.
10612         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10613         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10614         Likewise.
10615         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10616         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10617         (hppa32_hpux_search_dummy_call_sequence)
10618         (hppa_hpux_supply_save_state): Likewise.
10619         * hppa-linux-tdep.c (insns_match_pattern)
10620         (hppa_linux_find_global_pointer): Likewise.
10621         * hppa-tdep.c (hppa_in_function_epilogue_p)
10622         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10623         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10624         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10625         (i386fbsd_collect_uthread): Likewise.
10626         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10627         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10628         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10629         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10630         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10631         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10632         (ia64_libunwind_frame_prev_register)
10633         (ia64_libunwind_sigtramp_frame_this_id)
10634         (ia64_find_global_pointer_from_dynamic_section)
10635         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10636         (ia64_unwind_pc): Likewise.
10637         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10638         * m68hc11-tdep.c (m68hc11_push_dummy_call)
10639         (m68hc11_extract_return_value): Likewise.
10640         * m68klinux-nat.c (fetch_register, store_register): Likewise.
10641         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10642         (mep_get_insn, mep_push_dummy_call): Likewise.
10643         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10644         (mips_linux_in_dynsym_stub): Likewise.
10645         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10646         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10647         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10648         to gdb_byte.
10649         * remote-mips.c (mips_set_register): Likewise.
10650         * remote-sim.c (gdbsim_fetch_register): Likewise.
10651         * score-tdep.c (score7_fetch_inst): Change type of parameter
10652         'memblock' and local 'buf' to gdb_byte.
10653         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10654         Change type of local 'buf' to gdb_byte.  Adjust.
10655         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10656         to gdb_byte**.
10657         (score7_analyze_prologue): Change type of 'memblock' and
10658         'memblock_ptr' locals to gdb_byte*.
10659         * sh64-tdep.c (sh64_extract_return_value)
10660         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10661         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10662         * solib-pa64.c (pa64_solib_create_inferior_hook)
10663         (pa64_open_symbol_file_object): Remove local 'buf'.
10664         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10665         (som_open_symbol_file_object): Likewise.
10666         * solib-spu.c (spu_current_sos): Likewise.
10667         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10668         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10669         (spu_store_registers): Likewise.
10670         * target.c (debug_print_register): Likewise.
10671         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10672         * xstormy16-tdep.c (xstormy16_store_return_value)
10673         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10674         (xstormy16_find_jmp_table_entry): Likewise.
10675
10676 2013-03-01  Jiong Wang  <jiwang@tilera.com>
10677
10678         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10679         (tilegx_gdbarch_init): Install it.
10680
10681 2013-02-28  Tom Tromey  <tromey@redhat.com>
10682
10683         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10684         PyLong_Check.
10685
10686 2013-02-28  Doug Evans  <dje@google.com>
10687
10688         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10689         * python/python.c (gdbpy_find_pc_line): Ditto.
10690
10691 2013-02-28  Tom Tromey  <tromey@redhat.com>
10692
10693         * contrib/excheck.py: New file.
10694         * contrib/exsummary.py: New file.
10695         * contrib/gcc-with-excheck: New file.
10696
10697 2013-02-28  Tom Tromey  <tromey@redhat.com>
10698
10699         * python/python.c (gdbpy_print_stack): Call begin_line and
10700         fprintf_filtered inside TRY_CATCH.
10701
10702 2013-02-28  Tom Tromey  <tromey@redhat.com>
10703
10704         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
10705         inside TRY_CATCH.
10706
10707 2013-02-28  Tom Tromey  <tromey@redhat.com>
10708
10709         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
10710         frame_object_to_frame_info inside TRY_CATCH.
10711
10712 2013-02-28  Tom Tromey  <tromey@redhat.com>
10713
10714         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
10715         TRY_CATCH.
10716
10717 2013-02-28  Tom Tromey  <tromey@redhat.com>
10718
10719         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
10720
10721 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
10722
10723         * windows-nat.c: Throughout, fix format strings and casts of
10724         printf-like functions to avoid type related warnings on all
10725         platforms.
10726         (handle_output_debug_string): Fetch context information address
10727         from debug string using string_to_core_addr.
10728
10729 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10730
10731         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
10732         * regformats/reg-tilegx32.dat: New.
10733
10734 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10735
10736         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
10737
10738 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10739
10740         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
10741
10742 2013-02-27  Yao Qi  <yao@codesourcery.com>
10743             Pedro Alves  <palves@redhat.com>
10744
10745         * tracepoint.c (tfile_trace_find): For tfind
10746         pc/tp/range/outside, look for the next trace frame instead of
10747         always starting from frame 0.
10748
10749 2013-02-26  Anthony Green  <green@moxielogic.com>
10750
10751         * configure.tgt: Add support for moxie-*-rtems* target.
10752
10753 2013-02-25  Pedro Alves  <palves@redhat.com>
10754
10755         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
10756         warning text.
10757
10758 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10759
10760         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
10761         if $fp is used as the virtual frame pointer.
10762
10763 2013-02-23  Alan Modra  <amodra@gmail.com>
10764
10765         * elfread.c (elf_symtab_read): Do not use udata.p here to find
10766         symbol size.
10767         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
10768         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
10769         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
10770         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
10771
10772 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10773
10774         Code cleanup.
10775         * elfread.c (build_id_bfd_get): Make the return type const.
10776         (build_id_verify): Make the check parameter const.
10777         (build_id_to_debug_filename): Make the build_id parameter and variable
10778         data const.
10779         (find_separate_debug_file_by_buildid): Make the variable build_id const.
10780
10781 2013-02-21  Alan Modra  <amodra@gmail.com>
10782
10783         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
10784
10785 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
10786
10787         Add a new method 'disassemble' to gdb.Architecture class.
10788         * python/py-arch.c (archpy_disassmble): Implementation of the
10789         new method gdb.Architecture.disassemble.
10790         (arch_object_methods): Add entry for the new method.
10791
10792 2013-02-20  Jiong Wang  <jiwang@tilera.com>
10793
10794         * MAINTAINERS (Write After Approval): Add myself to the list.
10795
10796 2013-02-19  Pedro Alves  <palves@redhat.com>
10797
10798         Garbage collect 'struct monitor_ops'::load_routine.
10799
10800         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10801         * monitor.c (monitor_load): No longer call
10802         current_monitor->load_routine.
10803         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10804         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10805         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10806
10807 2013-02-19  Pedro Alves  <palves@redhat.com>
10808
10809         PR gdb/15161
10810
10811         Harmonize with generic_load.
10812
10813         * monitor.c: Include "readline/readline.h".
10814         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
10815         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
10816         long/strtol for the 'load_offset' local.  Error out if no argument
10817         is given or if too many arguments are given.  Tilde expand the
10818         passed in file name.
10819
10820 2013-02-19  Kai Tietz  <ktietz@redhat.com>
10821
10822         PR gdb/15161
10823         * symfile.c (load_section_data): Change type of load_offset
10824         to CORE_ADDR.
10825         (generic_load): User strtoulst instead of strtoul for conversion
10826         of load_offset.
10827
10828 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10829
10830         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10831          for return address, "lr" register, saved on stack.
10832         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10833         after we invoke tilegx_analyze_prologue.
10834
10835 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10836
10837         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10838
10839 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10840
10841         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10842
10843 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10844
10845         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10846         (tilegx_write_pc): New function.
10847         (tilegx_cannot_reference_register): Return zero if REGNO
10848         is TILEGX_FAULTNUM_REGNUM.
10849         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10850         (tilegx_register_name): Add handling of "faultnum" register.
10851         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10852         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10853         handling of TILEGX_FAULTNUM_REGNUM.
10854         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10855
10856 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10857
10858         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10859         should be aligned to 64bit.
10860
10861 2013-02-19  Kai Tietz  <ktietz@redhat.com>
10862
10863         * windows-nat.c (windows_xfer_memory): Fix debug-output
10864         for LLP64.
10865
10866 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
10867
10868         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10869         Don't check DSP register number if HAVE_DSP is not set.
10870
10871 2013-02-19  Alan Modra  <amodra@gmail.com>
10872
10873         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
10874         throughout file instead.
10875         (build_id_bfd_get): Update to use new elf_tdata build_id field.
10876         Don't xmalloc return value.
10877         (build_id_verify): Similarly.  Don't xfree.
10878         (build_id_to_debug_filename): Update.
10879         (find_separate_debug_file_by_buildid): Update, don't xfree.
10880
10881 2013-02-18  Tom Tromey  <tromey@redhat.com>
10882
10883         PR gdb/15102:
10884         * dwarf2read.c (read_subrange_type): Use result of
10885         'check_typedef'.
10886
10887 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10888
10889         * frame.c: Remove one extra white space after #include
10890         directive.
10891
10892 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10893
10894         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10895
10896 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10897
10898         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10899         and dir commands into an if block.
10900
10901 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
10902
10903         * python/py-breakpoint (struct pybp_code):  Use int instead of
10904         enum type_code.
10905
10906 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
10907             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10908
10909         * NEWS: Mention new field "trace-file".
10910         * tracepoint.c (trace_status_mi): Output "trace-file" field.
10911         (tfile_open): Record the trace file's filename in the trace
10912         status.
10913         (tfile_files_info): Mention the name of the trace file.
10914         Check the "filename" field explicitely.
10915         (trace_status_command): Explicitely check "filename" field.
10916         (trace_find_command): Ditto.
10917         (trace_find_pc_command): Ditto.
10918         (trace_find_tracepoint_command): Ditto.
10919         (trace_find_line_command): Ditto.
10920         (trace_find_range_command): Ditto.
10921         (trace_find_outside_command): Ditto.
10922         * tracepoint.h (struct trace_status) <from_file>: Rename it
10923         to "filename" and make it hold the trace file's filename
10924         instead of a boolean.
10925         * remote.c (remote_get_trace_status): Initialize "filename"
10926         field with NULL instead of 0.
10927
10928 2013-02-15  Yao Qi  <yao@codesourcery.com>
10929
10930         * remote.c: Fix a typo.
10931
10932 2013-02-14  Pierre Muller  <muller@sourceware.org>
10933
10934         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
10935
10936 2013-02-14  Pedro Alves  <palves@redhat.com>
10937
10938         * utils.c (savestring): Don't #undef it.  Move function to
10939         common/common-utils.c.
10940         * common/common-utils.c: Include gdb_string.h.
10941         (savestring): Move here from utils.c.
10942         * common/common-utils.h (savestring): Declare.
10943
10944 2013-02-14  Pedro Alves  <palves@redhat.com>
10945
10946         * utils.c (savestring): Rename parameter 'size' to 'len'.
10947
10948 2013-02-14  Pedro Alves  <palves@redhat.com>
10949             Yufeng Zhang  <yufeng.zhang@arm.com>
10950
10951         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
10952         (aarch64_inferior_data, struct aarch64_inferior_data):
10953         Delete.
10954         (struct aarch64_process_info): New.
10955         (aarch64_process_list): New global.
10956         (aarch64_find_process_pid, aarch64_add_process)
10957         (aarch64_process_info_get): New functions.
10958         (aarch64_inferior_data_get): Delete.
10959         (aarch64_process_info_get): New function.
10960         (aarch64_forget_process): New function.
10961         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
10962         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
10963         aarch64_get_debug_reg_state.
10964         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
10965         instead of linux_nat_iterate_watchpoint_lwps.
10966         (aarch64_linux_new_fork): New function.
10967         (aarch64_linux_child_post_startup_inferior): Use
10968         aarch64_forget_process instead of aarch64_init_debug_reg_state.
10969         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
10970         (aarch64_linux_remove_hw_breakpoint)
10971         (aarch64_handle_aligned_watchpoint)
10972         (aarch64_handle_unaligned_watchpoint)
10973         (aarch64_linux_insert_watchpoint)
10974         (aarch64_linux_remove_watchpoint)
10975         (aarch64_linux_stopped_data_address): Adjust to pass the current
10976         process id to aarch64_debug_reg_state.
10977         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10978         linux_nat_new_fork hook, and aarch64_forget_process as
10979         linux_nat_forget_process hook; remove the call to
10980         register_inferior_data_with_cleanup.
10981
10982 2013-02-14  Pedro Alves  <palves@redhat.com>
10983
10984         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10985         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10986         lval_memory.
10987
10988 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
10989             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10990
10991         * tracepoint.h (validate_trace_state_variable_name): Declare.
10992         * tracepoint.c (validate_trace_state_variable_name): New.
10993         (trace_variable_command): Parse the trace state variable's name
10994         without using parse_expression.  Do several validations.
10995         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10996         trace state variable's name with parse_expression.  Validate it.
10997
10998 2013-02-14  Yao Qi  <yao@codesourcery.com>
10999
11000         * infcmd.c (breakpoint_proceeded): Remove it.
11001
11002 2013-02-14  Yao Qi  <yao@codesourcery.com>
11003
11004         * tracepoint.c (end_actions_pseudocommand): Make it static.
11005         (while_stepping_pseudocommand): Likewise.
11006         * tracepoint.h (end_actions_pseudocommand): Remove the
11007         declaration.
11008         (while_stepping_pseudocommand): Likewise.
11009
11010 2013-02-14  Yao Qi  <yao@codesourcery.com>
11011
11012         * cli/cli-decode.c (help_cmd): Remove the declaration of
11013         "cmdlist".
11014         (help_all): Likewise.
11015
11016 2013-02-13  Pedro Alves  <palves@redhat.com>
11017
11018         * amd64-linux-nat.c (update_debug_registers_callback):
11019         Update comment.
11020         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11021         iterate_over_lwps.
11022         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11023         i386_debug_reg_state.
11024         (amd64_linux_new_fork): New function.
11025         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11026         linux_nat_new_fork hook, and i386_forget_process as
11027         linux_nat_forget_process hook.
11028         * i386-linux-nat.c (update_debug_registers_callback):
11029         Update comment.
11030         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11031         iterate_over_lwps.
11032         (i386_linux_prepare_to_resume): Pass the lwp's pid to
11033         i386_debug_reg_state.
11034         (i386_linux_new_fork): New function.
11035         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11036         linux_nat_new_fork hook, and i386_forget_process as
11037         linux_nat_forget_process hook.
11038         * i386-nat.c (i386_init_dregs): Delete.
11039         (i386_inferior_data, struct i386_inferior_data):
11040         Delete.
11041         (struct i386_process_info): New.
11042         (i386_process_list): New global.
11043         (i386_find_process_pid, i386_add_process, i386_process_info_get):
11044         New functions.
11045         (i386_inferior_data_get): Delete.
11046         (i386_process_info_get): New function.
11047         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
11048         (i386_forget_process): New function.
11049         (i386_cleanup_dregs): Rewrite.
11050         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11051         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11052         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11053         (i386_remove_hw_breakpoint): Adjust to pass the current process id
11054         to i386_debug_reg_state.
11055         (i386_use_watchpoints): Don't register inferior data.
11056         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11057         adjust comment.
11058         (i386_forget_process): Declare.
11059         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11060         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11061         New static globals.
11062         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11063         (add_initial_lwp): New, factored out from ...
11064         (add_lwp): ... this.  Don't check the number of lwps before
11065         calling linux_nat_new_thread.
11066         (linux_nat_iterate_watchpoint_lwps): Delete.
11067         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11068         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11069         forks and vforks.
11070         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11071         initial lwp.
11072         (linux_nat_kill, linux_nat_mourn_inferior): Call
11073         linux_nat_forget_process.
11074         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11075         (linux_nat_forget_process): New functions.
11076         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11077         type.
11078         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11079         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11080         types.
11081         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11082         (linux_nat_forget_process): New declarations.
11083
11084         * amd64fbsd-nat.c (super_mourn_inferior): New global.
11085         (amd64fbsd_mourn_inferior): New function.
11086         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11087         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11088
11089 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11090
11091         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11092         Adding _().
11093
11094 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11095
11096         * aarch64-linux-nat.c (debug_reg_change_callback)
11097         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11098         %s and phex().
11099
11100 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11101
11102         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11103         with LONGEST.
11104
11105 2013-02-13  Pedro Alves  <palves@redhat.com>
11106             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11107
11108         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11109
11110 2013-02-12  Tom Tromey  <tromey@redhat.com>
11111
11112         PR symtab/11464:
11113         * c-exp.y (lex_one_token): Initialize other fields of yylval on
11114         NAME return.
11115         (classify_inner_name): Remove 'first_name' argument, add
11116         'context'.  Remove unused variable.
11117         (yylex): Explicitly maintain the context type.  Exit loop earlier
11118         if NAME result is seen.
11119
11120 2013-02-12  Pedro Alves  <palves@redhat.com>
11121
11122         * amd64-darwin-tdep.c: Add (C) after Copyright.
11123         * cli/cli-cmds.h: Ditto.
11124         * cli/cli-decode.c: Ditto.
11125         * cli/cli-decode.h: Ditto.
11126         * cli/cli-dump.c: Ditto.
11127         * cli/cli-dump.h: Ditto.
11128         * cli/cli-interp.c: Ditto.
11129         * cli/cli-logging.c: Ditto.
11130         * cli/cli-script.c: Ditto.
11131         * cli/cli-script.h: Ditto.
11132         * cli/cli-setshow.c: Ditto.
11133         * cli/cli-setshow.h: Ditto.
11134         * cli/cli-utils.c: Ditto.
11135         * cli/cli-utils.h: Ditto.
11136         * config/alpha/nm-osf3.h: Ditto.
11137         * config/djgpp/djconfig.sh: Ditto.
11138         * config/i386/nm-fbsd.h: Ditto.
11139         * config/i386/nm-i386gnu.h: Ditto.
11140         * config/nm-linux.h: Ditto.
11141         * config/nm-nto.h: Ditto.
11142         * config/rs6000/nm-rs6000.h: Ditto.
11143         * config/sparc/nm-sol2.h: Ditto.
11144         * darwin-nat-info.c: Ditto.
11145         * dfp.c: Ditto.
11146         * dfp.h: Ditto.
11147         * gdb-demangle.h: Ditto.
11148         * i386-darwin-nat.c: Ditto.
11149         * i386-darwin-tdep.c: Ditto.
11150         * linux-fork.h: Ditto.
11151         * m32c-tdep.c: Ditto.
11152         * microblaze-linux-tdep.c: Ditto.
11153         * microblaze-rom.c: Ditto.
11154         * microblaze-tdep.c: Ditto.
11155         * microblaze-tdep.h: Ditto.
11156         * mips-linux-tdep.h: Ditto.
11157         * ppc-ravenscar-thread.c: Ditto.
11158         * ppc-ravenscar-thread.h: Ditto.
11159         * prologue-value.c: Ditto.
11160         * prologue-value.h: Ditto.
11161         * ravenscar-thread.c: Ditto.
11162         * ravenscar-thread.h: Ditto.
11163         * sparc-ravenscar-thread.c: Ditto.
11164         * sparc-ravenscar-thread.h: Ditto.
11165         * tilegx-linux-tdep.c: Ditto.
11166         * unwind_stop_reasons.def: Ditto.
11167         * windows-nat.h: Ditto.
11168         * xtensa-linux-tdep.c: Ditto.
11169         * xtensa-xtregs.c: Ditto.
11170         * regformats/regdat.sh: Ditto.
11171         * regformats/regdef.h: Ditto.
11172
11173 2013-02-12  Pedro Alves  <palves@redhat.com>
11174
11175         * break-catch-sig.c: Update copyright years.
11176
11177 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
11178
11179         Add support for a destructor for ui_out data and use it to
11180         provide a ui_out destructor.
11181         * ui-out.h: Declare the new ui_out destructor.
11182         (ui_out_impl): Add a field for data destructor in ui_out_impl.
11183         * ui-out.c (default_data_destroy): Add a default data destructor
11184         which does nothing.
11185         (default_ui_out_impl): Set the new data_destroy field to
11186         default_data_destroy
11187         (uo_data_destroy): Local function which invokes the data
11188         destructor if present.
11189         (clear_table): Local function which clears the table data of a
11190         ui_out object.
11191         (ui_out_destroy): Public function which frees a ui_out object.
11192         (ui_out_table_end): Use the new clear_table function.
11193         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11194         NULL.
11195         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11196         to NULL.
11197
11198 2013-02-11  Doug Evans  <dje@google.com>
11199
11200         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11201         (printf_decfloat): New function.  Broken out from ui_printf.
11202         Remove unnecessary code to shift the entire format string down.
11203         (printf_pointer): New function.
11204         (ui_printf): Code to print C strings, wide C strings, decfloats,
11205         and pointers moved to separate functions.
11206
11207 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
11208
11209         * valops.c (value_assign): Handling bitfield offset in
11210         `lval_internalvar_component' case.
11211
11212 2013-02-08  Doug Evans  <dje@google.com>
11213
11214         * common/format.c (parse_format_string): Fix whitespace.
11215
11216 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
11217
11218         * stack.c (return_command): Work around uninitialized variable
11219         warning.
11220
11221 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
11222
11223         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11224         number of the registers from 36 to 34.
11225
11226 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11227
11228         * NEWS: Mention new AArch64 native and target support.
11229
11230 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11231
11232         * MAINTAINERS (Write After Approval): Add myself.
11233
11234 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
11235             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11236             Nigel Stephens  <nigel.stephens@arm.com>
11237             Yufeng Zhang  <yufeng.zhang@arm.com>
11238
11239         * aarch64-linux-nat.c: New file.
11240         * config/aarch64/linux.mh: New file.
11241         * configure.host: Add AArch64.
11242         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11243
11244 2013-02-07  Doug Evans  <dje@google.com>
11245
11246         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11247         disassemble command.
11248
11249 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11250
11251         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11252         set_gdbarch_fetch_tls_load_module_address.
11253
11254 2013-02-06  David S. Miller  <davem@davemloft.net>
11255
11256         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11257         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11258         * value.c (struct_return_convention): New function.
11259         (using_struct_return): Implement in terms of struct_return_convention.
11260         * value.h (struct_return_convention): Declare.
11261         * stack.c (return_command): Allow successful overriding of the return
11262         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11263
11264 2013-02-06  Tom Tromey  <tromey@redhat.com>
11265
11266         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11267         outside of TRY_CATCH.
11268
11269 2013-02-06  Yao Qi  <yao@codesourcery.com>
11270
11271         * mi/mi-interp.c: Include "tracepoint.h".
11272         (mi_tsv_modified): Declare.
11273         (mi_tsv_created, mi_tsv_deleted): Update declaration.
11274         (mi_interpreter_init): Call observer_attach_tsv_modified.
11275         (mi_tsv_modified): New.
11276         (mi_tsv_created, mi_tsv_deleted): Update.
11277         * tracepoint.c (trace_variable_command): Call
11278         observer_notify_tsv_modified if the initial value of tsv is
11279         changed.
11280         (delete_trace_state_variable): Call
11281         observer_notify_tsv_deleted earlier.
11282         (trace_variable_command): Caller update.
11283         (create_tsv_from_upload): Likewise.
11284         * observer.sh: Declare "struct trace_state_variable".
11285
11286         * NEWS: Mention the new MI notification "=tsv-modified".
11287
11288 2013-02-05  Doug Evans  <dje@google.com>
11289
11290         * completer.c (location_completer): Fix typo in comment.
11291
11292 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11293
11294         * breakpoint.c (add_location_to_breakpoint): Insert the location with
11295         ADDRESS sorted.
11296
11297 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11298
11299         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11300         Refactor if statement to avoid trailing || operator.
11301
11302 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
11303
11304         * NEWS: Add PowerPC FreeBSD as a new native configuration.
11305
11306 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
11307
11308         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11309         * configure.host: Add powerpc*-*-freebsd* target.
11310         * configure.tgt: Add target info for powerpc*-*-freebsd*.
11311         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11312         * config/powerpc/fbsd.mh: New file.
11313
11314 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
11315             Denys Vlasenko  <dvlasenk@redhat.com>
11316             Pedro Alves  <palves@redhat.com>
11317
11318         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11319         (struct elf_internal_linux_prpsinfo): Forward declare.
11320         * gdbarch.h, gdbarch.c: Regenerate.
11321         * linux-tdep.c: Include `cli/cli-utils.h'.
11322         (linux_fill_prpsinfo): New function.
11323         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
11324         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11325         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11326         depending on gdbarch pointer bitness.
11327         * ppc-linux-tdep.c: Include elf-bfd.h.
11328         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11329         on 32-bit.
11330
11331 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11332             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11333             Nigel Stephens  <nigel.stephens@arm.com>
11334             Yufeng Zhang  <yufeng.zhang@arm.com>
11335
11336         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11337
11338 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11339             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11340             Nigel Stephens  <nigel.stephens@arm.com>
11341             Yufeng Zhang  <yufeng.zhang@arm.com>
11342
11343         * aarch64-newlib-tdep.c: New file.
11344         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11345         aarch64*-*-elf.
11346         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11347         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11348         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11349         * osabi.c (gdb_osabi_names): Add "Newlib".
11350
11351 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11352             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11353             Nigel Stephens  <nigel.stephens@arm.com>
11354             Yufeng Zhang  <yufeng.zhang@arm.com>
11355
11356         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11357         (ALLDEPFILES): Add aarch64-linux-tdep.c.
11358         * aarch64-linux-tdep.c: New file.
11359         * aarch64-linux-tdep.h: New file.
11360         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11361         * configure.tgt: Add aarch64-none-linux-gnu.
11362
11363 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11364             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11365             Nigel Stephens  <nigel.stephens@arm.com>
11366             Yufeng Zhang  <yufeng.zhang@arm.com>
11367
11368         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11369         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11370         (ALLDEPFILES): Add aarch64-tdep.c.
11371         * aarch64-tdep.c: New file.
11372         * aarch64-tdep.h: New file.
11373         * configure.tgt: Add AArch64.
11374         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11375         (aarch64-expedite): New definition.
11376         * features/aarch64-core.xml: New file.
11377         * features/aarch64-fpu.xml: New file.
11378         * features/aarch64-without-fpu.c: New file (generated).
11379         * features/aarch64-without-fpu.xml: New file.
11380         * features/aarch64.c: New file (generated).
11381         * features/aarch64.xml: New file.
11382         * regformats/aarch64-without-fpu.dat: New file (generated).
11383         * regformats/aarch64.dat: New file (generated).
11384
11385 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11386
11387         * contrib/expect-read1.c: New file.
11388         * contrib/expect-read1.sh: New file.
11389
11390 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11391
11392         * dwarf2read.c (file_file_name): New function with code from
11393         file_full_name.
11394         (file_full_name): Move most of the code to file_file_name.
11395         (macro_start_file): Rename variable full_name to file_name and use
11396         file_file_name for it.  Add comp_dir parameter to new_macro_table.
11397         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
11398         macro_source_file->filename access by macro_source_fullname call.
11399         * macroscope.c (_initialize_macroscope): Update the new_macro_table
11400         caller.
11401         * macrotab.c (struct macro_table): New field comp_dir.
11402         (macro_include): New variables link_fullname and source_fullname.
11403         Replace any macro_source_file->filename access by macro_source_fullname
11404         call.
11405         (macro_lookup_inclusion): Remove the partial filenames checking code.
11406         (check_for_redefinition): New variables source_fullname and
11407         found_key_fullname.  Replace any macro_source_file->filename access by
11408         macro_source_fullname call.
11409         (macro_undef): New variables source_fullname and key_fullname.  Replace
11410         any macro_source_file->filename access by macro_source_fullname call.
11411         (macro_lookup_definition): New variables retval and source_fullname.
11412         Replace any macro_source_file->filename access by macro_source_fullname
11413         call.
11414         (foreach_macro): New variable key_fullname.  Replace any
11415         macro_source_file->filename access by macro_source_fullname call.
11416         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
11417         macro_source_file->filename access by macro_source_fullname call.
11418         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
11419         (macro_source_fullname): New function.
11420         * macrotab.h (struct macro_source_file): Extent the filename field
11421         comment.
11422         (new_macro_table): New parameter comp_dir, add a comment for it.
11423         (macro_source_fullname): new declaration.
11424
11425 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11426
11427         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11428         this_real_name to outer block.  Use it also for
11429         compare_filenames_for_search.
11430         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
11431         with dw2_get_real_path for file_matcher, considering also
11432         BASENAMES_MAY_DIFFER.
11433         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11434
11435 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11436
11437         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11438         to the file_matcher parameter.  Pass 0 to it.
11439         (dwarf2_create_include_psymtab): Copy also DIRNAME.
11440         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11441         NULL psymtab_to_fullname result.
11442         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
11443         an expected filename instead.
11444         (expand_symtabs_matching_via_partial): Add basenames parameter to the
11445         file_matcher parameter.  Call also psymtab_to_fullname, after newly
11446         considering BASENAMES_MAY_DIFFER.
11447         * source.c (rewrite_source_path): Remove static.
11448         * source.h (rewrite_source_path): New declaration.
11449         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11450         the expand_symtabs_matching field.  Comment it.
11451         * symtab.c (file_matches): New function comment.  Add parameter
11452         basenames, implement it.
11453         (search_symbols_file_matches): Add basenames parameter.  Update the
11454         file_matches caller.
11455         (search_symbols): Match FILES also against symtab_to_fullname.
11456         Optimize it for BASENAMES_MAY_DIFFER.
11457
11458 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11459
11460         * source.c (print_source_lines_base): Print for TUI also "fullname".
11461         * tui/tui-data.c (init_content_element): Change tui_locator_element
11462         field to full_name.
11463         * tui/tui-data.h (struct tui_locator_element): Likewise.
11464         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11465         tui_update_locator_filename calls to tui_update_locator_fullname.
11466         Replace symtab->filename refererence by symtab_to_fullname call.
11467         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11468         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11469         field to full_name.  Replace symtab->filename refererence by
11470         symtab_to_fullname call.
11471         (tui_show_symtab_source): Rename parameter to fullname.  Change
11472         tui_locator_element field to full_name.
11473         * tui/tui-stack.c: Include source.h.
11474         (tui_set_locator_filename): Rename the declaration to ...
11475         (tui_set_locator_fullname): ... here.  Rename its parameter to
11476         fullname, updates its comment.
11477         (tui_set_locator_info): Rename its parameter to fullname.
11478         (tui_set_locator_filename): Rename the definition to ...
11479         (tui_set_locator_fullname): ... here.  Rename its parameter to
11480         fullname, updates its comment.  Change tui_locator_element field to
11481         full_name.
11482         (tui_set_locator_info): Rename its parameter to fullname.
11483         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11484         (tui_update_locator_filename): Rename to ...
11485         (tui_update_locator_fullname): ... here. Rename callee to
11486         tui_set_locator_fullname.
11487         (tui_show_frame_info): Replace symtab->filename refererence by
11488         symtab_to_fullname call.
11489         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11490         (tui_update_locator_fullname): ... here.
11491         * tui/tui-winsource.c (tui_display_main): Rename the callee to
11492         tui_update_locator_fullname.  Replace symtab->filename refererence by
11493         symtab_to_fullname call.
11494         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11495         Rename the callee to tui_update_locator_fullname.
11496         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11497
11498 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11499
11500         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11501         by symtab_to_filename_for_display calls.
11502         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11503         (clear_command): New variable sal_fullname, initialize it.  Replace
11504         compare_filenames_for_search by filename_cmp with sal_fullname.
11505         (say_where, update_static_tracepoint): Replace symtab->filename
11506         refererences by symtab_to_filename_for_display calls.
11507         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11508         Likewise.
11509         * dwarf2read.c: Include source.h.
11510         (fixup_go_packaging): Replace symtab->filename refererences by
11511         symtab_to_filename_for_display calls.
11512         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11513         Replace symtab->filename refererences by symtab_to_filename_for_display
11514         calls.
11515         (create_sals_line_offset, convert_linespec_to_sals): New variable
11516         fullname, initialize it, replace symtab->filename reference by the
11517         variable.
11518         * linux-fork.c: Include source.h.
11519         (info_checkpoints_command): Replace symtab->filename refererences by
11520         symtab_to_filename_for_display calls.
11521         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11522         by symtab_to_filename_for_display calls.
11523         * mdebugread.c: Include source.h.
11524         (psymtab_to_symtab_1): Replace symtab->filename refererences by
11525         symtab_to_filename_for_display calls.
11526         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11527         (mi_cmd_file_list_exec_source_files): Likewise.
11528         * printcmd.c: Include source.h.
11529         (build_address_symbolic): Replace symtab->filename refererences by
11530         symtab_to_filename_for_display calls.
11531         * psymtab.c (partial_map_symtabs_matching_filename)
11532         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11533         with psymtab_to_fullname.
11534         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11535         by symtab_to_filename_for_display calls.
11536         (stpy_get_filename): New variable filename, initialize it, use instead
11537         of symtab->filename refererences.
11538         (salpy_str): Make variable filename const char *.  Replace
11539         symtab->filename refererences by symtab_to_filename_for_display calls.
11540         * skip.c: Include source.h and filenames.h.
11541         (skip_file_command): Remove const from the symtab variable.  Replace
11542         symtab->filename refererences by symtab_to_fullname call.
11543         (function_name_is_marked_for_skip): New variables searched_for_fullname
11544         and fullname.  Use them to search also with symtab's fullname.
11545         * source.c (find_source_lines): Replace symtab->filename refererences
11546         by symtab_to_filename_for_display calls.
11547         (print_source_lines_base): New variable filename, use it instead of
11548         symtab->filename.  Replace symtab->filename refererences by
11549         symtab_to_filename_for_display calls.
11550         (line_info, forward_search_command): Replace symtab->filename
11551         refererences by symtab_to_filename_for_display calls.
11552         (reverse_search_command): Replace symtab->filename refererences by
11553         symtab_to_filename_for_display calls.  New variable filename for it.
11554         * stack.c (frame_info): Likewise.
11555         * symmisc.c: Include source.h.
11556         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11557         (maintenance_info_symtabs): Replace symtab->filename refererences by
11558         symtab_to_filename_for_display calls.
11559         * symtab.c (iterate_over_some_symtabs): Call
11560         compare_filenames_for_search also with symtab_to_fullname.
11561         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11562         symtab->filename refererences by symtab_to_filename_for_display calls.
11563         (find_line_symtab): Replace symtab->filename refererences by
11564         symtab_to_filename_for_display calls.
11565         (file_matches): Replace filename_cmp by compare_filenames_for_search.
11566         (print_symbol_info): Make the last parameter const char *.  New
11567         variable s_filename.  Use it in the function.
11568         (symtab_symbol_info): Make the last_filename variable const char *.
11569         Replace symtab->filename refererences by symtab_to_filename_for_display
11570         calls.
11571         (rbreak_command): New variable fullname.  Use it.  Replace
11572         symtab->filename refererence by symtab_to_filename_for_display call.
11573         * tracepoint.c (set_traceframe_context, trace_find_line_command)
11574         (print_one_static_tracepoint_marker): Replace symtab->filename
11575         refererences by symtab_to_filename_for_display calls.
11576         * tui/tui-source.c (tui_set_source_content): New variables filename and
11577         s_filename.  Replace symtab->filename refererences by this variable.
11578         Replace other symtab->filename refererences by
11579         symtab_to_filename_for_display calls.
11580
11581 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11582             Jan Kratochvil  <jan.kratochvil@redhat.com>
11583
11584         Add a new variable that controls a way in which filenames are
11585         displayed.
11586         * NEWS (set filename-display): New entry.
11587         * source.c (filename_display_basename, filename_display_relative)
11588         (filename_display_absolute, filename_display_kind_names)
11589         (filename_display_string, show_filename_display_string)
11590         (symtab_to_filename_for_display): New.
11591         (_initialize_source): Added initialization of 'filename-display'
11592         variable.
11593         * source.h (symtab_to_filename_for_display): Added declaration.
11594         * stack.c (print_frame): Added new variable and calling of a new
11595         function and condition with this variable. Changed third argument of
11596         calling of a function.
11597
11598 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11599
11600         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11601         Rename field reference filename to fullname.
11602         * tui/tui-data.h (struct tui_source_info): Rename field filename to
11603         fullname.  New comment for it.
11604         * tui/tui-source.c (tui_set_source_content): Rename field reference
11605         filename to fullname.  Initialize field by symtab_to_fullname now.
11606         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11607         reference filename to fullname.  Use symtab_to_fullname during
11608         comparison.
11609
11610 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11611
11612         Code cleanup.
11613         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11614         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
11615         filename to fullname.  Rename variable this_name to this_fullname.
11616         Lowercase FILENAME_CMP call.
11617         (dw2_find_symbol_file): New comment for the returned string.
11618         (dwarf2_gdb_index_functions): Rename the function to
11619         dw2_expand_symtabs_with_fullname.
11620         * psymtab.c (read_psymtabs_with_filename): Rename to ...
11621         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
11622         fullname.
11623         (psym_functions): Rename the function to read_psymtabs_with_fullname.
11624         * symfile.h (struct quick_symbol_functions): Rename field
11625         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11626         parameter filename to fullname.  Document returned string meaning for
11627         find_symbol_file.
11628         * symtab.c (find_line_symtab): Rename the called function to
11629         expand_symtabs_with_fullname.
11630
11631 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11632
11633         Code cleanup.
11634         * breakpoint.c (clear_command): Remove variable is_abs, unify the
11635         call of filename_cmp with compare_filenames_for_search.
11636         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11637         is_abs, unify the call of FILENAME_CMP with
11638         compare_filenames_for_search.  New gdb_asserts for real_path and name.
11639         Unify the call of compare_filenames_for_search with FILENAME_CMP.
11640         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11641         * symfile.h (struct quick_symbol_functions): Extend the comment for
11642         map_symtabs_matching_filename.
11643         * symtab.c (compare_filenames_for_search): Remove the function comment
11644         relative path requirement.  Handle absolute filenames, with a comment.
11645         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11646         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
11647         real_path and name.  Unify the call of compare_filenames_for_search
11648         with FILENAME_CMP.
11649         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11650
11651 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11652
11653         Code cleanup.
11654         * breakpoint.c (print_breakpoint_location): Replace bp_location field
11655         source_file references by symtab field references.  Remove variables
11656         sal and fullname.
11657         (momentary_breakpoint_from_master, add_location_to_breakpoint):
11658         (clear_command, say_where): Replace bp_location field source_file
11659         references by symtab field references.
11660         (bp_location_dtor): Remove the source_file reference.
11661         (update_static_tracepoint): Replace bp_location field source_file
11662         references by symtab field references.
11663         (breakpoint_free_objfile): New function.
11664         * breakpoint.h (struct bp_location): Extend the comment for line_number.
11665         Replace the field source_file by field symtab, extend its comment.
11666         (breakpoint_free_objfile): New declaration.
11667         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11668         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11669         field source_file references by symtab field references.
11670
11671 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11672
11673         Replace xfullpath calls by gdb_realpath calls.
11674         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11675         function comment.
11676         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11677         Remove it from the iterate_over_some_symtabs call.
11678         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11679         Remove it from the dw2_map_expand_apply calls, remove a block handling
11680         it.
11681         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11682         Remove it from the iterate_over_some_symtabs call.
11683         (partial_map_symtabs_matching_filename): Remove parameter full_path.
11684         Remove it from the partial_map_expand_apply calls, remove a block
11685         handling it.  Drop gdb_realpath call and cleanups from the real_path
11686         handling.
11687         * source.c (openp): Drop the comment part about xfullpath.  Replace
11688         xfullpath calls by gdb_realpath calls.
11689         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11690         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11691         from method map_symtabs_matching_filename and its comment.
11692         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11693         gdb_realpath call.
11694         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
11695         remove it also from the function comment, remove a block handling it.
11696         Drop gdb_realpath call and cleanups from the real_path handling.
11697         (iterate_over_symtabs): Drop variable full_path and its use.
11698         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
11699         * utils.c (xfullpath): Remove.
11700         * utils.h (xfullpath): Remove.
11701
11702 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
11703
11704         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
11705         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
11706         (ALLDEPFILES): Add ppc64-tdep.c.
11707         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
11708         ppc64-tdep.o to gdb_target_obs.
11709         * ppc64-tdep.h: New file.
11710         * ppc64-tdep.c: New file.
11711         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
11712         ppc-linux-tdep.c to here.
11713         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
11714         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
11715         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
11716         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
11717         from ppc-linux-tdep.c to here.
11718         (ppc64_convert_from_func_ptr_addr): Rename from
11719         ppc64_linux_convert_from_func_ptr_addr to
11720         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
11721         here.
11722         * rs6000-tdep.c:
11723         (read_insn): Move from ppc-linux-tdep.c to here.
11724         (insns_match_pattern, insn_d_field, insn_ds_field): Move
11725         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
11726         * ppc-linux-tdep.c: Include ppc64-tdep.h.
11727         Removed above functions.
11728         (ppc_linux_init_abi): Adjust.
11729
11730 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
11731
11732         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
11733
11734 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
11735
11736         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
11737
11738 2013-02-01  Pedro Alves  <palves@redhat.com>
11739
11740         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
11741         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
11742
11743 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11744
11745         * elfread.c (elf_symfile_read): Limit separate debug info additions to
11746         files with no separate debug info.
11747         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
11748         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
11749         only for files with no separate debug info.
11750
11751 2013-01-31  Tom Tromey  <tromey@redhat.com>
11752
11753         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
11754         change type.
11755         (struct jit_program_space_data): Rename from jit_inferior_data.
11756         Update comments.
11757         (get_jit_program_space_data): Rename from get_jit_inferior_data.
11758         Change return type.  Attach data to program space.
11759         (jit_program_space_data_cleanup): Rename from
11760         jit_inferior_data_cleanup; change argument type.
11761         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
11762         change type.
11763         (jit_register_code): Update.
11764         (jit_update_inferior_cache): Remove.
11765         (jit_breakpoint_deleted): Get jit data from the location's program
11766         space.
11767         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
11768         'ps_data', change type.
11769         (jit_inferior_init, jit_breakpoint_re_set_internal)
11770         (jit_event_handler): Update.
11771         (free_objfile_data): Get data from objfile's program space.
11772         (_initialize_jit): Update.
11773
11774 2013-01-31  Tom Tromey  <tromey@redhat.com>
11775
11776         PR gdb/13987:
11777         * jit.c (struct jit_inferior_data) <cached_code_address,
11778         jit_breakpoint>: New fields.
11779         (jit_breakpoint_re_set_internal): Fix logging.  Only create
11780         breakpoint if cached address has changed.
11781         (jit_update_inferior_cache, jit_breakpoint_deleted): New
11782         functions.
11783         (_initialize_jit): Register breakpoint deleted observer.
11784
11785 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11786
11787         * infrun.c (handle_syscall_event): Remove unused gdbarch.
11788         (save_infcall_suspend_state): Ifdef out unused inf.
11789         (restore_infcall_suspend_state): Ifdef out unused inf.
11790         * jit.c (jit_register_code): Remove unused i, b, inf_data.
11791         (jit_frame_sniffer): Remove unused inf_data.
11792
11793 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11794
11795         * c-exp.y (classify_inner_name): Remove unused type.
11796         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11797         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11798         need_escape.
11799         (c_get_string): Remove unused kind.
11800         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11801
11802 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11803
11804         * charset.c (intermediate_encoding): Remove unused i.
11805         * completer.c (signal_completer): Remove unused i.
11806         * continuations.c (discard_my_continuations_1): Remove unused
11807         continuation_ptr.
11808         * corelow.c (core_close): Remove unuseD name.
11809         (get_core_siginfo): Remove unused pid.
11810         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11811         i, cps.
11812         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11813         (loclist_describe_location): Remove unused first.
11814         * event-top.c (command_line_handler): Remove unused got_eof.
11815         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11816         (resize_section_table): Remove unused old_value.
11817         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11818         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11819         * i386-tdep.c (i386_process_record): Remove unused rex.
11820         * infcmd.c (get_return_value): Remove unused uiout.
11821         * jv-lang.c (type_from_class): Remove unused is_array.
11822         * jv-valprint.c (java_val_print): Remove unused i.
11823         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11824         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11825         * m2-typeprint.c (m2_print_type): Remove unused code.
11826         * macroexp.c (get_character_constant): Remove unused body_start.
11827         (macro_stringify): Remove unused result.
11828         * objc-lang.c (find_methods): Remove unused gdbarch.
11829         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11830         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11831         * stack.c (print_frame_args): Remove unused summary.
11832         * thread.c (thread_apply_command): Remove unused p.
11833         * valarith.c (value_x_unop): Remove unused mangle_ptr.
11834         * valops.c (search_struct_method): Remove unused skip.
11835         * valprint.c (generic_val_print): Remove unused byte_order.
11836         * varobj.c (varobj_update): Remove unused changed.
11837         * cli/cli-cmds.c (complete_command): Remove unused next_item.
11838         (alias_command): Remove unused c.
11839         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11840         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11841         format.
11842         (mi_cmd_data_write_memory): Remove unused word_format.
11843         (mi_cmd_data_write_memory_bytes): Remove unused r.
11844         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11845         p_start, p_end.
11846         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11847         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11848         line_width.
11849
11850 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11851
11852         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11853         * symtab.c (iterate_over_symtabs): Remove unused s.
11854         (find_pc_sect_symtab): Remove unused pspAce.
11855         (find_pc_sect_line): Remove unused alt_symtab.
11856         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11857         (completion_list_add_name): Remove unused newsize.
11858
11859 2013-01-31  Tom Tromey  <tromey@redhat.com>
11860
11861         PR c++/14998:
11862         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11863         TYPE_CODE_FUNC.
11864
11865 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11866
11867         * target.c (target_read_string): Remove unused origlen.
11868
11869 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11870
11871         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11872         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11873         * ax-general.c (ax_print): Remove unused is_float.
11874         * blockframe.c (block_innermost_frame): Remove unused start, end.
11875         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11876
11877 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11878
11879         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11880         (svr4_read_so_list): Remove unused lmo.
11881         * solib-target.c (solib_target_relocate_section_addresses): Remove
11882         unused flags.
11883
11884 2013-01-30  Tom Tromey  <tromey@redhat.com>
11885
11886         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11887
11888 2013-01-30  Tom Tromey  <tromey@redhat.com>
11889
11890         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11891         * utils.c (gnu_debuglink_crc32): Remove.
11892         * utils.h (gnu_debuglink_crc32): Don't declare.
11893
11894 2013-01-30  Tom Tromey  <tromey@redhat.com>
11895
11896         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11897         (read_structure_type, read_enumeration_type): Remove cast.
11898
11899 2013-01-30  Tom Tromey  <tromey@redhat.com>
11900
11901         * dwarf2read.c (read_namespace_type): Remove cast.
11902         (read_typedef): Likewise.
11903
11904 2013-01-29  Tom Tromey  <tromey@redhat.com>
11905
11906         * dwarf2read.c (free_dwo_file): Remove assert.
11907
11908 2013-01-29  Tom Tromey  <tromey@redhat.com>
11909
11910         * value.c (deprecated_set_value_modifiable): Remove.
11911         * value.h (deprecated_set_value_modifiable): Remove.
11912
11913 2013-01-28  Doug Evans  <dje@google.com>
11914
11915         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11916         to addresses from dwo files.
11917
11918 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
11919
11920         * valops.c (find_overload_match): Remove unused argument 'lax'.
11921         * value.h: Remove unused argument 'lax' from the declaration of
11922         find_overload_match.
11923         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11924         to find_overload_match.
11925         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11926         argument to find_overload_match.
11927
11928 2013-01-25  Tom Tromey  <tromey@redhat.com>
11929
11930         * dwarf2read.c (processing_has_namespace_info): Remove.
11931         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
11932         (process_die, read_func_scope, dwarf2_start_symtab)
11933         (new_symbol_full): Update.
11934
11935 2013-01-25  Tom Tromey  <tromey@redhat.com>
11936
11937         * cp-namespace.c (cp_set_block_scope): Remove.
11938         * cp-support.h (cp_set_block_scope): Remove.
11939         * dbxread.c: Include block.h.
11940         (cp_set_block_scope): New function.
11941         (process_one_symbol): Update.
11942         * dwarf2read.c (read_func_scope): Use block_set_scope.
11943
11944 2013-01-25  Pedro Alves  <palves@redhat.com>
11945
11946         * remote.c (add_current_inferior_and_thread): Tweak comment.
11947
11948 2013-01-25  Tom Tromey  <tromey@redhat.com>
11949
11950         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
11951         (cp_add_using_directive): Add 'copy_names' argument.
11952         * cp-support.h (cp_add_using_directive): Update.
11953         (struct using_direct) <import_src, import_dest, alias,
11954         declaration>: Now const.
11955         * dwarf2read.c (read_import_statement): Use obconcat.
11956         Don't copy names passed to cp_add_using_directive.
11957
11958 2013-01-25  Tom Tromey  <tromey@redhat.com>
11959
11960         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
11961
11962 2013-01-25  Pedro Alves  <palves@redhat.com>
11963
11964         * remote.c (stop_reply_extract_thread): New.
11965         (add_current_inferior_and_thread): New parameter 'wait_status'.
11966         Handle it.
11967         (remote_start_remote): Pass wait status to
11968         add_current_inferior_and_thread.
11969         (extended_remote_run): Update comment.
11970         (extended_remote_create_inferior_1): Pass wait status to
11971         add_current_inferior_and_thread.
11972
11973 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
11974             Ulrich Weigand  <uweigand@de.ibm.com>
11975
11976         * valarith.c (value_vector_widen): New function for replicating a
11977         scalar into a vector.
11978         (value_binop): Use value_vector_widen to widen scalar to vector
11979         rather than casting, this better matches gcc C behaviour.
11980         * valops.c (value_casst): Update logic for casting between vector
11981         types, and for casting from scalar to vector, try to match gcc C
11982         behaviour.
11983         * value.h (value_vector_widen): Declare.
11984         * opencl-lang.c (opencl_value_cast): New opencl specific casting
11985         function, handle special case for casting scalar to vector.
11986         (opencl_relop): Use opencl_value_cast.
11987         (evaluate_subexp_opencl): Use opencl_value_cast instead of
11988         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11989         in order to use opencl_value_cast.
11990
11991 2013-01-25  Yao Qi  <yao@codesourcery.com>
11992
11993         * event-loop.c: Include "queue.h".
11994         (gdb_event_p): New typedef.
11995         (DECLARE_QUEUE_P): Use.
11996         (DEFINE_QUEUE_P): Use.
11997         (async_queue_event): Remove.
11998         (gdb_event_xfree): New.
11999         (initialize_event_loop): New.
12000         (process_event): Use QUEUE macros.
12001         (event_queue): Remove.
12002         (gdb_wait_for_event): Caller update.
12003         (check_async_event_handlers): Likewise.
12004         (poll_timers): Likewise.
12005         * event-loop.h (initialize_event_loop): Declare.
12006         * event-loop.c (gdb_event_xfree): New.
12007         * top.c (gdb_init): Call initialize_event_loop.
12008
12009 2013-01-25  Yao Qi  <yao@codesourcery.com>
12010
12011         * event-loop.c (async_queue_event): Remove one parameter
12012         'position'.  Remove code handling 'position' == TAIL.
12013         (gdb_wait_for_event): Caller update.
12014         (check_async_event_handlers): Caller update.
12015         (poll_timers): Caller update.
12016         * event-loop.h (enum queue_position): Remove.
12017
12018 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
12019
12020         * MAINTAINERS: Update my email.
12021
12022 2013-01-25  Yao Qi  <yao@codesourcery.com>
12023
12024         * main.c (print_gdb_help): Remove "--epoch" from the help
12025         message.
12026
12027 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
12028
12029         * symtab.c (skip_prologue_using_sal): Consider a file
12030         change the same as an increased line number
12031
12032 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12033
12034         * MAINTAINERS (Write After Approval): Add myself to the list.
12035
12036 2013-01-24  Tom Tromey  <tromey@redhat.com>
12037
12038         * ada-lang.h (ada_decode_symbol): Make return type const.
12039         * ada-lang.c (ada_decode_symbol): Likewise.
12040
12041 2013-01-23  Doug Evans  <dje@google.com>
12042
12043         * linespec.c (find_linespec_symbols): Make static.
12044
12045 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12046
12047         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12048         type on float conversion for complex type.
12049
12050 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
12051
12052         Add a new class gdb.Architecture which exposes GDB's
12053         internal representation of architecture via GDB Python API.
12054         * Makefile.in: Add entries corresponding to the new file
12055         python/py-arch.c.
12056         * NEWS (Python Scripting): Add entries for the new class
12057         gdb.Architecture and the new method gdb.Frame.architecture.
12058         * python/py-arch.c: Implement gdb.Architecture class.
12059         * python/py-frame.c (frapy_arch): Implement the method
12060         gdb.Frame.architecture().
12061         (frame_object_methods): Add 'architecture' to the method table.
12062         * python/python-internal.h: Add declarations of new utility
12063         functions.
12064         * python/python.c (_initialize_python): Initialize
12065         gdb.Architecture class.
12066
12067 2013-01-23  Doug Evans  <dje@google.com>
12068
12069         Work around binutils/15021.
12070         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12071         type_unit_group out of union s.  All uses updated.
12072         (read_index_from_section): Watch for index version 8.
12073         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12074         an imported symtab.
12075         (write_psymtabs_to_index): Increment version number to 8.
12076
12077 2013-01-22  Pedro Alves  <palves@redhat.com>
12078
12079         * annotate.c (breakpoint_changed): Skip if breakpoint is not
12080         user-visible.
12081
12082 2013-01-22  Pedro Alves  <palves@redhat.com>
12083
12084         * annotate.c (annotate_breakpoints_changed): Rename to ...
12085         (annotate_breakpoints_invalid): ... this.  Make static.
12086         (breakpoint_changed): Adjust.
12087         (_initialize_annotate): Always install the observers.  Install a
12088         "breakpoint_created" observer.
12089         * annotate.h (annotate_breakpoints_changed): Delete declaration.
12090         * breakpoint.c (set_breakpoint_condition)
12091         (breakpoint_set_commands, do_map_commands_command)
12092         (init_raw_breakpoint, clear_command, set_ignore_count)
12093         (enable_breakpoint_disp): No longer call
12094         annotate_breakpoints_changed.
12095
12096 2013-01-22  Pedro Alves  <palves@redhat.com>
12097
12098         * annotate.c: Include "inferior.h".
12099         (frames_invalid_emitted)
12100         (breakpoints_invalid_emitted): New globals.
12101         (async_background_execution_p): New function.
12102         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12103         emitting the annotation if it has already been emitted.
12104         (annotate_display_prompt): New function.
12105         * annotate.h (annotate_display_prompt): New declaration.
12106         * event-top.c: Include annotate.h.
12107         (display_gdb_prompt): Call annotate_display_prompt.
12108
12109 2013-01-22  Pedro Alves  <palves@redhat.com>
12110
12111         * annotate.c (ignore_count_changed): Delete.
12112         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12113         (annotate_ignore_count_change): Delete.
12114         (annotate_stopped): Don't emit a delayed breakpoints-changed
12115         annotation.
12116         * annotate.h (annotate_ignore_count_change): Delete.
12117         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12118         annotate_ignore_count_change.
12119
12120 2013-01-22  Tom Tromey  <tromey@redhat.com>
12121
12122         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12123         require_rvalue for a register location.
12124
12125 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
12126
12127         * breakpoint.c (print_one_breakpoint_location): Add MI
12128         field 'thread-groups' when printing a breakpoint.
12129         (output_thread_groups): New function.
12130
12131 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
12132
12133         * python/lib/gdb/commands/explore.py
12134         (CompoundExplorer.explore_expr): Correct the name of a method
12135         being invoked.
12136         (ExploreTypeCommand.invoke): Add a missing 'return'.
12137
12138 2013-01-21  Tom Tromey  <tromey@redhat.com>
12139
12140         * gdb_obstack.h (obconcat): Move declaration here, from...
12141         * symfile.h (obconcat): ... here.
12142         * gdb_obstack.c: New file.
12143         (obconcat): Move from...
12144         * symfile.c (obconcat): ... here.
12145         * Makefile.in (SFILES): Add gdb_obstack.c.
12146         (COMMON_OBS): Add gdb_obstack.o.
12147
12148 2013-01-21  Tom Tromey  <tromey@redhat.com>
12149
12150         * symfile.h (obsavestring): Don't declare.
12151         * symfile.c (obsavestring): Remove.
12152         * ada-exp.y: Use obstack_copy0, not obsavestring.
12153         * ada-lang.c: Use obstack_copy0, not obsavestring.
12154         * coffread.c: Use obstack_copy0, not obsavestring.
12155         * cp-namespace.c: Use obstack_copy0, not obsavestring.
12156         * dbxread.c: Use obstack_copy0, not obsavestring.
12157         * dwarf2read.c: Use obstack_copy0, not obsavestring.
12158         * jit.c: Use obstack_copy0, not obsavestring.
12159         * mdebugread.c: Use obstack_copy0, not obsavestring.
12160         * psymtab.c: Use obstack_copy0, not obsavestring.
12161         * stabsread.c: Use obstack_copy0, not obsavestring.
12162         * xcoffread.c: Use obstack_copy0, not obsavestring.
12163
12164 2013-01-21  Tom Tromey  <tromey@redhat.com>
12165
12166         * dwarf2read.c (fixup_go_packaging): Save package name
12167         on objfile obstack.
12168         * gdbtypes.c (init_type): Don't copy name.
12169
12170 2013-01-21  Tom Tromey  <tromey@redhat.com>
12171
12172         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12173         const.
12174         (struct attribute) <u.str>: Now const.
12175         (struct fnfieldlist) <name>: Now const.
12176         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12177         (partial_die_parent_scope): Make return type const.
12178         (partial_die_full_name, add_partial_symbol): Update.
12179         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12180         'name' const.
12181         (find_file_and_directory): Make 'name' and 'comp_dir' const.
12182         (read_file_scope, read_func_scope, dwarf2_add_field)
12183         (dwarf2_add_member_fn, read_structure_type)
12184         (process_enumeration_scope, read_array_type, read_module_type)
12185         (read_base_type, read_subrange_type): Update.
12186         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12187         (new_symbol_full, guess_full_die_structure_name): Update.
12188         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
12189         (dwarf2_name): Return const type.
12190         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12191         const.
12192
12193 2013-01-21  Tom Tromey  <tromey@redhat.com>
12194
12195         * gdbtypes.c (init_type): Make 'name' const.
12196         * gdbtypes.h (init_type): Update.
12197
12198 2013-01-21  Tom Tromey  <tromey@redhat.com>
12199
12200         * buildsym.c (patch_subfile_names): Use set_last_source_file.
12201         (start_symtab): Make 'name' and 'dirname' const.  Use
12202         set_last_source_file.
12203         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12204         (last_source_file): Define.  Now static.
12205         (set_last_source_file, get_last_source_file): New functions.
12206         * buildsym.h (last_source_file): Don't declare.
12207         (start_symtab): Update.
12208         (set_last_source_file, get_last_source_file): Declare.
12209         * coffread.c (complete_symtab): Use set_last_source_file.
12210         (coff_end_symtab): Likewise.
12211         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12212         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12213         set_last_source_file.
12214         (process_one_symbol): Use get_last_source_file.
12215         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12216         (psymtab_to_symtab_1): Use get_last_source_file.
12217         * xcoffread.c (process_linenos): Use get_last_source_file.
12218         (complete_symtab): Use set_last_source_file.
12219         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12220         (scan_xcoff_symtab): Use set_last_source_file.
12221
12222 2013-01-21  Tom Tromey  <tromey@redhat.com>
12223
12224         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12225         (symbol_set_names): Remove casts.  Handle field const-ness.
12226
12227 2013-01-21  Tom Tromey  <tromey@redhat.com>
12228
12229         * dwarf2read.c (new_symbol_full): Remove cast.
12230         * symtab.c (symbol_set_demangled_name): Make 'name' const.
12231         * symtab.h (symbol_set_demangled_name): Update.
12232
12233 2013-01-21  Tom Tromey  <tromey@redhat.com>
12234
12235         * main.c (captured_main): Call bfd_init.
12236
12237 2013-01-21  Tom Tromey  <tromey@redhat.com>
12238
12239         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12240         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12241         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12242         * NEWS: Update.
12243
12244 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12245
12246         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12247
12248 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12249
12250         Fix gdb.fortran/common-block.exp crash in PIE mode.
12251         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12252         LOC_COMMON_BLOCK.
12253         * f-valprint.c (info_common_command_for_block): Expect
12254         LOC_COMMON_BLOCK in gdb_assert.
12255         * symtab.h (struct general_symbol_info): Update comment for the
12256         common_block member.
12257         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12258         (enum address_class): New member LOC_COMMON_BLOCK.
12259
12260 2013-01-18  David Blaikie  <dblaikie@gmail.com>
12261
12262         * MAINTAINERS (Write After Approval): Add "David Blaikie".
12263
12264 2013-01-18  Tom Tromey  <tromey@redhat.com>
12265
12266         PR c++/14999:
12267         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12268         Call require_rvalue.
12269
12270 2013-01-18  Yao Qi  <yao@codesourcery.com>
12271
12272         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12273         (dbx_read_symtab): New declaration.
12274         (dbx_psymtab_to_symtab): Delete.
12275         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12276         Rename parameter PST to SELF.  Exchanged two parameters.
12277         (start_psymtab): Caller update.
12278         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12279         (dwarf2_read_symtab): New declaration.
12280         (dwarf2_psymtab_to_symtab): Delete.
12281         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12282         Rename parameter PST to SELF.  Exchanged two parameters.
12283         (create_partial_symtab): Caller update.
12284         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12285         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12286         Rename parameter PST to SELF.  Exchanged two parameters.
12287         (parse_partial_symbols, new_psymtab): Caller update.
12288         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12289         two parameters.
12290         * psymtab.c (psymtab_to_symtab): Caller update.
12291         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12292         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12293         Rename parameter PST to SELF.  Exchanged two parameters.
12294         (xcoff_start_psymtab): Caller update.
12295
12296 2013-01-18  Yao Qi  <yao@codesourcery.com>
12297
12298         * infrun.c (proceed): Rename local variable 'oneproc' to
12299         'force_step'.
12300
12301 2013-01-17  Doug Evans  <dje@google.com>
12302
12303         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12304         (dw2_build_type_unit_groups): Delete.  All uses updated.
12305
12306         * symtab.h (struct symbol_search): Add comment.
12307
12308 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12309
12310         * symtab.c (compare_filenames_for_search): New comment for
12311         HAS_DRIVE_SPEC.
12312
12313 2013-01-17  Tom Tromey  <tromey@redhat.com>
12314
12315         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12316
12317 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12318
12319         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12320         initialize it by existing make_cleanup.  Call new do_cleanups.
12321
12322 2013-01-17  Tom Tromey  <tromey@redhat.com>
12323
12324         * cp-abi.c (cp_abi_completer): New function.
12325         (_initialize_cp_abi): Set completer for "set cp-abi".
12326
12327 2013-01-17  Tom Tromey  <tromey@redhat.com>
12328
12329         * mem-break.c: Remove obsolete comment.
12330         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12331
12332 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12333
12334         * jit.c (jit_reader_load_command): Interpret the jit reader name
12335         as an absolute path if it begins with a forward slash.
12336
12337 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12338
12339         PR gdb/14550
12340
12341         * jit.c (finalize_symtab): Ensure that only the global block has a
12342         NULL superblock.
12343
12344 2013-01-17  Pedro Alves  <palves@redhat.com>
12345
12346         * acinclude.m4: Include ../config/plugins.m4,
12347         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
12348         * Makefile.in (aclocal_m4_deps): Update.
12349         * aclocal.m4: Renegerate.
12350
12351 2013-01-16  Doug Evans  <dje@google.com>
12352
12353         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12354
12355 2013-01-16  Pedro Alves  <palves@redhat.com>
12356             Tom Tromey  <tromey@redhat.com>
12357
12358         PR cli/7221:
12359         * NEWS: Add "catch signal".
12360         * breakpoint.c (base_breakpoint_ops): No longer static.
12361         (bpstat_explains_signal): New function.
12362         (init_catchpoint): No longer static.
12363         (base_breakpoint_explains_signal): New function.
12364         (base_breakpoint_ops): Initialize new field.
12365         * breakpoint.h (enum bpstat_signal_value): New.
12366         (struct breakpoint_ops) <explains_signal>: New field.
12367         (bpstat_explains_signal): Remove macro, declare as function.
12368         (base_breakpoint_ops, init_catchpoint): Declare.
12369         * break-catch-sig.c: New file.
12370         * inferior.h (signal_catch_update): Declare.
12371         * infrun.c (signal_catch): New global.
12372         (handle_syscall_event): Update for change to
12373         bpstat_explains_signal.
12374         (handle_inferior_event): Likewise.  Always handle random signals
12375         via bpstats.
12376         (signal_cache_update): Check signal_catch.
12377         (signal_catch_update): New function.
12378         (_initialize_infrun): Initialize signal_catch.
12379         * Makefile.in (SFILES): Add break-catch-sig.c.
12380         (COMMON_OBS): Add break-catch-sig.o.
12381
12382 2013-01-16  Tom Tromey  <tromey@redhat.com>
12383
12384         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12385         (print_one_catch_solib, print_one_catch_syscall)
12386         (print_one_catch_exec, print_one_exception_catchpoint): Emit
12387         "catch-type".
12388
12389 2013-01-16  Yao Qi  <yao@codesourcery.com>
12390
12391         * printcmd.c (current_display_number): Make it static.
12392
12393 2013-01-16  Yao Qi  <yao@codesourcery.com>
12394
12395         * infcmd.c (step_once): Don't check '!single_inst' as it was
12396         checked before.
12397
12398 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
12399
12400         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12401
12402 2013-01-14  Tom Tromey  <tromey@redhat.com>
12403
12404         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12405         set command.
12406         * command.h (add_setshow_string_noescape_cmd): Update.
12407         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12408         (complete_set_gnutarget): New function.
12409         (_initialize_core): Set the "set gnutarget" completer.
12410
12411 2013-01-14  Tom Tromey  <tromey@redhat.com>
12412
12413         PR symtab/14442:
12414         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12415         (c_type_print_modifier): Likewise.
12416         * dwarf2read.c (read_tag_restrict_type): New function.
12417         (read_type_die_1): Handle DW_TAG_restrict_type.
12418         * gdbtypes.c (make_restrict_type): New function.
12419         (recursive_dump_type): Handle TYPE_RESTRICT.
12420         * gdbtypes.h (enum type_flag_values): Renumber.
12421         (enum type_instance_flag_value): Add
12422         TYPE_INSTANCE_FLAG_RESTRICT.
12423         (TYPE_RESTRICT): New macro.
12424         (make_restrict_type): Declare.
12425
12426 2013-01-14  Tom Tromey  <tromey@redhat.com>
12427
12428         PR symtab/14931:
12429         * psymtab.c (struct psymtab_state): New.
12430         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12431         functions.
12432         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12433         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12434
12435 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
12436             Pedro Alves  <palves@redhat.com>
12437
12438         PR remote/14786
12439
12440         * remote.c (remote_threads_info): Make a copy of the reply from
12441         qfThreadInfo and use that instead of rs->buf.
12442
12443 2013-01-14  Yao Qi  <yao@codesourcery.com>
12444
12445         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12446         (dbx_psymtab_to_symtab): Likewise.
12447         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12448         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12449         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12450
12451 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12452
12453         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
12454         make_cleanup_restore_current_language.  Call set_language.  Move
12455         OLD_CHAIN and INNER_CHAIN cleanups.
12456         * utils.c (do_restore_current_language)
12457         (make_cleanup_restore_current_language): New functions.
12458         * utils.h (make_cleanup_restore_current_language): New declaration.
12459
12460 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12461
12462         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12463         non-existing files.
12464
12465         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12466         non-existing files if FILENAME is already absolute.
12467
12468 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12469
12470         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12471         fputs_filtered.  Append trailing newline.
12472
12473 2013-01-11  Yao Qi  <yao@codesourcery.com>
12474             Stan Shebs  <stan@codesourcery.com>
12475
12476         * psymtab.c (init_psymbol_list): Clarify the comment.
12477
12478 2013-01-11  Yao Qi  <yao@codesourcery.com>
12479
12480         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12481         (update_dprintf_command_list): Assert that 'printf_line' is
12482         non-null.  Remove condition check.
12483
12484 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12485
12486         Code cleanup.
12487         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12488         type const char *.
12489         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12490         const char *.
12491         * tui/tui-source.h (tui_source_is_displayed): Likewise.
12492
12493 2013-01-09  Anthony Green  <green@moxielogic.com>
12494
12495         * cp-abi.c (cplus_print_vtable): Don't return value from void
12496         function.
12497         * ada-lang.c (re_set_catch_assert): Ditto.
12498
12499 2013-01-09  Doug Evans  <dje@google.com>
12500
12501         * symfile.h (quick_symbol_functions): Delete member
12502         pre_expand_symtabs_matching.  All uses removed.
12503         * dwarf2read.c (dw2_lookup_symbol): Implement.
12504         (dw2_do_expand_symtabs_matching): Delete.
12505         (dw2_pre_expand_symtabs_matching): Delete.
12506         (struct dw2_symtab_iterator): New type.
12507         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12508         (dw2_expand_symtabs_for_function): Rewrite.
12509         (dwarf2_gdb_index_functions): Update.
12510         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12511         (psym_functions): Update.
12512
12513 2013-01-09  Tom Tromey  <tromey@redhat.com>
12514
12515         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12516         * configure: Rebuild.
12517         * configure.ac: Add somread.o to the build if BFD has SOM
12518         support.
12519         * somread.c: Include som/aout.h, not syms.h.
12520         (som_symtab_read): Use som_external_symbol_dictionary_record.
12521         Unpack records manually.
12522         (_initialize_somread): Declare.
12523
12524 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
12525
12526         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12527         Cast return_address to 64bits.
12528
12529 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
12530
12531         * printcmd.c: Remove define of function output_command.
12532         * tracepoint.c: Remove extern of function output_command.
12533         * valprint.h: (output_command): New extern.
12534
12535 2013-01-07  Tom Tromey  <tromey@redhat.com>
12536
12537         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12538         Remove.
12539         (objc_language_defn): Use c_printchar, c_printstr,
12540         c_emit_char.
12541
12542 2013-01-07  Tom Tromey  <tromey@redhat.com>
12543
12544         PR cli/7719:
12545         * NEWS: Update.
12546         * ada-valprint.c (printstr, print_field_values): Remove
12547         "inspect_it" code.
12548         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12549         code.
12550         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12551         code.
12552         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12553         * main.c (captured_main): Remove "epoch" argument.
12554         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12555         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12556         * p-valprint.c (pascal_object_print_value_fields): Remove
12557         "inspect_it" code.
12558         * printcmd.c (print_command_1): Remove 'inspect' argument.
12559         (print_command, call_command): Update.
12560         (inspect_command): Remove.
12561         (_initialize_printcmd): Make "inspect" an alias for "print".
12562         * top.c (epoch_interface): Remove.
12563         * top.h (epoch_interface): Remove.
12564         * valprint.c (user_print_options): Update.
12565         (print_converted_chars_to_obstack): Remove "inspect_it" code.
12566         * valprint.h (struct value_print_options) <inspect_it>: Remove
12567         field.
12568
12569 2013-01-04  Tom Tromey  <tromey@redhat.com>
12570
12571         * valprint.h (read_string): Add 'extern'.
12572
12573 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
12574
12575         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12576         used to decide whether to define darwin_read_dyld_info or not.
12577
12578 2013-01-03  Pierre Muller  <muller@sourceware.org>
12579
12580         * main.c (relocate_gdb_directory): Avoid calling stat function
12581         if DIR is empty.
12582
12583 2013-01-03  Yao Qi  <yao@codesourcery.com>
12584
12585         * psymtab.c (fixup_psymbol_section): Update declaration.
12586         (fixup_psymbol_section): Remove code returning value.
12587
12588 2013-01-03  Yao Qi  <yao@codesourcery.com>
12589
12590         * symtab.h: Remove some out of date comments.
12591          (enum exception_event_kind): Move it ...
12592         * breakpoint.c: ... here.
12593
12594 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
12595
12596         PR gdb/14405
12597         * darwin-nat.c (darwin_read_dyld_info): Only build if
12598         TASK_DYLD_INFO_COUNT is defined.
12599         (darwin_xfer_partial): Call darwin_read_dyld_info only if
12600         TASK_DYLD_INFO_COUNT is defined.
12601
12602 2013-01-02  Tom Tromey  <tromey@redhat.com>
12603
12604         * symfile.h (struct ecoff_debug_hack): Remove.
12605         * objfiles.c: Don't include mdebugread.h.
12606
12607 2013-01-02  Tom Tromey  <tromey@redhat.com>
12608
12609         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12610         * configure.ac: Check for Mach-O support in BFD.  Update
12611         CONFIG_OBS.
12612         * configure: Rebuild.
12613
12614 2013-01-02  Tom Tromey  <tromey@redhat.com>
12615
12616         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12617         * configure.ac: Use GDB_AC_CHECK_BFD.
12618         * configure: Rebuild.
12619
12620 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
12621
12622         * MAINTAINERS: Update my email.
12623
12624 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12625
12626         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12627
12628 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12629
12630         * rs6000-nat.c (bss_data_overlap): New function.
12631         (vmap_symtab): Use it to adjust the .bss section's offset.
12632
12633 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12634
12635         Update year range in copyright notice of all files.
12636
12637 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
12638
12639         * top.c (print_gdb_version): Update copyright year.
12640
12641 For older changes see ChangeLog-2012.
12642 \f
12643 Local Variables:
12644 mode: change-log
12645 left-margin: 8
12646 fill-column: 74
12647 version-control: never
12648 coding: utf-8
12649 End: