b91eb51f9b0e3d0e04b6afa5ce103040648a10e7
[external/binutils.git] / gdb / ChangeLog
1 2013-11-24  Yao Qi  <yao@codesourcery.com>
2
3         * NEWS: Add note on new "set code-cache" option.
4         * target-dcache.c (code_cache_enabled_1): New variable.
5         (code_cache_enabled): New variable.
6         (show_code_cache, set_code_cache): New function.
7         (code_cache_enabled_p): New function.
8         (_initialize_target_dcache): Register command.
9         * target-dcache.h (code_cache_enabled_p): Declare.
10         * target.c (memory_xfer_partial_1):Handle
11         TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
12         (target_read_code): New function.
13         * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
14         New.
15         (target_read_code): Declare.
16
17 2013-11-24  Yao Qi  <yao@codesourcery.com>
18
19         * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
20         (stack_cache_enabled_1): ... this.  New variable.
21         (stack_cache_enabled_p): Rename to ...
22         (stack_cache_enabled): ... this.  New variable.
23         (set_stack_cache_enabled_p): Rename to ...
24         (set_stack_cache): ... this.  Update caller.
25         (show_stack_cache_enabled_p): Rename to ...
26         (show_stack_cache): ... this.  Update caller.
27         (stack_cache_enabled): Rename to ...
28         (stack_cache_enabled_p): ... this.  Update caller.
29         (_initialize_target_dcache): Replace "data cache" with
30         "target memory cache".
31         * target-dcache.h (stack_cache_enabled): Remove declaration.
32         (stack_cache_enabled_p): Add declaration.
33
34 2013-11-23  Doug Evans  <xdje42@gmail.com>
35
36         * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
37         superfluous.
38
39 2013-11-23  Doug Evans  <xdje42@gmail.com>
40
41         * python/py-frame.c (frapy_block): Fix error message text.
42
43 2013-11-23  Doug Evans  <xdje42@gmail.com>
44
45         * cli/cli-script.c (multi_line_command_p): New function.
46         (recurse_read_control_structure, read_command_lines_1): Call it.
47         (execute_control_command): Consistently have a blank line between
48         each case.
49
50 2013-11-22  Sterling Augustine  <saugustine@google.com>
51
52         PR gdb/16196:
53         * valprint.c (read_string): Set new variable fetchlen based on
54         fetchlimit and size.  Use it in call to partial_memory_read.
55         Update comment.
56
57 2013-11-22  Tom Tromey  <tromey@redhat.com>
58
59         PR backtrace/16155:
60         * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
61         the return address column is unspecified.
62
63 2013-11-22  Tom Tromey  <tromey@redhat.com>
64             Pedro Alves  <palves@redhat.com>
65
66         PR backtrace/16155
67         * value.c (value_fetch_lazy): Internal error if
68         get_frame_register_value returns the same register.
69
70 2013-11-22  Pedro Alves  <palves@redhat.com>
71             Tom Tromey  <tromey@redhat.com>
72
73         * frame.c (frame_stash_add): Now returns whether a frame with the
74         same ID was already known.
75         (compute_frame_id): New function, factored out from get_frame_id.
76         (get_frame_id): No longer lazilly compute the frame id here.
77         (get_prev_frame_if_no_cycle): New function.  Detects wider stack
78         cycles.
79         (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
80         and checking for stack cycles here.
81
82 2013-11-22  Pedro Alves  <palves@redhat.com>
83
84         PR 16155
85         * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
86         this frame and the new previous frame, not between this frame and
87         the next frame.
88
89 2013-11-22  Pedro Alves  <palves@redhat.com>
90
91         PR 16155
92         * dwarf2-frame.c (struct dwarf2_frame_cache)
93         <checked_tailcall_bottom, entry_cfa_sp_offset,
94         entry_cfa_sp_offset_p>: New fields.
95         (dwarf2_frame_cache): Adjust to use the new cache fields instead
96         of locals.  Don't call dwarf2_tailcall_sniffer_first here.
97         (dwarf2_frame_prev_register): Call it here, but only once.
98
99 2013-11-21  Doug Evans  <xdje42@gmail.com>
100
101         * gdbtypes.c: #include bcache.h, dwarf2loc.h.
102         (type_equality_entry): Move here from python/py-type.c.
103         (type_equality_entry_d): Ditto.
104         (compare_maybe_null_strings, check_types_equal): Ditto.
105         (check_types_worklist, types_deeply_equal): Ditto.
106         * gdbtypes.h (types_deeply_equal): Declare.
107         * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
108         (typy_richcompare): Update.
109
110 2013-11-20  Joel Brobecker  <brobecker@adacore.com>
111
112         * python/py-value.c (is_intlike): Delete.
113         (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
114         by use of is_integral_type.
115         (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
116         by use of is_integral_type and check for TYPE_CODE_PTR.
117
118 2013-11-20  Tom Tromey  <tromey@redhat.com>
119
120         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
121         strerror module.
122         * gnulib/aclocal.m4: Update.
123         * gnulib/config.in: Update.
124         * gnulib/configure: Update.
125         * gnulib/import/Makefile.am: Update.
126         * gnulib/import/Makefile.in: Update.
127         * gnulib/import/errno.in.h: Remove.
128         * gnulib/import/intprops.h: Remove.
129         * gnulib/import/m4/errno_h.m4: Remove.
130         * gnulib/import/m4/gnulib-cache.m4: Update.
131         * gnulib/import/m4/gnulib-comp.m4: Update.
132         * gnulib/import/m4/strerror.m4: Remove.
133         * gnulib/import/m4/sys_socket_h.m4: Remove.
134         * gnulib/import/strerror-override.c: Remove.
135         * gnulib/import/strerror-override.h: Remove.
136         * gnulib/import/strerror.c: Remove.
137         * gnulib/update-gnulib.sh: Update.
138
139 2013-11-20  Yao Qi  <yao@codesourcery.com>
140
141         * target-dcache.c (target_dcache_get_or_init): Call
142         set_address_space_data if 'dcache' is NULL.
143
144 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
145
146         * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
147
148 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
149
150         * python/lib/gdb/command/bound_register.py: New file.
151         * data-directory/Makefile.in: Copy bond_register.py to the right path
152         to be initialized at gdb startup.
153
154 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
155
156         * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
157         Add MPX registers.
158         (amd64_linux_read_description): Add initialization for MPX and
159         AVX independently.
160         * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
161         (amd64_linux_gregset_reg_offset): Add MPX registers.
162         (amd64_linux_core_read_description): Add initialization for MPX
163         registers.
164         (_initialize_amd64_linux_tdep): Initialize MPX targets.
165         * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
166         register on the list.
167         (tdesc_amd64_mpx_linux) Add new target  for MPX.
168         * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
169         (amd64_mpx_names): MPX register names.
170         (amd64_init_abi): Add MPX register while initializing the ABI.
171         (_initialize_amd64_tdep): Initialize MPX targets.
172         * amd64-tdep.h (amd64_regnum): Add MPX registers.
173         (AMD64_NUM_REGS): Set number of registers taking MPX into account.
174
175 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
176
177         * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
178         registers on the range of registers to be read from
179         xsave buffer.
180         (i386_linux_read_description): Add case for MPX.
181         * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
182         (i386_linux_gregset_reg_offset): Add MPX registers.
183         (i386_linux_core_read_description): Initialize also MPX.
184         (_initialize_i386_linux_tdep): Add mpx initialization.
185         * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
186         mpx_register_names.
187         (i386_regnum): Add MPX registers.
188         (I386_MPX_NUM_REGS): New macro.
189         (i386_bnd_regnum_p): New function.
190         * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
191         number of registers to be the number of BNDSTATUS.
192         (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
193         * i386-tdep.c: Include features/i386/i386-mpx.c.
194         (i386_mpx_names): Add MPX register names array.
195         (i386_bnd_names): Add bnd pseudo register names array.
196         (i386_bndr_regnum_p): Lookup register numbers for bnd raw
197         registers.
198         (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
199         (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
200         registers.
201         (i386_bnd_type): New function.
202         (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
203         register types.
204         (i386_pseudo_register_read_into_value): Add bnd case.
205         (i386_pseudo_register_write): Add bnd pseudo registers.
206         (i386_register_reggroup_p): Add MPX register to the group all.
207         (i386_validate_tdesc_p): Add MPX to the target  description
208         validation.
209         (i386_pseudo_register_name): Add bnd pseudo registers.
210         (i386_gdbarch_init): Add MPX for architecture initialization.
211         (_initia_initialize_i386_tdep): Add mpx initialization.
212         * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
213         XSAVE buffer.
214         (XSAVE_MPX_ADDR): New macro.
215         (i387_supply_xsave): Add MPX case.
216         (i387_collect_xsave): Add MPX case.
217         * i387-tdep.h (I387_BND0R_REGNUM): New macro.
218         (I387_BNDCFGU_REGNUM): New macro.
219         (I387_NUM_MPX_REGS): New macro.
220         (I387_NUM_BND_REGS): New macro.
221         (I387_NUM_MPX_CTRL_REGS): New macro.
222         (I387_MPXEND_REGNUM): New macro.
223         * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
224         (I386_XSTATE_BNDCFG): Likewise.
225         (I386_XSTATE_MPX_MASK): Likewise.
226         (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
227         (I386_XSTATE_BNDREGS_SIZE): New macro.
228         (I386_XSTATE_BNDCFG_SIZE): Likewise.
229         (I386_XSTATE_SIZE): Adapt for MPX.
230         (I386_XSTATE_MAX_SIZE): Likewise.
231
232 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
233
234         * features/i386/Makefile: Adapts for using MPX registers.
235         * features/i386/32bit-mpx.xml: New file.
236         * features/i386/64bit-mpx.xml: Likewise.
237         * features/i386/amd64-mpx-linux.c: Likewise.
238         * features/i386/amd64-mpx-linux.xml: Likewise.
239         * features/i386/amd64-mpx.c: Likewise.
240         * features/i386/amd64-mpx.xml: Likewise.
241         * features/i386/i386-mpx-linux.c: Likewise.
242         * features/i386/i386-mpx-linux.xml: Likewise.
243         * features/i386/i386-mpx.c: Likewise.
244         * features/i386/i386-mpx.xml: Likewise.
245         * regformats/i386/amd64-mpx-linux.dat: New file.
246         * regformats/i386/amd64-mpx.dat: Likewise.
247         * regformats/i386/i386-mpx-linux.dat: Likewise.
248         * regformats/i386/i386-mpx.dat: Likewise.
249
250 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
251
252         * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
253         Modified logic of creating a bitfield to be in sync with
254         tdesc_gdb_type.
255
256 2013-11-20  Will Newton  <will.newton@linaro.org>
257
258         * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
259         error message.
260
261 2013-11-20  Yao Qi  <yao@codesourcery.com>
262
263         * progspace.h (struct address_space_data): Declare.
264         * target-dcache.c: Include "progspace.h".
265         (target_dache): Remove.
266         (target_dcache_aspace_key): New.
267         (target_dcache_cleanup): New function.
268         (target_dcache_init_p): Get data through
269         target_dcache_aspace_key.
270         (target_dcache_invalidate): Likewise.
271         (target_dcache_get): Likewise.
272         (target_dcache_get_or_init): Likewise.
273         (_initialize_target_dcache): Initialize
274         target_dcache_aspace_key.
275
276 2013-11-20  Yao Qi  <yao@codesourcery.com>
277
278         * progspace.c (struct address_space): Update comments.
279         <REGISTRY_FIELDS>: New fields.
280         DEFINE_REGISTRY for address_space.
281         (new_address_space): Call address_space_alloc_data.
282         (free_address_space): Call address_space_free_data.
283         * progspace.h: Use DECLARE_REGISTRY.
284
285 2013-11-20  Yao Qi  <yao@codesourcery.com>
286
287         * Makefile.in (SFILES):Add target-dcache.c.
288         (HFILES_NO_SRCDIR): Add target-dcache.h.
289         (COMMON_OBS): Add target-dcache.o.
290         * dcache.c: Remove inclusion to "target.h".  Include
291         "target-dcache.h".
292         * memattr.c: Include "target-dcache.h".
293         * top.c: Likewise.
294         * tracepoint.c: Likewise.
295         * target.c: (stack_cache_enabled_p_1): Move to
296         target-dcache.c.
297         (stack_cache_enabled_p): Likewise.
298         (set_stack_cache_enabled_p): Likewise.
299         (show_stack_cache_enabled_p): Likewise.
300         (target_dcache, target_dcache_init_p): Likewise.
301         (target_dcache_invalidate): Likewise.
302         (target_dcache_get, target_dcache_get_or_init): Likewise.
303         (memory_xfer_partial_1): Call function stack_cache_enabled.
304         (initialize_target): Move code to target-dcache.c.
305         * target.h (target_dcache_invalidate): Move to
306         target-dcache.h.
307         (target_dcache_get): Likewise.
308         * target-dcache.c: New.
309         * target-dcache.h: New.
310
311 2013-11-20  Yao Qi  <yao@codesourcery.com>
312
313         * target.c (memory_xfer_partial_1): Update 'target_dcache' if
314         it is initialized.
315
316 2013-11-20  Yao Qi  <yao@codesourcery.com>
317
318         * dcache.c (last_cache): Remove.
319         (dcache_free, dcache_init): Update.
320         (dcache_update):
321         (dcache_print_line): Add parameter 'dcache'.  Replace
322         'target_dcache' with 'dcache'.
323         (dcache_info): Move code to dcache_info_1. Call
324         'dcache_info_1'.
325         (dcache_info_1): New function.
326         (set_dcache_size): Call target_dcache_invalidate.
327         (set_dcache_line_size): Call target_dcache_invalidate.
328         * target.c (target_dcache_init_p): New function.
329         (target_dcache_invalidate): Check target_dcache_init_p first.
330         (target_dcache_get, target_dcache_get_or_init): New function.
331         (memory_xfer_partial_1): Adjust.
332         (initialize_target): Don't initialize 'target_dcache'.
333         * target.h (struct dcache_struct): Declare.
334         (target_dcache_get): Declare.
335
336 2013-11-19  Yao Qi  <yao@codesourcery.com>
337
338         * varobj.c (varobj_get_type): Fix typo.
339
340 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
341
342         * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
343
344 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
345
346         * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
347         "stat.h".
348
349 2013-11-18  Tom Tromey  <tromey@redhat.com>
350
351         * common/gdb_stat.h: Remove.
352         * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
353         * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
354         * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
355         * corefile.c: Use sys/stat.h, not gdb_stat.h.
356         * ctf.c: Use sys/stat.h, not gdb_stat.h.
357         * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
358         * dbxread.c: Use sys/stat.h, not gdb_stat.h.
359         * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
360         * exec.c: Use sys/stat.h, not gdb_stat.h.
361         * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
362         * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
363         * inf-child.c: Use sys/stat.h, not gdb_stat.h.
364         * jit.c: Use sys/stat.h, not gdb_stat.h.
365         * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
366         * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
367         * main.c: Use sys/stat.h, not gdb_stat.h.
368         * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
369         * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
370         * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
371         * objfiles.c: Use sys/stat.h, not gdb_stat.h.
372         * procfs.c: Use sys/stat.h, not gdb_stat.h.
373         * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
374         * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
375         * remote.c: Use sys/stat.h, not gdb_stat.h.
376         * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
377         * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
378         * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
379         * source.c: Use sys/stat.h, not gdb_stat.h.
380         * symfile.c: Use sys/stat.h, not gdb_stat.h.
381         * symmisc.c: Use sys/stat.h, not gdb_stat.h.
382         * symtab.c: Use sys/stat.h, not gdb_stat.h.
383         * top.c: Use sys/stat.h, not gdb_stat.h.
384         * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
385
386 2013-11-18  Tom Tromey  <tromey@redhat.com>
387
388         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
389         sys_stat.
390         * gnulib/aclocal.m4: Update.
391         * gnulib/config.in: Update.
392         * gnulib/configure: Update.
393         * gnulib/import/Makefile.am: Update.
394         * gnulib/import/Makefile.in: Update.
395         * gnulib/import/m4/gnulib-cache.m4: Update.
396         * gnulib/import/m4/gnulib-comp.m4: Update.
397         * gnulib/import/m4/sys_stat_h.m4: New.
398         * gnulib/import/m4/time_h.m4: New.
399         * gnulib/import/sys_stat.in.h: New.
400         * gnulib/import/time.in.h: New.
401
402 2013-11-18  Tom Tromey  <tromey@redhat.com>
403
404         * configure: Rebuild.
405         * configure.ac: Remove check of HAVE_SYS_TYPES_H.
406
407 2013-11-18  Tom Tromey  <tromey@redhat.com>
408
409         * configure: Rebuild.
410         * configure.ac: Don't check for unistd.h.
411
412 2013-11-18  Tom Tromey  <tromey@redhat.com>
413
414         * configure: Rebuild.
415         * configure.ac: Don't check for stdlib.h
416         * defs.h: Include stdlib.h unconditionally.
417
418 2013-11-18  Tom Tromey  <tromey@redhat.com>
419
420         * config.in: Rebuild.
421         * configure: Rebuild.
422         * configure.ac: Don't check for stddef.h.
423         * defs.h: Unconditionally include stddef.h.  Remove duplicate
424         inclusion.
425
426 2013-11-18  Tom Tromey  <tromey@redhat.com>
427
428         * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
429         * common/gdb_dirent.h: Remove.
430         * common/filestuff.c: Use dirent.h.
431         * common/linux-osdata.c: Use dirent.h.
432         (NAMELEN): Define.
433         * config.in: Rebuild.
434         * configure: Rebuild.
435         * configure.ac: Don't use AC_HEADER_DIRENT.
436         * linux-fork.c: Use dirent.h
437         * linux-nat.c: Use dirent.h.
438         * nto-procfs.c: Use dirent.h.
439         * procfs.c: Use dirent.h.
440
441 2013-11-18  Tom Tromey  <tromey@redhat.com>
442
443         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
444         * gnulib/aclocal.m4: Update.
445         * gnulib/config.in: Update.
446         * gnulib/configure: Update.
447         * gnulib/import/Makefile.am: Update.
448         * gnulib/import/Makefile.in: Update.
449         * gnulib/import/dirent.in.h: New.
450         * gnulib/import/m4/dirent_h.m4: New.
451         * gnulib/import/m4/gnulib-cache.m4: Update.
452         * gnulib/import/m4/gnulib-comp.m4: Update.
453
454 2013-11-18  Tom Tromey  <tromey@redhat.com>
455
456         * configure: Rebuild.
457         * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
458         strings.h.
459
460 2013-11-18  Tom Tromey  <tromey@redhat.com>
461
462         * common/gdb_string.h: Remove.
463         * aarch64-tdep.c: Use string.h, not gdb_string.h.
464         * ada-exp.y: Use string.h, not gdb_string.h.
465         * ada-lang.c: Use string.h, not gdb_string.h.
466         * ada-lex.l: Use string.h, not gdb_string.h.
467         * ada-typeprint.c: Use string.h, not gdb_string.h.
468         * ada-valprint.c: Use string.h, not gdb_string.h.
469         * aix-thread.c: Use string.h, not gdb_string.h.
470         * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
471         * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
472         * alpha-nat.c: Use string.h, not gdb_string.h.
473         * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
474         * alpha-tdep.c: Use string.h, not gdb_string.h.
475         * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
476         * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
477         * amd64-linux-nat.c: Use string.h, not gdb_string.h.
478         * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
479         * amd64-nat.c: Use string.h, not gdb_string.h.
480         * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
481         * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
482         * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
483         * arch-utils.c: Use string.h, not gdb_string.h.
484         * arm-linux-nat.c: Use string.h, not gdb_string.h.
485         * arm-linux-tdep.c: Use string.h, not gdb_string.h.
486         * arm-tdep.c: Use string.h, not gdb_string.h.
487         * arm-wince-tdep.c: Use string.h, not gdb_string.h.
488         * armbsd-tdep.c: Use string.h, not gdb_string.h.
489         * armnbsd-nat.c: Use string.h, not gdb_string.h.
490         * armnbsd-tdep.c: Use string.h, not gdb_string.h.
491         * armobsd-tdep.c: Use string.h, not gdb_string.h.
492         * avr-tdep.c: Use string.h, not gdb_string.h.
493         * ax-gdb.c: Use string.h, not gdb_string.h.
494         * ax-general.c: Use string.h, not gdb_string.h.
495         * bcache.c: Use string.h, not gdb_string.h.
496         * bfin-tdep.c: Use string.h, not gdb_string.h.
497         * breakpoint.c: Use string.h, not gdb_string.h.
498         * build-id.c: Use string.h, not gdb_string.h.
499         * buildsym.c: Use string.h, not gdb_string.h.
500         * c-exp.y: Use string.h, not gdb_string.h.
501         * c-lang.c: Use string.h, not gdb_string.h.
502         * c-typeprint.c: Use string.h, not gdb_string.h.
503         * c-valprint.c: Use string.h, not gdb_string.h.
504         * charset.c: Use string.h, not gdb_string.h.
505         * cli-out.c: Use string.h, not gdb_string.h.
506         * cli/cli-cmds.c: Use string.h, not gdb_string.h.
507         * cli/cli-decode.c: Use string.h, not gdb_string.h.
508         * cli/cli-dump.c: Use string.h, not gdb_string.h.
509         * cli/cli-interp.c: Use string.h, not gdb_string.h.
510         * cli/cli-logging.c: Use string.h, not gdb_string.h.
511         * cli/cli-script.c: Use string.h, not gdb_string.h.
512         * cli/cli-setshow.c: Use string.h, not gdb_string.h.
513         * cli/cli-utils.c: Use string.h, not gdb_string.h.
514         * coffread.c: Use string.h, not gdb_string.h.
515         * common/common-utils.c: Use string.h, not gdb_string.h.
516         * common/filestuff.c: Use string.h, not gdb_string.h.
517         * common/linux-procfs.c: Use string.h, not gdb_string.h.
518         * common/linux-ptrace.c: Use string.h, not gdb_string.h.
519         * common/signals.c: Use string.h, not gdb_string.h.
520         * common/vec.h: Use string.h, not gdb_string.h.
521         * core-regset.c: Use string.h, not gdb_string.h.
522         * corefile.c: Use string.h, not gdb_string.h.
523         * corelow.c: Use string.h, not gdb_string.h.
524         * cp-abi.c: Use string.h, not gdb_string.h.
525         * cp-support.c: Use string.h, not gdb_string.h.
526         * cp-valprint.c: Use string.h, not gdb_string.h.
527         * cris-tdep.c: Use string.h, not gdb_string.h.
528         * d-lang.c: Use string.h, not gdb_string.h.
529         * dbxread.c: Use string.h, not gdb_string.h.
530         * dcache.c: Use string.h, not gdb_string.h.
531         * demangle.c: Use string.h, not gdb_string.h.
532         * dicos-tdep.c: Use string.h, not gdb_string.h.
533         * disasm.c: Use string.h, not gdb_string.h.
534         * doublest.c: Use string.h, not gdb_string.h.
535         * dsrec.c: Use string.h, not gdb_string.h.
536         * dummy-frame.c: Use string.h, not gdb_string.h.
537         * dwarf2-frame.c: Use string.h, not gdb_string.h.
538         * dwarf2loc.c: Use string.h, not gdb_string.h.
539         * dwarf2read.c: Use string.h, not gdb_string.h.
540         * elfread.c: Use string.h, not gdb_string.h.
541         * environ.c: Use string.h, not gdb_string.h.
542         * eval.c: Use string.h, not gdb_string.h.
543         * event-loop.c: Use string.h, not gdb_string.h.
544         * exceptions.c: Use string.h, not gdb_string.h.
545         * exec.c: Use string.h, not gdb_string.h.
546         * expprint.c: Use string.h, not gdb_string.h.
547         * f-exp.y: Use string.h, not gdb_string.h.
548         * f-lang.c: Use string.h, not gdb_string.h.
549         * f-typeprint.c: Use string.h, not gdb_string.h.
550         * f-valprint.c: Use string.h, not gdb_string.h.
551         * fbsd-nat.c: Use string.h, not gdb_string.h.
552         * findcmd.c: Use string.h, not gdb_string.h.
553         * findvar.c: Use string.h, not gdb_string.h.
554         * fork-child.c: Use string.h, not gdb_string.h.
555         * frame.c: Use string.h, not gdb_string.h.
556         * frv-linux-tdep.c: Use string.h, not gdb_string.h.
557         * frv-tdep.c: Use string.h, not gdb_string.h.
558         * gdb.c: Use string.h, not gdb_string.h.
559         * gdb_bfd.c: Use string.h, not gdb_string.h.
560         * gdbarch.c: Use string.h, not gdb_string.h.
561         * gdbtypes.c: Use string.h, not gdb_string.h.
562         * gnu-nat.c: Use string.h, not gdb_string.h.
563         * gnu-v2-abi.c: Use string.h, not gdb_string.h.
564         * gnu-v3-abi.c: Use string.h, not gdb_string.h.
565         * go-exp.y: Use string.h, not gdb_string.h.
566         * go-lang.c: Use string.h, not gdb_string.h.
567         * go32-nat.c: Use string.h, not gdb_string.h.
568         * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
569         * hppa-linux-nat.c: Use string.h, not gdb_string.h.
570         * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
571         * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
572         * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
573         * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
574         * i386-linux-nat.c: Use string.h, not gdb_string.h.
575         * i386-linux-tdep.c: Use string.h, not gdb_string.h.
576         * i386-nto-tdep.c: Use string.h, not gdb_string.h.
577         * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
578         * i386-tdep.c: Use string.h, not gdb_string.h.
579         * i386bsd-tdep.c: Use string.h, not gdb_string.h.
580         * i386gnu-nat.c: Use string.h, not gdb_string.h.
581         * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
582         * i386obsd-tdep.c: Use string.h, not gdb_string.h.
583         * i387-tdep.c: Use string.h, not gdb_string.h.
584         * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
585         * ia64-linux-nat.c: Use string.h, not gdb_string.h.
586         * inf-child.c: Use string.h, not gdb_string.h.
587         * inf-ptrace.c: Use string.h, not gdb_string.h.
588         * inf-ttrace.c: Use string.h, not gdb_string.h.
589         * infcall.c: Use string.h, not gdb_string.h.
590         * infcmd.c: Use string.h, not gdb_string.h.
591         * inflow.c: Use string.h, not gdb_string.h.
592         * infrun.c: Use string.h, not gdb_string.h.
593         * interps.c: Use string.h, not gdb_string.h.
594         * iq2000-tdep.c: Use string.h, not gdb_string.h.
595         * irix5-nat.c: Use string.h, not gdb_string.h.
596         * jv-exp.y: Use string.h, not gdb_string.h.
597         * jv-lang.c: Use string.h, not gdb_string.h.
598         * jv-typeprint.c: Use string.h, not gdb_string.h.
599         * jv-valprint.c: Use string.h, not gdb_string.h.
600         * language.c: Use string.h, not gdb_string.h.
601         * linux-fork.c: Use string.h, not gdb_string.h.
602         * linux-nat.c: Use string.h, not gdb_string.h.
603         * lm32-tdep.c: Use string.h, not gdb_string.h.
604         * m2-exp.y: Use string.h, not gdb_string.h.
605         * m2-typeprint.c: Use string.h, not gdb_string.h.
606         * m32c-tdep.c: Use string.h, not gdb_string.h.
607         * m32r-linux-nat.c: Use string.h, not gdb_string.h.
608         * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
609         * m32r-rom.c: Use string.h, not gdb_string.h.
610         * m32r-tdep.c: Use string.h, not gdb_string.h.
611         * m68hc11-tdep.c: Use string.h, not gdb_string.h.
612         * m68k-tdep.c: Use string.h, not gdb_string.h.
613         * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
614         * m68klinux-nat.c: Use string.h, not gdb_string.h.
615         * m68klinux-tdep.c: Use string.h, not gdb_string.h.
616         * m88k-tdep.c: Use string.h, not gdb_string.h.
617         * macrocmd.c: Use string.h, not gdb_string.h.
618         * main.c: Use string.h, not gdb_string.h.
619         * mdebugread.c: Use string.h, not gdb_string.h.
620         * mem-break.c: Use string.h, not gdb_string.h.
621         * memattr.c: Use string.h, not gdb_string.h.
622         * memory-map.c: Use string.h, not gdb_string.h.
623         * mep-tdep.c: Use string.h, not gdb_string.h.
624         * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
625         * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
626         * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
627         * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
628         * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
629         * mi/mi-cmds.c: Use string.h, not gdb_string.h.
630         * mi/mi-console.c: Use string.h, not gdb_string.h.
631         * mi/mi-getopt.c: Use string.h, not gdb_string.h.
632         * mi/mi-interp.c: Use string.h, not gdb_string.h.
633         * mi/mi-main.c: Use string.h, not gdb_string.h.
634         * mi/mi-parse.c: Use string.h, not gdb_string.h.
635         * microblaze-rom.c: Use string.h, not gdb_string.h.
636         * microblaze-tdep.c: Use string.h, not gdb_string.h.
637         * mingw-hdep.c: Use string.h, not gdb_string.h.
638         * minidebug.c: Use string.h, not gdb_string.h.
639         * minsyms.c: Use string.h, not gdb_string.h.
640         * mips-irix-tdep.c: Use string.h, not gdb_string.h.
641         * mips-linux-tdep.c: Use string.h, not gdb_string.h.
642         * mips-tdep.c: Use string.h, not gdb_string.h.
643         * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
644         * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
645         * mipsread.c: Use string.h, not gdb_string.h.
646         * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
647         * mn10300-tdep.c: Use string.h, not gdb_string.h.
648         * monitor.c: Use string.h, not gdb_string.h.
649         * moxie-tdep.c: Use string.h, not gdb_string.h.
650         * mt-tdep.c: Use string.h, not gdb_string.h.
651         * nbsd-tdep.c: Use string.h, not gdb_string.h.
652         * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
653         * nto-procfs.c: Use string.h, not gdb_string.h.
654         * nto-tdep.c: Use string.h, not gdb_string.h.
655         * objc-lang.c: Use string.h, not gdb_string.h.
656         * objfiles.c: Use string.h, not gdb_string.h.
657         * opencl-lang.c: Use string.h, not gdb_string.h.
658         * osabi.c: Use string.h, not gdb_string.h.
659         * osdata.c: Use string.h, not gdb_string.h.
660         * p-exp.y: Use string.h, not gdb_string.h.
661         * p-lang.c: Use string.h, not gdb_string.h.
662         * p-typeprint.c: Use string.h, not gdb_string.h.
663         * parse.c: Use string.h, not gdb_string.h.
664         * posix-hdep.c: Use string.h, not gdb_string.h.
665         * ppc-linux-nat.c: Use string.h, not gdb_string.h.
666         * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
667         * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
668         * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
669         * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
670         * printcmd.c: Use string.h, not gdb_string.h.
671         * procfs.c: Use string.h, not gdb_string.h.
672         * prologue-value.c: Use string.h, not gdb_string.h.
673         * python/py-auto-load.c: Use string.h, not gdb_string.h.
674         * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
675         * ravenscar-thread.c: Use string.h, not gdb_string.h.
676         * regcache.c: Use string.h, not gdb_string.h.
677         * registry.c: Use string.h, not gdb_string.h.
678         * remote-fileio.c: Use string.h, not gdb_string.h.
679         * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
680         * remote-mips.c: Use string.h, not gdb_string.h.
681         * remote-sim.c: Use string.h, not gdb_string.h.
682         * remote.c: Use string.h, not gdb_string.h.
683         * reverse.c: Use string.h, not gdb_string.h.
684         * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
685         * ser-base.c: Use string.h, not gdb_string.h.
686         * ser-go32.c: Use string.h, not gdb_string.h.
687         * ser-mingw.c: Use string.h, not gdb_string.h.
688         * ser-pipe.c: Use string.h, not gdb_string.h.
689         * ser-tcp.c: Use string.h, not gdb_string.h.
690         * ser-unix.c: Use string.h, not gdb_string.h.
691         * serial.c: Use string.h, not gdb_string.h.
692         * sh-tdep.c: Use string.h, not gdb_string.h.
693         * sh64-tdep.c: Use string.h, not gdb_string.h.
694         * shnbsd-tdep.c: Use string.h, not gdb_string.h.
695         * skip.c: Use string.h, not gdb_string.h.
696         * sol-thread.c: Use string.h, not gdb_string.h.
697         * solib-dsbt.c: Use string.h, not gdb_string.h.
698         * solib-frv.c: Use string.h, not gdb_string.h.
699         * solib-osf.c: Use string.h, not gdb_string.h.
700         * solib-spu.c: Use string.h, not gdb_string.h.
701         * solib-target.c: Use string.h, not gdb_string.h.
702         * solib.c: Use string.h, not gdb_string.h.
703         * somread.c: Use string.h, not gdb_string.h.
704         * source.c: Use string.h, not gdb_string.h.
705         * sparc-nat.c: Use string.h, not gdb_string.h.
706         * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
707         * sparc-tdep.c: Use string.h, not gdb_string.h.
708         * sparc64-tdep.c: Use string.h, not gdb_string.h.
709         * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
710         * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
711         * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
712         * spu-linux-nat.c: Use string.h, not gdb_string.h.
713         * spu-multiarch.c: Use string.h, not gdb_string.h.
714         * spu-tdep.c: Use string.h, not gdb_string.h.
715         * stabsread.c: Use string.h, not gdb_string.h.
716         * stack.c: Use string.h, not gdb_string.h.
717         * std-regs.c: Use string.h, not gdb_string.h.
718         * symfile.c: Use string.h, not gdb_string.h.
719         * symmisc.c: Use string.h, not gdb_string.h.
720         * symtab.c: Use string.h, not gdb_string.h.
721         * target.c: Use string.h, not gdb_string.h.
722         * thread.c: Use string.h, not gdb_string.h.
723         * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
724         * tilegx-tdep.c: Use string.h, not gdb_string.h.
725         * top.c: Use string.h, not gdb_string.h.
726         * tracepoint.c: Use string.h, not gdb_string.h.
727         * tui/tui-command.c: Use string.h, not gdb_string.h.
728         * tui/tui-data.c: Use string.h, not gdb_string.h.
729         * tui/tui-disasm.c: Use string.h, not gdb_string.h.
730         * tui/tui-file.c: Use string.h, not gdb_string.h.
731         * tui/tui-layout.c: Use string.h, not gdb_string.h.
732         * tui/tui-out.c: Use string.h, not gdb_string.h.
733         * tui/tui-regs.c: Use string.h, not gdb_string.h.
734         * tui/tui-source.c: Use string.h, not gdb_string.h.
735         * tui/tui-stack.c: Use string.h, not gdb_string.h.
736         * tui/tui-win.c: Use string.h, not gdb_string.h.
737         * tui/tui-windata.c: Use string.h, not gdb_string.h.
738         * tui/tui-winsource.c: Use string.h, not gdb_string.h.
739         * typeprint.c: Use string.h, not gdb_string.h.
740         * ui-file.c: Use string.h, not gdb_string.h.
741         * ui-out.c: Use string.h, not gdb_string.h.
742         * user-regs.c: Use string.h, not gdb_string.h.
743         * utils.c: Use string.h, not gdb_string.h.
744         * v850-tdep.c: Use string.h, not gdb_string.h.
745         * valarith.c: Use string.h, not gdb_string.h.
746         * valops.c: Use string.h, not gdb_string.h.
747         * valprint.c: Use string.h, not gdb_string.h.
748         * value.c: Use string.h, not gdb_string.h.
749         * varobj.c: Use string.h, not gdb_string.h.
750         * vax-tdep.c: Use string.h, not gdb_string.h.
751         * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
752         * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
753         * windows-nat.c: Use string.h, not gdb_string.h.
754         * xcoffread.c: Use string.h, not gdb_string.h.
755         * xml-support.c: Use string.h, not gdb_string.h.
756         * xstormy16-tdep.c: Use string.h, not gdb_string.h.
757         * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
758
759 2013-11-18  Tom Tromey  <tromey@redhat.com>
760
761         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
762         and strstr.
763         * gnulib/aclocal.m4: Update.
764         * gnulib/config.in: Update.
765         * gnulib/configure: Update.
766         * gnulib/import/Makefile.am: Update.
767         * gnulib/import/Makefile.in: Update.
768         * gnulib/import/errno.in.h: New.
769         * gnulib/import/intprops.h: New.
770         * gnulib/import/m4/errno_h.m4: New.
771         * gnulib/import/m4/gnulib-cache.m4: Update.
772         * gnulib/import/m4/gnulib-comp.m4: Update.
773         * gnulib/import/m4/strerror.m4: New.
774         * gnulib/import/m4/strstr.m4: New.
775         * gnulib/import/m4/sys_socket_h.m4: New.
776         * gnulib/import/strerror-override.c: New.
777         * gnulib/import/strerror-override.h: New.
778         * gnulib/import/strerror.c: New.
779         * gnulib/import/strstr.c: New.
780
781 2013-11-18  Tom Tromey  <tromey@redhat.com>
782
783         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
784         multiple lines.
785
786 2013-11-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
787
788         * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
789         * sparc-tdep.h: And its prototype.
790
791         * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
792         function.
793         (sparc64_linux_init_abi): Register the get_longjmp_target hook.
794
795 2013-11-18  Pedro Alves  <palves@redhat.com>
796
797         * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
798         use unpack_pointer.
799
800 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
801
802         * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
803         to -list-features output.
804
805 2013-11-17  Joel Brobecker  <brobecker@adacore.com>
806
807         * dwarf2expr.h (struct dwarf_expr_context_funcs)
808         <read_addr_from_reg>: Renames "read_reg".
809         * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
810         Adjust comment.
811         (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
812         Use read_addr_from_reg in place of read_reg.
813         * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
814         in place of read_reg.
815         * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
816         dwarf_expr_read_reg.
817         (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
818         with dwarf_expr_read_addr_from_reg.
819         (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
820         (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
821         needs_frame_read_addr_from_reg.
822
823 2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
824
825         * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
826
827 2013-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
828
829         * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
830         NULL.
831
832 2013-11-15  Tom Tromey  <tromey@redhat.com>
833
834         PR c++/16117:
835         * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
836         (classify_name): Likewise.  Prefer a field of "this" over a
837         filename.
838         (classify_inner_name, yylex): Update.
839
840 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
841
842         * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
843         Extend the documentation a bit.
844         <get_reg_value>: New field.
845         * dwarf2loc.c (dwarf_expr_get_reg_value)
846         (needs_frame_get_reg_value): New functions.
847         (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
848         callback.
849         * dwarf2-frame.c (get_reg_value): New function.
850         (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
851         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
852         Use new callback to compute result_val.
853
854 2013-11-15  Alan Modra  <amodra@gmail.com>
855
856         * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
857         (ppc64_desc_entry_point): ..this.  Update comments here and at
858         call points.
859         (ppc64_standard_linkage1, ppc64_standard_linkage2,
860         ppc64_standard_linkage3): Update comments.
861         (ppc64_standard_linkage4, ppc64_standard_linkage5,
862         (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
863         patterns.
864         (ppc64_standard_linkage4_target): New function.
865         (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
866         * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup.  Correct
867         nop match.  Fix comment wrap.
868
869 2013-11-14  Pedro Alves  <palves@redhat.com>
870
871         * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
872         STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
873
874 2013-11-14  Pedro Alves  <palves@redhat.com>
875
876         * infrun.c (struct execution_control_state)
877         <stepped_after_stopped_by_watchpoint>: New field.
878         (get_inferior_stop_soon): New function.
879         (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
880         moved to struct execution_control_state -- adjust.  Use
881         get_inferior_stop_soon.  Split TARGET_WAITKIND_STOPPED handling to
882         new function.
883         (handle_signal_stop): New function, factored out from
884         handle_inferior_event.
885
886 2013-11-14  Pedro Alves  <palves@redhat.com>
887
888         * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
889         return a boolean.
890         * breakpoint.c (bpstat_explains_signal): Adjust to return a
891         boolean.
892         (explains_signal_watchpoint, base_breakpoint_explains_signal):
893         Adjust to return a boolean.
894         * breakpoint.h (enum bpstat_signal_value): Delete.
895         (struct breakpoint_ops) <explains_signal>: New returns a boolean.
896         (bpstat_explains_signal): Likewise.
897         * infrun.c (handle_inferior_event) <random signal checks>:
898         bpstat_explains_signal now returns a boolean - adjust.  No longer
899         consider hiding signals.
900
901 2013-11-14  Pedro Alves  <palves@redhat.com>
902
903         * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
904         Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
905         (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
906         BPSTAT_SIGNAL_HIDE.
907         (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
908         instead of BPSTAT_SIGNAL_HIDE.
909         * infrun.c (handle_inferior_event): Rework random signal checks.
910
911 2013-11-14  Pedro Alves  <palves@redhat.com>
912
913         * infrun.c (struct execution_control_state): Remove
914         'random_signal' field.
915         (handle_syscall_event): Use bpstat_causes_stop instead of
916         bpstat_explains_signal.  Don't set ecs->random_signal.
917         (handle_inferior_event): New 'random_signal' local.
918         <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
919         TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
920         bpstat_explains_signal.  Don't set ecs->random_signal.
921         <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
922         ecs->random_signal.
923
924 2013-11-14  Pedro Alves  <palves@redhat.com>
925
926         * infrun.c (handle_inferior_event): Move comment from the
927         function's body to the function's description, adjusted.
928
929 2013-11-14  Pedro Alves  <palves@redhat.com>
930
931         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
932         Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
933         Assert we never fall through out of the TARGET_WAITKIND_LOADED
934         case.
935
936 2013-11-14  Tom Tromey  <tromey@redhat.com>
937
938         * python/py-linetable.c (ltpy_has_line)
939         (ltpy_get_all_source_lines): Fix loop termination condition.
940
941 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
942
943         * mi/mi-parse.h (struct mi_parse) <language>: New field.
944         * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
945         PARSE->LANGUAGE during command execution, if set.
946         * mi/mi-parse.c: Add "language.h" #include.
947         (mi_parse): Add parsing of "--language" command option.
948
949         * NEWS: Add entry mentioning the new "--language" command option.
950
951 2013-11-14  Pedro Alves  <palves@redhat.com>
952             Joel Brobecker  <brobecker@adacore.com>
953
954         * cli/cli-utils.h (extract_arg_const): Add declaration.
955         * cli/cli-utils.c (extract_arg_const): New function.
956         (extract_arg): Reimplement using extract_arg_const.
957
958 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
959
960         * language.h: Add "symtab.h" #include.
961
962 2013-11-13  Doug Evans  <xdje42@gmail.com>
963
964         * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
965         specific breakpoints, don't evaluate breakpoint condition if
966         different thread.
967
968 2013-11-13  Keith Seitz  <keiths@redhat.com>
969
970         PR c++/7935
971         PR c++/10541
972         * cp-support.c (insepct_type): Add support for substituting
973         namespace aliases, too.
974         * dwarf2read.c (scan_partial_symbols): Add a partial symbol
975         for DW_TAG_imported_declaration.
976         (add_partial_symbol): Likewise.
977         (process_die): Handle namespace aliases with
978         read_namespace_alias.
979         (die_needs_namespace): Add DW_TAG_imported_declaration.
980         (read_namespace_alias): New function.
981         (load_partial_dies): Load DW_TAG_imported_declaration, too.
982         (new_symbol_full): Handle DW_TAG_imported_declaration.
983
984 2013-11-13  Keith Seitz  <keiths@redhat.com>
985
986         * p-exp.y (uptok): Make first parameter const.
987         (yylex): Make `tokstart' and `tokptr' const.
988         Don't copy the lexer input to a temporary buffer.
989         Make `p' const.
990         Remove const workaround for parse_escape.
991         Create a temporary buffer for a convenience variable instead
992         of doing in-place modification of the input.
993         If a match is found with a different case from the input,
994         do not change the input at all.
995         Use `tmp' to construct the resultant stoken instead of
996         `tokstart'.
997
998 2013-11-13  Doug Evans  <xdje42@gmail.com>
999
1000         * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1001
1002 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1003
1004         * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1005         entry with "ada-exceptions".
1006
1007 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1008
1009         * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1010         after re-initialization of OBJFILE's obstack.
1011
1012 2013-11-12  Doug Evans  <xdje42@gmail.com>
1013
1014         * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1015         bs->stop != 0 on entry.  Update function comment.  Simplify early
1016         exit for frame mismatch.  Reindent rest of function.
1017
1018 2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1019
1020         * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1021         NULL.
1022
1023 2013-11-12  Doug Evans  <dje@google.com>
1024
1025         Work around gold/15646.
1026         * dwarf2read.c (read_index_from_section): Update comment.
1027         (struct dw2_symtab_iterator): New member global_seen.
1028         (dw2_symtab_iter_init): Initialize it.
1029         (dw2_symtab_iter_next): Skip duplicate global symbols.
1030         (dw2_expand_symtabs_matching): Ditto.
1031
1032 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1033
1034         * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1035         * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1036         command.
1037         * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1038         (mi_cmd_info_ada_exceptions): New function.
1039         * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1040
1041 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1042
1043         * ada-lang.h: #include "vec.h".
1044         (struct ada_exc_info): New.
1045         (ada_exc_info): New typedef.
1046         (DEF_VEC_O(ada_exc_info)): New vector.
1047         (ada_exceptions_list): Add declaration.
1048         * ada-lang.c (ada_is_exception_sym)
1049         (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1050         (sort_remove_dups_ada_exceptions_list)
1051         (ada_exc_search_name_matches, ada_add_standard_exceptions)
1052         (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1053         (ada_exceptions_list_1, ada_exceptions_list)
1054         (info_exceptions_command): New function.
1055         (_initialize_ada_language): Add "info exception" command.
1056
1057 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1058
1059         PR python/15629
1060         * NEWS: Add linetable feature.
1061         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1062         * python/py-linetable.c: New file.
1063         * python/py-symtab.c (stpy_get_linetable): New function.
1064         * python/python-internal.h (symtab_to_linetable_object): Declare.
1065         (gdbpy_initialize_linetable): Ditto.
1066         * python/python.c (_initialize_python): Call
1067         gdbpy_initialize_linetable.
1068
1069 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1070
1071         * ada-lang.c (create_ada_exception_catchpoint): Enhance
1072         the documentation of fields "except_string" and "condition".
1073         * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1074         CONDITION on the heap before passing it to
1075         create_ada_exception_catchpoint.
1076         (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1077         CONDITION.
1078
1079 2013-11-11  Tom Tromey  <tromey@redhat.com>
1080
1081         * config.in, configure: Rebuild.
1082         * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1083
1084 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1085
1086         * remote-sim.c (gdbsim_detach): Break declaration into
1087         shorter lines.  No code change.
1088
1089 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1090
1091         * remote-sim.c (gdbsim_detach): Fix prototype.
1092
1093 2013-11-08  Doug Evans  <dje@google.com>
1094
1095         * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1096         (create_debug_types_hash_table): Only print debugging messages for
1097         each TU if dwarf2-read >= 2.
1098         (process_queue): Ditto.
1099         (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1100         Update doc string.
1101
1102 2013-11-08  Tom Tromey  <tromey@redhat.com>
1103
1104         * configure: Rebuild.
1105         * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1106
1107 2013-11-08  Tom Tromey  <tromey@redhat.com>
1108
1109         * configure, config.in: Rebuild.
1110         * configure.ac: Remove unused configury.
1111
1112 2013-11-08  Tom Tromey  <tromey@redhat.com>
1113
1114         * m32c-tdep.c: Use gdb_string.h.
1115
1116 2013-11-08  Tom Tromey  <tromey@redhat.com>
1117
1118         * configure, config.in: Rebuild.
1119         * configure.ac: Remove all link.h-related checks.
1120
1121 2013-11-08  Tom Tromey  <tromey@redhat.com>
1122
1123         * acinclude.m4: Include common.m4.
1124         * common/common.m4: New file.
1125         * configure, config.in: Rebuild.
1126         * configure.ac: Use GDB_AC_COMMON.
1127
1128 2013-11-08  Doug Evans  <dje@google.com>
1129
1130         * NEWS: Mention that "set debug symtab-create" now accepts a
1131         verbosity level.
1132         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1133         to set the symtab's primary flag.
1134         * jit.c (finalize_symtab): Ditto.
1135         * mdebugread.c (psymtab_to_symtab_1): Ditto.
1136         * symfile.c (allocate_symtab): Only print debugging messages for
1137         symtab_create_debug levels 2 and higher.
1138         * symtab.c (symtab_create_debug): Change type to unsigned int.
1139         (set_symtab_primary): New function.
1140         (_initialize_symtab): Change "set debug symtab-create" to a
1141         zuinteger option.
1142         * symtab.h (set_symtab_primary): Declare.
1143         (symtab_create_debug): Update decl.
1144
1145 2013-11-08  Tom Tromey  <tromey@redhat.com>
1146
1147         * aix-thread.c (aix_thread_detach): Update.
1148         * corelow.c (core_detach): Update.
1149         * darwin-nat.c (darwin_detach): Update.
1150         * dec-thread.c (dec_thread_detach): Update.
1151         * gnu-nat.c (gnu_detach): Update.
1152         * go32-nat.c (go32_detach): Update.
1153         * inf-ptrace.c (inf_ptrace_detach): Update.
1154         * inf-ttrace.c (inf_ttrace_detach): Update.
1155         * linux-fork.c (linux_fork_detach): Update.
1156         * linux-fork.h (linux_fork_detach): Update.
1157         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
1158         local for const-correctness.
1159         * linux-thread-db.c (thread_db_detach): Update.
1160         * monitor.c (monitor_detach): Update.
1161         * nto-procfs.c (procfs_detach): Update.
1162         * procfs.c (procfs_detach): Update.
1163         * record.c (record_detach): Update.
1164         * record.h (record_detach): Update.
1165         * remote-m32r-sdi.c (m32r_detach): Update.
1166         * remote-mips.c (mips_detach): Update.
1167         * remote-sim.c (gdbsim_detach): Update.
1168         * remote.c (remote_detach_1, remote_detach)
1169         (extended_remote_detach): Update.
1170         * sol-thread.c (sol_thread_detach): Update.
1171         * target.c (target_detach): Make "args" const.
1172         (init_dummy_target): Update.
1173         * target.h (struct target_ops) <to_detach>: Make argument const.
1174         (target_detach): Likewise.
1175         * windows-nat.c (windows_detach): Update.
1176
1177 2013-11-07  Doug Evans  <dje@google.com>
1178
1179         PR 11786
1180         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1181         and align fields for PT_GNU_RELRO segments.
1182
1183 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1184
1185         PR python/15747
1186         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1187
1188 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1189
1190         * NEWS: Document Python temporary breakpoint support.
1191         * python/py-breakpoint.c (bppy_get_temporary): New function.
1192         (bppy_init): New keyword: temporary. Parse it and set breakpoint
1193         to temporary if True.
1194
1195 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
1196
1197         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1198         removed to allow analyzing unconditional branch instructions
1199         with PC-relative offsets of zero.
1200
1201 2013-11-07  Yao Qi  <yao@codesourcery.com>
1202
1203         * mi/mi-cmd-var.c: Include "language.h".
1204         (mi_cmd_var_info_expression): Get language name from
1205         language_defn.
1206         * varobj.c (varobj_language_string): Remove.
1207         (variable_language): Remove declaration.
1208         (languages): Remove.
1209         (varobj_get_language): Change the type of return value.
1210         (variable_language): Remove.
1211         * varobj.h (enum varobj_languages): Remove.
1212         (varobj_language_string): Remove declaration.
1213         (varobj_get_language): Update declaration.
1214
1215 2013-11-07  Yao Qi  <yao@codesourcery.com>
1216
1217         * language.h (struct language_defn) <la_natural_name>: New
1218         field.
1219         * ada-lang.c (ada_language_defn): Initialize field
1220         'la_natural_name'.
1221         * c-lang.c (c_language_defn): Likewise.
1222         (cplus_language_defn, asm_language_defn): Likewise.
1223         * d-lang.c (d_language_defn): Likewise.
1224         * f-lang.c (f_language_defn): Likewise.
1225         * go-lang.c (go_language_defn): Likewise.
1226         * jv-lang.c (java_language_defn): Likewise.
1227         * language.c (unknown_language_defn ): Likewise.
1228         (auto_language_defn): Likewise.
1229         * m2-lang.c (m2_language_defn): Likewise.
1230         * objc-lang.c (objc_language_defn): Likewise.
1231         * opencl-lang.c (opencl_language_defn): Likewise.
1232         * p-lang.c (pascal_language_defn): Likewise.
1233
1234 2013-11-07  Yao Qi  <yao@codesourcery.com>
1235
1236         * language.c (language_str): Return const char *.
1237         (add_language): Add const to 'language_names'
1238         * language.h (struct language_defn) <la_name>: Add const.
1239         (language_str: Update declaration.
1240
1241 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1242
1243         * s390-linux-nat.c (s390_read_description): Consider the TE field
1244         in the HWCAP for determining 'have_regset_tdb'.
1245
1246 2013-11-06  Will Newton  <will.newton@linaro.org>
1247
1248         PR gdb/12866
1249         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1250         values.  (read_partial_die): Likewise.
1251
1252 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
1253
1254         PR cli/16122
1255         * top.c (command_line_input): Unify interactivity tests to use
1256         input_from_terminal_p.
1257         * event-top.c (command_line_handler): Likewise.
1258
1259 2013-11-06  Yao Qi  <yao@codesourcery.com>
1260
1261         * Makefile.in (check-perf): New target.
1262
1263 2013-11-05  Will Newton  <will.newton@linaro.org>
1264
1265         PR gdb/7670
1266         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1267         (arm_print_float_info): Likewise.
1268
1269 2013-11-04  Anton Blanchard  <anton@samba.org>
1270
1271         * target.c (memory_xfer_partial): Cap write to 4KB.
1272
1273 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
1274
1275         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1276         probe scan even when the arch provides no get_longjmp_target.
1277
1278 2013-10-31  Pedro Alves  <palves@redhat.com>
1279
1280         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1281         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1282         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1283         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
1284         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1285         <bpstat handling>: If the bpstat chain wants the signal to be
1286         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1287         GDB_SIGNAL_TRAP.
1288
1289 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
1290
1291         * breakpoint.c (update_watchpoint): Update error message and add
1292         an additional error message.
1293
1294 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1295
1296         * s390-tdep.h: Rename to...
1297         * s390-linux-tdep.h: ...here.
1298         * s390-tdep.c: Rename to...
1299         * s390-linux-tdep.c: ...here.  Adjust #include.
1300         * s390-nat.c: Rename to...
1301         * s390-linux-nat.c: ...here.  Adjust #include.
1302         * config/s390/s390.mh: Rename to...
1303         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
1304         s390-linux-nat.o.
1305         * configure.host: Reflect host rename "s390" -> "linux".
1306         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1307         * Makefile.in (ALL_TARGET_OBS): Likewise.
1308         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1309         s390-linux-tdep.h.
1310         (ALLDEPFILES): Reflect rename of .c files.
1311
1312 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1313
1314         * s390-nat.c: Whitespace cleanup.
1315         * s390-tdep.c: Likewise.
1316         * s390-tdep.h: Remove empty line at end of file.
1317
1318 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
1319
1320         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1321         siginfo_size.
1322
1323 2013-10-29  Tom Tromey  <tromey@redhat.com>
1324
1325         * utils.c (reg): Move undefinition...
1326         * gdb_curses.h: ... here.  Update comment to mention AIX.
1327
1328 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1329
1330         * exec.h (add_target_sections_of_objfile): New declaration.
1331         * exec.c (add_target_sections_of_objfile): New function.
1332         * symfile.c (add_symbol_file_command): Update current target sections.
1333         (remove_symbol_file_command): New command.
1334         (symfile_free_objfile): New function.
1335         (_initialize_symfile): Register observer for free_objfile events.
1336         * NEWS: Add description of the remove-symbol-file command.
1337         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1338         * objfiles.c (free_objfile): Notify free_objfile.
1339         (is_addr_in_objfile): New function.
1340         * objfiles.h (is_addr_in_objfile): New declaration.
1341         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1342         events instead of solib_unloaded events.
1343         (_initialize_printcmd): Register observer for free_objfile instead
1344         of solib_unloaded notifications.
1345         * solib.c (remove_user_added_objfile): New function.
1346         (_initialize_symfile): Add remove-symbol-file.
1347
1348 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
1349
1350         * infcmd.c (default_print_one_register_info): Use val_print to
1351         print all values even optimized out or unavailable ones.  Don't
1352         try to print a raw form of optimized out or unavailable values.
1353
1354 2013-10-29  Yao Qi  <yao@codesourcery.com>
1355
1356         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1357         parameter 'arg' instead of from program_space_data.
1358         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1359         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1360         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1361         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1362         * inflow.c (inflow_inferior_data_cleanup): Get data from
1363         parameter 'arg' instead of inferior_data.
1364         * registry.h: Add comments.
1365
1366 2013-10-28  Pedro Alves  <palves@redhat.com>
1367
1368         * breakpoint.c (watchpoints_triggered)
1369         <!target_stopped_data_address>: Hardcode return 1.
1370
1371 2013-10-28  Pedro Alves  <palves@redhat.com>
1372
1373         * infrun.c (process_event_stop_test): Remove unnecessary scoping
1374         level and reindent.
1375
1376 2013-10-28  Pedro Alves  <palves@redhat.com>
1377
1378         * infrun.c (process_event_stop_test): New function, factored out
1379         from handle_inferior_event.
1380         (handle_inferior_event): 'process_event_stop_test' is now a
1381         function instead of a goto label -- adjust.
1382
1383 2013-10-28  Pedro Alves  <palves@redhat.com>
1384
1385         * infrun.c (handle_inferior_event): Move process_event_stop_test
1386         goto label to the else branch of the ecs->random_signal check,
1387         along with FRAME and GDBARCH re-fetching.
1388
1389 2013-10-28  Pedro Alves  <palves@redhat.com>
1390
1391         * infrun.c (switch_back_to_stepped_thread): New function, factored
1392         out from handle_inferior_event.
1393         (handle_inferior_event): Adjust to call
1394         switch_back_to_stepped_thread.  Call it also at the tail of the
1395         random signal handling, and return, instead of also handling
1396         random signals just before the stepping tests.
1397
1398 2013-10-28  Pedro Alves  <palves@redhat.com>
1399
1400         * infrun.c (clear_stop_func): Delete.
1401         (handle_inferior_event): Don't call clear_stop_func and don't
1402         clear 'ecs->random_signal'.
1403
1404 2013-10-27  Yao Qi  <yao@codesourcery.com>
1405
1406         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1407         (varobj_create, varobj_get_path_expr): Update.
1408         (varobj_value_has_mutated, varobj_update): Likewise.
1409         (create_child_with_value, new_root_variable): Likewise.
1410         (number_of_children, name_of_variable): Likewise.
1411         (value_of_child, my_value_of_variable): Likewise.
1412         (varobj_value_is_changeable_p): Likewise.
1413
1414 2013-10-25  Yao Qi  <yao@codesourcery.com>
1415
1416         * language.h (struct lang_varobj_ops): Declare.
1417         (struct language_defn) <la_varobj_ops>: New field.
1418         * ada-lang.c: Include "varobj.h"
1419         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1420         ada_varobj_ops.
1421         * c-lang.c: Include "varobj.h"
1422         (c_language_defn): Initialize field 'la_varobj_ops' with
1423         c_varobj_ops.
1424         (cplus_language_defn): Initialize field 'la_varobj_ops' with
1425         cplus_varobj_ops.
1426         (asm_language_defn): Initialize field 'la_varobj_ops' with
1427         default_varobj_ops.
1428         (minimal_language_defn): Likewise.
1429         * d-lang.c (d_language_defn): Likewise.
1430         * f-lang.c (f_language_defn): Likewise.
1431         * go-lang.c (go_language_defn): Likewise.
1432         * m2-lang.c (m2_language_defn): Likewise.
1433         * objc-lang.c (objc_language_defn): Likewise.
1434         * opencl-lang.c (opencl_language_defn): Likewise.
1435         * p-lang.c (pascal_language_defn): Likewise.
1436         * language.c (unknown_language_defn): Likewise.
1437         (auto_language_defn): Likewise.
1438         (local_language_defn): Likewise.
1439         * jv-lang.c (java_language_defn): Initialize field
1440         'la_varobj_ops' with java_varobj_ops.
1441         * varobj.c (varobj_create): Update.
1442         * varobj.h (default_varobj_ops): Define macro.
1443
1444 2013-10-25  Pedro Alves  <palves@redhat.com>
1445
1446         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1447         static field value.
1448         (cp_print_static_field): If the value is entirely optimized out,
1449         print <optimized out> here.
1450         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1451         static field value.
1452         * p-valprint.c (pascal_object_print_static_field): If the value is
1453         entirely optimized out, print <optimized out> here.
1454         * valops.c (do_search_struct_field)
1455         (value_struct_elt_for_reference): No longer handle a NULL static
1456         field value.
1457         * value.c (value_static_field): Return an optimized out value
1458         instead of NULL.
1459
1460 2013-10-25  Yao Qi  <yao@codesourcery.com>
1461
1462         * remote.c (remote_traceframe_info): Return early if
1463         traceframe is not selected.
1464
1465 2013-10-25  Yao Qi  <yao@codesourcery.com>
1466
1467         * tracepoint.c (traceframe_fun): Remove.
1468         (traceframe_sal): Remove.
1469         (set_traceframe_context): Add local variables.
1470
1471 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
1472
1473         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1474         and parameter name.
1475
1476 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1477
1478         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1479         failure from register information collection.
1480
1481 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1482
1483         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1484         member.
1485         (linux_corefile_thread_callback): Update accordingly.
1486         (linux_make_corefile_notes): Likewise.
1487
1488 2013-10-24  Pedro Alves   <palves@redhat.com>
1489
1490         * NEWS (New options): Mention set/show startup-with-shell.
1491         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1492         instead of 3.
1493         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1494         startup-with-shell'.
1495         (show_startup_with_shell): New function.
1496         (_initialize_fork_child): Register the set/show startup-with-shell
1497         commands.
1498         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1499         * inf-ttrace.c (inf_ttrace_him): Remove comment.
1500         * procfs.c (procfs_init_inferior): Remove comment.
1501         * infcmd.c (startup_with_shell): New global.
1502         * inferior.h (startup_with_shell): Declare global.
1503         (STARTUP_WITH_SHELL): Delete.
1504         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1505
1506 2013-10-23  Pedro Alves  <palves@redhat.com>
1507
1508         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1509         * common/signals.c: Include "gdb_assert.h".
1510         (signals): New field 'symbol'.
1511         (SET): Use the 'symbol' parameter.
1512         (gdb_signal_to_symbol_string): New function.
1513         * infrun.c (handle_inferior_event) <random signal>: In debug
1514         output, print the random signal enum as string in addition to its
1515         number.
1516         * target/waitstatus.c (target_waitstatus_to_string): Print the
1517         signal's enum value as string instead of the (POSIX) signal name.
1518
1519 2013-10-23  Gary Benson  <gbenson@redhat.com>
1520
1521         PR 16013
1522         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1523         from 32 to 18.  Adjusted fscanf format string accordingly.
1524         (Avoids leaving cmd unterminated.)
1525         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1526         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
1527         that local_address and remote_address will not overflow.
1528         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1529         leaving dependencies unterminated.  Parse size as "%u" to match
1530         definition.
1531
1532 2013-10-22  Pedro Alves  <palves@redhat.com>
1533
1534         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1535         set ecs->random signal.
1536
1537 2013-10-22  Pedro Alves  <palves@redhat.com>
1538
1539         * infrun.c (keep_going): Update comments.
1540
1541 2013-10-22  Pedro Alves  <palves@redhat.com>
1542
1543         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1544         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1545
1546 2013-10-22  Pedro Alves  <palves@redhat.com>
1547
1548         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1549         GDB_EXC_BAD_ACCESS.
1550         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1551         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1552         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1553         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1554         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1555         (GDB_SIGNAL_LAST): Change description string.
1556         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1557         Adjust to signal renaming.
1558         * darwin-nat.c (darwin_decode_message): Likewise.
1559
1560 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
1561
1562         * MAINTAINERS (Write After Approval): Add myself to the list.
1563
1564 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
1565
1566         * breakpoint.c (update_watchpoint): If hardware watchpoints are
1567         forced off, downgrade them to software watchpoints if possible,
1568         and error out if not possible.
1569         (watch_command_1): Move watchpoint type selection closer to
1570         watchpoint creation, and extend the comments.
1571
1572 2013-10-18  Pedro Alves  <palves@redhat.com>
1573
1574         PR gdb/16062
1575         * infrun.c (handle_inferior_event): Keep going if we got a random
1576         signal we should not stop for, instead of falling through to the
1577         step tests.
1578
1579 2013-10-18  Yao Qi  <yao@codesourcery.com>
1580
1581         * c-varobj.c (cplus_number_of_children): Fix indentation.
1582
1583 2013-10-17  Tom Tromey  <tromey@redhat.com>
1584
1585         PR gdb/15995:
1586         * printcmd.c (printcmd): Call gdb_flush.
1587
1588 2013-10-17  Tom Tromey  <tromey@redhat.com>
1589
1590         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1591         (elf_locate_sections): Update.
1592
1593 2013-10-17  Yao Qi  <yao@codesourcery.com>
1594
1595         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1596         * ada-varobj.c: Remove the include of ada-varobj.h.
1597         (ada_varobj_get_number_of_children): Declare.
1598         (ada_varobj_get_name_of_child): Make it static.
1599         (ada_varobj_get_path_expr_of_child): Likewise.
1600         (ada_varobj_get_value_of_child): Likewise.
1601         (ada_varobj_get_type_of_child): Likewise.
1602         (ada_varobj_get_value_of_array_variable): Likewise.
1603         * ada-varobj.h: Remove.
1604
1605 2013-10-17  Yao Qi  <yao@codesourcery.com>
1606
1607         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1608         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1609         * ada-varobj.c: Include "varobj.h".
1610         (ada_number_of_children): New.  Moved from varobj.c.
1611         (ada_name_of_variable, ada_name_of_child): Likewise.
1612         (ada_path_expr_of_child, ada_value_of_child): Likewise.
1613         (ada_type_of_child, ada_value_of_variable): Likewise.
1614         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1615         (ada_varobj_ops): New.
1616         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
1617         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
1618         * gdbtypes.h (get_target_type): Declare.
1619         * varobj.c: Remove the inclusion of "ada-varobj.h" and
1620         "ada-lang.h".
1621         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1622         (ANONYMOUS_UNION_NAME): Likewise.
1623         (get_type, get_value_type, get_target_type): Remove declarations.
1624         (value_get_print_value, varobj_value_get_print_value): Likewise.
1625         (c_number_of_children, c_name_of_variable): Likewise.
1626         (c_name_of_child, c_path_expr_of_child): Likewise.
1627         (c_value_of_child, c_type_of_child): Likewise.
1628         (c_value_of_variable, cplus_number_of_children): Likewise.
1629         (cplus_class_num_children, cplus_name_of_variable): Likewise.
1630         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1631         (cplus_value_of_child, cplus_type_of_child): Likewise.
1632         (cplus_value_of_variable, java_number_of_children): Likewise.
1633         (java_name_of_variable, java_name_of_child): Likewise.
1634         (java_path_expr_of_child, java_value_of_child): Likewise.
1635         (java_type_of_child, java_value_of_variable): Likewise.
1636         (ada_number_of_children, ada_name_of_variable): Likewise.
1637         (ada_name_of_child, ada_path_expr_of_child): Likewise.
1638         (ada_value_of_child, ada_type_of_child): Likewise.
1639         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1640         (ada_value_has_mutated): Likewise.
1641         (struct language_specific): Move it to varobj.h.
1642         (CPLUS_FAKE_CHILD): Move it to varobj.h.
1643         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
1644         Callers update.
1645         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1646         Make it extern.
1647         (is_anonymous_child): Move it to c-varobj.c and rename to
1648         varobj_is_anonymous_child.  Caller update.
1649         (get_type): Move it to c-varobj.c.
1650         (get_value_type): Rename it varobj_get_value_type.  Make it
1651         extern.
1652         (get_target_type): Move it gdbtypes.c.
1653         (varobj_formatted_print_options): New function.
1654         (value_get_print_value): Rename it to
1655         varobj_value_get_print_value and make it extern.
1656         (varobj_value_is_changeable_p): Make it extern.
1657         (adjust_value_for_child_access): Move it to c-varobj.c.
1658         (default_value_is_changeable_p): Rename it to
1659         varobj_default_value_is_changeable_p.  Make it extern.
1660         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1661         (c_name_of_child, c_path_expr_of_child): Likewise.
1662         (c_value_of_child, c_type_of_child): Likewise.
1663         (c_value_of_variable, cplus_number_of_children): Likewise.
1664         (cplus_class_num_children, cplus_name_of_variable): Likewise.
1665         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1666         (cplus_value_of_child, cplus_type_of_child): Likewise.
1667         (cplus_value_of_variable): Likewise.
1668         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1669         (java_name_of_child, java_path_expr_of_child): Likewise.
1670         (java_value_of_child, java_type_of_child): Likewise.
1671         (java_value_of_variable): Likewise.
1672         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1673         (ada_name_of_child, ada_path_expr_of_child): Likewise.
1674         (ada_value_of_child, ada_type_of_child): Likewise.
1675         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1676         (ada_value_has_mutated): Likewise.
1677         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1678         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
1679         (c_varobj_ops, cplus_varobj_ops): Declare.
1680         (java_varobj_ops, ada_varobj_ops): Declare.
1681         (varobj_default_value_is_changeable_p): Declare.
1682         (varobj_value_is_changeable_p): Declare.
1683         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1684         (varobj_get_path_expr_parent): Declare.
1685         (varobj_value_get_print_value): Declare.
1686         (varobj_formatted_print_options): Declare.
1687         (varobj_restrict_range): Declare.
1688
1689 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
1690
1691         * target/waitstatus.h (target_waitkind): Remove spurious
1692         character from the comments.
1693
1694 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
1695
1696         * gdbarch.sh (get_longjmp_target): Add method documentation.
1697         * gdbarch.h: Regenerate.
1698
1699 2013-10-16  Tom Tromey  <tromey@redhat.com>
1700
1701         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
1702         label.
1703
1704 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
1705
1706         * gcore.in: Call GDB using the full path to the gcore script.
1707         Error out if the GDB binary is not found.
1708
1709 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1710
1711         PR gdb/16014
1712         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
1713         sizeof.
1714
1715 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1716
1717         PR gdb/16042
1718         * target.c (target_disable_btrace): Fix invalid return value for
1719         void function.
1720         (target_teardown_btrace): Likewise.
1721
1722 2013-10-14  Yao Qi  <yao@codesourcery.com>
1723
1724         * varobj.c (struct varobj): Move most of the fields to
1725         varobj.h.
1726         (struct varobj_dynamic): New struct.
1727         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
1728         (varobj_has_more): Likewise.
1729         (dynamic_varobj_has_child_method): Likewise.
1730         (update_dynamic_varobj_children): Likewise.
1731         (varobj_get_num_children): Likewise.
1732         (varobj_list_children, varobj_pretty_printed_p): Likewise.
1733         (install_new_value_visualizer): Likewise.
1734         (install_new_value_visualizer, install_new_value): Likewise.
1735         (varobj_update, new_variable, free_variable): Likewise.
1736         (my_value_of_variable, value_get_print_value): Likewise.
1737         (install_visualizer): Change the type of parameter 'var' to
1738         'struct varobjd_dynamic *'.  Callers update.
1739         * varobj.h (struct varobj): Moved from varobj.c.
1740         (struct varobj) <dynamic>: New field.
1741
1742 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
1743
1744         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
1745         as the preferred name of r30.
1746         * nios2-linux-tdep.c (reg_offsets): Likewise.
1747         * features/nios2-cpu.xml: Likewise.
1748         * features/nios2-linux.c: Regenerated.
1749         * features/nios2.c: Regenerated.
1750         * regformats/nios2-linux.dat: Regenerated.
1751
1752 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1753
1754         Canonicalize directories for EXEC_FILENAME.
1755         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
1756         exec_filename.
1757         * utils.c (gdb_realpath_keepfile): New function.
1758         * utils.h (gdb_realpath_keepfile): New declaration.
1759
1760 2013-10-11  Doug Evans  <dje@google.com>
1761
1762         * Makefile.in (GDBFLAGS): New variable.
1763         (run): New rule.
1764
1765 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1766
1767         * NEWS: Add entry documenting the new "-catch-assert" and
1768         "-catch-exception" GDB/MI commands.
1769
1770 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1771
1772         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
1773         "enabled".
1774         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
1775         "enabled".  Set B->ENABLE_STATE accordingly.
1776         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
1777         ada-lang.c.
1778         (create_ada_exception_catchpoint): Add declaration.
1779         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1780         (create_ada_exception_catchpoint): Make non-static. Add new
1781         parameter "disabled". Use it in call to
1782         init_ada_exception_breakpoint.
1783         (catch_ada_exception_command): Add parameter "enabled" in call
1784         to create_ada_exception_catchpoint.
1785         (catch_assert_command): Likewise.
1786
1787         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1788         Add declarations.
1789         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1790         "catch-exception" commands.
1791         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1792         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1793
1794 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1795
1796         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1797         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
1798         of all its enumerates with "ada_".  Update the rest of this
1799         file throughout.
1800
1801 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1802
1803         * ada-lang.c (ada_decode_exception_location): Delete.
1804         (create_ada_exception_catchpoint): Remove arguments "sal",
1805         "addr_string" and "ops".  Add argument "ex_kind" instead.
1806         Adjust implementation accordingly, calling ada_exception_sal
1807         to get the entities it no longer gets passed as arguments.
1808         Document the function's arguments.
1809         (catch_ada_exception_command): Use catch_ada_exception_command_split
1810         instead of ada_decode_exception_location, and update call to
1811         create_ada_exception_catchpoint.
1812         (catch_ada_assert_command_split): Renames
1813         ada_decode_assert_location.  Remove parameters "addr_string" and
1814         "ops", and now returns void.  Adjust implementation accordingly.
1815         Update the function documentation.
1816         (catch_assert_command): Use catch_ada_assert_command_split
1817         instead of ada_decode_assert_location.  Update call to
1818         create_ada_exception_catchpoint.
1819
1820 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1821
1822         * utils.h (perror_warning_with_name): Add declaration.
1823         * utils.c (perror_warning_with_name): New function.
1824         * cli/cli-cmds.c (source_script_with_search): Add call to
1825         perror_warning_with_name if from_tty is nul.
1826
1827 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1828
1829         * utils.c (perror_string): New function, extracted out of
1830         throw_perror_with_name.
1831         (throw_perror_with_name): Rework to use perror_string.
1832
1833 2013-10-11  Yao Qi  <yao@codesourcery.com>
1834
1835         * remote.c (discard_pending_stop_replies_in_queue): Update
1836         declaration.
1837         (struct stop_reply) <rs>: New field.
1838         (remove_stop_reply_of_remote_state): New function.
1839         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1840         Callers update.  Pass remove_stop_reply_of_remote_state to
1841         QUEUE_iterate.
1842         (remote_parse_stop_reply): Initialize field 'rs'.
1843
1844 2013-10-10  Will Newton  <will.newton@linaro.org>
1845
1846         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1847         linux_init_abi.
1848
1849 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1850
1851         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1852         serial_baud_show_cmd.
1853         (_initialize_cli_cmds): Delete the code creating the
1854         "set/show remotebaud" commands.
1855         * serial.c (baud_rate): Move here from top.c.
1856         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1857         (_initialize_serial): Create "set/show serial baud" commands.
1858         Add "set/show remotebaud" command aliases.
1859         * top.c (baud_rate): Moved to serial.c.
1860         * NEWS: Document the new "set/show serial baud" commands,
1861         replacing "set/show remotebaud".
1862
1863 2013-10-09  Pedro Alves  <palves@redhat.com>
1864
1865         * breakpoint.c (insert_bp_location): Use memory_error_message to
1866         build the memory error string.
1867         * c-lang.c: Include "gdbcore.h".
1868         (c_get_string): Use memory_error to throw error.
1869         (target_xfer_memory_error): Delete.
1870         (memory_error_message): New, factored out from
1871         target_xfer_memory_error.
1872         (memory_error): Change parameter type to target_xfer_error.
1873         Rewrite.
1874         (read_memory): Use memory_error instead of
1875         target_xfer_memory_error.
1876         * gdbcore.h: Include "target.h".
1877         (memory_error): Change parameter type to target_xfer_error.
1878         (memory_error_message): Declare function.
1879         * target.c (target_read_memory, target_read_stack)
1880         (target_write_memory, target_write_raw_memory): Return
1881         TARGET_XFER_E_IO on error.  Adjust comments.
1882         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1883         instead of EIO.
1884         * target.h (target_read, target_insert_breakpoint)
1885         (target_remove_breakpoint): Adjust comments.
1886         * valprint.c (partial_memory_read): Rename parameter, and adjust
1887         comment.
1888         (val_print_string): Use memory_error_message to build the memory
1889         error string.
1890
1891 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1892
1893         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1894         result variable.  Rename variable fopen_e_ever_failed to
1895         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
1896
1897 2013-10-09  Pedro Alves  <palves@redhat.com>
1898
1899         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1900         (monitor_write_memory_longlongs, monitor_write_memory_block):
1901         Constify 'myaddr' parameter.
1902         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1903         helper.
1904         (monitor_xfer_partial): New function.
1905         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1906         hook.  Install a to_xfer_partial hook.
1907
1908 2013-10-09  Tom Tromey  <tromey@redhat.com>
1909
1910         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1911         bfd_get_alt_debug_link_info.
1912
1913 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1914
1915         New flag OBJF_NOT_FILENAME.
1916         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1917         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1918         allocate_objfile.
1919         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1920         symbol_file_add_from_bfd.
1921         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1922         allocate_objfile.
1923         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1924         NULL.
1925         * objfiles.h (OBJF_NOT_FILENAME): New.
1926
1927 2013-10-08  Tom Tromey  <tromey@redhat.com>
1928
1929         * Makefile.in (SFILES): Add build-id.c.
1930         (HFILES_NO_SRCDIR): Add build-id.h.
1931         * build-id.c: New file, largely from elfread.c.  Modified
1932         most functions.
1933         * build-id.h: New file.
1934         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
1935         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
1936         Search for dwz file using build-id.
1937         * elfread.c (build_id_bfd_get, build_id_verify)
1938         (build_id_to_debug_filename, find_separate_debug_file): Remove.
1939
1940 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1941
1942         * ada-lang.c (compare_names_with_case): Renamed from
1943         compare_names, adding a new parameter "casing" and its handling.
1944         New function documentation.
1945         (compare_names): New function, implemented using
1946         compare_names_with_case.
1947
1948 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1949
1950         * ada-lang.c (ada_exception_sal): Remove advance declaration.
1951
1952 2013-10-07  Tom Tromey  <tromey@redhat.com>
1953
1954         * objfiles.c (free_objfile_per_bfd_storage): Delete the
1955         demangled_names_hash.
1956         (free_objfile): Don't delete the demangled_names_hash.
1957         * objfiles.h (struct objfile_per_bfd_storage)
1958         <demangled_names_hash>: New field.
1959         (struct objfile) <demangled_names_hash>: Move to
1960         objfile_per_bfd_storage.
1961         * symfile.c (reread_symbols): Don't delete the
1962         demangled_names_hash.
1963         * symtab.c (create_demangled_names_hash): Update.
1964         (symbol_set_names): Update.
1965
1966 2013-10-07  Tom Tromey  <tromey@redhat.com>
1967
1968         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1969         needs_relocations>: New fields.
1970         (gdb_bfd_requires_relocations): New function.
1971         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1972         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1973         the BFD needs relocations applied.
1974
1975 2013-10-07  Pedro Alves  <palves@redhat.com>
1976
1977         PR breakpoints/11568
1978         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1979         the thread list" instead of "gone".
1980
1981 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1982
1983         * NEWS: Mention new convenience variable $_exitsignal.
1984         * corelow.c (core_open): Reset exit convenience variables.  Set
1985         $_exitsignal to the uncaught signal which generated the corefile.
1986         * infrun.c (handle_inferior_event): Reset exit convenience
1987         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1988         (clear_exit_convenience_vars): New function.
1989         * inferior.h (clear_exit_convenience_vars): New prototype.
1990
1991 2013-10-06  Yao Qi  <yao@codesourcery.com>
1992
1993         * varobj.h: Add comments to enum varobj_languages.
1994
1995 2013-10-04  Doug Evans  <dje@google.com>
1996
1997         Add support for DWP file format version 2.
1998         * NEWS: Mention support for DWP file format version 2.
1999         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2000         union of asection, containing_section.  New fields virtual_offset
2001         and is_virtual.  Change type of readin filed from int to char.
2002         (dwo_sections, dwo_file): Tweak comments.
2003         (dwp_v2_section_ids): New enum.
2004         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2005         str_offsets, types.
2006         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2007         All uses updated.
2008         (virtual_v2_dwo_sections): New struct.
2009         (dwp_hash_table): New fields version, nr_columns.  Change type of
2010         section_pool field to a union.
2011         (dwp_file): New field version.
2012         (dwarf2_has_info): Check for virtual sections.
2013         (get_containing_section): New function.
2014         (get_section_bfd_owner, get_section_bfd_section): Call it.
2015         (dwarf2_locate_sections): Update.
2016         (dwarf2_section_empty_p): Update.
2017         (dwarf2_read_section): Handle virtual sections.
2018         (locate_dwz_sections): Update.
2019         (create_dwp_hash_table): Document and handle V2 format.
2020         (locate_v1_virtual_dwo_sections): Renamed from
2021         locate_virtual_dwo_sections and update.  All callers updated.
2022         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2023         Delete arg htab.  Rename arg section_index to unit_index.
2024         All callers updated.
2025         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2026         All uses updated.
2027         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2028         (lookup_dwo_unit_in_dwp): Add V2 support.
2029         (dwarf2_locate_dwo_sections): Update.
2030         (dwarf2_locate_common_dwp_sections): Renamed from
2031         dwarf2_locate_dwp_sections and update.  All callers updated.
2032         (dwarf2_locate_v2_dwp_sections): New function.
2033         (open_and_init_dwp_file): Add V2 support.
2034         (read_str_index): New locals str_section, str_offsets_section.
2035
2036 2013-10-04  Pedro Alves  <palves@redhat.com>
2037
2038         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2039         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2040         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2041         describing comments with references to ptid.h.
2042         * common/ptid.h: Remove intro description of constructors,
2043         accessors and predicates.
2044         (struct ptid): Reformat.
2045         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2046         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2047         describing comments.
2048
2049 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2050
2051         * aix-thread.c (sync_threadlists): Add missing ')' in call
2052         to ptid_build.
2053
2054 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2055
2056         * procfs.c (procfs_init_inferior): Fix typo causing the build
2057         to fail.
2058
2059 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2060
2061         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2062
2063 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2064
2065         * mi/mi-main.c (run_one_inferior): Add function description.
2066         Make ARG a pointer to an integer whose value determines whether
2067         we should "run" or "start" the program.
2068         (mi_cmd_exec_run): Add handling of the "--start" option.
2069         Reject all other command-line options.
2070         * NEWS: Add entry for "-exec-run"'s new "--start" option.
2071
2072 2013-10-04  Yao Qi  <yao@codesourcery.com>
2073
2074         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2075         (struct notif_client) <pending_event>: Moved
2076         to struct remote_notif_state.
2077         <id>: New field.
2078         (struct remote_notif_state) <pending_event>: New field.
2079         (notif_event_xfree): Declare.
2080         * remote-notif.c (handle_notification): Adjust.
2081         (notif_event_xfree): New function.
2082         (do_notif_event_xfree): Call notif_event_xfree.
2083         (remote_notif_state_xfree): Call notif_event_xfree to free
2084         each element in field pending_event.
2085         * remote.c (discard_pending_stop_replies): Remove declaration.
2086         (discard_pending_stop_replies_in_queue): Declare.
2087         (remote_close): Call discard_pending_stop_replies_in_queue
2088         instead of discard_pending_stop_replies.
2089         (remote_start_remote): Adjust.
2090         (stop_reply_xfree): Call notif_event_xfree.
2091         (notif_client_stop): Adjust initialization.
2092         (remote_notif_remove_all): Rename it to ...
2093         (remove_stop_reply_for_inferior): ... this.  Update comments.
2094         Don't check INF is NULL.
2095         (discard_pending_stop_replies): Return early if notif_state is
2096         NULL.  Adjust.  Don't check INF is NULL.
2097         (remote_notif_get_pending_events): Adjust.
2098         (discard_pending_stop_replies_in_queue): New function.
2099         (remote_wait_ns): Likewise.
2100
2101 2013-10-04  Yao Qi  <yao@codesourcery.com>
2102
2103         * remote-notif.c (DECLARE_QUEUE_P): Remove.
2104         (notif_queue): Remove.
2105         (remote_notif_process): Add one parameter 'notif_queue'.
2106         Update comments.  Callers update.
2107         (remote_async_get_pending_events_token): Remove.
2108         (remote_notif_register_async_event_handler): Remove.
2109         (remote_notif_unregister_async_event_handler): Remove.
2110         (handle_notification): Add parameter 'notif_queue'.  Update
2111         comments.  Callers update.
2112         (notif_xfree): Remove.
2113         (remote_notif_state_allocate): New function.
2114         (remote_notif_state_xfree): New function.
2115         (_initialize_notif): Remove code to allocate queue.
2116         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2117         (struct remote_notif_state): New.
2118         (handle_notification): Update declaration.
2119         (remote_notif_process): Likewise.
2120         (remote_notif_register_async_event_handler): Remove.
2121         (remote_notif_unregister_async_event_handler): Remove.
2122         (remote_notif_state_allocate): Declare.
2123         (remote_notif_state_xfree): Declare.
2124         * remote.c (struct remote_state) <notif_state>: New field.
2125         (remote_close): Don't call
2126         remote_notif_unregister_async_event_handler.  Call
2127         remote_notif_state_xfree.
2128         (remote_open_1): Don't call
2129         remote_notif_register_async_event_handler.  Call
2130         remote_notif_state_allocate.
2131
2132 2013-10-04  Yao Qi  <yao@codesourcery.com>
2133
2134         * varobj.c (create_child_with_value): Remove 'const' from the
2135         type of parameter 'name'.
2136         (varobj_add_child): Likewise.
2137         (install_dynamic_child): Remove 'const' from the type of
2138         parameter 'name'.
2139         (varobj_add_child): Likewise.
2140         (create_child_with_value): Likewise.  Update comments.  Don't
2141         duplicate 'name'.
2142         (update_dynamic_varobj_children): Duplicate 'name'
2143         and pass it to install_dynamic_child.
2144
2145 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
2146
2147         * python/py-value.c (convert_value_from_python): Move PyInt_Check
2148         conversion logic to occur after PyLong_Check.  Comment on order
2149         change significance.
2150         * python/py-arch.c (archpy_disassemble): Comment on order of
2151         conversion for integers and longs.
2152
2153 2013-10-03  Pedro Alves  <palves@redhat.com>
2154
2155         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2156         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2157         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
2158         PTRACE_O_TRACEFORK is not supported.
2159         (linux_test_for_tracesysgood): New function.
2160         (linux_test_for_tracefork): New function, factored out from
2161         linux_check_ptrace_features, and also don't kill child_pid here.
2162
2163 2013-10-03  Tristan Gingold  <gingold@adacore.com>
2164
2165         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2166         Remove verbose error reporting.  Use detected state to
2167         thread_set_state call.
2168         (i386_darwin_dr_get): Fix return type.  Remove verbose error
2169         report.
2170         Remove trailing spaces.
2171
2172 2013-10-02  Pedro Alves  <palves@redhat.com>
2173
2174         * cp-valprint.c (cp_print_value_fields): Adjust calls to
2175         val_print_optimized_out.
2176         * jv-valprint.c (java_print_value_fields): Likewise.
2177         * p-valprint.c (pascal_object_print_value_fields): Likewise.
2178         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2179         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2180         new optimized out value.
2181         * findvar.c (address_from_register): Likewise.
2182         * frame.c (put_frame_register): Tweak error string to say the
2183         register was not saved, rather than optimized out.
2184         * infcmd.c (default_print_one_register_info): Adjust call to
2185         val_print_optimized_out.  Use value_of_register instead of
2186         get_frame_register_value.
2187         * mi/mi-main.c (output_register): Use value_of_register instead of
2188         get_frame_register_value.
2189         * valprint.c (valprint_check_validity): Likewise.
2190         (val_print_optimized_out): New value parameter.  If the value is
2191         lval_register, print <not saved> instead.
2192         (value_check_printable, val_print_scalar_formatted): Adjust calls
2193         to val_print_optimized_out.
2194         * valprint.h (val_print_optimized_out): New value parameter.
2195         * value.c (struct value) <optimized_out>: Extend comment.
2196         (error_value_optimized_out): New function.
2197         (require_not_optimized_out): Use it.  Use a different string for
2198         lval_register values.
2199         * value.h (error_value_optimized_out): New declaration.
2200         * NEWS: Mention <not saved>.
2201
2202 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2203
2204         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2205         strcmp to compare two symtab filenames.
2206
2207 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2208
2209         * symtab.c (search_symbols_equal): Delete.
2210         (sort_search_symbols_remove_dups): Replace call to
2211         search_symbols_equal by call to compare_search_syms,
2212         adjusting as necessary.
2213
2214 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2215
2216         PR python/15579
2217         * python/python.c: Document gdb.execute command in Python help.
2218
2219 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2220
2221         * python/py-frame.c (frame_info_to_frame_object): Use
2222         gdbpy_convert_exception. Clean up Python object on failure.
2223
2224 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2225
2226         * python/lib/gdb/command/frame_filters.py
2227         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2228         (ShowFrameFilterPriority.invoke): Ditto.
2229
2230 2013-10-01  Keith Seitz  <keiths@redhat.com>
2231
2232         * linespec.c (struct ls_parser): Make 'saved_arg' const.
2233         (parse_linespec): Make 'argptr' const.
2234         Remove temporary cast of 'argptr' to const char **.
2235         (decode_line_full): Pass const pointer to parse_linespec.
2236         (decode_line_1): Likewise.
2237         (decode_objc): Make local variable 'new_argptr' const.
2238         (find_function_symbols): Remove temporary cast to char *
2239         to find_imps.
2240         * objc-lang.c (find_imps): Make argument 'method' const.
2241         Return const.
2242         * objc-lang.h (find_imps): Likewise.
2243
2244 2013-10-01  Keith Seitz  <keiths@redhat.com>
2245
2246         * completer.c (skip_quoted_chars): Make all arguments const.
2247         Return const.
2248         (skip_quoted): Likewise.
2249         * completer.h (skip_quoted_chars): Likewise.
2250         (skip_quoted): Likewise.
2251         * defs.h (skip_quoted): Remove duplicate declaration.
2252         * jv-exp.y: Include completer.h.
2253         (yylex): Remove unneccessary cast to char * fro skip_quoted.
2254         * p-exp.y: Include completer.h.
2255
2256 2013-10-01  Keith Seitz  <keiths@redhat.com>
2257
2258         * c-exp.y (parse_number): Make first argument const.
2259         Make a copy of the input to manipulate.
2260         (c_parse_escape): Make first argument const.
2261         Make local variable 'tokptr' const.
2262         (parse_string_or_char): Make first two arguments const.
2263         (macro_original_text): Make const.
2264         (lex_one_token): Make local variable 'tokstart' const.
2265         Likewise for local variables named 'p'.
2266         Cast away const for struct stoken (temporary).
2267         * c-lang.h (c_parse_escpae): Make first argument const.
2268         * cli/cli-cmds.c (echo_command): Make local variable 'p'
2269         const.
2270         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2271         var_string case.
2272         * f-exp.y (parse_number): Make first argument const.
2273         (match_string_literal): Make local variable 'tokstart'
2274         const.
2275         (yylex): Make local variable 'p' const.
2276         Cast away const for struct stoken (temporary).
2277         * go-exp.y (parse_number): Make first argument const.
2278         (parse_string_or_char): Likewise.
2279         Make local variable 'tokstart' const.
2280         (lex_one_token): Likewise for numerous locals called 'p'.
2281         Cast away const for struct stoken (temporary).
2282         * jv-exp.y (parse_number): Make first argument const.
2283         Make local variables 'tokstart' and 'tokptr' const.
2284         Cast away const for call to skip_quoted (temporary).
2285         (yylex): Make local variable 'p' const.
2286         Cast away const for struct stoken (temporary).
2287         * m2-exp.y (parse_number): Make local variable 'p' const.
2288         (yylex): Likewise for 'tokstart'.
2289         Cast away const for struct stoken (temporary).
2290         Make local variable 'p' const.
2291         * macroexp.c (get_character_constant): Pass a const string
2292         to c_parse_escape.
2293         (get_string_literal): Likewise.
2294         (macro_expand_next): Make first argument const.
2295         Cast away const for init_shared_buffer.
2296         * macroexp.h (macro_expand_next): Make first argument const.
2297         * p-exp.y (yylex): Make a local copy of 'lexptr'.
2298         Pass a const string to c_parse_escape.
2299         Make local variables 'p' and 'namestart' const.
2300         * parse.c (lexptr): Make const.
2301         (prev_lexptr): Likewise.
2302         (find_template_name_end): Return const.
2303         Make argument const, too.
2304         (parse_exp_in_context): Make first argument const.
2305         Remove the entire const_hack.
2306         (parse_exp_in_context_1): Make first argument const.
2307         * parser-defs.h (find_template_name_end): Return const.
2308         Make argument const, too.
2309         (lexptr): Make const.
2310         (prev_lexptr): Likewise.
2311         * utils.c (parse_escape): Make second argument const.
2312         * utils.h (parse_escape): Likewise.
2313
2314 2013-10-01  Keith Seitz  <keiths@redhat.com>
2315
2316         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2317         is now const.
2318         (block_lookup): Make 'raw_name' and 'name' const.
2319         * ada-lex.l (processString): Update for struct stoken.ptr.
2320         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2321         (operator_stoken): Likewise.
2322         (lex_one_token): Remove temporary cast to char * for
2323         'yylval.sval.ptr'.
2324         * f-exp.y (yylex): Likewise.
2325         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2326         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2327         * go-exp.y (lex_one_token): Remove temporary cast to char * for
2328         'yylval.sval.ptr'.
2329         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2330         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2331         * linespec.c (struct ls_parser): Make 'stream' const.
2332         (find_parameter_list_end): Make argument 'input' and local
2333         variable 'p' const.
2334         (linespec_lexer_lex_string): Make local variables 'start' and
2335         'p' const.
2336         Use skip_spaces_const instead of skip_spaces.
2337         (linespec_lexer_peek_token): Make local variable 'saved_stream'
2338         const.
2339         (parse_linespec): Temporarily cast 'argptr' to const for
2340         'parser->lexer.stream'.
2341         * m2-exp.y (yylex): Remove temporary cast to char * for
2342         'yylval.sval.ptr'.
2343         * objc-lang.c (add_msglist): Make local variable 'p' const.
2344         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2345         (exp : STRING): Make 'sp' const.
2346         (parse_number): Make argument 'p' const.
2347         * parser-defs.h (struct stoken): Make 'ptr' const.
2348
2349 2013-10-01  Doug Evans  <dje@google.com>
2350
2351         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2352
2353 2013-10-01  Yao Qi  <yao@codesourcery.com>
2354
2355         * varobj.c (c_value_of_root): Remove declaration.
2356         (cplus_value_of_root, java_value_of_root): Likewise.
2357         (ada_value_of_root): Likewise.
2358         (struct language_specific) <value_of_root>: Remove.
2359         (languages): Update initialization.
2360         (check_scope): Move earlier.
2361         (c_value_of_root): Move earlier and rename to ...
2362         (value_of_root_1): ... this.
2363         (value_of_root): Caller update.
2364         (cplus_value_of_root, java_value_of_root): Remove.
2365         (ada_value_of_root): Remove.
2366
2367 2013-10-01  Yao Qi  <yao@codesourcery.com>
2368
2369         * varobj.c (varobj_format_string): Remove "unknown".
2370         (languages): Remove the first element.
2371         * varobj.h (enum varobj_languages): Remove vlang_c.
2372
2373 2013-10-01  Yao Qi  <yao@codesourcery.com>
2374
2375         * varobj.c (struct language_specific) <language>: Remove.
2376         (languages): Update the initialization.
2377
2378 2013-10-01  Yao Qi  <yao@codesourcery.com>
2379
2380         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2381         "solib-target.h".  Include "windows-tdep.h".
2382         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
2383         set_solib_ops and set_gdbarch_has_dos_based_file_system.
2384         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2385         windows-tdep.o to gdb_target_obs.
2386
2387 2013-10-01  Yao Qi  <yao@codesourcery.com>
2388
2389         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2390         "solib-target.h".
2391         (amd64_windows_init_abi): Don't call set_solib_ops and
2392         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2393         windows_init_abi instead.
2394         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2395         "solib-target.h".
2396         (i386_cygwin_init_abi): Don't call set_solib_ops,
2397         set_gdbarch_has_dos_based_file_system and
2398         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2399         windows_init_abi instead.
2400         * windows-tdep.c: Include "solib.h" and "solib-target.h".
2401         (windows_init_abi): New function.
2402         (windows_iterate_over_objfiles_in_search_order): Make it
2403         static.
2404         * windows-tdep.h (windows_init_abi): Declare.
2405         (windows_iterate_over_objfiles_in_search_order): Remove
2406         declaration.
2407
2408 2013-10-01  Jerome Guitton  <guitton@adacore.com>
2409
2410         Checked in by Joel Brobecker  <brobecker@adacore.com>
2411         * system-gdbinit/elinos.py (get_elinos_environment): Return an
2412         incomplete dictionnary instead of None in case of missing
2413         environment variables.
2414         (elinos_init): in case of an incomplete environment, best
2415         effort to load system libraries instead of abort.
2416
2417 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
2418
2419         * ada-lang.c (ada_has_this_exception_support): Ignore
2420         mst_solib_trampoline minimal symbols.
2421
2422 2013-09-30  Tristan Gingold  <gingold@adacore.com>
2423
2424         * i386-darwin-nat.c (darwin_complete_target): Install methods for
2425         hardware watchpoint.
2426         (i386_darwin_dr_set): Support 32 and 64 bit states.
2427         (i386_darwin_dr_get): Likewise.
2428         (i386_darwin_dr_set_control): Make static.
2429         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2430         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2431
2432 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
2433
2434         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2435         Replace TIDGET with ptid_get_lwp.
2436         Replace GET_LWP with ptid_get_lwp.
2437         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2438         Replace BUILD_THREAD with ptid_build.
2439         Replace BUILD_LWP with ptid_build.
2440         Replace PIDGET with ptid_get_pid.
2441         Replace TIDGET with ptid_get_lwp.
2442         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2443         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2444         Replace TIDGET with ptid_get_lwp.
2445         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2446         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2447         Replace TIDGET with ptid_get_lwp.
2448         Replace GET_LWP with ptid_get_lwp.
2449         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2450         * auxv.c: Likewise.
2451         * breakpoint.c: Likewise.
2452         * common/ptid.c (ptid_is_pid): Condense check for
2453         null_ptid and minus_one_ptid.
2454         (ptid_lwp_p): New function.
2455         (ptid_tid_p): New function.
2456         * common/ptid.h: Update comments for accessors.
2457         (ptid_lwp_p): New prototype.
2458         (ptid_tid_p): New prototype.
2459         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2460         * gcore.c: Replace PIDGET with ptid_get_pid.
2461         * gdbthread.h: Likewise.
2462         * gnu-nat.c: Likewise.
2463         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2464         Replace TIDGET with ptid_get_lwp.
2465         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2466         * hppanbsd-nat.c: Likewise.
2467         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2468         Replace TIDGET with ptid_get_lwp.
2469         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2470         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2471         * infcmd.c: Likewise.
2472         * inferior.h: Likewise.
2473         * inflow.c: Likewise.
2474         * infrun.c: Likewise.
2475         * linux-fork.c: Likewise.
2476         * linux-nat.c: Replace PIDGET with ptid_get_pid.
2477         Replace GET_PID with ptid_get_pid.
2478         Replace is_lwp with ptid_lwp_p.
2479         Replace GET_LWP with ptid_get_lwp.
2480         Replace BUILD_LWP with ptid_build.
2481
2482 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
2483
2484         * common/linux-btrace.c: Move sys/syscall.h out of the
2485         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2486         Also check for SYS_perf_event_open before attempting to buid.
2487
2488 2013-09-27  Doug Evans  <dje@google.com>
2489
2490         * dwarf2read.c (dwarf2_section_info): Add comment.
2491         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2492         All uses updated.
2493         (dwarf2_section_empty_p): Rename arg from "info" to "section".
2494         (dwarf2_read_section): Delete unused local "header".  Add section
2495         name to error message.
2496         (create_dwo_in_dwp): Tweak comment.
2497         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2498
2499         * dwarf2read.c (die_reader_specs): Tweak comment.
2500         (get_section_bfd_owner, get_section_bfd_section): New functions.
2501         (get_section_name, get_section_file_name): New functions.
2502         (get_section_id, get_section_flags): New functions.
2503         (*): Use new functions to access section fields.
2504
2505         * dwarf2read.c (struct dwo_file): Add/tweak comments.
2506         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
2507         arg "htab".  All callers updated.
2508         (create_debug_types_hash_table): Remove redundant copy of
2509         abbrev_section.
2510         (create_dwo_in_dwp): Tweak comments.
2511         (read_str_index): Tweak comment.  Record dwarf form name in static
2512         local.
2513
2514 2013-09-27  Pedro Alves  <palves@redhat.com>
2515
2516         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2517         (remote_filename_p): Add comment.
2518         * remote.c (remote_filename_p): Adjust to use
2519         REMOTE_SYSROOT_PREFIX.
2520         * solib.c (solib_find): When deciding whether we need to add a
2521         directory separator, check whether the sysroot is "remote:"
2522         instead of checking whether the patch has a drive spec.  Add
2523         comments.
2524
2525 2013-09-27  Pedro Alves  <palves@redhat.com>
2526
2527         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2528         Delete fields.
2529         (remote_parse_stop_reply): Adjust, setting event->ws.kind
2530         directly.
2531
2532 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2533
2534         Fix set debug frame output.
2535         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
2536         SENTINEL_FRAME entry lower to match enum frame_type order.
2537
2538 2013-09-26  Pierre Muller  <muller@sourceware.org>
2539
2540         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2541         AMD64_R15_REGNUM when a register index is expected.
2542         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2543         Substitute in array.
2544         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2545         (amd64_push_arguments): Substitute in integer_regnum array.
2546
2547 2013-09-25  Doug Evans  <dje@google.com>
2548
2549         * objfiles.c (allocate_objfile): Move comment to better place.
2550
2551         New option "set debug symfile on".
2552         * NEWS: Mention "set debug symfile".
2553         * Makefile.in (SFILES): Add symfile-debug.c.
2554         (COMMON_OBS): Add symfile-debug.o.
2555         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2556         objfile's symbol functions.
2557         * objfiles.h (objfile_set_sym_fns): Declare.
2558         * symfile-debug.c: New file.
2559         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2560         objfile's symbol functions.
2561         (reread_symbols): Ditto.
2562
2563         * symfile.h (struct sym_fns): Delete member "sym_flavour".
2564         All uses updated.
2565         (add_symtab_fns): Update prototype.
2566         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
2567         (registered_sym_fns): ... this.
2568         (symtab_fns): Update.
2569         (add_symtab_fns): New arg "flavour".  All callers updated.
2570         (find_sym_fns): Rewrite to use new sym_fns registry.
2571
2572         * symfile.h (struct sym_fns): Add "objfile" argument to
2573         sym_read_linetable.  All uses updated.
2574
2575         * symtab.c (domain_name, search_domain_name): New functions.
2576         * symtab.h (domain_name, search_domain_name): Declare.
2577
2578         * symfile.h (struct quick_symbol_functions): Reorg arg list of
2579         map_matching_symbols so objfile is first.  All uses updated.
2580         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2581         * psymtab.c (map_matching_symbols_psymtab): Update signature.
2582
2583 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2584
2585         PR shlibs/8882
2586         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2587         link map entries.
2588
2589 2013-09-24  Doug Evans  <dje@google.com>
2590
2591         * objfiles.c (free_objfile): Move comment.
2592
2593 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2594
2595         * ada-exp.y (string_to_operator): Delete.
2596         (dummy_string_to_ada_operator): Delete.
2597
2598 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2599
2600         Revert:
2601         * i386-tdep.h (enum amd64_reg_class): New, moved here from
2602         amd64-tdep.c.
2603         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2604         call_dummy_integer_regs, and classify.
2605         * amd64-tdep.h (amd64_classify): Add declaration.
2606         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2607         (amd64_reg_class): Delete, moved to i386-tdep.h.
2608         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
2609         Replace call to amd64_classify by call to tdep->classify.
2610         (amd64_push_arguments): Get the list of registers to use for
2611         passing integer parameters from the gdbarch tdep structure,
2612         rather than using a hardcoded one.  Replace calls to amd64_classify
2613         by calls to tdep->classify.
2614         (amd64_push_dummy_call): Get the register number used for
2615         the "hidden" argument from tdep->call_dummy_integer_regs.
2616         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2617         and tdep->call_dummy_integer_regs.  Set tdep->classify.
2618
2619 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2620
2621         Revert:
2622         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2623         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2624         where tdep->memory_args_by_pointer is non-zero.
2625
2626 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2627
2628         Revert:
2629         * i386-tdep.h (struct gdbarch_tdep): Add new field
2630         integer_param_regs_saved_in_caller_frame.
2631         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2632         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2633
2634 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2635
2636         * amd64-windows-tdep.c: #include "value.h"
2637         (amd64_windows_classify): Delete.
2638         (amd64_windows_passed_by_integer_register)
2639         (amd64_windows_passed_by_xmm_register)
2640         (amd64_windows_passed_by_pointer)
2641         (amd64_windows_adjust_args_passed_by_pointer)
2642         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2643         (amd64_windows_push_dummy_call): New functions.
2644         (amd64_windows_init_abi): Remove setting of
2645         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2646         tdep->classify, tdep->memory_args_by_pointer and
2647         tdep->integer_param_regs_saved_in_caller_frame.
2648         Add call to set_gdbarch_push_dummy_call.
2649
2650 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2651
2652         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2653         objfile->original_name.
2654
2655 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2656
2657         Pass down original filename for objfile.
2658         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2659         * elfread.c (elf_symfile_read): Likewise.
2660         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2661         longer set ORIGINAL_NAME.
2662         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2663         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2664         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
2665         symbol_file_add_from_bfd call.
2666         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2667         (macho_check_dsym): Add parameter filenamep.  Change function comment.
2668         Set *filenamep.
2669         (macho_symfile_read): New variable dsym_filename.  Update
2670         macho_check_dsym call.  Use it for symbol_file_add_separate.
2671         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
2672         it.  Use it for objfile->original_name.
2673         (objfile_name): Return OBFD's filename, if available.
2674         * objfiles.h (allocate_objfile): Add new parameter name.
2675         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2676         * symfile-mem.c (symbol_file_add_from_memory): Update
2677         symbol_file_add_from_bfd call.
2678         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2679         comment for it.
2680         (symbol_file_add_with_addrs): New parameter name, add function comment
2681         for it.  Remove variable name.  Update allocate_objfile call.
2682         (symbol_file_add_separate): New parameter name, add function comment
2683         for it.  Update symbol_file_add_with_addrs call.
2684         (symbol_file_add_from_bfd): New parameter name.  Update
2685         symbol_file_add_with_addrs call.
2686         (symbol_file_add): Update symbol_file_add_from_bfd call.
2687         (reread_symbols): New variable original_name.  Save
2688         objfile->original_name by it.
2689         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
2690         second parameter.
2691
2692 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2693
2694         Code cleanup: Add objfile_name accessor function.
2695         * ada-lang.c (is_known_support_routine): Use objfile_name.
2696         * auto-load.c (source_gdb_script_for_objfile)
2697         (auto_load_objfile_script): Likewise.
2698         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
2699         * dbxread.c (dbx_symfile_read): Likewise.
2700         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2701         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
2702         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
2703         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
2704         (lookup_dwp_signatured_type, lookup_dwo_unit)
2705         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
2706         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
2707         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
2708         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
2709         (dwarf2_record_block_ranges, read_common_block, read_typedef)
2710         (read_subrange_type, load_partial_dies, read_partial_die)
2711         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
2712         (die_containing_type, build_error_marker_type, lookup_die_type)
2713         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
2714         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
2715         (get_DW_AT_signature_type, write_psymtabs_to_index)
2716         (save_gdb_index_command): Likewise.
2717         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
2718         Likewise.
2719         * expprint.c (dump_subexp_body_standard): Likewise.
2720         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
2721         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
2722         original_name.
2723         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
2724         obj_name, use objfile_name for it, use the variable.
2725         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
2726         Use objfile_name.
2727         * machoread.c (macho_symtab_read, macho_check_dsym)
2728         (macho_symfile_relocate): Likewise.
2729         * maint.c (maintenance_translate_address): Likewise.
2730         * minidebug.c (find_separate_debug_file_in_section): Likewise.
2731         * minsyms.c (install_minimal_symbols): Likewise.
2732         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
2733         original_name.
2734         (filter_overlapping_sections): Use objfile_name.
2735         (objfile_name): New function.
2736         * objfiles.h (struct objfile): Rename field name to original_name.
2737         (objfile_name): New prototype.
2738         * printcmd.c (sym_info, address_info): Use objfile_name.
2739         * probe.c (parse_probes, collect_probes, compare_probes)
2740         (info_probes_for_ops): Likewise.
2741         * progspace.c (clone_program_space): Likewise.
2742         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
2743         (maintenance_info_psymtabs): Likewise.
2744         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2745         (source_section_scripts): Likewise.
2746         * python/py-objfile.c (objfpy_get_filename): Likewise.
2747         * python/py-progspace.c (pspy_get_filename): Likewise.
2748         * solib-aix.c (solib_aix_get_toc_value): Likewise.
2749         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
2750         * solib.c (solib_read_symbols): Likewise.
2751         * stabsread.c (scan_file_globals): Likewise.
2752         * stap-probe.c (handle_stap_probe): Likewise.
2753         * symfile.c (symbol_file_clear, separate_debug_file_exists)
2754         (find_separate_debug_file_by_debuglink): Likewise.
2755         (reread_symbols): Likewise.  Use the objfile field name renamed to
2756         original_name.
2757         (allocate_symtab): Use objfile_name.
2758         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
2759         (dump_objfile, dump_msymbols, dump_symtab_1)
2760         (maintenance_print_msymbols, maintenance_print_objfiles)
2761         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
2762         * target.c (target_translate_tls_address, target_info): Likewise.
2763         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
2764         objfile_name.
2765
2766 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2767
2768         Code cleanup.
2769         * probe.c (parse_probes): Rename variable objfile_name to
2770         objfile_namestr.
2771
2772 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2773
2774         Remove solib-sunos.c.
2775         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
2776         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
2777         * objfiles.c (rt_common_objfile): Remove.
2778         (free_objfile): Remove rt_common_objfile comparison.
2779         * objfiles.h (rt_common_objfile): Remove.
2780         * solib-sunos.c: Remove.
2781         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2782
2783 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2784
2785         Remove a.out NetBSD and OpenBSD hosts.
2786         * NEWS (Removed native configurations): New.
2787         * config/arm/nbsdaout.mh: Remove.
2788         * config/i386/nbsdaout.mh: Remove.
2789         * config/i386/obsdaout.mh: Remove.
2790         * config/m68k/nbsdaout.mh: Remove.
2791         * config/sparc/nbsdaout.mh: Remove.
2792         * config/vax/nbsdaout.mh: Remove.
2793         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2794         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2795         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2796         error.
2797         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2798         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2799         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2800
2801 2013-09-23  Tom Tromey  <tromey@redhat.com>
2802
2803         * linespec.c (struct minsym_and_objfile): Remove.
2804         (minsym_and_objfile_d): Remove.
2805         (struct linespec, struct collect_info, linespec_parse_basic)
2806         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2807         (compare_msymbols, find_method, find_function_symbols)
2808         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2809         (add_minsym, search_minsyms_for_name): Update.
2810
2811 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
2812
2813         * regcache.c: Add include of valprint.h.
2814         (dump_endian_bytes): Delete.
2815         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2816
2817 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
2818
2819         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2820
2821 2013-09-19  Pedro Alves  <palves@redhat.com>
2822
2823         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2824         breakpoints.
2825
2826 2013-09-19  Pedro Alves  <palves@redhat.com>
2827             Thomas Schwinge  <thomas@codesourcery.com>
2828             Yue Lu  <hacklu.newborn@gmail.com>
2829
2830         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2831         Take a gdb_byte pointer instead of a char pointer.
2832
2833         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2834         gnu_xfer_partial helper.
2835         (gnu_xfer_partial): New function.
2836         (gnu_target): Don't install a deprecated_xfer_memory hook.
2837         Install a to_xfer_partial hook.
2838
2839 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2840
2841         Constification.
2842         * main.c (captured_main): Replace catch_command_errors by
2843         catch_command_errors_const.  Twice.
2844         * symfile.c (symbol_file_add_main_1): Make args parameter const.
2845         (symbol_file_add): Make name parameter const.
2846         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2847         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
2848         variable name.  Change their usage accordingly.
2849         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2850         const.
2851         (symbol_file_add_main): Make args parameter const.
2852
2853 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
2854             Ulrich Weigand  <uweigand@de.ibm.com>
2855
2856         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2857         of c_value member.
2858         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2859
2860 2013-09-18  Pedro Alves  <palves@redhat.com>
2861             Yue Lu  <hacklu.newborn@gmail.com>
2862
2863         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2864         (gnu_create_inferior)
2865         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2866         (set_sig_thread_cmd): Use the lwpid field of ptids to
2867         store/extract thread ids instead of the tid field.
2868         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2869
2870 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2871
2872         * infcmd.c (default_print_one_register_info): Add detection of
2873         optimized out values.
2874         (default_print_registers_info): Switch to using
2875         get_frame_register_value.
2876
2877 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2878
2879         * infrun.c (handle_inferior_event): Check if we know the
2880         function start address before setting a resume breakpoint.
2881
2882 2013-09-18  Pedro Alves  <palves@redhat.com>
2883
2884         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2885         minus_one_ptid instead of looking at the ptid's tid field and
2886         comparing that to -1.
2887
2888 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2889
2890         * main.h (get_gdb_program_name): Remove extra whitespace.
2891
2892 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2893
2894         * main.h (get_gdb_program_name): Add declaration.
2895         * main.c (get_gdb_program_name): Add definition.
2896
2897 2013-09-17  Doug Evans  <dje@google.com>
2898
2899         * dwarf2read.c: Move definitions of complaint functions to after
2900         forward declarations of local functions.
2901
2902 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
2903             Pedro Alves  <palves@redhat.com>
2904
2905         PR gdb/11568
2906         * breakpoint.c (remove_threaded_breakpoints): New function.
2907         (_initialize_breakpoint): Attach remove_threaded_breakpoints
2908         as thread_exit observer.
2909
2910 2013-09-17  Pedro Alves  <palves@redhat.com>
2911
2912         PR gdb/15911
2913         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2914         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2915         * corelow.c (core_open):
2916         * frame.h (print_stack_frame, print_frame_info): New
2917         'set_current_sal' parameter.
2918         * infcmd.c (finish_command, kill_command): Adjust call to
2919         print_stack_frame.
2920         * inferior.c (inferior_command): Likewise.
2921         * infrun.c (normal_stop): Likewise.
2922         * linux-fork.c (linux_fork_context): Likewise.
2923         * record-full.c (record_full_goto_entry, record_full_restore):
2924         Likewise.
2925         * remote-mips.c (common_open): Likewise.
2926         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
2927         Use it.
2928         (print_frame_info): New 'set_current_sal' parameter.  Set the last
2929         displayed sal depending on the new paremeter instead of looking at
2930         print_what.
2931         (backtrace_command_1, select_and_print_frame, frame_command)
2932         (current_frame_command, up_command, down_command): Adjust call to
2933         print_stack_frame.
2934         * thread.c (print_thread_info, restore_selected_frame)
2935         (do_captured_thread_select): Adjust call to print_stack_frame.
2936         * tracepoint.c (tfind_1): Likewise.
2937         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2938         (mi_cmd_stack_info_frame): Likewise.
2939         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
2940         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
2941
2942 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2943
2944         * value.c (isvoid_internal_fn): Replace "parameter" with
2945         "argument".
2946
2947 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2948
2949         * README: Update references to writing code for GDB.
2950         * configure.ac (build_warnings): Remove obsolete comment.
2951         * configure: Regenerate.
2952         * gdbarch.sh: Remove references to gdbint.texinfo.
2953         * gdbarch.h: Regenerate.
2954         * gdbtypes.c (objfile_type): Remove comments referencing internals
2955         manual and D10V.
2956
2957 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2958
2959         * NEWS: Mention new convenience function $_isvoid.
2960         * value.c (isvoid_internal_fn): New function.
2961         (_initialize_values): Add new convenience function $_isvoid.
2962
2963 2013-09-16  Pierre Muller  <muller@sourceware.org>
2964
2965         * arm-linux-tdep.c: Add "elf/common.h" header.
2966         Remove AT_HWCAP macro definintion as it is provided in
2967         added include file.
2968         * s390-tdep.c: Remove system header <elf.h>
2969         Add "elf/common.h" header for AT_HWCAP definition.
2970         (s390_core_read_description): Use correct CORE_ADDR
2971         for hwcap local variable used as third parameter
2972         of function target_auxv_search.
2973
2974 2013-09-14  Pierre Muller  <muller@sourceware.org>
2975             Tom Tromey  <tromey@redhat.com>
2976             Pedro Alves  <palves@redhat.com>
2977
2978         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2979         mode if operating system doesn't know O_CLOEXEC.
2980
2981 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2982
2983         Code cleanup.
2984         * symfile.c (reread_symbols): Move variable obfd_filename to a more
2985         inner block.
2986
2987 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2988
2989         * NEWS: Mention TDB support.
2990         * features/s390-tdb.xml: New file.
2991         * features/s390-te-linux64.xml: New file.
2992         * features/s390x-te-linux64.xml: New file.
2993         * features/Makefile (WHICH): Add new tdescs above.
2994         (s390-te-linux64-expedite): Set.
2995         (s390x-te-linux64-expedite): Set.
2996         * features/s390-te-linux64.c: New file (generated).
2997         * features/s390x-te-linux64.c: New file (generated).
2998         * regformats/s390-te-linux64.dat: New file (generated).
2999         * regformats/s390x-te-linux64.dat: New file (generated).
3000         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3001         (HWCAP_S390_TE): Likewise.
3002         (S390_TDB_DWORD0_REGNUM): Likewise.
3003         (S390_TDB_DWORD0_REGNUM): Likewise.
3004         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3005         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3006         (S390_TDB_ATIA_REGNUM): Likewise.
3007         (S390_TDB_R0_REGNUM): Likewise.
3008         (S390_TDB_R1_REGNUM): Likewise.
3009         (S390_TDB_R2_REGNUM): Likewise.
3010         (S390_TDB_R3_REGNUM): Likewise.
3011         (S390_TDB_R4_REGNUM): Likewise.
3012         (S390_TDB_R5_REGNUM): Likewise.
3013         (S390_TDB_R6_REGNUM): Likewise.
3014         (S390_TDB_R7_REGNUM): Likewise.
3015         (S390_TDB_R8_REGNUM): Likewise.
3016         (S390_TDB_R9_REGNUM): Likewise.
3017         (S390_TDB_R10_REGNUM): Likewise.
3018         (S390_TDB_R11_REGNUM): Likewise.
3019         (S390_TDB_R12_REGNUM): Likewise.
3020         (S390_TDB_R13_REGNUM): Likewise.
3021         (S390_TDB_R14_REGNUM): Likewise.
3022         (S390_TDB_R15_REGNUM): Likewise.
3023         (S390_NUM_REGS): Increase.
3024         (S390_IS_TDBREGSET_REGNUM): New macro.
3025         (s390_regmap_tdb): Declare.
3026         (s390_sizeof_tdbregset): Define.
3027         (tdesc_s390_te_linux64): Declare.
3028         (tdesc_s390x_te_linux64): Likewise.
3029         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3030         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3031         (s390_regmap_tdb): New regmap.
3032         (s390_supply_tdb_regset): New function.
3033         (s390_tdb_regset): New regset.
3034         (s390_linux64v2_regset_sections): Add TDB regset to list.
3035         (s390x_linux64v2_regset_sections): Likewise.
3036         (s390_regset_from_core_section): Recognize TDB core note section.
3037         (s390_core_read_description): If HWCAP indicates TE support,
3038         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3039         (s390_gdbarch_init): Handle TDB regset.
3040         (_initialize_s390_tdep): Initialize new tdescs.
3041         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3042         (have_regset_tdb): New variable.
3043         (s390_native_supply): Support register invalidation.
3044         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3045         (check_regset): Treat ENODATA as "regset exists".
3046         (s390_linux_fetch_inferior_registers): Add TDB.
3047         (s390_read_description): Check for TDB existence and select
3048         appropriate tdesc.
3049         * gdbserver/Makefile.in (clean): Add removal of new makefile
3050         targets.
3051         (s390-te-linux64.c): New makefile target.
3052         (s390x-te-linux64.c): Likewise.
3053         * gdbserver/configure.srv (srv_regobj): Append new objects
3054         s390-te-linux64.o and s390x-te-linux64.o.
3055         (srv_xmlfiles): Append new files s390-te-linux64.xml,
3056         s390x-te-linux64.xml, and s390-tdb.xml.
3057         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3058         declaration.
3059         (tdesc_s390_te_linux64): Likewise.
3060         (init_registers_s390x_te_linux64): Likewise.
3061         (tdesc_s390x_te_linux64): Likewise.
3062         (s390_check_regset): Treat ENODATA as "regset exists".
3063         (s390_arch_setup): Add TDB regset support.
3064         (initialize_low_arch): Initialize registers for new tdescs.
3065
3066 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3067
3068         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3069         (S390_IS_FPREGSET_REGNUM): New macro.
3070         * s390-tdep.c (s390_dwarf_regmap): Make const.
3071         (regnum_is_gpr_full): New function for replacing repeated code.
3072         (s390_pseudo_register_name): Use it.
3073         (s390_pseudo_register_type): Likewise.
3074         (s390_pseudo_register_read): Likewise.
3075         (s390_pseudo_register_write): Likewise.
3076         (s390_unwind_pseudo_register): Likewise.
3077         (s390_regmap_gregset): New format for regmap.
3078         (s390x_regmap_gregset): Likewise.
3079         (s390_regmap_fpregset): Likewise.
3080         (s390_regmap_upper): Likewise.
3081         (s390_regmap_last_break): Likewise.
3082         (s390_regmap_system_call): Likewise.
3083         (s390_supply_regset): Adjust to new regmap format.
3084         (s390_collect_regset): Likewise.
3085         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3086         (s390_native_collect): Likewise.
3087         (supply_gregset): Likewise.
3088         (fill_gregset): Likewise.
3089         (supply_fpregset): Likewise.
3090         (fill_fpregset): Likewise.
3091         (fetch_regset): Likewise.
3092         (store_regset): Likewise.
3093         (s390_linux_fetch_inferior_registers): Likewise.
3094         (s390_linux_fetch_inferior_registers): Likewise.
3095
3096 2013-09-12  Andrew Pinski  <apinski@cavium.com>
3097
3098         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3099
3100 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3101
3102         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3103
3104 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
3105
3106         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3107
3108 2013-09-06  Pedro Alves <palves@redhat.com>
3109
3110         * remote-sim.c (dump_mem, gdbsim_fetch_register)
3111         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3112         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3113         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3114         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3115         gdb_stdlog.
3116
3117 2013-09-06  Pedro Alves  <palves@redhat.com>
3118
3119         * remote-sim.c (dump_mem): Constify buf parameter.
3120         gdbsim_xfer_inferior_memory): Rename to ...
3121         (gdbsim_xfer_memory): ... this.  Adjust interface as
3122         target_xfer_partial helper.
3123         (gdbsim_xfer_partial): New function.
3124         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3125         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
3126
3127 2013-09-06  Pedro Alves  <palves@redhat.com>
3128
3129         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3130         host_address_to_string, and send debug output to gdb_stdlog.
3131
3132 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3133
3134         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3135         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3136         gdb_target_obs for cris target.
3137         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3138         (cris_gdbarch_init): Move calls to
3139         set_gdbarch_fetch_tls_load_module_address and
3140         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3141         Add call to gdbarch_init_osabi.
3142         * cris-linux-tdep.c: New file.
3143         * cris-tdep.h: New file.
3144
3145 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3146
3147         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3148         to deprecated_init_ui_hook.
3149
3150 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3151
3152         * cli/cli-interp.c (_initialize_cli_interp): Add a
3153         command_loop_proc to interp_procs.
3154         * event-top.c (cli_command_loop): Change signature to match
3155         interp_command_loop_ftype.
3156         * event-top.h (cli_command_loop): Same.
3157         * interps.c (interp_new): Require every interpreter to have a
3158         command_loop_proc.
3159         (current_interp_command_loop): Just call the command_loop_proc on
3160         the current interpreter.
3161         * tui/tui-interp.c (_initialize_tui_interp): Add a
3162         command_loop_proc to interp_procs.
3163
3164 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3165
3166         * cris-tdep.c (cris_gdbarch_init): Add call to
3167         get_gdbarch_fetch_tls_load_module_address.
3168
3169 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3170
3171         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3172         (cris_elf_gregset_t): Rename from elf_gregset_t.
3173         (crisv32_elf_gregset_t): Adjust.
3174         (cris_supply_gregset, fetch_core_registers): Adjust.
3175
3176 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3177
3178         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3179
3180 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
3181
3182         * defs.h (deprecated_command_loop_hook): Remove, including
3183         references in comments.
3184         * interps.c (current_interp_command_loop): No longer use
3185         deprecated_command_loop_hook.
3186         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3187         setup.
3188         * top.c (deprecated_command_loop_hook): Remove.
3189
3190 2013-09-05  Pedro Alves  <palves@redhat.com>
3191
3192         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3193         local is now int instead of ULONGEST.  Print it with %d
3194         instead of paddress.
3195
3196 2013-09-05  Tristan Gingold  <gingold@adacore.com>
3197
3198         * MAINTAINERS: Remove avr maintainership.
3199
3200 2013-09-05  Pedro Alves  <palves@redhat.com>
3201
3202         * findvar.c (value_of_register): Rework in terms of
3203         value_of_register_lazy.
3204
3205 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
3206
3207         * symfile.c (add_symbol_file_command): Remove trailing
3208          whitespaces and blank line after comment.
3209
3210 2013-09-05  Pedro Alves  <palves@redhat.com>
3211
3212         * tui/tui-regs.c (tui_register_format): Don't look at the
3213         register's name here.  Return string representing register
3214         value instead of storing it in the data element.
3215         (tui_get_register): Compare register string representations
3216         instead of register value states and contents.
3217
3218 2013-09-05  Pedro Alves  <palves@redhat.com>
3219
3220         PR tui/15933
3221         * tui/tui-regs.c (tui_show_registers): Show registers of the
3222         selected frame, not the current frame.
3223
3224 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
3225
3226         * MAINTAINERS (Write After Approval): Add myself to the list.
3227
3228 2013-09-04  Doug Evans  <dje@google.com>
3229
3230         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3231         (queue_and_load_dwo_tu): New function.
3232         (lookup_dwo_signatured_type): Set per_cu.tu_read.
3233         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3234         Make dependent_cu optional.
3235         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3236         and an older .gdb_index is in use, queue and load all its TUs too.
3237
3238 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3239
3240         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3241         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3242         variable search_flags.
3243         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3244         (OPF_RETURN_REALPATH): ... here.
3245         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3246         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3247         call.  Twice.
3248         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3249         openp call.
3250         * solib.c (solib_find): Likewise.  Four times.
3251         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3252         in the function comment and for the realpath_fptr variable.
3253         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3254         (find_and_open_source): Likewise.  Twice.
3255         * symfile.c (symfile_bfd_open): Likewise, also twice.
3256
3257 2013-09-04  Doug Evans  <dje@google.com>
3258
3259         * progspace.c (save_current_space_and_thread): Remove unnecessary
3260         call to save_current_inferior.
3261
3262 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
3263
3264         * sh64-tdep.c (sh64_do_register): Return after printing message
3265         about unavailable register contents.
3266
3267 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
3268             Pedro Alves  <palves@redhat.com>
3269
3270         * symfile.c (add_symbol_file_command): Error out on unknown
3271         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3272         options and collapse into single conditional branch.
3273
3274 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
3275
3276         * inf-child.c (inf_child_follow_fork): New parameter
3277         detach_fork.
3278         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3279         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3280         * inferior.h (detach_fork): Remove.
3281         * infrun.c (detach_fork): Adjust comment and make it
3282         static.
3283         (follow_fork): Pass detach_fork parameter to
3284         target_follow_fork.
3285         * linux-nat.c (linux_child_follow_fork): New parameter
3286         detach_fork.
3287         * target.c (target_follow_fork): New parameter detach_fork.
3288         Pass detach_fork as parameter and print its value.
3289         * target.h (struct target_ops) <to_follow_fork>: New int
3290         parameter.
3291         (target_follow_fork): New parameter detach_fork.
3292
3293 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
3294
3295         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3296         Replace sec->bfd by sec->the_bfd_section->owner.
3297
3298 2013-09-03  Yao Qi  <yao@codesourcery.com>
3299
3300         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
3301         from linux_has_shared_address_space.
3302         (linux_has_shared_address_space): Call linux_is_uclinux.
3303         * linux-tdep.h (linux_is_uclinux): Declare.
3304         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3305         linux_is_uclinux.
3306
3307 2013-09-03  Yao Qi  <yao@codesourcery.com>
3308
3309         * config/djgpp/fnchange.lst: Remove entry of
3310         i386-interix-nat.c and i386-interix-tdep.c.
3311         * configure.ac: Remove '*-*-interix*'.
3312         * configure: Re-generated.
3313         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3314         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3315         obsolete comments.
3316         * osabi.c (gdb_osabi_names): Remove "Interix".
3317
3318 2013-09-03  Yao Qi  <yao@codesourcery.com>
3319
3320         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3321
3322 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
3323
3324         * record.h (record_print_flag) <record_print_src_line,
3325         record_print_insn_range>: Rename into ...
3326         (record_print_flag) <record_print_src_line,
3327         record_print_insn_range>: ... this.  Update all users.
3328
3329 2013-09-02  Pierre Muller  <muller@sourceware.org>
3330
3331         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3332         error code.
3333
3334 2013-09-02  Pierre Muller  <muller@sourceware.org>
3335
3336         * windows-nat.c (windows_xfer_memory): Fix compilation failure
3337         by use of plongest function.
3338
3339 2013-09-02  Tristan Gingold  <gingold@adacore.com>
3340
3341         * NEWS: Add entry mentioning support for native Windows x64
3342         SEH data.
3343
3344         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3345         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3346         (struct amd64_windows_frame_cache): New struct.
3347         (amd64_windows_w2gdb_regnum): New global.
3348         (pc_in_range, amd64_windows_frame_decode_epilogue)
3349         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3350         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3351         (amd64_windows_frame_this_id): New functions.
3352         (amd64_windows_frame_unwind): New static global.
3353         (amd64_windows_skip_prologue): New function.
3354         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3355         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3356         with amd64_windows_skip_prologue.
3357
3358 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
3359
3360         GDB 7.6.1 released.
3361
3362 2013-08-30  Pedro Alves  <palves@redhat.com>
3363
3364         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3365         SRC_AND_LOC.
3366
3367 2013-08-30  Pedro Alves  <palves@redhat.com>
3368
3369         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3370         warning text.
3371
3372 2013-08-30  Pedro Alves  <palves@redhat.com>
3373
3374         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3375         Adjust arguments to print_stack_frame.
3376
3377 2013-08-30  Pedro Alves  <palves@redhat.com>
3378
3379         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3380
3381 2013-08-30  Pedro Alves  <palves@redhat.com>
3382
3383         * frame.h (show_and_print_stack_frame): Delete declaration.
3384
3385 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
3386
3387         PR python/15461
3388         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3389         (archpy_name): Check for valid architecture.
3390         (archpy_disassemble): Ditto.
3391
3392 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
3393
3394         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3395         instead of "long long" in call to ptrace64.
3396
3397 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
3398
3399         * mi/mi-interp.c (mi_command_loop): Change signature to match
3400         interp_command_loop_ftype.
3401         (mi1_command_loop): Remove.
3402         (mi2_command_loop): Remove.
3403         (mi3_command_loop): Remove.
3404         (mi_interpreter_resume): Remove setting of
3405         deprecated_command_loop_hook.
3406         (_initialize_mi_interp): Set mi_command_loop as the command loop
3407         callback.
3408
3409 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3410
3411         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3412         value_type.
3413
3414 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3415
3416         * value.c (allocate_value_contents): Make static.
3417         * value.h (allocate_value_contents): Remove prototype.
3418
3419 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3420
3421         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3422         of assembling value via allocate_value_lazy and attribute setter.
3423         * findvar.c (default_read_var_value): Use value_at_lazy instead of
3424         assembling value via allocate_value_lazy and attribute setter.
3425         * valops.c (do_search_struct_field): Use value_at_lazy instead of
3426         assembling value via allocate_value_lazy and attribute setter.
3427
3428 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3429
3430         * value.c (value_from_contents_and_address): Replace allocate_value and
3431         memcpy with value_from_contents.
3432
3433 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3434
3435         * python/py-framefilter.c (py_print_frame): Remove usage of
3436         PyString_AsString.  Use python_string_to_host_string instead.
3437         Refactor function to work with a string as a new allocation
3438         instead of a pointer.
3439         (py_print_frame): Ditto.
3440         * python/lib/gdb/frames.py (return_list): Cain iterators together
3441         instead of adding them as a list.
3442         (_sort_list): Call return_list, and remove duplicate code.
3443         (execute_frame_filters): Convert iterator to a list with list().
3444         * python/lib/gdb/command/frame_filters.py
3445         (SetFrameFilterPriority._set_filter_priority): Convert priority
3446         attribute to an integer.
3447         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3448         wrapper function __next__.
3449         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3450         define as "str".
3451
3452 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3453
3454         PR python/15752
3455         * python/py-framefilter.c (apply_frame_filter): Check
3456         gdb_python_initialized.  Exit if the Python frame-filter code
3457         cannot be initialized.
3458
3459 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3460
3461         PR cli/15842
3462         * top.c (print_gdb_version): Remove erroneous newline after help
3463         text.
3464
3465 2013-08-29  Yao Qi  <yao@codesourcery.com>
3466
3467         * varobj.c (install_dynamic_child): Remove trailing space.
3468         Add one blank line after variable declaration.
3469
3470 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3471
3472         PR gdb/15415
3473         * corefile.c (get_exec_file): Use exec_filename.
3474         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
3475         * exec.c (exec_close): Free EXEC_FILENAME.
3476         (exec_file_attach): New variable canonical_pathname.  Use
3477         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
3478         EXEC_FILENAME.
3479         * exec.h (exec_filename): New.
3480         * inferior.c (print_inferior, inferior_command): Use
3481         PSPACE_EXEC_FILENAME.
3482         * mi/mi-main.c (print_one_inferior): Likewise.
3483         * progspace.c (clone_program_space, print_program_space): Likewise.
3484         * progspace.h (struct program_space): New field pspace_exec_filename.
3485         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
3486         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3487
3488 2013-08-28  Will Newton  <will.newton@linaro.org>
3489
3490         * common/linux-ptrace.c: Include stdint.h unconditionally.
3491
3492 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3493
3494         Code cleanup.
3495         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3496
3497 2013-08-28  Yao Qi  <yao@codesourcery.com>
3498             Pedro Alves  <palves@redhat.com>
3499
3500         * event-top.c (gdb_setup_readline): Call stderr_fileopen
3501         instead of stdio_fileopen.
3502         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3503         .Call stderr_fileopen instead of stdio_fileopen.
3504         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3505         [__MINGW32__] (stderr_file_fputs): New function.
3506         (stderr_fileopen): New function.
3507         * ui-file.h (stderr_fileopen): Declare.
3508
3509 2013-08-27  Doug Evans  <dje@google.com>
3510
3511         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3512         (struct dwarf2_per_cu_data): Ditto.
3513         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
3514         (process_imported_unit_die): Ditto.
3515         (follow_die_sig_1): Simplify assert.
3516
3517 2013-08-27  Pedro Alves  <palves@redhat.com>
3518
3519         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3520         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
3521         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3522         windows_xfer_memory directly.
3523         (init_windows_ops): Don't install a deprecated_xfer_memory method.
3524
3525 2013-08-27  Pedro Alves  <palves@redhat.com>
3526
3527         * darwin-nat.c (darwin_xfer_memory): Delete.
3528         (_initialize_darwin_inferior): Don't install a
3529         deprecated_xfer_memory method.
3530
3531 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
3532             Yao Qi  <yao@codesourcery.com>
3533
3534         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3535         (parse_no_frames_option): Remove.
3536         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3537         (mi_cmd_stack_list_args): Adjust.
3538         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3539         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
3540         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3541         Caller update.
3542         (list_args_or_locals): New parameter 'skip_unavailable'.
3543         Handle it.
3544         * valprint.c (scalar_type_p): Rename to ...
3545         (val_print_scalar_type_p): ... this.  Make extern.
3546         (val_print, value_check_printable): Adjust.
3547         * valprint.h (val_print_scalar_type_p): Declare.
3548         * value.c (value_entirely_unavailable): New function.
3549         * value.h (value_entirely_unavailable): Declare.
3550
3551         * NEWS: Mention the new option "--skip-unavailable" to MI
3552         commands '-stack-list-locals', '-stack-list-arguments' and
3553         '-stack-list-variables'.
3554
3555 2013-08-27  Yao Qi  <yao@codesourcery.com>
3556
3557         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3558         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3559         options.
3560         * mi/mi-getopt.c (mi_getopt): Remove.
3561         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
3562         'error_on_unknown'.
3563         (mi_getopt): Call mi_getopt_1.
3564         (mi_getopt_silent): New.
3565         * mi/mi-getopt.h (mi_getopt_silent): Declare.
3566
3567 2013-08-26  Doug Evans  <dje@google.com>
3568
3569         PR symtab/15885
3570         * dwarf2read.c (dw2_dump): Print some minimal information indicating
3571         .gdb_index is in use.
3572         * symfile.c (reread_symbols): Reset objfile->sf.
3573
3574         * NEWS: Document "mt print objfiles" now takes optional regexp.
3575         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3576         regexp of objfiles to print.
3577         (_initialize_symmisc): Update doc string for "mt print objfiles".
3578
3579         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3580         missing debug info checks.
3581
3582 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
3583             Ulrich Weigand  <uweigand@de.ibm.com>
3584
3585         * xcoffread.c (arrange_linetable): Add fix to correctly handle
3586         line tables generated by XLC compiled binaries.
3587
3588 2013-08-23  Doug Evans  <dje@google.com>
3589
3590         * symmisc.c (dump_symtab): Delete prototype.
3591         (dump_msymbols, dump_objfile): Ditto.
3592         (maintenance_info_symtabs): Mark as dont_repeat.
3593         (_initialize_symmisc): Improve doc string for "mt info symtabs".
3594
3595         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3596         debugging printf to better location.
3597
3598 2013-08-23  Pedro Alves  <palves@redhat.com>
3599
3600         * target.c (target_read_live_memory): Change type of 'ret' local
3601         to LONGEST.
3602
3603 2013-08-23  Pedro Alves  <palves@redhat.com>
3604
3605         * remote.c (remote_write_bytes_aux, remote_write_bytes)
3606         (remote_read_bytes): Change return type to LONGEST, and adjust to
3607         return a target_xfer_error on error.
3608         (remote_xfer_memory): Delete.
3609         (remote_flash_write): Change type of 'ret' local to LONGEST.
3610         (remote_xfer_partial, remote_xfer_partial): Adjust.
3611         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3612
3613 2013-08-23  Pierre Muller  <muller@sourceware.org>
3614
3615         ARI fix: Push # directives to start of line.
3616         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3617
3618 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
3619
3620         PR gdb/15501
3621         * breakpoint.c (enable_command, disable_command): Iterate over
3622         all specified breakpoint locations.
3623
3624 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
3625
3626         * common/linux-ptrace.c (linux_fork_to_function): Push #
3627         directives to the start of the line.
3628         (linux_check_ptrace_features): Fix warning message to use
3629         the "_" markup.
3630
3631 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
3632
3633         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3634         nat/linux-waitpid.h.
3635         (linux-waitpid.o): New object file rule.
3636         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3637         (current_ptrace_options): Moved from linux-nat.c.
3638         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3639         parameters.
3640         (linux_fork_to_function): New function.
3641         (linux_grandchild_function): Likewise.
3642         (linux_child_function): Likewise.
3643         (linux_check_ptrace_features): New function, heavily
3644         based on linux-nat.c:linux_test_for_tracefork.
3645         (linux_enable_event_reporting): New function.
3646         (ptrace_supports_feature): Likewise.
3647         (linux_supports_tracefork): Likewise.
3648         (linux_supports_traceclone): Likewise.
3649         (linux_supports_tracevforkdone): Likewise.
3650         (linux_supports_tracesysgood): Likewise.
3651         * common/linux-ptrace.h (HAS_NOMMU): Moved from
3652         gdbserver/linux-low.c.
3653         (linux_enable_event_reporting): New declaration.
3654         (linux_supports_tracefork): Likewise.
3655         (linux_supports_traceclone): Likewise.
3656         (linux_supports_tracevforkdone): Likewise.
3657         (linux_supports_tracesysgood): Likewise.
3658         * config.in (PTRACE_TYPE_ARG4): Regenerate.
3659         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3660         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3661         * config/arm/linux.mh (NATDEPFILES): Likewise.
3662         * config/i386/linux.mh (NATDEPFILES): Likewise.
3663         * config/i386/linux64.mh (NATDEPFILES): Likewise.
3664         * config/ia64/linux.mh (NATDEPFILES): Likewise.
3665         * config/m32r/linux.mh (NATDEPFILES): Likewise.
3666         * config/m68k/linux.mh (NATDEPFILES): Likewise.
3667         * config/mips/linux.mh (NATDEPFILES): Likewise.
3668         * config/pa/linux.mh (NATDEPFILES): Likewise..
3669         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3670         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3671         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3672         * config/sparc/linux.mh (NATDEPFILES): Likewise.
3673         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3674         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3675         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3676         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3677         ptrace's 4th argument's types.
3678         Check the type of PTRACE_TYPE_ARG4.
3679         * configure: Regenerate.
3680         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3681         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3682         (linux_supports_tracefork_flag): Remove.
3683         (linux_supports_tracesysgood_flag): Likewise.
3684         (linux_supports_tracevforkdone_flag): Likewise.
3685         (current_ptrace_options): Moved to
3686         common/linux-ptrace.c.
3687         (linux_tracefork_child): Remove.
3688         (my_waitpid): Remove.
3689         (linux_test_for_tracefork): Renamed to
3690         linux_check_ptrace_features and moved to common/linux-ptrace.c.
3691         (linux_test_for_tracesysgood): Remove.
3692         (linux_supports_tracesysgood): Remove.
3693         (linux_supports_tracefork): Remove.
3694         (linux_supports_tracevforkdone): Remove.
3695         (linux_enable_tracesysgood): Remove.
3696         (linux_enable_event_reporting): Remove.
3697         (linux_init_ptrace): New function.
3698         (linux_child_post_attach): Call linux_init_ptrace.
3699         (linux_child_post_startup_inferior): Call linux_init_ptrace.
3700         (linux_child_follow_fork): Call linux_supports_tracefork
3701         and linux_supports_tracevforkdone.
3702         (linux_child_insert_fork_catchpoint): Call
3703         linux_supports_tracefork.
3704         (linux_child_insert_vfork_catchpoint): Likewise.
3705         (linux_child_set_syscall_catchpoint): Call
3706         linux_supports_tracesysgood.
3707         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
3708         * nat/linux-nat.h: New file.
3709         * nat/linux-waitpid.c: New file.
3710         * nat/linux-waitpid.h: New file.
3711
3712 2013-08-22  Samuel Bronson  <naesten@gmail.com>
3713
3714         ARM Linux support for `catch syscall'.
3715         * syscalls/arm-linux.py: New file.
3716         * syscalls/arm-linux.xml: Likewise.
3717         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
3718         (arm_linux_init_abi): Register the new function and syscall xml file.
3719         * data-directory/Makefile.in: Install the new syscall xml file.
3720         * NEWS: Brag about this.
3721
3722 2013-08-22  Pedro Alves  <palves@redhat.com>
3723
3724         PR gdb/15871
3725         * corefile.c (target_xfer_memory_error): New function.
3726         (memory_error): Defer EIO to target_memory_error.
3727         (read_memory): Use target_xfer_partial, and handle finer-grained
3728         target xfer errors.
3729         * target.c (target_xfer_error_to_string): New function.
3730         (memory_xfer_partial_1): If memory is known to be
3731         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
3732         (target_xfer_partial): Make extern.
3733         * target.h (enum target_xfer_error): New enum.
3734         (target_xfer_error_to_string): Declare function.
3735         (target_xfer_partial): Declare function.
3736         (struct target_ops) <xfer_partial>: Adjust describing comment.
3737
3738 2013-08-22  Alan Modra  <amodra@gmail.com>
3739
3740         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
3741         * configure.tgt: Likewise as targets.
3742
3743 2013-08-20  Doug Evans  <dje@google.com>
3744
3745         * buildsym.c (subfile_stack): Move here from buildsym.h.
3746         (pending_macros): Ditto.
3747         (get_macro_table): New function.
3748         (buildsym_init): Initialize subfile_stack.
3749         * coffread.c (type_vector,type_vector_length): Moved here from
3750         buildsym.h.
3751         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3752         (coff_symtab_read): Use it.
3753         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
3754         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
3755         with call to get_macro_table.
3756         * stabsread.c (type_vector,type_vector_length): Moved here from
3757         buildsym.h.
3758         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3759         * buildsym.h (get_macro_table): Declare.
3760
3761 2013-08-20  Tom Tromey  <tromey@redhat.com>
3762
3763         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
3764         Update.
3765         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
3766
3767 2013-08-20  Doug Evans  <dje@google.com>
3768
3769         * blockframe.c: Remove #include "psymtab.h".
3770         * cp-support.c: Ditto.
3771         * source.c: Ditto.
3772         * stack.c: Ditto.
3773
3774 2013-08-20  Tom Tromey  <tromey@redhat.com>
3775
3776         PR python/15816:
3777         * exceptions.h (return_mask): Now an enum.
3778         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
3779         enum constants.
3780
3781 2013-08-20  Tom Tromey  <tromey@redhat.com>
3782
3783         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3784         get_objfile_arch.
3785         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3786         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3787         * jit.c (jit_object_close_impl): Update.
3788         * jv-lang.c (get_dynamics_objfile): Update.
3789         * linespec.c (add_minsym): Use get_dynamics_objfile.
3790         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3791         (allocate_objfile): Don't initialize 'gdbarch' field.
3792         (get_objfile_arch): Update.
3793         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3794         moved from...
3795         (struct objfile) <gdbarch>: ... here.  Remove.
3796         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3797         get_objfile_arch.
3798         * symfile.c (init_entry_point_info): Use get_objfile_arch.
3799
3800 2013-08-20  Alan Modra  <amodra@gmail.com>
3801
3802         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3803         for IBM long double nan and inf.
3804         (floatformat_is_negative, floatformat_classify,
3805         floatformat_mantissa): Similarly.
3806         (floatformat_ieee_single, floatformat_ieee_double,
3807         floatformat_ieee_quad, floatformat_arm_ext,
3808         floatformat_ia64_spill): Delete unused vars.
3809         (_initialize_doublest): Delete unused function.
3810         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3811         little-endian variants of floatformat_ibm_long_double.
3812
3813 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
3814
3815         * Makefile.in (SFILES): Remove common/target-common.c and
3816         add target/waitstatus.c.
3817         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3818         target/resume.h, target/wait.h and target/waitstatus.h.
3819         (COMMON_OBS): Remove target-common.o and add
3820         waitstatus.o.
3821         (target-common.o): Remove.
3822         (waitstatus.o): New target object file.
3823         * common/target-common.c: Move contents to
3824         target/waitstatus.c and remove.
3825         * common/target-common.h: Move contents to other files and
3826         remove.
3827         (enum resume_kind: Move to target/resume.h.
3828         (TARGET_WNOHANG): Move to target/wait.h.
3829         (enum target_waitkind): Move to target/waitstatus.h.
3830         (struct target_waitstatus): Likewise.
3831         * target.h: Do not include target-common.h and
3832         include target/resume.h, target/wait.h and
3833         target/waitstatus.h.
3834         * target/resume.h: New file.
3835         * target/wait.h: New file.
3836         * target/waitstatus.h: New file.
3837         * target/waitstatus.c: New file.
3838
3839 2013-08-19  Pedro Alves  <palves@redhat.com>
3840
3841         * linux-nat.c (linux_test_for_tracefork)
3842         (linux_test_for_tracesysgood, linux_child_follow_fork)
3843         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3844         (linux_nat_wait_1): Extend comment.
3845         (linux_async_pipe): Add comment.
3846
3847 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
3848
3849         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3850         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3851         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3852         Update to account for fact that PC is now a pseudo-register.
3853         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
3854         cases for RL78_PC_REGNUM.
3855
3856 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
3857
3858         PR cli/15841
3859         * top.c (quit_force): Skip writing history file
3860         if input is not from terminal.
3861
3862 2013-08-14  Tom Tromey  <tromey@redhat.com>
3863
3864         * remote.c (struct remote_state) <echo_nextthread, nextthread,
3865         resultthreadlist>: New fields.
3866         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3867         (remote_get_threadlist, remote_threadlist_iterator): Use
3868         new fields.  Remove static variables.
3869
3870 2013-08-14  Tom Tromey  <tromey@redhat.com>
3871
3872         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3873         remote_watch_data_address>: New fields.
3874         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3875         (process_stop_reply, remote_wait_as)
3876         (remote_check_watch_resources, remote_stopped_data_address): Update.
3877
3878 2013-08-14  Tom Tromey  <tromey@redhat.com>
3879
3880         * remote.c (struct remote_state) <async_client_callback,
3881         async_client_context>: New fields.
3882         (async_client_callback, async_client_context): Remove.
3883         (remote_async_serial_handler, remote_async): Update.
3884
3885 2013-08-14  Tom Tromey  <tromey@redhat.com>
3886
3887         * remote.c (sizeof_pkt): Remove.
3888         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3889
3890 2013-08-14  Tom Tromey  <tromey@redhat.com>
3891
3892         * remote.c (struct remote_state) <use_threadinfo_query,
3893         use_threadextra_query>: New fields.
3894         (remote_threads_info, remote_threads_extra_info)
3895         (remote_open_1): Update.
3896
3897 2013-08-14  Tom Tromey  <tromey@redhat.com>
3898
3899         * remote.c (struct remote_state) <finished_object,
3900         finished_annex, finished_offset>: New fields.
3901         (remote_read_qxfer): Use remote_state fields; remove static
3902         variables.
3903
3904 2013-08-14  Tom Tromey  <tromey@redhat.com>
3905
3906         * remote.c (struct remote_state) <last_sent_step>:
3907         New field.
3908         (last_sent_step): Remove.
3909         (remote_resume, remote_wait_as): Update.
3910
3911 2013-08-14  Tom Tromey  <tromey@redhat.com>
3912
3913         * remote.c (struct remote_state) <last_sent_signal>:
3914         New field.
3915         (last_sent_signal): Remove.
3916         (new_remote_state, remote_resume, remote_wait_as): Update.
3917
3918 2013-08-14  Tom Tromey  <tromey@redhat.com>
3919
3920         * remote.c (struct remote_state) <last_program_signals_packet>:
3921         New field.
3922         (last_program_signals_packet): Remove.
3923         (remote_program_signals, remote_open_1): Update.
3924
3925 2013-08-14  Tom Tromey  <tromey@redhat.com>
3926
3927         * remote.c (struct remote_state) <last_pass_packet>:
3928         New field.
3929         (last_pass_packet): Remove.
3930         (remote_pass_signals, remote_open_1): Update.
3931
3932 2013-08-14  Tom Tromey  <tromey@redhat.com>
3933
3934         * remote.c (struct remote_state) <remote_traceframe_number>:
3935         New field.
3936         (remote_traceframe_number): Remove.
3937         (new_remote_state, remote_open_1, set_remote_traceframe)
3938         (remote_trace_find): Update.
3939
3940 2013-08-14  Tom Tromey  <tromey@redhat.com>
3941
3942         * remote.c (struct remote_state) <general_thread, continue_thread>:
3943         New fields.
3944         (general_thread, continue_thread): Remove.
3945         (record_currthread, set_thread, set_general_process)
3946         (remote_open_1, extended_remote_attach_1, remote_wait_as)
3947         (extended_remote_mourn_1): Update.
3948
3949 2013-08-14  Tom Tromey  <tromey@redhat.com>
3950
3951         * remote.c (struct remote_state) <remote_desc>: New field.
3952         (remote_desc): Remove.
3953         (remote_threads_info, remote_threads_extra_info, remote_close)
3954         (send_interrupt_sequence, remote_start_remote, remote_open_1)
3955         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
3956         (remote_hostio_send_command, remote_file_put, remote_file_get)
3957         (remote_file_delete, remote_can_async_p, remote_is_async_p)
3958         (remote_async, remote_new_objfile, set_range_stepping): Update.
3959
3960 2013-08-14  Tom Tromey  <tromey@redhat.com>
3961
3962         * remote.c (remote_state): Now a pointer.
3963         (get_remote_state_raw): Update.
3964         (new_remote_state): New function.
3965         (_initialize_remote): Use new_remote_state.
3966
3967 2013-08-14  Tom Tromey  <tromey@redhat.com>
3968
3969         * remote.c (remote_protocol_features): Now const.
3970
3971 2013-08-14  Tom Tromey  <tromey@redhat.com>
3972
3973         * remote.c (crc32_table, crc32): Remove.
3974         (remote_verify_memory): Use xcrc32.
3975
3976 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
3977
3978         * value.h (create_internalvar_type_lazy): Adjust prototype
3979         declaration.
3980
3981 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
3982
3983         * common/format.c (parse_format_string): Don't allow '#' flag for
3984         pointer arguments in format string.
3985
3986 2013-08-13  Pierre Muller  <muller@sourceware.org>
3987
3988         * utils.c (init_page_info): Only call tgetnum function
3989         if rl_get_screen_size did not return useful values.
3990
3991 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
3992
3993         PR breakpoints/15117
3994         * linespec.c (linespec_parse_basic): Check for convenience
3995         variable or history value while parsing.
3996
3997 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
3998
3999         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4000         AVR.
4001         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
4002         different signals between the generic Linux kernel implementation
4003         and AVR's.
4004         (avr_linux_gdb_signal_from_target): Delete.
4005         (avr_linux_gdb_signal_to_target): Delete.
4006         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4007
4008 2013-08-09  Doug Evans  <dje@google.com>
4009
4010         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4011         entries.
4012
4013 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
4014
4015         * linux-tdep.c: Define enum with generic signal numbers.
4016         (linux_gdb_signal_from_target): New function.
4017         (linux_gdb_signal_to_target): Likewise.
4018         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4019         methods to the functions above.
4020         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4021         (linux_gdb_signal_to_target): Likewise.
4022         * alpha-linux-tdep.c: Define new enum with signals different
4023         from generic Linux kernel.
4024         (alpha_linux_gdb_signal_from_target): New function.
4025         (alpha_linux_gdb_signal_to_target): Likewise.
4026         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4027         with the functions mentioned above.
4028         * avr-tdep.c: Define enum with differences between Linux kernel
4029         and AVR signals.
4030         (avr_linux_gdb_signal_from_target): New function.
4031         (avr_linux_gdb_signal_to_target): Likewise.
4032         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4033         the functions mentioned above.
4034         * sparc-linux-tdep.c: Define enum with differences between SPARC
4035         and generic Linux kernel signal numbers.
4036         (sparc32_linux_gdb_signal_from_target): New function.
4037         (sparc32_linux_gdb_signal_to_target): Likewise.
4038         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4039         to the functions defined above.
4040         * xtensa-linux-tdep.c: Define enum with differences between
4041         Xtensa and Linux kernel generic signals.
4042         (xtensa_linux_gdb_signal_from_target): New function.
4043         (xtensa_linux_gdb_signal_to_target): Likewise.
4044         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4045         to the functions defined above.
4046         * mips-linux-tdep.c: Define enum with differences between
4047         signals in MIPS and Linux kernel generic ones.
4048         (mips_gdb_signal_to_target): New function.
4049         (mips_gdb_signal_from_target): Redefine to use new enum, handle
4050         only different signals from the Linux kernel generic.
4051         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4052         the functions defined above.
4053         * mips-linux-tdep.h (enum mips_signals): Remove.
4054
4055 2013-08-09  Pedro Alves  <palves@redhat.com>
4056
4057         * avr-tdep.c (XMALLOC): Delete macro.
4058         * cli/cli-dump.c (XMALLOC): Delete macro.
4059
4060 2013-08-09  Pedro Alves  <palves@redhat.com>
4061
4062         * cli/cli-dump.c: Don't include cli/cli-dump.h.
4063         (scan_expression_with_cleanup, scan_filename_with_cleanup)
4064         (fopen_with_cleanup, add_dump_command): Make static.
4065         * cli/cli-dump.h: Delete file.
4066         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4067         cli/cli-dump.h.
4068
4069 2013-08-09  Pedro Alves  <palves@redhat.com>
4070
4071         * tracepoint.c (tfile_start): Show tilde-expanded filename in
4072         error message.
4073
4074 2013-08-09  Pedro Alves  <palves@redhat.com>
4075
4076         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4077         error message.
4078
4079 2013-08-09  Pedro Alves  <palves@redhat.com>
4080
4081         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4082         (gcore_command): Use tilde_expand here, and when showing the
4083         filename to the user, show the expanded version.
4084
4085 2013-08-09  Yao Qi  <yao@codesourcery.com>
4086
4087         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4088         'entryval' is set.
4089
4090 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
4091
4092         * gcore.c (create_gcore_bfd): Use tilde_expand.
4093
4094 2013-08-08  Yao Qi  <yao@codesourcery.com>
4095
4096         * frame.h (read_frame_local): Declare.
4097         * mi/mi-cmd-stack.c (list_args_or_locals): Call
4098         read_frame_local.
4099         * stack.c (read_frame_local): New.
4100
4101 2013-08-08  Yao Qi  <yao@codesourcery.com>
4102
4103         * mi/mi-cmd-stack.c: Update comments to function
4104         list_args_or_locals.
4105
4106 2013-08-07  Tom Tromey  <tromey@redhat.com>
4107
4108         PR symtab/15028:
4109         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4110         (process_psymtab_comp_unit_reader): Use it.
4111         (process_psymtab_comp_unit): Update.  Add "pretend_language"
4112         argument.
4113         (dwarf2_build_psymtabs_hard): Update.
4114         (scan_partial_symbols): Pass CU's language to
4115         process_psymtab_comp_unit.
4116
4117 2013-08-07  Tom Tromey  <tromey@redhat.com>
4118
4119         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4120         (dwarf2_gdb_index_functions): Update.
4121         * psymtab.c (find_symbol_file_from_partial): Remove.
4122         (psym_functions): Update.
4123         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4124         Remove.
4125
4126 2013-08-07  Tom Tromey  <tromey@redhat.com>
4127
4128         * symfile.c (set_initial_language): Look up "main" symbol
4129         and use its language.
4130         * symtab.c (find_main_filename): Remove.
4131         * symtab.h (find_main_filename): Remove.
4132
4133 2013-08-07  Tom Tromey  <tromey@redhat.com>
4134
4135         * dwarf2read.c (recursively_compute_inclusions): Add
4136         "immediate_parent" argument.  Set symtab's "user" field
4137         if not set.
4138         (compute_symtab_includes): Update.
4139
4140 2013-08-07  Tom Tromey  <tromey@redhat.com>
4141
4142         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4143         when adding label symbols.
4144
4145 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4146             Ulrich Weigand  <uweigand@de.ibm.com>
4147
4148         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4149         * configure.host (powerpc64-*-aix*): Likewise.
4150
4151 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4152             Ulrich Weigand  <uweigand@de.ibm.com>
4153
4154         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4155         is defined.
4156         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4157         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4158         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4159         * configure.ac: Check for ptrace64.
4160         * configure, config.in: Regenerate.
4161
4162 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4163             Ulrich Weigand  <uweigand@de.ibm.com>
4164
4165         * aixthread.c: Call ptrace64 instead of ptracex if defined.
4166         Call ptrace64 instead of ptrace if defined.
4167         Add macro addr_ptr to take care of ptrace address argument.
4168         (pdc_read_regs): Likewise.
4169         (pdc_write_regs): Likewise.
4170         (aix_thread_resume): Likewise.
4171         (fetch_regs_kernel_thread): Likewise.
4172         (store_regs_kernel_thread): Likewise.
4173
4174 2013-08-07  Anton Blanchard  <anton@samba.org>
4175
4176         * MAINTAINERS: Add myself to Write After Approval.
4177
4178 2013-08-05  Tom Tromey  <tromey@redhat.com>
4179
4180         * aix-thread.c (_initialize_aix_thread): Use
4181         complete_target_initialization.
4182         * bsd-uthread.c (_initialize_bsd_uthread): Use
4183         complete_target_initialization.
4184         * dec-thread.c (_initialize_dec_thread): Use
4185         complete_target_initialization.
4186         * ravenscar-thread.c (_initialize_ravenscar): Use
4187         complete_target_initialization.
4188         * sol-thread.c (_initialize_sol_thread): Use
4189         complete_target_initialization.
4190         * spu-multiarch.c (_initialize_spu_multiarch): Use
4191         complete_target_initialization.
4192
4193 2013-08-05  Tom Tromey  <tromey@redhat.com>
4194
4195         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4196         * ada-lang.c (ada_lookup_simple_minsym): Return
4197         bound_minimal_symbol.
4198         * ada-lang.h (ada_lookup_simple_minsym): Update.
4199         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4200         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4201         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4202         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4203         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4204         * minsyms.c (msymbol_objfile): Remove.
4205         (lookup_minimal_symbol_internal): New function, from
4206         lookup_minimal_symbol.
4207         (lookup_minimal_symbol): Rewrite using
4208         lookup_minimal_symbol_internal.
4209         (lookup_bound_minimal_symbol): New function.
4210         * minsyms.h (msymbol_objfile): Remove.
4211         (lookup_bound_minimal_symbol): Declare.
4212         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4213         * parse.c (write_exp_msymbol): Change parameter to a
4214         bound_minimal_symbol.
4215         (write_dollar_variable): Use lookup_bound_minimal_symbol.
4216         * parser-defs.h (write_exp_msymbol): Update.
4217         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4218         * symfile.c (simple_read_overlay_table): Use
4219         lookup_bound_minimal_symbol.
4220         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4221         (search_symbols): Likewise.
4222         (print_msymbol_info): Take a bound_minimal_symbol argument.
4223         (symtab_symbol_info, rbreak_command): Update.
4224         * symtab.h (struct symbol_search) <msymbol>: Change type
4225         to bound_minimal_symbol.
4226         * valops.c (find_function_in_inferior): Use
4227         lookup_bound_minimal_symbol.
4228         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4229
4230 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4231
4232         Code cleanup.
4233         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4234         to ...
4235         (async_cleanup_sigint_signal_handler): ... this.
4236         (initialize_sigint_signal_handler): Remove declaration.
4237         (handle_remote_sigint): Rename the declaration to ...
4238         (async_handle_remote_sigint): ... this.
4239         (handle_remote_sigint_twice): Rename the declaration to ...
4240         (async_handle_remote_sigint_twice): ... this.
4241         (async_remote_interrupt, async_remote_interrupt_twice)
4242         (remote_interrupt): Remove the declarations.
4243         (remote_interrupt_twice): Rename the declaration ...
4244         (sync_remote_interrupt_twice): ... this.
4245         (sigint_remote_twice_token): Rename the variable to ...
4246         (async_sigint_remote_twice_token): ... this.
4247         (sigint_remote_token): Rename the variable to ...
4248         (async_sigint_remote_token): ... this.
4249         (initialize_sigint_signal_handler): Rename the function to ...
4250         (async_initialize_sigint_signal_handler): ... this.  Update the name
4251         inside.
4252         (handle_remote_sigint): Rename the function to ...
4253         (async_handle_remote_sigint): ... this.  Update the names inside.
4254         (handle_remote_sigint_twice): Rename the function to ...
4255         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
4256         (cleanup_sigint_signal_handler): Rename the function to ...
4257         (async_cleanup_sigint_signal_handler): ... this.
4258         (remote_interrupt): Rename the function to ...
4259         (sync_remote_interrupt): this.  Update the names inside.
4260         (remote_interrupt_twice): Rename the function to ...
4261         (sync_remote_interrupt_twice): this.  Update the names inside.
4262         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4263         (_initialize_remote): Update the names inside.
4264
4265 2013-08-02  Tom Tromey  <tromey@redhat.com>
4266
4267         PR symtab/15719:
4268         * breakpoint.c (update_watchpoint, watchpoint_check)
4269         (watch_command_1): Update.
4270         * eval.c (fetch_subexp_value): Add "preserve_errors"
4271         parameter.
4272         * ppc-linux-nat.c (check_condition): Update.
4273         * value.h (fetch_subexp_value): Update.
4274
4275 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
4276
4277         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4278         add_file_handler.
4279
4280 2013-08-01  Doug Evans  <dje@google.com>
4281
4282         PR symtab/15691
4283         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4284         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4285         Add assert of sig_entry->dwo_unit == NULL.
4286         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4287         had already been read.
4288         (read_signatured_type): Set per_cu.tu_read.
4289
4290         PR symtab/15695
4291         * valops.c (value_struct_elt): Add missing call to check_typedef.
4292         (value_find_oload_method_list): Ditto.
4293
4294         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4295         effectively, struct symbol_search **.
4296         (make_cleanup_free_search_symbols): Change arg to struct
4297         symbol_search **.  All callers updated.
4298         (compare_search_syms): Compare symtab file name and block as well.
4299         (search_symbols_equal): New function.
4300         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4301         New args new_head, new_tail.  Result is now void.  Remove dups after
4302         sorting the symbols.
4303         (search_symbols): Sort all found symbols once, after all have been
4304         found, and remove duplicates.  Simplify cleanup tracking of result.
4305         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4306
4307         Further workarounds for binutils/15021.
4308         * dwarf2read.c (recursively_compute_inclusions): Change type of result
4309         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
4310         Watch for duplicate symtabs coming from type units.
4311         (compute_symtab_includes): Update call to
4312         recursively_compute_inclusions. Build vector of included symtabs
4313         instead of per_cus.
4314         * symtab.h (symtab_ptr): New typedef.
4315         (DEF_VEC_P (symtab_ptr)): New VEC type.
4316         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
4317         instead.
4318
4319 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
4320
4321         * cli/cli-script.c (script_from_file): Remove use of
4322         error_pre_print.
4323         * main.c (captured_main): Remove use of error_pre_print and
4324         quit_pre_print.
4325         * utils.c (error_pre_print, quit_pre_print): Remove.
4326         * utils.h (error_pre_print, quit_pre_print): Likewise.
4327
4328 2013-08-01  Yao Qi  <yao@codesourcery.com>
4329
4330         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4331         with mi_getopt.
4332         (mi_cmd_stack_list_variables): Likewise.
4333
4334 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4335
4336         * exceptions.c (deprecated_throw_reason): Remove.
4337         * exceptions.h (deprecated_throw_reason): Remove.
4338
4339 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4340
4341         * remote-mips.c (mips_error): Replace use of
4342         deprecated_throw_reason with throw_verror.  Use the error message
4343         passed to mips_error as the error message for throw_verror.
4344
4345 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4346
4347         * monitor.c (monitor_interrupt_query): Replace use of
4348         deprecated_throw_reason with quit.
4349         * nto-procfs.c (interrupt_query): Likewise.
4350         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4351         * remote-mips.c (mips_kill): Likewise.
4352         * remote.c (interrupt_query): Likewise.
4353
4354 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4355
4356         * utils.c (internal_verror): Replace use of deprecated_throw_reason
4357         with call to fatal.
4358
4359 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
4360             Yao Qi  <yao@codesourcery.com>
4361
4362         * tracepoint.c (trace_dump_command): Select the current frame.
4363
4364 2013-07-30  Doug Evans  <dje@google.com>
4365
4366         * dwarf2read.c (process_queue): Add type signature to debug output.
4367
4368 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4369
4370         * value.c (value_fetch_lazy): Mark optimized out values as such
4371         rather than raising an error.
4372
4373 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4374
4375         * value.c (value_fetch_lazy): Ensure parent value is not lazy
4376         before checking which bits of the parent, not the child, value are
4377         valid.
4378
4379 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
4380
4381         PR gdb/15715
4382         * top.c: Include "filenames.h".
4383         (set_history_filename): New function.
4384         (init_main): Install it as set hook of the "set history filename"
4385         command.
4386
4387 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4388
4389         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4390         attribute parameter.
4391         (dwarf2_const_value_data): Constify struct attribute parameter.
4392         (dwarf2_const_value): Constify struct attribute parameter.
4393         (dwarf2_const_value_attr): Constify struct attribute parameter.
4394         (lookup_die_type): Constify struct attribute parameter.
4395         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4396         (follow_die_ref_or_sig): Constify struct attribute parameter.
4397         (follow_die_ref): Constify struct attribute parameter.
4398         (follow_die_sig): Constify struct attribute parameter.
4399         (get_DW_AT_signature_type): Constify struct attribute parameter.
4400         (get_type_unit_group): Constify struct attribute parameter.
4401         (fill_in_loclist_baton): Constify struct attribute parameter.
4402         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4403         (type_unit_group): Constify struct attribute parameter.
4404
4405 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4406
4407         * dwarf2read.c (attr_form_is_block): Make argument const.
4408         (attr_form_is_section_offset): Make argument const.
4409         (attr_form_is_constant): Make argument const.
4410         (attr_form_is_ref): Make argument const.
4411
4412 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4413
4414         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4415         All uses updated.
4416         (attr_form_is_ref): Moved below attr_form_is_constant.
4417
4418 2013-07-29  Doug Evans  <dje@google.com>
4419
4420         * main.c (captured_command_loop): Tweak comment.
4421
4422         * target.c (target_async_permitted_1): Fix comment.
4423
4424         * symtab.c (iterate_over_some_symtabs): Add comment.
4425
4426         * symtab.c (iterate_over_some_symtabs): Fix indentation.
4427
4428 2013-07-27  Yao Qi  <yao@codesourcery.com>
4429
4430         * NEWS: Mention that GDBserver now supports hardware
4431         watchpoints on the MIPS GNU/Linux target.
4432
4433 2013-07-27  Yao Qi  <yao@codesourcery.com>
4434
4435         * Makefile.in (HFILES_NO_SRCDIR): Add
4436         common/mips-linux-watch.h.
4437         (mips-linux-watch.o): New rule.
4438         * common/mips-linux-watch.c: New.
4439         * common/mips-linux-watch.h: New.
4440         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4441         * mips-linux-nat.c: Include mips-linux-watch.h.
4442         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4443         to common/mips-linux-watch.h.
4444         (MAX_DEBUG_REGISTER): Likewise.
4445         (enum pt_watch_style): Likewise.
4446         (struct mips32_watch_regs): Likewise.
4447         (struct mips64_watch_regs): Likewise.
4448         (struct pt_watch_regs): Likewise.
4449         (struct mips_watchpoint): Likewise.
4450         (mips_linux_watch_get_irw_mask): Move to
4451         common/mips-linux-watch.c.
4452         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4453         (mips_linux_watch_get_watchlo): Likewise.
4454         (mips_linux_watch_set_watchlo): Likewise.
4455         (mips_linux_watch_get_watchhi): Likewise.
4456         (mips_linux_watch_set_watchhi): Likewise.
4457         (mips_linux_read_watch_registers): Likewise.
4458         (mips_linux_watch_type_to_irw): Likewise.
4459         (mips_linux_stopped_data_address, fill_mask): Likewise.
4460         (mips_linux_watch_try_one_watch): Likewise.
4461         (mips_linux_watch_populate_regs): Likewise.
4462
4463 2013-07-27  Yao Qi  <yao@codesourcery.com>
4464
4465         * mips-linux-nat.c (get_irw_mask): Rename to ...
4466         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
4467         'set' to 'n'.  Update function comment.  All callers changed.
4468         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
4469         function comment.  All callers changed.
4470         (get_num_valid): Rename to ...
4471         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
4472         'set' to 'n'.  Update function comment.  All callers changed.
4473         (get_watchlo): Rename to ...
4474         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
4475         'set' to 'n'.  Update function comment.  All callers changed.
4476         (set_watchlo): Rename to ...
4477         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
4478         'set' to 'n'.  Update function comment.  All callers changed.
4479         (get_watchhi): Rename to ...
4480         (mips_linux_watch_get_watchhi): ... this.  Update function
4481         comment.  All callers changed.
4482         (set_watchhi): Rename to ...
4483         (mips_linux_watch_set_watchhi): ... this.  Update function
4484         comment.  All callers changed.
4485         (mips_linux_read_watch_registers): Update function comment.
4486         Add new parameters 'lwpid', 'watch_readback', and
4487         'watch_readback_valid'.  Update.
4488         (type_to_irw): Rename to ...
4489         (mips_linux_watch_type_to_irw): ... this.  Update function
4490         comment.  All callers changed.
4491         (fill_mask): Update function comment.
4492         (try_one_watch): Rename to ...
4493         (mips_linux_watch_try_one_watch): ... this.  Change the type
4494         of parameter 'irw' from 'unsigned' to 'uint32_t'.
4495         (populate_regs_from_watches): Rename to ...
4496         (mips_linux_watch_populate_regs): ... this.  Add parameter
4497         'current_watches'.  All callers changed.
4498
4499 2013-07-27  Yao Qi  <yao@codesourcery.com>
4500
4501         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4502         the code.
4503         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4504         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4505         (struct pt_watch_regs): Likewise.
4506         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4507         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4508         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4509         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4510         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4511
4512 2013-07-27  Yao Qi  <yao@codesourcery.com>
4513
4514         * breakpoint.h: Include break-common.h.
4515         (enum target_hw_bp_type): Move to ...
4516         * common/break-common.h: ... here.  New.
4517
4518 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
4519
4520         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4521         process group regardless of having tty on stdin.
4522
4523 2013-07-25  Doug Evans  <dje@google.com>
4524
4525         * linux-fork.h (detach_fork): Delete.
4526
4527 2013-07-25  Tom Tromey  <tromey@redhat.com>
4528
4529         PR remote/15256, PR remote/15266:
4530         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4531         * monitor.c (monitor_detach): Use unpush_target.
4532         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4533         * remote-mips.c (mips_detach): Use unpush_target.  Don't
4534         call mips_close.
4535         * remote-sim.c (gdbsim_detach): Use unpush_target.
4536         * target.c (pop_target): Remove.
4537         (pop_all_targets_above): Don't call target_close.
4538         (target_close): Assert that the target is unpushed.
4539         * target.h (pop_target): Don't declare.
4540         * tracepoint.c (tfile_open): Use unpush_target.
4541
4542 2013-07-25  Tom Tromey  <tromey@redhat.com>
4543
4544         * linux-thread-db.c (init_thread_db_ops): Call
4545         complete_target_initialization.
4546         (_initialize_thread_db): Don't call add_target.
4547         * target.c (complete_target_initialization): New function.
4548         (add_target_with_completer): Call it.
4549         * target.h (complete_target_initialization): Declare.
4550
4551 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
4552
4553         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4554         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4555         (HPPANBSD_SIZEOF_GREGS): New define.
4556         (hppaobsd_supply_gregset): Handle additional registers.
4557         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4558         we provide more registers now.
4559         (hppabsd_supply_gregset): Supply additional registers.
4560         (hppabsd_collect_gregset): Collect additional registers.
4561
4562 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
4563
4564         * hppabsd-tdep.c: Include "dwarf2-frame.h".
4565         (hppabsd_dwarf2_frame_init_reg): New function.
4566         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4567
4568 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
4569
4570         * mi/mi-main.c (output_register): Make MI 'r' format use standard
4571         'z' format code.  Remove error for optimized out values, standard
4572         code will handle these fine.
4573
4574 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
4575
4576         * NEWS: Mention new 'z' formatter.
4577         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4578         (_initialize_printcmd): Mention 'z' formatter in help text of the
4579         'x' command.
4580
4581 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
4582
4583         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4584         formatting.
4585
4586 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
4587
4588         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4589         interface can evaluate arguments.  Fallback to the old mode if it
4590         cannot.
4591         (create_exception_master_breakpoint): Likewise.
4592         * elfread.c (elf_can_evaluate_probe_arguments): New function.
4593         (struct sym_probe_fns elf_probe_fns): Export function above to the
4594         probe interface.
4595         * probe.c (can_evaluate_probe_arguments): New function.
4596         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4597         function pointer.
4598         (can_evaluate_probe_arguments): New function prototype.
4599         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4600         probe interface can evaluate arguments.  Fallback to the old mode
4601         if it cannot.
4602         * stap-probe.c (stap_get_probe_argument_count): Check if probe
4603         interface can evaluate arguments.  Warning the user if it cannot.
4604         (stap_can_evaluate_probe_arguments): New function.
4605         (struct probe_ops stap_probe_ops): Export function above to the
4606         probe interface.
4607         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4608         New function pointer.
4609
4610 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
4611
4612         * Makefile.in (SFILES): Add common/target-common.c.
4613         Add common/target-common.h to headers.
4614         (COMMON_OBS): Add target-common.o.
4615         (target-common.o): New target.
4616         * linux-nat.h (resume_kind): Move to common/target-common.h.
4617         * target.c (target_waitstatus_to_string): Move to
4618         common/target-common.c.
4619         * target.h: Include target-common.h.
4620         (target_waitkind): Move to common/target-common.h.
4621         (target_waitstatus): Likewise.
4622         (TARGET_WNOHANG): Likewise.
4623         * common/target-common.c: New file.
4624         * common/target-common.h: New file.
4625
4626 2013-07-24  Doug Evans  <dje@google.com>
4627
4628         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4629         a warning.
4630
4631 2013-07-23  Yao Qi  <yao@codesourcery.com>
4632
4633         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4634         parameter 'gdbarch'.
4635         (i386_stack_tramp_frame_sniffer): Caller update.
4636         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4637         parameter 'gdbarch' and 'target'.
4638         (i386_linux_core_read_description): Caller update.
4639         * amd64-linux-tdep.c (amd64_linux_core_read_description):
4640         Likewise.
4641         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4642         declaration.
4643
4644 2013-07-23  Tom Tromey  <tromey@redhat.com>
4645
4646         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4647         2013-07-22.
4648
4649 2013-07-22  Doug Evans  <dje@google.com>
4650
4651         * exec.h (remove_target_sections): Delete arg abfd.
4652         * exec.c (exec_close): Update call to remove_target_sections.
4653         (remove_target_sections): Delete arg abfd.
4654         * solib.c (update_solib_list): Ditto.
4655         (reload_shared_libraries_1): Ditto.
4656         (clear_solib): Ditto, and unconditionally call remove_target_sections.
4657         * target.h (struct target_section): Rename key to owner.
4658         All uses updated.
4659
4660 2013-07-22  Tom Tromey  <tromey@redhat.com>
4661
4662         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4663
4664 2013-07-22  Tom Tromey  <tromey@redhat.com>
4665
4666         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4667         Simplify cleanup handling.
4668
4669 2013-07-22  Tom Tromey  <tromey@redhat.com>
4670
4671         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4672         on all return paths.
4673
4674 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4675
4676         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4677         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4678         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4679
4680 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
4681
4682         * top.c (print_gdb_version): Add help, apropos description and
4683         url to online documentation.
4684
4685 2013-07-19  Hui Zhu  <hui@codesourcery.com>
4686
4687         PR gdb/15692
4688         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4689
4690 2013-07-19  Yao Qi  <yao@codesourcery.com>
4691
4692         * target.c (update_current_target): Change the default action
4693         of 'to_traceframe_info' from tcomplain to return_zero.
4694         * target.h (struct target_ops) <to_traceframe_info>: Add more
4695         comments.
4696         * valops.c (read_value_memory): Call
4697         traceframe_available_memory unconditionally.
4698
4699 2013-07-18  Yao Qi  <yao@codesourcery.com>
4700
4701         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
4702         if the name is prefixed by "__imp_" or "_imp_", look for minimal
4703         symbol without prefix.  If found, set its type to
4704         'mst_solib_trampoline'.
4705
4706 2013-07-17  Doug Evans  <dje@google.com>
4707
4708         * NEWS: Mention "set print raw frame-arguments".
4709         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
4710         * stack.c (print_raw_frame_arguments): New static global.
4711         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
4712         (_initialize_stack): New command "set/show print raw frame-arguments".
4713         * valprint.c (setprintrawlist, showprintrawlist): New globals.
4714         (set_print_raw, show_print_raw): New functions.
4715         (_initialize_valprint): New prefix command "set/show print raw".
4716         * valprint.h (value_print_options): Improve comments.
4717
4718         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
4719         of all *list variables.
4720
4721         * gdbcmd.h (togglelist): Delete.
4722         * cli/cli-cmds.c (togglelist): Delete.
4723         (init_cmd_lists): Update.
4724         * cli/cli-cmds.h (togglelist): Delete.
4725
4726 2013-07-17  Tom Tromey  <tromey@redhat.com>
4727
4728         * dwarf2read.c (dwarf2_per_objfile_free): Clear
4729         dwarf2_per_objfile.
4730
4731 2013-07-16  Doug Evans  <dje@google.com>
4732
4733         * nto-tdep.c (nto_relocate_section_addresses): Update,
4734         target_section.bfd deleted.
4735         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
4736         * s390-tdep.c (s390_load): Ditto.
4737         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
4738
4739 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
4740
4741         * common/format.c (parse_format_string): Add checks for NULL
4742         character before calling strchr.
4743
4744 2013-07-16  Doug Evans  <dje@google.com>
4745
4746         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
4747         temp_pathname argument.
4748         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
4749         when opening the file fails.
4750
4751         * target.h (struct target_section): Delete member bfd.
4752         All users updated to use the_bfd_section->owner instead.
4753         * exec.c (add_to_section_table): Assert bfd is expected value.
4754         Remove initialization of target_section.bfd.
4755         (remove_target_sections): Update.
4756         (section_table_available_memory): Update.
4757         (section_table_xfer_memory_partial): Update.
4758         (print_section_info): Update.
4759         (exec_set_section_address): Update.
4760         * record-full.c (record_full_core_xfer_partial): Update.
4761         * solib-svr4.c (svr4_relocate_section_addresses): Update.
4762         * solib-target.c (solib_target_relocate_section_addresses): Update.
4763         * symfile.c (build_section_addr_info_from_section_table): Update.
4764         * target.c (memory_xfer_live_readonly_partial): Update.
4765         (memory_xfer_partial_1): Update.
4766
4767 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4768
4769         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
4770         now available for embedded (BookE) and server (BookS) processors,
4771         correct mentions of 'booke' and adjust comments accordingly in order to
4772         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
4773         (have_ptrace_booke_interface): Rename function and variable
4774         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
4775         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
4776         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
4777         'hwdebug_point_cmp'. Update all uses.
4778         (booke_find_thread_points_by_tid): Rename function
4779         'booke_find_thread_points_by_tid' to
4780         'hwdebug_find_thread_points_by_tid'. Update all uses.
4781         (booke_insert_point): Rename function 'booke_insert_point' to
4782         'hwdebug_insert_point'. Update all uses.
4783         (booke_remove_point): Rename function 'booke_remove_point' to
4784         'hwdebug_remove_point'. Update all uses.
4785
4786 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
4787
4788         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4789         numbers with enum values.
4790
4791 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
4792
4793         PR threads/13217
4794         * thread.c (thread_apply_all_command): Check for valid threads
4795         and thread count.
4796         (thread_array_cleanup): New struct.
4797         (set_thread_refcount): New function.
4798
4799 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
4800
4801         * infcmd.c (default_print_one_register_info): Reuse function
4802         print_hex_chars.
4803
4804 2013-07-10  Tom Tromey  <tromey@redhat.com>
4805
4806         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4807         (ada-exp.o): New target.
4808
4809 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
4810
4811         * mt-tdep.c (mt_registers_info): Call
4812         get_no_prettyformat_print_options instead of
4813         get_raw_print_options (regression by last patch from Doug
4814         Evans).
4815
4816 2013-07-09  Pedro Alves  <palves@redhat.com>
4817
4818         Checked in by Joel Brobecker  <brobecker@adacore.com>.
4819         * ada-lang.c (coerce_unspec_val_to_type): Use
4820         value_optimized_out_const.
4821         * value.c (value_optimized_out_const): New function.
4822         * value.h (value_optimized_out_const): New declaration.
4823
4824 2013-07-09  Doug Evans  <dje@google.com>
4825
4826         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4827         Enum values rename as well.  All uses updated.
4828         * valprint.h (value_print_options): Rename member pretty to
4829         pretty format.  Rename member prettyprint_arrays to
4830         prettyformat_arrays.  Rename member prettyprint_structs to
4831         prettyformat_structs.  All uses updated.
4832         (get_no_prettyformat_print_options): Renamed from
4833         get_raw_print_options.
4834         * valprint.c (get_no_prettyformat_print_options): Renamed from
4835         get_raw_print_options.  All callers updated.
4836         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4837         All callers updated.
4838         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4839         All callers updated.
4840         (_initialize_valprint): Improve help text for "set print pretty" and
4841         "set print arrays".
4842
4843 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
4844
4845         * value.c (value_bits_valid): Revert previous change, and change
4846         by Pedro on 2013-07-04, due to regressions in
4847         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4848
4849 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
4850             Pedro Alves  <palves@redhat.com>
4851
4852         * value.c (value_bits_valid): If the value is not lval_computed
4853         or has no check validity handler then the answer is the
4854         optimized_out flag, otherwise defer to the handler.
4855
4856 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
4857
4858         * top.c (print_gdb_configuration): Explain in output of
4859         --configuration what does "relocatable" mean.
4860
4861         * main.c (print_gdb_help): Regroup options in the --help text.
4862         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4863         the relevant discussions.
4864
4865 2013-07-06  Yao Qi  <yao@codesourcery.com>
4866
4867         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4868         Remove parameter 'lsal'.
4869         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4870         to inner block.  Caller update.
4871         (base_breakpoint_create_breakpoints_sal): Update.
4872         (bkpt_create_breakpoints_sal): Likewise.
4873         (tracepoint_create_breakpoints_sal): Likewise.
4874         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4875         element 0 of vector 'canonical->sals'.
4876
4877 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
4878
4879         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4880         register number instead of the pseudo register one.
4881         (rs6000_dwarf2_reg_to_regnum): Likewise.
4882
4883 2013-07-04  Pedro Alves  <palves@redhat.com>
4884
4885         * findvar.c (value_of_register): Use allocate_optimized_out_value
4886         if the register has been optimized out, instead of
4887         set_value_optimized_out.
4888         * frame-unwind.c (frame_unwind_got_optimized): Use
4889         allocate_optimized_out_value.
4890
4891 2013-07-04  Pedro Alves  <palves@redhat.com>
4892
4893         * value.c (value_bits_valid): If the value is not lval_computed,
4894         or doesn't have a check_validity hook, assume the value is entirely
4895         valid.
4896
4897 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
4898
4899         * stack.c (read_frame_arg): No longer fetch lazy values.
4900         * value.c (value_optimized_out): If the value is not already
4901         marked optimized out, and is lazy then fetch it.
4902         (value_primitive_field): Move optimized out check to later in the
4903         function, after we have loaded any lazy values.
4904         (value_fetch_lazy): Use optimized out flag directly rather than
4905         calling optimized_out method.
4906
4907 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
4908
4909         * valops.c: Don't include "user-regs.h".
4910         (value_fetch_lazy): Moved to value.c.
4911         * value.c: Include "user-regs.h".
4912         (value_fetch_lazy): Moved from valops.c.
4913
4914 2013-07-04  Yao Qi  <yao@codesourcery.com>
4915
4916         Revert:
4917         2013-06-27  Yao Qi  <yao@codesourcery.com>
4918
4919         * common/create-version.sh: Update comments.  Handle the case
4920         that TARGET_ALIAS is empty.
4921
4922 2013-07-03  Pedro Alves  <palves@redhat.com>
4923
4924         * Makefile.in (config.status): Depend on development.sh.
4925         (aclocal_m4_deps): Add libmcheck.m4.
4926         * acinclude.m4: Include libmcheck.m4.
4927         * configure.ac: Source development.sh instead of setting
4928         'development' here.  --enable-libmcheck/--disable-libmcheck code
4929         factored out to GDB_AC_LIBMCHECK.  Run it.
4930         * development.sh: New file.
4931         * libmcheck.m4: New file.
4932         * configure: Regenerate.
4933
4934 2013-07-02  Tom Tromey  <tromey@redhat.com>
4935
4936         * contrib/ari/update-web-ari.sh: Update for version.in change.
4937
4938 2013-07-02  Tom Tromey  <tromey@redhat.com>
4939
4940         * common/ptid.h: Comment fixes.
4941
4942 2013-07-01  Tom Tromey  <tromey@redhat.com>
4943
4944         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
4945         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
4946         (dwarf2_read_index, create_all_comp_units): Update.
4947
4948 2013-07-01  Tom Tromey  <tromey@redhat.com>
4949
4950         * configure.ac (build_warnings): Add -Wold-style-definition.
4951         * configure: Rebuild.
4952         * machoread.c (_initialize_machoread): Use "(void)".
4953         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
4954         use "(void)".
4955
4956 2013-07-01  Tom Tromey  <tromey@redhat.com>
4957
4958         * configure.ac (build_warnings): Add -Wold-style-declaration.
4959         * configure: Rebuild.
4960         * dsrec.c (make_srec): Use "static const", not "const static".
4961         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
4962         not "const static".
4963         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
4964         Use "static const", not "const static".
4965         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
4966         not "const static".
4967         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4968         not "const static".
4969         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4970         not "const static".
4971         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4972         not "const static".
4973         (v850_dbtrap_breakpoint_from_pc): Likewise.
4974         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4975         not "const static".
4976
4977 2013-07-01  Tom Tromey  <tromey@redhat.com>
4978
4979         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4980         * configure: Rebuild.
4981
4982 2013-07-01  Pedro Alves  <palves@redhat.com>
4983
4984         * defs.h: Include "pathmax.h".
4985         * utils.c: Don't include sys/param.h.
4986         (gdb_realpath): Remove code that checks for MAXPATHLEN.
4987         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4988         instead of MAXPATHLEN.
4989         * solib-sunos.c: Don't include sys/param.h.
4990         * xcoffread.c: Don't include sys/param.h.
4991         * bsd-kvm.c: Don't include sys/param.h.
4992         * darwin-nat.c: Don't include sys/param.h.
4993         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4994         * darwin-nat-info.c: Don't include sys/param.h.
4995         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4996         MAXPATHLEN.
4997         * i386obsd-nat.c: Don't include sys/param.h.
4998         * inf-child.c: Don't include sys/param.h.
4999         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5000         * linux-fork.c: Don't include sys/param.h.
5001         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5002         * linux-nat.c: Don't include sys/param.h.
5003         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5004         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5005         * m68klinux-nat.c: Don't include sys/param.h.
5006         * nbsd-nat.c: Don't include sys/param.h.
5007         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5008         * ppc-linux-nat.c: Don't include sys/param.h.
5009         * rs6000-nat.c: Don't include sys/param.h.
5010         * spu-linux-nat.c. Don't include sys/param.h.
5011         * windows-nat.c: Don't include sys/param.h.
5012         * xtensa-linux-nat.c: Don't include sys/param.h.
5013         * config/i386/nm-fbsd.h: Don't include sys/param.h.
5014
5015 2013-07-01  Pedro Alves  <palves@redhat.com>
5016
5017         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5018         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5019         * gnulib/aclocal.m4: Regenerate.
5020         * gnulib/config.in: Regenerate.
5021         * gnulib/configure: Regenerate.
5022         * gnulib/import/pathmax.h: New file.
5023         * gnulib/import/Makefile.am: Regenerate.
5024         * gnulib/import/Makefile.in: Regenerate.
5025         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5026         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5027         * gnulib/import/m4/pathmax.m4: New file.
5028
5029 2013-07-01  Pedro Alves  <palves@redhat.com>
5030
5031         * configure.ac (GDBINIT): Define, depending on host.
5032         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5033         * top.c (PATH_MAX): Delete fallback definition.
5034         (GDBINIT_FILENAME): Delete.
5035         (gdbinit): Reimplement as const char array set to the GDBINIT
5036         string constant.
5037         * top.h (gdbinit): Make const.
5038         * configure, config.in: Regenerate.
5039
5040 2013-07-01  Pedro Alves  <palves@redhat.com>
5041
5042         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5043         * cli/cli-cmds.h (source_script): Likewise.
5044         * exceptions.c (catch_command_errors_const): New function.
5045         * exceptions.h (catch_command_errors_const): Declare.
5046         * main.c (get_init_files): Make parameters const, and adjust.
5047         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5048         'local_gdbinit' locals const.  Adjust to use
5049         catch_command_errors_const.
5050         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5051         'local_gdbinit' locals const.
5052
5053 2013-07-01  Pedro Alves  <palves@redhat.com>
5054
5055         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5056         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5057         * tracepoint.c: Don't check HAVE_UNISTD_H before including
5058         <unistd.h>.
5059
5060 2013-07-01  Pedro Alves  <palves@redhat.com>
5061
5062         Import the "unistd" gnulib module.
5063         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5064         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5065         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5066         import/m4/unistd_h.m4.
5067         * gnulib/aclocal.m4: Renenerate.
5068         * gnulib/config.in: Renenerate.
5069         * gnulib/configure: Renenerate.
5070         * gnulib/import/Makefile.am: Renenerate.
5071         * gnulib/import/Makefile.in: Renenerate.
5072         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5073         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5074         * gnulib/import/m4/off_t.m4: New file.
5075         * gnulib/import/m4/ssize_t.m4: New file.
5076         * gnulib/import/m4/sys_types_h.m4: New file.
5077         * gnulib/import/m4/unistd_h.m4: New file.
5078         * gnulib/import/sys_types.in.h: New file.
5079         * gnulib/import/unistd.c: New file.
5080         * gnulib/import/unistd.in.h: New file.
5081
5082 2013-07-01  Pedro Alves  <palves@redhat.com>
5083
5084         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5085         defined instead of checking HAVE_UNISTD_H.
5086
5087 2013-07-01  Pedro Alves  <palves@redhat.com>
5088
5089         Reimport gnulib from scratch.
5090         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5091         import/m4/onceonly.m4.
5092         * gnulib/aclocal.m4: Renegerate.
5093         * gnulib/config.in: Renegerate.
5094         * gnulib/configure: Renegerate.
5095         * gnulib/import/Makefile.in: Renegerate.
5096         * gnulib/import/extra/update-copyright: Renegerate.
5097         * gnulib/import/m4/onceonly.m4: Delete.
5098
5099 2013-07-01  Pedro Alves  <palves@redhat.com>
5100
5101         * tui/tui-regs.c (pagination_enabled): Delete declaration.
5102
5103 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5104
5105         Code cleanup.
5106         * remote.c (async_remote_interrupt_twice): Make it static.
5107         * remote.h (async_remote_interrupt_twice): Remove the declaration.
5108
5109 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5110
5111         * ia64-linux-tdep.c: Include <ctype.h>.
5112         (ia64_linux_stap_is_single_operand): New function.
5113         (ia64_linux_init_abi): Initialize SystemTap related attributes.
5114
5115 2013-06-28  Tom Tromey  <tromey@redhat.com>
5116
5117         * Makefile.in (version.c): Use version.in, not
5118         common/version.in.
5119         * common/create-version.sh: Likewise.
5120         * common/version.in: Move...
5121         * version.in: ...here.
5122
5123 2013-06-28  Pedro Alves  <palves@redhat.com>
5124
5125         * infrun.c (set_observer_mode): Don't declare pagination_enabled
5126         here.
5127         * utils.h (pagination_enabled): Declare.
5128
5129 2013-06-28  Pedro Alves  <palves@redhat.com>
5130
5131         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5132         Move higher up in file.
5133
5134 2013-06-28  Tom Tromey  <tromey@redhat.com>
5135
5136         * tracepoint.c (deprecated_readline_begin_hook)
5137         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5138         declare.
5139
5140 2013-06-28  Pedro Alves  <palves@redhat.com>
5141
5142         PR tui/14880
5143         * tui/tui-regs.c (tui_get_register): Fetch value contents before
5144         checking if they're available.
5145         * value.c (value_available_contents_eq): Change comment.
5146         * value.h (value_available_contents_eq): Expand comment.
5147
5148 2013-06-27  Tom Tromey  <tromey@redhat.com>
5149
5150         * target.c (find_run_target): Remove.
5151         * target.h (find_run_target): Remove.
5152
5153 2013-06-27  Tom Tromey  <tromey@redhat.com>
5154
5155         * corelow.c (core_gdbarch): Now static.
5156
5157 2013-06-27  Tom Tromey  <tromey@redhat.com>
5158
5159         * target.c (target_struct_index): Remove.
5160
5161 2013-06-27  Pedro Alves  <palves@redhat.com>
5162
5163         * infrun.c: Remove comment describing the 'stepping over runtime
5164         loader dynamic symbol resolution code' mechanism; moved to
5165         gdbint.texinfo.
5166
5167 2013-06-27  Pedro Alves  <palves@redhat.com>
5168
5169         * exceptions.c (catch_command_errors): Remove spurious space.
5170         * exceptions.h (catch_command_errors): Second parameter is "arg",
5171         not "command".
5172
5173 2013-06-27  Yao Qi  <yao@codesourcery.com>
5174
5175         * common/create-version.sh: Update comments.  Handle the case
5176         that TARGET_ALIAS is empty.
5177
5178 2013-06-26  Pedro Alves  <palves@redhat.com>
5179
5180         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5181         comment.
5182
5183 2013-06-26  Pedro Alves  <palves@redhat.com>
5184
5185         * infrun.c: Update comments on stepping over runtime loader
5186         dynamic symbol resolution code.
5187
5188 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
5189
5190         * ax-gdb.h (union exp_element): Forward declare.
5191         * parser-defs.h: Include expression.h.
5192
5193 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5194
5195         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5196
5197 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5198
5199         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5200
5201 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5202
5203         Fix trace-status to output proper start-time and stop-time.
5204         * tracepoint.c (trace_status_command): Fix type of printf arg to
5205         prevent improper type conversion.
5206         (trace_status_mi): Likewise.
5207
5208 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5209
5210         * mips-tdep.c (mips_next_pc): Fix a typo.
5211
5212 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5213
5214         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5215
5216 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5217             Yao Qi  <yao@codesourcery.com>
5218
5219         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5220         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5221         * mi/mi-main.c (print_variable_or_computed): New function.
5222         (mi_cmd_trace_frame_collected): New function.
5223         * tracepoint.c (find_trace_state_variable_by_number): New.
5224         (struct traceframe_info): Move to tracepoint.h
5225         (struct collection_list): Likewise.
5226         (do_collect_symbol): Include locals and arguments in the
5227         collected variables list.
5228         (clear_collection_list): Clear wholly collected variables list
5229         and computed variables list.
5230         (append_exp): New function.
5231         (encode_actions_1): Include variables in the wholly
5232         collected variables list.  Include memory ranges and
5233         full-fledged expressions in the computed expressions list.
5234         (encode_actions): Move some code to ...
5235         Return the cleanup chain.
5236         (encode_actions_rsp): ... here.  New function.
5237         (get_traceframe_location, get_traceframe_info): Remove static.
5238         * tracepoint.h (struct memrange): Moved from tracepoint.c.
5239         (struct collection_list): Moved from tracepoint.c.  Add two
5240         new fields 'wholly_collected' and 'computed'.
5241         (find_trace_state_variable_by_number): Declare.
5242         (encode_actions): Adjust declaration.
5243         (encode_actions_rsp): Declare.
5244         (get_traceframe_info, get_traceframe_location): Declare.
5245
5246         * NEWS: Mention new MI command -trace-frame-collected.
5247
5248 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5249             Yao Qi  <yao@codesourcery.com>
5250
5251         * ctf.c (ctf_traceframe_info): Push trace state variables
5252         present in the trace data into the traceframe info object.
5253         * breakpoint.c (DEF_VEC_I): Remove.
5254         * common/filestuff.c (DEF_VEC_I): Likewise.
5255         * dwarf2loc.c (DEF_VEC_I): Likewise.
5256         * mi/mi-main.c (DEF_VEC_I): Likewise.
5257         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5258         * features/traceframe-info.dtd: Add tvar element and its
5259         attributes.
5260         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5261         (build_traceframe_info): Push trace state variables present in
5262         the trace data into the traceframe info object.
5263         (traceframe_info_start_tvar): New function.
5264         (tvar_attributes): New.
5265         (traceframe_info_children): Add "tvar" element.
5266         * tracepoint.h (struct traceframe_info) <tvars>: New field.
5267
5268         * NEWS: Mention the change in GDB and GDBserver.
5269
5270 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5271             Yao Qi  <yao@codesourcery.com>
5272
5273         * tracepoint.c (trace_dump_command): Move code to ...
5274         (get_traceframe_location): ... here.  New.
5275
5276 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5277             Yao Qi  <yao@codesourcery.com>
5278
5279         * tracepoint.c (trace_dump_command): GDB emits an error
5280          instead of a warning when a traceframe is not selected.
5281
5282 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5283             Yao Qi  <yao@codesourcery.com>
5284
5285         * tracepoint.c (tracepoint_list, stepping_list): Remove.
5286         (clear_collection_list): Free fields 'aexpre_list' and 'list'
5287         in collection_list.
5288         (do_clear_collection_list, init_collection_list): New.
5289         (encode_actions): Add local variables 'tracepoint_list' and
5290         'stepping_list'.  Call init_collection_list and make cleanup
5291         which calls do_clear_collection_list.  Don't call
5292         clear_collection_list.
5293         (_initialize_tracepoint): Delete references to
5294         'tracepoint_list' and 'stepping_list'.
5295
5296 2013-06-25  Tom Tromey  <tromey@redhat.com>
5297
5298         * common/create-version.sh (date): Use "$", not "$$" in sed
5299         expression.
5300
5301 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
5302
5303         * NEWS (New targets): Add entry for TI MSP430.
5304
5305 2013-06-25  Yao Qi  <yao@codesourcery.com>
5306
5307         * remote.c (remote_start_remote): Move code to upload tsv
5308         earlier.
5309
5310 2013-06-25  Yao Qi  <yao@codesourcery.com>
5311             Hui Zhu  <hui@codesourcery.com>
5312             Pedro Alves  <palves@redhat.com>
5313
5314         PR breakpoints/15075
5315         PR breakpoints/15434
5316         * breakpoint.c (bpstat_stop_status): Call
5317         b->ops->after_condition_true.
5318         (update_dprintf_command_list): Don't append "continue" command
5319         to the command list of dprintf breakpoint.
5320         (base_breakpoint_after_condition_true): New function.
5321         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5322         (dprintf_after_condition_true): New function.
5323         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5324         * breakpoint.h (breakpoint_ops): Add after_condition_true.
5325
5326 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
5327
5328         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5329         (ALLDEPFILES): Add msp430-tdep.c.
5330         * configure.tgt (msp430*-*-elf): New target.
5331         * msp430-tdep.c: New file.
5332
5333 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5334
5335         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5336         microMIPS synthetic symbols.
5337
5338 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5339
5340         * objfiles.h (pc_in_section): New prototype.
5341         (in_plt_section): Remove name argument, replace prototype with
5342         static inline function.
5343         * mips-tdep.h: Include "objfiles.h".
5344         (in_mips_stubs_section): New function.
5345         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5346         in_solib_call_trampoline member.
5347         (hppa_in_solib_call_trampoline): Remove name argument.
5348         * objfiles.c (pc_in_section): New function.
5349         (in_plt_section): Remove function.
5350         * mips-linux-tdep.c: Include "objfiles.h".
5351         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
5352         name argument.  Return 1 rather than the low 16-bit halfword of
5353         any instruction examined.
5354         (mips_linux_in_dynsym_resolve_code): Update
5355         mips_linux_in_dynsym_stub call accordingly.
5356         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5357         rather than an equivalent hand-coded sequence.
5358         * hppa-hpux-tdep.c (in_opd_section): Remove function.
5359         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5360         (hppa64_hpux_in_solib_call_trampoline): Likewise.
5361         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5362         in_opd_section.
5363         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5364         on call to tdep->in_solib_call_trampoline.
5365         (hppa_in_solib_call_trampoline): Remove name argument, update
5366         according to in_plt_section change.
5367         (hppa_skip_trampoline_code): Update according to in_plt_section
5368         change.
5369         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5370         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5371         Likewise.
5372         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5373         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5374         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5375         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5376         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5377         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5378         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5379         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5380         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5381         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5382         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5383         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5384         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5385
5386 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
5387
5388         * common/create-version.sh: Fix expansion of $host_alias
5389         and $target_alias in generation of HOST_NAME and TARGET_NAME
5390         (resp.).
5391
5392 2013-06-24  Tom Tromey  <tromey@redhat.com>
5393
5394         * common/create-version.sh: New file.
5395         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5396         create-version.sh.
5397         (HFILES_NO_SRCDIR): Use common/version.h.
5398         * version.in: Move to ...
5399         * common/version.in: ... here.  Replace date with "DATE".
5400         * version.h: Move to ...
5401         * common/version.h: ... here.
5402
5403 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5404
5405         * gdb/gnulib/Makefile.in: Update date in copyright header.
5406         * gdb/gnulib/configure.ac: Ditto.
5407         * gdb/gnulib/update-gnulib.sh: Ditto.
5408
5409 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5410
5411         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5412         "gdb/gnulib/import".
5413
5414 2013-06-21  Will Newton  <will.newton@linaro.org>
5415
5416         * doublest.c (ldfrexp): Remove function.
5417         (convert_doublest_to_floatformat): Call frexpl instead of
5418         ldfrexp.
5419
5420 2013-06-21  Will Newton  <will.newton@linaro.org>
5421
5422         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5423         * gnulib/aclocal.m4: Regenerate.
5424         * gnulib/config.in: Regenerate.
5425         * gnulib/configure: Regenerate.
5426         * gnulib/import/Makefile.am: Update.
5427         * gnulib/import/Makefile.in: Update.
5428         * gnulib/import/m4/gnulib-cache.m4: Update.
5429         * gnulib/import/m4/gnulib-comp.m4: Update.
5430         * gnulib/import/float+.h: Import.
5431         * gnulib/import/float.c: Import.
5432         * gnulib/import/float.in.h: Import.
5433         * gnulib/import/fpucw.h: Import.
5434         * gnulib/import/frexp.c: Import.
5435         * gnulib/import/frexpl.c: Import.
5436         * gnulib/import/isnan.c: Import.
5437         * gnulib/import/isnand-nolibm.h: Import.
5438         * gnulib/import/isnand.c: Import.
5439         * gnulib/import/isnanl-nolibm.h: Import.
5440         * gnulib/import/isnanl.c: Import.
5441         * gnulib/import/itold.c: Import.
5442         * gnulib/import/m4/exponentd.m4: Import.
5443         * gnulib/import/m4/exponentl.m4: Import.
5444         * gnulib/import/m4/float_h.m4: Import.
5445         * gnulib/import/m4/fpieee.m4: Import.
5446         * gnulib/import/m4/frexp.m4: Import.
5447         * gnulib/import/m4/frexpl.m4: Import.
5448         * gnulib/import/m4/isnand.m4: Import.
5449         * gnulib/import/m4/isnanl.m4: Import.
5450         * gnulib/import/m4/math_h.m4: Import.
5451         * gnulib/import/math.c: Import.
5452         * gnulib/import/math.in.h: Import.
5453
5454 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5455
5456         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5457         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5458         signature_INTEL_edx comparisons.
5459
5460 2013-06-20  Doug Evans  <dje@google.com>
5461
5462         symtab/15652
5463         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5464         All callers updated.
5465         (open_dwp_file): If we can't find the dwp file, search the basename
5466         in debug-file-directory.
5467
5468         * dwarf2read.c (struct dwp_file): Fix comment.
5469         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5470
5471         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5472         better.
5473
5474 2013-06-20  Yao Qi  <yao@codesourcery.com>
5475
5476         * breakpoint.c (create_breakpoint): Fix code indentation.
5477
5478 2013-06-20  Yao Qi  <yao@codesourcery.com>
5479
5480         * breakpoint.c (create_breakpoints_sal_default): Remove
5481         parameter 'lsal'.  Update declaration.
5482         (bkpt_create_breakpoints_sal): Caller update.
5483         (tracepoint_create_breakpoints_sal): Likewise.
5484
5485 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
5486             Yao Qi  <yao@codesourcery.com>
5487
5488         * NEWS: Mention the new option '--skip-unavailable' of command
5489         -data-list-register-values.
5490         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5491         --skip-unavailable option.  Adjust to use output_register.
5492         (output_register): Add new 'skip_unavailable' parameter.
5493         Handle it.
5494
5495 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
5496
5497         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5498         common/i386-gcc-cpuid.h.
5499         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5500         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5501         Copy the latest version from upstream gcc.
5502         * common/linux-btrace.c: Include i386-cpuid.h.
5503         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5504         call to i386_cpuid.
5505         (cpu_supports_btrace): Likewise.
5506         * go32-nat.c: Include i386-cpuid.h.
5507         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5508
5509 2013-06-19  Doug Evans  <dje@google.com>
5510
5511         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5512         (get_section_index): Ditto.
5513
5514 2013-06-19  Tom Tromey  <tromey@redhat.com>
5515
5516         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5517         "dprintf" help.
5518
5519 2013-06-18  Doug Evans  <dje@google.com>
5520
5521         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5522         before using it.
5523         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5524         Move test of cu_index closer to use.  Print complaint if cu_index
5525         is bad.
5526
5527 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
5528
5529         * machoread.c (oso_vector): Delete this global.
5530         (macho_register_oso): Add new parameter "oso_vector_ptr".
5531         Use it instead of the "oso_vector" global.
5532         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5533         (macho_symfile_read): Use a local oso_vector, to be free'ed
5534         at the end of this function, in place of the old "oso_vector"
5535         global.  Update various function calls accordingly.  Use one
5536         single cleanup chain for the entire function.
5537
5538 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
5539
5540         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5541         DWARF2_PER_OBJFILE by uses of DATA instead.
5542
5543 2013-06-18  Tom Tromey  <tromey@redhat.com>
5544
5545         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5546         argument.
5547         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5548         Special case signals other than GDB_SIGNAL_TRAP.
5549         (explains_signal_watchpoint): New function.
5550         (base_breakpoint_explains_signal): Add 'sig' argument.
5551         (initialize_breakpoint_ops): Set 'explains_signal' method for
5552         watchpoints.
5553         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5554         signal argument.
5555         (bpstat_explains_signal): Likewise.
5556         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5557
5558 2013-06-18  Tom Tromey  <tromey@redhat.com>
5559
5560         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5561
5562 2013-06-18  Tom Tromey  <tromey@redhat.com>
5563
5564         * python/python.c (finish_python_initialization): Decref
5565         'pythondir' on failure path as well.
5566
5567 2013-06-18  Tom Tromey  <tromey@redhat.com>
5568
5569         PR symtab/15391:
5570         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5571         after taking bits_to_skip into account.  Sign extend byte_offset.
5572         * utils.h (gdb_sign_extend): Declare.
5573         * utils.c (gdb_sign_extend): New function.
5574
5575 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5576
5577         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5578
5579 2013-06-17  Pierre Muller  <muller@sourceware.org>
5580
5581         * corelow.c (core_open): Print GDB signal name instead of target
5582         signal number.
5583
5584 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
5585
5586         * .gitignore: Add /gcore.
5587
5588 2013-06-13  Doug Evans  <dje@google.com>
5589
5590         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5591         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5592
5593 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
5594
5595         * stack.c (backtrace_command_1): Fix indentation.
5596
5597 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5598
5599         * window-nat.c (thread_rec): Add missing empty line after
5600         local variable declaration.
5601
5602 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5603
5604         * windows-nat.c (thread_rec): Revert format used to print
5605         error code returned by SuspendThread from %d back to %u.
5606
5607 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5608
5609         * windows-nat.c (windows_continue): Add "0x" prefix for thread
5610         ID in debug trace.
5611         (get_windows_debug_event): Likewise, for all debug traces.
5612
5613 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5614
5615         * window-nat.c (thread_rec): Add thread ID in SuspendThread
5616         warning message.
5617
5618 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
5619             Yao Qi  <yao@codesourcery.com>
5620
5621         * mi/mi-main.c (get_register): Remove declaration.
5622         (output_register): Declare.
5623         (mi_cmd_data_list_register_values): Remove local variable
5624         'tuple_cleanup'.  Move some code into output_register.
5625         (get_register): Renamed to ...
5626         (output_register): ... this.  Output the register's
5627         "number" ui_out tuple here.
5628
5629 2013-06-07  Pedro Alves  <palves@redhat.com>
5630
5631         * darwin-nat.c: Fix formating in copyright header.
5632         * darwin-nat.h: Likewise.
5633         * gnu-nat.c: Likewise.
5634         * machoread.c: Likewise.
5635
5636 2013-06-07  Pedro Alves  <palves@redhat.com>
5637
5638         PR server/14823
5639         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
5640         static.  Output a global target description pointer.
5641         (init_registers_${name}): Adjust to initialize a
5642         target description structure.
5643
5644 2013-06-07  Will Newton  <will.newton@linaro.org>
5645
5646         * printcmd.c (build_address_symbolic): Call
5647         gdbarch_addr_bits_remove for text minimal symbols.
5648
5649 2013-06-07  Will Newton  <will.newton@linaro.org>
5650
5651         * MAINTAINERS: Add myself to Write After Approval.
5652
5653 2013-06-07  Yao Qi  <yao@codesourcery.com>
5654
5655         * tracepoint.c (start_tracing): Move code to ...
5656         (trace_reset_local_state): ... here.  New.
5657         (disconnect_tracing): Don't call set_current_traceframe,
5658         set_tracepoint_num, and set_traceframe_context. Call
5659         trace_reset_local_state instead.
5660         (tfile_close): Call trace_reset_local_state.
5661         * ctf.c (ctf_close): Likewise.
5662         * remote.c (remote_close): Likewise.
5663         * tracepoint.h (trace_reset_local_state): Declare.
5664
5665 2013-06-06  Doug Evans  <dje@google.com>
5666
5667         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5668         and fix header docs.
5669
5670 2013-06-05  Doug Evans  <dje@google.com>
5671             Keith Seitz  <keiths@redhat.com>
5672
5673         PR 15519
5674         * cp-namespace.c (find_symbol_in_baseclass): Call
5675         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5676         Check result of call to lookup_symbol_static.
5677         Call lookup_static_symbol_aux unconditionally.
5678         Call check_typedef on base types before accessing them.
5679         (cp_lookup_nested_symbol): Fix comment.
5680
5681 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
5682
5683         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5684         minimal symbols pointing to function descriptors.
5685
5686 2013-06-05  Tom Tromey  <tromey@redhat.com>
5687
5688         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5689
5690 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
5691             Pedro Alves  <palves@redhat.com>
5692
5693         * remote.c (remote_wait_as): Restore signal handler before returning
5694         when GDB gets a notification.
5695
5696 2013-06-04  Gary Benson  <gbenson@redhat.com>
5697
5698         PR 2328
5699         * breakpoint.h (handle_solib_event): Moved function declaration
5700         to solib.h.
5701         * breakpoint.c (handle_solib_event): Moved function to solib.c.
5702         (bpstat_stop_status): Pass new argument to handle_solib_event.
5703         * solib.h (update_solib_breakpoints): New function declaration.
5704         (handle_solib_event): Moved function declaration from
5705         breakpoint.h.
5706         * solib.c (update_solib_breakpoints): New function.
5707         (handle_solib_event): Moved function from breakpoint.c.
5708         Updated to call solib_ops->handle_event if not NULL.
5709         * solist.h (target_so_ops): New fields "update_breakpoints" and
5710         "handle_event".
5711         * infrun.c (set_stop_on_solib_events): New function.
5712         (_initialize_infrun): Use the above for "set
5713         stop-on-solib-events".
5714         (handle_inferior_event): Pass new argument to handle_solib_event.
5715         * solib-svr4.c (probe.h): New include.
5716         (svr4_free_library_list): New forward declaration.
5717         (probe_action): New enum.
5718         (probe_info): New struct.
5719         (probe_info): New static variable.
5720         (NUM_PROBES): New definition.
5721         (svr4_info): New fields "using_xfer", "probes_table" and
5722         "solib_list".
5723         (free_probes_table): New function.
5724         (free_solib_list): New function.
5725         (svr4_pspace_data_cleanup): Free probes table and solib list.
5726         (svr4_copy_library_list): New function.
5727         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
5728         (svr4_read_so_list): New parameter "prev_lm".
5729         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
5730         (svr4_current_sos): New function.
5731         (probe_and_action): New struct.
5732         (hash_probe_and_action): New function.
5733         (equal_probe_and_action): Likewise.
5734         (register_solib_event_probe): Likewise.
5735         (solib_event_probe_at): Likewise.
5736         (solib_event_probe_action): Likewise.
5737         (solist_update_full): Likewise.
5738         (solist_update_incremental): Likewise.
5739         (disable_probes_interface_cleanup): Likewise.
5740         (svr4_handle_solib_event): Likewise.
5741         (svr4_update_solib_event_breakpoint): Likewise.
5742         (svr4_update_solib_event_breakpoints): Likewise.
5743         (svr4_create_solib_event_breakpoints): Likewise.
5744         (enable_break): Free probes table before creating breakpoints.
5745         Use svr4_create_solib_event_breakpoints to create breakpoints.
5746         (svr4_solib_create_inferior_hook): Free the solib list.
5747         (_initialize_svr4_solib): Initialise
5748         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
5749
5750 2013-06-04  Gary Benson  <gbenson@redhat.com>
5751
5752         * target.h (target_ops): New field
5753         "to_augmented_libraries_svr4_read".
5754         (target_augmented_libraries_svr4_read): New macro.
5755         * target.c (update_current_target): Handle
5756         to_augmented_libraries_svr4_read.
5757         * remote.c (remote_state): New field
5758         "augmented_libraries_svr4_read".
5759         (remote_augmented_libraries_svr4_read_feature): New function.
5760         (remote_protocol_features): Add entry for
5761         "augmented-libraries-svr4-read".
5762         (remote_augmented_libraries_svr4_read): New function.
5763         (init_remote_ops): Initialize
5764         remote_ops.to_augmented_libraries_svr4_read.
5765
5766 2013-06-04  Gary Benson  <gbenson@redhat.com>
5767
5768         * NEWS: Update.
5769
5770 2013-06-04  Gary Benson  <gbenson@redhat.com>
5771
5772         * objfiles.h (inhibit_section_map_updates): New function
5773         declaration.
5774         (resume_section_map_updates): Likewise.
5775         (resume_section_map_updates_cleanup): Likewise.
5776         * objfiles.c (objfile_pspace_info): Removed field
5777         "objfiles_changed_p".  New fields "new_objfiles_available",
5778         "section_map_dirty" and "inhibit_updates".
5779         (allocate_objfile): Set new_objfiles_available.
5780         (free_objfile): Set section_map_dirty.
5781         (objfile_relocate1): Likewise.
5782         (in_plt_section): Likewise.
5783         (find_pc_section): Update the conditions under which the
5784         section map will be updated.
5785         (inhibit_section_map_updates): New function.
5786         (resume_section_map_updates): Likewise.
5787         (resume_section_map_updates_cleanup): Likewise.
5788
5789 2013-06-04  Gary Benson  <gbenson@redhat.com>
5790
5791         * probe.h (get_probe_argument_count): New declaration.
5792         (evaluate_probe_argument): Likewise.
5793         * probe.c (get_probe_argument_count): New function.
5794         (evaluate_probe_argument): Likewise.
5795         (probe_safe_evaluate_at_pc): Use the above new functions.
5796
5797 2013-06-04  Alan Modra  <amodra@gmail.com>
5798
5799         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5800         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5801         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
5802         target mem reads on optional insns.
5803         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5804         ppc_insns_match_pattern calls.
5805         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5806         Add match for power7 thread safety insns, and new order of
5807         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
5808         invocation in comment, and update rest of comment.
5809         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5810         PPC64_STANDARD_LINKAGE3_LEN): Delete.
5811         (ppc64_standard_linkage2_target): Update insn offsets.
5812         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
5813         stubs first.  Update calls.
5814
5815 2013-06-04  Yao Qi  <yao@codesourcery.com>
5816
5817         * solib.c (solib_find): Don't need dir separator if path has
5818         drive spec.
5819
5820 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
5821
5822         Revert (indirectly causes a SIGSEGV):
5823         * machoread.c (macho_symfile_read): Assign first cleanup to
5824         'back_to'.
5825
5826 2013-06-03  Yao Qi  <yao@codesourcery.com>
5827
5828         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5829         mi-parse.c.  Make them static.
5830         (mi_all_values): Likewise.
5831         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
5832         mi_parse_print_values.  Make it external.
5833         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5834         Remove the declarations.
5835         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5836         * mi/mi-parse.h (mi_parse_print_values): Declare.
5837         * mi/mi-cmd-stack.c: Include mi-parse.h.
5838         (parse_print_values): Remove
5839         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5840         of parse_print_values.
5841         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5842
5843 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
5844             Yao Qi  <yao@codesourcery.com>
5845
5846         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5847         (encode_actions): Move code to ...
5848         (all_tracepoint_actions_and_cleanup): ... here.  New.
5849         (trace_dump_command): Likewise.
5850
5851 2013-05-30  Tom Tromey  <tromey@redhat.com>
5852
5853         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5854
5855 2013-05-30  Tom Tromey  <tromey@redhat.com>
5856
5857         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5858         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
5859         'old_chain' argument.  Add 'parser_result' argument.
5860         (gdb_xml_create_parser_and_cleanup): Remove old version.
5861         (gdb_xml_parse_quick): Update.
5862         (xml_process_xincludes): Update.
5863         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5864         declare.
5865
5866 2013-05-30  Tom Tromey  <tromey@redhat.com>
5867
5868         * probe.c (collect_probes): Check arguments for NULL before
5869         calling compile_rx_or_error.
5870         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5871         Remove NULL return.
5872
5873 2013-05-30  Tom Tromey  <tromey@redhat.com>
5874
5875         * infrun.c (adjust_pc_after_break): Introduce an outer null
5876         cleanup.
5877
5878 2013-05-30  Tom Tromey  <tromey@redhat.com>
5879
5880         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5881
5882 2013-05-30  Tom Tromey  <tromey@redhat.com>
5883
5884         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5885         for 'old_chain'.  Do not check 'head' before processing
5886         cleanups.
5887
5888 2013-05-30  Tom Tromey  <tromey@redhat.com>
5889
5890         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5891         "cleanup_tuple".
5892
5893 2013-05-30  Tom Tromey  <tromey@redhat.com>
5894
5895         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5896         inner scope.  Unconditionally call do_cleanups.
5897
5898 2013-05-30  Tom Tromey  <tromey@redhat.com>
5899
5900         * source.c (find_and_open_source): Call do_cleanups.
5901
5902 2013-05-30  Tom Tromey  <tromey@redhat.com>
5903
5904         * linux-thread-db.c (thread_db_load_search): Unconditionally
5905         call do_cleanups.
5906
5907 2013-05-30  Tom Tromey  <tromey@redhat.com>
5908
5909         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5910         for 'cleanup'; instead use a later one.
5911
5912 2013-05-30  Tom Tromey  <tromey@redhat.com>
5913
5914         * python/py-breakpoint.c (bppy_get_commands): Use
5915         explicit, unconditional return.
5916         * python/py-frame.c (frapy_read_var): Likewise.
5917         * python/python.c (gdbpy_decode_line): Likewise.
5918
5919 2013-05-30  Tom Tromey  <tromey@redhat.com>
5920
5921         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5922         do_cleanups on all return paths.
5923
5924 2013-05-30  Tom Tromey  <tromey@redhat.com>
5925
5926         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
5927
5928 2013-05-30  Tom Tromey  <tromey@redhat.com>
5929
5930         * stabsread.c (read_struct_type): Call do_cleanups along
5931         all return paths.
5932
5933 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
5934
5935         * mips-linux-tdep.c: Adjust formatting throughout.
5936
5937 2013-05-30  Tom Tromey  <tromey@redhat.com>
5938
5939         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
5940         along all return paths.
5941
5942 2013-05-30  Tom Tromey  <tromey@redhat.com>
5943
5944         * symfile.c (find_separate_debug_file): Call do_cleanups
5945         along all return paths.
5946
5947 2013-05-30  Tom Tromey  <tromey@redhat.com>
5948
5949         * symtab.c (search_symbols): Introduce a null cleanup for
5950         'retval_chain'.
5951
5952 2013-05-30  Tom Tromey  <tromey@redhat.com>
5953
5954         * python/py-value.c (valpy_binop): Call do_cleanups before
5955         exiting loop.
5956
5957 2013-05-30  Tom Tromey  <tromey@redhat.com>
5958
5959         * python/py-prettyprint.c (print_children): Remove extra
5960         do_cleanups call.
5961
5962 2013-05-30  Tom Tromey  <tromey@redhat.com>
5963
5964         * python/py-frame.c (frapy_read_var): Call do_cleanups along
5965         all return paths.
5966
5967 2013-05-30  Tom Tromey  <tromey@redhat.com>
5968
5969         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5970         along all return paths.
5971
5972 2013-05-30  Tom Tromey  <tromey@redhat.com>
5973
5974         * cli/cli-logging.c (set_logging_redirect): Unconditionally
5975         call do_cleanups.
5976
5977 2013-05-30  Tom Tromey  <tromey@redhat.com>
5978
5979         * varobj.c (c_value_of_root): Call do_cleanups along all
5980         return paths.
5981
5982 2013-05-30  Tom Tromey  <tromey@redhat.com>
5983
5984         * tracepoint.c (trace_dump_command): Unconditionally call
5985         do_cleanups.
5986
5987 2013-05-30  Tom Tromey  <tromey@redhat.com>
5988
5989         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5990         do_cleanups earlier.
5991
5992 2013-05-30  Tom Tromey  <tromey@redhat.com>
5993
5994         * machoread.c (macho_symfile_read): Assign first cleanup to
5995         'back_to'.
5996
5997 2013-05-30  Tom Tromey  <tromey@redhat.com>
5998
5999         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6000
6001 2013-05-30  Tom Tromey  <tromey@redhat.com>
6002
6003         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6004
6005 2013-05-30  Tom Tromey  <tromey@redhat.com>
6006
6007         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6008         call discard_cleanups.
6009         (inf_ptrace_attach): Likewise.
6010
6011 2013-05-30  Tom Tromey  <tromey@redhat.com>
6012
6013         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6014         return paths.
6015         (mips_initialize): Likewise.
6016         (common_open): Call do_cleanups.
6017
6018 2013-05-30  Tom Tromey  <tromey@redhat.com>
6019
6020         * utils.c (internal_vproblem): Call do_cleanups.
6021
6022 2013-05-30  Tom Tromey  <tromey@redhat.com>
6023
6024         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6025
6026 2013-05-30  Tom Tromey  <tromey@redhat.com>
6027
6028         * cli/cli-script.c (setup_user_args): Don't return after error.
6029
6030 2013-05-30  Tom Tromey  <tromey@redhat.com>
6031
6032         * somread.c (som_symtab_read): Call do_cleanups.
6033
6034 2013-05-30  Tom Tromey  <tromey@redhat.com>
6035
6036         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6037
6038 2013-05-30  Tom Tromey  <tromey@redhat.com>
6039
6040         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6041         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6042         * interps.c (interpreter_exec_cmd): Call do_cleanups.
6043         * source.c (show_substitute_path_command): Call do_cleanups.
6044         (unset_substitute_path_command, set_substitute_path_command):
6045         Likewise.
6046         * symfile.c (load_command): Call do_cleanups.
6047
6048 2013-05-30  Tom Tromey  <tromey@redhat.com>
6049
6050         * contrib/cleanup_check.py: New file.
6051         * contrib/gcc-with-excheck: Add option parsing.
6052
6053 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
6054
6055         * windows-nat.c (windows_delete_thread): Add missing space
6056         in cast expression.
6057
6058 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
6059
6060         * inferior.c (top level): Include tilde.h.
6061         (add_inferior_command): Call tilde_expand on the value of 'exec'
6062         argument.
6063
6064 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
6065             Yao Qi  <yao@codesourcery.com>
6066
6067         * tracepoint.c (encode_actions_1): Remove parameter 't'.
6068         Caller update.
6069         (encode_actions): Likewise.
6070         * remote.c (remote_download_tracepoint): Caller update.
6071         * tracepoint.h (encode_actions): Update declaration.
6072
6073 2013-05-30  Pedro Alves  <palves@redhat.com>
6074
6075         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6076         pointer.
6077
6078 2013-05-30  Yao Qi  <yao@codesourcery.com>
6079
6080         * remote.c (remote_check_symbols): Remove unused parameter
6081         'objfile'.
6082         Declaration update.
6083         (remote_start_remote, remote_new_objfile): Caller update.
6084
6085 2013-05-30  Yao Qi  <yao@codesourcery.com>
6086
6087         * mi/mi-cmds.c (mi_cmds): Define MI command
6088         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6089         DEF_MI_CMD_CLI.
6090
6091 2013-05-29  Pedro Alves  <palves@redhat.com>
6092
6093         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6094         (remote_insert_watchpoint, remote_remove_watchpoint)
6095         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6096         (remote_verify_memory, compare_sections_command)
6097         (remote_search_memory): Set the general process/thread on the
6098         remote side.
6099
6100 2013-05-29  Pedro Alves  <palves@redhat.com>
6101
6102         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6103         (_initialize_aarch64_tdep): Don't call
6104         initialize_tdesc_aarch64_without_fpu.
6105         * features/Makefile (WHICH): Remove reference to
6106         aarch64-without-fpu.
6107         * features/aarch64-without-fpu.c: Delete file.
6108         * regformats/aarch64-without-fpu.dat: Delete file.
6109
6110 2013-05-28  Yao Qi  <yao@codesourcery.com>
6111
6112         * tracepoint.c (stringify_collection_list): Remove parameter
6113         'string'.
6114         (encode_actions): Caller update.  Remove local variables.
6115
6116 2013-05-24  Yao Qi  <yao@codesourcery.com>
6117
6118         * tracepoint.c (TFILE_PID): Remove.
6119         (tfile_open): Don't add thread and inferior.
6120         (tfile_close): Don't set 'inferior_ptid'.  Don't call
6121         exit_inferior_silent.
6122         (tfile_thread_alive): Remove.
6123         (init_tfile_ops): Don't set field 'to_thread_alive' of
6124         tfile_ops.
6125
6126 2013-05-23  Doug Evans  <dje@google.com>
6127
6128         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6129
6130 2013-05-23  Pedro Alves  <palves@redhat.com>
6131
6132         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6133         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6134         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6135         Only define if HAVE_SOCKETS is defined.
6136         * configure.ac: Check for sys/socket.h.
6137         * config.in, configure: Regenerate.
6138
6139 2013-05-23  Pedro Alves  <palves@redhat.com>
6140
6141         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6142         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6143         printing uint32_t variables.
6144
6145 2013-05-23  Pedro Alves  <palves@redhat.com>
6146
6147         * NEWS: Mention GDBserver range stepping support.
6148
6149 2013-05-23  Yao Qi  <yao@codesourcery.com>
6150             Pedro Alves  <palves@redhat.com>
6151
6152         * gdbthread.h (struct thread_control_state) <may_range_step>: New
6153         field.
6154         * infcmd.c (step_once, until_next_command): Enable range stepping.
6155         * infrun.c (displaced_step_prepare): Disable range stepping.
6156         (resume): Disable range stepping if stepping over a breakpoint or
6157         we have software watchpoints.  If range stepping is enabled,
6158         assert the thread is in the stepping range.
6159         (clear_proceed_status_thread): Clear may_range_step.
6160         (handle_inferior_event): Disable range stepping as soon as we know
6161         the thread that hit the event.  Re-enable it whenever we're going
6162         to step with a step range.
6163         * remote.c (struct vCont_action_support) <r>: New field.
6164         (use_range_stepping): New global.
6165         (remote_vcont_probe): Handle 'r' action.
6166         (append_resumption): Append an 'r' action if the thread may range
6167         step.
6168         (show_range_stepping): New function.
6169         (set_range_stepping): New function.
6170         (_initialize_remote): Call add_setshow_boolean_cmd to register the
6171         'set range-stepping' and 'show range-stepping' commands.
6172         * NEWS: Mention range stepping, the new vCont;r action, and the
6173         new "set/show range-stepping" commands.
6174
6175 2013-05-23  Yao Qi  <yao@codesourcery.com>
6176             Pedro Alves  <palves@redhat.com>
6177
6178         * remote.c (struct vCont_action_support): New struct.
6179         (struct remote_state) <support_vCont_t>: Remove field.
6180         <vCont_actions_support>: New field.
6181         (remote_vcont_probe, remote_stop_ns): Update.
6182
6183 2013-05-23  Yao Qi  <yao@codesourcery.com>
6184             Pedro Alves  <palves@redhat.com>
6185
6186         * gdbthread.h (pc_in_thread_step_range): New declaration.
6187         * thread.c (pc_in_thread_step_range): New function.
6188         * infrun.c (handle_inferior_event): Use it.
6189
6190 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
6191
6192         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6193         of sprintf.
6194
6195 2013-05-22  Keith Seitz  <keiths@redhat.com>
6196
6197         * ada-lang.c (is_known_support_routine): Add explicit free of
6198         'func_name' from find_frame_funname.
6199         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6200         for func_name from find_frame_funname.
6201         * python/py-frame.c (frapy_name): Add explicit free of
6202         'name' from find_frame_funname.
6203         * stack.c (find_frame_funname): Add comment explaining that
6204         funcp must be freed by the caller.
6205         Return copy of symbol names instead of pointers.
6206         (print_frame): Add a cleanup for 'funname' from
6207         find_frame_funname.
6208         * stack.h (find_frame_funname): Remove "const" from
6209         'funname' parameter.
6210
6211 2013-05-22  Tom Tromey  <tromey@redhat.com>
6212
6213         PR c++/15401:
6214         * c-valprint.c (c_value_print): Use value_addr for
6215         references.  Convert back to reference type with value_ref.
6216
6217 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
6218
6219         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6220         unloaded DLL, it will be done by handle_solib_event.  See
6221         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6222         details.
6223
6224 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
6225
6226         * ui-out.c: Create typedef ui_out_level_p and define vector
6227         operations for that type.
6228         (struct ui_out): Use a vector instead of an array.
6229         (current_level): Return level from a vector.
6230         (push_level): Create a level in a vector.
6231         (pop_level): Delete a level in a vector.
6232         (ui_out_new): Create initial level zero level, and store in a
6233         vector.
6234         (ui_out_destroy): Add vector cleanup.
6235
6236 2013-05-22  Pedro Alves  <palves@redhat.com>
6237
6238         * python/python-internal.h (gdb_Py_DECREF): Tag with
6239         "ARI: editCase function".
6240
6241 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
6242
6243         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6244
6245 2013-05-21  Pedro Alves  <palves@redhat.com>
6246
6247         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6248         whether PRINTER is NULL before installing a Py_DECREF cleanup.
6249         * python/py-utils.c (py_decref): Don't check for NULL before
6250         calling Py_DECREF.
6251
6252 2013-05-21  Pedro Alves  <palves@redhat.com>
6253
6254         * python/py-utils.c (py_decref): Remove extra braces.
6255         (gdb_pymodule_addobject): Remove extra braces.
6256         * python-internal.h (gdb_Py_DECREF): New static inline function.
6257         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6258
6259 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6260
6261         * breakpoints.c (detach_breakpoints): Do not
6262         detach breakpoints locations with loc_type bp_loc_other.
6263
6264 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6265
6266         Workaround Python 2.6.
6267         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6268         a block.
6269
6270 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6271
6272         Code cleanup: constification.
6273         * solib.c (solib_ops): Make return type and ops variable type const.
6274         (set_solib_ops): Make the new_ops parameter and ops variable const.
6275         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6276         (solib_add, solib_keep_data_in_core, clear_solib)
6277         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6278         (reload_shared_libraries, solib_global_lookup): Make the ops variable
6279         const.
6280         * solib.h (set_solib_ops): Make the new_ops parameter const.
6281
6282 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6283
6284         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6285         variable.
6286         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6287         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6288         (SYSTEM_GDBINIT_FILES): New variables.
6289         (all): Add stamp-system-gdbinit.
6290         (stamp-system-gdbinit): New rule.
6291         (clean-system-gdbinit, install-system-gdbinit)
6292         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
6293         (install-only): Add dependency on install-system-gdbinit.
6294         (uninstall): Add dependency on uninstall-system-gdbinit.
6295         (clean): Add dependency on clean-system-gdbinit.
6296         * system-gdbinit/elinos.py: New file.
6297         * system-gdbinit/wrs-linux.py: New file.
6298
6299 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6300
6301         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6302
6303 2013-05-21  Hui Zhu  <hui@codesourcery.com>
6304
6305         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6306         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6307         * mi/mi-cmd-break.c (ctype.h): New include.
6308         (gdb_obstack.h): New include.
6309         (mi_argv_to_format, mi_cmd_break_insert_1): New.
6310         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6311         (mi_cmd_dprintf_insert): New.
6312         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6313         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6314
6315 2013-05-20  Tom Tromey  <tromey@redhat.com>
6316
6317         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6318
6319 2013-05-20  Tom Tromey  <tromey@redhat.com>
6320
6321         * python/py-value.c (valpy_get_dynamic_type): Simplify
6322         dynamic_type assignment.  Use Py_XINCREF.
6323
6324 2013-05-20  Tom Tromey  <tromey@redhat.com>
6325
6326         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6327
6328 2013-05-20  Tom Tromey  <tromey@redhat.com>
6329
6330         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6331         (gdbpy_selected_frame): Move object-construction code
6332         out of TRY_CATCH.
6333
6334 2013-05-20  Tom Tromey  <tromey@redhat.com>
6335
6336         * python/py-arch.c (gdbpy_initialize_arch): Use
6337         gdb_pymodule_addobject.
6338         * python/py-block.c (gdbpy_initialize_blocks): Use
6339         gdb_pymodule_addobject.
6340         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6341         gdb_pymodule_addobject.
6342         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6343         gdb_pymodule_addobject.
6344         * python/py-event.c (gdbpy_initialize_event_generic): Use
6345         gdb_pymodule_addobject.
6346         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6347         gdb_pymodule_addobject.
6348         * python/py-evts.c (add_new_registry): Use
6349         gdb_pymodule_addobject.
6350         (gdbpy_initialize_py_events): Likewise.
6351         * python/py-finishbreakpoint.c
6352         (gdbpy_initialize_finishbreakpoints): Use
6353         gdb_pymodule_addobject.
6354         * python/py-frame.c (gdbpy_initialize_frames): Use
6355         gdb_pymodule_addobject.
6356         * python/py-function.c (gdbpy_initialize_functions): Use
6357         gdb_pymodule_addobject.
6358         * python/py-inferior.c (gdbpy_initialize_inferior): Use
6359         gdb_pymodule_addobject.
6360         * python/py-infthread.c (gdbpy_initialize_thread): Use
6361         gdb_pymodule_addobject.
6362         * python/py-objfile.c (gdbpy_initialize_objfile): Use
6363         gdb_pymodule_addobject.
6364         * python/py-param.c (gdbpy_initialize_parameters): Use
6365         gdb_pymodule_addobject.
6366         * python/py-progspace.c (gdbpy_initialize_pspace): Use
6367         gdb_pymodule_addobject.
6368         * python/py-symbol.c (gdbpy_initialize_symbols): Use
6369         gdb_pymodule_addobject.
6370         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6371         gdb_pymodule_addobject.
6372         * python/py-type.c (gdbpy_initialize_types): Use
6373         gdb_pymodule_addobject.
6374         * python/py-utils.c (gdb_pymodule_addobject): New function.
6375         * python/py-value.c (gdbpy_initialize_values): Use
6376         gdb_pymodule_addobject.
6377         * python/python-internal.h (gdb_pymodule_addobject): Declare.
6378         * python/python.c (_initialize_python): Use
6379         gdb_pymodule_addobject.
6380
6381 2013-05-20  Tom Tromey  <tromey@redhat.com>
6382
6383         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6384         * python/py-param.c (get_set_value, get_show_value): Use
6385         explicit decrefs.
6386         * python/python.c (start_type_printers, apply_type_printers):
6387         Use explicit decrefs.
6388
6389 2013-05-20  Tom Tromey  <tromey@redhat.com>
6390
6391         * python/py-evts.c (gdbpy_initialize_py_events): Don't
6392         incref the module.
6393
6394 2013-05-20  Tom Tromey  <tromey@redhat.com>
6395
6396         * python/python.c (gdbpy_run_events): Decref the result
6397         of PyObject_CallObject.
6398
6399 2013-05-20  Tom Tromey  <tromey@redhat.com>
6400
6401         * python/py-symtab.c (set_sal): Use
6402         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
6403         (symtab_and_line_to_sal_object): Update.
6404
6405 2013-05-20  Tom Tromey  <tromey@redhat.com>
6406
6407         * python/py-param.c (compute_enum_values): Decref 'item'.
6408
6409 2013-05-20  Tom Tromey  <tromey@redhat.com>
6410
6411         * mi/mi-main.c: Include python-internal.h.
6412         (mi_cmd_list_features): Check gdb_python_initialized.
6413         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6414         (python_inferior_exit, python_new_objfile, add_thread_object)
6415         (delete_thread_object, py_free_inferior): Check
6416         gdb_python_initialized.
6417         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6418         gdb_python_initialized.
6419         * python/py-type.c (save_objfile_types): Check
6420         gdb_python_initialized.
6421         * python/python-internal.h (gdb_python_initialized): Declare.
6422         * python/python.c (ensure_python_env): Throw exception if
6423         Python not initialized.
6424         (before_prompt_hook, source_python_script_for_objfile)
6425         (start_type_printers, apply_type_printers,
6426         free_type_printers): Check gdb_python_initialized.
6427         * varobj.c (varobj_get_display_hint)
6428         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6429         (install_new_value_visualizer, varobj_set_visualizer)
6430         (value_get_print_value): Check gdb_python_initialized.
6431
6432 2013-05-20  Tom Tromey  <tromey@redhat.com>
6433
6434         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6435         Check errors.
6436         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6437         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6438         Check errors.
6439         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6440         Check errors.
6441         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6442         Check errors.
6443         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6444         Check errors.
6445         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6446         init function to return 'int'.
6447         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6448         Return 'int'.  Check errors.
6449         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6450         Check errors.
6451         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6452         Return 'int'.  Check errors.
6453         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6454         Check errors.
6455         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6456         Check errors.
6457         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6458         Check errors.
6459         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6460         Check errors.
6461         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6462         Check errors.
6463         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6464         Check errors.
6465         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6466         Check errors.
6467         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6468         Check errors.
6469         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6470         Check errors.
6471         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6472         Check errors.
6473         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6474         Check errors.
6475         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6476         Check errors.
6477         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6478         Check errors.
6479         * python/python-internal.h (gdbpy_initialize_auto_load,
6480         gdbpy_initialize_values, gdbpy_initialize_frames,
6481         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6482         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6483         gdbpy_initialize_blocks, gdbpy_initialize_types,
6484         gdbpy_initialize_functions, gdbpy_initialize_pspace,
6485         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6486         gdbpy_initialize_finishbreakpoints,
6487         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6488         gdbpy_initialize_thread, gdbpy_initialize_inferior,
6489         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6490         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6491         gdbpy_initialize_signal_event,
6492         gdbpy_initialize_breakpoint_event,
6493         gdbpy_initialize_continue_event,
6494         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6495         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6496         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6497         * python/python.c (gdb_python_initialized): New global.
6498         (gdbpy_initialize_events): Return 'int'.  Check errors.
6499         (_initialize_python): Check errors.  Set
6500         gdb_python_initialized.
6501
6502 2013-05-20  Tom Tromey  <tromey@redhat.com>
6503
6504         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6505         Decref the reslut of PyObject_CallMethod.
6506
6507 2013-05-20  Tom Tromey  <tromey@redhat.com>
6508
6509         * python/py-event.c (gdbpy_initialize_event_generic): Return
6510         early if PyType_Ready fails.
6511
6512 2013-05-20  Tom Tromey  <tromey@redhat.com>
6513
6514         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6515         as 'default' in the switch.
6516
6517 2013-05-20  Tom Tromey  <tromey@redhat.com>
6518
6519         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
6520         get_addr_from_python calls out of TRY_CATCH.
6521         (infpy_write_memory, infpy_search_memory): Likewise.
6522         * python/py-utils.c (get_addr_from_python): Return negative
6523         value on error.  Use TRY_CATCH.
6524         * python/python-internal.h (get_addr_from_python): Use
6525         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6526
6527 2013-05-20  Tom Tromey  <tromey@redhat.com>
6528
6529         * python/py-event.c (evpy_emit_event): Decref the
6530         result of PyObject_CallFunctionObjArgs.
6531
6532 2013-05-20  Tom Tromey  <tromey@redhat.com>
6533
6534         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6535         Correctly decref.
6536
6537 2013-05-20  Tom Tromey  <tromey@redhat.com>
6538
6539         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6540
6541 2013-05-20  Tom Tromey  <tromey@redhat.com>
6542
6543         * python/py-event.h (gdbpy_initialize_event_generic): Use
6544         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6545         * python/py-evts.c (add_new_registry): Use
6546         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6547         * python/python-internal.h
6548         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6549
6550 2013-05-20  Tom Tromey  <tromey@redhat.com>
6551
6552         * python/py-arch.c (archpy_disassemble): Update.
6553         * python/py-type.c (typy_get_composite, typy_lookup_typename)
6554         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6555         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6556         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6557         macro.
6558         (GDB_PY_HANDLE_EXCEPTION): Update.
6559         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
6560
6561 2013-05-20  Tom Tromey  <tromey@redhat.com>
6562
6563         * python/python-internal.h (events_object_type): Remove.
6564
6565 2013-05-20  Tom Tromey  <tromey@redhat.com>
6566
6567         * python/py-event.h (evpy_emit_event): Use
6568         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6569         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6570         New macro.
6571
6572 2013-05-20  Tom Tromey  <tromey@redhat.com>
6573
6574         * py-evtregistry.c (create_event_object): Decref
6575         eventregistry_object if PyList_New fails.
6576
6577 2013-05-20  Tom Tromey  <tromey@redhat.com>
6578
6579         * py-cmd.c (gdbpy_string_to_argv): Check result of
6580         PyList_New.
6581
6582 2013-05-20  Tom Tromey  <tromey@redhat.com>
6583
6584         * python/python.c (before_prompt_hook): Add cleanup to
6585         decref 'hook'.
6586
6587 2013-05-20  Tom Tromey  <tromey@redhat.com>
6588
6589         * python/py-function.c (fnpy_init): Decref result of
6590         PyObject_GetAttrString.
6591
6592 2013-05-20  Tom Tromey  <tromey@redhat.com>
6593
6594         * python/py-threadevent.c (get_event_thread): Use
6595         CPYCHECKER_RETURNS_BORROWED_REF.
6596         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6597         New define.
6598         (pspace_to_pspace_object, objfile_to_objfile_object)
6599         (find_thread_object): Use it.
6600
6601 2013-05-20  Tom Tromey  <tromey@redhat.com>
6602
6603         * python/py-arch.c (arch_object_type): Use
6604         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6605         * python/py-block.c (block_syms_iterator_object_type):
6606         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6607         * python/py-bpevent.c (breakpoint_event_object_type):
6608         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6609         * python/py-cmd.c (cmdpy_object_type): Use
6610         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6611         * python/py-continueevent.c (continue_event_object_type):
6612         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6613         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6614         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6615         * python/py-events.h (thread_event_object_type):
6616         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6617         * python/py-evtregistry.c (eventregistry_object_type): Use
6618         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6619         * python/py-exitedevent.c (exited_event_object_type):
6620         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6621         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6622         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6623         * python/py-function.c (fnpy_object_type): Use
6624         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6625         * python/py-inferior.c (inferior_object_type, membuf_object_type):
6626         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6627         * python/py-infthread.c (thread_object_type): Use
6628         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6629         * python/py-lazy-string.c (lazy_string_object_type):
6630         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6631         * python/py-newobjfileevent.c (new_objfile_event_object_type):
6632         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6633         * python/py-objfile.c (objfile_object_type): Use
6634         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6635         * python/py-param.c (parmpy_object_type):
6636         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6637         * python/py-progspace.c (pspace_object_type):
6638         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6639         * python/py-signalevent.c (signal_event_object_type):
6640         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6641         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6642         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6643         * python/py-type.c (type_object_type, field_object_type)
6644         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6645         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6646         define.
6647         (value_object_type, block_object_type, symbol_object_type)
6648         (event_object_type, stop_event_object_type, breakpoint_object_type)
6649         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6650
6651 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
6652
6653         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6654         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6655
6656 2013-05-20  Doug Evans  <dje@google.com>
6657
6658         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
6659         For Fission.
6660         * dwarf2read.c (struct dwarf2_per_cu_data): New member
6661         reading_dwo_directly.
6662         (struct signatured_type): New member dwo_unit.
6663         (struct die_reader_specs): New member comp_dir.
6664         (create_signatured_type_table_from_index): Use malloc for
6665         all_type_units instead of objfile's obstack.
6666         (create_all_type_units): Ditto.
6667         (fill_in_sig_entry_from_dwo_entry): New function.
6668         (add_type_unit): New function.
6669         (lookup_dwo_signatured_type): New function.
6670         (lookup_dwp_signatured_type): New function.
6671         (lookup_signatured_type): New arg cu.  All callers updated.
6672         (init_cu_die_reader): Initialize comp_dir.
6673         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
6674         Change assert of matching type signatures to call error on mismatch.
6675         (lookup_dwo_unit): Add assert.
6676         (init_tu_and_read_dwo_dies): New function.
6677         (init_cutu_and_read_dies): Call it.
6678         (build_type_unit_groups): Handle case of no type unit groups created.
6679         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6680         (lookup_dwo_cutu): Tweak complaint.
6681         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6682         (dwarf2_per_objfile_free): Free all_type_units.
6683
6684 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6685
6686         * windows-nat.c (handle_unload_dll): Add missing empty line.
6687
6688 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6689
6690         * dwarf2read.c (prototyped_function_p): New function.
6691         (read_subroutine_type): Use it.
6692
6693 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6694
6695         * rs6000-aix-tdep.c: De-indent some example code provided
6696         as a comment.
6697
6698 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6699
6700         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
6701         region is ok for a hardware watchpoint using the new ptrace interface
6702         on Power servers.
6703
6704 2013-05-17  Doug Evans  <dje@google.com>
6705
6706         * NEWS: Mention new maintenance commands check-symtabs, and
6707         expand-symtabs, and renamed check-psymtabs.
6708         * psymtab.c (maintenance_check_psymtabs): Renamed from
6709         maintenance_check_symtabs.  Only process already-expanded symbol
6710         tables.
6711         (_initialize_psymtab): Update.
6712         * symmisc.c (maintenance_check_symtabs): New function.
6713         (maintenance_expand_name_matcher): New function
6714         (maintenance_expand_file_matcher): New function
6715         (maintenance_expand_symtabs): New function.
6716         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
6717         commands.
6718
6719 2013-05-17  Tom Tromey  <tromey@redhat.com>
6720
6721         * python/py-inferior.c (infpy_read_memory): Don't call
6722         PyErr_SetString if PyObject_New fails.
6723         * python/py-frame.c (frame_info_to_frame_object): Don't call
6724         PyErr_SetString if PyObject_New fails.
6725
6726 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
6727
6728         * acinclude.m4: Add check for dlopen in libdl.
6729         * configure.ac: Ditto.
6730         * configure: Regenerate.
6731
6732 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
6733
6734         * frame.c (frame_stash): Convert to htab.
6735         (frame_addr_hash): New function.
6736         (frame_addr_hash_eq): New function.
6737         (frame_stash_create): Convert function to create
6738         a hash table.
6739         (frame_stash_add): Convert function to add an entry to a hash
6740         table.
6741         (frame_stash_find): Convert function to search the hash table.
6742         (frame_stash_invalidate): Convert function to empty the hash
6743         table.
6744         (get_frame_id): Only add to stash if a frame_id is created.
6745         (_initialize_frame): Call frame_stash_create.
6746
6747 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
6748
6749         * configure.ac: Ensure MIG is available when building for GNU Hurd
6750         hosts.
6751         * configure: Regenerate.
6752
6753 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
6754
6755         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
6756
6757 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
6758
6759         * ada-lang.c (ada_make_symbol_completion_list): Make sure
6760         all cleanups are done before returning from this function.
6761
6762 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
6763
6764         * utils.h: #include "exceptions.h".
6765         (enum errors): Remove partial declaration.
6766
6767 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
6768
6769         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
6770         * gdbarch.h, gdbarch.c: Regenerate.
6771         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
6772         handling.
6773
6774         * rs6000-aix-tdep.h: New file.
6775         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
6776         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
6777         "xml-utils.h".
6778         (struct field_info, struct ld_info_desc): New types.
6779         (ld_info32_desc, ld_info64_desc): New static constants.
6780         (struct ld_info): New type.
6781         (rs6000_aix_extract_ld_info): New function.
6782         (rs6000_aix_shared_library_to_xml): Likewise.
6783         (rs6000_aix_ld_info_to_xml): Likewise.
6784         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6785         (rs6000_aix_init_osabi): Add call to
6786         set_gdbarch_core_xfer_shared_libraries_aix.
6787         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6788         Remove "xml-utils.h" include.
6789         (LdInfo): Delete typedef.
6790         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6791         Delete macros.
6792         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6793         Adjust code accordingly.
6794         (rs6000_core_ldinfo): Delete, folded into
6795         rs6000_aix_core_xfer_shared_libraries_aix.
6796         (rs6000_xfer_shared_library): Delete.
6797         (rs6000_xfer_shared_libraries): Reimplement.
6798
6799 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
6800
6801         * record.c (record_goto_cmdlist): New.
6802         (cmd_record_goto): Split into this ...
6803         (cmd_record_goto_begin): ... this
6804         (cmd_record_goto_end): ... and this.
6805         (_initialize_record): Change "record goto" to prefix command.
6806         Add commands for "record goto begin" and "record goto end".
6807         Add an alias for "record goto start" to "record goto begin".
6808
6809 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6810
6811         * linespec.c (convert_linespec_to_sals): New comment for
6812         SOURCE_FILENAME assignment.
6813
6814 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6815
6816         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6817         internal_warning.
6818
6819 2013-05-14  Tom Tromey  <tromey@redhat.com>
6820
6821         * eval.c (parse_and_eval_long): Make 'exp' const.
6822         * value.h (parse_and_eval_long): Update.
6823
6824 2013-05-14  Tom Tromey  <tromey@redhat.com>
6825
6826         * ui-file.c (gdb_fopen): Make arguments const.
6827         * ui-file.h (gdb_fopen): Make arguments const.
6828
6829 2013-05-14  Tom Tromey  <tromey@redhat.com>
6830
6831         * remote.c (remote_set_trace_notes): Make arguments const.
6832         * target.c (update_current_target): Update cast.
6833         * target.h (to_set_trace_notes): Make arguments const.
6834
6835 2013-05-14  Tom Tromey  <tromey@redhat.com>
6836
6837         * go32-nat.c (go32_terminal_info): Make 'args' const.
6838         * inferior.h (child_terminal_info): Update.
6839         * inflow.c (child_terminal_info): Make 'args' const.
6840         * target.c (default_terminal_info): Make 'args' const.
6841         (debug_to_terminal_save_ours): Likewise.
6842         * target.h (struct target_ops) <to_terminal_info>: Make argument
6843         const.
6844
6845 2013-05-13  Tom Tromey  <tromey@redhat.com>
6846
6847         * gcore.c (create_gcore_bfd): Make 'filename' const.
6848         * gcore.h (create_gcore_bfd): Make 'filename' const.
6849         * record-full.c (record_full_save): Make 'recfilename' const.
6850         * target.c (target_save_record): Make 'filename' const.
6851         * target.h (struct target_ops) <to_save_record>: Make 'filename'
6852         const.
6853         (target_save_record): Likewise.
6854
6855 2013-05-13  Tom Tromey  <tromey@redhat.com>
6856
6857         PR gdb/15338:
6858         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6859         ranges section has been read.
6860
6861 2013-05-13  Tom Tromey  <tromey@redhat.com>
6862
6863         PR exp/15364:
6864         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6865         STRUCTOP_PTR>: Return a not_lval value for
6866         EVAL_AVOID_SIDE_EFFECTS.
6867         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6868         for EVAL_AVOID_SIDE_EFFECTS.
6869
6870 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
6871
6872         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6873         floating point registers to register type before storing
6874         value.
6875         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6876         Likewise.
6877
6878 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6879             Tom Tromey  <tromey@redhat.com>
6880
6881         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6882         New functions.
6883         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6884         Declare.
6885         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6886         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6887         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6888         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6889
6890 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
6891             Tom Tromey  <tromey@redhat.com>
6892
6893         PR build/15414:
6894         * configure: Rebuild.
6895         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6896         with -Wno-format.
6897
6898 2013-05-10  Pedro Alves  <palves@redhat.com>
6899
6900         * remote.c (_initialize_remote): Fix spelling of
6901         qXfer:traceframe-info:read packet in packet config command.
6902
6903 2013-05-10  David Taylor  <dtaylor@emc.com>
6904
6905         PR remote/15455
6906
6907         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6908         "QTro" at start of packet.
6909
6910 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6911
6912         * solib-aix.c (solib_aix_relocate_section_addresses):
6913         For the .bss section action, apply the same offset as
6914         the .data section.
6915
6916 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6917
6918         * solib-aix.c (solib_aix_relocate_section_addresses):
6919         Remove FIXME comment.
6920
6921 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6922
6923         PR tdep/15420:
6924         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6925         New functions, directly copied from sparc-sol-thread.c.
6926         * sparc-sol-thread.c: Delete.
6927         * configure.ac: Remove code handling sparc-solaris-thread.c.
6928         * configure: Regenerate.
6929
6930 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
6931
6932         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
6933         filter logic.
6934         (backtrace_command): Add "no-filters" option parsing.
6935         (_initialize_stack): Alter help to reflect "no-filters" option.
6936         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
6937         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
6938         (py-frame.o): Add target
6939         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
6940         filter files.
6941         * python/python.h: Add new frame filter constants, and flag enum.
6942         (apply_frame_filter): Add definition.
6943         * python/python.c (apply_frame_filter): New non-Python
6944         enabled function.
6945         * python/py-utils.c (py_xdecref): New function.
6946         (make_cleanup_py_xdecref): Ditto.
6947         * python/py-objfile.c: Declare frame_filters dictionary.
6948         (objfpy_dealloc): Add frame_filters dealloc.
6949         (objfpy_new): Initialize frame_filters attribute.
6950         (objfile_to_objfile_object): Ditto.
6951         (objfpy_get_frame_filters): New function.
6952         (objfpy_set_frame_filters): New function.
6953         * python/py-progspace.c: Declare frame_filters dictionary.
6954         (pspy_dealloc): Add frame_filters dealloc.
6955         (pspy_new): Initialize frame_filters attribute.
6956         (pspacee_to_pspace_object): Ditto.
6957         (pspy_get_frame_filters): New function.
6958         (pspy_set_frame_filters): New function.
6959         * python/py-framefilter.c: New file.
6960         * python/lib/gdb/command/frame_filters.py: New file.
6961         * python/lib/gdb/frames.py: New file.
6962         * python/lib/gdb/__init__.py: Initialize global frame_filters
6963         dictionary
6964         * python/lib/gdb/FrameDecorator.py: New file.
6965         * python/lib/gdb/FrameIterator.py: New file.
6966         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6967         * mi/mi-cmds.h: Declare.
6968         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6969         --no-frame-filter logic, and Python frame filter logic.
6970         (stack_enable_frame_filters): New function.
6971         (parse_no_frame_option): Ditto.
6972         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6973         filter logic.
6974         (mi_cmd_stack_list_locals): Ditto.
6975         (mi_cmd_stack_list_args): Ditto.
6976         (mi_cmd_stack_list_variables): Ditto.
6977         * NEWS: Add frame filter note.
6978
6979 2013-05-09  Doug Evans  <dje@google.com>
6980
6981         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6982         All callers updated.
6983         (syms_from_objfile): Ditto.  Make static.
6984         (symbol_file_add_with_addrs): Renamed from
6985         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
6986         num_offsets.  All callers updated.
6987         * symfile.h (syms_from_objfile): Delete.
6988
6989         * symfile.c (decrement_reading_symtab): Add assert.
6990         (increment_reading_symtab): Ditto.
6991
6992 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
6993
6994         * source.c (forward_search_command): Replace call to getc
6995         by call to fgetc.
6996         (reverse_search_command): Likewise.
6997
6998 2013-05-08  Doug Evans  <dje@google.com>
6999
7000         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7001         matching test.
7002
7003 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7004
7005         * sol-thread.c (info_cb): Factorize the code a little.
7006
7007 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7008
7009         * sol-thread.c (info_cb): Rework the output of the "maintenance
7010         info sol-threads" command a bit.
7011
7012 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7013
7014         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7015         Replace ti.ti_startfunc by ti.ti_pc.
7016
7017 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7018
7019         * solib-aix.c (solib_aix_free_library_list): New function
7020         for the case where HAVE_LIBEXPAT is not defined.
7021
7022 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7023
7024         PR breakpoints/15413:
7025         * breakpoint.c (condition_completer): Simplify the code to
7026         disconsider multiple locations of breakpoints when completing the
7027         "condition" command.
7028
7029 2013-05-07  Pierre Muller  <muller@sourceware.org>
7030
7031         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7032         instead of <sys/wait.h>.
7033
7034 2013-05-07  Pierre Muller  <muller@sourceware.org>
7035
7036         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7037         trailing new line from warning message.
7038
7039 2013-05-07  Pierre Muller  <muller@sourceware.org>
7040
7041         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7042         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7043
7044 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7045
7046         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7047         error message (ARI fix).
7048
7049 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7050
7051         * features/library-list-aix.dtd: Replace library-list by
7052         library-list-aix.
7053         * rs6000-nat.c: Replace library-list by library-list-aix
7054         throughout.
7055         * solib-aix.c: Likewise.
7056
7057 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7058
7059         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7060         Renames TARGET_OBJECT_AIX_LIBRARIES.
7061         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7062         TARGET_OBJECT_LIBRARIES_AIX throughout.
7063         * solib-aix.c: Likwise.
7064
7065 2013-05-07  Yao Qi  <yao@codesourcery.com>
7066
7067         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7068         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7069
7070 2013-05-07  Yao Qi  <yao@codesourcery.com>
7071
7072         * solib-dsbt.c (enable_break): Declare.
7073         (dsbt_current_sos): Remove call to enable_break2.
7074         (enable_break2): Rename to enable_break.  Set solib breakpoint
7075         on '_dl_debug_state'.
7076         (enable_break): Remove.
7077
7078 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
7079
7080         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7081         debug state prior to replicating existing hardware watchpoints or
7082         breakpoints.
7083
7084 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7085
7086         * gcore.c (gcore_create_callback): Ignore sections with
7087         separate_debug_objfile_backlink != NULL.
7088
7089 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
7090             Andrew Jenner  <andrew@codesourcery.com>
7091             Chung-Lin Tang  <cltang@codesourcery.com>
7092             Julian Brown  <julian@codesourcery.com>
7093
7094         Based on the nios2-elf port from Altera Corporation.
7095
7096         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7097         nios2-linux-tdep.o.
7098         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7099         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7100         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7101         * nios2-tdep.h: New.
7102         * nios2-tdep.c: New.
7103         * nios2-linux-tdep.c: New.
7104         * features/Makefile (WHICH): Add nios2-linux.
7105         (nios2-linux-expedite): Set.
7106         * features/nios2-cpu.xml: New.
7107         * features/nios2.xml: New.
7108         * features/nios2-linux.xml: New.
7109         * features/nios2.c: New (autogenerated).
7110         * features/nios2-linux.c: New (autogenerated).
7111         * regformats/nios2-linux.dat: New (autogenerated).
7112         * NEWS (Changes since GDB 7.6): Add new Nios II targets
7113         and commands.
7114
7115 2013-05-06  Doug Evans  <dje@google.com>
7116
7117         * symfile.c: Whitespace cleanup.
7118
7119         * solist.h (struct target_so_ops): New member clear_so.
7120         * solib-svr4.c (svr4_clear_so): New function.
7121         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7122         * solib.c (clear_so): Renamed from free_so_symbols.
7123         All callers updated.  Call target clear_so if it exists.
7124
7125 2013-05-06  Tom Tromey  <tromey@redhat.com>
7126
7127         * ada-lang.c (ada_value_primitive_packed_val): Don't
7128         call value_incref.
7129         * value.c (set_value_parent): Incref the new parent and decref
7130         the old parent.
7131         (value_copy, value_primitive_field): Use set_value_parent.
7132
7133 2013-05-06  Tom Tromey  <tromey@redhat.com>
7134
7135         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7136         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7137         if needed.
7138         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7139         * dwarf2read.c (write_constant_as_bytes)
7140         (dwarf2_fetch_constant_bytes): New functions.
7141
7142 2013-05-06  Tom Tromey  <tromey@redhat.com>
7143
7144         * dwarf2read.c (dwarf2_const_value_data): Remove unused
7145         parameters.
7146         (dwarf2_const_value_attr): Update.
7147
7148 2013-05-06  Tom Tromey  <tromey@redhat.com>
7149
7150         * somread.c (som_symfile_offsets): Add 'const' to addrs.
7151         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7152         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7153         Remove declaration.
7154
7155 2013-05-06  Tom Tromey  <tromey@redhat.com>
7156
7157         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7158         objfile's obstack.
7159
7160 2013-05-06  Doug Evans  <dje@google.com>
7161
7162         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7163         * stabsread.h (process_one_symbol): Update declaration.
7164         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7165         * elfread.c (elf_symfile_relocate_probe): Ditto.
7166         * psymtab.c (relocate_psymtabs): Ditto.
7167         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7168         (objfile_relocate): Ditto.
7169         * objfiles.h (objfile_relocate): Update declaration.
7170         * symfile.c (relative_addr_info_to_section_offsets): Constify
7171         addrs parameter.
7172         (default_symfile_offsets): Ditto.
7173         (syms_from_objfile_1): Constify offsets parameter.
7174         (syms_from_objfile): Ditto.
7175         (symbol_file_add_with_addrs_or_offsets): Ditto.
7176         (symfile_map_offsets_to_segments): Constify data parameter.
7177         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7178         delta parameters of member relocate.
7179         (struct sym_probe_fns): Constify new_offsets,
7180         delta parameters of member sym_relocate_probe.
7181         (struct sym_fns): Constify section_addr_info parameter of member
7182         sym_offsets.
7183         (relative_addr_info_to_section_offsets): Update declaration.
7184         (default_symfile_offsets): Ditto.
7185         (syms_from_objfile): Ditto.
7186         (symfile_map_offsets_to_segments): Ditto.
7187
7188         * symfile.c (syms_from_objfile_1): Use correct section count when
7189         objfile->sf == NULL.
7190
7191 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
7192
7193         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7194
7195 2013-05-06  Doug Evans  <dje@google.com>
7196
7197         * psympriv.h (struct partial_symtab): Augment comment for member
7198         section_offsets.
7199
7200 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7201
7202         Reimplement shared library support on ppc-aix...
7203         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7204         * features/library-list-aix.dtd: New file.
7205         * solib-aix.h, solib-aix.c: New file.
7206         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7207         (rs6000_find_toc_address_hook): Delete.
7208         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7209         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7210         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
7211         "xml-utils.h".
7212         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7213         (vmap_symtab, fixup_breakpoints): Delete.
7214         (rs6000_xfer_shared_libraries): New function.
7215         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7216         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7217         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7218         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7219         (rs6000_xfer_shared_library): New function.
7220         (find_toc_address): Delete.
7221         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7222         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7223         * xcoffread.c (record_minimal_symbol): Reloate symbol address
7224         before creating minimal symbol.  Adjust function description
7225         accordingly.
7226         (scan_xcoff_symtab): Replace call to
7227         prim_record_minimal_symbol_and_info by call to
7228         record_minimal_symbol.
7229         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7230         around default_symfile_offsets.
7231         * configure.tgt: Add solib-aix.o to gdb_target_obs for
7232         powerpc-aix targets.
7233         * config/rs6000/nm-rs6000.h: Delete.
7234         * config/powerpc/aix.mh (NAT_FILE): Delete.
7235         (NATDEPFILES): Remove xcoffsolib.o.
7236         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7237         (ALL_TARGET_OBS): Add solib-aix.o.
7238         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7239         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
7240         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
7241         * xcoffsolib.h, xcoffsolib.c: Delete.
7242
7243         * solib.c (reload_shared_libraries): Remove reference to
7244         SOLIB_CREATE_INFERIOR_HOOK.
7245         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7246         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7247         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7248         comment.
7249         * corelow.c (deprecated_core_resize_section_table): Delete.
7250         * exec.c: Remove include of xcoffsolib.h".
7251         (map_vmap, vmap): Delete.
7252         (exec_close_1): Remove references to vmap.
7253         (exec_file_attach): Remove vmap handling code, and reference
7254         to DEPRECATED_IBM6000_TARGET.
7255         (bfdsec_to_vmap): Delete.
7256         (exec_files_info): Remove block of code handling VMAP.
7257         * infcmd.c (post_create_inferior): Remove reference to
7258         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7259         * infrun.c (follow_exec): Remove reference to
7260         SOLIB_CREATE_INFERIOR_HOOK.
7261         * stack.c (print_frame): Remove reference to PC_SOLIB.
7262         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7263         (dsbt_relocate_main_executable): Likewise.
7264         * solib-frv.c (frv_current_sos): Likewise.
7265
7266 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7267
7268         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7269         to target_write_memory and target_read_memory.
7270
7271 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7272
7273         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7274         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7275
7276 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7277
7278         * darwin-nat.c: Replace all "%x" instances in format strings
7279         into "0x%x" throughout.
7280
7281 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7282
7283         * darwin-nat.c (darwin_mourn_inferior): Replace call to
7284         gdb_assert by call to MACH_CHECK_ERROR.
7285         (darwin_attach_pid): Raise an error rather than a failed
7286         assertion when various system calls failed.  Report a warning
7287         instead of raising a failed assertion when PREV_NOT is not NULL
7288         after call to mach_port_request_notification.
7289         (darwin_ptrace_me): Raise an error rather than a failed
7290         assertion when read returns nonzero.
7291
7292 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7293
7294         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7295
7296 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7297
7298         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7299
7300 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7301
7302         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7303         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7304         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
7305         a stale cleanup.  Fix double free of NAME.
7306
7307 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
7308
7309         * windows-nat.c (windows_delete_thread): Accept an additional
7310         argument, the thread's exit code, and announce thread death when
7311         print_thread_events is non-zero and we are deleting a thread that
7312         is not the main thread.
7313         (get_windows_debug_event): Pass thread exit code to
7314         windows_delete_thread.
7315
7316 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7317
7318         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7319         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7320         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7321         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7322         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7323         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7324         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7325         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7326         (gdbarch_tdep): New struct.
7327         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7328         E_NUM_REGS.
7329         (v850e3v5_register_name): New function.
7330         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7331         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
7332         code handling the struct return conventions for the RH850 ABI.
7333         Update all callers.
7334         (v850_eight_byte_align_p): New function.
7335         (v850_push_call_dummy): Push structs by value, not by reference
7336         for the RH850 ABI.  Add support for eight byte alignment.
7337         (v850_dbtrap_breakpoint_from_pc): New function.
7338         (v850_gdbarch_init): Add ABI detection code.  Register
7339         v850e3v5_register_name for the v850e3v5 architecture.  Set the
7340         number of registers for v850e3v5.  Register
7341         v850_dbtrap_breakpoint_from_pc as appropriate.
7342         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7343
7344 2013-05-03  Doug Evans  <dje@google.com>
7345
7346         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7347         of bfd_count_sections.
7348         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7349         * symfile.c (default_symfile_offsets): Ditto.
7350         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
7351         one entry, not bfd_count_sections entries.
7352
7353 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7354
7355         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7356         `save' and `restore' register groups.  Don't include SPL
7357         or SPH in these groups.
7358         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
7359         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
7360         RL78_ES_REGNUM, and RL78_CS_REGNUM.
7361         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
7362         dwarf2_append_unwinders().
7363
7364 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7365
7366         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7367         ignore SIGINT and SIGTRAP in case these internal signals are
7368         caught explicitely.
7369
7370 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7371
7372         * darwin-nat.c (darwin_read_write_inferior): Change types
7373         of parameters rdaddr and wraddr to "gdb_byte *". Change type
7374         of copy_count to "mach_msg_type_number_t".
7375         (darwin_read_dyld_info): Change type of parameter
7376         rdaddr to "gdb_byte *".
7377
7378 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7379
7380         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7381         of &info->load_map from "char *" to "gdb_byte *".
7382
7383 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7384
7385         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7386         from "char *" to "gdb_byte *".
7387         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7388
7389 2013-04-30  Doug Evans  <dje@google.com>
7390
7391         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7392         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7393         DWO stub.  If DWO isn't found, just use stub.
7394         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7395
7396         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7397         calling init_cutu_and_read_dies.
7398
7399 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7400
7401         * target-descriptions.c (maint_print_c_tdesc_cmd):
7402         Add case to parse structures as register types and
7403         bitfields.
7404
7405 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7406
7407         * MAINTAINERS (Write After Approval): Add myself to the list.
7408
7409 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7410
7411         * sol-thread.c (rw_common): Change type of parameter "buf"
7412         to "gdb_byte *".
7413         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7414         rw_common to "gdb_byte *" instead of "char *".
7415
7416 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7417
7418         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7419         of local variable msym to const struct bound_minimal_symbol.
7420         Adjust use accordingly.
7421         [ti.ti_state == TD_THR_SLEEP]: Likewise.
7422
7423 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
7424
7425         * i386gnu-nat.c (CREG_OFFSET): New macro.
7426         (creg_offset): New array.
7427         (CREG_ADDR): Use creg_offset instead of reg_offset.
7428
7429 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7430
7431         * mep-tdep.c (mep_write_pc): Delete.
7432         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7433         Add call to set_gdbarch_pc_regnum.
7434
7435 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7436
7437         * common/filestuff.c: Replace #include <dirent.h> by
7438         #include "gdb_dirent.h".
7439
7440 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7441
7442         * common/filestuff.c: Replace #include <sys/stat.h> by
7443         #include "gdb_stat.h".
7444
7445 2013-04-29  Pierre Muller  <muller@sourceware.org>
7446
7447         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7448         editCase function rule.
7449         (get_DW_AT_signature_type): Likewise.
7450
7451 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7452
7453         * m32r-tdep.c (m32r_write_pc): Delete.
7454         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7455         Add call to set_gdbarch_pc_regnum.
7456
7457 2013-04-29  Pierre Muller  <muller@sourceware.org>
7458
7459         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7460
7461 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7462
7463         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7464
7465 2013-04-28  Yao Qi  <yao@codesourcery.com>
7466
7467         * solib-dsbt.c (fetch_loadmap): Re-indent.
7468         (displacement_from_map, enable_break2): Likewise.
7469         (dsbt_relocate_section_addresses): Likewise.
7470
7471 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
7472
7473         GDB 7.6 released.
7474
7475 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
7476
7477         PR corefiles/14983:
7478         * dwarf2read.c (process_full_comp_unit): Always create a static
7479         block.
7480
7481 2013-04-25  Hui Zhu  <hui@codesourcery.com>
7482
7483         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7484         to loc->cmd_bytecode.
7485
7486 2013-04-24  Doug Evans  <dje@google.com>
7487
7488         * dwarf2read.c (setup_type_unit_groups): Fix comment.
7489
7490 2013-04-22  Keith Seitz  <keiths@redhat.com>
7491
7492         * tracepoint.c (trace_save):  Call the writer's start method.
7493
7494 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
7495
7496         PR gdb/10462
7497         * cli/cli-decode.c (lookup_command): Show an error if there is no space
7498         before argument.
7499
7500 2013-04-23  Tom Tromey  <tromey@redhat.com>
7501
7502         * common/filestuff.c: Check USE_WIN32API before including
7503         sys/socket.h.
7504         (HAVE_F_GETFD): New define.
7505         (mark_cloexec): Check HAVE_F_GETFD.
7506         (gdb_open_cloexec): Change 'mode' to unsigned long.
7507         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7508         (gdb_pipe_cloexec): Check HAVE_PIPE.
7509         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7510         long.
7511
7512 2013-04-23  Hui Zhu  <hui@codesourcery.com>
7513
7514         PR gdb/15293
7515         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7516
7517 2013-04-23  Hui Zhu  <hui@codesourcery.com>
7518
7519         PR gdb/15165
7520         * breakpoint.c (dprintf_print_recreate): New.
7521         (save_breakpoints): Let it not save dprintf commands.
7522         (initialize_breakpoint_ops): Set dprintf_print_recreate.
7523
7524 2013-04-22  Tom Tromey  <tromey@redhat.com>
7525
7526         PR gdb/7912:
7527         * Makefile.in (SFILES): Add filestuff.c
7528         (COMMON_OBS): Add filestuff.o.
7529         (filestuff.o): New target.
7530         * auto-load.c (auto_load_objfile_script_1): Use
7531         gdb_fopen_cloexec.
7532         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7533         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7534         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7535         * common/agent.c (gdb_connect_sync_socket): Use
7536         gdb_socket_cloexec.
7537         * common/filestuff.c: New file.
7538         * common/filestuff.h: New file.
7539         * common/linux-osdata.c (linux_common_core_of_thread)
7540         (command_from_pid, commandline_from_pid, print_source_lines)
7541         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7542         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7543         gdb_fopen_cloexec.
7544         * common/linux-procfs.c (linux_proc_get_int)
7545         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7546         * config.in, configure: Rebuild.
7547         * configure.ac: Don't check for sys/socket.h.  Check for
7548         fdwalk, pipe2.
7549         * corelow.c (core_open): Use gdb_open_cloexec.
7550         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7551         * fork-child.c (fork_inferior): Call close_most_fds.
7552         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7553         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7554         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7555         Use gdb_fopen_cloexec.
7556         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7557         gdb_open_cloexec.
7558         (linux_async_pipe): Use gdb_pipe_cloexec.
7559         * remote-fileio.c (remote_fileio_func_open): Use
7560         gdb_open_cloexec.
7561         * remote.c (remote_file_put, remote_file_get): Use
7562         gdb_fopen_cloexec.
7563         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7564         close_most_fds.
7565         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7566         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7567         * solib.c (solib_find): Use gdb_open_cloexec.
7568         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7569         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7570         (tfile_open): Use gdb_open_cloexec.
7571         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7572         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7573         * xml-support.c (xml_fetch_content_from_file): Use
7574         gdb_fopen_cloexec.
7575         * main.c (captured_main): Call notice_open_fds.
7576
7577 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7578
7579         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7580         'char *' to 'gdb_byte *'.
7581         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7582         'gdb_byte'.
7583
7584 2013-04-22  Yao Qi  <yao@codesourcery.com>
7585
7586         * infrun.c: Fix typo in comment.
7587
7588 2013-04-22  Andrew Haley  <aph@redhat.com>
7589
7590         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7591         instead of "long".
7592
7593 2013-04-20  Yao Qi  <yao@codesourcery.com>
7594
7595         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7596         'char *' to 'gdb_byte *'.  Cast the return value of
7597         'bt_ctf_get_char_array' to 'gdb_byte *'.
7598
7599 2013-04-19  Pedro Alves  <palves@redhat.com>
7600
7601         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7602         -Wpointer-sign.
7603         * configure: Regenerate.
7604
7605 2013-04-19  Pedro Alves  <palves@redhat.com>
7606
7607         * ser-tcp.c (net_read_prim): Cast second argument to recv to
7608         'void *'.
7609
7610 2013-04-19  Pedro Alves  <palves@redhat.com>
7611
7612         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7613         Change type of 'myaddr' parameter to gdb_byte pointer.
7614         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
7615         to 'long long' pointer instead of to 'unsigned long long'.
7616         (monitor_write_memory_block, monitor_read_memory_single)
7617         (monitor_read_memory): Change type of 'myaddr' parameter to
7618         gdb_byte pointer.
7619
7620 2013-04-19  Pedro Alves  <palves@redhat.com>
7621
7622         * record.c (validate_history_size): Make parameter 'setting'
7623         unsigned.
7624
7625 2013-04-19  Pedro Alves  <palves@redhat.com>
7626
7627         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7628         to 'gdb_byte *'.
7629
7630 2013-04-19  Pedro Alves  <palves@redhat.com>
7631
7632         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7633         local to int.
7634
7635 2013-04-19  Pedro Alves  <palves@redhat.com>
7636
7637         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7638         * ada-tasks.c (read_fat_string_value): Likewise.
7639
7640 2013-04-19  Pedro Alves  <palves@redhat.com>
7641
7642         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7643         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
7644         'offset', and adjust.
7645
7646 2013-04-19  Pedro Alves  <palves@redhat.com>
7647
7648         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7649         (read_index_from_section): Add cast to 'char *'.
7650
7651 2013-04-19  Pedro Alves  <palves@redhat.com>
7652
7653         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7654
7655 2013-04-19  Pedro Alves  <palves@redhat.com>
7656
7657         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7658
7659 2013-04-19  Pedro Alves  <palves@redhat.com>
7660
7661         * record-full.c (record_full_get_bookmark): Change local 'ret'
7662         type to char * and add cast to gdb_byte *.
7663         (record_full_goto_bookmark): Handle 'bookmark' argument as a
7664         string.
7665         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7666
7667 2013-04-19  Pedro Alves  <palves@redhat.com>
7668
7669         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7670         * python/py-prettyprint.c (print_string_repr): Change type of
7671         'output' local to char *.  Add cast to gdb_byte * in
7672         LA_PRINT_STRING call.
7673         (print_children): Change type of 'output' local to char *.
7674         * python/py-value.c (valpy_string): Add cast to const char * in
7675         PyUnicode_Decode call.
7676
7677 2013-04-19  Pedro Alves  <palves@redhat.com>
7678
7679         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7680         and change its type to 'const char *'.  Adjust.
7681         (mips_send_packet): Add cast to 'char *', and remove cast to
7682         'unsigned char *'.
7683         (mips_receive_packet): Remove cast to 'unsigned char *'.
7684         (mips_load_srec): Use bfd_byte.
7685         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7686         (pmon_checkset): Make 'value' parameter unsigned.
7687
7688 2013-04-19  Pedro Alves  <palves@redhat.com>
7689
7690         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
7691
7692 2013-04-19  Pedro Alves  <palves@redhat.com>
7693
7694         * remote.c (remote_write_bytes_aux, compare_sections_command)
7695         (remote_read_qxfer)
7696         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
7697         (remote_hostio_readlink, remote_bfd_iovec_pread)
7698         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
7699         binary buffer, and char when buffer is used as string.
7700         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
7701         (trace_save, tfile_open, traceframe_walk_blocks)
7702         (tfile_fetch_registers): Likewise.
7703
7704 2013-04-19  Pedro Alves  <palves@redhat.com>
7705
7706         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
7707         buffer and size_t size.  Adjust.
7708         * ser-base.h (ser_base_write): Adjust.
7709         * ser-go32.c (cnts): Change type to size_t.
7710         (dos_write): Change prototype -- take 'void *'
7711         buffer and size_t size.  Adjust.
7712         (dos_info): Print elements of 'cnts' as unsigned long.
7713         * serial.c (serial_write): Likewise.
7714         * serial.h (serial_write): Adjust.
7715         (struct serial_ops) <write>: Change prototype -- take 'void *'
7716         buffer and size_t size.  Adjust.
7717
7718 2013-04-19  Pedro Alves  <palves@redhat.com>
7719
7720         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
7721         gdb_byte *.
7722         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
7723
7724 2013-04-19  Pedro Alves  <palves@redhat.com>
7725
7726         * alpha-tdep.c (alpha_extract_return_value): Use
7727         regcache_cooked_read_unsigned to read 'v0'.
7728
7729 2013-04-19  Pedro Alves  <palves@redhat.com>
7730
7731         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
7732         parameters 'at', 'as' and 'offset' to uint32_t.
7733
7734 2013-04-19  Pedro Alves  <palves@redhat.com>
7735
7736         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
7737         'is64' to signed 'int'.
7738
7739 2013-04-19  Pedro Alves  <palves@redhat.com>
7740
7741         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
7742         parameter to int *.
7743
7744 2013-04-19  Pedro Alves  <palves@redhat.com>
7745
7746         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
7747         'insnbuf' buffer type to unsigned int[].
7748
7749 2013-04-19  Pedro Alves  <palves@redhat.com>
7750
7751         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
7752
7753 2013-04-19  Pedro Alves  <palves@redhat.com>
7754
7755         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
7756         unsigned long *.
7757
7758 2013-04-19  Pedro Alves  <palves@redhat.com>
7759
7760         * alpha-tdep.c (heuristic_fence_post): Change type to int.
7761         (alpha_heuristic_proc_start): Adjust to check -1 instead of
7762         UINT_MAX.
7763         * mips-tdep.c (heuristic_fence_post): Change type to int.
7764         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
7765
7766 2013-04-19  Pedro Alves  <palves@redhat.com>
7767
7768         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
7769         (struct gdbarch_tdep) <cris_version>: Make unsigned.
7770         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
7771
7772 2013-04-19  Pedro Alves  <palves@redhat.com>
7773
7774         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
7775         it to get a string view of the byte buffer.
7776         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
7777         type to gdb_byte *.  Adjust.
7778         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
7779         Change local to char *.
7780         * solib-darwin.c (find_program_interpreter): Change return type to
7781         char *.  Adjust.
7782         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7783         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7784         * solib-frv.c (enable_break2): Change local 'buf' to char *.
7785         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7786         * solib-svr4.c (find_program_interpreter): Change return type to
7787         char *.  Adjust.
7788         (enable_break): Change local 'interp_name' to char *.
7789         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7790         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7791         (spu_pseudo_register_write_spu): Use char for string buffer.
7792         Adjust.
7793         (info_spu_event_command, info_spu_signal_command): Add casts to
7794         'char *'.
7795
7796 2013-04-19  Pedro Alves  <palves@redhat.com>
7797
7798         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7799         gdb_byte[].
7800         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7801         * ada-lang.c (ada_value_assign): Use gdb_byte.
7802         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7803         (alphanbsd_sigtramp_offset): Use gdb_byte.
7804         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7805         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7806         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7807         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7808         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7809         * arm-tdep.c (arm_stub_unwind_sniffer)
7810         (arm_displaced_init_closure): Use gdb_byte.
7811         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7812         (arm_default_thumb_le_breakpoint)
7813         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7814         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7815         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7816         * arm-wince-tdep.c (arm_wince_le_breakpoint)
7817         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7818         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7819         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7820         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7821         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7822         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7823         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7824         (cris_store_return_value, cris_extract_return_value): Use
7825         gdb_byte.
7826         (constraint): Change type of parameter to char * from signed
7827         char*.  Use gdb_byte.
7828         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7829         of local buffer to gdb_byte *.
7830         * dwarf2read.c (read_index_from_section): Use gdb_byte.
7831         (create_dwp_hash_table): Change type of locals to gdb_byte *.
7832         (add_address_entry): Change type of local buffer to gdb_byte[].
7833         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7834         (frv_push_dummy_call): Use gdb_byte.
7835         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7836         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7837         (hppa_hpux_supply_save_state): Use gdb_byte.
7838         * hppa-tdep.c (hppa32_push_dummy_call)
7839         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7840         * ia64-tdep.c (extract_bit_field, replace_bit_field)
7841         (slotN_contents, replace_slotN_contents): Change type of parameter
7842         to gdb_byte *.
7843         (fetch_instruction, ia64_pseudo_register_write)
7844         (ia64_register_to_value, ia64_value_to_register)
7845         (ia64_extract_return_value, ia64_store_return_value)
7846         (ia64_push_dummy_call): Use gdb_byte.
7847         * m32c-tdep.c (m32c_return_value): Remove cast.
7848         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7849         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7850         gdb_byte.
7851         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7852         * mn10300-tdep.c (mn10300_store_return_value)
7853         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7854         gdb_byte.
7855         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7856         (moxie_process_record): Remove casts.
7857         * ppc-ravenscar-thread.c (supply_register_at_address)
7858         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7859         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7860         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7861         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7862         * remote.c (compare_sections_command): Use gdb_byte.
7863         * score-tdep.c (score7_free_memblock): Change type of parameter to
7864         gdb_byte *.
7865         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7866         gdb_byte *.  Use gdb_byte.
7867         (sh_push_dummy_call_fpu): Use gdb_byte.
7868         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7869         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7870         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7871         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
7872         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7873         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7874         (sh64_store_return_value, sh64_register_convert_to_virtual):
7875         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
7876         (sh64_pseudo_register_write): Use gdb_byte.
7877         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7878         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
7879         buffer.
7880         (irix_current_sos): Use gdb_byte.
7881         * solib-som.c (som_current_sos): Use gdb_byte.
7882         * sparc-ravenscar-thread.c (supply_register_at_address)
7883         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7884         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7885         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7886         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7887         'gdb_byte *'.
7888         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7889         'gdb_byte *'.
7890         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7891         * xstormy16-tdep.c (xstormy16_extract_return_value)
7892         (xstormy16_store_return_value): Change parameter type to
7893         'gdb_byte *'.  Adjust.
7894         (xstormy16_push_dummy_call): Use gdb_byte.
7895         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7896         (call0_analyze_prologue, execute_code): Use gdb_byte.
7897
7898 2013-04-19  Vladimir Kargov <kargov@gmail.com>
7899             Pedro Alves  <palves@redhat.com>
7900
7901         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7902         value contents.
7903
7904 2013-04-17  Doug Evans  <dje@google.com>
7905
7906         * dwarf2read.c (struct signatured_type): New member type.
7907         (struct attribute): Replace member signatured_type with signature.
7908         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7909         (read_call_site_scope): Call follow_die_ref instead of
7910         follow_die_ref_or_sig.
7911         (read_structure_type): Rewrite handling of signatured types.
7912         (read_enumeration_type): Ditto.
7913         (read_attribute_value): Update.
7914         (build_error_marker_type): New function.
7915         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
7916         Don't call error for bad types, just build an error marker type.
7917         (dump_die_shallow): Update.
7918         (follow_die_sig_1): Renamed from follow_die_sig.
7919         Don't call error for bad types, instead return NULL.
7920         (follow_die_sig): New function.
7921         (get_signatured_type, get_DW_AT_signature_type): New functions.
7922
7923 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
7924
7925         * aarch64-tdep.c (aarch64_write_pc): Removed.
7926         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
7927         function.
7928
7929 2013-04-17  Yao Qi  <yao@codesourcery.com>
7930
7931         * top.c (print_gdb_configuration): Print configure-time
7932         parameter on using libbabeltrace or not.
7933
7934 2013-04-16  Pedro Alves  <palves@redhat.com>
7935
7936         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
7937
7938 2013-04-16  Pedro Alves  <palves@redhat.com>
7939
7940         * common/glibc_thread_db.h: Update from upstream glibc
7941         (git 568035b7874a099087b77f7bba3e36a1173787b0).
7942
7943 2013-04-16  Pedro Alves  <palves@redhat.com>
7944
7945         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
7946         * common/glibc_thread_db.h: ... this new file ...
7947         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
7948
7949 2013-04-16  Will Newton  <will.newton@gmail.com>
7950             Pedro Alves  <palves@redhat.com>
7951
7952         PR build/11881
7953
7954         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
7955         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
7956         HAVE_THREAD_DB_H.
7957
7958 2013-04-16  Pedro Alves  <palves@redhat.com>
7959             Eli Zaretskii  <eliz@gnu.org>
7960
7961         * NEWS: Mention "set foo unlimited".
7962
7963 2013-04-15  Doug Evans  <dje@google.com>
7964
7965         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
7966         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7967         (create_dwo_cu_reader): Renamed from
7968         create_dwo_debug_info_hash_table_reader.
7969         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7970         Remove support for multiple CUs in a DWO file.
7971         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7972
7973         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7974         instead of phex.
7975         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7976         (create_dwo_in_dwp): Ditto.
7977
7978 2013-04-15  Tom Tromey  <tromey@redhat.com>
7979
7980         * NEWS: Move recent entries into "since 7.6" section.
7981
7982 2013-04-15  Tom Tromey  <tromey@redhat.com>
7983
7984         PR c++/13588:
7985         * NEWS: Update.
7986         * break-catch-throw.c (struct exception_catchpoint)
7987         <exception_rx, pattern>: New fields.
7988         (fetch_probe_arguments, dtor_exception_catchpoint)
7989         (check_status_exception_catchpoint)
7990         (print_one_detail_exception_catchpoint): New functions.
7991         (handle_gnu_v3_exceptions): Add "except_rx" argument.
7992         Compile regular expression if needed.
7993         (extract_exception_regexp): New function.
7994         (catch_exception_command_1): Use extract_exception_regexp.
7995         (compute_exception): Use fetch_probe_arguments.
7996         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7997         and check_status fields.
7998         * cp-abi.c (cplus_typename_from_type_info): New function.
7999         * cp-abi.h (cplus_typename_from_type_info): Declare.
8000         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8001         * gdb_regex.h (compile_rx_or_error): Declare.
8002         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8003         comment.
8004         (init_gnuv3_ops): Set get_type_from_type_info field.
8005         * probe.c (compile_rx_or_error): Move...
8006         * utils.c (compile_rx_or_error): ... here.
8007
8008 2013-04-15  Tom Tromey  <tromey@redhat.com>
8009
8010         PR c++/15176:
8011         * NEWS: Update.
8012         * break-catch-throw.c (compute_exception): New function.
8013         (exception_funcs): New global.
8014         (_initialize_break_catch_throw): Create $_exception.
8015         * cp-abi.c (cplus_type_from_type_info): New function.
8016         * cp-abi.h (cplus_type_from_type_info): Declare.
8017         (struct cp_abi_ops) <get_type_from_type_info>: New field.
8018         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8019         (gnuv3_get_type_from_type_info): New functions.
8020         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8021
8022 2013-04-15  Tom Tromey  <tromey@redhat.com>
8023
8024         * break-catch-throw.c (struct exception_names): New.
8025         (exception_functions): Change type.
8026         (re_set_exception_catchpoint): Look for SDT probes.
8027
8028 2013-04-15  Tom Tromey  <tromey@redhat.com>
8029
8030         PR c++/10119:
8031         * break-catch-throw.c (exception_functions): New global.
8032         (gnu_v3_exception_catchpoint_ops): Move earlier.
8033         (struct exception_catchpoint): New.
8034         (classify_exception_breakpoint): Rewrite.
8035         (re_set_exception_catchpoint): New function.
8036         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
8037         Allocate a struct exception_catchpoint.
8038         (catch_exception_command_1): Update.
8039         (initialize_throw_catchpoint_ops): Set 're_set' method.
8040
8041 2013-04-15  Tom Tromey  <tromey@redhat.com>
8042
8043         * Makefile.in (SFILES): Add break-catch-throw.c
8044         (COMMON_OBS): Add break-catch-throw.o.
8045         * break-catch-throw.c: New file.
8046         * breakpoint.c: Move exception-catching code to new file.
8047         (ep_parse_optional_if_clause): No longer static.
8048         * breakpoint.h (ep_parse_optional_if_clause): Declare.
8049
8050 2013-04-15  Tom Tromey  <tromey@redhat.com>
8051
8052         PR c++/9065:
8053         * NEWS: Update.
8054         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8055         * c-exp.y (TYPEID): New token.
8056         (exp): Add new TYPEID productions.
8057         (ident_tokens): Add "typeid".
8058         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8059         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8060         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8061         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8062         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8063         case.
8064         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8065         (build_std_type_info_type, gnuv3_get_typeid_type)
8066         (gnuv3_get_typeid): New functions.
8067         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
8068         new fields on ABI object.
8069         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8070         * std-operator.def (OP_TYPEID): New.
8071
8072 2013-04-15  Tom Tromey  <tromey@redhat.com>
8073
8074         * elfread.c (elf_symtab_read): Install versioned symbol under
8075         unversioned name as well.
8076
8077 2013-04-15  Tom Tromey  <tromey@redhat.com>
8078
8079         PR c++/11990:
8080         * c-lang.c (cplus_language_defn): Use gdb_demangle.
8081         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8082         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8083         (gdb_demangle): New function.
8084         * cp-support.h (gdb_demangle): Declare.
8085         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8086         (dwarf2_name): Use gdb_demangle.
8087         * gdbtypes.c (check_stub_method): Use gdb_demangle.
8088         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8089         suffixes from name.
8090         (gnuv3_print_method_ptr): Use gdb_demangle.
8091         * jv-lang.c (java_demangle): Use gdb_demangle.
8092         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8093         * language.c (unk_lang_demangle): Use gdb_demangle.
8094         * symtab.c (symbol_find_demangled_name)
8095         (demangle_for_lookup): Use gdb_demangle.
8096
8097 2013-04-15  Tom Tromey  <tromey@redhat.com>
8098
8099         PR c++/12824:
8100         * NEWS: Update.
8101         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8102         New constant.
8103         (classify_exception_breakpoint): New function.
8104         (print_it_exception_catchpoint, print_one_exception_catchpoint)
8105         (print_mention_exception_catchpoint)
8106         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8107         (catch_exception_command_1): Handle "rethrow" catchpoint.
8108         (catch_rethrow_command): New function.
8109         (_initialize_breakpoint): Add "catch rethrow" command.
8110
8111 2013-04-15  Pierre Muller  <muller@sourceware.org>
8112
8113         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8114         set_gdbarch_write_pc as deprecated anymore.
8115
8116 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
8117
8118         * spu-tdep.c (spu_write_pc): Add empty line after local variable
8119         declarations.
8120
8121 2013-04-13  Yao Qi  <yao@codesourcery.com>
8122
8123         * ctf.c (_initialize_ctf): Include "completer.h".
8124         Call add_target_with_completer instead of add_target.
8125
8126 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8127
8128         Fix GDB regression related to PR binutils/14813.
8129         * jit.c (mem_bfd_iovec_close): Return 0 for success.
8130         * minidebug.c (lzma_close): Add return value comment.
8131         * remote.c (remote_bfd_iovec_close): Return 0 for success.
8132         * solib-spu.c (spu_bfd_iovec_close): Likewise.
8133         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8134
8135 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8136
8137         * config.in: Regenerate.
8138
8139 2013-04-12  Tom Tromey  <tromey@redhat.com>
8140
8141         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8142         const.
8143         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8144         (struct die_reader_specs) <buffer>: Likewise.
8145         (die_reader_func_ftype): Make 'info_ptr' const.
8146         (struct line_header) <include_dirs, statement_program_start,
8147         statement_program_end>: Now const.
8148         (struct file_entry) <name>: Likewise.
8149         (struct partial_die_info) <sibling>: Likewise.
8150         (struct dwarf_block) <data>: Likewise.
8151         (dwarf2_read_section): Remove cast.
8152         (dwarf2_get_section_info): Make 'bufp' const.
8153         (read_index_from_section): Constify.
8154         (dw2_get_file_names_reader): Make 'info_ptr' const.
8155         (dw2_get_primary_filename_reader): Likewise.
8156         (read_comp_unit_head): Make 'info_ptr' and return type const.
8157         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8158         Likewise.
8159         (read_abbrev_offset): Constify.
8160         (dwarf2_create_include_psymtab): Make 'name' const.
8161         (create_debug_types_hash_table): Update.
8162         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8163         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8164         Constify.
8165         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8166         (load_partial_comp_unit_reader): Make 'info_ptr' const.
8167         (read_comp_units_from_section): Constify.
8168         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8169         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8170         const.
8171         (dwarf2_compute_name, setup_type_unit_groups): Constify.
8172         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8173         (create_dwp_hash_table, dwarf2_ranges_read)
8174         (dwarf2_record_block_ranges): Constify.
8175         (read_die_and_children, read_die_and_siblings_1)
8176         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8177         const.
8178         (read_full_die_1, read_full_die): Make 'info_ptr' const.
8179         (abbrev_table_read_table): Constify.
8180         (load_partial_dies): Make 'info_ptr' const.
8181         (read_partial_die, read_attribute_value, read_attribute): Make
8182         'info_ptr' and return type const.
8183         (read_address, read_initial_length)
8184         (read_checked_initial_length_and_offset, read_offset)
8185         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8186         const.
8187         (read_direct_string): Make 'buf' and return type const.
8188         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8189         (read_indirect_string): Make return type const.
8190         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8191         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8192         'info_ptr' const.
8193         (read_str_index): Make return type const.
8194         (add_include_dir): Make 'include_dir' const.
8195         (add_file_name): Make 'name' const.
8196         (dwarf_decode_line_header): Constify.
8197         (psymtab_include_file_name): Make return type const.
8198         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8199         (dwarf2_start_subfile): Make 'filename' const.
8200         (dwarf2_const_value_attr): Make 'bytes' const.
8201         (read_signatured_type_reader): Make 'info_ptr' const.
8202         (decode_locdesc): Constify.
8203         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8204         const.
8205         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8206         'mac_end', and return type const.
8207         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8208         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8209         type const.
8210         (per_cu_header_read_in): Constify.
8211         * symfile.h (dwarf2_get_section_info): Update.
8212
8213 2013-04-12  Tom Tromey  <tromey@redhat.com>
8214
8215         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8216
8217 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
8218
8219         * NEWS: Mention "show configuration", --configuration.
8220         * top.c (print_gdb_configuration): New function, displays the
8221         details about GDB configure-time parameters.
8222         (print_gdb_version): Mention "show configuration".
8223         * cli/cli-cmds.c (show_configuration): New function.
8224         (_initialize_cli_cmds): Add the "show configuration" command.
8225         * main.c (captured_main) <print_configuration>: New static var.
8226         <long_options>: Use it.
8227         If --configuration was given, call print_gdb_configuration.
8228
8229 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8230             Pedro Alves  <palves@redhat.com>
8231
8232         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8233         (generated_files): Add gcore.
8234         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8235         HAVE_NATIVE_GCORE_HOST.
8236         (gcore): New.
8237         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8238         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8239         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8240         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8241         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8242         Add HAVE_NATIVE_GCORE_HOST.
8243         * configure: Regenerate.
8244         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8245         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
8246         AC_CONFIG_FILES for gcore.
8247         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
8248         gdb_have_gcore.
8249         * gdb_gcore.sh: Rename to ...
8250         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
8251         and GCORE_TRANSFORM_NAME substitutions.
8252
8253         Fix parsing tabs in ${gdb_target_obs}.
8254         * configure.tgt (gdb_have_gcore): Replace case with for and if.
8255
8256 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8257
8258         * remote.c (unpush_and_perror): Add output message final dot.
8259
8260 2013-04-11  Yao Qi  <yao@codesourcery.com>
8261
8262         * tracepoint.c (tfile_interp_line): Fit parameters line and
8263         utpp in one line.
8264
8265 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
8266
8267         * solib.c (solib_map_sections): Remove code overwriting
8268         SO->SO_NAME with the bfd's filename.
8269
8270 2013-04-10  Pedro Alves  <palves@redhat.com>
8271
8272         * cli/cli-decode.c (integer_unlimited_completer): New function.
8273         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8274         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8275         completer.
8276         * cli/cli-setshow.c: Include "cli/cli-utils.h".
8277         (is_unlimited_literal): New function.
8278         (do_set_command): Handle literal "unlimited" arguments.
8279         * frame.c (_initialize_frame) <set backtrace limit>: Document
8280         "unlimited".
8281         * printcmd.c (_initialize_printcmd) <set print
8282         max-symbolic-offset>: Add help text.
8283         * record-full.c (_initialize_record_full) <set record full
8284         insn-number-max>: Likewise.
8285         * record.c (_initialize_record) <set record
8286         instruction-history-size, set record function-call-history-size>:
8287         Add help text.
8288         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8289         help text.
8290         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8291         Likewise.
8292         * source.c (_initialize_source) <set listsize>: Add help text.
8293         * utils.c (initialize_utils) <set height, set width>: Likewise.
8294         <set pagination>: Mention "set height unlimited".
8295         * valprint.c (_initialize_valprint) <set print elements, set print
8296         repeats>: Document "unlimited".
8297
8298 2013-04-10  Pedro Alves  <palves@redhat.com>
8299
8300         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8301         instead of disconnect_tracing.
8302         * infcmd.c (detach_command, disconnect_command): Call
8303         query_if_trace_running.  Adjust.
8304         * top.c: Include "tracepoint.h".
8305         (quit_target): Delete.  Contents moved ...
8306         (quit_force): ... here.  Wrap each stage of teardown in
8307         TRY_CATCH.  Call disconnect_tracing before detaching.
8308
8309 2013-04-10  Hui Zhu  <hui@codesourcery.com>
8310             Yao Qi  <yao@codesourcery.com>
8311
8312         * configure.ac: Check libbabeltrace is installed.
8313         * config.in: Regenerate.
8314         * configure: Regenerate.
8315         * Makefile.in (LIBBABELTRACE): New.
8316         (CLIBS): Add LIBBABELTRACE.
8317         * ctf.c: Include "exec.h".
8318         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8319         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8320         (ctf_save_metadata_header): Define new type aliases in
8321         metadata.
8322         (ctf_write_header): Define event type "tsv_def" and "tp_def"
8323         in metadata.  Start a new faked packet for trace status.
8324         (ctf_write_status): Write trace status to CTF.
8325         (ctf_write_uploaded_tsv): Write TSV to CTF.
8326         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8327         (ctf_write_definition_end): End the faked packet.
8328
8329         (ctx, ctf_iter, trace_dirname): New.
8330         (start_pos): New variable.
8331         (ctf_destroy, ctf_open_dir, ctf_open): New.
8332         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8333         macros.
8334         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8335         (ctf_fetch_registers, ctf_xfer_partial): New.
8336         (ctf_get_trace_state_variable_value): New.
8337         (ctf_get_tpnum_from_frame_event): New.
8338         (ctf_get_traceframe_address): New.
8339         (ctf_trace_find, ctf_has_stack): New.
8340         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8341         (ctf_get_trace_status, ctf_read_status): New.
8342         (_initialize_ctf): New.
8343         * tracepoint.c (get_tracepoint_number): New
8344         (get_uploaded_tsv): Remove 'static'.
8345         (struct traceframe_info, trace_regblock_size): Move it to ...
8346         * tracepoint.h: ... here.
8347         (get_tracepoint_number): Declare it.
8348         (get_uploaded_tsv): Declare it.
8349
8350         * NEWS: Mention new configure option.
8351
8352 2013-04-10  Pedro Alves  <palves@redhat.com>
8353             Hui Zhu  <hui@codesourcery.com>
8354
8355         * breakpoint.c (dprintf_re_set): New.
8356         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8357         to dprintf_re_set.
8358
8359 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8360
8361         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8362         Remove solib-svr4.o from the list.
8363
8364 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8365
8366         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8367         Use gdb_assert_not_reached instead of invalid boolean expression.
8368
8369 2013-04-09  Pedro Alves  <palves@redhat.com>
8370
8371         * remote.c (unpush_and_perror): New function.
8372         (readchar, remote_serial_write): Use it.
8373
8374 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
8375
8376         * NEWS: Mention new btrace RSP packets.
8377
8378 2013-04-08  Tom Tromey  <tromey@redhat.com>
8379
8380         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8381         long.
8382
8383 2013-04-08  Tom Tromey  <tromey@redhat.com>
8384
8385         * maint.c (print_bfd_section_info): Print the section index.
8386         * symmisc.c (dump_msymbols): Print the section index.
8387
8388 2013-04-08  Tom Tromey  <tromey@redhat.com>
8389
8390         PR symtab/8424:
8391         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8392         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8393         * breakpoint.c (resolve_sal_pc): Update.
8394         * elfread.c (elf_gnu_ifunc_record_cache): Update.
8395         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8396         (minsym_lookup_iterator_cb): Use it.
8397         (default_read_var_value): Update.
8398         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8399         Update.
8400         * infcmd.c (jump_command): Update.
8401         * linespec.c (minsym_found): Update.
8402         * maint.c (maintenance_translate_address): Update.
8403         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8404         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8405         * parse.c (write_exp_msymbol): Update.
8406         * printcmd.c (address_info): Update.
8407         * psymtab.c (find_pc_sect_psymbol): Update.
8408         (fixup_psymbol_section): Check SYMBOL_SECTION, not
8409         SYMBOL_OBJ_SECTION.
8410         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8411         Don't initialize SYMBOL_OBJ_SECTION.
8412         * spu-tdep.c (spu_catch_start): Update.
8413         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8414         * symmisc.c (dump_msymbols, print_symbol): Update.
8415         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
8416         how fallback section is computed.
8417         (fixup_symbol_section): Update.
8418         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8419         Update.
8420         (allocate_symbol, initialize_symbol, allocate_template_symbol):
8421         Initialize SYMBOL_SECTION.
8422         * symtab.h (struct general_symbol_info) <section>: Update comment.
8423         <obj_section>: Remove.
8424         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
8425         (SYMBOL_OBJFILE): New macro.
8426
8427 2013-04-08  Tom Tromey  <tromey@redhat.com>
8428
8429         * coffread.c (record_minimal_symbol): Update.
8430         * dbxread.c (record_minimal_symbol): Update.
8431         * elfread.c (record_minimal_symbol): Update.
8432         * machoread.c (macho_symtab_add_minsym): Update.
8433         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8434         Update.
8435         * minsyms.c (prim_record_minimal_symbol): Update.
8436         (prim_record_minimal_symbol_full): Remove 'bfd_section'
8437         argument.
8438         (prim_record_minimal_symbol_and_info): Likewise.
8439         * minsyms.h (prim_record_minimal_symbol_full)
8440         (prim_record_minimal_symbol_and_info): Update.
8441         * symtab.c (allocate_symbol, initialize_symbol)
8442         (allocate_template_symbol): Initialize SYMBOL_SECTION.
8443         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8444         Update.
8445
8446 2013-04-08  Tom Tromey  <tromey@redhat.com>
8447
8448         PR symtab/8423:
8449         * solib-som.c (som_solib_section_offsets): Use BFD section
8450         indices.  Set offsets for all sections.
8451         * somread.c (som_symtab_read): Compute BFD section for
8452         symbol.  Use prim_record_minimal_symbol_and_info.
8453         (som_symfile_read): Fix comment.
8454         (struct find_section_offset_arg): New.
8455         (find_section_offset, set_section_index): New functions.
8456         (som_symfile_offsets): Use set_section_index to compute
8457         section indices.
8458
8459 2013-04-08  Tom Tromey  <tromey@redhat.com>
8460
8461         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8462         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8463         gdb_bfd_section_index.
8464         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8465         New functions.
8466         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8467         Declare.
8468         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8469         Update.
8470         * objfiles.c (add_to_objfile_sections_full): New function.
8471         (add_to_objfile_sections): Use it.
8472         (build_section_table): Rewrite.
8473         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
8474         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8475         (struct objfile) <sections>: Update comment.
8476         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8477         is NULL.
8478         (ALL_OBJSECTIONS): Use it.
8479         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8480         * solib-frv.c (frv_relocate_main_executable): Update.
8481         * solib-target.c (solib_target_relocate_section_addresses):
8482         Use gdb_bfd_section_index.
8483         * symfile.c (build_section_addr_info_from_section_table):
8484         Use gdb_bfd_section_index.
8485         (build_section_addr_info_from_bfd, place_section): Likewise.
8486         * symtab.c (fixup_section): Update.
8487         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8488
8489 2013-04-08  Tom Tromey  <tromey@redhat.com>
8490
8491         * minsyms.h (struct bound_minimal_symbol): New.
8492         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8493         Remove objfile argument.
8494         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8495         Return bound_minimal_symbol.
8496         * minsyms.c (lookup_minimal_symbol_by_pc_1)
8497         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8498         Return bound_minimal_symbol.
8499         (in_gnu_ifunc_stub): Update.
8500         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8501         Remove 'objfile_p' argument.
8502         (lookup_solib_trampoline_symbol_by_pc): Update.
8503         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8504         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8505         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8506         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8507         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8508         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8509         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8510         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8511         stack.c, symtab.c, tui/tui-disasm.c: Update.
8512
8513 2013-04-08  Tom Tromey  <tromey@redhat.com>
8514
8515         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8516         Use symbol's obstack, not an objfile.
8517         * coffread.c (process_coff_symbol): Update.
8518         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8519         * jv-lang.c (add_class_symbol): Update.
8520         * mdebugread.c (new_symbol): Update.
8521         * minsyms.c (prim_record_minimal_symbol_full)
8522         (terminate_minimal_symbol_table): Update.
8523         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
8524         * stabsread.c (define_symbol, read_enum_type): Update.
8525         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8526         Handle Ada specially.
8527         (symbol_set_language): Add 'obstack' argument.
8528         (symbol_set_names): Update.
8529         (symbol_natural_name, symbol_demangled_name): Always use
8530         ada_decode_symbol.
8531         * symtab.h (struct general_symbol_info)
8532         <language_specific::obstack>: New field.
8533         <ada_mangled>: New field.
8534         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8535         (symbol_set_language): Update.
8536
8537 2013-04-08  Tom Tromey  <tromey@redhat.com>
8538
8539         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8540         Take an obstack, not an objfile.
8541         (symbol_set_names): Update.
8542         * symtab.h (symbol_set_demangled_name): Update.
8543
8544 2013-04-08  Tom Tromey  <tromey@redhat.com>
8545
8546         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8547         allocate_symbol.
8548         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8549         (read_func_scope): Call allocate_template_symbol.
8550         (new_symbol_full): Call allocate_symbol.
8551         * jit.c (finalize_symtab): Call allocate_symbol.
8552         * jv-lang.c (add_class_symbol): Call allocate_symbol.
8553         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8554         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8555         (common_block_end): Call allocate_symbol.
8556         * symtab.c (allocate_symbol, initialize_symbol)
8557         (allocate_template_symbol): New functions.
8558         * symtab.c (allocate_symbol, initialize_symbol)
8559         (allocate_template_symbol): Declare.
8560         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8561
8562 2013-04-08  Pedro Alves  <palves@redhat.com>
8563             Keith Seitz  <keiths@redhat.com>
8564
8565         * breakpoint.c (create_breakpoint): Rename
8566         "parse_condition_and_thread" parameter to "parse_arg".  Update
8567         describing comment.  If !PARSE_ARG, then error out if ARG is not
8568         the empty string after extracting the location.
8569         * breakpoint.h (create_breakpoint): Rename
8570         "parse_condition_and_thread" parameter to "parse_arg".
8571
8572 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
8573
8574         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8575
8576 2013-04-07  Yao Qi  <yao@codesourcery.com>
8577
8578         * remote.c (remote_trace_find): Change type of parameters 'addr1'
8579         and 'addr2' to CORE_ADDR.
8580         * target.c (update_current_target): Update.
8581         * target.h (struct target_ops) <to_trace_find>: Change parameter
8582         type to CORE_ADDR.
8583         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8584         'addr2' to CORE_ADDR.
8585         (tfile_trace_find): Likewise.
8586         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8587         Change local variable 'addr' to type CORE_ADDR.
8588         * tracepoint.h (tfind_1): Update declaration.
8589
8590 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
8591
8592         * windows-nat.c (windows_get_absolute_argv0): Move from here...
8593         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8594         Include main.h.
8595
8596         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8597         here...
8598         * main.h (windows_get_absolute_argv0): ...to here.
8599
8600 2013-04-05  Doug Evans  <dje@google.com>
8601
8602         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8603         (read_cutu_die_from_dwo): Add comments.
8604         (read_structure_type): Update comment.
8605         (read_enumeration_type, read_namespace_type): Update comment.
8606         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8607
8608 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8609
8610         Convert man pages to texinfo, new gdbinit.5 texinfo page.
8611         * Makefile.in (gdb.z): Remove.
8612         (install-only): Remove $(man1dir) and gdb.1 installation.
8613         * gdb.1: Remove.
8614
8615 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8616
8617         Fix compatibility with Linux kernel 3.8.3.
8618         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8619         to more inner block.  Remove parsing of NUMBER from outer block.
8620         Parse NUMBER only if KEYWORD has been identified.
8621
8622 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8623
8624         Fix variable name shadowing.
8625         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8626         filename to mapsfilename and update its uses.
8627
8628 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
8629
8630         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8631         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8632         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8633         details of the problem.
8634
8635 2013-04-04  Pedro Alves  <palves@redhat.com>
8636             Hui Zhu  <hui@codesourcery.com>
8637
8638         * breakpoint.c (validate_commands_for_breakpoint): If validating a
8639         tracepoint, reset its STEP_COUNT and call validate_actionline.
8640
8641 2013-04-03  Doug Evans  <dje@google.com>
8642
8643         * dwarf2read.c (read_die_and_siblings_1): Renamed from
8644         read_die_and_siblings.
8645         (read_die_and_siblings): New function.
8646         (read_cutu_die_from_dwo): Dump die if requested.
8647         (read_die_and_children): Call read_full_die_1 and
8648         read_die_and_siblings_1.
8649         (read_full_die): Dump die if requested.
8650
8651         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8652
8653         * dwarf2read.c (struct dwo_file): New member comp_dir.
8654         Rename member name to dwo_name.  All uses updated.
8655         (hash_dwo_file): Include comp_dir in computation.
8656         (eq_dwo_file): Ditto.
8657         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
8658         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8659
8660         * psymtab.c (read_psymtabs_with_fullname): Don't call
8661         psymtab_to_fullname if the basenames are different.
8662
8663 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8664
8665         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8666         New entry about "fullname" presence.
8667
8668 2013-04-03  Pedro Alves  <palves@redhat.com>
8669
8670         * NEWS: Mention x86_64/Cygwin as new native configuration.
8671
8672 2013-04-02  Doug Evans  <dje@google.com>
8673
8674         * dwarf2read.c (read_structure_type): Fix typo in comment.
8675
8676 2013-04-02  Pedro Alves  <palves@redhat.com>
8677
8678         * NEWS: Mention "set/show debug aarch64", "set/show debug
8679         coff-pe-read" and "set/show debug mach-o".
8680
8681 2013-04-02  Pedro Alves  <palves@redhat.com>
8682
8683         * NEWS: Mention "set/show remote trace-buffer-size-packet".
8684
8685 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
8686
8687         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8688         gdb_string.h is now in common/.
8689
8690 2013-04-02  Pedro Alves  <palves@redhat.com>
8691
8692         * NEWS: Move "set debug notification" and "set trace-buffer-size"
8693         under "New options".
8694
8695 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8696
8697         Revert this patch:
8698         PR gdb/15275
8699         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8700
8701 2013-04-02  Pedro Alves  <palves@redhat.com>
8702
8703         PR gdb/15275
8704
8705         * remote.c (send_interrupt_sequence): Use remote_serial_write.
8706         (remote_serial_write): New function.
8707         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
8708
8709 2013-04-01  Jiong Wang  <jiwang@tilera.com>
8710
8711         * NEWS: Mention TILE-Gx in "New native configurations" and
8712         "New targets" sections.
8713
8714 2013-04-01  Doug Evans  <dje@google.com>
8715
8716         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
8717         (process_enumeration_scope): Simplify.
8718
8719         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
8720         type_unit_group ...
8721         (struct signatured_type): ... to here.
8722         (sig_type_ptr): New typedef.
8723         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
8724         out of union 't'.  All uses updated.
8725         (dw2_get_file_names_reader): Assert not called for a type unit.
8726         (dw2_get_file_names): Assert not called for a type unit or type
8727         unit group.
8728         (build_type_psymtabs_reader): Assert called for a type unit.
8729         (build_type_psymtab_dependencies): Assert called for a type unit group.
8730
8731         * dwarf2read.c (free_dwo_file): Add comment.
8732         (dwarf2_per_objfile_free): Unref dwp bfd.
8733
8734 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
8735
8736         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
8737         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
8738         (read_pe_exported_syms): Remove unused 'exportix'.
8739         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
8740         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
8741         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
8742
8743 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
8744
8745         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
8746         (print_it_watchpoint): Remove unused 'bl'.
8747         (say_where): Remove unused 'uiout'.
8748         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
8749         (bkpt_breakpoint_hit): Remove unused 'b'.
8750         (internal_bkpt_print_it): Remove unused 'uiout'.
8751         * buildsym.c (augment_type_symtab): Remove unused 'i'.
8752
8753 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
8754
8755         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
8756         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
8757
8758 2013-03-29  Doug Evans  <dje@google.com>
8759
8760         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
8761         Delete arg is_dwp.  All callers updated.
8762         (open_dwp_file): New function.
8763         (open_and_init_dwp_file): Call it.
8764         (get_dwp_file): New function.
8765         (lookup_dwo_cutu): Call it.
8766
8767         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
8768         unnecessary, cleanup.
8769
8770         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
8771
8772         * dwarf2read.c (read_cutu_die_from_dwo): New function.
8773         (lookup_dwo_unit): New function.
8774         (init_cutu_and_read_dies): Move DWO handling to new functions.
8775
8776         * dwarf2read.c (struct signatured_type): Tweak comment.
8777         (struct dwo_unit): Tweak comment.
8778         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
8779         (create_dwo_debug_info_hash_table): Tweak comment.
8780         (dwarf2_per_cu_offset_and_type): Tweak comment.
8781
8782         * dwarf2read.c (lookup_signatured_type): Remove complaint about
8783         missing .debug_types section.
8784
8785 2013-03-29  Yao Qi  <yao@codesourcery.com>
8786
8787         * corelow.c: Include "completer.h".
8788         (_initialize_corelow): Call add_target_with_completer with
8789         argument 'filename_completer'.
8790         * tracepoint.c: Likewise.
8791         * exec.c (_initialize_exec): Likewise.
8792         * target.c (add_target): Rename to ...
8793         (add_target_with_completer): ... this.  Call set_cmd_completer
8794         if parameter completer is not NULL.
8795         (add_target): New.
8796         * target.h: Include "command.h".
8797         (add_target_with_completer): Declare it.
8798
8799 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
8800
8801         * coffread.c (is_import_fixup_symbol): New function.
8802         (record_minimal_symbol): Use is_import_fixup_symbol to
8803         detect import fixup symbols, and discard them.
8804
8805 2013-03-28  Doug Evans  <dje@google.com>
8806
8807         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8808         types hash table until we know we need it.
8809
8810         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8811         index numbers.
8812
8813         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8814         All callers updated.
8815         (dw2_print_stats): Print #read CUs too.
8816         (dump_die_shallow): Print signatured types better.
8817
8818         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8819         info_or_types_section to section.  All uses updated.
8820         (struct dwo_unit): Ditto.
8821
8822 2013-03-28  Pedro Alves  <palves@redhat.com>
8823
8824         * NEWS (New options): New section.
8825         (New options): Mention set/show remote trace-status-packet.
8826         * remote.c (PACKET_qTStatus): New enumeration value.
8827         (remote_get_trace_status): Skip sending qTStatus if the packet is
8828         disabled.  Use packet_ok.
8829         (_initialize_remote): Register a configuration command for
8830         qTStatus packet.
8831
8832 2013-03-28  Doug Evans  <dje@google.com>
8833
8834         * symfile.c (find_separate_debug_file): Add comment.
8835         (terminate_after_last_dir_separator): Tweak comment.
8836
8837         * dwarf2read.c (create_partial_symtab): Add forward decl.
8838         (create_partial_symtab): Move to be closer to other psymtab functions.
8839         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8840
8841         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8842         (compute_symtab_includes): Remove unnecessary forward declaration.
8843         (die_needs_namespace): Add comment marking group of functions for
8844         dwarf2 name computation.
8845
8846         * typeprint.c (_initialize_typeprint): Improve type help text.
8847
8848         * python/python.c (finish_python_initialization): Provide suggestion
8849         for how to tell gdb to find its python files.
8850
8851 2013-03-28  Pedro Alves  <palves@redhat.com>
8852
8853         PR gdb/15294
8854
8855         * source.c (_initialize_source): Change back "set listsize" to an
8856         integer command.
8857
8858 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
8859
8860         PR gdb/15275
8861         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8862
8863 2013-03-27  Pedro Alves  <palves@redhat.com>
8864
8865         * top.c (history_size): Rename to ...
8866         (history_size_setshow_var): ... this.  Add comment.
8867         (show_commands): Use readline's 'history_length' instead of
8868         computing the history length by calling history_get in a loop.
8869         (set_history_size_command): Error out for sizes over INT_MAX.
8870         Restore previous history size on invalid size.
8871         (init_history): If HISTSIZE is negative, leave the history size as
8872         zero.  Add comments.
8873         (init_main): Adjust.
8874
8875 2013-03-27  Pedro Alves  <palves@redhat.com>
8876
8877         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8878         coff_pe_read" command to "set debug coff-pe-read".
8879
8880 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
8881
8882         * record.c (command_size_to_target_size): Fix size comparison.
8883         Change parameter type from pointer to integer to integer.
8884         Update all users.
8885
8886 2013-03-27  Pierre Muller  <muller@sourceware.org>
8887
8888         * windows-nat.c (handle_output_debug_string): Avoid typecast
8889         from integer of different size warning.
8890
8891 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
8892
8893         * windows-nat.c (handle_output_debug_string): Add empty line
8894         after local block variable definition.
8895
8896 2013-03-26  Pedro Alves  <palves@redhat.com>
8897
8898         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8899         (net_open): Make 'polls' local unsigned.
8900
8901 2013-03-26  Pedro Alves  <palves@redhat.com>
8902
8903         * remote.c (_initialize_remote): Make "set remoteaddresssize"
8904         a zuinteger command instead of uinteger.
8905
8906 2013-03-26  Pedro Alves  <palves@redhat.com>
8907
8908         * record-full.c (record_full_insn_num): Make it unsigned.
8909         (record_full_check_insn_num, record_full_message)
8910         (record_full_registers_change, record_full_xfer_partial): Remove
8911         record_full_insn_max_num check (it's always != 0).
8912         (record_full_info, record_full_restore): Use %u as format string.
8913         (): Use %u as format string.
8914         (set_record_full_insn_max_num): Remove record_full_insn_max_num
8915         check (it's always != 0).
8916
8917 2013-03-26  Pedro Alves  <palves@redhat.com>
8918
8919         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8920         and "set dcache size" commands zuinteger instead of uinteger.
8921
8922 2013-03-26  Pedro Alves  <palves@redhat.com>
8923
8924         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8925         command zuinteger instead of uinteger.
8926
8927 2013-03-26  Pedro Alves  <palves@redhat.com>
8928
8929         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
8930         zuinteger instead of uinteger.
8931
8932 2013-03-26  Pedro Alves  <palves@redhat.com>
8933
8934         * record.c (record_insn_history_size_setshow_var)
8935         (record_call_history_size_setshow_var): New globals.
8936         (command_size_to_target_size): New function.
8937         (cmd_record_insn_history, cmd_record_call_history): Use
8938         command_size_to_target_size instead of cast.
8939         (validate_history_size, set_record_insn_history_size)
8940         (set_record_call_history_size): New functions.
8941         (_initialize_record): Install set_record_insn_history_size and
8942         set_record_call_history_size as "set" hooks of "set record
8943         instruction-history-size" and "set record
8944         function-call-history-size".
8945
8946 2013-03-26  Pedro Alves  <palves@redhat.com>
8947
8948         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
8949         use with history_max_entries use.  Remove FIXME note.
8950
8951 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
8952
8953         * record-btrace.c (record_btrace_close): Call
8954         record_btrace_auto_disable.
8955
8956 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
8957
8958         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
8959
8960 2013-03-25  Doug Evans  <dje@google.com>
8961
8962         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
8963
8964 2013-03-25  Tom Tromey  <tromey@redhat.com>
8965
8966         PR symtab/11462:
8967         * c-exp.y (exp): Add new productions for destructors after '.' and
8968         '->'.
8969         (write_destructor_name): New function.
8970
8971 2013-03-25  Tom Tromey  <tromey@redhat.com>
8972
8973         PR c++/9197:
8974         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8975         value_struct_elt, not lookup_struct_elt_type.
8976         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8977         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8978         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8979
8980 2013-03-25  Yao Qi  <yao@codesourcery.com>
8981
8982         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8983         instead of '_mkdir'.
8984
8985 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
8986
8987         * windows-nat.c (windows_get_absolute_argv0): New function.
8988         * windows-nat.h: Add its prototype.
8989
8990         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8991         Use IS_DIR_SEPARATOR instead of looking for a character inside
8992         SLASH_STRING.  Include filenames.h.
8993         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8994         relocate_gdb_directory works when passed gdb_program_name.
8995         Include windows-nat.h.
8996
8997 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8998
8999         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9000         * remote.c (trace_error): Remove the special handling of '2'.
9001         (readchar) <SERIAL_EOF>
9002         (readchar) <SERIAL_ERROR>
9003         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9004         (remote_get_trace_status): Call throw_exception if EX is
9005         TARGET_CLOSE_ERROR.
9006         * utils.c (perror_with_name): Rename to ...
9007         (throw_perror_with_name): ... here.  New parameter errcode, describe it
9008         in the function comment.
9009         (perror_with_name): New function wrapper.
9010         * utils.h (enum errors): New stub declaration.
9011         (throw_perror_with_name): New declaration.
9012
9013 2013-03-22  Pedro Alves  <palves@redhat.com>
9014             Yao Qi  <yao@codesourcery.com>
9015             Mark Kettenis  <kettenis@gnu.org>
9016
9017         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9018         Don't let the user set the value to UINT_MAX directly.
9019         <var_integer>: Don't let the user set the value to INT_MAX
9020         directly.
9021
9022 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9023
9024         * remote.c (remote_unpush_target): New function.
9025         (remote_open_1): Remove two pop_target calls, update one comment, add
9026         comment to target_preopen call.  Replace pop_target call by
9027         remote_unpush_target call.
9028         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9029         pop_target calls by remote_unpush_target calls.
9030
9031 2013-03-22  Pedro Alves  <palves@redhat.com>
9032
9033         * linux-nat.c (linux_child_follow_fork): Don't call
9034         linux_enable_event_reporting.
9035         (linux_handle_extended_wait): Don't call
9036         linux_enable_event_reporting.
9037
9038 2013-03-22  Pedro Alves  <palves@redhat.com>
9039
9040         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9041         use it to rewrite the trampoline buffers with type gdb_byte[], and
9042         undefine the macro.  Remove char* cast.
9043
9044 2013-03-21  Doug Evans  <dje@google.com>
9045
9046         New commands "mt set per-command {space,time,symtab} {on,off}".
9047         * NEWS: Add entry.
9048         * event-top.c: #include "maint.h".
9049         * main.c: #include "maint.h".
9050         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9051         timeval-utils.h, maint.h, cli/cli-setshow.h.
9052         (per_command_time, per_command_space): New static globals.
9053         (per_command_symtab): New static global.
9054         (per_command_setlist, per_command_showlist): New static globals.
9055         (struct cmd_stats): Move here from utils.c.
9056         (set_per_command_time): Renamed from set_display_time in utils.c
9057         and moved here.  All callers updated.
9058         (set_per_command_space): Renamed from set_display_space in utils.c
9059         and moved here.  All callers updated.
9060         (count_symtabs_and_blocks): New function.
9061         (report_command_stats): Moved here from utils.c.  Add support for
9062         printing symtab stats.  Only print data if enabled before command
9063         executed.
9064         (make_command_stats_cleanup): Ditto.
9065         (sert_per_command_cmd, show_per_command_cmd): New functions.
9066         (_initialize_maint_cmds): Add new commands
9067         mt set per-command {space,time,symtab} {on,off}.
9068         * maint.h: New file.
9069         * top.c: #include "maint.h".
9070         * utils.c (reset_prompt_for_continue_wait_time): New function.
9071         (get_prompt_for_continue_wait_time): New function.
9072         * utils.h (reset_prompt_for_continue_wait_time): Declare
9073         (get_prompt_for_continue_wait_time): Declare.
9074         (make_command_stats_cleanup): Moved to maint.h.
9075         (set_display_time, set_display_space): Moved to maint.h and renamed
9076         to set_per_command_time, set_per_command_space.
9077         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9078         parse_binary_operation and made non-static.  Don't call error,
9079         just return an error marker.  All callers updated.
9080         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9081
9082 2013-03-21  Tom Tromey  <tromey@redhat.com>
9083
9084         * symfile.c (alloc_section_addr_info): Update header.  Don't set
9085         'num_sections' field.
9086         (build_section_addr_info_from_section_table): Set 'num_sections'.
9087         (build_section_addr_info_from_bfd): Likewise.
9088         (build_section_addr_info_from_objfile): Remove dead loop
9089         condition.
9090         (free_section_addr_info): Unconditionally call xfree.
9091         (relative_addr_info_to_section_offsets, addrs_section_sort)
9092         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9093         condition.
9094         (syms_from_objfile_1): Remove dead 'if' condition.  Check
9095         'num_sections'.
9096         (add_symbol_file_command): Set 'num_sections'.
9097         * symfile-mem.c (symbol_file_add_from_memory): Set
9098         'num_sections'.
9099         * somread.c (som_symfile_offsets): Remove dead loop condition.
9100         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9101         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9102
9103 2013-03-21  Tom Tromey  <tromey@redhat.com>
9104
9105         * tracepoint.h (decode_agent_options): Add 'trace_string'
9106         argument.
9107         * tracepoint.c (decode_agent_options): Add 'trace_string'
9108         argument.
9109         (validate_actionline): Update.
9110         (collect_symbol): Add 'trace_string' argument.
9111         (struct add_local_symbols_data) <trace_string>: New field.
9112         (do_collect_symbol): Update.
9113         (add_local_symbols): Add 'trace_string' argument.
9114         (encode_actions_1): Update.
9115         (trace_dump_actions): Update.
9116         * dwarf2loc.c (access_memory): Update.
9117         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9118         * ax-general.c (new_agent_expr): Update.
9119         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9120         (gen_trace_for_return_address): Add argument.
9121         (trace_kludge, trace_string_kludge): Remove.
9122         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9123         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9124         (gen_trace_for_var): Add 'trace_string' argument.
9125         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9126         (gen_printf, agent_eval_command_one): Update.
9127
9128 2013-03-21  Tom Tromey  <tromey@redhat.com>
9129
9130         PR exp/15109:
9131         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9132         Handle FILENAME token.
9133
9134 2013-03-21  Tom Tromey  <tromey@redhat.com>
9135
9136         * c-exp.y (YYPRINT): Define.
9137         (c_print_token): New function.
9138
9139 2013-03-21  Tom Tromey  <tromey@redhat.com>
9140
9141         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9142
9143 2013-03-21  Yao Qi  <yao@codesourcery.com>
9144
9145         * ctf.c: Include "gdb_stat.h".
9146         [USE_WIN32API]: New macro 'mkdir'.
9147         (ctf_start): Use permission bits macros if they are defined.
9148
9149 2013-03-20  Keith Seitz  <keiths@redhat.com>
9150
9151         * breakpoint.h (struct breakpoint): Add comment to
9152         extra_string indicating that this member is mallod'd.
9153         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9154
9155 2013-03-20  Pedro Alves  <palves@redhat.com>
9156
9157         PR gdb/15289
9158
9159         * cli/cli-setshow.c (do_set_command)
9160         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9161         the result of parsing the command argument.  Throw error if the
9162         value is greater than UINT_MAX.  Print the invalid value with
9163         plongest.
9164         <var_integer, var_zinteger>: Use LONGEST for variable holding the
9165         result of parsing the command argument.  Throw error if the value
9166         is greater than INT_MAX, not greater or equal.  Also throw error
9167         if the value is less than INT_MIN.  Print the invalid value with
9168         plongest.
9169         <var_zuinteger_unlimited>: Throw error if the value is greater
9170         than INT_MAX, not greater or equal.
9171         (do_show_command) <var_integer, var_zinteger,
9172         var_zuinteger_unlimited>: Use %d for printing int, not %u.
9173
9174 2013-03-20  Tom Tromey  <tromey@redhat.com>
9175
9176         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9177         if possible.
9178         * dwarf2read.c (read_func_scope): Remove old FIXME.
9179         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9180         not LOC_COMPUTED.
9181         * findvar.c (symbol_read_needs_frame, default_read_var_value):
9182         Unconditionally call via computed ops, if possible.
9183         * printcmd.c (address_info): Unconditionally call via computed ops,
9184         if possible.
9185         * stack.c (read_frame_arg): Unconditionally call via computed ops,
9186         if possible.
9187         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9188         * tracepoint.c (scope_info): Unconditionally call via computed ops,
9189         if possible.
9190
9191 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9192             Tom Tromey  <tromey@redhat.com>
9193
9194         PR symtab/8421:
9195         * coffread.c (coff_register_index): New global.
9196         (process_coff_symbol, coff_read_enum_type): Set
9197         SYMBOL_ACLASS_INDEX.
9198         (_initialize_coffread): Initialize new global.
9199         * dwarf2loc.c (locexpr_find_frame_base_location)
9200         (dwarf2_block_frame_base_locexpr_funcs)
9201         (loclist_find_frame_base_location)
9202         (dwarf2_block_frame_base_loclist_funcs): New.
9203         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9204         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9205         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9206         (dwarf2_block_frame_base_loclist_funcs): New.
9207         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9208         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9209         globals.
9210         (read_func_scope): Update.
9211         (fixup_go_packaging, mark_common_block_symbol_computed)
9212         (var_decode_location, new_symbol_full, dwarf2_const_value):
9213         Set SYMBOL_ACLASS_INDEX.
9214         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
9215         (_initialize_dwarf2_read): Initialize new globals.
9216         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9217         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9218         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9219         globals.
9220         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9221         (_initialize_mdebugread): Initialize new globals.
9222         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9223         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9224         (stab_register_index, stab_regparm_index): New globals.
9225         (define_symbol, read_enum_type, common_block_end): Set
9226         SYMBOL_ACLASS_INDEX.
9227         (_initialize_stabsread): Initialize new globals.
9228         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9229         globals.
9230         (MAX_SYMBOL_IMPLS): New define.
9231         (register_symbol_computed_impl, register_symbol_block_impl)
9232         (register_symbol_register_impl)
9233         (initialize_ordinary_address_classes): New functions.
9234         (_initialize_symtab): Call initialize_ordinary_address_classes.
9235         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9236         (struct symbol_impl): New.
9237         (SYMBOL_ACLASS_BITS): New define.
9238         (struct symbol) <aclass, ops>: Remove fields.
9239         <aclass_index>: New field.
9240         (symbol_impls): Declare.
9241         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9242         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9243         (register_symbol_computed_impl, register_symbol_block_impl)
9244         (register_symbol_register_impl): Declare.
9245         (struct symbol_computed_ops): Add location_has_loclist.
9246         (struct symbol_block_ops): New.
9247         (SYMBOL_BLOCK_OPS): New.
9248         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9249
9250 2013-03-20  Tom Tromey  <tromey@redhat.com>
9251
9252         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9253         (print_partial_symbols, recursively_search_psymtabs): Use
9254         PSYMBOL_CLASS.
9255
9256 2013-03-20  Pierre Muller  <muller@sourceware.org>
9257
9258         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9259         addtion, subtraction, multiplication and division binary operator.
9260
9261 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9262
9263         Code cleanup.
9264         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9265         * bsd-kvm.c (bsd_kvm_close): Likewise.
9266         * bsd-uthread.c (bsd_uthread_close): Likewise.
9267         * corelow.c (core_close): Likewise.
9268         (core_close_cleanup): Remove parameter quitting from a caller.
9269         * event-top.c (async_disconnect): Likewise.
9270         * exec.c (exec_close_1): Remove parameter quitting.
9271         * go32-nat.c (go32_close): Likewise.
9272         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
9273         parameter quitting from a caller.
9274         * mips-linux-nat.c (super_close): Remove parameter quitting from the
9275         variable.
9276         (mips_linux_close): Remove parameter quitting.  Remove parameter
9277         quitting from a caller.
9278         * monitor.c (monitor_close): Remove parameter quitting.
9279         * monitor.h (monitor_close): Likewise.
9280         * record-btrace.c (record_btrace_close): Likewise.
9281         * record-full.c (record_full_close): Likewise.
9282         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9283         it also from fprintf_unfiltered.
9284         * remote-mips.c (mips_close): Remove parameter quitting.
9285         (mips_detach): Remove parameter quitting from a caller.
9286         * remote-sim.c (gdbsim_close): Remove parameter quitting.
9287         (gdbsim_close): Remove duplicate function comment.  Remove parameter
9288         quitting and remove it also from printf_filtered.
9289         * remote.c (remote_close): Remove parameter quitting.
9290         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9291         * target.c (update_current_target): Remove parameter int from to_close
9292         de_fault.
9293         (push_target, unpush_target, pop_target): Remove parameter quitting from
9294         a caller.
9295         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9296         Remove parameter quitting from a caller.
9297         (target_preopen): Remove parameter quitting from a caller.
9298         (target_close): Remove parameter quitting.  Remove parameter quitting
9299         from a caller two times.  Remove parameter quitting also from
9300         fprintf_unfiltered.
9301         * target.h (struct target_ops): Remove parameter quitting and as int
9302         from fields to_xclose and to_close.
9303         (extern struct target_ops current_target):
9304         (target_close, pop_all_targets): Remove parameter quitting.  Update the
9305         comment.
9306         (pop_all_targets_above): Remove parameter quitting.
9307         * top.c (quit_target): Remove parameter quitting from a caller.
9308         * tracepoint.c (tfile_close): Remove parameter quitting.
9309         * windows-nat.c (windows_close): Remove parameter quitting.
9310
9311 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
9312
9313         * windows-nat.c (handle_output_debug_string): Replace call
9314         to string_to_core_addr with call to strtoull.
9315
9316 2013-03-20  Yao Qi  <yao@codesourcery.com>
9317
9318         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9319         and write it to CTF metadata.
9320
9321 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
9322
9323         * windows-nat.c (handle_output_debug_string): Change type of n to
9324         SIZE_T to avoid crash on 64 bit systems.
9325
9326 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
9327
9328         * python/python-internal.h (HAVE_SNPRINTF)
9329         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9330         about redefinition of snprintf by pyerrors.h.
9331
9332 2013-03-15  Steve Ellcey  <sellcey@mips.com>
9333
9334         * remote-sim.c (sim_command_completer): Make char arguments const.
9335
9336 2013-03-15  Tom Tromey  <tromey@redhat.com>
9337
9338         PR c++/15116:
9339         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9340
9341 2013-03-14  Tom Tromey  <tromey@redhat.com>
9342
9343         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9344         New fields.
9345         (get_file_crc): Move from symfile.c.
9346         (gdb_bfd_crc): New function.
9347         * gdb_bfd.h (gdb_bfd_crc): Declare.
9348         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9349         * symfile.c (get_file_crc): Move to gdb_bfd.c.
9350         (separate_debug_file_exists): Use gdb_bfd_crc.
9351
9352 2013-03-14  Tom Tromey  <tromey@redhat.com>
9353
9354         * symfile.c (get_debug_link_info): Remove.
9355         (find_separate_debug_file_by_debuglink): Use
9356         bfd_get_debug_link_info.
9357
9358 2013-03-14  Tom Tromey  <tromey@redhat.com>
9359
9360         * symtab.c (error_in_psymtab_expansion): New function.
9361         (lookup_symbol_aux_quick)
9362         (basic_lookup_transparent_type_quick): Remove "last resort"
9363         code.  Use error_in_psymtab_expansion.
9364
9365 2013-03-14  Doug Evans  <dje@google.com>
9366             Jan Kratochvil  <jan.kratochvil@redhat.com>
9367
9368         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9369         any successful compare_filenames_for_search or FILENAME_CMP.
9370         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9371         * symtab.c (iterate_over_some_symtabs): Likewise.
9372
9373 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9374
9375         * source.c (print_source_lines_base): Make a local copy of
9376         symtab_to_fullname.
9377
9378 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
9379             Jan Kratochvil  <jan.kratochvil@redhat.com>
9380
9381         * source.c (print_source_lines_base): Suppress "file" for TUI.
9382
9383 2013-03-14  Keith Seitz  <keiths@redhat.com>
9384             Alan Matsuoka  <alanm@redhat.com>
9385
9386         PR c++/15203
9387         PR c++/15210
9388         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9389         TYPE_CODE_METHOD.
9390         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9391         symbols.
9392
9393 2013-03-14  Yao Qi  <yao@codesourcery.com>
9394
9395         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9396         status to tfile if trace is stopped by command 'tstop'.
9397
9398 2013-03-14  Yao Qi  <yao@codesourcery.com>
9399
9400         * tracepoint.c (tfile_write_status): Write trace notes and user
9401         name into tfile if they are not NULL.
9402
9403 2013-03-14  Hui Zhu  <hui@codesourcery.com>
9404             Yao Qi  <yao@codesourcery.com>
9405
9406         * Makefile.in (REMOTE_OBS): Add ctf.o.
9407         (SFILES): Add ctf.c.
9408         (HFILES_NO_SRCDIR): Add ctf.h.
9409         * ctf.c, ctf.h: New files.
9410         * tracepoint.c: Include 'ctf.h'.
9411         (collect_pseudocommand): Remove static.
9412         (trace_save_command): Parse option "-ctf".
9413         Produce different trace file writers per option.
9414         Adjust output message.
9415         (trace_save_tfile, trace_save_ctf): New.
9416         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9417         * mi/mi-main.c: Include 'ctf.h'.
9418         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
9419         trace_save_tfile or trace_save_ctf.
9420         * NEWS: Mention these changes.
9421
9422 2013-03-14  Yao Qi  <yao@codesourcery.com>
9423
9424         * tracepoint.c (trace_file_writer_xfree): New.
9425         (struct tfile_writer_data): New.
9426         (tfile_dtor, tfile_can_target_save, tfile_start): New.
9427         (tfile_write_header, tfile_write_regblock_type): New.
9428         (tfile_write_status, tfile_write_uploaded_tsv): New.
9429         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9430         (tfile_write_raw_data, (tfile_end): New.
9431         (tfile_write_ops): New global variable.
9432         (TRACE_WRITE_R_BLOCK): New macro.
9433         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9434         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9435         (TRACE_WRITE_V_BLOCK): New macro.
9436         (trace_save): Add extra one parameter WRITER.  Make it static.
9437         Use WRITER to writer trace.
9438         (tfile_trace_file_writer_new): New.
9439         (trace_save_command): Caller update.
9440         (trace_save_tfile): Write trace data in TFILE format.
9441         * tracepoint.h (struct trace_frame_write_ops): New.
9442         (struct trace_file_write_ops): New.
9443         (struct trace_file_writer): New.
9444         (trace_save): Remove its declaration.
9445         (trace_save_tfile): Declare it.
9446         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9447         instead of trace_save.
9448
9449 2013-03-13  Pedro Alves  <palves@redhat.com>
9450
9451         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9452
9453 2013-03-13  Pedro Alves  <palves@redhat.com>
9454
9455         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9456         commented out code.
9457         * demangle.c (current_demangling_style_string): Make it const.
9458         (set_demangling_command): Assert the demangling style is known.
9459         Remove all handling of unknown styles.  Set
9460         'current_demangling_style_string' to an element of the
9461         demangling_style_names array.
9462         (set_demangling_style): Delete.
9463         (_initialize_demangler): Set current_demangling_style_string to the
9464         element of the demangling_style_names array that corresponds to
9465         the default demangling style.  Remove FIXME note.  Don't call
9466         set_demangling_style.
9467         * gdb-demangle.h (set_demangling_style): Remove declaration.
9468
9469 2013-03-13  Pedro Alves  <palves@redhat.com>
9470
9471         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9472         fields const.
9473         (ada_make_symbol_completion_list): Make "text0" parameter const.
9474         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9475         * breakpoint.c (condition_completer): Make "text" and "word"
9476         parameters const.  Adjust.
9477         (check_tracepoint_command): Adjust to validate_actionline
9478         prototype change.
9479         (catch_syscall_completer): Make "text" and "word" parameters
9480         const.
9481         * cli/cli-cmds.c (show_user): Make "comname" local const.
9482         (valid_command_p): Make "command" parameter const.
9483         (alias_command): Make "alias_prefix" and "command_prefix" locals
9484         const.
9485         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9486         (add_alias_cmd): Make "name" and "oldname" parameters const.
9487         Adjust.  No longer make copy of OLDNAME.
9488         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9489         (add_setshow_cmd_full, add_setshow_enum_cmd)
9490         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9491         (add_setshow_filename_cmd, add_setshow_string_cmd)
9492         (add_setshow_string_noescape_cmd)
9493         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9494         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9495         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9496         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9497         Make "name" parameter const.
9498         (help_cmd): Rename "command" parameter to "arg".  New const local
9499         "command".
9500         (find_cmd): Make "command" parameter const.
9501         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
9502         deprecated_cmd_warning prototype change.
9503         (undef_cmd_error): Make "cmdtype" parameter const.
9504         (lookup_cmd): Make "line" parameter const.
9505         (deprecated_cmd_warning): Change type of "text" parameter to
9506         pointer to const char, from pointer to pointer to char.  Adjust.
9507         (lookup_cmd_composition): Make "text" parameter const.
9508         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9509         parameters const.
9510         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9511         const.
9512         * cli/cli-script.c (validate_comname): Make "tem" local const.
9513         (define_command): New const local "tem_c".  Use it in calls to
9514         lookup_cmd.
9515         (document_command): Make "tem" and "comfull" locals const.
9516         (show_user_1): Make "prefix" and "name" parameters const.
9517         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9518         const.
9519         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9520         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9521         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9522         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9523         (complete_on_enum, add_setshow_enum_cmd)
9524         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9525         (add_setshow_filename_cmd, add_setshow_string_cmd)
9526         (add_setshow_string_noescape_cmd)
9527         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9528         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9529         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9530         Change prototypes, constifying strings.
9531         * completer.c (noop_completer, filename_completer): Make "text"
9532         and "prefix" parameters const.
9533         (location_completer, expression_completer)
9534         (complete_line_internal): Make "text" and "prefix" parameters
9535         const and adjust.
9536         (command_completer, signal_completer): Make "text" and "prefix"
9537         parameters const.
9538         * completer.h (noop_completer, filename_completer)
9539         (expression_completer, location_completer, command_completer)
9540         (signal_completer): Change prototypes.
9541         * corefile.c (complete_set_gnutarget): Make "text" and "word"
9542         parameters const.
9543         * cp-abi.c (cp_abi_completer): Likewise.
9544         * expression.h (parse_expression_for_completion): Change
9545         prototype.
9546         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9547         parameters const.
9548         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9549         * infrun.c (handle_completer): Make "text" and "word" parameters
9550         const.
9551         * interps.c (interpreter_completer): Make "text" and "word"
9552         parameters const.
9553         * language.h (struct language_defn)
9554         <la_make_symbol_completion_list>: Make "text" and "word"
9555         parameters const.
9556         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9557         (parse_exp_in_context): Rename to ...
9558         (parse_exp_in_context_1): ... this.
9559         (parse_exp_in_context): Reimplement, with const hack from
9560         parse_exp_1.
9561         (parse_expression_for_completion): Make "string" parameter const.
9562         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9563         to pointer to const char.  Adjust.
9564         (print_command_1): Make "exp" parameter const.
9565         (output_command): Rename to ...
9566         (output_command_const): ... this.  Make "exp" parameter const.
9567         (output_command): Reimplement.
9568         (x_command): Adjust.
9569         (display_command): Rename "exp" parameter to "arg".  New "exp"
9570         local, const version of "arg".
9571         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9572         "cmd_name" local const.
9573         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9574         call.
9575         (cmdpy_completer): Make "text" and "word" parameters const.
9576         (gdbpy_parse_command_name): Make "prefix_text2" local const.
9577         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9578         const.
9579         * remote.c (_initialize_remote): Make "cmd_name" local const.
9580         * symtab.c (language_search_unquoted_string): Make "text" and "p"
9581         parameters const.  Adjust.
9582         (completion_list_add_fields): Make "sym_text", "text" and "word"
9583         parameters const.
9584         (struct add_name_data) <sym_text, text, word>: Make fields const.
9585         (default_make_symbol_completion_list_break_on): Make "text" and
9586         "word" parameters const.  Adjust locals.
9587         (default_make_symbol_completion_list)
9588         (make_symbol_completion_list, make_symbol_completion_type)
9589         (make_symbol_completion_list_fn): Make "text" and "word"
9590         parameters const.
9591         (make_file_symbol_completion_list): Make "text", "word" and
9592         "srcfile" parameters const.  Adjust locals.
9593         (add_filename_to_list): Make "text" and "word" parameters const.
9594         (struct add_partial_filename_data) <text, word>: Make fields
9595         const.
9596         (make_source_files_completion_list): Make "text" and "word"
9597         parameters const.
9598         * symtab.h (default_make_symbol_completion_list_break_on)
9599         (default_make_symbol_completion_list, make_symbol_completion_list)
9600         (make_symbol_completion_type enum type_code)
9601         (make_symbol_completion_list_fn make_file_symbol_completion_list)
9602         (make_source_files_completion_list): Change prototype.
9603         * top.c (execute_command): Adjust to pass pointer to pointer to
9604         const char to lookup_cmd, and to deprecated_cmd_warning prototype
9605         change.
9606         (set_verbose): Make "cmdname" local const.
9607         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9608         and adjust.
9609         (validate_actionline): Make "line" parameter a pointer to const
9610         char, and adjust.
9611         (encode_actions_1): Make "action_exp" local const, and adjust.
9612         (encode_actions): Adjust.
9613         (replace_comma): Delete.
9614         (trace_dump_actions): Make "action_exp" and "next_comma" locals
9615         const, and adjust.  Don't frob the action string while splitting
9616         it at commas.  Instead, make a copy of each split substring in
9617         turn.
9618         (trace_dump_command): Adjust to validate_actionline prototype
9619         change.
9620         * tracepoint.h (decode_agent_options, decode_agent_options)
9621         (encode_actions, validate_actionline): Change prototypes.
9622         * valprint.h (output_command): Delete declaration.
9623         (output_command_const): Declare.
9624         * value.c (function_destroyer): Cast const away in xfree call.
9625
9626 2013-03-13  Pedro Alves  <palves@redhat.com>
9627
9628         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9629         rather than casting 'const char * const *' to 'const char **'.
9630         * ada-lex.l (processInt): Make "trailer" local const.  Remove
9631         'const char **' cast.
9632         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9633         locals, and use those as strtol output pointer, instead than doing
9634         invalid casts to from 'const char **' to 'char **'.
9635         (_initialize_demangle): Remove cast.
9636         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9637         locals, and use those as strtol output pointer, instead than doing
9638         invalid casts to from 'const char **' to 'char **'.
9639         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9640         casts.
9641         * stap-probe.c (stap_parse_register_operand)
9642         (stap_parse_single_operand): Likewise.
9643
9644 2013-03-13  Yao Qi  <yao@codesourcery.com>
9645
9646         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9647         the last matched 'V' blcok in trace frame.
9648
9649 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
9650
9651         * NEWS: Create a new section for the next release branch.
9652         Rename the section of the current branch, now that it has
9653         been cut.
9654
9655 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
9656
9657         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9658         * version.in: Bump version to 7.6.50.20130312-cvs.
9659
9660 2013-03-12  Keith Seitz  <keiths@redhat.com>
9661
9662         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9663         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9664         Remove temporary copy of input string.
9665         (mi_execute_command_wrapper): Make "cmd" const.
9666         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9667         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9668         Use const strings.
9669         (mi_parse): Make "cmd" const.
9670         Use const strings.
9671         * mi/mi-parse.h (mi_parse): Make "cmd" const.
9672
9673 2013-03-12  Keith Seitz  <keiths@redhat.com>
9674
9675         * ada-lang.c (ada_read_renaming_var_value): Pass const
9676         pointer to expression string to parse_exp_1.
9677         (create_excep_cond_exprs): Likewise.
9678         * ax-gdb.c (agent_eval_command_one): Likewise.
9679         (maint_agent_printf_command): Likewise.
9680         Constify much of the string handling/parsing.
9681         * breakpoint.c (set_breakpoint_condition): Pass const
9682         pointer to expression string to parse_exp_1.
9683         (update_watchpoint): Likewise.
9684         (parse_cmd_to_aexpr): Constify string handling.
9685         Pass const pointer to parse_exp_1.
9686         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9687         (find_condition_and_thread): Likewise.
9688         Make TOK const.
9689         (watch_command_1): Make "arg" const.
9690         Constify string handling.
9691         Copy the expression string instead of changing the input
9692         string.
9693         (update_breakpoint_location): Pass const pointer to
9694         parse_exp_1.
9695         * eval.c (parse_and_eval_address): Make "exp" const.
9696         (parse_to_comma_and_eval): Make "expp" const.
9697         (parse_and_eval): Make "exp" const.
9698         * expression.h (parse_expression): Make argument const.
9699         (parse_exp_1): Make first argument const.
9700         * findcmd.c (parse_find_args): Treat "args" as const.
9701         * linespec.c (parse_linespec): Pass const pointer to
9702         linespec_expression_to_pc.
9703         (linespec_expression_to_pc): Make "exp_ptr" const.
9704         * parse.c (parse_exp_1): Make "stringptr" const.
9705         Make a copy of the expression to pass to parse_exp_in_context until
9706         this whole interface can be constified.
9707         (parse_expression): Make "string" const.
9708         * printcmd.c (ui_printf): Treat "arg" as const.
9709         Handle const strings.
9710         * tracepoint.c (validate_actionline): Pass const pointer to
9711         all calls to parse_exp_1.
9712         (encode_actions_1): Likewise.
9713         * value.h (parse_to_comma_and_eval): Make argument const.
9714         (parse_and_eval_address): Likewise.
9715         (parse_and_eval): Likewise.
9716         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
9717         (varobj_set_value): Likewise.
9718         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
9719         constify string handling.
9720         Pass const pointers to parse_and_eval_address and
9721         parse_to_comman_and_eval.
9722         * cli/cli-utils.c (skip_to_space): Rename to ...
9723         (skip_to_space_const): ... this. Handle const strings.
9724         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
9725         skip_to_space_const.
9726         (skip_to_space_const): Declare.
9727         * common/format.c (parse_format_string): Make "arg" const.
9728         Handle const strings.
9729         * common/format.h (parse_format_string): Make "arg" const.
9730         * gdbserver/ax.c (ax_printf): Make "format" const.
9731         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
9732         of the expression string.
9733
9734 2013-03-12  Hui Zhu  <hui@codesourcery.com>
9735
9736         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
9737
9738 2013-03-12  Yao Qi  <yao@codesourcery.com>
9739             Hui Zhu  <hui@codesourcery.com>
9740
9741         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
9742         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
9743         DW_OP_deref_size.
9744
9745 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
9746
9747         * ada-lex.l (rules): Only recognize 'thread' as a
9748         delimiter when followed by numerals, as for c-exp.y.
9749         Use new rewind_to_char function to rewind the input for
9750         expression-delimiting tokens.
9751         (rewind_to_char): New function.
9752
9753 2013-03-11  Pedro Alves  <palves@redhat.com>
9754             Jan Kratochvil  <jan.kratochvil@redhat.com>
9755
9756         * configure: Regenerate.
9757         * configure.ac (check dynamic export flag): Link python test with
9758         $PYTHON_LIBS.
9759
9760 2013-03-11  Doug Evans  <dje@google.com>
9761             Keith Seitz  <keiths@redhat.com>
9762
9763         * linespec.c (find_linespec_symbols): Call find_function_symbols
9764         first, and then call lookup_prefix_sym/find_method.
9765
9766 2013-03-11  Pedro Alves  <palves@redhat.com>
9767
9768         * charset.c (convert_between_encodings): Don't cast between
9769         different pointer to pointer types.  Instead, make the 'inp' local
9770         be of the type iconv expects.
9771         (wchar_iterate): Don't cast between different pointer to pointer
9772         types.  Instead, use new pointer local of the type iconv expects.
9773         * target.c (target_read_stralloc, target_fileio_read_stralloc):
9774         Add new local of type char pointer, and use it to get a
9775         char/string view of the byte buffer, instead of casting between
9776         pointer to pointer types.
9777
9778 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
9779
9780         * remote.c (remote_set_trace_buffer_size): Move != operator
9781         to the start of next line to fix an ARI warning.
9782
9783 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9784
9785         * NEWS: Add record changes.
9786
9787 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9788
9789         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9790         the instruction history disassembly.
9791         * disasm.c (dump_insns): Omit the pc prefix, if requested.
9792         * disasm.h (DISASSEMBLY_OMIT_PC): New.
9793
9794 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9795
9796         * Makefile.in (SFILES): Add record-btrace.c
9797         (COMMON_OBS): Add record-btrace.o
9798         * record-btrace.c: New.
9799         * objfiles.c: Include btrace.h.
9800         (free_objfile): call btrace_free_objfile.
9801
9802 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9803
9804         * target.c (target_call_history, target_call_history_from,
9805         target_call_history_range): New.
9806         * target.h (target_ops) <to_call_history, to_call_history_from,
9807         to_call_history_range>: New fields.
9808         (target_call_history, target_call_history_from,
9809         target_call_history_range): New declaration.
9810         * record.c (get_call_history_modifiers, cmd_record_call_history,
9811         record_call_history_size): New.
9812         (_initialize_record): Add the "record function-call-history" command.
9813         Add "set/show record function-call-history-size" commands.
9814         * record.h (record_print_flag): New.
9815
9816 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9817
9818         * target.h (target_ops) <to_insn_history, to_insn_history_from,
9819         to_insn_history_range>: New fields.
9820         (target_insn_history): New.
9821         (target_insn_history_from): New.
9822         (target_insn_history_range): New.
9823         * target.c (target_insn_history): New.
9824         (target_insn_history_from): New.
9825         (target_insn_history_range): New.
9826         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9827         (record_insn_history_size): New.
9828         (get_insn_number): New.
9829         (get_context_size): New.
9830         (no_chunk): New.
9831         (get_insn_history_modifiers): New.
9832         (cmd_record_insn_history): New.
9833         (_initialize_record): Add "set/show record instruction-history-size"
9834         command. Add "record instruction-history" command.
9835
9836 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9837
9838         * record.h (record_disconnect): New.
9839         (record_detach): New.
9840         (record_mourn_inferior): New.
9841         (record_kill): New.
9842         * record-full.c (record_disconnect, record_detach,
9843         record_mourn_inferior, record_kill): Move to...
9844         * record.c: ...here.
9845         (DEBUG): New.
9846         (record_stop): New.
9847         (record_unpush): New.
9848         (cmd_record_stop): Call record_stop. Replace unpush_target
9849         call with record_unpush call.
9850         (record_disconnect, record_detach): Assert that the target
9851         is of record stratum. Call record_unpush, record_stop, and
9852         DEBUG.
9853         (record_mourn_inferior, record_kill): Assert that the target
9854         is of record stratum. Call record_unpush and DEBUG.
9855
9856 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9857
9858         * record-full.h, record-full.c (record_memory_query): Rename
9859         to ...
9860         (record_full_memory_query): ...this. Update all users.
9861         (record_arch_list_add_reg): Rename to ...
9862         (record_full_arch_list_add_reg): ...this. Update all users.
9863         (record_arch_list_add_mem): Rename to ...
9864         (record_full_arch_list_add_mem): ...this. Update all users.
9865         (record_arch_list_add_end): Rename to ...
9866         (record_full_arch_list_add_end): ...this. Update all users.
9867         (record_gdb_operation_disable_set): Rename to ...
9868         (record_full_gdb_operation_disable_set): ...this.
9869         Update all users.
9870
9871 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9872
9873         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9874         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9875         (RECORD_IS_REPLAY): Renamed to ...
9876         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9877         (RECORD_FILE_MAGIC): Renamed to ...
9878         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9879         (record_mem_entry): Renamed to ...
9880         (record_full_mem_entry): ... this. Updated all users.
9881         (record_reg_entry): Renamed to ...
9882         (record_full_reg_entry): ... this. Updated all users.
9883         (record_end_entry): Renamed to ...
9884         (record_full_end_entry): ... this. Updated all users.
9885         (record_type) <record_end, record_reg, record_mem>: Renamed
9886         to ...
9887         (record_full_type) <record_full_end, record_full_reg,
9888         record_full_mem>: ... this. Updated all users.
9889         (record_entry): Renamed to ...
9890         (record_full_entry): ... this. Updated all users.
9891         (record_core_buf_entry): Renamed to ...
9892         (record_full_core_buf_entry): ... this. Updated all users.
9893         (record_core_regbuf): Renamed to ...
9894         (record_full_core_regbuf): ... this. Updated all users.
9895         (record_core_start): Renamed to ...
9896         (record_full_core_start): ... this. Updated all users.
9897         (record_core_end): Renamed to ...
9898         (record_full_core_end): ... this. Updated all users.
9899         (record_core_buf_list): Renamed to ...
9900         (record_full_core_buf_list): ... this. Updated all users.
9901         (record_first): Renamed to ...
9902         (record_full_first): ... this. Updated all users.
9903         (record_list): Renamed to ...
9904         (record_full_list): ... this. Updated all users.
9905         (record_arch_list_head): Renamed to ...
9906         (record_full_arch_list_head): ... this. Updated all users.
9907         (record_arch_list_tail): Renamed to ...
9908         (record_full_arch_list_tail): ... this. Updated all users.
9909         (record_stop_at_limit): Renamed to ...
9910         (record_full_stop_at_limit): ... this. Updated all users.
9911         (record_insn_max_num): Renamed to ...
9912         (record_full_insn_max_num): ... this. Updated all users.
9913         (record_insn_num): Renamed to ...
9914         (record_full_insn_num): ... this. Updated all users.
9915         (record_insn_count): Renamed to ...
9916         (record_full_insn_count): ... this. Updated all users.
9917         (record_ops): Renamed to ...
9918         (record_full_ops): ... this. Updated all users.
9919         (record_core_ops): Renamed to ...
9920         (record_full_core_ops): ... this. Updated all users.
9921         (set_record_cmdlist): Renamed to ...
9922         (set_record_full_cmdlist): ... this. Updated all users.
9923         (show_record_cmdlist): Renamed to ...
9924         (show_record_full_cmdlist): ... this. Updated all users.
9925         (record_cmdlist): Renamed to ...
9926         (record_full_cmdlist): ... this. Updated all users.
9927         (record_beneath_to_resume_ops): Renamed to ...
9928         (record_full_beneath_to_resume_ops): ... this. Updated all users.
9929         (record_beneath_to_resume): Renamed to ...
9930         (record_full_beneath_to_resume): ... this. Updated all users.
9931         (record_beneath_to_wait_ops): Renamed to ...
9932         (record_full_beneath_to_wait_ops): ... this. Updated all users.
9933         (record_beneath_to_wait): Renamed to ...
9934         (record_full_beneath_to_wait): ... this. Updated all users.
9935         (record_beneath_to_store_registers_ops): Renamed to ...
9936         (record_full_beneath_to_store_registers_ops): ... this.
9937         Updated all users.
9938         (record_beneath_to_store_registers): Renamed to ...
9939         (record_full_beneath_to_store_registers): ... this.
9940         Updated all users.
9941         (record_beneath_to_xfer_partial_ops): Renamed to ...
9942         (record_full_beneath_to_xfer_partial_ops): ... this.
9943         Updated all users.
9944         (record_beneath_to_xfer_partial): Renamed to ...
9945         (record_full_beneath_to_xfer_partial): ... this.
9946         Updated all users.
9947         (record_beneath_to_insert_breakpoint): Renamed to ...
9948         (record_full_beneath_to_insert_breakpoint): ... this.
9949         Updated all users.
9950         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
9951         (record_full_beneath_to_stopped_by_watchpoint): ... this.
9952         Updated all users.
9953         (record_beneath_to_stopped_data_address): Renamed to ...
9954         (record_full_beneath_to_stopped_data_address): ... this.
9955         Updated all users.
9956         (record_beneath_to_async): Renamed to ...
9957         (record_full_beneath_to_async): ... this. Updated all users.
9958         (record_goto_insn): Renamed to ...
9959         (record_full_goto_insn): ... this. Updated all users.
9960         (record_save): Renamed to ...
9961         (record_full_save): ... this. Updated all users.
9962         (record_reg_alloc): Renamed to ...
9963         (record_full_reg_alloc): ... this. Updated all users.
9964         (record_reg_release): Renamed to ...
9965         (record_full_reg_release): ... this. Updated all users.
9966         (record_mem_alloc): Renamed to ...
9967         (record_full_mem_alloc): ... this. Updated all users.
9968         (record_mem_release): Renamed to ...
9969         (record_full_mem_release): ... this. Updated all users.
9970         (record_end_alloc): Renamed to ...
9971         (record_full_end_alloc): ... this. Updated all users.
9972         (record_end_release): Renamed to ...
9973         (record_full_end_release): ... this. Updated all users.
9974         (record_entry_release): Renamed to ...
9975         (record_full_entry_release): ... this. Updated all users.
9976         (record_list_release): Renamed to ...
9977         (record_full_list_release): ... this. Updated all users.
9978         (record_list_release_following): Renamed to ...
9979         (record_full_list_release_following): ... this.
9980         Updated all users.
9981         (record_list_release_first): Renamed to ...
9982         (record_full_list_release_first): ... this. Updated all users.
9983         (record_arch_list_add): Renamed to ...
9984         (record_full_arch_list_add): ... this. Updated all users.
9985         (record_get_loc): Renamed to ...
9986         (record_full_get_loc): ... this. Updated all users.
9987         (record_check_insn_num): Renamed to ...
9988         (record_full_check_insn_num): ... this. Updated all users.
9989         (record_arch_list_cleanups): Renamed to ...
9990         (record_full_arch_list_cleanups): ... this. Updated all users.
9991         (record_message): Renamed to ...
9992         (record_full_message): ... this. Updated all users.
9993         (record_message_wrapper): Renamed to ...
9994         (record_full_message_wrapper): ... this. Updated all users.
9995         (record_message_wrapper_safe): Renamed to ...
9996         (record_full_message_wrapper_safe): ... this. Updated all users.
9997         (record_gdb_operation_disable): Renamed to ...
9998         (record_full_gdb_operation_disable): ... this. Updated all users.
9999         (record_hw_watchpoint): Renamed to ...
10000         (record_full_hw_watchpoint): ... this. Updated all users.
10001         (record_exec_insn): Renamed to ...
10002         (record_full_exec_insn): ... this. Updated all users.
10003         (record_restore): Renamed to ...
10004         (record_full_restore): ... this. Updated all users.
10005         (record_async_inferior_event_token): Renamed to ...
10006         (record_full_async_inferior_event_token): ... this.
10007         Updated all users.
10008         (record_async_inferior_event_handler): Renamed to ...
10009         (record_full_async_inferior_event_handler): ... this.
10010         Updated all users.
10011         (record_core_open_1): Renamed to ...
10012         (record_full_core_open_1): ... this. Updated all users.
10013         (record_open_1): Renamed to ...
10014         (record_full_open_1): ... this. Updated all users.
10015         (record_open): Renamed to ...
10016         (record_full_open): ... this. Updated all users.
10017         (record_close): Renamed to ...
10018         (record_full_close): ... this. Updated all users.
10019         (record_resume_step): Renamed to ...
10020         (record_full_resume_step): ... this. Updated all users.
10021         (record_resumed): Renamed to ...
10022         (record_full_resumed): ... this. Updated all users.
10023         (record_execution_dir): Renamed to ...
10024         (record_full_execution_dir): ... this. Updated all users.
10025         (record_resume): Renamed to ...
10026         (record_full_resume): ... this. Updated all users.
10027         (record_get_sig): Renamed to ...
10028         (record_full_get_sig): ... this. Updated all users.
10029         (record_sig_handler): Renamed to ...
10030         (record_full_sig_handler): ... this. Updated all users.
10031         (record_wait_cleanups): Renamed to ...
10032         (record_full_wait_cleanups): ... this. Updated all users.
10033         (record_wait_1): Renamed to ...
10034         (record_full_wait_1): ... this. Updated all users.
10035         (record_wait): Renamed to ...
10036         (record_full_wait): ... this. Updated all users.
10037         (record_stopped_by_watchpoint): Renamed to ...
10038         (record_full_stopped_by_watchpoint): ... this. Updated all users.
10039         (record_disconnect): Renamed to ...
10040         (record_full_disconnect): ... this. Updated all users.
10041         (record_detach): Renamed to ...
10042         (record_full_detach): ... this. Updated all users.
10043         (record_mourn_inferior): Renamed to ...
10044         (record_full_mourn_inferior): ... this. Updated all users.
10045         (record_kill): Renamed to ...
10046         (record_full_kill): ... this. Updated all users.
10047         (record_stopped_data_address): Renamed to ...
10048         (record_full_stopped_data_address): ... this. Updated all users.
10049         (record_registers_change): Renamed to ...
10050         (record_full_registers_change): ... this. Updated all users.
10051         (record_store_registers): Renamed to ...
10052         (record_full_store_registers): ... this. Updated all users.
10053         (record_xfer_partial): Renamed to ...
10054         (record_full_xfer_partial): ... this. Updated all users.
10055         (record_breakpoint): Renamed to ...
10056         (record_full_breakpoint): ... this. Updated all users.
10057         (record_breakpoint_p): Renamed to ...
10058         (record_full_breakpoint_p): ... this. Updated all users.
10059         (record_breakpoints): Renamed to ...
10060         (record_full_breakpoints): ... this. Updated all users.
10061         (record_sync_record_breakpoints): Renamed to ...
10062         (record_full_sync_record_breakpoints): ... this.
10063         Updated all users.
10064         (record_init_record_breakpoints): Renamed to ...
10065         (record_full_init_record_breakpoints): ... this.
10066         Updated all users.
10067         (record_insert_breakpoint): Renamed to ...
10068         (record_full_insert_breakpoint): ... this. Updated all users.
10069         (record_remove_breakpoint): Renamed to ...
10070         (record_full_remove_breakpoint): ... this. Updated all users.
10071         (record_can_execute_reverse): Renamed to ...
10072         (record_full_can_execute_reverse): ... this. Updated all users.
10073         (record_get_bookmark): Renamed to ...
10074         (record_full_get_bookmark): ... this. Updated all users.
10075         (record_goto_bookmark): Renamed to ...
10076         (record_full_goto_bookmark): ... this. Updated all users.
10077         (record_async): Renamed to ...
10078         (record_full_async): ... this. Updated all users.
10079         (record_can_async_p): Renamed to ...
10080         (record_full_can_async_p): ... this. Updated all users.
10081         (record_is_async_p): Renamed to ...
10082         (record_full_is_async_p): ... this. Updated all users.
10083         (record_execution_direction): Renamed to ...
10084         (record_full_execution_direction): ... this. Updated all users.
10085         (record_info): Renamed to ...
10086         (record_full_info): ... this. Updated all users.
10087         (record_delete): Renamed to ...
10088         (record_full_delete): ... this. Updated all users.
10089         (record_is_replaying): Renamed to ...
10090         (record_full_is_replaying): ... this. Updated all users.
10091         (record_goto_entry): Renamed to ...
10092         (record_full_goto_entry): ... this. Updated all users.
10093         (record_goto_begin): Renamed to ...
10094         (record_full_goto_begin): ... this. Updated all users.
10095         (record_goto_end): Renamed to ...
10096         (record_full_goto_end): ... this. Updated all users.
10097         (record_goto): Renamed to ...
10098         (record_full_goto): ... this. Updated all users.
10099         (init_record_ops): Renamed to ...
10100         (init_record_full_ops): ... this. Updated all users.
10101         (record_core_resume): Renamed to ...
10102         (record_full_core_resume): ... this. Updated all users.
10103         (record_core_kill): Renamed to ...
10104         (record_full_core_kill): ... this. Updated all users.
10105         (record_core_fetch_registers): Renamed to ...
10106         (record_full_core_fetch_registers): ... this. Updated all users.
10107         (record_core_prepare_to_store): Renamed to ...
10108         (record_full_core_prepare_to_store): ... this. Updated all users.
10109         (record_core_store_registers): Renamed to ...
10110         (record_full_core_store_registers): ... this. Updated all users.
10111         (record_core_xfer_partial): Renamed to ...
10112         (record_full_core_xfer_partial): ... this. Updated all users.
10113         (record_core_insert_breakpoint): Renamed to ...
10114         (record_full_core_insert_breakpoint): ... this. Updated all users.
10115         (record_core_remove_breakpoint): Renamed to ...
10116         (record_full_core_remove_breakpoint): ... this. Updated all users.
10117         (record_core_has_execution): Renamed to ...
10118         (record_full_core_has_execution): ... this. Updated all users.
10119         (init_record_core_ops): Renamed to ...
10120         (init_record_full_core_ops): ... this. Updated all users.
10121         (cmd_record_restore): Renamed to ...
10122         (cmd_record_full_restore): ... this. Updated all users.
10123         (record_save_cleanups): Renamed to ...
10124         (record_full_save_cleanups): ... this. Updated all users.
10125         (cmd_record_start): Renamed to ...
10126         (cmd_record_full_start): ... this. Updated all users.
10127         (set_record_insn_max_num): Renamed to ...
10128         (set_record_full_insn_max_num): ... this. Updated all users.
10129         (set_record_command): Renamed to ...
10130         (set_record_full_command): ... this. Updated all users.
10131         (show_record_command): Renamed to ...
10132         (show_record_full_command): ... this. Updated all users.
10133         (_initialize_record): Renamed to ...
10134         (_initialize_record_full): ... this. Updated all users.
10135
10136 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10137
10138         * record.h: Split into this and ...
10139         * record-full.h: ... this.
10140         * record.c: Split into this and ...
10141         * record-full.c: ... this.
10142         * target.h (target_ops): Add new fields to_info_record,
10143         to_save_record, to_delete_record, to_record_is_replaying,
10144         to_goto_record_begin, to_goto_record_end, to_goto_record.
10145         (target_info_record): New.
10146         (target_save_record): New.
10147         (target_supports_delete_record): New.
10148         (target_delete_record): New.
10149         (target_record_is_replaying): New.
10150         (target_goto_record_begin): New.
10151         (target_goto_record_end): New.
10152         (target_goto_record): New.
10153         * target.c (target_info_record): New.
10154         (target_save_record): New.
10155         (target_supports_delete_record): New.
10156         (target_delete_record): New.
10157         (target_record_is_replaying): New.
10158         (target_goto_record_begin): New.
10159         (target_goto_record_end): New.
10160         (target_goto_record): New.
10161         * record.h: Declare struct cmd_list_element.
10162         (record_cmdlist): New declaration.
10163         (set_record_cmdlist): New declaration.
10164         (show_record_cmdlist): New declaration.
10165         (info_record_cmdlist): New declaration.
10166         (cmd_record_goto): New declaration.
10167         * record.c: Remove unnecessary includes.
10168         Include inferior.h.
10169         (cmd_record_goto): Remove declaration.
10170         (record_cmdlist): Now extern. Initialize.
10171         (set_record_cmdlist): Now extern. Initialize.
10172         (show_record_cmdlist): Now extern. Initialize.
10173         (info_record_cmdlist): Now extern. Initialize.
10174         (find_record_target): New.
10175         (require_record_target): New.
10176         (cmd_record_start): Update.
10177         (cmd_record_delete): Remove target-specific code.
10178         Call target_delete_record.
10179         (cmd_record_stop): Unpush any record target.
10180         (set_record_insn_max_num): Move to record-full.c
10181         (set_record_command): Add comment.
10182         (show_record_command): Add comment.
10183         (info_record_command): Update comment.
10184         Remove target-specific code.
10185         Call the record target's to_info_record.
10186         (cmd_record_start): New.
10187         (cmd_record_goto): Now extern.
10188         Remove target-specific code.
10189         Call target_goto_begin,  target_goto_end, or target_goto.
10190         (_initialize_record): Move record target ops initialization to
10191         record-full.c.
10192         Change "record" command help text.
10193         Move "record restore", "record set", and "record show" commands to
10194         record-full.c.
10195         * Makefile.in (SFILES): Add record-full.c.
10196         (HFILES_NO_SRCDIR): Add record-full.h.
10197         (COMMON_OBS): Add record-full.o.
10198         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10199         * arm-tdep.c: Include record-full.h.
10200         * i386-linux-tdep.c: Include record-full.h instead of record.h.
10201         * i386-tdep.c: Include record-full.h.
10202         * infrun.c: Include record-full.h.
10203         * linux-record.c: Include record-full.h.
10204         * moxie-tdep.c: Include record-full.h.
10205         * record-full.c: Include record-full.h.
10206         Change module comment.
10207         (set_record_full_cmdlist): New.
10208         (show_record_full_cmdlist): New.
10209         (record_full_cmdlist): New.
10210         (record_goto_insn): New declaration.
10211         (record_save): New declaration.
10212         (record_check_insn_num): Change query string.
10213         (record_info): New.
10214         (record_delete): New.
10215         (record_is_replaying): New.
10216         (record_goto_entry): New.
10217         (record_goto_begin): New.
10218         (record_goto_end): New.
10219         (record_goto): New.
10220         (init_record_ops): Update.
10221         (init_record_core_ops): Update.
10222         (cmd_record_save): Rename to record_save. Remove target and arg checks.
10223         (cmd_record_start): New.
10224         (set_record_insn_max_num): Moved from record.c
10225         (set_record_full_command): New.
10226         (show_record_full_command): New.
10227         (_initialize_record_full): New.
10228
10229 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10230
10231         * target.h (add_deprecated_target_alias): New.
10232         * target.c (add_deprecated_target_alias): New.
10233
10234 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10235
10236         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10237         and signal.h.
10238         (linux_supports_btrace): Add kernel and
10239         cpuid check.
10240         (kernel_supports_btrace): New function.
10241         (cpu_supports_btrace): New function.
10242         (intel_supports_btrace): New function.
10243
10244 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10245
10246         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10247         * remote.c: Include btrace.h.
10248         (struct btrace_target_info): New struct.
10249         (remote_supports_btrace): New function.
10250         (send_Qbtrace): New function.
10251         (remote_enable_btrace): New function.
10252         (remote_disable_btrace): New function.
10253         (remote_teardown_btrace): New function.
10254         (remote_read_btrace): New function.
10255         (init_remote_ops): Add btrace ops.
10256         (enum <unnamed>): Add btrace packets.
10257         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10258         (_initialize_remote): Add packet configuration for branch tracing.
10259
10260 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10261
10262         * features/btrace.dtd: New file.
10263         * Makefile.in (XMLFILES): Add btrace.dtd.
10264         * btrace.h (parse_xml_btrace): New declaration.
10265         * btrace.c: Include xml-support.h.
10266         (parse_xml_btrace): New function.
10267         (parse_xml_btrace_block): New function.
10268         (block_attributes): New struct.
10269         (btrace_attributes): New struct.
10270         (btrace_children): New struct.
10271         (btrace_elements): New struct.
10272
10273 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10274
10275         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10276         (amd64_linux_enable_btrace): New.
10277         (amd64_linux_disable_btrace): New.
10278         (amd64_linux_teardown_btrace): New.
10279         (_initialize_amd64_linux_nat): Initialize btrace ops.
10280         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10281         (i386_linux_enable_btrace): New.
10282         (i386_linux_disable_btrace): New.
10283         (i386_linux_teardown_btrace): New.
10284         (_initialize_i386_linux_nat): Initialize btrace ops.
10285         * config/i386/linux.mh: Add linux-btrace.o.
10286         * config/i386/linux64.mh: Add linux-btrace.o.
10287
10288 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10289
10290         * common/linux_btrace.h: New file.
10291         * common/linux_btrace.c: New file.
10292         * Makefile.in (SFILES): Add btrace.c.
10293         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10294         (COMMON_OBS): Add btrace.o.
10295         (linux-btrace.o): New rule.
10296
10297 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10298
10299         * target.h: Include btrace.h.
10300         (struct target_ops) <to_supports_btrace, to_enable_btrace,
10301         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10302         * target.c (target_supports_btrace): New function.
10303         (target_enable_btrace): New function.
10304         (target_disable_btrace): New function.
10305         (target_teardown_btrace): New function.
10306         (target_read_btrace): New function.
10307         * btrace.h: New file.
10308         * btrace.c: New file.
10309         * Makefile.in: Add btrace.c.
10310         * gdbthread.h: Include btrace.h.
10311         (struct thread_info): Add btrace field.
10312         * thread.c: Include btrace.h.
10313         (clear_thread_inferior_resources): Call target_teardown_btrace.
10314         * common/btrace-common.h: New file.
10315
10316 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10317
10318         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10319         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10320         kill_status to outer block.
10321
10322 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10323
10324         Fix entry-values if the callee called a noreturn function.
10325         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10326         get_frame_address_in_block.  Add new comment.
10327
10328 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10329
10330         Fix entry-values in C++ across CUs.
10331         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10332         lookup_minimal_symbol.  Add a comment.
10333         * dwarf2read.c
10334         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10335         DW_AT_linkage_name.
10336
10337 2013-03-08  Yao Qi  <yao@codesourcery.com>
10338
10339         * tracepoint.c (_initialize_tracepoint): Indent the code.
10340
10341 2013-03-08  Pedro Alves  <palves@redhat.com>
10342
10343         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10344         (parse_find_args, find_command): Change type of pattern buffer
10345         locals to 'gdb_byte *'.
10346
10347 2013-03-08  Stan Shebs  <stan@codesourcery.com>
10348             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10349
10350         * NEWS: Mention set and show trace-buffer-size commands.
10351         Mention new packet.
10352         * target.h (struct target_ops): New method
10353         to_set_trace_buffer_size.
10354         (target_set_trace_buffer_size): New macro.
10355         * target.c (update_current_target): Set up new method.
10356         * tracepoint.c (trace_buffer_size): New global.
10357         (start_tracing): Send it to the target.
10358         (set_trace_buffer_size): New function.
10359         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10360         * remote.c (remote_set_trace_buffer_size): New function.
10361         (_initialize_remote): Use it.
10362         (QTBuffer:size) New remote command.
10363         (PACKET_QTBuffer_size): New enum.
10364         (remote_protocol_features): Add an entry for
10365         PACKET_QTBuffer_size.
10366
10367 2013-03-08  Tom Tromey  <tromey@redhat.com>
10368
10369         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10370         variable.
10371
10372 2013-03-07  Pedro Alves  <palves@redhat.com>
10373
10374         * target.c (target_read_stralloc, target_fileio_read_alloc):
10375         *Cast pointer to 'gdb_byte *' in target call.
10376
10377 2013-03-07  Pedro Alves  <palves@redhat.com>
10378
10379         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10380         call.
10381
10382 2013-03-07  Keith Seitz  <keiths@redhat.com>
10383
10384         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10385         (trace_pass_command): Likewise.
10386         * cli/cli-cmds.c: Include cli/cli-utils.h.
10387         (source_command): Use skip-spaces.
10388         (disassemble_command): Likewise.
10389         * findcmd.c: Include cli/cli-utils.h.
10390         (parse_find_args): Use skip_spaces.
10391         * go32-nat.c: Include cli/cli-utils.h.
10392         (go32_sldt): Use skip_spaces.
10393         (go32_sgdt): Likewise.
10394         (go32_sidt): Likewise.
10395         (go32_pde): Likewise.
10396         (go32_pte): Likewise.
10397         (go32_pte_for_address): Likewise.
10398         * infcmd.c: Include cli/cli-utils.h.
10399         (registers_info): Use skip_spaces.
10400         * linux-tdep.c (read_mapping): Use skip_spaces_const.
10401         (linux_info_proc): Likewise.
10402         * linux-thread-db.c: Include cli/cli-utils.h.
10403         (info_auto_load_libthread_db): Use skip_spaces_const.
10404         * m32r-rom.c: Include cli/cli-utils.h.
10405         (m32r_upload_command): Use skip_spaces.
10406         * maint.c: Include cli/cli-utils.h.
10407         (maintenance_translate_address): Use skip_spaces.
10408         * mi/mi-parse.c: Include cli/cli-utils.h.
10409         (mi_parse_argv): Use skip_spaces.
10410         (mi_parse): Likewise.
10411         * minsyms.c: Include cli/cli-utils.h.
10412         (msymbol_hash_iw): Use skip_spaces_const.
10413         * objc-lang.c: Include cli/cli-utils.h.
10414         (parse_selector): Use skip_spaces.
10415         (parse_method): Likewise.
10416         * python/python.c: Include cli/cli-utils.h.
10417         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10418         (python_command)[HAVE_PYTHON]: Likewise.
10419         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10420         * remote-m32r-sdi.c: Include cli/cli-utils.h.
10421         (m32r_load): Use skip_spaces.
10422         * serial.c: Include cli/cli-utils.h.
10423         (serial_open): Use skip_spaces_const.
10424         * stack.c: Include cli/cli-utils.h.
10425         (parse_frame_specification_1): Use skip_spaces_const.
10426         * symfile.c: Include cli/cli-utils.h.
10427         (set_ext_lang_command): Use skip_spaces.
10428         * symtab.c: Include cli/cli-utils.h.
10429         (rbreak_command): Use skip_spaces.
10430         * thread.c (thread_name_command): Use skip_spaces.
10431         * tracepoint.c (validate_actionline): Use skip_spaces.
10432         (encode_actions_1): Likewise.
10433         (trace_find_range_command): Likewise.
10434         (trace_find_outside_command): Likewise.
10435         (trace_dump_actions): Likewise.
10436
10437 2013-03-07  Pedro Alves  <palves@redhat.com>
10438
10439         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10440         * expprint.c (print_subexp_standard): Likewise.
10441         * utils.c (host_char_to_target): Likewise.
10442         * valprint.c (generic_emit_char, generic_printstr): Likewise.
10443         * varobj.c (value_get_print_value): Change type of local to char*.
10444         Cast it gdb_byte * in call to language printer.
10445
10446 2013-03-07  Pedro Alves  <palves@redhat.com>
10447
10448         * charset.c (struct wchar_iterator) <input>: Change type to 'const
10449         gdb_byte *'.
10450         (make_wchar_iterator): Remove cast to char*.
10451         (wchar_iterate): Change type of local.
10452
10453 2013-03-07  Pedro Alves  <palves@redhat.com>
10454
10455         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10456         for 'regcache->register_status'.
10457
10458 2013-03-07  Pedro Alves  <palves@redhat.com>
10459
10460         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10461         int.
10462
10463 2013-03-07  Pedro Alves  <palves@redhat.com>
10464
10465         * stap-probe.c (handle_stap_probe): Add cast to char*.
10466
10467 2013-03-07  Pedro Alves  <palves@redhat.com>
10468
10469         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10470         RECORD_MSGRCV>: Pass a signed variable to
10471         regcache_raw_read_signed, instead of an unsigned one.
10472
10473 2013-03-07  Pedro Alves  <palves@redhat.com>
10474
10475         * remote-notif.c (notif_debug): Change type to int.
10476         * remote-notif.h (notif_debug): Likewise.
10477
10478 2013-03-07  Pedro Alves  <palves@redhat.com>
10479
10480         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10481
10482 2013-03-07  Pedro Alves  <palves@redhat.com>
10483
10484         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10485         * remote.h (hex2bin, bin2hex): ... here.
10486         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10487
10488 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
10489
10490         * utils.c (initialize_utils): Improve doc strings of "set/show
10491         width", "set/show height", and "set/show pagination".
10492
10493 2013-03-06  Keith Seitz  <keiths@redhat.com>
10494
10495         * ax-gdb.c (gen_printf): Make FORMAT const.
10496         * ax-gdb.h (gen_printf): Likewise.
10497         * ax-general.c (ax_string): Make STR const.
10498         * ax.h (ax_string): Likewise.
10499
10500 2013-03-06  Doug Evans  <dje@google.com>
10501
10502         * elfread.c (elf_symfile_read): Move debugging printf to more
10503         logical location.
10504
10505 2013-03-06  Pedro Alves  <palves@redhat.com>
10506
10507         * python/py-utils.c (target_string_to_unicode): Delete function.
10508         * python/python-internal.h (target_string_to_unicode): Delete
10509         declaration.
10510
10511 2013-03-06  Pierre Muller  <muller@sourceware.org>
10512
10513         * linespec.c (get_current_search_block): ARI fix, use (void)
10514         for empty parameter list.
10515
10516 2013-03-05  Doug Evans  <dje@google.com>
10517
10518         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10519         of old ada_lookup_symbol_list.  In !full_search case, don't
10520         search superblocks.
10521         (ada_lookup_symbol_list): Delete arg full_search, all callers
10522         updated.  Call ada_lookup_symbol_list_worker.
10523         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10524         * ada-lang.h (ada_lookup_symbol_list): Update.
10525         * language.h (language_defn): Update comment for
10526         la_iterate_over_symbols.
10527         * linespec.c (iterate_over_file_blocks): New function.
10528         (iterate_over_all_matching_symtabs): Call it.
10529         (lookup_prefix_sym): Ditto.
10530         (get_current_search_block): New function.
10531         (get_search_block): Delete.
10532         (find_label_symbols): Call get_current_search_block.
10533         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10534         * symtab.c (iterate_over_symbols): Don't search superblocks.
10535
10536 2013-03-05  Yao Qi  <yao@codesourcery.com>
10537
10538         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10539         parameter VAR's type from "unsigned int" to "int".
10540         * command.h (var_zuinteger_unlimited): Update its comments.
10541         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10542
10543 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
10544
10545         * NEWS: Mention new target x86_64-*-cygwin*.
10546
10547 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
10548
10549         * configure.host: Add x86_64-*-cygwin* as host.
10550         * configure.tgt: Add x86_64-*-cygwin* as target.
10551         * config/i386/cygwin64.mh: New file.
10552
10553 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10554
10555         * linespec.c (decode_line_2): Fix duplicate request off by two message.
10556
10557 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10558
10559         * linespec.c (struct linespec_canonical_name): New.
10560         (struct linespec_state): Change canonical_names type to it.
10561         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
10562         xrealloc element size.  Initialize the different CANONICAL fields.
10563         (canonical_to_fullform): New.
10564         (filter_results): Use it.  Add variables canonical, fullform and
10565         cleanup.
10566         (struct decode_line_2_item, decode_line_2_compare_items): New.
10567         (decode_line_2): Remove variables iter and item_names, add variables
10568         items and items_count.  Modify the code for these new variables.
10569
10570 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
10571
10572         * coff-pe-read.c (read_pe_exported_syms): Don't return without
10573         calling do_cleanup.
10574
10575 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
10576
10577         * tracepoint.c (build_traceframe_info): Add code for byte order.
10578
10579 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
10580
10581         * v850-tdep.c: (v850e2_register_name): Revise system register
10582         names to match current V850E2M architecture specifications.
10583         Update register number enum comments too.
10584
10585 2013-03-01  Jiong Wang  <jiwang@tilera.com>
10586             Pedro Alves  <palves@redhat.com>
10587
10588         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10589         to END_ADDR.
10590         (tilegx_skip_prologue): Limit prologue analysis to section end.
10591
10592 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10593
10594         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10595         use it.
10596
10597 2013-03-01  Pedro Alves  <palves@redhat.com>
10598
10599         Use gdb_byte for bytes from the program being debugged.
10600
10601         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10602         Change type of local 'buf' to gdb_byte.
10603         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10604         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10605         * cris-tdep.c (cris_sigcontext_addr)
10606         (cris_sigtramp_frame_unwind_cache): Likewise.
10607         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10608         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10609         Likewise.
10610         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10611         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10612         (hppa32_hpux_search_dummy_call_sequence)
10613         (hppa_hpux_supply_save_state): Likewise.
10614         * hppa-linux-tdep.c (insns_match_pattern)
10615         (hppa_linux_find_global_pointer): Likewise.
10616         * hppa-tdep.c (hppa_in_function_epilogue_p)
10617         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10618         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10619         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10620         (i386fbsd_collect_uthread): Likewise.
10621         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10622         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10623         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10624         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10625         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10626         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10627         (ia64_libunwind_frame_prev_register)
10628         (ia64_libunwind_sigtramp_frame_this_id)
10629         (ia64_find_global_pointer_from_dynamic_section)
10630         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10631         (ia64_unwind_pc): Likewise.
10632         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10633         * m68hc11-tdep.c (m68hc11_push_dummy_call)
10634         (m68hc11_extract_return_value): Likewise.
10635         * m68klinux-nat.c (fetch_register, store_register): Likewise.
10636         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10637         (mep_get_insn, mep_push_dummy_call): Likewise.
10638         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10639         (mips_linux_in_dynsym_stub): Likewise.
10640         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10641         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10642         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10643         to gdb_byte.
10644         * remote-mips.c (mips_set_register): Likewise.
10645         * remote-sim.c (gdbsim_fetch_register): Likewise.
10646         * score-tdep.c (score7_fetch_inst): Change type of parameter
10647         'memblock' and local 'buf' to gdb_byte.
10648         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10649         Change type of local 'buf' to gdb_byte.  Adjust.
10650         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10651         to gdb_byte**.
10652         (score7_analyze_prologue): Change type of 'memblock' and
10653         'memblock_ptr' locals to gdb_byte*.
10654         * sh64-tdep.c (sh64_extract_return_value)
10655         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10656         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10657         * solib-pa64.c (pa64_solib_create_inferior_hook)
10658         (pa64_open_symbol_file_object): Remove local 'buf'.
10659         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10660         (som_open_symbol_file_object): Likewise.
10661         * solib-spu.c (spu_current_sos): Likewise.
10662         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10663         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10664         (spu_store_registers): Likewise.
10665         * target.c (debug_print_register): Likewise.
10666         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10667         * xstormy16-tdep.c (xstormy16_store_return_value)
10668         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10669         (xstormy16_find_jmp_table_entry): Likewise.
10670
10671 2013-03-01  Jiong Wang  <jiwang@tilera.com>
10672
10673         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10674         (tilegx_gdbarch_init): Install it.
10675
10676 2013-02-28  Tom Tromey  <tromey@redhat.com>
10677
10678         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10679         PyLong_Check.
10680
10681 2013-02-28  Doug Evans  <dje@google.com>
10682
10683         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10684         * python/python.c (gdbpy_find_pc_line): Ditto.
10685
10686 2013-02-28  Tom Tromey  <tromey@redhat.com>
10687
10688         * contrib/excheck.py: New file.
10689         * contrib/exsummary.py: New file.
10690         * contrib/gcc-with-excheck: New file.
10691
10692 2013-02-28  Tom Tromey  <tromey@redhat.com>
10693
10694         * python/python.c (gdbpy_print_stack): Call begin_line and
10695         fprintf_filtered inside TRY_CATCH.
10696
10697 2013-02-28  Tom Tromey  <tromey@redhat.com>
10698
10699         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
10700         inside TRY_CATCH.
10701
10702 2013-02-28  Tom Tromey  <tromey@redhat.com>
10703
10704         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
10705         frame_object_to_frame_info inside TRY_CATCH.
10706
10707 2013-02-28  Tom Tromey  <tromey@redhat.com>
10708
10709         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
10710         TRY_CATCH.
10711
10712 2013-02-28  Tom Tromey  <tromey@redhat.com>
10713
10714         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
10715
10716 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
10717
10718         * windows-nat.c: Throughout, fix format strings and casts of
10719         printf-like functions to avoid type related warnings on all
10720         platforms.
10721         (handle_output_debug_string): Fetch context information address
10722         from debug string using string_to_core_addr.
10723
10724 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10725
10726         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
10727         * regformats/reg-tilegx32.dat: New.
10728
10729 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10730
10731         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
10732
10733 2013-02-27  Jiong Wang  <jiwang@tilera.com>
10734
10735         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
10736
10737 2013-02-27  Yao Qi  <yao@codesourcery.com>
10738             Pedro Alves  <palves@redhat.com>
10739
10740         * tracepoint.c (tfile_trace_find): For tfind
10741         pc/tp/range/outside, look for the next trace frame instead of
10742         always starting from frame 0.
10743
10744 2013-02-26  Anthony Green  <green@moxielogic.com>
10745
10746         * configure.tgt: Add support for moxie-*-rtems* target.
10747
10748 2013-02-25  Pedro Alves  <palves@redhat.com>
10749
10750         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
10751         warning text.
10752
10753 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10754
10755         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
10756         if $fp is used as the virtual frame pointer.
10757
10758 2013-02-23  Alan Modra  <amodra@gmail.com>
10759
10760         * elfread.c (elf_symtab_read): Do not use udata.p here to find
10761         symbol size.
10762         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
10763         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
10764         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
10765         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
10766
10767 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10768
10769         Code cleanup.
10770         * elfread.c (build_id_bfd_get): Make the return type const.
10771         (build_id_verify): Make the check parameter const.
10772         (build_id_to_debug_filename): Make the build_id parameter and variable
10773         data const.
10774         (find_separate_debug_file_by_buildid): Make the variable build_id const.
10775
10776 2013-02-21  Alan Modra  <amodra@gmail.com>
10777
10778         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
10779
10780 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
10781
10782         Add a new method 'disassemble' to gdb.Architecture class.
10783         * python/py-arch.c (archpy_disassmble): Implementation of the
10784         new method gdb.Architecture.disassemble.
10785         (arch_object_methods): Add entry for the new method.
10786
10787 2013-02-20  Jiong Wang  <jiwang@tilera.com>
10788
10789         * MAINTAINERS (Write After Approval): Add myself to the list.
10790
10791 2013-02-19  Pedro Alves  <palves@redhat.com>
10792
10793         Garbage collect 'struct monitor_ops'::load_routine.
10794
10795         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10796         * monitor.c (monitor_load): No longer call
10797         current_monitor->load_routine.
10798         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10799         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10800         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10801
10802 2013-02-19  Pedro Alves  <palves@redhat.com>
10803
10804         PR gdb/15161
10805
10806         Harmonize with generic_load.
10807
10808         * monitor.c: Include "readline/readline.h".
10809         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
10810         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
10811         long/strtol for the 'load_offset' local.  Error out if no argument
10812         is given or if too many arguments are given.  Tilde expand the
10813         passed in file name.
10814
10815 2013-02-19  Kai Tietz  <ktietz@redhat.com>
10816
10817         PR gdb/15161
10818         * symfile.c (load_section_data): Change type of load_offset
10819         to CORE_ADDR.
10820         (generic_load): User strtoulst instead of strtoul for conversion
10821         of load_offset.
10822
10823 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10824
10825         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10826          for return address, "lr" register, saved on stack.
10827         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10828         after we invoke tilegx_analyze_prologue.
10829
10830 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10831
10832         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10833
10834 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10835
10836         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10837
10838 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10839
10840         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10841         (tilegx_write_pc): New function.
10842         (tilegx_cannot_reference_register): Return zero if REGNO
10843         is TILEGX_FAULTNUM_REGNUM.
10844         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10845         (tilegx_register_name): Add handling of "faultnum" register.
10846         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10847         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10848         handling of TILEGX_FAULTNUM_REGNUM.
10849         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10850
10851 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10852
10853         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10854         should be aligned to 64bit.
10855
10856 2013-02-19  Kai Tietz  <ktietz@redhat.com>
10857
10858         * windows-nat.c (windows_xfer_memory): Fix debug-output
10859         for LLP64.
10860
10861 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
10862
10863         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10864         Don't check DSP register number if HAVE_DSP is not set.
10865
10866 2013-02-19  Alan Modra  <amodra@gmail.com>
10867
10868         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
10869         throughout file instead.
10870         (build_id_bfd_get): Update to use new elf_tdata build_id field.
10871         Don't xmalloc return value.
10872         (build_id_verify): Similarly.  Don't xfree.
10873         (build_id_to_debug_filename): Update.
10874         (find_separate_debug_file_by_buildid): Update, don't xfree.
10875
10876 2013-02-18  Tom Tromey  <tromey@redhat.com>
10877
10878         PR gdb/15102:
10879         * dwarf2read.c (read_subrange_type): Use result of
10880         'check_typedef'.
10881
10882 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10883
10884         * frame.c: Remove one extra white space after #include
10885         directive.
10886
10887 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10888
10889         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10890
10891 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10892
10893         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10894         and dir commands into an if block.
10895
10896 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
10897
10898         * python/py-breakpoint (struct pybp_code):  Use int instead of
10899         enum type_code.
10900
10901 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
10902             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10903
10904         * NEWS: Mention new field "trace-file".
10905         * tracepoint.c (trace_status_mi): Output "trace-file" field.
10906         (tfile_open): Record the trace file's filename in the trace
10907         status.
10908         (tfile_files_info): Mention the name of the trace file.
10909         Check the "filename" field explicitely.
10910         (trace_status_command): Explicitely check "filename" field.
10911         (trace_find_command): Ditto.
10912         (trace_find_pc_command): Ditto.
10913         (trace_find_tracepoint_command): Ditto.
10914         (trace_find_line_command): Ditto.
10915         (trace_find_range_command): Ditto.
10916         (trace_find_outside_command): Ditto.
10917         * tracepoint.h (struct trace_status) <from_file>: Rename it
10918         to "filename" and make it hold the trace file's filename
10919         instead of a boolean.
10920         * remote.c (remote_get_trace_status): Initialize "filename"
10921         field with NULL instead of 0.
10922
10923 2013-02-15  Yao Qi  <yao@codesourcery.com>
10924
10925         * remote.c: Fix a typo.
10926
10927 2013-02-14  Pierre Muller  <muller@sourceware.org>
10928
10929         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
10930
10931 2013-02-14  Pedro Alves  <palves@redhat.com>
10932
10933         * utils.c (savestring): Don't #undef it.  Move function to
10934         common/common-utils.c.
10935         * common/common-utils.c: Include gdb_string.h.
10936         (savestring): Move here from utils.c.
10937         * common/common-utils.h (savestring): Declare.
10938
10939 2013-02-14  Pedro Alves  <palves@redhat.com>
10940
10941         * utils.c (savestring): Rename parameter 'size' to 'len'.
10942
10943 2013-02-14  Pedro Alves  <palves@redhat.com>
10944             Yufeng Zhang  <yufeng.zhang@arm.com>
10945
10946         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
10947         (aarch64_inferior_data, struct aarch64_inferior_data):
10948         Delete.
10949         (struct aarch64_process_info): New.
10950         (aarch64_process_list): New global.
10951         (aarch64_find_process_pid, aarch64_add_process)
10952         (aarch64_process_info_get): New functions.
10953         (aarch64_inferior_data_get): Delete.
10954         (aarch64_process_info_get): New function.
10955         (aarch64_forget_process): New function.
10956         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
10957         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
10958         aarch64_get_debug_reg_state.
10959         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
10960         instead of linux_nat_iterate_watchpoint_lwps.
10961         (aarch64_linux_new_fork): New function.
10962         (aarch64_linux_child_post_startup_inferior): Use
10963         aarch64_forget_process instead of aarch64_init_debug_reg_state.
10964         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
10965         (aarch64_linux_remove_hw_breakpoint)
10966         (aarch64_handle_aligned_watchpoint)
10967         (aarch64_handle_unaligned_watchpoint)
10968         (aarch64_linux_insert_watchpoint)
10969         (aarch64_linux_remove_watchpoint)
10970         (aarch64_linux_stopped_data_address): Adjust to pass the current
10971         process id to aarch64_debug_reg_state.
10972         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10973         linux_nat_new_fork hook, and aarch64_forget_process as
10974         linux_nat_forget_process hook; remove the call to
10975         register_inferior_data_with_cleanup.
10976
10977 2013-02-14  Pedro Alves  <palves@redhat.com>
10978
10979         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10980         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10981         lval_memory.
10982
10983 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
10984             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10985
10986         * tracepoint.h (validate_trace_state_variable_name): Declare.
10987         * tracepoint.c (validate_trace_state_variable_name): New.
10988         (trace_variable_command): Parse the trace state variable's name
10989         without using parse_expression.  Do several validations.
10990         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10991         trace state variable's name with parse_expression.  Validate it.
10992
10993 2013-02-14  Yao Qi  <yao@codesourcery.com>
10994
10995         * infcmd.c (breakpoint_proceeded): Remove it.
10996
10997 2013-02-14  Yao Qi  <yao@codesourcery.com>
10998
10999         * tracepoint.c (end_actions_pseudocommand): Make it static.
11000         (while_stepping_pseudocommand): Likewise.
11001         * tracepoint.h (end_actions_pseudocommand): Remove the
11002         declaration.
11003         (while_stepping_pseudocommand): Likewise.
11004
11005 2013-02-14  Yao Qi  <yao@codesourcery.com>
11006
11007         * cli/cli-decode.c (help_cmd): Remove the declaration of
11008         "cmdlist".
11009         (help_all): Likewise.
11010
11011 2013-02-13  Pedro Alves  <palves@redhat.com>
11012
11013         * amd64-linux-nat.c (update_debug_registers_callback):
11014         Update comment.
11015         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11016         iterate_over_lwps.
11017         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11018         i386_debug_reg_state.
11019         (amd64_linux_new_fork): New function.
11020         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11021         linux_nat_new_fork hook, and i386_forget_process as
11022         linux_nat_forget_process hook.
11023         * i386-linux-nat.c (update_debug_registers_callback):
11024         Update comment.
11025         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11026         iterate_over_lwps.
11027         (i386_linux_prepare_to_resume): Pass the lwp's pid to
11028         i386_debug_reg_state.
11029         (i386_linux_new_fork): New function.
11030         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11031         linux_nat_new_fork hook, and i386_forget_process as
11032         linux_nat_forget_process hook.
11033         * i386-nat.c (i386_init_dregs): Delete.
11034         (i386_inferior_data, struct i386_inferior_data):
11035         Delete.
11036         (struct i386_process_info): New.
11037         (i386_process_list): New global.
11038         (i386_find_process_pid, i386_add_process, i386_process_info_get):
11039         New functions.
11040         (i386_inferior_data_get): Delete.
11041         (i386_process_info_get): New function.
11042         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
11043         (i386_forget_process): New function.
11044         (i386_cleanup_dregs): Rewrite.
11045         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11046         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11047         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11048         (i386_remove_hw_breakpoint): Adjust to pass the current process id
11049         to i386_debug_reg_state.
11050         (i386_use_watchpoints): Don't register inferior data.
11051         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11052         adjust comment.
11053         (i386_forget_process): Declare.
11054         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11055         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11056         New static globals.
11057         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11058         (add_initial_lwp): New, factored out from ...
11059         (add_lwp): ... this.  Don't check the number of lwps before
11060         calling linux_nat_new_thread.
11061         (linux_nat_iterate_watchpoint_lwps): Delete.
11062         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11063         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11064         forks and vforks.
11065         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11066         initial lwp.
11067         (linux_nat_kill, linux_nat_mourn_inferior): Call
11068         linux_nat_forget_process.
11069         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11070         (linux_nat_forget_process): New functions.
11071         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11072         type.
11073         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11074         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11075         types.
11076         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11077         (linux_nat_forget_process): New declarations.
11078
11079         * amd64fbsd-nat.c (super_mourn_inferior): New global.
11080         (amd64fbsd_mourn_inferior): New function.
11081         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11082         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11083
11084 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11085
11086         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11087         Adding _().
11088
11089 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11090
11091         * aarch64-linux-nat.c (debug_reg_change_callback)
11092         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11093         %s and phex().
11094
11095 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11096
11097         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11098         with LONGEST.
11099
11100 2013-02-13  Pedro Alves  <palves@redhat.com>
11101             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11102
11103         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11104
11105 2013-02-12  Tom Tromey  <tromey@redhat.com>
11106
11107         PR symtab/11464:
11108         * c-exp.y (lex_one_token): Initialize other fields of yylval on
11109         NAME return.
11110         (classify_inner_name): Remove 'first_name' argument, add
11111         'context'.  Remove unused variable.
11112         (yylex): Explicitly maintain the context type.  Exit loop earlier
11113         if NAME result is seen.
11114
11115 2013-02-12  Pedro Alves  <palves@redhat.com>
11116
11117         * amd64-darwin-tdep.c: Add (C) after Copyright.
11118         * cli/cli-cmds.h: Ditto.
11119         * cli/cli-decode.c: Ditto.
11120         * cli/cli-decode.h: Ditto.
11121         * cli/cli-dump.c: Ditto.
11122         * cli/cli-dump.h: Ditto.
11123         * cli/cli-interp.c: Ditto.
11124         * cli/cli-logging.c: Ditto.
11125         * cli/cli-script.c: Ditto.
11126         * cli/cli-script.h: Ditto.
11127         * cli/cli-setshow.c: Ditto.
11128         * cli/cli-setshow.h: Ditto.
11129         * cli/cli-utils.c: Ditto.
11130         * cli/cli-utils.h: Ditto.
11131         * config/alpha/nm-osf3.h: Ditto.
11132         * config/djgpp/djconfig.sh: Ditto.
11133         * config/i386/nm-fbsd.h: Ditto.
11134         * config/i386/nm-i386gnu.h: Ditto.
11135         * config/nm-linux.h: Ditto.
11136         * config/nm-nto.h: Ditto.
11137         * config/rs6000/nm-rs6000.h: Ditto.
11138         * config/sparc/nm-sol2.h: Ditto.
11139         * darwin-nat-info.c: Ditto.
11140         * dfp.c: Ditto.
11141         * dfp.h: Ditto.
11142         * gdb-demangle.h: Ditto.
11143         * i386-darwin-nat.c: Ditto.
11144         * i386-darwin-tdep.c: Ditto.
11145         * linux-fork.h: Ditto.
11146         * m32c-tdep.c: Ditto.
11147         * microblaze-linux-tdep.c: Ditto.
11148         * microblaze-rom.c: Ditto.
11149         * microblaze-tdep.c: Ditto.
11150         * microblaze-tdep.h: Ditto.
11151         * mips-linux-tdep.h: Ditto.
11152         * ppc-ravenscar-thread.c: Ditto.
11153         * ppc-ravenscar-thread.h: Ditto.
11154         * prologue-value.c: Ditto.
11155         * prologue-value.h: Ditto.
11156         * ravenscar-thread.c: Ditto.
11157         * ravenscar-thread.h: Ditto.
11158         * sparc-ravenscar-thread.c: Ditto.
11159         * sparc-ravenscar-thread.h: Ditto.
11160         * tilegx-linux-tdep.c: Ditto.
11161         * unwind_stop_reasons.def: Ditto.
11162         * windows-nat.h: Ditto.
11163         * xtensa-linux-tdep.c: Ditto.
11164         * xtensa-xtregs.c: Ditto.
11165         * regformats/regdat.sh: Ditto.
11166         * regformats/regdef.h: Ditto.
11167
11168 2013-02-12  Pedro Alves  <palves@redhat.com>
11169
11170         * break-catch-sig.c: Update copyright years.
11171
11172 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
11173
11174         Add support for a destructor for ui_out data and use it to
11175         provide a ui_out destructor.
11176         * ui-out.h: Declare the new ui_out destructor.
11177         (ui_out_impl): Add a field for data destructor in ui_out_impl.
11178         * ui-out.c (default_data_destroy): Add a default data destructor
11179         which does nothing.
11180         (default_ui_out_impl): Set the new data_destroy field to
11181         default_data_destroy
11182         (uo_data_destroy): Local function which invokes the data
11183         destructor if present.
11184         (clear_table): Local function which clears the table data of a
11185         ui_out object.
11186         (ui_out_destroy): Public function which frees a ui_out object.
11187         (ui_out_table_end): Use the new clear_table function.
11188         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11189         NULL.
11190         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11191         to NULL.
11192
11193 2013-02-11  Doug Evans  <dje@google.com>
11194
11195         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11196         (printf_decfloat): New function.  Broken out from ui_printf.
11197         Remove unnecessary code to shift the entire format string down.
11198         (printf_pointer): New function.
11199         (ui_printf): Code to print C strings, wide C strings, decfloats,
11200         and pointers moved to separate functions.
11201
11202 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
11203
11204         * valops.c (value_assign): Handling bitfield offset in
11205         `lval_internalvar_component' case.
11206
11207 2013-02-08  Doug Evans  <dje@google.com>
11208
11209         * common/format.c (parse_format_string): Fix whitespace.
11210
11211 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
11212
11213         * stack.c (return_command): Work around uninitialized variable
11214         warning.
11215
11216 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
11217
11218         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11219         number of the registers from 36 to 34.
11220
11221 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11222
11223         * NEWS: Mention new AArch64 native and target support.
11224
11225 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11226
11227         * MAINTAINERS (Write After Approval): Add myself.
11228
11229 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
11230             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11231             Nigel Stephens  <nigel.stephens@arm.com>
11232             Yufeng Zhang  <yufeng.zhang@arm.com>
11233
11234         * aarch64-linux-nat.c: New file.
11235         * config/aarch64/linux.mh: New file.
11236         * configure.host: Add AArch64.
11237         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11238
11239 2013-02-07  Doug Evans  <dje@google.com>
11240
11241         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11242         disassemble command.
11243
11244 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11245
11246         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11247         set_gdbarch_fetch_tls_load_module_address.
11248
11249 2013-02-06  David S. Miller  <davem@davemloft.net>
11250
11251         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11252         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11253         * value.c (struct_return_convention): New function.
11254         (using_struct_return): Implement in terms of struct_return_convention.
11255         * value.h (struct_return_convention): Declare.
11256         * stack.c (return_command): Allow successful overriding of the return
11257         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11258
11259 2013-02-06  Tom Tromey  <tromey@redhat.com>
11260
11261         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11262         outside of TRY_CATCH.
11263
11264 2013-02-06  Yao Qi  <yao@codesourcery.com>
11265
11266         * mi/mi-interp.c: Include "tracepoint.h".
11267         (mi_tsv_modified): Declare.
11268         (mi_tsv_created, mi_tsv_deleted): Update declaration.
11269         (mi_interpreter_init): Call observer_attach_tsv_modified.
11270         (mi_tsv_modified): New.
11271         (mi_tsv_created, mi_tsv_deleted): Update.
11272         * tracepoint.c (trace_variable_command): Call
11273         observer_notify_tsv_modified if the initial value of tsv is
11274         changed.
11275         (delete_trace_state_variable): Call
11276         observer_notify_tsv_deleted earlier.
11277         (trace_variable_command): Caller update.
11278         (create_tsv_from_upload): Likewise.
11279         * observer.sh: Declare "struct trace_state_variable".
11280
11281         * NEWS: Mention the new MI notification "=tsv-modified".
11282
11283 2013-02-05  Doug Evans  <dje@google.com>
11284
11285         * completer.c (location_completer): Fix typo in comment.
11286
11287 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11288
11289         * breakpoint.c (add_location_to_breakpoint): Insert the location with
11290         ADDRESS sorted.
11291
11292 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11293
11294         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11295         Refactor if statement to avoid trailing || operator.
11296
11297 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
11298
11299         * NEWS: Add PowerPC FreeBSD as a new native configuration.
11300
11301 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
11302
11303         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11304         * configure.host: Add powerpc*-*-freebsd* target.
11305         * configure.tgt: Add target info for powerpc*-*-freebsd*.
11306         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11307         * config/powerpc/fbsd.mh: New file.
11308
11309 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
11310             Denys Vlasenko  <dvlasenk@redhat.com>
11311             Pedro Alves  <palves@redhat.com>
11312
11313         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11314         (struct elf_internal_linux_prpsinfo): Forward declare.
11315         * gdbarch.h, gdbarch.c: Regenerate.
11316         * linux-tdep.c: Include `cli/cli-utils.h'.
11317         (linux_fill_prpsinfo): New function.
11318         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
11319         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11320         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11321         depending on gdbarch pointer bitness.
11322         * ppc-linux-tdep.c: Include elf-bfd.h.
11323         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11324         on 32-bit.
11325
11326 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11327             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11328             Nigel Stephens  <nigel.stephens@arm.com>
11329             Yufeng Zhang  <yufeng.zhang@arm.com>
11330
11331         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11332
11333 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11334             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11335             Nigel Stephens  <nigel.stephens@arm.com>
11336             Yufeng Zhang  <yufeng.zhang@arm.com>
11337
11338         * aarch64-newlib-tdep.c: New file.
11339         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11340         aarch64*-*-elf.
11341         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11342         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11343         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11344         * osabi.c (gdb_osabi_names): Add "Newlib".
11345
11346 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11347             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11348             Nigel Stephens  <nigel.stephens@arm.com>
11349             Yufeng Zhang  <yufeng.zhang@arm.com>
11350
11351         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11352         (ALLDEPFILES): Add aarch64-linux-tdep.c.
11353         * aarch64-linux-tdep.c: New file.
11354         * aarch64-linux-tdep.h: New file.
11355         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11356         * configure.tgt: Add aarch64-none-linux-gnu.
11357
11358 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11359             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11360             Nigel Stephens  <nigel.stephens@arm.com>
11361             Yufeng Zhang  <yufeng.zhang@arm.com>
11362
11363         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11364         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11365         (ALLDEPFILES): Add aarch64-tdep.c.
11366         * aarch64-tdep.c: New file.
11367         * aarch64-tdep.h: New file.
11368         * configure.tgt: Add AArch64.
11369         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11370         (aarch64-expedite): New definition.
11371         * features/aarch64-core.xml: New file.
11372         * features/aarch64-fpu.xml: New file.
11373         * features/aarch64-without-fpu.c: New file (generated).
11374         * features/aarch64-without-fpu.xml: New file.
11375         * features/aarch64.c: New file (generated).
11376         * features/aarch64.xml: New file.
11377         * regformats/aarch64-without-fpu.dat: New file (generated).
11378         * regformats/aarch64.dat: New file (generated).
11379
11380 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11381
11382         * contrib/expect-read1.c: New file.
11383         * contrib/expect-read1.sh: New file.
11384
11385 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11386
11387         * dwarf2read.c (file_file_name): New function with code from
11388         file_full_name.
11389         (file_full_name): Move most of the code to file_file_name.
11390         (macro_start_file): Rename variable full_name to file_name and use
11391         file_file_name for it.  Add comp_dir parameter to new_macro_table.
11392         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
11393         macro_source_file->filename access by macro_source_fullname call.
11394         * macroscope.c (_initialize_macroscope): Update the new_macro_table
11395         caller.
11396         * macrotab.c (struct macro_table): New field comp_dir.
11397         (macro_include): New variables link_fullname and source_fullname.
11398         Replace any macro_source_file->filename access by macro_source_fullname
11399         call.
11400         (macro_lookup_inclusion): Remove the partial filenames checking code.
11401         (check_for_redefinition): New variables source_fullname and
11402         found_key_fullname.  Replace any macro_source_file->filename access by
11403         macro_source_fullname call.
11404         (macro_undef): New variables source_fullname and key_fullname.  Replace
11405         any macro_source_file->filename access by macro_source_fullname call.
11406         (macro_lookup_definition): New variables retval and source_fullname.
11407         Replace any macro_source_file->filename access by macro_source_fullname
11408         call.
11409         (foreach_macro): New variable key_fullname.  Replace any
11410         macro_source_file->filename access by macro_source_fullname call.
11411         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
11412         macro_source_file->filename access by macro_source_fullname call.
11413         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
11414         (macro_source_fullname): New function.
11415         * macrotab.h (struct macro_source_file): Extent the filename field
11416         comment.
11417         (new_macro_table): New parameter comp_dir, add a comment for it.
11418         (macro_source_fullname): new declaration.
11419
11420 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11421
11422         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11423         this_real_name to outer block.  Use it also for
11424         compare_filenames_for_search.
11425         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
11426         with dw2_get_real_path for file_matcher, considering also
11427         BASENAMES_MAY_DIFFER.
11428         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11429
11430 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11431
11432         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11433         to the file_matcher parameter.  Pass 0 to it.
11434         (dwarf2_create_include_psymtab): Copy also DIRNAME.
11435         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11436         NULL psymtab_to_fullname result.
11437         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
11438         an expected filename instead.
11439         (expand_symtabs_matching_via_partial): Add basenames parameter to the
11440         file_matcher parameter.  Call also psymtab_to_fullname, after newly
11441         considering BASENAMES_MAY_DIFFER.
11442         * source.c (rewrite_source_path): Remove static.
11443         * source.h (rewrite_source_path): New declaration.
11444         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11445         the expand_symtabs_matching field.  Comment it.
11446         * symtab.c (file_matches): New function comment.  Add parameter
11447         basenames, implement it.
11448         (search_symbols_file_matches): Add basenames parameter.  Update the
11449         file_matches caller.
11450         (search_symbols): Match FILES also against symtab_to_fullname.
11451         Optimize it for BASENAMES_MAY_DIFFER.
11452
11453 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11454
11455         * source.c (print_source_lines_base): Print for TUI also "fullname".
11456         * tui/tui-data.c (init_content_element): Change tui_locator_element
11457         field to full_name.
11458         * tui/tui-data.h (struct tui_locator_element): Likewise.
11459         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11460         tui_update_locator_filename calls to tui_update_locator_fullname.
11461         Replace symtab->filename refererence by symtab_to_fullname call.
11462         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11463         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11464         field to full_name.  Replace symtab->filename refererence by
11465         symtab_to_fullname call.
11466         (tui_show_symtab_source): Rename parameter to fullname.  Change
11467         tui_locator_element field to full_name.
11468         * tui/tui-stack.c: Include source.h.
11469         (tui_set_locator_filename): Rename the declaration to ...
11470         (tui_set_locator_fullname): ... here.  Rename its parameter to
11471         fullname, updates its comment.
11472         (tui_set_locator_info): Rename its parameter to fullname.
11473         (tui_set_locator_filename): Rename the definition to ...
11474         (tui_set_locator_fullname): ... here.  Rename its parameter to
11475         fullname, updates its comment.  Change tui_locator_element field to
11476         full_name.
11477         (tui_set_locator_info): Rename its parameter to fullname.
11478         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11479         (tui_update_locator_filename): Rename to ...
11480         (tui_update_locator_fullname): ... here. Rename callee to
11481         tui_set_locator_fullname.
11482         (tui_show_frame_info): Replace symtab->filename refererence by
11483         symtab_to_fullname call.
11484         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11485         (tui_update_locator_fullname): ... here.
11486         * tui/tui-winsource.c (tui_display_main): Rename the callee to
11487         tui_update_locator_fullname.  Replace symtab->filename refererence by
11488         symtab_to_fullname call.
11489         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11490         Rename the callee to tui_update_locator_fullname.
11491         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11492
11493 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11494
11495         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11496         by symtab_to_filename_for_display calls.
11497         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11498         (clear_command): New variable sal_fullname, initialize it.  Replace
11499         compare_filenames_for_search by filename_cmp with sal_fullname.
11500         (say_where, update_static_tracepoint): Replace symtab->filename
11501         refererences by symtab_to_filename_for_display calls.
11502         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11503         Likewise.
11504         * dwarf2read.c: Include source.h.
11505         (fixup_go_packaging): Replace symtab->filename refererences by
11506         symtab_to_filename_for_display calls.
11507         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11508         Replace symtab->filename refererences by symtab_to_filename_for_display
11509         calls.
11510         (create_sals_line_offset, convert_linespec_to_sals): New variable
11511         fullname, initialize it, replace symtab->filename reference by the
11512         variable.
11513         * linux-fork.c: Include source.h.
11514         (info_checkpoints_command): Replace symtab->filename refererences by
11515         symtab_to_filename_for_display calls.
11516         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11517         by symtab_to_filename_for_display calls.
11518         * mdebugread.c: Include source.h.
11519         (psymtab_to_symtab_1): Replace symtab->filename refererences by
11520         symtab_to_filename_for_display calls.
11521         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11522         (mi_cmd_file_list_exec_source_files): Likewise.
11523         * printcmd.c: Include source.h.
11524         (build_address_symbolic): Replace symtab->filename refererences by
11525         symtab_to_filename_for_display calls.
11526         * psymtab.c (partial_map_symtabs_matching_filename)
11527         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11528         with psymtab_to_fullname.
11529         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11530         by symtab_to_filename_for_display calls.
11531         (stpy_get_filename): New variable filename, initialize it, use instead
11532         of symtab->filename refererences.
11533         (salpy_str): Make variable filename const char *.  Replace
11534         symtab->filename refererences by symtab_to_filename_for_display calls.
11535         * skip.c: Include source.h and filenames.h.
11536         (skip_file_command): Remove const from the symtab variable.  Replace
11537         symtab->filename refererences by symtab_to_fullname call.
11538         (function_name_is_marked_for_skip): New variables searched_for_fullname
11539         and fullname.  Use them to search also with symtab's fullname.
11540         * source.c (find_source_lines): Replace symtab->filename refererences
11541         by symtab_to_filename_for_display calls.
11542         (print_source_lines_base): New variable filename, use it instead of
11543         symtab->filename.  Replace symtab->filename refererences by
11544         symtab_to_filename_for_display calls.
11545         (line_info, forward_search_command): Replace symtab->filename
11546         refererences by symtab_to_filename_for_display calls.
11547         (reverse_search_command): Replace symtab->filename refererences by
11548         symtab_to_filename_for_display calls.  New variable filename for it.
11549         * stack.c (frame_info): Likewise.
11550         * symmisc.c: Include source.h.
11551         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11552         (maintenance_info_symtabs): Replace symtab->filename refererences by
11553         symtab_to_filename_for_display calls.
11554         * symtab.c (iterate_over_some_symtabs): Call
11555         compare_filenames_for_search also with symtab_to_fullname.
11556         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11557         symtab->filename refererences by symtab_to_filename_for_display calls.
11558         (find_line_symtab): Replace symtab->filename refererences by
11559         symtab_to_filename_for_display calls.
11560         (file_matches): Replace filename_cmp by compare_filenames_for_search.
11561         (print_symbol_info): Make the last parameter const char *.  New
11562         variable s_filename.  Use it in the function.
11563         (symtab_symbol_info): Make the last_filename variable const char *.
11564         Replace symtab->filename refererences by symtab_to_filename_for_display
11565         calls.
11566         (rbreak_command): New variable fullname.  Use it.  Replace
11567         symtab->filename refererence by symtab_to_filename_for_display call.
11568         * tracepoint.c (set_traceframe_context, trace_find_line_command)
11569         (print_one_static_tracepoint_marker): Replace symtab->filename
11570         refererences by symtab_to_filename_for_display calls.
11571         * tui/tui-source.c (tui_set_source_content): New variables filename and
11572         s_filename.  Replace symtab->filename refererences by this variable.
11573         Replace other symtab->filename refererences by
11574         symtab_to_filename_for_display calls.
11575
11576 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11577             Jan Kratochvil  <jan.kratochvil@redhat.com>
11578
11579         Add a new variable that controls a way in which filenames are
11580         displayed.
11581         * NEWS (set filename-display): New entry.
11582         * source.c (filename_display_basename, filename_display_relative)
11583         (filename_display_absolute, filename_display_kind_names)
11584         (filename_display_string, show_filename_display_string)
11585         (symtab_to_filename_for_display): New.
11586         (_initialize_source): Added initialization of 'filename-display'
11587         variable.
11588         * source.h (symtab_to_filename_for_display): Added declaration.
11589         * stack.c (print_frame): Added new variable and calling of a new
11590         function and condition with this variable. Changed third argument of
11591         calling of a function.
11592
11593 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11594
11595         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11596         Rename field reference filename to fullname.
11597         * tui/tui-data.h (struct tui_source_info): Rename field filename to
11598         fullname.  New comment for it.
11599         * tui/tui-source.c (tui_set_source_content): Rename field reference
11600         filename to fullname.  Initialize field by symtab_to_fullname now.
11601         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11602         reference filename to fullname.  Use symtab_to_fullname during
11603         comparison.
11604
11605 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11606
11607         Code cleanup.
11608         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11609         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
11610         filename to fullname.  Rename variable this_name to this_fullname.
11611         Lowercase FILENAME_CMP call.
11612         (dw2_find_symbol_file): New comment for the returned string.
11613         (dwarf2_gdb_index_functions): Rename the function to
11614         dw2_expand_symtabs_with_fullname.
11615         * psymtab.c (read_psymtabs_with_filename): Rename to ...
11616         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
11617         fullname.
11618         (psym_functions): Rename the function to read_psymtabs_with_fullname.
11619         * symfile.h (struct quick_symbol_functions): Rename field
11620         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11621         parameter filename to fullname.  Document returned string meaning for
11622         find_symbol_file.
11623         * symtab.c (find_line_symtab): Rename the called function to
11624         expand_symtabs_with_fullname.
11625
11626 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11627
11628         Code cleanup.
11629         * breakpoint.c (clear_command): Remove variable is_abs, unify the
11630         call of filename_cmp with compare_filenames_for_search.
11631         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11632         is_abs, unify the call of FILENAME_CMP with
11633         compare_filenames_for_search.  New gdb_asserts for real_path and name.
11634         Unify the call of compare_filenames_for_search with FILENAME_CMP.
11635         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11636         * symfile.h (struct quick_symbol_functions): Extend the comment for
11637         map_symtabs_matching_filename.
11638         * symtab.c (compare_filenames_for_search): Remove the function comment
11639         relative path requirement.  Handle absolute filenames, with a comment.
11640         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11641         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
11642         real_path and name.  Unify the call of compare_filenames_for_search
11643         with FILENAME_CMP.
11644         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11645
11646 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11647
11648         Code cleanup.
11649         * breakpoint.c (print_breakpoint_location): Replace bp_location field
11650         source_file references by symtab field references.  Remove variables
11651         sal and fullname.
11652         (momentary_breakpoint_from_master, add_location_to_breakpoint):
11653         (clear_command, say_where): Replace bp_location field source_file
11654         references by symtab field references.
11655         (bp_location_dtor): Remove the source_file reference.
11656         (update_static_tracepoint): Replace bp_location field source_file
11657         references by symtab field references.
11658         (breakpoint_free_objfile): New function.
11659         * breakpoint.h (struct bp_location): Extend the comment for line_number.
11660         Replace the field source_file by field symtab, extend its comment.
11661         (breakpoint_free_objfile): New declaration.
11662         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11663         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11664         field source_file references by symtab field references.
11665
11666 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11667
11668         Replace xfullpath calls by gdb_realpath calls.
11669         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11670         function comment.
11671         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11672         Remove it from the iterate_over_some_symtabs call.
11673         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11674         Remove it from the dw2_map_expand_apply calls, remove a block handling
11675         it.
11676         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11677         Remove it from the iterate_over_some_symtabs call.
11678         (partial_map_symtabs_matching_filename): Remove parameter full_path.
11679         Remove it from the partial_map_expand_apply calls, remove a block
11680         handling it.  Drop gdb_realpath call and cleanups from the real_path
11681         handling.
11682         * source.c (openp): Drop the comment part about xfullpath.  Replace
11683         xfullpath calls by gdb_realpath calls.
11684         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11685         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11686         from method map_symtabs_matching_filename and its comment.
11687         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11688         gdb_realpath call.
11689         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
11690         remove it also from the function comment, remove a block handling it.
11691         Drop gdb_realpath call and cleanups from the real_path handling.
11692         (iterate_over_symtabs): Drop variable full_path and its use.
11693         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
11694         * utils.c (xfullpath): Remove.
11695         * utils.h (xfullpath): Remove.
11696
11697 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
11698
11699         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
11700         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
11701         (ALLDEPFILES): Add ppc64-tdep.c.
11702         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
11703         ppc64-tdep.o to gdb_target_obs.
11704         * ppc64-tdep.h: New file.
11705         * ppc64-tdep.c: New file.
11706         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
11707         ppc-linux-tdep.c to here.
11708         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
11709         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
11710         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
11711         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
11712         from ppc-linux-tdep.c to here.
11713         (ppc64_convert_from_func_ptr_addr): Rename from
11714         ppc64_linux_convert_from_func_ptr_addr to
11715         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
11716         here.
11717         * rs6000-tdep.c:
11718         (read_insn): Move from ppc-linux-tdep.c to here.
11719         (insns_match_pattern, insn_d_field, insn_ds_field): Move
11720         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
11721         * ppc-linux-tdep.c: Include ppc64-tdep.h.
11722         Removed above functions.
11723         (ppc_linux_init_abi): Adjust.
11724
11725 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
11726
11727         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
11728
11729 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
11730
11731         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
11732
11733 2013-02-01  Pedro Alves  <palves@redhat.com>
11734
11735         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
11736         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
11737
11738 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11739
11740         * elfread.c (elf_symfile_read): Limit separate debug info additions to
11741         files with no separate debug info.
11742         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
11743         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
11744         only for files with no separate debug info.
11745
11746 2013-01-31  Tom Tromey  <tromey@redhat.com>
11747
11748         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
11749         change type.
11750         (struct jit_program_space_data): Rename from jit_inferior_data.
11751         Update comments.
11752         (get_jit_program_space_data): Rename from get_jit_inferior_data.
11753         Change return type.  Attach data to program space.
11754         (jit_program_space_data_cleanup): Rename from
11755         jit_inferior_data_cleanup; change argument type.
11756         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
11757         change type.
11758         (jit_register_code): Update.
11759         (jit_update_inferior_cache): Remove.
11760         (jit_breakpoint_deleted): Get jit data from the location's program
11761         space.
11762         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
11763         'ps_data', change type.
11764         (jit_inferior_init, jit_breakpoint_re_set_internal)
11765         (jit_event_handler): Update.
11766         (free_objfile_data): Get data from objfile's program space.
11767         (_initialize_jit): Update.
11768
11769 2013-01-31  Tom Tromey  <tromey@redhat.com>
11770
11771         PR gdb/13987:
11772         * jit.c (struct jit_inferior_data) <cached_code_address,
11773         jit_breakpoint>: New fields.
11774         (jit_breakpoint_re_set_internal): Fix logging.  Only create
11775         breakpoint if cached address has changed.
11776         (jit_update_inferior_cache, jit_breakpoint_deleted): New
11777         functions.
11778         (_initialize_jit): Register breakpoint deleted observer.
11779
11780 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11781
11782         * infrun.c (handle_syscall_event): Remove unused gdbarch.
11783         (save_infcall_suspend_state): Ifdef out unused inf.
11784         (restore_infcall_suspend_state): Ifdef out unused inf.
11785         * jit.c (jit_register_code): Remove unused i, b, inf_data.
11786         (jit_frame_sniffer): Remove unused inf_data.
11787
11788 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11789
11790         * c-exp.y (classify_inner_name): Remove unused type.
11791         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11792         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11793         need_escape.
11794         (c_get_string): Remove unused kind.
11795         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11796
11797 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11798
11799         * charset.c (intermediate_encoding): Remove unused i.
11800         * completer.c (signal_completer): Remove unused i.
11801         * continuations.c (discard_my_continuations_1): Remove unused
11802         continuation_ptr.
11803         * corelow.c (core_close): Remove unuseD name.
11804         (get_core_siginfo): Remove unused pid.
11805         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11806         i, cps.
11807         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11808         (loclist_describe_location): Remove unused first.
11809         * event-top.c (command_line_handler): Remove unused got_eof.
11810         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11811         (resize_section_table): Remove unused old_value.
11812         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11813         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11814         * i386-tdep.c (i386_process_record): Remove unused rex.
11815         * infcmd.c (get_return_value): Remove unused uiout.
11816         * jv-lang.c (type_from_class): Remove unused is_array.
11817         * jv-valprint.c (java_val_print): Remove unused i.
11818         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11819         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11820         * m2-typeprint.c (m2_print_type): Remove unused code.
11821         * macroexp.c (get_character_constant): Remove unused body_start.
11822         (macro_stringify): Remove unused result.
11823         * objc-lang.c (find_methods): Remove unused gdbarch.
11824         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11825         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11826         * stack.c (print_frame_args): Remove unused summary.
11827         * thread.c (thread_apply_command): Remove unused p.
11828         * valarith.c (value_x_unop): Remove unused mangle_ptr.
11829         * valops.c (search_struct_method): Remove unused skip.
11830         * valprint.c (generic_val_print): Remove unused byte_order.
11831         * varobj.c (varobj_update): Remove unused changed.
11832         * cli/cli-cmds.c (complete_command): Remove unused next_item.
11833         (alias_command): Remove unused c.
11834         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11835         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11836         format.
11837         (mi_cmd_data_write_memory): Remove unused word_format.
11838         (mi_cmd_data_write_memory_bytes): Remove unused r.
11839         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11840         p_start, p_end.
11841         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11842         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11843         line_width.
11844
11845 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11846
11847         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11848         * symtab.c (iterate_over_symtabs): Remove unused s.
11849         (find_pc_sect_symtab): Remove unused pspAce.
11850         (find_pc_sect_line): Remove unused alt_symtab.
11851         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11852         (completion_list_add_name): Remove unused newsize.
11853
11854 2013-01-31  Tom Tromey  <tromey@redhat.com>
11855
11856         PR c++/14998:
11857         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11858         TYPE_CODE_FUNC.
11859
11860 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11861
11862         * target.c (target_read_string): Remove unused origlen.
11863
11864 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11865
11866         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11867         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11868         * ax-general.c (ax_print): Remove unused is_float.
11869         * blockframe.c (block_innermost_frame): Remove unused start, end.
11870         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11871
11872 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11873
11874         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11875         (svr4_read_so_list): Remove unused lmo.
11876         * solib-target.c (solib_target_relocate_section_addresses): Remove
11877         unused flags.
11878
11879 2013-01-30  Tom Tromey  <tromey@redhat.com>
11880
11881         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11882
11883 2013-01-30  Tom Tromey  <tromey@redhat.com>
11884
11885         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11886         * utils.c (gnu_debuglink_crc32): Remove.
11887         * utils.h (gnu_debuglink_crc32): Don't declare.
11888
11889 2013-01-30  Tom Tromey  <tromey@redhat.com>
11890
11891         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11892         (read_structure_type, read_enumeration_type): Remove cast.
11893
11894 2013-01-30  Tom Tromey  <tromey@redhat.com>
11895
11896         * dwarf2read.c (read_namespace_type): Remove cast.
11897         (read_typedef): Likewise.
11898
11899 2013-01-29  Tom Tromey  <tromey@redhat.com>
11900
11901         * dwarf2read.c (free_dwo_file): Remove assert.
11902
11903 2013-01-29  Tom Tromey  <tromey@redhat.com>
11904
11905         * value.c (deprecated_set_value_modifiable): Remove.
11906         * value.h (deprecated_set_value_modifiable): Remove.
11907
11908 2013-01-28  Doug Evans  <dje@google.com>
11909
11910         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11911         to addresses from dwo files.
11912
11913 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
11914
11915         * valops.c (find_overload_match): Remove unused argument 'lax'.
11916         * value.h: Remove unused argument 'lax' from the declaration of
11917         find_overload_match.
11918         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11919         to find_overload_match.
11920         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11921         argument to find_overload_match.
11922
11923 2013-01-25  Tom Tromey  <tromey@redhat.com>
11924
11925         * dwarf2read.c (processing_has_namespace_info): Remove.
11926         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
11927         (process_die, read_func_scope, dwarf2_start_symtab)
11928         (new_symbol_full): Update.
11929
11930 2013-01-25  Tom Tromey  <tromey@redhat.com>
11931
11932         * cp-namespace.c (cp_set_block_scope): Remove.
11933         * cp-support.h (cp_set_block_scope): Remove.
11934         * dbxread.c: Include block.h.
11935         (cp_set_block_scope): New function.
11936         (process_one_symbol): Update.
11937         * dwarf2read.c (read_func_scope): Use block_set_scope.
11938
11939 2013-01-25  Pedro Alves  <palves@redhat.com>
11940
11941         * remote.c (add_current_inferior_and_thread): Tweak comment.
11942
11943 2013-01-25  Tom Tromey  <tromey@redhat.com>
11944
11945         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
11946         (cp_add_using_directive): Add 'copy_names' argument.
11947         * cp-support.h (cp_add_using_directive): Update.
11948         (struct using_direct) <import_src, import_dest, alias,
11949         declaration>: Now const.
11950         * dwarf2read.c (read_import_statement): Use obconcat.
11951         Don't copy names passed to cp_add_using_directive.
11952
11953 2013-01-25  Tom Tromey  <tromey@redhat.com>
11954
11955         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
11956
11957 2013-01-25  Pedro Alves  <palves@redhat.com>
11958
11959         * remote.c (stop_reply_extract_thread): New.
11960         (add_current_inferior_and_thread): New parameter 'wait_status'.
11961         Handle it.
11962         (remote_start_remote): Pass wait status to
11963         add_current_inferior_and_thread.
11964         (extended_remote_run): Update comment.
11965         (extended_remote_create_inferior_1): Pass wait status to
11966         add_current_inferior_and_thread.
11967
11968 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
11969             Ulrich Weigand  <uweigand@de.ibm.com>
11970
11971         * valarith.c (value_vector_widen): New function for replicating a
11972         scalar into a vector.
11973         (value_binop): Use value_vector_widen to widen scalar to vector
11974         rather than casting, this better matches gcc C behaviour.
11975         * valops.c (value_casst): Update logic for casting between vector
11976         types, and for casting from scalar to vector, try to match gcc C
11977         behaviour.
11978         * value.h (value_vector_widen): Declare.
11979         * opencl-lang.c (opencl_value_cast): New opencl specific casting
11980         function, handle special case for casting scalar to vector.
11981         (opencl_relop): Use opencl_value_cast.
11982         (evaluate_subexp_opencl): Use opencl_value_cast instead of
11983         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11984         in order to use opencl_value_cast.
11985
11986 2013-01-25  Yao Qi  <yao@codesourcery.com>
11987
11988         * event-loop.c: Include "queue.h".
11989         (gdb_event_p): New typedef.
11990         (DECLARE_QUEUE_P): Use.
11991         (DEFINE_QUEUE_P): Use.
11992         (async_queue_event): Remove.
11993         (gdb_event_xfree): New.
11994         (initialize_event_loop): New.
11995         (process_event): Use QUEUE macros.
11996         (event_queue): Remove.
11997         (gdb_wait_for_event): Caller update.
11998         (check_async_event_handlers): Likewise.
11999         (poll_timers): Likewise.
12000         * event-loop.h (initialize_event_loop): Declare.
12001         * event-loop.c (gdb_event_xfree): New.
12002         * top.c (gdb_init): Call initialize_event_loop.
12003
12004 2013-01-25  Yao Qi  <yao@codesourcery.com>
12005
12006         * event-loop.c (async_queue_event): Remove one parameter
12007         'position'.  Remove code handling 'position' == TAIL.
12008         (gdb_wait_for_event): Caller update.
12009         (check_async_event_handlers): Caller update.
12010         (poll_timers): Caller update.
12011         * event-loop.h (enum queue_position): Remove.
12012
12013 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
12014
12015         * MAINTAINERS: Update my email.
12016
12017 2013-01-25  Yao Qi  <yao@codesourcery.com>
12018
12019         * main.c (print_gdb_help): Remove "--epoch" from the help
12020         message.
12021
12022 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
12023
12024         * symtab.c (skip_prologue_using_sal): Consider a file
12025         change the same as an increased line number
12026
12027 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12028
12029         * MAINTAINERS (Write After Approval): Add myself to the list.
12030
12031 2013-01-24  Tom Tromey  <tromey@redhat.com>
12032
12033         * ada-lang.h (ada_decode_symbol): Make return type const.
12034         * ada-lang.c (ada_decode_symbol): Likewise.
12035
12036 2013-01-23  Doug Evans  <dje@google.com>
12037
12038         * linespec.c (find_linespec_symbols): Make static.
12039
12040 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12041
12042         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12043         type on float conversion for complex type.
12044
12045 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
12046
12047         Add a new class gdb.Architecture which exposes GDB's
12048         internal representation of architecture via GDB Python API.
12049         * Makefile.in: Add entries corresponding to the new file
12050         python/py-arch.c.
12051         * NEWS (Python Scripting): Add entries for the new class
12052         gdb.Architecture and the new method gdb.Frame.architecture.
12053         * python/py-arch.c: Implement gdb.Architecture class.
12054         * python/py-frame.c (frapy_arch): Implement the method
12055         gdb.Frame.architecture().
12056         (frame_object_methods): Add 'architecture' to the method table.
12057         * python/python-internal.h: Add declarations of new utility
12058         functions.
12059         * python/python.c (_initialize_python): Initialize
12060         gdb.Architecture class.
12061
12062 2013-01-23  Doug Evans  <dje@google.com>
12063
12064         Work around binutils/15021.
12065         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12066         type_unit_group out of union s.  All uses updated.
12067         (read_index_from_section): Watch for index version 8.
12068         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12069         an imported symtab.
12070         (write_psymtabs_to_index): Increment version number to 8.
12071
12072 2013-01-22  Pedro Alves  <palves@redhat.com>
12073
12074         * annotate.c (breakpoint_changed): Skip if breakpoint is not
12075         user-visible.
12076
12077 2013-01-22  Pedro Alves  <palves@redhat.com>
12078
12079         * annotate.c (annotate_breakpoints_changed): Rename to ...
12080         (annotate_breakpoints_invalid): ... this.  Make static.
12081         (breakpoint_changed): Adjust.
12082         (_initialize_annotate): Always install the observers.  Install a
12083         "breakpoint_created" observer.
12084         * annotate.h (annotate_breakpoints_changed): Delete declaration.
12085         * breakpoint.c (set_breakpoint_condition)
12086         (breakpoint_set_commands, do_map_commands_command)
12087         (init_raw_breakpoint, clear_command, set_ignore_count)
12088         (enable_breakpoint_disp): No longer call
12089         annotate_breakpoints_changed.
12090
12091 2013-01-22  Pedro Alves  <palves@redhat.com>
12092
12093         * annotate.c: Include "inferior.h".
12094         (frames_invalid_emitted)
12095         (breakpoints_invalid_emitted): New globals.
12096         (async_background_execution_p): New function.
12097         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12098         emitting the annotation if it has already been emitted.
12099         (annotate_display_prompt): New function.
12100         * annotate.h (annotate_display_prompt): New declaration.
12101         * event-top.c: Include annotate.h.
12102         (display_gdb_prompt): Call annotate_display_prompt.
12103
12104 2013-01-22  Pedro Alves  <palves@redhat.com>
12105
12106         * annotate.c (ignore_count_changed): Delete.
12107         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12108         (annotate_ignore_count_change): Delete.
12109         (annotate_stopped): Don't emit a delayed breakpoints-changed
12110         annotation.
12111         * annotate.h (annotate_ignore_count_change): Delete.
12112         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12113         annotate_ignore_count_change.
12114
12115 2013-01-22  Tom Tromey  <tromey@redhat.com>
12116
12117         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12118         require_rvalue for a register location.
12119
12120 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
12121
12122         * breakpoint.c (print_one_breakpoint_location): Add MI
12123         field 'thread-groups' when printing a breakpoint.
12124         (output_thread_groups): New function.
12125
12126 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
12127
12128         * python/lib/gdb/commands/explore.py
12129         (CompoundExplorer.explore_expr): Correct the name of a method
12130         being invoked.
12131         (ExploreTypeCommand.invoke): Add a missing 'return'.
12132
12133 2013-01-21  Tom Tromey  <tromey@redhat.com>
12134
12135         * gdb_obstack.h (obconcat): Move declaration here, from...
12136         * symfile.h (obconcat): ... here.
12137         * gdb_obstack.c: New file.
12138         (obconcat): Move from...
12139         * symfile.c (obconcat): ... here.
12140         * Makefile.in (SFILES): Add gdb_obstack.c.
12141         (COMMON_OBS): Add gdb_obstack.o.
12142
12143 2013-01-21  Tom Tromey  <tromey@redhat.com>
12144
12145         * symfile.h (obsavestring): Don't declare.
12146         * symfile.c (obsavestring): Remove.
12147         * ada-exp.y: Use obstack_copy0, not obsavestring.
12148         * ada-lang.c: Use obstack_copy0, not obsavestring.
12149         * coffread.c: Use obstack_copy0, not obsavestring.
12150         * cp-namespace.c: Use obstack_copy0, not obsavestring.
12151         * dbxread.c: Use obstack_copy0, not obsavestring.
12152         * dwarf2read.c: Use obstack_copy0, not obsavestring.
12153         * jit.c: Use obstack_copy0, not obsavestring.
12154         * mdebugread.c: Use obstack_copy0, not obsavestring.
12155         * psymtab.c: Use obstack_copy0, not obsavestring.
12156         * stabsread.c: Use obstack_copy0, not obsavestring.
12157         * xcoffread.c: Use obstack_copy0, not obsavestring.
12158
12159 2013-01-21  Tom Tromey  <tromey@redhat.com>
12160
12161         * dwarf2read.c (fixup_go_packaging): Save package name
12162         on objfile obstack.
12163         * gdbtypes.c (init_type): Don't copy name.
12164
12165 2013-01-21  Tom Tromey  <tromey@redhat.com>
12166
12167         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12168         const.
12169         (struct attribute) <u.str>: Now const.
12170         (struct fnfieldlist) <name>: Now const.
12171         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12172         (partial_die_parent_scope): Make return type const.
12173         (partial_die_full_name, add_partial_symbol): Update.
12174         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12175         'name' const.
12176         (find_file_and_directory): Make 'name' and 'comp_dir' const.
12177         (read_file_scope, read_func_scope, dwarf2_add_field)
12178         (dwarf2_add_member_fn, read_structure_type)
12179         (process_enumeration_scope, read_array_type, read_module_type)
12180         (read_base_type, read_subrange_type): Update.
12181         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12182         (new_symbol_full, guess_full_die_structure_name): Update.
12183         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
12184         (dwarf2_name): Return const type.
12185         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12186         const.
12187
12188 2013-01-21  Tom Tromey  <tromey@redhat.com>
12189
12190         * gdbtypes.c (init_type): Make 'name' const.
12191         * gdbtypes.h (init_type): Update.
12192
12193 2013-01-21  Tom Tromey  <tromey@redhat.com>
12194
12195         * buildsym.c (patch_subfile_names): Use set_last_source_file.
12196         (start_symtab): Make 'name' and 'dirname' const.  Use
12197         set_last_source_file.
12198         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12199         (last_source_file): Define.  Now static.
12200         (set_last_source_file, get_last_source_file): New functions.
12201         * buildsym.h (last_source_file): Don't declare.
12202         (start_symtab): Update.
12203         (set_last_source_file, get_last_source_file): Declare.
12204         * coffread.c (complete_symtab): Use set_last_source_file.
12205         (coff_end_symtab): Likewise.
12206         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12207         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12208         set_last_source_file.
12209         (process_one_symbol): Use get_last_source_file.
12210         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12211         (psymtab_to_symtab_1): Use get_last_source_file.
12212         * xcoffread.c (process_linenos): Use get_last_source_file.
12213         (complete_symtab): Use set_last_source_file.
12214         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12215         (scan_xcoff_symtab): Use set_last_source_file.
12216
12217 2013-01-21  Tom Tromey  <tromey@redhat.com>
12218
12219         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12220         (symbol_set_names): Remove casts.  Handle field const-ness.
12221
12222 2013-01-21  Tom Tromey  <tromey@redhat.com>
12223
12224         * dwarf2read.c (new_symbol_full): Remove cast.
12225         * symtab.c (symbol_set_demangled_name): Make 'name' const.
12226         * symtab.h (symbol_set_demangled_name): Update.
12227
12228 2013-01-21  Tom Tromey  <tromey@redhat.com>
12229
12230         * main.c (captured_main): Call bfd_init.
12231
12232 2013-01-21  Tom Tromey  <tromey@redhat.com>
12233
12234         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12235         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12236         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12237         * NEWS: Update.
12238
12239 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12240
12241         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12242
12243 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12244
12245         Fix gdb.fortran/common-block.exp crash in PIE mode.
12246         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12247         LOC_COMMON_BLOCK.
12248         * f-valprint.c (info_common_command_for_block): Expect
12249         LOC_COMMON_BLOCK in gdb_assert.
12250         * symtab.h (struct general_symbol_info): Update comment for the
12251         common_block member.
12252         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12253         (enum address_class): New member LOC_COMMON_BLOCK.
12254
12255 2013-01-18  David Blaikie  <dblaikie@gmail.com>
12256
12257         * MAINTAINERS (Write After Approval): Add "David Blaikie".
12258
12259 2013-01-18  Tom Tromey  <tromey@redhat.com>
12260
12261         PR c++/14999:
12262         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12263         Call require_rvalue.
12264
12265 2013-01-18  Yao Qi  <yao@codesourcery.com>
12266
12267         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12268         (dbx_read_symtab): New declaration.
12269         (dbx_psymtab_to_symtab): Delete.
12270         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12271         Rename parameter PST to SELF.  Exchanged two parameters.
12272         (start_psymtab): Caller update.
12273         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12274         (dwarf2_read_symtab): New declaration.
12275         (dwarf2_psymtab_to_symtab): Delete.
12276         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12277         Rename parameter PST to SELF.  Exchanged two parameters.
12278         (create_partial_symtab): Caller update.
12279         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12280         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12281         Rename parameter PST to SELF.  Exchanged two parameters.
12282         (parse_partial_symbols, new_psymtab): Caller update.
12283         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12284         two parameters.
12285         * psymtab.c (psymtab_to_symtab): Caller update.
12286         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12287         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12288         Rename parameter PST to SELF.  Exchanged two parameters.
12289         (xcoff_start_psymtab): Caller update.
12290
12291 2013-01-18  Yao Qi  <yao@codesourcery.com>
12292
12293         * infrun.c (proceed): Rename local variable 'oneproc' to
12294         'force_step'.
12295
12296 2013-01-17  Doug Evans  <dje@google.com>
12297
12298         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12299         (dw2_build_type_unit_groups): Delete.  All uses updated.
12300
12301         * symtab.h (struct symbol_search): Add comment.
12302
12303 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12304
12305         * symtab.c (compare_filenames_for_search): New comment for
12306         HAS_DRIVE_SPEC.
12307
12308 2013-01-17  Tom Tromey  <tromey@redhat.com>
12309
12310         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12311
12312 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12313
12314         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12315         initialize it by existing make_cleanup.  Call new do_cleanups.
12316
12317 2013-01-17  Tom Tromey  <tromey@redhat.com>
12318
12319         * cp-abi.c (cp_abi_completer): New function.
12320         (_initialize_cp_abi): Set completer for "set cp-abi".
12321
12322 2013-01-17  Tom Tromey  <tromey@redhat.com>
12323
12324         * mem-break.c: Remove obsolete comment.
12325         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12326
12327 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12328
12329         * jit.c (jit_reader_load_command): Interpret the jit reader name
12330         as an absolute path if it begins with a forward slash.
12331
12332 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12333
12334         PR gdb/14550
12335
12336         * jit.c (finalize_symtab): Ensure that only the global block has a
12337         NULL superblock.
12338
12339 2013-01-17  Pedro Alves  <palves@redhat.com>
12340
12341         * acinclude.m4: Include ../config/plugins.m4,
12342         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
12343         * Makefile.in (aclocal_m4_deps): Update.
12344         * aclocal.m4: Renegerate.
12345
12346 2013-01-16  Doug Evans  <dje@google.com>
12347
12348         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12349
12350 2013-01-16  Pedro Alves  <palves@redhat.com>
12351             Tom Tromey  <tromey@redhat.com>
12352
12353         PR cli/7221:
12354         * NEWS: Add "catch signal".
12355         * breakpoint.c (base_breakpoint_ops): No longer static.
12356         (bpstat_explains_signal): New function.
12357         (init_catchpoint): No longer static.
12358         (base_breakpoint_explains_signal): New function.
12359         (base_breakpoint_ops): Initialize new field.
12360         * breakpoint.h (enum bpstat_signal_value): New.
12361         (struct breakpoint_ops) <explains_signal>: New field.
12362         (bpstat_explains_signal): Remove macro, declare as function.
12363         (base_breakpoint_ops, init_catchpoint): Declare.
12364         * break-catch-sig.c: New file.
12365         * inferior.h (signal_catch_update): Declare.
12366         * infrun.c (signal_catch): New global.
12367         (handle_syscall_event): Update for change to
12368         bpstat_explains_signal.
12369         (handle_inferior_event): Likewise.  Always handle random signals
12370         via bpstats.
12371         (signal_cache_update): Check signal_catch.
12372         (signal_catch_update): New function.
12373         (_initialize_infrun): Initialize signal_catch.
12374         * Makefile.in (SFILES): Add break-catch-sig.c.
12375         (COMMON_OBS): Add break-catch-sig.o.
12376
12377 2013-01-16  Tom Tromey  <tromey@redhat.com>
12378
12379         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12380         (print_one_catch_solib, print_one_catch_syscall)
12381         (print_one_catch_exec, print_one_exception_catchpoint): Emit
12382         "catch-type".
12383
12384 2013-01-16  Yao Qi  <yao@codesourcery.com>
12385
12386         * printcmd.c (current_display_number): Make it static.
12387
12388 2013-01-16  Yao Qi  <yao@codesourcery.com>
12389
12390         * infcmd.c (step_once): Don't check '!single_inst' as it was
12391         checked before.
12392
12393 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
12394
12395         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12396
12397 2013-01-14  Tom Tromey  <tromey@redhat.com>
12398
12399         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12400         set command.
12401         * command.h (add_setshow_string_noescape_cmd): Update.
12402         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12403         (complete_set_gnutarget): New function.
12404         (_initialize_core): Set the "set gnutarget" completer.
12405
12406 2013-01-14  Tom Tromey  <tromey@redhat.com>
12407
12408         PR symtab/14442:
12409         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12410         (c_type_print_modifier): Likewise.
12411         * dwarf2read.c (read_tag_restrict_type): New function.
12412         (read_type_die_1): Handle DW_TAG_restrict_type.
12413         * gdbtypes.c (make_restrict_type): New function.
12414         (recursive_dump_type): Handle TYPE_RESTRICT.
12415         * gdbtypes.h (enum type_flag_values): Renumber.
12416         (enum type_instance_flag_value): Add
12417         TYPE_INSTANCE_FLAG_RESTRICT.
12418         (TYPE_RESTRICT): New macro.
12419         (make_restrict_type): Declare.
12420
12421 2013-01-14  Tom Tromey  <tromey@redhat.com>
12422
12423         PR symtab/14931:
12424         * psymtab.c (struct psymtab_state): New.
12425         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12426         functions.
12427         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12428         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12429
12430 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
12431             Pedro Alves  <palves@redhat.com>
12432
12433         PR remote/14786
12434
12435         * remote.c (remote_threads_info): Make a copy of the reply from
12436         qfThreadInfo and use that instead of rs->buf.
12437
12438 2013-01-14  Yao Qi  <yao@codesourcery.com>
12439
12440         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12441         (dbx_psymtab_to_symtab): Likewise.
12442         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12443         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12444         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12445
12446 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12447
12448         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
12449         make_cleanup_restore_current_language.  Call set_language.  Move
12450         OLD_CHAIN and INNER_CHAIN cleanups.
12451         * utils.c (do_restore_current_language)
12452         (make_cleanup_restore_current_language): New functions.
12453         * utils.h (make_cleanup_restore_current_language): New declaration.
12454
12455 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12456
12457         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12458         non-existing files.
12459
12460         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12461         non-existing files if FILENAME is already absolute.
12462
12463 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12464
12465         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12466         fputs_filtered.  Append trailing newline.
12467
12468 2013-01-11  Yao Qi  <yao@codesourcery.com>
12469             Stan Shebs  <stan@codesourcery.com>
12470
12471         * psymtab.c (init_psymbol_list): Clarify the comment.
12472
12473 2013-01-11  Yao Qi  <yao@codesourcery.com>
12474
12475         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12476         (update_dprintf_command_list): Assert that 'printf_line' is
12477         non-null.  Remove condition check.
12478
12479 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12480
12481         Code cleanup.
12482         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12483         type const char *.
12484         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12485         const char *.
12486         * tui/tui-source.h (tui_source_is_displayed): Likewise.
12487
12488 2013-01-09  Anthony Green  <green@moxielogic.com>
12489
12490         * cp-abi.c (cplus_print_vtable): Don't return value from void
12491         function.
12492         * ada-lang.c (re_set_catch_assert): Ditto.
12493
12494 2013-01-09  Doug Evans  <dje@google.com>
12495
12496         * symfile.h (quick_symbol_functions): Delete member
12497         pre_expand_symtabs_matching.  All uses removed.
12498         * dwarf2read.c (dw2_lookup_symbol): Implement.
12499         (dw2_do_expand_symtabs_matching): Delete.
12500         (dw2_pre_expand_symtabs_matching): Delete.
12501         (struct dw2_symtab_iterator): New type.
12502         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12503         (dw2_expand_symtabs_for_function): Rewrite.
12504         (dwarf2_gdb_index_functions): Update.
12505         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12506         (psym_functions): Update.
12507
12508 2013-01-09  Tom Tromey  <tromey@redhat.com>
12509
12510         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12511         * configure: Rebuild.
12512         * configure.ac: Add somread.o to the build if BFD has SOM
12513         support.
12514         * somread.c: Include som/aout.h, not syms.h.
12515         (som_symtab_read): Use som_external_symbol_dictionary_record.
12516         Unpack records manually.
12517         (_initialize_somread): Declare.
12518
12519 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
12520
12521         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12522         Cast return_address to 64bits.
12523
12524 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
12525
12526         * printcmd.c: Remove define of function output_command.
12527         * tracepoint.c: Remove extern of function output_command.
12528         * valprint.h: (output_command): New extern.
12529
12530 2013-01-07  Tom Tromey  <tromey@redhat.com>
12531
12532         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12533         Remove.
12534         (objc_language_defn): Use c_printchar, c_printstr,
12535         c_emit_char.
12536
12537 2013-01-07  Tom Tromey  <tromey@redhat.com>
12538
12539         PR cli/7719:
12540         * NEWS: Update.
12541         * ada-valprint.c (printstr, print_field_values): Remove
12542         "inspect_it" code.
12543         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12544         code.
12545         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12546         code.
12547         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12548         * main.c (captured_main): Remove "epoch" argument.
12549         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12550         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12551         * p-valprint.c (pascal_object_print_value_fields): Remove
12552         "inspect_it" code.
12553         * printcmd.c (print_command_1): Remove 'inspect' argument.
12554         (print_command, call_command): Update.
12555         (inspect_command): Remove.
12556         (_initialize_printcmd): Make "inspect" an alias for "print".
12557         * top.c (epoch_interface): Remove.
12558         * top.h (epoch_interface): Remove.
12559         * valprint.c (user_print_options): Update.
12560         (print_converted_chars_to_obstack): Remove "inspect_it" code.
12561         * valprint.h (struct value_print_options) <inspect_it>: Remove
12562         field.
12563
12564 2013-01-04  Tom Tromey  <tromey@redhat.com>
12565
12566         * valprint.h (read_string): Add 'extern'.
12567
12568 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
12569
12570         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12571         used to decide whether to define darwin_read_dyld_info or not.
12572
12573 2013-01-03  Pierre Muller  <muller@sourceware.org>
12574
12575         * main.c (relocate_gdb_directory): Avoid calling stat function
12576         if DIR is empty.
12577
12578 2013-01-03  Yao Qi  <yao@codesourcery.com>
12579
12580         * psymtab.c (fixup_psymbol_section): Update declaration.
12581         (fixup_psymbol_section): Remove code returning value.
12582
12583 2013-01-03  Yao Qi  <yao@codesourcery.com>
12584
12585         * symtab.h: Remove some out of date comments.
12586          (enum exception_event_kind): Move it ...
12587         * breakpoint.c: ... here.
12588
12589 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
12590
12591         PR gdb/14405
12592         * darwin-nat.c (darwin_read_dyld_info): Only build if
12593         TASK_DYLD_INFO_COUNT is defined.
12594         (darwin_xfer_partial): Call darwin_read_dyld_info only if
12595         TASK_DYLD_INFO_COUNT is defined.
12596
12597 2013-01-02  Tom Tromey  <tromey@redhat.com>
12598
12599         * symfile.h (struct ecoff_debug_hack): Remove.
12600         * objfiles.c: Don't include mdebugread.h.
12601
12602 2013-01-02  Tom Tromey  <tromey@redhat.com>
12603
12604         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12605         * configure.ac: Check for Mach-O support in BFD.  Update
12606         CONFIG_OBS.
12607         * configure: Rebuild.
12608
12609 2013-01-02  Tom Tromey  <tromey@redhat.com>
12610
12611         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12612         * configure.ac: Use GDB_AC_CHECK_BFD.
12613         * configure: Rebuild.
12614
12615 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
12616
12617         * MAINTAINERS: Update my email.
12618
12619 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12620
12621         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12622
12623 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12624
12625         * rs6000-nat.c (bss_data_overlap): New function.
12626         (vmap_symtab): Use it to adjust the .bss section's offset.
12627
12628 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12629
12630         Update year range in copyright notice of all files.
12631
12632 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
12633
12634         * top.c (print_gdb_version): Update copyright year.
12635
12636 For older changes see ChangeLog-2012.
12637 \f
12638 Local Variables:
12639 mode: change-log
12640 left-margin: 8
12641 fill-column: 74
12642 version-control: never
12643 coding: utf-8
12644 End: