* NEWS: Add MIPS/Linux DSP support.
[external/binutils.git] / gdb / ChangeLog
1 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
2
3         * NEWS: Add MIPS/Linux DSP support.
4         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5         (SIGCONTEXT_DSPCTL): New macro.
6         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
7         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
8         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
9         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
10         (N64_SIGCONTEXT_HI3): Likewise.
11         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
12         (N64_SIGCONTEXT_LO3): Likewise.
13         (N64_SIGCONTEXT_DSPCTL): Likewise.
14         (N64_SIGCONTEXT_FPCSR): Clarify definition.
15         (mips_linux_o32_sigframe_init): Handle DSP registers.
16         (mips_linux_n32n64_sigframe_init): Likewise.
17
18 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
19
20         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
21         call to abort.
22
23 2012-05-22  Pedro Alves  <palves@redhat.com>
24
25         * target.h (store_waitstatus): Move declaration ...
26         * inf-child.h (store_waitstatus): ... here.
27         * target.c: Move inclusion of gdb_wait.h, and ...
28         (store_waitstatus): ... this ...
29         * inf-child.c: ... here.
30         * linux-nat.c: Include inf-child.h.
31         * rs6000-nat.c: Include inf-child.h.
32         * spu-linux-nat.c: Include inf-child.h.
33
34 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
35
36         * tracepoint.c (start_tracing): Add missing i18n markup.
37         (stop_tracing, set_trace_user): Ditto.
38         (set_trace_notes, set_trace_stop_notes): Ditto.
39
40 2012-05-21  Tom Tromey  <tromey@redhat.com>
41
42         PR c++/7173:
43         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
44         types.
45         * value.h (value_cast_pointers): Update.
46         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
47         (value_cast): Update.
48         (update_search_result): New function.
49         (do_search_struct_field): New, from search_struct_field.  Check
50         for ambiguous results.
51         (search_struct_field): Rewrite.
52         * infcall.c (value_arg_coerce): Update.
53         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
54         value_cast_pointers.
55         * ada-lang.c (ada_convert_actual): Update.
56
57 2012-05-21  Tom Tromey  <tromey@redhat.com>
58
59         * macroexp.c (macro_stringify): Terminate the string.
60
61 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
62
63         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
64         Describe it.
65         * auto-load.c (auto_load_expand_dir_vars): New function.
66         (auto_load_safe_path_vec_update): Use it, remove the
67         substitute_path_component call thanks to it.
68         (auto_load_objfile_script): Remove the debug_file_directory processing.
69         Use auto_load_expand_dir_vars, remove the substitute_path_component
70         call thanks to it.
71         * configure: Regenerate.
72         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
73         path.  Escape $ also for $debugdir.
74         (--with_auto_load_safe_path): Escape $ also for $debugdir.
75         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
76
77 2012-05-20  Doug Evans  <dje@google.com>
78
79         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
80         before use.  Check for symtab->includes == NULL before scanning it.
81
82 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
83
84         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
85
86 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
87
88         * NEWS: Add microMIPS support and "set mips compression",
89         "show mips compression" commands.
90         * mips-tdep.h (mips_isa): New enum.
91         (gdbarch_tdep): Add mips_isa.
92         (mips_pc_is_mips16): Update prototype.
93         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
94         * mips-tdep.c (mips_compression_mips16): New variable.
95         (mips_compression_micromips): Likewise.
96         (mips_compression_strings): Likewise.
97         (mips_compression_string): Likewise.
98         (is_mips16_isa, is_micromips_isa): New functions.
99         (is_mips16_addr): Rename to...
100         (is_compact_addr): ... this.
101         (unmake_mips16_addr): Likewise to...
102         (unmake_compact_addr): ... this.
103         (make_mips16_addr): Likewise to...
104         (make_compact_addr): ... this.
105         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
106         functions.
107         (mips_elf_make_msymbol_special): Handle microMIPS code.
108         (msymbol_is_special): Rename to...
109         (msymbol_is_mips16): ... this.
110         (mips_make_symbol_special, mips_pc_is_mips16): Update
111         accordingly.
112         (msymbol_is_mips, msymbol_is_micromips): New functions.
113         (mips16_to_32_reg): Rename to...
114         (mips_reg3_to_reg): ... this.
115         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
116         (mips_pc_isa): Likewise.
117         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
118         code.
119         (mips_fetch_instruction): Pass return status instead of printing
120         an error message if requested.  Handle microMIPS code.  Bail out
121         on an invalid ISA.
122         (micromips_op): New macro.
123         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
124         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
125         (b6s4_op, b7s3_reg): Likewise.
126         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
127         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
128         (mips_insn_size): New function.
129         (mips32_next_pc): Update mips_fetch_instruction call.
130         (micromips_relative_offset7): New function.
131         (micromips_relative_offset10): Likewise.
132         (micromips_relative_offset16): Likewise.
133         (micromips_pc_insn_size): Likewise.
134         (micromips_bc1_pc): Likewise.
135         (micromips_next_pc): Likewise.
136         (unpack_mips16): Update mips_fetch_instruction call.
137         (extended_mips16_next_pc): Update according to change to
138         mips16_to_32_reg.
139         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
140         code.
141         (mips16_scan_prologue): Update mips_fetch_instruction call.
142         Update according to change to mips16_to_32_reg.
143         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
144         (mips_insn16_frame_base_sniffer): Likewise.
145         (micromips_decode_imm9): New function.
146         (micromips_scan_prologue): Likewise.
147         (mips_micro_frame_cache): Likewise.
148         (mips_micro_frame_this_id): Likewise.
149         (mips_micro_frame_prev_register): Likewise.
150         (mips_micro_frame_sniffer): Likewise.
151         (mips_micro_frame_unwind): New variable.
152         (mips_micro_frame_base_address): New function.
153         (mips_micro_frame_base): New variable.
154         (mips_micro_frame_base_sniffer): New function.
155         (mips32_scan_prologue): Update mips_fetch_instruction call.
156         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
157         rather than for MIPS16.
158         (mips_insn32_frame_base_sniffer): Likewise.
159         (mips_addr_bits_remove): Handle microMIPS code.
160         (deal_with_atomic_sequence): Rename to...
161         (mips_deal_with_atomic_sequence): ... this.  Update the type
162         of the variable used to hold an instruction.  Remove the ISA bit
163         check.  Update mips_fetch_instruction call.
164         (micromips_deal_with_atomic_sequence): New function.
165         (deal_with_atomic_sequence): Likewise.
166         (mips_about_to_return): Handle microMIPS code.  Update
167         mips_fetch_instruction call.
168         (heuristic_proc_start): Check for the standard MIPS ISA rather
169         than for MIPS16.  Update mips_pc_is_mips16 and
170         mips_fetch_instruction calls.  Handle microMIPS code.
171         (mips_push_dummy_code): Handle microMIPS code.
172         (mips_eabi_push_dummy_call): Likewise.
173         (mips_o32_return_value): Update mips_pc_is_mips16 call.
174         (mips_o64_push_dummy_call): Handle microMIPS code.
175         (mips_o64_return_value): Update mips_pc_is_mips16 call.
176         (is_delayed): Remove function.
177         (mips_single_step_through_delay): Replace the call to is_delayed
178         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
179         Handle microMIPS code.
180         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
181         microMIPS code.
182         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
183         call.
184         (micromips_in_function_epilogue_p): New function.
185         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
186         call.
187         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
188         Handle microMIPS.
189         (gdb_print_insn_mips): Likewise.
190         (mips_breakpoint_from_pc): Likewise.
191         (mips_remote_breakpoint_from_pc): New function.
192         (mips32_instruction_has_delay_slot): Simplify making use of the
193         updated mips_fetch_instruction interface.
194         (micromips_instruction_has_delay_slot): New function.
195         (mips16_instruction_has_delay_slot): Simplify making use of the
196         updated mips_fetch_instruction interface.
197         (mips_adjust_breakpoint_address): Check for the standard MIPS
198         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr 
199         calls.  Handle microMIPS code.
200         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
201         (mips_skip_trampoline_code): Handle microMIPS code.
202         (global_mips_compression): New function.
203         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
204         file flags.  Register the microMIPS remote breakpoint handler
205         and heuristic frame unwinder.
206         (show_mips_compression): New function.
207         (_initialize_mips_tdep): Add the "set mips compression" and
208         "show mips compression" commands.
209
210 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
211
212         * ada-lang.c:
213         * ada-tasks.c:
214         * ada-varobj.c:
215         * amd64-darwin-tdep.c:
216         * arm-symbian-tdep.c:
217         * arm-tdep.c:
218         * avr-tdep.c:
219         * ax-gdb.c:
220         * bfin-linux-tdep.c:
221         * breakpoint.c:
222         * c-valprint.c:
223         * cli/cli-cmds.c:
224         * coffread.c:
225         * cp-support.c:
226         * cris-tdep.c:
227         * dwarf2-frame-tailcall.c:
228         * dwarf2-frame.c:
229         * dwarf2expr.c:
230         * dwarf2loc.c:
231         * dwarf2read.c:
232         * elfread.c:
233         * eval.c:
234         * expprint.c:
235         * f-valprint.c:
236         * frv-tdep.c:
237         * h8300-tdep.c:
238         * hppa-hpux-tdep.c:
239         * hppa-tdep.c:
240         * hppanbsd-tdep.c:
241         * i386-nto-tdep.c:
242         * i386-tdep.c:
243         * i387-tdep.c:
244         * ia64-tdep.c:
245         * jit.c:
246         * linespec.c:
247         * linux-tdep.c:
248         * lm32-tdep.c:
249         * m2-valprint.c:
250         * m32c-tdep.c:
251         * m32r-rom.c:
252         * m32r-tdep.c:
253         * m68k-tdep.c:
254         * m68klinux-tdep.c:
255         * mi/mi-main.c:
256         * microblaze-tdep.c:
257         * mips-linux-tdep.c:
258         * mips-tdep.c:
259         * mn10300-tdep.c:
260         * p-valprint.c:
261         * parse.c:
262         * ppc-linux-tdep.c:
263         * ppc-sysv-tdep.c:
264         * printcmd.c:
265         * python/py-finishbreakpoint.c:
266         * python/py-inferior.c:
267         * python/py-infthread.c:
268         * python/py-type.c:
269         * python/python.c:
270         * remote-fileio.c:
271         * remote-m32r-sdi.c:
272         * remote-mips.c:
273         * reverse.c:
274         * rl78-tdep.c:
275         * rs6000-aix-tdep.c:
276         * rs6000-tdep.c:
277         * s390-tdep.c:
278         * score-tdep.c:
279         * sh64-tdep.c:
280         * skip.c:
281         * solib-darwin.c:
282         * solib-dsbt.c:
283         * solib-frv.c:
284         * sparc-tdep.c:
285         * spu-multiarch.c:
286         * spu-tdep.c:
287         * stack.c:
288         * symfile.c:
289         * symtab.c:
290         * tic6x-tdep.c:
291         * tracepoint.c:
292         * v850-tdep.c:
293         * valarith.c:
294         * valprint.c:
295         * value.c:
296         * xcoffread.c:
297         * xtensa-tdep.c:
298         * ada-lang.c:
299         * ada-tasks.c:
300         * ada-varobj.c:
301         * amd64-darwin-tdep.c:
302         * arm-symbian-tdep.c:
303         * arm-tdep.c: Delete unused variables.
304
305 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
306
307         Rename $ddir to $datadir.
308         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
309         * auto-load.c (auto_load_safe_path_vec_update)
310         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
311         * configure: Regenerate.
312         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
313         Likewise.  Remove the 'use $ddir' help string.
314
315 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
316
317         * auto-load.c (show_auto_load_safe_path): Accept any combination of
318         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
319
320 2012-05-18  Tom Tromey  <tromey@redhat.com>
321
322         PR exp/13907:
323         * valprint.h (struct value_print_options) <symbol_print>: New
324         field.
325         * valprint.c (user_print_options): Add default for symbol_print.
326         (show_symbol_print): New function.
327         (generic_val_print): Respect symbol_print.
328         (_initialize_valprint): Add "print symbol" setting.
329         * f-valprint.c (f_val_print): Respect symbol_print.
330         * c-valprint.c (c_val_print): Respect symbol_print.
331         * NEWS: Update.
332         * printcmd.c (print_address_symbolic): Return int.  Ignore some
333         zero-size symbols.
334         (print_address_demangle): Return int.
335         * defs.h: (print_address_symbolic): Return int.
336         * value.h (print_address_demangle): Return int.
337
338 2012-05-18  Tom Tromey  <tromey@redhat.com>
339
340         * valprint.c (val_print_string): Don't print leading space.
341         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
342         print space before string or vtbl.
343         * m2-valprint.c (print_unpacked_pointer): Optionally print space
344         before string.
345         * jv-valprint.c (java_value_print): Print space before string.
346         * go-valprint.c (print_go_string): Print space before string.
347         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
348         space before string.
349         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
350         space before string or vtbl.
351         * auxv.c (fprint_target_auxv): Print space after address.
352
353 2012-05-18  Tom Tromey  <tromey@redhat.com>
354
355         * printcmd.c (print_address_demangle): Remove special case for 0.
356
357 2012-05-18  Tom Tromey  <tromey@redhat.com>
358
359         * printcmd.c (print_address_demangle): Add 'opts' argument.
360         * p-valprint.c (pascal_val_print): Update.
361         * jv-valprint.c (java_val_print): Update.
362         * value.h: Update.
363         * valprint.c (generic_val_print): Update.
364         (print_function_pointer_address): Add 'options' argument.  Remove
365         'addressprint' argument.  Update.
366         * m2-valprint.c (print_unpacked_pointer): Update.
367         * gnu-v3-abi.c (print_one_vtable): Update.
368         (gnuv3_print_method_ptr): Update.
369         * f-valprint.c (f_val_print): Update.
370         * cp-valprint.c (cp_print_value_fields): Update.
371         * valprint.h (print_function_pointer_address): Update.
372         * c-valprint.c (c_val_print): Update.
373
374 2012-05-18  Tom Tromey  <tromey@redhat.com>
375
376         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
377         directly corresponding to the found psymtab.
378         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
379         (dw2_find_pc_sect_symtab): Use it.
380         * block.h (blockvector_contains_pc): Declare.
381         * block.c (find_block_in_blockvector): New function.
382         (blockvector_for_pc_sect): Use it.
383         (blockvector_contains_pc): New function.
384
385 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
386
387         * mips-tdep.h (mips_write_pc): New prototype.
388         * mips-tdep.c (mips_write_pc): Make external, add description.
389         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
390         add description.
391
392 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
393
394         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
395         mips_regnum->pc.
396         (mips_unwind_pc, mips_write_pc): Likewise.
397         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
398         gdbarch_read_pc.
399
400 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
401
402         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
403         proc_warn, proc_error, proc_get_status, proc_flags,
404         proc_why, proc_what, proc_nsysarg, proc_sysargs,
405         proc_set_run_on_last_close, proc_unset_run_on_last_close,
406         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
407         proc_stop_process, proc_wait_for_stop, proc_run_process,
408         proc_set_traced_signals, proc_set_traced_faults,
409         proc_set_traced_sysentry, proc_set_traced_sysexit,
410         proc_set_held_signals, proc_get_held_signals,
411         proc_get_traced_signals, proc_get_traced_faults,
412         proc_get_traced_sysentry, proc_get_traced_sysexit,
413         proc_clear_current_fault, proc_set_current_signal,
414         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
415         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
416         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
417         proc_get_current_thread, proc_get_current_thread,
418         proc_get_current_thread, proc_update_threads,
419         proc_update_threads, proc_update_threads, proc_update_threads,
420         proc_iterate_over_threads, procfs_find_new_threads,
421         procfs_pid_to_str): Make static.  Remove advance declaration.
422         (proc_cursig): Make static.  Conditionalized defintion on
423         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
424         (proc_syscall, proc_set_kill_on_last_close,
425         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
426         proc_get_pending_signals, proc_get_signal_actions,
427         proc_trace_signal, proc_ignore_signal): Delete.
428
429 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
430
431         * coffread.c (cs_section_address): Passing proper argument for
432         `bfd_get_section_vma'.
433         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
434         `bfd_get_section_flags'.
435         * remote.c (remote_trace_set_readonly_regions): Likewise, for
436         `bfd_get_section_vma'.
437
438 2012-05-16  Tom Tromey  <tromey@redhat.com>
439
440         PR macros/13205:
441         * macrotab.h: (macro_define_special): Declare.
442         (enum macro_special_kind): New.
443         (struct macro_definition) <argc, replacement>: Update comments.
444         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
445         (macro_define_object_internal): New function.
446         (macro_define_object): Use it.
447         (macro_define_special): New function.
448         (fixup_definition): New function.
449         (macro_lookup_definition, foreach_macro_in_scope)
450         (foreach_macro): Use fixup_definition.
451         * macroexp.h (macro_stringify): Declare.
452         * macroexp.c (free_buffer_return_text): New function.
453         (stringify): Constify "arg".
454         (macro_stringify): New function.
455         * dwarf2read.c (macro_start_file): Call macro_define_special.
456
457 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
458             Maciej W. Rozycki  <macro@mips.com>
459
460         * breakpoint.h (bp_location): Add related_address member.
461         * inferior.h (get_return_value): Take a pointer to struct value
462         instead of struct type for the function requested.
463         * value.h (using_struct_return): Likewise.
464         * gdbarch.sh (return_value): Take a pointer to struct value
465         instead of struct type for the function requested.
466         * breakpoint.c (set_breakpoint_location_function): Initialize
467         related_address for bp_gnu_ifunc_resolver breakpoints.
468         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
469         requested function's address to gdbarch_return_value.
470         * eval.c (evaluate_subexp_standard): Pass the requested
471         function's address to using_struct_return.
472         * infcall.c (call_function_by_hand): Pass the requested
473         function's address to using_struct_return and
474         gdbarch_return_value.
475         * infcmd.c (get_return_value): Take a pointer to struct value
476         instead of struct type for the function requested.
477         (print_return_value): Update accordingly.
478         (finish_command_continuation): Likewise.
479         * stack.c (return_command): Pass the requested function's
480         address to using_struct_return and gdbarch_return_value.
481         * value.c (using_struct_return): Take a pointer to struct value
482         instead of struct type for the function requested.  Pass the
483         requested function's address to gdbarch_return_value.
484         * python/py-finishbreakpoint.c (finish_breakpoint_object):
485         New function_value member, replacing function_type.
486         (bpfinishpy_dealloc): Update accordingly.
487         (bpfinishpy_pre_stop_hook): Likewise.
488         (bpfinishpy_init): Likewise.  Record the requested function's
489         address.
490         * mips-tdep.c (mips_fval_reg): New enum.
491         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
492         words put in GP registers.
493         (mips_o64_push_dummy_call): Update a comment.
494         (mips_o32_return_value): Take a pointer to struct value instead
495         of struct type for the function requested and use it to check if
496         using the MIPS16 calling convention.  Return the designated
497         general purpose registers for floating-point values returned in
498         MIPS16 mode.
499         (mips_o64_return_value): Likewise.
500         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
501         (ppc_sysv_abi_broken_return_value): Likewise.
502         (ppc64_sysv_abi_return_value): Likewise.
503         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
504         value instead of struct type for the function requested.
505         * amd64-tdep.c (amd64_return_value): Likewise.
506         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
507         * arm-tdep.c (arm_return_value): Likewise.
508         * avr-tdep.c (avr_return_value): Likewise.
509         * bfin-tdep.c (bfin_return_value): Likewise.
510         * cris-tdep.c (cris_return_value): Likewise.
511         * frv-tdep.c (frv_return_value): Likewise.
512         * h8300-tdep.c (h8300_return_value): Likewise.
513         (h8300h_return_value): Likewise.
514         * hppa-tdep.c (hppa32_return_value): Likewise.
515         (hppa64_return_value): Likewise.
516         * i386-tdep.c (i386_return_value): Likewise.
517         * ia64-tdep.c (ia64_return_value): Likewise.
518         * iq2000-tdep.c (iq2000_return_value): Likewise.
519         * lm32-tdep.c (lm32_return_value): Likewise.
520         * m32c-tdep.c (m32c_return_value): Likewise.
521         * m32r-tdep.c (m32r_return_value): Likewise.
522         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
523         * m68k-tdep.c (m68k_return_value): Likewise.
524         (m68k_svr4_return_value): Likewise.
525         * m88k-tdep.c (m88k_return_value): Likewise.
526         * mep-tdep.c (mep_return_value): Likewise.
527         * microblaze-tdep.c (microblaze_return_value): Likewise.
528         * mn10300-tdep.c (mn10300_return_value): Likewise.
529         * moxie-tdep.c (moxie_return_value): Likewise.
530         * mt-tdep.c (mt_return_value): Likewise.
531         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
532         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
533         (ppc_sysv_abi_broken_return_value): Likewise.
534         (ppc64_sysv_abi_return_value): Likewise.
535         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
536         * rl78-tdep.c (rl78_return_value): Likewise.
537         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
538         * rx-tdep.c (rx_return_value): Likewise.
539         * s390-tdep.c (s390_return_value): Likewise.
540         * score-tdep.c (score_return_value): Likewise.
541         * sh-tdep.c (sh_return_value_nofpu): Likewise.
542         (sh_return_value_fpu): Likewise.
543         * sh64-tdep.c (sh64_return_value): Likewise.
544         * sparc-tdep.c (sparc32_return_value): Likewise.
545         * sparc64-tdep.c (sparc64_return_value): Likewise.
546         * spu-tdep.c (spu_return_value): Likewise.
547         * tic6x-tdep.c (tic6x_return_value): Likewise.
548         * v850-tdep.c (v850_return_value): Likewise.
549         * vax-tdep.c (vax_return_value): Likewise.
550         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
551         * xtensa-tdep.c (xtensa_return_value): Likewise.
552         * gdbarch.c: Regenerate.
553         * gdbarch.h: Regenerate.
554
555 2012-05-15  Tom Tromey  <tromey@redhat.com>
556
557         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
558
559 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
560
561         * breakpoint.c (init_breakpoint_sal): Add quotes around part
562         of command in two error message.
563
564 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
565
566         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
567
568 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
569
570         * breakpoint.c (find_condition_and_thread): Minor reformatting.
571
572 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
573
574         * NEWS (show auto-load scripts-directory): Add forgotten command.
575
576 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
577
578         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
579         parameters.
580
581 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
582
583         * amd64-tdep.c: Include features/i386/x32.c and
584         features/i386/x32-avx.c.
585         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
586         initialize_tdesc_x32_avx.
587
588 2012-05-14  Stan Shebs  <stan@codesourcery.com>
589
590         Add dynamic printf.
591         * breakpoint.h (enum bptype): New type bp_dprintf.
592         (struct breakpoint): New field extra_string.
593         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
594         (create_breakpoint): Add extra_string arg.
595         * breakpoint.c (dprintf_breakpoint_ops): New.
596         (is_breakpoint): Add bp_dprintf.
597         (bpstat_what): Add dprintf case.
598         (bptype_string): Ditto.
599         (print_one_breakpoint_location): Ditto.
600         (init_bp_location): Ditto.
601         (bkpt_print_mention): Ditto.
602         (dprintf_style_enums): New array.
603         (dprintf_style): New global.
604         (dprintf_function): New global.
605         (dprintf_channel): New global.
606         (update_dprintf_command_list): New function.
607         (update_dprintf_commands): New function.
608         (init_breakpoint_sal): Add extra_string argument, handle it.
609         (create_breakpoint_sal): Add extra_string argument.
610         (create_breakpoints_sal): Add extra_string argument, update callers.
611         (find_condition_and_thread): Add extra argument.
612         (create_breakpoint): Add extra_string argument, record it.
613         (dprintf_command): New function.
614         (break_command_1): Add arg to create_breakpoint call.
615         (handle_gnu_v3_exceptions): Ditto.
616         (trace_command): Ditto.
617         (ftrace_command): Ditto.
618         (strace_command): Ditto.
619         (bkpt_print_mention): Add dprintf case.
620         (create_breakpoint_sal_default): Add extra_string argument.
621         (_initialize_breakpoint): Add new commands.
622         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
623         * python/py-breakpoint.c (bppy_init): Ditto.
624         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
625
626 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
627
628         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
629
630 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
631
632         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
633         unsigned long long.
634
635 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
636
637         Add a new function gdb.find_pc_line to the Python API.
638         * NEWS (Python Scripting): Add entry about the new function.
639         * python/python.c (gdbpy_find_pc_line): New function which
640         implements gdb.find_pc_line.
641         (GdbMethods): Add entry for the new function.
642
643 2012-05-12  Pedro Alves  <palves@redhat.com>
644
645         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
646         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
647
648 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
649
650         * inferior.c: Include completer.h
651         (initialize_inferiors): Set completer of add-inferior to
652         filename_completer.
653
654 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
655
656         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
657         gdbarch_ptr_bit for x32 core dump.
658
659 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
660
661         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
662         and features/i386/x32-avx-linux.c.
663
664 2012-05-11  Stan Shebs  <stan@codesourcery.com>
665             Kwok Cheung Yeung  <kcy@codesourcery.com>
666
667         * NEWS: Describe new info os commands.
668         * common/linux-osdata.c (PID_T, TIME_T): Define.
669         (MAX_PID_T_STRLEN): New.
670         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
671         MAX_PID_T_STRLEN.
672         (command_from_pid): Add comment.  Change to use PID_T.
673         (commandline_from_pid):  Change to use PID_T.
674         (user_from_pid): Add comment.
675         (get_process_owner): Add comment. Change to use PID_T and
676         MAX_PID_T_STRLEN.
677         (get_number_of_cpu_cores): Add comment.
678         (get_cores_used_by_process): Add comment.  Change to use PID_T and
679         MAX_PID_T_STRLEN.
680         (linux_xfer_osdata_processes): Change to use PID_T and
681         MAX_PID_T_STRLEN.
682         (compare_processes): New function.
683         (linux_xfer_osdata_processgroups): New function.
684         (linux_xfer_osdata_threads): Change to use PID_T.
685         (linux_xfer_osdata_fds): New function.
686         (format_socket_state, print_sockets): New functions.
687         (union socket_addr): New union.
688         (linux_xfer_osdata_isockets): New function.
689         (time_from_time_t, group_from_gid): New functions.
690         (linux_xfer_osdata_shm): New function.
691         (linux_xfer_osdata_sem): New function.
692         (linux_xfer_osdata_msg): New function.
693         (linux_xfer_osdata_modules): New function.
694         (osdata_table): Add new entries.
695         * common/buffer.c (buffer_xml_printf): Add support for long and
696         long long format specifiers.
697
698 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
699
700         * amd64-linux-tdep.h (tdesc_x32_linux): New.
701         (tdesc_x32_avx_linux): Likewise.
702
703 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
704
705         Implement multi-component --with-auto-load-dir.
706         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
707         entries.
708         (--with-auto-load-safe-path): Update the default value description.
709         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
710         New.
711         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
712         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
713         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
714         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
715         "set auto-load scripts-directory".
716         * config.in: Regenerate.
717         * configure: Regenerate.
718         * configure.ac (--with-auto-load-dir): New configure option.
719         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
720
721 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
722
723         Provide $ddir substitution for --with-auto-load-safe-path.
724         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
725         entries.
726         * auto-load.c: Include observer.h.
727         (auto_load_safe_path_vec_update): Call substitute_path_component for
728         each component.  New variable ddir_subst.
729         (auto_load_gdb_datadir_changed): New function.
730         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
731         AUTO_LOAD_SAFE_PATH.  New comment.
732         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
733         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
734         * config.in: Regenerate.
735         * configure: Regenerate.
736         * configure.ac (--auto-load-safe-path): Rename
737         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
738         GDB_DATADIR/auto-load.
739         * defs.h (substitute_path_component): New declaration.
740         * top.c: Include observer.h.
741         (set_gdb_datadir): New function.
742         (init_main): Install it for "set data-directory".
743         * utils.c (substitute_path_component): New function.
744
745 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
746
747         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
748         * auto-load.c (auto_load_objfile_script): Remove check for NULL
749         DEBUG_FILE_DIRECTORY.  Handle multiple components of
750         DEBUG_FILE_DIRECTORY.
751
752 2012-05-10  Tom Tromey  <tromey@redhat.com>
753
754         * dwarf2read.c (recursively_write_psymbols): New function.
755         (write_psymtabs_to_index): Use it.
756
757         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
758         field.
759         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
760         (load_partial_comp_unit): Update.
761         (queue_comp_unit): Add argument 'pretend_language'.
762         (process_queue): Update.
763         (psymtab_to_symtab_1): Skip dependencies that have a user.
764         (load_partial_comp_unit_reader): Give meaning to the 'data'
765         argument.
766         (load_full_comp_unit): Add 'pretend_language' argument.
767         (process_full_comp_unit): Add 'pretend_language' argument.  Set
768         language on CU.
769         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
770         Update.
771         (maybe_queue_comp_unit): Add 'pretend_language' argument.
772         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
773         Update.
774         (prepare_one_comp_unit): Add 'pretend_language' argument.
775
776         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
777         (struct dwarf2_per_objfile) <just_read_cus>: New field.
778         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
779         (dw2_do_instantiate_symtab): Check whether symtab was read in
780         before queueing.
781         (dw2_instantiate_symtab): Add assertion.  Call
782         process_cu_includes.
783         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
784         (partial_symtab_p): New typedef.
785         (set_partial_user): New function.
786         (dwarf2_build_psymtabs_hard): Use set_partial_user.
787         (scan_partial_symbols): Add imported CU to imported_symtabs.
788         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
789         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
790         (get_symtab, recursively_compute_inclusions)
791         (compute_symtab_includes, process_cu_includes)
792         (process_imported_unit_die): New functions.
793         (process_die) <DW_TAG_imported_unit>: New case.
794         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
795
796         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
797         comment.
798         (struct partial_die_info) <locdesc>: Remove.
799         <d>: New field.
800         (process_psymtab_comp_unit): Add 'read_partial' argument.
801         Update.
802         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
803         (scan_partial_symbols): Handle DW_TAG_imported_unit.
804         (add_partial_symbol): Update.
805         (process_die): Handle DW_TAG_partial_unit.
806         (read_file_scope): Update comment.
807         (load_partial_dies): Handle DW_TAG_imported_unit.
808         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
809         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
810
811 2012-05-10  Tom Tromey  <tromey@redhat.com>
812
813         * cc-with-dwz.sh: New file.
814
815 2012-05-10  Tom Tromey  <tromey@redhat.com>
816
817         * symtab.h (struct symtab) <includes, user>: New fields.
818         * block.h (struct block_iterator) <d, idx, which>: New fields.
819         * block.c (initialize_block_iterator, find_iterator_symtab)
820         (block_iterator_step, block_iter_name_step)
821         (block_iter_match_step): New functions.
822         (block_iterator_first, block_iterator_next)
823         (block_iter_name_first, block_iter_name_next)
824         (block_iter_match_first, block_iter_match_next): Rewrite.
825         (get_block_symtab): New function.
826
827 2012-05-10  Tom Tromey  <tromey@redhat.com>
828
829         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
830         set_block_symtab.
831         * jit.c (finalize_symtab): Use allocate_global_block,
832         set_block_symtab.
833         * buildsym.c (finish_block_internal): New function, from old
834         finish_block.
835         (finish_block): Rewrite.
836         (end_symtab): Use finish_block_internal, set_block_symtab.
837         * block.h (struct global_block): New.
838         (allocate_global_block, set_block_symtab): Declare.
839         * block.c (allocate_global_block, set_block_symtab): New
840         functions.
841
842 2012-05-10  Tom Tromey  <tromey@redhat.com>
843
844         * psymtab.c (partial_map_expand_apply): Add assertion.
845         (partial_map_symtabs_matching_filename): Skip included psymtabs.
846         (psymtab_to_symtab): Find unshared psymtab.
847         (dump_psymtab): Print including psymtabs.
848         (recursively_search_psymtabs): New function.
849         (expand_symtabs_matching_via_partial): Use it.
850         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
851         fields.
852         (enum psymtab_search_status): New.
853
854 2012-05-10  Tom Tromey  <tromey@redhat.com>
855
856         * tracepoint.c (scope_info): Update.
857         * symtab.c (lookup_block_symbol, iterate_over_symbols)
858         (find_pc_sect_symtab, search_symbols)
859         (default_make_symbol_completion_list_break_on)
860         (make_file_symbol_completion_list): Update.
861         * symmisc.c (dump_symtab_1): Update.
862         * stack.c (print_frame_args, iterate_over_block_locals)
863         (print_frame_labels, iterate_over_block_arg_vars): Update.
864         * python/py-block.c (block_object) <dict>: Remove.
865         <block>: New field.
866         <iter>: Change type.
867         (blpy_iter): Update.
868         (blpy_block_syms_iternext): Update.
869         * psymtab.c (map_block): Use block iterators.
870         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
871         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
872         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
873         * infrun.c (check_exception_resume): Update.
874         * cp-support.c (make_symbol_overload_list_block): Update.
875         * coffread.c (patch_opaque_types): Update.
876         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
877         * block.h (struct block_iterator): New.
878         (block_iterator_first, block_iterator_next, block_iter_name_first)
879         (block_iter_name_next, block_iter_match_first)
880         (block_iter_match_next): Declare.
881         (ALL_BLOCK_SYMBOLS): Redefine.
882         * block.c (block_iterator_first, block_iterator_next)
883         (block_iter_name_first, block_iter_name_next)
884         (block_iter_match_first, block_iter_match_next): New functions.
885         * ada-lang.c (ada_add_block_symbols)
886         (ada_make_symbol_completion_list): Use block iterator.
887
888 2012-05-10  Tom Tromey  <tromey@redhat.com>
889
890         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
891         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
892         (lookup_partial_symbol, find_last_source_symtab_from_partial)
893         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
894         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
895         Update.
896
897 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
898
899         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
900         print-file-var-lib2.c, print-file-var-main.c and
901         print-file-var.exp (located in gdb/testsuite/gdb.base).
902
903 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
904
905         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
906         try locating the symbol in the symbol's own objfile first, before
907         extending the search to all objfiles.
908         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
909         out of lookup_symbol_aux_symtabs.
910         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
911         Replace extracted-out code by call to lookup_symbol_aux_objfile.
912         Do not search EXCLUDE_OBJFILE.
913         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
914         (lookup_symbol_global): Search for matches in the block's objfile
915         first, before searching all other objfiles.
916
917 2012-05-10  Tristan Gingold  <gingold@adacore.com>
918
919         * printcmd.c (set_command): Add pre/post inc/dec.
920
921 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
922
923         * gdb.1: Document -ex option.
924
925 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
926
927         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
928         * inferior.h (AT_SYMBOL): Delete.
929
930 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
931
932         * mips-tdep.c (mips_push_dummy_code): New function.
933         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
934         ON_STACK and install mips_push_dummy_code as our gdbarch
935         push_dummy_code routine.
936
937 2012-05-09  Pedro Alves  <palves@redhat.com>
938
939         * target.c (set_maintenance_target_async_permitted): Rename to ...
940         (set_target_async_command): ... this.
941         (show_maintenance_target_async_permitted): Rename to ...
942         (show_target_async_command): ... this.
943         (initialize_targets): Adjust.
944
945 2012-05-08  Doug Evans  <dje@google.com>
946
947         * go-exp.y (classify_name): Add missing assignment of fields of
948         yylval.ssym.
949
950 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
951
952         Display the ">" prompt in interactive mode while reading canned
953         commands, even when the current interpreter is MI.
954
955         * interps.c (interp_set_temp): New function.
956
957         * interps.h (interp_set_temp): Add prototype.
958
959         * cli/cli-script.c (restore_interp): New cleanup function.
960         (read_command_lines): Temporarily override the current interpreter
961         with CLI and arrange for restoring the original one.
962
963 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
964
965         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
966
967 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
968
969         * probe.c (parse_probes): Move conditional to check for
970         debuginfo files from here...
971         * stap-probe.c (stap_get_probes): ... to here.
972
973 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
974             H.J. Lu  <hongjiu.lu@intel.com>
975
976         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
977         `movl %esp, %ebp' for the X32 ABI.
978
979 2012-05-07  Tom Tromey  <tromey@redhat.com>
980
981         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
982         get_DW_TAG_name.
983         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
984         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
985         (dwarf_stack_op_name): Remove.
986         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
987         (decode_locdesc): Use get_DW_OP_name.
988         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
989         (dwarf2_compile_expr_to_ax): Likewise.
990         (disassemble_dwarf_expression): Likewise.
991         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
992
993 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
994
995         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
996         (sh_linux_sigtramp_cache): New function.
997         (sh_linux_sigreturn_init): New function.
998         (sh_linux_rt_sigreturn_init): New function.
999         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
1000         patterns.
1001         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
1002         syscall codes.
1003         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
1004         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
1005         (sh_linux_init_abi): Add init calls to register new tramp_frame
1006         definitions under 32-bit SH, update comments.
1007
1008 2012-05-07  Pedro Alves  <palves@redhat.com>
1009
1010         PR gdb/10952
1011
1012         * amd64-linux-tdep.c: Include glibc-tdep.h.
1013         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
1014         gdbarch_skip_solib_resolver callback.
1015
1016 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1017
1018         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
1019         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
1020         (show_auto_load_safe_path): Check any-directory by comparison with "/".
1021         (add_auto_load_safe_path): Change the error message.
1022         (_initialize_auto_load): Change the "safe-path" help text.
1023         * configure: Regenerate
1024         * configure.ac (--without-auto-load-safe-path): Set
1025         WITH_AUTO_LOAD_SAFE_PATH to /.
1026
1027 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
1028
1029         * stap-probe.h: Do not include unecessary `probe.h'.
1030
1031 2012-05-05  Alan Modra  <amodra@gmail.com>
1032
1033         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
1034         bfd_und_section_ptr.
1035         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
1036         and bfd_com_section_ptr.
1037
1038 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
1039
1040         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
1041
1042 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
1043
1044         * windows-nat.h (segment_register_p_ftype): New typedef.
1045         (windows_set_segment_register_p): Add declaration.
1046         * windows-nat.c (segment_register_p): New static global.
1047         (windows_set_segment_register_p): New function.
1048         (do_windows_fetch_inferior_registers): Add special handling
1049         for segment registers.
1050         * amd64-windows-nat.c: #include "amd64-tdep.h".
1051         (amd64_windows_segment_register_p): New function.
1052         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
1053         * i386-windows-nat.c: #include "i386-tdep.h".
1054         (i386_windows_segment_register_p): New function.
1055         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
1056
1057 2012-05-04  Tristan Gingold  <gingold@adacore.com>
1058
1059         * printcmd.c (set_command): Emit a warning if the expression is not
1060         an assignment.
1061
1062 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
1063
1064         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
1065         Make static.
1066
1067 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
1068
1069         * stap-probe.c (stap_is_operator): Change declaration.
1070         (stap_get_opcode): Change return value.
1071         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
1072         `stap_parse_argument_1'.
1073
1074 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
1075
1076         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
1077         debug log.
1078
1079 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
1080
1081         Add two new methods global_block and static_block to gdb.Symtab
1082         objects.
1083         * NEWS (Python scripting): Add entry about the new methods.
1084         * python/py-symtab.c (stpy_global_block): New function which
1085         implements the gdb.Symtab.global_block() method.
1086         (stpy_static_block): New function which implements the
1087         gdb.Symtab.static_block() method.
1088         (symtab_object_methods): Add entries for the two new methods.
1089
1090 2012-05-03  Doug Evans  <dje@google.com>
1091
1092         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
1093         files.
1094
1095 2012-05-03  Yao Qi  <yao@codesourcery.com>
1096
1097         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
1098         space.
1099         (i386_process_record): Ditto.
1100
1101 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
1102
1103         * infcall.c (unwind_on_signal_p): Make static.
1104
1105 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
1106
1107         * sol-thread.c (solaris_pid_to_str): Make static.
1108         (_initialize_sol_thread): Add prototype.
1109
1110 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
1111
1112         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
1113
1114 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
1115
1116         * MAINTAINERS: Remove myself.
1117
1118 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1119
1120         Fix --without-auto-load-safe-path for MS-Windows host platform.
1121         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
1122
1123 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
1124
1125         * gdb_curses.h: Undefine KEY_EVENT before including curses
1126         headers.  Move "#undef MOUSE_MOVED" before any curses header
1127         inclusion.
1128
1129 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
1130
1131         * features/i386/i386-mmx-linux.c: Regenerate.
1132         * features/rs6000/powerpc-32.c: Likewise.
1133         * features/rs6000/powerpc-32l.c: Likewise.
1134         * features/rs6000/powerpc-403.c: Likewise.
1135         * features/rs6000/powerpc-403gc.c: Likewise.
1136         * features/rs6000/powerpc-405.c: Likewise.
1137         * features/rs6000/powerpc-505.c: Likewise.
1138         * features/rs6000/powerpc-601.c: Likewise.
1139         * features/rs6000/powerpc-602.c: Likewise.
1140         * features/rs6000/powerpc-603.c: Likewise.
1141         * features/rs6000/powerpc-604.c: Likewise.
1142         * features/rs6000/powerpc-64.c: Likewise.
1143         * features/rs6000/powerpc-64l.c: Likewise.
1144         * features/rs6000/powerpc-750.c: Likewise.
1145         * features/rs6000/powerpc-860.c: Likewise.
1146         * features/rs6000/powerpc-e500.c: Likewise.
1147         * features/rs6000/powerpc-e500l.c: Likewise.
1148         * features/rs6000/powerpc-isa205-32l.c: Likewise.
1149         * features/rs6000/powerpc-isa205-64l.c: Likewise.
1150         * features/rs6000/rs6000.c: Likewise.
1151
1152 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
1153
1154         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
1155         variable.
1156         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
1157         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
1158         (stap_parse_argument) <e>: Likewise.
1159         (handle_stap_probe) <byte_order>: Likewise.
1160
1161 2012-04-30  Doug Evans  <dje@google.com>
1162
1163         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
1164         init_and_read_dies_worker.  All callers updated.
1165         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
1166         replaced with init_cutu_and_read_dies.
1167         (load_partial_comp_unit): Pass 1 for use_existing_cu.
1168         (find_partial_die): Remove FIXME.  Don't free current CU.
1169
1170 2012-04-30  Sterling Augustine  <saugustine@google.com>
1171
1172         * contrib: New directory.
1173         * contrib/test_pubnames_and_indexes.py: New file.
1174
1175 2012-04-30  Doug Evans  <dje@google.com>
1176
1177         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
1178         All callers updated.
1179         (init_cu_die_reader): Verify the section is non-empty.
1180         (dwarf_decode_line_header): Don't dereference section->asection
1181         until we know the section is present.
1182
1183 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
1184
1185         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
1186         probes.
1187
1188 2012-04-29  Yao Qi  <yao@codesourcery.com>
1189
1190         * gdb-code-style.el: New hook gdb-markup-hook
1191         and gdb-comment-hook.
1192
1193 2012-04-28  Doug Evans  <dje@google.com>
1194
1195         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
1196         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
1197         objfile->obfd.
1198         * symfile.h (dwarf2_debug_sections): New member addr.
1199         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
1200         (ctx_no_get_addr_index): New function.
1201         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
1202         (ctx_no_get_addr_index): Declare.
1203         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
1204         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
1205         (dwarf_expr_ctx_funcs): Update.
1206         (needs_get_addr_index): New function.
1207         (needs_frame_ctx_funcs): Update.
1208         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
1209         * dwarf2read.c: #include "gdbcore.h".
1210         (dwarf2_per_objfile): New members addr, dwo_files.
1211         (dwarf2_elf_names): Add entry for addr.
1212         (struct dwo_section_names): New type.
1213         (dwo_section_names): New static global.
1214         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
1215         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
1216         old debug_types_section member updated to use this.
1217         Rename member debug_types_section to info_or_types_section,
1218         all uses updated.
1219         (signatured_type): Rename member type_offset to type_offset_in_tu,
1220         all uses updated.  New member type_offset_in_section.
1221         (struct dwo_sections): New type.
1222         (struct dwo_unit): New type.
1223         (struct dwo_file): New type.
1224         (die_reader_specs): New member dwo_file.
1225         (dwarf2_locate_sections): Watch for .debug_addr.
1226         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
1227         (dwarf2_read_section): Get bfd of section from bfd's asection,
1228         instead of objfile.
1229         (create_cus_from_index): Initialize the_cu->info_or_types_section.
1230         (create_signatured_type_table_from_index): Initialize
1231         sig_type->info_or_types_section.
1232         (dw2_get_file_names): Statement lists for type units with DWO files
1233         live in the DWO file.
1234         (create_debug_types_hash_table): New function.
1235         (create_all_type_units): Rewrite.
1236         (init_cu_die_reader): New arg dwo_file, all callers updated.
1237         (init_and_read_dies_worker): Get section from
1238         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
1239         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
1240         continue reading the CU/TU from there.
1241         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
1242         updated.  Get section from this_cu->info_or_types_section.
1243         (create_all_comp_units): Initialize this_cu->info_or_types_section.
1244         (skip_one_die): New cases DW_FORM_GNU_addr_index,
1245         DW_FORM_GNU_str_index.
1246         (hash_dwo_file, eq_dwo_file): New functions.
1247         (allocate_dwo_file_hash_table): New function.
1248         (hash_dwo_unit, eq_dwo_unit): New functions.
1249         (allocate_dwo_unit_table): New function.
1250         (dwarf2_locate_dwo_sections): New function.
1251         (struct create_dwo_info_table_data): New type.
1252         (create_debug_info_hash_table_reader): New function.
1253         (create_debug_info_hash_table): New function.
1254         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
1255         (lookup_dwo_file): New function.
1256         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
1257         (free_dwo_file, free_dwo_file_cleanup): New functions.
1258         (free_dwo_file_from_slot, free_dwo_files): New functions.
1259         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
1260         (dwarf2_record_block_ranges): Ditto.
1261         (read_partial_die): Ditto.
1262         (process_enumeration_scope): Update to use type_offset_in_section.
1263         (read_full_die_1): New function.
1264         (read_full_die): Rewrite.
1265         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
1266         DW_FORM_GNU_str_index.
1267         (read_addr_index_1, read_addr_index): New functions.
1268         (read_addr_index_from_leb128): New function.
1269         (struct dwarf2_read_addr_index_data): New type.
1270         (dwarf2_read_addr_index_reader): New function.
1271         (dwarf2_read_addr_index): New function.
1272         (read_str_index): New function.
1273         (leb128_size): New function.
1274         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
1275         If processing a type unit from a DWO file, get the line section
1276         from the DWO file.
1277         (var_decode_location): Watch for DW_OP_GNU_addr_index.
1278         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
1279         DW_FORM_GNU_str_index.
1280         (lookup_die_type): Check whether section offset of type's die is
1281         known before looking it up.  Remove assert.  Condition can
1282         legimately happen for inter-cu type references.
1283         (dwarf_attr_name): Handle Fission attributes.
1284         (dwarf_form_name): Handle Fission forms.
1285         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
1286         DW_FORM_GNU_str_index.
1287         (follow_die_sig): Update to use type_offset_in_section.
1288         (decode_locdesc): New case DW_OP_GNU_addr_index.
1289         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
1290         DW_FORM_GNU_str_index.
1291         (cu_debug_loc_section): New function.
1292         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
1293         (dwarf2_per_objfile_free): Unmap .debug_addr section.
1294         Free DWO files if present.
1295         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
1296
1297         Refactor DIE reading.
1298         * dwarf2read.c (dwarf2_per_objfile): Replace members
1299         debug_info_type_hash and debug_types_type_hash with die_type_hash.
1300         (die_reader_specs): New member "die_section".  Temporarily make
1301         member "buffer" non-const, pending constifying all info_ptr uses.
1302         (die_reader_func_ftype): New typedef.
1303         (dw2_get_file_names_reader): New function.
1304         (dw2_get_file_names): Rewrite.
1305         (read_and_check_type_unit_head): Rename arg type_offset to
1306         type_offset_in_tu.
1307         (create_all_type_units): Improve debugging message.
1308         Improve dummy type unit check.
1309         (init_cu_die_reader): New arg "section".  All callers updated.
1310         (init_and_read_dies_worker): New function.
1311         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
1312         (init_cutu_and_read_dies_no_follow): New function.
1313         (init_cutu_and_read_dies_simple): New function.
1314         (process_psymtab_comp_unit_reader): New function.
1315         (process_psymtab_comp_unit): Delete args section,
1316         is_debug_types_section.  Rewrite.  All callers updated.
1317         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
1318         All callers updated.  Rewrite.
1319         (load_partial_comp_unit_reader): New function.
1320         (load_partial_comp_unit): Rewrite.
1321         (skip_children): New arg reader.  Delete args buffer, cu.
1322         All callers updated.
1323         (skip_one_die): New arg reader.  Delete args buffer, cu.
1324         All callers updated.
1325         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
1326         All callers updated.
1327         (load_full_comp_unit_reader): New function.
1328         (load_full_comp_unit): Rewrite.
1329         (read_comp_unit): Delete.
1330         (read_die_and_children_1): Delete, contents moved ...
1331         (read_die_and_children): ... here.
1332         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
1333         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
1334         All callers updated.
1335         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
1336         All callers updated.
1337         (find_partial_die): Rewrite load_all_dies support.
1338         (read_attribute_value): New arg reader.  Delete args abfd, cu.
1339         All callers updated.
1340         (read_attribute): New arg reader.  Delete args abfd, cu.
1341         All callers updated.
1342         (load_full_type_unit): Add assert.
1343         (read_signatured_type_reader): New function.
1344         (read_signatured_type): Rewrite.
1345         (free_stack_comp_unit): Remove call to age_cached_comp_units.
1346         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
1347         All callers updated.  Set per_cu->cu = NULL after freeing it.
1348         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
1349         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
1350         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
1351         (set_die_type): Update.
1352         (get_die_type_at_offset): Update.
1353         (read_file_scope): Call prepare_one_comp_unit.
1354         (read_type_unit_scope): Ditto.
1355         (prepare_one_comp_unit): Set producer if present.
1356
1357 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
1358
1359         * probe.c (compile_rx_or_error): Silence ARI warning about missing
1360          gettext function on `error'.
1361
1362 2012-04-27  Doug Evans  <dje@google.com>
1363
1364         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
1365         is empty.
1366
1367 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
1368             Tom Tromey  <tromey@redhat.com>
1369
1370         * breakpoint.c (struct breakpoint_objfile_data)
1371         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
1372         <exception_probes>: New fields.
1373         (free_breakpoint_probes): New function.
1374         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
1375         `_Unwind_DebugHook'.
1376         (create_exception_master_breakpoint): Likewise.
1377         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
1378         * infrun.c: Including necessary header files for handling SystemTap
1379         probes.
1380         (handle_inferior_event): Handling longjmp breakpoint and exceptions
1381         via SystemTap probes.
1382         (check_exception_resume): Remove `func' argument.  Handle exception
1383         unwinding breakpoint set via a SystemTap probe.
1384         (insert_exception_resume_from_probe): New function.
1385
1386 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
1387             Tom Tromey  <tromey@redhat.com>
1388             Jan Kratochvil  <jan.kratochvil@redhat.com>
1389
1390         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
1391         (COMMON_OBS): Likewise.
1392         (HFILES_NO_SRCDIR): Add `probe'.
1393         * NEWS: Mention support for static and SystemTap probes.
1394         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
1395         SystemTap probes' arguments parser.
1396         * arm-linux-tdep.c: Including headers needed to perform the parsing
1397         of SystemTap probes' arguments.
1398         (arm_stap_is_single_operand): New function.
1399         (arm_stap_parse_special_token): Likewise.
1400         (arm_linux_init_abi): Initializing proper fields used by SystemTap
1401         probes' arguments parser.
1402         * ax-gdb.c (require_rvalue): Removing static declaration.
1403         (gen_expr): Likewise.
1404         * ax-gdb.h (gen_expr): Declaring function.
1405         (require_rvalue): Likewise.
1406         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
1407         (bkpt_probe_breakpoint_ops): New variable.
1408         (momentary_breakpoint_from_master): Set the `probe' value.
1409         (add_location_to_breakpoint): Likewise.
1410         (break_command_1): Using proper breakpoint_ops according to the
1411         argument passed by the user in the command line.
1412         (bkpt_probe_insert_location): New function.
1413         (bkpt_probe_remove_location): Likewise.
1414         (bkpt_probe_create_sals_from_address): Likewise.
1415         (bkpt_probe_decode_linespec): Likewise.
1416         (tracepoint_probe_create_sals_from_address): Likewise.
1417         (tracepoint_probe_decode_linespec): Likewise.
1418         (tracepoint_probe_breakpoint_ops): New variable.
1419         (trace_command): Using proper breakpoint_ops according to the
1420         argument passed by the user in the command line.
1421         (initialize_breakpoint_ops): Initializing breakpoint_ops for
1422         static probes on breakpoints and tracepoints.
1423         * breakpoint.h (struct bp_location) <probe>: New field.
1424         * cli-utils.c (skip_spaces_const): New function.
1425         (extract_arg): Likewise.
1426         * cli-utils.h (skip_spaces_const): Likewise.
1427         (extract_arg): Likewise.
1428         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
1429         * configure.ac: Append `stap-probe.o' to be generated when ELF
1430         support is present.
1431         * configure: Regenerate.
1432         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
1433         * elfread.c: Include `probe.h' and `arch-utils.h'.
1434         (probe_key): New variable.
1435         (elf_get_probes): New function.
1436         (elf_get_probe_argument_count): Likewise.
1437         (elf_evaluate_probe_argument): Likewise.
1438         (elf_compile_to_ax): Likewise.
1439         (elf_symfile_relocate_probe): Likewise.
1440         (stap_probe_key_free): Likewise.
1441         (elf_probe_fns): New variable.
1442         (elf_sym_fns): Add `sym_probe_fns' value.
1443         (elf_sym_fns_lazy_psyms): Likewise.
1444         (elf_sym_fns_gdb_index): Likewise.
1445         (_initialize_elfread): Initialize objfile cache for static
1446         probes.
1447         * gdb_vecs.h (struct probe): New forward declaration.
1448         (probe_p): New VEC declaration.
1449         * gdbarch.c: Regenerate.
1450         * gdbarch.h: Regenerate.
1451         * gdbarch.sh (stap_integer_prefix): New variable.
1452         (stap_integer_suffix): Likewise.
1453         (stap_register_prefix): Likewise.
1454         (stap_register_suffix): Likewise.
1455         (stap_register_indirection_prefix): Likewise.
1456         (stap_register_indirection_suffix): Likewise.
1457         (stap_gdb_register_prefix): Likewise.
1458         (stap_gdb_register_suffix): Likewise.
1459         (stap_is_single_operand): New function.
1460         (stap_parse_special_token): Likewise.
1461         (struct stap_parse_info): Forward declaration.
1462         * i386-tdep.c: Including headers needed to perform the parsing
1463         of SystemTap probes' arguments.
1464         (i386_stap_is_single_operand): New function.
1465         (i386_stap_parse_special_token): Likewise.
1466         (i386_elf_init_abi): Initializing proper fields used by SystemTap
1467         probes' arguments parser.
1468         * i386-tdep.h (i386_stap_is_single_operand): New function.
1469         (i386_stap_parse_special_token): Likewise.
1470         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
1471         * mipsread.c (ecoff_sym_fns): Likewise.
1472         * objfiles.c (objfile_relocate1): Support relocation for static
1473         probes.
1474         * parse.c (prefixify_expression): Remove static declaration.
1475         (initialize_expout): Likewise.
1476         (reallocate_expout): Likewise.
1477         * parser-defs.h (initialize_expout): Declare function.
1478         (reallocate_expout): Likewise.
1479         (prefixify_expression): Likewise.
1480         * ppc-linux-tdep.c: Including headers needed to perform the parsing
1481         of SystemTap probes' arguments.
1482         (ppc_stap_is_single_operand): New function.
1483         (ppc_stap_parse_special_token): Likewise.
1484         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
1485         probes' arguments parser.
1486         * probe.c: New file, for generic statically defined probe support.
1487         * probe.h: Likewise.
1488         * s390-tdep.c: Including headers needed to perform the parsing of
1489         SystemTap probes' arguments.
1490         (s390_stap_is_single_operand): New function.
1491         (s390_gdbarch_init): Initializing proper fields used by SystemTap
1492         probes' arguments parser.
1493         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
1494         * stap-probe.c: New file, for SystemTap probe support.
1495         * stap-probe.h: Likewise.
1496         * symfile.h: Include `gdb_vecs.h'.
1497         (struct sym_probe_fns): New struct.
1498         (struct sym_fns) <sym_probe_fns>: New field.
1499         * symtab.c (init_sal): Initialize `probe' field.
1500         * symtab.h (struct probe): Forward declaration.
1501         (struct symtab_and_line) <probe>: New field.
1502         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
1503         locations.
1504         (stop_tracing): Likewise.
1505         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
1506
1507 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
1508             Tom Tromey  <tromey@redhat.com>
1509
1510         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
1511         and to compile agent expressions.
1512         * infrun.c (siginfo_make_value): New argument `ignore'.
1513         (siginfo_funcs): New struct.
1514         (_initialize_infrun): New argument when calling
1515         `create_internalvar_type_lazy'.
1516         * thread.c (thread_id_make_value): New argument `ignore'.
1517         (thread_funcs): New struct.
1518         (_initialize_thread): New argument when calling
1519         `create_internalvar_type_lazy'.
1520         * tracepoint.c (sdata_make_value): New argument `ignore'.
1521         (sdata_funcs): New struct.
1522         (_initialize_tracepoint): New argument when calling
1523         `create_internalvar_type_lazy'.
1524         * value.c (make_value): New struct.
1525         (create_internalvar_type_lazy): New argument `data'.
1526         (compile_internalvar_to_ax): New function.
1527         (value_of_internalvar): Properly handling `make_value' case.
1528         (clear_internalvar): Likewise.
1529         (show_convenience): Adding `TRY_CATCH' block.
1530         * value.h (internalvar_make_value): Delete, replace by...
1531         (struct internalvar_funcs): ... this.
1532         (create_internalvar_type_lazy) <fun>: Delete argument.
1533         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
1534         (compile_internalvar_to_ax): New function.
1535         * windows-tdep.c (tlb_make_value): New argument `ignore'.
1536         (tlb_funcs): New struct.
1537         (_initialize_windows_tdep): New argument when calling
1538         `create_internalvar_type_lazy'.
1539
1540 2012-04-27  Mark Wielaard  <mjw@redhat.com>
1541
1542         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
1543         see whether it is an address or a constant offset from DW_AT_low_pc.
1544         (dwarf2_record_block_ranges): Likewise.
1545         (read_partial_die): Likewise.
1546
1547 2012-04-26  Mark Wielaard  <mjw@redhat.com>
1548
1549         * MAINTAINERS (Write After Approval): Add myself to the list.
1550
1551 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
1552
1553         * proc-utils.h (proc_prettyprint_signalset): New prototype.
1554         (proc_prettyprint_signal): Likewise.
1555         (proc_prettyprint_faultset): Likewise.
1556         (proc_prettyprint_fault): Likewise.
1557         (proc_prettyprint_actionset): Likewise.
1558         (proc_prettyprint_flags): Move to new proc-flags.c section.
1559         (proc_prettyfprint_flags): New prototype.
1560         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
1561         (proc_syscall, proc_cursig): Likewise.
1562         (proc_set_kill_on_last_close): Likewise.
1563         (proc_unset_kill_on_last_close): Likewise.
1564         (proc_set_watchpoint): Make static.
1565         (proc_delete_dead_threads): Likewise.
1566         (procfs_set_watchpoint): Likewise.
1567         (_initialize_procfs): Add prototype.
1568         * proc-events.c: Include proc-utils.h.
1569         (init_syscall_table): Make static.
1570         * proc-api.c (_initialize_proc_api): Add prototype.
1571         * proc-flags.c: Include proc-utils.h.
1572
1573 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
1574
1575         * configure.ac: Add AC_ARG_PROGRAM.
1576         * configure: Regenerate.
1577
1578 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1579
1580         Fix DW_AT_lower_bound defaults for DWARF-4+.
1581         * dwarf2read.c (read_subrange_type): Remove initialization of low and
1582         high.  New variable low_default_is_valid.  Implement DWARF-4+
1583         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
1584         no default by the DWARF standard.
1585
1586 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
1587             Maciej W. Rozycki  <macro@codesourcery.com>
1588
1589         * infrun.c (handle_inferior_event): Move the check for return
1590         trampolines ahead of the check for function trampolines.
1591         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
1592         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
1593         (mips_str_mips16_ret_stub): Likewise.
1594         (mips_str_call_fp_stub): Likewise.
1595         (mips_str_call_stub): Likewise.
1596         (mips_str_fn_stub): Likewise.
1597         (mips_str_pic): Likewise.
1598         (mips_in_frame_stub): New function.
1599         (mips_unwind_pc): Return the return address rather than the PC
1600         if the PC of an intermediate frame is inside a call thunk.
1601         (mips_is_stub_suffix): New function.
1602         (mips_is_stub_mode): Likewise.
1603         (mips_get_mips16_fn_stub_pc): Likewise.
1604         (mips_skip_mips16_trampoline_code): Update to handle all the
1605         currently generated stub types.  Don't recurse into __fn_stub
1606         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
1607         Use cooked register accesses.
1608         (mips_in_return_stub): Reintroduce function.
1609         (mips_skip_trampoline_code): Traverse trampolines recursively.
1610         (mips_gdbarch_init): Handle MIPS16 return trampolines.
1611
1612 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
1613
1614         GDB 7.4.1 released.
1615
1616 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
1617
1618         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
1619         * features/arm-with-m-vfp-d16.xml: New file. Describes
1620         Cortex-M with VFPv4-sp-d16 FPU register layout.
1621         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
1622         * features/arm-with-m-vfp-d16.c: New. Generated from above.
1623         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
1624         (arm-register_g_packet_guesses): Add vfp-d16 guess.
1625         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
1626
1627 2012-04-25  Doug Evans  <dje@google.com>
1628
1629         * cli/cli-decode.c (print_doc_line): Use stream instead of
1630         current_uiout.
1631
1632 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
1633
1634         * features/arm-with-iwmmxt.c: Regenerate.
1635         * features/arm-with-m-fpa-layout.c: Likewise.
1636         * features/arm-with-m.c: Likewise.
1637         * features/arm-with-neon.c: Likewise.
1638         * features/arm-with-vfpv2.c: Likewise.
1639         * features/arm-with-vfpv3.c: Likewise.
1640         * features/mips-dsp-linux.c: Likewise.
1641         * features/mips-linux.c: Likewise.
1642         * features/mips64-dsp-linux.c: Likewise.
1643         * features/mips64-linux.c: Likewise.
1644         * features/s390-linux32.c: Likewise.
1645         * features/s390-linux32v1.c: Likewise.
1646         * features/s390-linux32v2.c: Likewise.
1647         * features/s390-linux64.c: Likewise.
1648         * features/s390-linux64v1.c: Likewise.
1649         * features/s390-linux64v2.c: Likewise.
1650         * features/s390x-linux64.c: Likewise.
1651         * features/s390x-linux64v1.c: Likewise.
1652         * features/s390x-linux64v2.c: Likewise.
1653         * features/tic6x-c62x-linux.c: Likewise.
1654         * features/tic6x-c62x.c: Likewise.
1655         * features/tic6x-c64x-linux.c: Likewise.
1656         * features/tic6x-c64x.c: Likewise.
1657         * features/tic6x-c64xp-linux.c: Likewise.
1658         * features/tic6x-c64xp.c: Likewise.
1659         * target-descriptions.c: Only generate `field_type' and `type'
1660         variables when needed.
1661
1662 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
1663
1664         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
1665
1666 2012-04-25  Doug Evans  <dje@google.com>
1667
1668         Initial pass at Go language support.
1669         * NEWS: Mention Go.
1670         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
1671         go-valprint.c.
1672         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
1673         (YYFILES): Add go-exp.c.
1674         (YYOBJ): Add go-exp.o.
1675         (local-maintainer-clean): Delete go-exp.c.
1676         * defs.h (enum language): Add language_go.
1677         * dwarf2read.c: #include "go-lang.h".
1678         (fixup_go_packaging): New function.
1679         (process_full_comp_unit): Call it when processing Go CUs.
1680         (dwarf2_physname): Add Go support.
1681         (read_file_scope): Handle missing language spec for GNU Go.
1682         (set_cu_language): Handle DW_LANG_Go.
1683         * go-exp.y: New file.
1684         * go-lang.h: New file.
1685         * go-lang.c: New file.
1686         * go-typeprint.c: New file.
1687         * go-valprint.c: New file.
1688         * symtab.c: #include "go-lang.h".
1689         (symbol_set_language): Handle language_go.
1690         (symbol_find_demangled_name, symbol_set_names): Ditto.
1691         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
1692
1693 2012-04-24  Jim Meyering  <meyering@redhat.com>
1694
1695         avoid a few strncpy-induced buffer overruns
1696         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
1697         fname and psargs before trying to concatenate.
1698         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
1699         "name" before applying strchr.
1700
1701 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
1702
1703         * CONTRIBUTE: Use unified diff instead of context diff when
1704         generating patches.
1705
1706 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
1707
1708         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
1709         code.  Handle JR.HB correctly.
1710
1711 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
1712
1713         * mips-tdep.c
1714         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
1715         with the other MIPS16 helpers.
1716
1717 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
1718
1719         * observer.sh: Conditionally declare `args', thus cleaning up
1720         unused instances of this variable.
1721
1722 2012-04-24  Yao Qi  <yao@codesourcery.com>
1723
1724         Revert this patch to allow breakpoint always-inserted
1725         in record target.
1726         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
1727         * breakpoint.c: Include record.h.
1728         (breakpoints_always_inserted_mode): Return false when the record
1729         target is in use.
1730
1731         * breakpoint.c (iterate_over_bp_locations): New.
1732         * breakpoint.h: Declare.
1733         New typedef walk_bp_location_callback.
1734         * record.c (record_open): Call record_init_record_breakpoints.
1735         (record_sync_record_breakpoints): New.
1736         (record_init_record_breakpoints): New.
1737         * NEWS: Mention supporting breakpoint always-inserted mode in
1738         record target.
1739
1740 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
1741
1742         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
1743         any thread.
1744
1745 2012-04-24  Yao Qi  <yao@codesourcery.com>
1746
1747         * breakpoint.c (ep_is_catchpoint): Renamed to ...
1748         (is_catchpoint): ... it.
1749         (print_one_breakpoint_location): Caller update.
1750         * breakpoint.h: Update declaration.
1751
1752 2012-04-23  David S. Miller  <davem@davemloft.net>
1753
1754         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
1755
1756 2012-04-23  Tom Tromey  <tromey@redhat.com>
1757
1758         * buildsym.c (add_free_pendings): Remove.
1759         * buildsym.h (add_free_pendings): Remove.
1760
1761 2012-04-23  Doug Evans  <dje@google.com>
1762
1763         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
1764         attr.u.unsnd instead of attr.u.addr.
1765         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
1766         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
1767         DW_FORM_ref_udata.
1768         (dump_die_shallow): Update cases DW_FORM_ref_addr,
1769         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
1770         DW_FORM_ref_udata.
1771         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
1772
1773 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
1774
1775         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
1776         (mips_o32_return_value): Likewise.
1777         (mips_o64_return_value): Likewise.
1778
1779 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
1780
1781         * ada-lang.c (ada_evaluate_subexp): Add cases for
1782         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
1783         their treatment in eval.c.
1784
1785 2012-04-21  David S. Miller  <davem@davemloft.net>
1786
1787         * sparc-tdep.c (X_DISP10): Define.
1788         (sparc_analyze_control_transfer): Handle compare-and-branch.
1789
1790 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
1791
1792         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
1793         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
1794
1795 2012-04-20  Nigel Stephens  <nigel@mips.com>
1796             Maciej W. Rozycki  <macro@codesourcery.com>
1797
1798         * mips-tdep.c (mips_float_register_p): New function.
1799         (mips_convert_register_float_case_p): Use mips_float_register_p.
1800         (mips_register_type): Likewise.
1801         (mips_print_register): Likewise.
1802         (print_gp_register_row): Likewise.
1803         (mips_print_registers_info): Likewise.
1804
1805 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
1806
1807         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
1808         of mips16 symbols.
1809
1810 2012-04-20  Andrew Pinski  <apinski@cavium.com>
1811
1812         * MAINTAINERS (Write After Approval): Add myself to the list.
1813
1814 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
1815
1816         * MAINTAINERS: Update my e-mail address.
1817
1818 2012-04-20  Pedro Alves  <palves@redhat.com>
1819
1820         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
1821         $srcdir.
1822         * configure: Regenerate.
1823
1824 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
1825
1826         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
1827         declaration.
1828         * gdb_vecs.h: Declare `const_char_ptr' VEC.
1829
1830 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1831
1832         Fix compilation compatibility with python-2.4
1833         * python/py-type.c (convert_field): Cast ADDRSTRING for
1834         PyObject_SetAttrString as non-const.  New comment.
1835
1836 2012-04-19  Tom Tromey  <tromey@redhat.com>
1837
1838         * top.c (quit_target): Use all_cleanups.
1839         * main.c (captured_command_loop): Use all_cleanups.
1840         * exceptions.c (throw_exception): Use all_cleanups.
1841
1842 2012-04-19  Pedro Alves  <palves@redhat.com>
1843
1844         * Makefile.in (GNULIB_BUILDDIR): New.
1845         (LIBGNU, INCGNU, GNULIB_H): Adjust.
1846         (SUBDIRS): Add $(GNULIB_BUILDDIR).
1847         (CLEANDIRS). Remove gnulib/import.
1848         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
1849         (all-lib): Ditto.
1850         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
1851         (gnulib/import/Makefile): Replace gnulib/import with
1852         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
1853         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
1854         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
1855         acx_configure_dir.m4.
1856         * acinclude.m4: Include acx_configure_dir.m4.
1857         * acx_configure_dir.m4: New file.
1858         * aclocal.m4: Regenerate.
1859         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
1860         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
1861         (GNULIB): New variable.
1862         (GNULIB_STDINT_H): Adjust.
1863         (AC_OUTPUT): Don't output gnulib/Makefile.
1864         * gdb/defs.h: Include build-gnulib/config.h.
1865         * aclocal.m4: Regenerate.
1866         * config.in: Regenerate.
1867         * configure: Regenerate.
1868
1869         * gnulib/Makefile.in: New file.
1870         * gnulib/configure.ac: New file.
1871         * gnulib/aclocal.m4: New file.
1872         * gnulib/config.in: New file.
1873         * gnulib/configure: New file.
1874         * gnulib/: Re-run gnulib-tool to adjust.
1875
1876 2012-04-19  Doug Evans  <dje@google.com>
1877
1878         * cleanups.h (struct cleanup): Move to cleanups.c.
1879         (make_cleanup_dtor_ftype): New typedef.
1880         (make_cleanup_dtor): Use it.
1881         (ALL_CLEANUPS): Replace with ...
1882         (all_cleanups): ... this.  Declare.  All uses updated.
1883         * cleanups.c: #include "gdb_assert.h".
1884         (sentinel_cleanup): New static global.
1885         (SENTINEL_CLEANUP): Define.
1886         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
1887         (make_my_cleanup2): Assert result is non-NULL.
1888         (all_cleanups): New function.
1889         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
1890         of NULL.
1891
1892 2012-04-19  Pedro Alves  <palves@redhat.com>
1893
1894         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
1895         Adjust paths to gnulib imported files.
1896
1897 2012-04-19  Pedro Alves  <palves@redhat.com>
1898
1899         * gnulib/: Move whole directory ...
1900         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
1901         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
1902         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
1903         (aclocal_m4_deps): Adjust.
1904         * aclocal.m4: Regenerate.
1905         * configure: Regenerate.
1906         * configure.ac: Adjust AC_OUTPUT output.
1907
1908 2012-04-19  Yao Qi  <yao@codesourcery.com>
1909
1910         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
1911         (vec.o): New rule.
1912         * vec.c: Move it ...
1913         * common/vec.c: ... here.
1914         * vec.h: Move it ...
1915         * common/vec.h: ... here.
1916
1917 2012-04-19  Yao Qi  <yao@codesourcery.com>
1918
1919         * gdb-code-style.el: New.
1920
1921 2012-04-18  Pedro Alves  <palves@redhat.com>
1922
1923         Update gnulib from latest git.
1924         (639ea5ae15e39fe48d43e04864b2997301e4b969)
1925
1926         * gnulib/Makefile.am: Update.
1927         * gnulib/dummy.c: Update.
1928         * gnulib/extra/arg-nonnull.h: Update.
1929         * gnulib/extra/c++defs.h: Update.
1930         * gnulib/extra/update-copyright: Update.
1931         * gnulib/extra/warn-on-use.h: Update.
1932         * gnulib/inttypes.in.h: Update.
1933         * gnulib/m4/00gnulib.m4: Update.
1934         * gnulib/m4/extensions.m4: Update.
1935         * gnulib/m4/gnulib-cache.m4: Update.
1936         * gnulib/m4/gnulib-common.m4: Update.
1937         * gnulib/m4/gnulib-comp.m4: Update.
1938         * gnulib/m4/gnulib-tool.m4: Update.
1939         * gnulib/m4/include_next.m4: Update.
1940         * gnulib/m4/inttypes-pri.m4: Update.
1941         * gnulib/m4/inttypes.m4: Update.
1942         * gnulib/m4/longlong.m4: Update.
1943         * gnulib/m4/memchr.m4: Update.
1944         * gnulib/m4/memmem.m4: Update.
1945         * gnulib/m4/mmap-anon.m4: Update.
1946         * gnulib/m4/multiarch.m4: Update.
1947         * gnulib/m4/onceonly.m4: Update.
1948         * gnulib/m4/stddef_h.m4: Update.
1949         * gnulib/m4/stdint.m4: Update.
1950         * gnulib/m4/string_h.m4: Update.
1951         * gnulib/m4/warn-on-use.m4: Update.
1952         * gnulib/m4/wchar_h.m4: Update.
1953         * gnulib/m4/wchar_t.m4: Update.
1954         * gnulib/m4/wint_t.m4: Update.
1955         * gnulib/memchr.c: Update.
1956         * gnulib/memmem.c: Update.
1957         * gnulib/stddef.in.h: Update.
1958         * gnulib/stdint.in.h: Update.
1959         * gnulib/str-two-way.h: Update.
1960         * gnulib/string.in.h: Update.
1961         * gnulib/wchar.in.h: Update.
1962
1963         * gnulib/extra/arg-nonnull.h: Delete.
1964         * gnulib/extra/c++defs.h: Delete.
1965         * gnulib/extra/warn-on-use.h: Delete.
1966         * gnulib/m4/wchar_h.m4: Delete.
1967         * gnulib/m4/wint_t.m4: Delete.
1968         * gnulib/wchar.in.h: Delete.
1969
1970         * gnulib/extra/snippets/arg-nonnull.h: New.
1971         * gnulib/extra/snippets/c++defs.h: New.
1972         * gnulib/extra/snippets/warn-on-use.h: New.
1973
1974         * aclocal.m4: Regenerate.
1975         * config.in: Regenerate.
1976         * configure: Regenerate.
1977         * gnulib/Makefile.in: Regenerate.
1978
1979 2012-04-18  Pedro Alves  <palves@redhat.com>
1980
1981         Reimport the update-copyright module from gnulib
1982         (250b80067c1e1d8faa0c42fb572f721975b929c5).
1983
1984         * configure: Regenerate.
1985         * gnulib/Makefile.am: Update.
1986         * gnulib/Makefile.in: Regenerate.
1987         * gnulib/extra/update-copyright: Update.
1988         * gnulib/m4/gnulib-cache.m4: Update.
1989         * gnulib/m4/gnulib-comp.m4: Update.
1990
1991 2012-04-18  Tristan Gingold  <gingold@adacore.com>
1992
1993         * configure.ac (aix): Put -lpthread into libs.
1994         * configure: Regenerate.
1995
1996 2012-04-18  Tom Tromey  <tromey@redhat.com>
1997
1998         * linespec.c (convert_linespec_to_sals): Don't use
1999         SYMBOL_OBJ_SECTION.
2000         (compare_msymbols): Arguments are minsym_and_objfile, not
2001         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
2002
2003 2012-04-18  Pedro Alves  <palves@redhat.com>
2004
2005         Revert gnulib/ part of:
2006         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
2007         Copyright year update in most files (performed by copyright.sh).
2008
2009 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2010
2011         Fix 64-bit constants on 32-bit hosts.
2012         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
2013         from unsigned long to ULONGEST.
2014         (read_signed_leb128): Change declaration return type from long to
2015         LONGEST.
2016         (dwarf2_const_value_attr): Change declaration parameter value from long
2017         to LONGEST.
2018         (dwarf2_compute_name): Change variable value from long to LONGEST.
2019         (read_unsigned_leb128): Change return type, variable result and some
2020         casts from unsigned long to ULONGEST.
2021         (read_signed_leb128): Change return type, variable result and some
2022         casts from long to LONGEST.
2023         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
2024         value from long to LONGEST.
2025         (dwarf2_const_value): Change variable value from long to LONGEST.
2026         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
2027         plongest and hex_string.
2028         * symtab.h (struct general_symbol_info): Change ivalue from long to
2029         LONGEST, remove the comment.
2030         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
2031         Change SYMBOL_VALUE format strings to use plongest and hex_string.
2032
2033 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
2034
2035         PR symtab/7259:
2036         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
2037         * ada-lang.c (ada_discrete_type_high_bound)
2038         (ada_discrete_type_low_bound): Fix function comment.  Use
2039         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2040         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
2041         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2042         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
2043         Use TYPE_FIELD_ENUMVAL.
2044         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
2045         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2046         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
2047         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
2048         TYPE_CODE_ENUM.
2049         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
2050         * dwarf2read.c (process_enumeration_scope): Likewise.
2051         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
2052         field.bitpos.
2053         (class StructMainTypePrettyPrinter): Support also
2054         FIELD_LOC_KIND_ENUMVAL.
2055         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
2056         TYPE_CODE_ENUM.
2057         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2058         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
2059         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
2060         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
2061         field enumval.
2062         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
2063         accommodate enumval.
2064         (struct call_site): Adjust loc_kind to accommodate enumval.
2065         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
2066         (TYPE_FIELD_ENUMVAL): New macros.
2067         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
2068         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
2069         TYPE_CODE_ENUM.
2070         * p-typeprint.c (pascal_type_print_base): Likewise.
2071         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
2072         enumval.
2073         * python/lib/gdb/types.py (make_enum_dict): Likewise.
2074         * python/py-type.c (convert_field): New variable addrstring.  Use
2075         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2076         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
2077         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
2078         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
2079         TYPE_CODE_ENUM.
2080         * valprint.c (generic_val_print): Likewise.
2081
2082 2012-04-17  Doug Evans  <dje@google.com>
2083
2084         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
2085
2086         * dwarf2read.c: Whitespace fixes.
2087         (lookup_signatured_type): Tweak comment.
2088         (get_die_type_at_offset): Fix comment.
2089
2090 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
2091
2092         * xcoffread.c (xcoff_secnum_to_sections): New function.
2093         (secnum_to_section, secnum_to_bfd_section): Reimplement
2094         using xcoff_secnum_to_sections.  Rename "secnum" parameter
2095         into "n_scnum".
2096         (RECORD_MINIMAL_SYMBOL): Delete.
2097         (record_minimal_symbol): New function.
2098         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
2099         by call to record_minimal_symbol and set misc_func_recorded
2100         to 1.  Set last_csect_sec to the XCOFF section index instead
2101         of GDB's section_offset index.  Update calls to
2102         prim_record_minimal_symbol_and_info to pass the BFD section
2103         as well.
2104
2105 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
2106
2107         * xcoffread.c (read_xcoff_symtab): Delete variables
2108         last_csect_val and last_csect_sec and associated code.
2109
2110 2012-04-17  Doug Evans  <dje@google.com>
2111
2112         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
2113         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2114         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
2115         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
2116
2117         * cleanups.h: New file.
2118         * cleanups.c: New file.
2119         * Makefile.in (SFILES): Add cleanups.c.
2120         (HFILES_NO_SRCDIR): Add cleanups.h.
2121         (COMMON_OBS): Add cleanups.o.
2122         * defs.h (struct cleanup): Moved to cleanups.h.
2123         (do_cleanups,do_final_cleanups): Ditto.
2124         (discard_cleanups,discard_final_cleanups): Ditto
2125         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
2126         (save_cleanups,save_final_cleanups): Ditto.
2127         (restore_cleanups,restore_final_cleanups): Ditto.
2128         (null_cleanup): Ditto.
2129         (make_my_cleanup,make_my_cleanup2): Ditto.
2130         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2131         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
2132         (do_cleanups,do_final_cleanups): Ditto.
2133         (discard_cleanups,discard_final_cleanups): Ditto
2134         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
2135         (save_cleanups,save_final_cleanups): Ditto.
2136         (restore_cleanups,restore_final_cleanups): Ditto.
2137         (null_cleanup): Ditto.
2138         (make_my_cleanup,make_my_cleanup2): Ditto.
2139         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2140
2141         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
2142         make_my_cleanup.
2143         (make_cleanup_dyn_string_delete): Ditto.
2144         (make_cleanup_ui_file_delete): Ditto.
2145         (make_cleanup_ui_out_redirect_pop): Ditto.
2146         (make_cleanup_free_section_addr_info): Ditto.
2147         (make_cleanup_restore_integer): Ditto.
2148         (make_cleanup_unpush_target): Ditto.
2149         (make_cleanup_value_free_to_mark): Ditto.
2150         (make_cleanup_value_free): Ditto.
2151         (make_cleanup_free_so): Ditto.
2152
2153 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2154
2155         New option "set debug auto-load".
2156         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
2157         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
2158         (auto_load_safe_path_vec_update)
2159         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
2160         if DEBUG_AUTO_LOAD.
2161         (file_is_auto_load_safe): New parameters debug_fmt and ....
2162         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
2163         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
2164         caller by explanatory string.
2165         (_initialize_auto_load): Register "set debug auto-load".
2166         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
2167         and ....
2168         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
2169         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
2170         by explanatory string.
2171         * main.c (captured_main): Likewise.
2172         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2173         (source_section_scripts): Likewise.
2174
2175 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2176
2177         New option "set auto-load safe-path".
2178         * NEWS: New commands "set auto-load safe-path"
2179         and "show auto-load safe-path".
2180         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
2181         (auto_load_safe_path, auto_load_safe_path_vec)
2182         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
2183         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
2184         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
2185         (source_gdb_script_for_objfile): New variable is_safe.  Call
2186         file_is_auto_load_safe.  Return if it is not.
2187         (struct loaded_script): New field loaded.
2188         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
2189         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
2190         output "Missing" to "No".
2191         (_initialize_auto_load): New variable cmd.  Initialize
2192         auto_load_safe_path.  Register "set auto-load safe-path",
2193         "show auto-load safe-path" and "add-auto-load-safe-path".
2194         * auto-load.h (maybe_add_script): Add parameter loaded.
2195         (file_is_auto_load_safe): New declaration.
2196         * config.in: Regenerate.
2197         * configure: Regenerate.
2198         * configure.ac: New parameters --with-auto-load-safe-path
2199         and --without-auto-load-safe-path.
2200         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
2201         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
2202         * main.c (captured_main): Check file_is_auto_load_safe for
2203         LOCAL_GDBINIT.
2204         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
2205         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
2206         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
2207         not.
2208
2209 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2210
2211         auto-load: Implementation.
2212         * NEWS: New descriptions for "info auto-load",
2213         "info auto-load gdb-scripts", "info auto-load python-scripts",
2214         "info auto-load local-gdbinit" and "info auto-load libthread-db".
2215         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
2216         and "show auto-load-scripts".  New description for "set auto-load",
2217         "show auto-load", "set auto-load gdb-scripts",
2218         "show auto-load gdb-scripts", "set auto-load python-scripts",
2219         "show auto-load python-scripts", "set auto-load local-gdbinit",
2220         "show auto-load local-gdbinit", "set auto-load libthread-db" and
2221         "show auto-load libthread-db".
2222         * auto-load.c: Remove include python/python-internal.h.  Add includes
2223         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
2224         cli/cli-setshow.h.
2225         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
2226         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
2227         (gdbpy_global_auto_load): Rename to ...
2228         (global_auto_load): ... here.
2229         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
2230         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
2231         (script_language_gdb, source_gdb_script_for_objfile): New.
2232         (struct loaded_script): New field language.
2233         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
2234         LANGUAGE.
2235         (maybe_add_script): Add parameter language.  Drop redundant
2236         entry.full_path initialization.  Initialize entry.language and
2237         (*slot)->language.
2238         (auto_load_objfile_script): Change parameter suffix to language.
2239         Remove the call of maybe_add_script.
2240         Call language->source_script_for_objfile.
2241         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
2242         New.
2243         (collect_matching_scripts): Adjust it for
2244         struct collect_matching_scripts_data.
2245         (auto_load_info_scripts_pattern_nl): New variable.
2246         (info_auto_load_scripts): Rename to ...
2247         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
2248         for struct collect_matching_scripts_data.
2249         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
2250         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
2251         (auto_load_show_cmdlist_get, info_auto_load_cmd)
2252         (auto_load_info_cmdlist_get): New.
2253         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
2254         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
2255         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
2256         "info auto-load local-gdbinit".
2257         * auto-load.h (struct script_language): New.
2258         (gdbpy_global_auto_load): Rename to ...
2259         (global_auto_load): ... here.
2260         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
2261         (auto_load_local_gdbinit_loaded): New declarations.
2262         (maybe_add_script): New parameter language.
2263         (auto_load_objfile_script): Change parameter suffix to language.
2264         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
2265         (auto_load_info_scripts, auto_load_set_cmdlist_get)
2266         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
2267         declarations.
2268         * linux-thread-db.c: Include auto-load.h and ctype.h.
2269         (auto_load_thread_db, show_auto_load_thread_db): New.
2270         (struct thread_db_info): New field filename.
2271         (delete_thread_db_info): Call xfree for FILENAME.
2272         (try_thread_db_load): Initialize FILENAME.
2273         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
2274         if !AUTO_LOAD_THREAD_DB.
2275         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
2276         (_initialize_thread_db): Install auto_load_thread_db
2277         as "set auto-load libthread-db" and install info_auto_load_libthread_db
2278         as "info auto-load libthread-db".
2279         * main.c (captured_main): Rename gdbpy_global_auto_load to
2280         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
2281         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
2282         (print_gdb_help): Extend the help for 'local init file'.
2283         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
2284         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
2285         (auto_load_scripts): Rename to ...
2286         (auto_load_python_scripts): ... here, update the comment.
2287         (gdbpy_load_auto_script_for_objfile): New declaration.
2288         (show_auto_load_python_scripts, script_language_python)
2289         (gdbpy_load_auto_script_for_objfile): New.
2290         (source_section_scripts): Refactor the code.
2291         (load_auto_scripts_for_objfile): Rename to ...
2292         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
2293         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
2294         (info_auto_load_python_scripts): New.
2295         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
2296         Rename "set auto-load-scripts" to "set auto-load python-scripts".
2297         Register "set auto-load-scripts" as its deprecated alias.  Register
2298         "info auto-load python-scripts".  Register "info auto-load-scripts" as
2299         its deprecated alias.
2300         (load_auto_scripts_for_objfile): Rename to ...
2301         (gdbpy_load_auto_scripts_for_objfile): ... here.
2302         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
2303         (gdbpy_load_auto_scripts_for_objfile): ... here.
2304
2305 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2306
2307         auto-load: Move files.
2308         * Makefile.in (SFILES): Add auto-load.c.
2309         (HFILES_NO_SRCDIR): Add auto-load.h.
2310         (COMMON_OBS): Add auto-load.o.
2311         (distclean): Change .gdbinit for gdb-gdb.gdb.
2312         * auto-load.c: New file, with parts from python/py-auto-load.c.
2313         * auto-load.h: New file, with parts from python/python.h.
2314         * configure: Regenerate.
2315         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
2316         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
2317         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
2318         * main.c: Include auto-load.h.
2319         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
2320         command.h, observer.h and progspace.h to auto-load.c.  Add include
2321         auto-load.h.
2322         (gdbpy_global_auto_load, struct auto_load_pspace_info)
2323         (struct loaded_script, auto_load_pspace_data)
2324         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
2325         (hash_loaded_script_entry, eq_loaded_script_entry)
2326         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
2327         (maybe_add_script): Move to auto-load.c.
2328         (source_section_scripts): Change maybe_add_script parameters passing,
2329         use script_not_found_warning_print.
2330         (clear_section_scripts, auto_load_objfile_script)
2331         (auto_load_new_objfile, loaded_script_ptr)
2332         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
2333         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
2334         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
2335         auto_load_new_objfile and info_auto_load_scripts initizations to
2336         auto-load.c.
2337         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
2338
2339 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2340
2341         Code cleanup.
2342         * charset.c (find_charset_names): Remove variables ix and elt.
2343         Use free_char_ptr_vec.
2344         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
2345         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
2346         debugdir_end.  New variable debugdir_len.
2347         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
2348         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
2349         declarations.
2350         * progspace.c (clear_program_space_solib_cache): Remove variables ix
2351         and elt.  Use free_char_ptr_vec.
2352         * source.c (add_path): Remove variables argv, arg and argv_index.
2353         New variables dir_vec, back_to, ix and name.
2354         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
2355         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
2356         no longer expecting DIRNAME_SEPARATOR.
2357         (openp): Remove variable p, p1 and len.  New variables dir_vec,
2358         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
2359         no longer expecting DIRNAME_SEPARATOR.
2360         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
2361         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
2362         debugdir_end.
2363         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
2364         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
2365         (dirnames_to_char_ptr_vec): New functions.
2366
2367 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2368
2369         Code cleanup.
2370         * source.c (add_path): Remove always true conditional 'p == 0' and
2371         unindent its code block.
2372
2373 2012-04-17  Pedro Alves  <palves@redhat.com>
2374
2375         * gdbtypes.h (FIELD_BITPOS): Rename to ...
2376         (FIELD_BITPOS_LVAL): ... this.
2377         (FIELD_BITPOS): New.
2378         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
2379         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
2380         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
2381         SET_FIELD_BITPOS.
2382         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
2383         SET_FIELD_BITPOS.
2384         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
2385         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
2386         * target-descriptions.c (tdesc_gdb_type): Adjust to use
2387         SET_FIELD_BITPOS.
2388
2389 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2390
2391         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
2392         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
2393         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
2394         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
2395         * jv-lang.c (java_link_class_type): Likewise, once.
2396         * stabsread.c (read_enum_type): Likewise.
2397
2398 2012-04-16  Yao Qi  <yao@codesourcery.com>
2399
2400         * common/agent.c (agent_run_command): Add one more parameter `len'.
2401         Update callers.
2402         * common/agent.h: Update declaration.
2403         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
2404         Update.
2405         (linux_child_static_tracepoint_markers_by_strid): Ditto.
2406
2407 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
2408
2409         PR mi/13393
2410         * value.c (value_actual_type): New function.
2411         * value.h (value_actual_type): New declaration.
2412         * varobj.c (update_type_if_necessary): New function.
2413         (varobj_create): Call value_actual_type instead of
2414         value_type.
2415         (install_dynamic_child): distinct changed and type changed MI variable
2416         objects.
2417         (update_dynamic_varobj_children): Updated for install_dynamic_child
2418         change.  All callers updated.
2419         (varobj_update): Support for MI variable object type change if
2420         the value changed and RTTI is used to determine the type.
2421         (create_child_with_value): Call value_actual_type instead of
2422         value_type.
2423         (adjust_value_for_child_access): Extended with a new parameter which
2424         specify whether the given value should be casted to enclosing type.
2425         All callers updated.
2426
2427 2012-04-14  Yao Qi  <yao@codesourcery.com>
2428
2429         Import gnulib module inttypes from git
2430         (250b80067c1e1d8faa0c42fb572f721975b929c5)
2431         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
2432         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
2433         gnulib/m4/inttypes-pri.m4
2434         * aclocal.m4, config.in, configure: Regenerated.
2435         * gnulib/Makefile.am: Update.
2436         * gnulib/Makefile.in: Update.
2437         * gnulib/m4/gnulib-cache.m4: Update.
2438         * gnulib/m4/gnulib-comp.m4: Update.
2439         * gnulib/inttypes.in.h: New.
2440         * gnulib/m4/inttypes-pri.m4: New.
2441         * gnulib/m4/inttypes.m4: New.
2442
2443 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
2444
2445         * infrun.c (resume): Update PC address to the real PC after
2446         preparing to do displaced stepping.
2447
2448 2012-04-12  Doug Evans  <dje@google.com>
2449
2450         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
2451         All callers updated.
2452
2453 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
2454
2455         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
2456
2457 2012-04-12  Doug Evans  <dje@google.com>
2458
2459         * dwarf2read.c (create_all_type_units): Renamed from
2460         create_debug_types_hash_table.  All callers updated.
2461
2462         * dwarf2read.c (create_signatured_type_table_from_index): Rename
2463         local type_sig to sig_type, type_offset to type_offset_in_tu.
2464         (hash_signatured_type): Renamed from hash_type_signature,
2465         all callers updated.
2466         (eq_signatured_type): Renamed from eq_type_signature,
2467         all callers updated.
2468         (create_debug_types_hash_table): Rename local type_sig to sig_type.
2469         (process_enumeration_scope): Ditto.
2470         (lookup_signatured_type_at_offset): Ditto.
2471         (load_full_type_unit, read_signatured_type): Ditto.
2472
2473 2012-04-12  Yao Qi  <yao@codesourcery.com>
2474
2475         * remote.c (async_remote_interrupt): Correct function name in
2476         debug message.
2477         (async_remote_interrupt_twice): Ditto.
2478
2479 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
2480
2481         * source.c (find_and_open_source): Consistently pass resulting
2482         full path through xfullpath.
2483
2484 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2485
2486         Provide more specific displaced-stepping memory error message.
2487         * infrun.c (displaced_step_prepare): New variable status.  Call
2488         target_read_memory instead of read_memory, provide more specific
2489         error message.
2490
2491 2012-04-11  Tristan Gingold  <gingold@adacore.com>
2492
2493         PR gdb/13901
2494         * darwin-nat.c (darwin_execvp): Revert previous patch.
2495
2496 2012-04-11  Tristan Gingold  <gingold@adacore.com>
2497
2498         PR gdb/13901
2499         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
2500         in case of change.
2501
2502 2012-04-11  Tristan Gingold  <gingold@adacore.com>
2503
2504         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
2505         warning.
2506
2507 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
2508
2509         New command 'explore' which helps explore values and types in
2510         scope.
2511         * NEWS: Add an entry about the new 'explore' command.
2512         * data-directory/Makefile.in: Add gdb/command/explore.py
2513         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
2514         command using the GDB Python API.
2515
2516 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
2517
2518         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
2519         extension in jump target calculation.
2520
2521 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
2522
2523         * mips-tdep.c (mips32_next_pc): Handle JALX.
2524
2525 2012-04-10  Yao Qi  <yao@codesourcery.com>
2526
2527         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
2528
2529 2012-04-10  Yao Qi  <yao@codesourcery.com>
2530
2531         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
2532         and gnulib/m4/gnulib-tool.m4.
2533
2534 2012-04-10  Doug Evans  <dje@google.com>
2535
2536         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
2537         (load_partial_dies): Clarify comment.
2538         (find_partial_die): Support rereading type units.
2539         Clarify CU handling, if we know offset is in CU, don't search for the
2540         containing CU.  Add comment regarding memory waste.
2541
2542 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
2543
2544         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
2545         i386/x32-avx and i386/x32-avx-linux.
2546         (i386/x32-expedite): New.
2547         (i386/x32-linux-expedite): Likewise.
2548         (i386/x32-avx-expedite): Likewise.
2549         (i386/x32-avx-linux-expedite): Likewise.
2550         ($(outdir)/i386/x32.dat): Likewise.
2551         ($(outdir)/i386/x32-linux.dat): Likewise.
2552         ($(outdir)/i386/x32-avx.dat): Likewise.
2553         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
2554
2555         * features/i386/x32-avx-linux.xml: New file.
2556         * features/i386/x32-avx.xml: Likewise.
2557         * features/i386/x32-core.xml: Likewise.
2558         * features/i386/x32-linux.xml: Likewise.
2559         * features/i386/x32.xml: Likewise.
2560
2561         * features/i386/x32-avx-linux.c: New.  Generated.
2562         * features/i386/x32-avx.c: Likewise.
2563         * features/i386/x32-linux.c: Likewise.
2564         * features/i386/x32.c: Likewise.
2565         * regformats/i386/x32-avx-linux.dat: Likewise.
2566         * regformats/i386/x32-avx.dat: Likewise.
2567         * regformats/i386/x32-linux.dat: Likewise.
2568         * regformats/i386/x32.dat: Likewise.
2569
2570 2012-04-10  Tristan Gingold  <gingold@adacore.com>
2571
2572         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
2573         code to kill the inferior.
2574
2575 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
2576
2577         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2578         defines.
2579         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2580         defines.
2581         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
2582         (yyvsp): New defines.
2583         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2584         defines.
2585         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2586         defines.
2587         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2588         defines.
2589         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2590         defines.
2591         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2592         defines.
2593
2594 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
2595
2596         * sparc64-tdep.c (sparc64_store_arguments)
2597         (sparc64_store_arguments): Fix coding style.
2598
2599 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
2600
2601         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
2602         complex floats, adjust some related comments and tighten a related
2603         assertion.
2604         (sparc64_extract_return_value): Handle complex floats.
2605
2606 2012-04-07  Doug Evans  <dje@google.com>
2607
2608         * dwarf2read.c (load_partial_dies): Change condition to assert.
2609
2610 2012-04-06  Doug Evans  <dje@google.com>
2611
2612         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
2613         "mov %rsp,%rbp".
2614
2615 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
2616
2617         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
2618         fencepost error.
2619         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
2620         (v850_gdbarch_init): Set `num_regs' as appropriate for the
2621         architecture.
2622
2623 2012-04-05  Keith Seitz  <keiths@redhat.com>
2624
2625         * linespec.c (decode_compound): Remove.
2626         (enum offset_relative_sign): New enum.
2627         (struct line_offset): New struct.
2628         (struct linespec): New struct.
2629         (struct linespec_state): Move file_symtabs,
2630         user_filename, and user_function into struct linespec.
2631         Make result an anonymous struct holding vectors of
2632         symbolp and minsym_and_objfile_d.
2633         Add language member.
2634         (enum ls_token_type): New enum.
2635         (linespec_keywords): New array.
2636         (struct ls_token): New struct.
2637         (struct ls_parser): New struct.
2638         (linespec_lexer_lex_number): New function.
2639         (linespec_lexer_lex_keyword): New function.
2640         (is_ada_operator): New function.
2641         (skip_quote_char): New function.
2642         (copy_token_string): New function.
2643         (is_closing_quote_enclosed): New function.
2644         (find_parameter_list_end): New function.
2645         (linespec_lexer_lex_string): New function.
2646         (linespec_lexer_lex_one): New function.
2647         (linespec_lexer_consume_token): New function.
2648         (linespec_lexer_peek_token): New function.
2649         (cplusplus_error): Remove unused function.
2650         (find_methods): Update comment.
2651         (find_toplevel_char): Return const.
2652         (is_objc_method_format): Remove unused function.
2653         (find_toplevel_string): New function.
2654         (is_linespec_boundary): Remove.
2655         (symbol_not_found_error): New function.
2656         (find_method_overload_end): Remove function.
2657         (unexpected_linespec_error): New function.
2658         (keep_name_info): Remove.
2659         (linespec_parse_line_offset): New function.
2660         (linespec_parse_basic): New function.
2661         (canonicalize_linespec): New function.
2662         (decode_line_internal): Remove.
2663         (create_sals_line_offset): New function adapted from
2664         decode_all_digits.
2665         (convert_linespec_to_sals): New function.
2666         (parse_linespec): New function.
2667         (linespec_parser_new): New function.
2668         (linespec_state_destructor): Change parameter type to
2669         struct linespec_state *.
2670         Add language parameter.
2671         Remove freeing of moved members.
2672         (linespec_parser_delete): New function.
2673         (decode_line_full): Use parse_linespec and linespec_parser_new.
2674         (decode_line_1): Likewise.
2675         (decode_indirect): Rename to ...
2676         (linespec_expression_to_pc): ... this and rewrite
2677         to simply find CORE_ADDR, storing this result for later
2678         conversion to SALs.
2679         (locate_first_half): Remove.
2680         (deocde_objc): Add parameter LS.
2681         Initialize new struct collect_info members.
2682         Handle minimal symbols, too.
2683         (decode_compound): Delete.
2684         (lookup_prefix_sym): Rewrite.
2685         (compare_msymbols): New function.
2686         (find_method): Rewrite.
2687         Do not call cplusplus_error.
2688         (symtabs_from_filename): Rewrite.
2689         (collect_function_symbols): Delete.
2690         (find_function_symbols): Rewrite without ARGPTR-style
2691         processing.
2692         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
2693         (decode_dollar): Adapted and renamed to ...
2694         (linespec_parse_variable): ... this.
2695         (find_linespec_symbols): New function.
2696         (decode_label): Adapted and renamed to ...
2697         (find_label_symbols): ... this.
2698         (decode_digits_list_mode): Add and use LS argument.
2699         (decode_digits_ordinary): Likewise.
2700         (collect_symbols): Do not collect SALs, just symbols and msymbols.
2701         If in list mode, allow any symbol class.  Otherwise, only
2702         permit LOC_BLOCK symbols.
2703         (minsym_found): Update comments.
2704         (search_minsyms_for_name): Do not convert the matching symbol
2705         into a SAL.  Simply push the symbol and objfile into the
2706         result vector.
2707         (decode_variable): Delete. Contents adapted into
2708         find_linespec_symbols.
2709
2710         * cp-support.c (SKIP_SPACE): Remove.
2711         (operator_tokens): Remove unused global.
2712         (cp_validate_operator): Remove.
2713         * cp-support.h (cp_validate_operator): Remove declaration.
2714
2715 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2716
2717         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
2718         for TYPE_VPTR_FIELDNO.
2719         * valprint.c (valprint_check_validity): Make it global, move the
2720         function comment ...
2721         * value.h (valprint_check_validity): ... to this new declaration.
2722
2723 2012-04-02  Tristan Gingold  <gingold@adacore.com>
2724
2725         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
2726         the STATE32 api for i386 state.
2727         (i386_darwin_store_inferior_registers): Likewise.
2728
2729 2012-04-02  Tristan Gingold  <gingold@adacore.com>
2730
2731         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
2732         SS offset.
2733         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
2734         format_string.
2735
2736 2012-04-02  Tristan Gingold  <gingold@adacore.com>
2737
2738         PR gdb/13901
2739         * darwin-nat.c (darwin_execvp): Set binary preference.
2740
2741 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2742
2743         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
2744
2745 2012-03-30  Tom Tromey  <tromey@redhat.com>
2746
2747         * python/python.c (gdbpy_decode_line): Move cleanup creation out
2748         of TRY_CATCH.  Fix error handling.
2749         * python/py-value.c (convert_value_from_python): Move 'old'
2750         declaration to innermost scope.
2751
2752 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2753             Andrey Smirnov  <andrew.smirnov@gmail.com>
2754
2755         -Wshadow warning fix.
2756         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
2757         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
2758         Adjust code accordingly.
2759
2760 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2761
2762         * ada-lang.c (symbol_completion_add): Rename parameter
2763         "encoded" into "encoded_p".  Ajust code and documentation
2764         accordingly.
2765
2766 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2767             Andrey Smirnov  <andrew.smirnov@gmail.com>
2768
2769         -Wshadow warning fix.
2770         * ada-lang.c (symbol_completion_add): Rename parameter
2771         "wild_match" into wild_match_p.  Update code and documentation
2772         accordingly.
2773
2774 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2775
2776         * ada-lang.c (symbol_completion_match): Rename parameter
2777         "encoded" into "encoded_p".  Ajust code and documentation
2778         accordingly.
2779
2780 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2781             Andrey Smirnov  <andrew.smirnov@gmail.com>
2782
2783         -Wshadow warning fix.
2784         * ada-lang.c (symbol_completion_match): Rename parameter
2785         "wild_match" into "wild_match_p".  Adjust code and function
2786         documentation accordingly.
2787
2788 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2789             Andrey Smirnov  <andrew.smirnov@gmail.com>
2790
2791         -Wshadow warning fix.
2792         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
2793         "symbol_info" into "info".  Adjust code accordingly.
2794         (ada_lookup_symbol): Likewise.
2795
2796 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2797
2798         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
2799         of this function's documentation.
2800
2801 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2802             Andrey Smirnov  <andrew.smirnov@gmail.com>
2803
2804         -Wshadow warning fix.
2805         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
2806         variable into "wild_match_p".  Adjust code accordingly.
2807
2808 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2809             Andrey Smirnov  <andrew.smirnov@gmail.com>
2810
2811         -Wshadow warning fix.
2812         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
2813         parameter into "wild_match_p".  Adjust code accordingly.
2814         Document this parameter in the function description.
2815
2816 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2817             Andrey Smirnov  <andrew.smirnov@gmail.com>
2818
2819         -Wshadow warning fix.
2820         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
2821         "wild_match" parameter to "wild_match_p" (-Wshadow).
2822
2823 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2824
2825         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
2826         in function documentation.
2827
2828 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2829             Andrey Smirnov  <andrew.smirnov@gmail.com>
2830
2831         -Wshadow warning fix.
2832         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
2833         variable into wild_match_p.  Adjust code accordingly.
2834
2835 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2836             Andrey Smirnov  <andrew.smirnov@gmail.com>
2837
2838         * ada-valprint.c (ada_val_print_1): Move the code handling
2839         TYPE_CODE_ENUM inside its own lexical block.  Declare
2840         variables len and val there, instead of in the function's
2841         top level block.  Avoid declaring deref_val again in a way
2842         that shadows another variable of the same name declared
2843         in one of the up-level blocks.  Just re-use the up-level
2844         variable instead.
2845
2846 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2847
2848         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
2849         Replace block_found argument by symbol_info.  Adjust
2850         implementation accordingly.  Add function documentation.
2851         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
2852         Fix documentation.
2853         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
2854         * ada-exp.y (write_object_renaming): Adjust to new
2855         ada_lookup_encoded_symbol API.
2856
2857 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
2858
2859         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
2860         documentation.
2861
2862 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
2863
2864         * v850-tdep.c: Add the enum values for mpu and fpu registers.
2865         (v850_register_name): Add the mpu and fpu register names.
2866         (v850e_register_name): Add the mpu and fpu register names.
2867         (v850e2_register_name): New function.
2868         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2869         bfd_mach_v850e2v3.
2870
2871 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
2872
2873         * NEWS: Add entry for Ada varobj support.
2874
2875 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
2876
2877         * varobj.c (default_value_is_changeable_p): New function,
2878         extracted from varobj_value_is_changeable_p.  Add declaration.
2879         (ada_value_is_changeable_p): New function, extracted from
2880         varobj_value_is_changeable_p.  Add declaration.
2881         (struct language_specific): New field "value_is_changeable_p".
2882         (languages): Add entries for new field.
2883         (varobj_create): Set language before calling install_new_value.
2884         (varobj_value_is_changeable_p): Reimplement to call the varobj's
2885         "value_is_changeable_p" language callback.
2886
2887 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
2888
2889         * ada-varobj.h, ada-varobj.c: New files.
2890         * Makefile.in (SFILES): Add ada-varobj.c.
2891         (HFILES_NO_SRCDIR): Add ada-varobj.h.
2892         (COMMON_OBS): Add ada-varobj.o.
2893
2894 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
2895
2896         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
2897         (struct language_specific): New field "value_has_mutated".
2898         (languages): Set field "value_has_mutated" in each entry of array.
2899         (varobj_value_has_mutated): New function.
2900         (varobj_udpdate): Add handling of type mutation.
2901         (value_of_root): Add handling of type mutation.
2902         (ada_value_has_mutated): New function.
2903
2904 2012-03-28  Pedro Alves  <palves@redhat.com>
2905
2906         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
2907         Always supply $fr0 as 0.0 and $fr1 as 1.0.
2908
2909 2012-03-28  Tom Tromey  <tromey@redhat.com>
2910
2911         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
2912         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
2913         before returning.
2914
2915 2012-03-28  Tom Tromey  <tromey@redhat.com>
2916
2917         * .dir-locals.el: New file.
2918
2919 2012-03-28  Pedro Alves  <palves@redhat.com>
2920
2921         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
2922
2923 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
2924
2925         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
2926         handling for r0.
2927
2928 2012-03-27  Pedro Alves  <palves@redhat.com>
2929
2930         Eliminate struct ui_stream.
2931
2932         * ui-out.h (struct ui_stream): Delete.
2933         (ui_out_field_stream): Adjust prototype.
2934         (ui_out_stream_new, ui_out_stream_delete)
2935         (make_cleanup_ui_out_stream_delete): Delete declarations.
2936         * ui-out.c (ui_out_field_stream): Change prototype to take a
2937         ui_file instead of a ui_stream.  Adjust.
2938         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
2939         (make_cleanup_ui_out_stream_delete): Delete.
2940         * breakpoint.c (print_breakpoint_location)
2941         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
2942         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
2943         * disasm.c (dump_insns): Ditto.
2944         (do_mixed_source_and_assembly, do_assembly_only): Adjust
2945         prototype.
2946         (gdb_disassembly): Use ui_file/mem_fileopen instead of
2947         ui_stream/ui_out_stream_new.
2948         * infcmd.c (print_return_value): Ditto.
2949         * osdata.c (info_osdata_command): Don't allocate a local
2950         ui_stream.
2951         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
2952         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
2953         * tracepoint.c (print_one_static_tracepoint_marker): Don't
2954         allocate a local ui_stream.
2955         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
2956         instead of ui_stream/ui_out_stream_new.
2957         (list_args_or_locals): Don't allocate a local ui_stream.
2958         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
2959         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
2960         ui_stream/ui_out_stream_new.
2961         * cli/cli-setshow.c (do_setshow_command): Ditto.
2962
2963 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
2964
2965         * arm-linux-tdep.c (arm_linux_init_abi): Call
2966         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
2967         * arm-tdep.c (arm_process_record): New function.
2968         (deallocate_reg_mem): New function.
2969         (decode_insn): New function.
2970         (thumb_record_branch): New function.
2971         (thumb_record_ldm_stm_swi(): New function.
2972         (thumb_record_misc): New function.
2973         (thumb_record_ld_st_stack): New function.
2974         (thumb_record_ld_st_imm_offset): New function.
2975         (thumb_record_ld_st_reg_offset(): New function.
2976         (thumb_record_add_sub_cmp_mov): New function.
2977         (thumb_record_shift_add_sub): New function.
2978         (arm_record_coproc_data_proc): New function.
2979         (arm_record_coproc): New function.
2980         (arm_record_b_bl): New function.
2981         (arm_record_ld_st_multiple): New function.
2982         (arm_record_ld_st_reg_offset): New function.
2983         (arm_record_ld_st_imm_offset): New function.
2984         (arm_record_data_proc_imm): New function.
2985         (arm_record_data_proc_misc_ld_str): New function.
2986         (arm_record_extension_space): New function.
2987         (arm_record_strx): New function.
2988         (sbo_sbz): New function.
2989         (struct insn_decode_record): New structure for arm insn record.
2990         (REG_ALLOC): New macro for reg allocations.
2991         (MEM_ALLOC): New macro for memory allocations.
2992         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
2993
2994 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
2995
2996         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
2997         (store_register): Likewise.
2998
2999 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
3000
3001         * MAINTAINERS (Write After Approval): Add myself to the list.
3002
3003 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3004
3005         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
3006         Describe also the option "auto".
3007
3008 2012-03-22  Richard Henderson  <rth@redhat.com>
3009
3010         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
3011         * sparc-nat.c (sparc_xfer_wcookie): Make static.
3012
3013 2012-03-22  Richard Henderson  <rth@redhat.com>
3014
3015         * jit.c (jit_read_code_entry): Compute alignment and offset of
3016         int64_t member before computing entry_size.
3017
3018 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3019
3020         Python scripting: Add new method Value.referenced_value to
3021         gdb.Value which can dereference pointer as well as reference
3022         values.
3023         * NEWS: Add entry under 'Python scripting' about the new method
3024         Value.referenced_value on gdb.Value objects.
3025         * python/py-value.c (valpy_referenced_value): New function
3026         defining a new method on gdb.Value objects which can dereference
3027         pointer and reference values.
3028
3029 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3030
3031         * MAINTAINERS (Write After Approval): Add myself to the list.
3032
3033 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
3034
3035         * symtab.c (skip_prologue_sal): Change test to check for "main()"
3036         in addition to "main".
3037
3038 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
3039
3040         * expression.h (op_name): Add declaration.
3041         * expprint.c (op_name): Remove declaration.  Make non-static.
3042         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
3043
3044 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
3045
3046         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
3047         of struct siginfo.
3048         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
3049         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3050         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
3051         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
3052         (linux_nat_get_siginfo): Likewise.
3053         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
3054         (linux_nat_get_siginfo): Likewise.
3055         * linux-tdep.c (linux_get_siginfo_type): Likewise.
3056         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
3057         * procfs.c (gdb_siginfo_t): Likewise.
3058
3059 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
3060
3061         * .gitignore: Ignore more files.
3062
3063 2012-03-20  Pedro Alves  <palves@redhat.com>
3064
3065         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
3066         returns.
3067
3068 2012-03-20  Yao Qi  <yao@codesourcery.com>
3069
3070         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
3071         comment.
3072
3073 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3074
3075         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
3076         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
3077         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
3078         sect_offset.
3079         * dwarf2expr.h (cu_offset, sect_offset): New types.
3080         (struct dwarf_expr_context_funcs) <dwarf_call>
3081         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
3082         sect_offset.
3083         (struct dwarf_expr_context) <len>: Improve the comment.
3084         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
3085         cu_offset and sect_offset.
3086         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
3087         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
3088         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
3089         * dwarf2loc.h: Include dwarf2expr.h.
3090         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
3091         and sect_offset.
3092         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
3093         Improve the comment.
3094         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
3095         (struct signatured_type, struct line_header, struct partial_die_info)
3096         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
3097         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
3098         (get_die_type_at_offset, create_cus_from_index)
3099         (create_signatured_type_table_from_index, dw2_get_file_names)
3100         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
3101         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
3102         (create_debug_types_hash_table, process_psymtab_comp_unit)
3103         (load_partial_comp_unit, create_all_comp_units)
3104         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
3105         (load_full_comp_unit, dwarf2_physname, read_import_statement)
3106         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
3107         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
3108         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
3109         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
3110         (find_partial_die, read_attribute_value, lookup_die_type)
3111         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
3112         (is_ref_attr): New function comment.
3113         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
3114         Use cu_offset and sect_offset.
3115         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
3116         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
3117         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
3118         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
3119         (offset_and_type_hash, offset_and_type_eq, set_die_type)
3120         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
3121         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
3122         sect_offset.
3123
3124 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3125
3126         Code cleanup.
3127         * python/py-auto-load.c (source_section_scripts): New variable back_to.
3128         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
3129         with xfree.
3130         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
3131
3132 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3133
3134         * NEWS: Describe new options --init-command=FILE, -ix and
3135         --init-eval-command=COMMAND, -iex.
3136         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
3137         CMDARG_INIT_COMMAND.
3138         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
3139         "init-command", "init-eval-command", "ix" and "iex" to the variable
3140         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
3141         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
3142         (print_gdb_help): Describe --init-command=FILE, -ix and
3143         --init-eval-command=COMMAND, -iex.
3144
3145 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3146
3147         Code cleanup.
3148         * main.c (struct cmdarg): Move it here from main.  Add more comments.
3149         (cmdarg_s, VEC (cmdarg_s)): New.
3150         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
3151         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
3152         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
3153         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
3154         of CMDARG.
3155
3156 2012-03-19  Tom Tromey  <tromey@redhat.com>
3157
3158         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
3159
3160 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3161
3162         PR symtab/13777
3163         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
3164         GCC >=4.5.
3165
3166 2012-03-16  Chris January  <chris.january@allinea.com>
3167
3168         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
3169         of clear.
3170
3171 2012-03-16  Chris January  <chris.january@allinea.com>
3172
3173         * source.c (add_path): Use memmove instead of strcpy because the
3174         strings overlap.
3175
3176 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
3177
3178         * value.h (set_value_parent): Add declaration.
3179         * value.c (set_value_parent): New function.
3180         (value_address): If VALUE->PARENT is not NULL, then use it as
3181         the base address instead of VALUE->LOCATION.address.
3182         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
3183         the same as OBJ's address.  Adjust V's offset accordingly.
3184         Set V's parent.
3185
3186 2012-03-16  Gary Benson  <gbenson@redhat.com>
3187
3188         PR breakpoints/10738
3189         * dwarf2read.c (use_deprecated_index_sections): New global.
3190         (struct partial_die_info): New member may_be_inlined.
3191         (read_partial_die): Set may_be_inlined where appropriate.
3192         (add_partial_subprogram): Add partial symbols for partial
3193         DIEs that may be inlined.
3194         (new_symbol_full): Add inlined subroutines to the current
3195         scope.
3196         (write_psymtabs_to_index): Bump version number.
3197         (dwarf2_read_index): Read only version 6 indices unless
3198         use_deprecated_index_sections is set.
3199         * linespec.c (symbol_and_data_callback): New structure.
3200         (iterate_inline_only): New function.
3201         (iterate_over_all_matching_symtabs): New argument
3202         "include_inline".  If nonzero, also call the callback for
3203         symbols representing inlined subroutines.
3204         (lookup_prefix_sym): Pass extra argument to the above.
3205         (find_function_symbols): Likewise.
3206         (add_matching_symbols_to_info): Likewise.
3207         * NEWS: Mention that GDB can now set breakpoints on inlined
3208         functions.
3209
3210 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
3211
3212         * p-typeprint.c (pascal_type_print_method_args):
3213         Fix display of parameter of methods.
3214
3215 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
3216
3217         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
3218         Add missing prototype.
3219
3220 2012-03-16  Yao Qi  <yao@codesourcery.com>
3221             Jan Kratochvil  <jan.kratochvil@redhat.com>
3222
3223         Fix false compilation warning.
3224         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
3225
3226 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
3227             Pedro Alves  <pedro@codesourcery.com>
3228
3229         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
3230         (arm_register_g_packet_guesses): New function.
3231         (arm_gdbarch_init): Don't force a target description with
3232         registers when the executable is detected as M-profile.  Instead
3233         set gdbarch->tdep->is_m.  Register `g' packet guesses.
3234         (_initialize_arm_tdep): Initialize the new target description.
3235         * features/arm-with-m-fpa-layout.xml: New description.
3236         * features/arm-with-m-fpa-layout.c: New, generated.
3237
3238 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
3239
3240         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
3241         Update function description.
3242         (insert_bp_location): Do not wipe bl->target_info out.
3243         * mem-break.c: #include "gdb_string.h".
3244         (default_memory_insert_breakpoint): Do not call target_read_memory
3245         with a pointer to the breakpoint's shadow_contents buffer.  Use
3246         a local buffer instead.
3247         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
3248
3249 2012-03-15  Tom Tromey  <tromey@redhat.com>
3250
3251         * NEWS: Mention "info vtbl", not "info vtable".
3252         * cp-support.c (info_vtbl_command): Fix comment.
3253         (_initialize_cp_support): Fix text.
3254
3255 2012-03-15  Tom Tromey  <tromey@redhat.com>
3256
3257         * cp-valprint.c (cp_print_value_fields): Use
3258         print_function_pointer_address for vtable slot.
3259
3260 2012-03-15  Tom Tromey  <tromey@redhat.com>
3261
3262         * gnu-v3-abi.c (struct value_and_voffset): New.
3263         (hash_value_and_voffset, eq_value_and_voffset)
3264         (compare_value_and_voffset, compute_vtable_size)
3265         (print_one_vtable, gnuv3_print_vtable): New functions.
3266         (init_gnuv3_ops): Initialize 'print_vtable' field.
3267         * cp-support.c (info_vtbl_command): New function.
3268         (_initialize_cp_support): Add "info vtbl".
3269         * cp-abi.h (cplus_print_vtable): Declare.
3270         (struct cp_abi_ops) <print_vtable>: New field.
3271         * cp-abi.c (cplus_print_vtable): New function.
3272         * NEWS: Update.
3273
3274 2012-03-15  Tom Tromey  <tromey@redhat.com>
3275
3276         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
3277         iterate_over_symbols.
3278
3279 2012-03-14  Doug Evans  <dje@google.com>
3280
3281         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
3282         DW_OP_GNU_parameter_ref.
3283
3284 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3285
3286         Fix double prompt of 'interpreter-exec mi'.
3287         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
3288         (mi_interpreter_resume): use it.
3289         (mi_execute_command_input_handler): New function.
3290         * mi/mi-main.c (mi_execute_command): Move prompt printing to
3291         mi_execute_command_input_handler.
3292
3293 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
3294
3295         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
3296         prototype.
3297         (darwin_debug_port_info): Make static.
3298         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
3299         * machoread.c (_initialize_machoread): Add prototype.
3300         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
3301         (i386_darwin_set_control, i386_darwin_get_control)
3302         i386_darwin_dr_set_addr, i386_darwin_get_addr)
3303         i386_darwin_get_status, i386_darwin_get_control):
3304         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
3305
3306 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
3307
3308         * ax-gdb.c (gen_usual_unary): Remove special handling of
3309         enum and bool types.
3310
3311 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
3312
3313         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
3314
3315 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
3316
3317         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
3318
3319 2012-03-13  Chris January  <chris.january@allinea.com>
3320
3321         * aix-thread.c (fill_sprs): Store the floating point registers
3322         at the correct offsets into vals.
3323
3324 2012-03-13  Doug Evans  <dje@google.com>
3325
3326         * NEWS: Mention symbol-reloading has been deleted.
3327         * symfile.c (symbol_reloading): Delete.
3328         (show_symbol_reloading): Delete.
3329         (_initialize_symfile): Delete set/show symbol-reloading.
3330
3331         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
3332         read_in_chain until we have successfully read it in.
3333         (load_full_comp_unit): Ditto.
3334         (read_signatured_type): Add comment.
3335
3336 2012-03-13  Chris January  <chris.january@allinea.com>
3337
3338         * stabsread.c (fix_common_block): Change type of valu argument
3339         to CORE_ADDR.
3340
3341 2012-03-13  Chris January  <chris.january@allinea.com>
3342
3343         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
3344         instruction.
3345
3346 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3347
3348         * common/linux-procfs.c (linux_proc_get_int): New, from
3349         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
3350         field.
3351         (linux_proc_get_tgid): Only call linux_proc_get_int.
3352         (linux_proc_get_tracerpid): New.
3353         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
3354         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
3355         linux_proc_pid_has_state.
3356         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
3357         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
3358         (linux_ptrace_attach_warnings): New.
3359         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
3360         New declaration.
3361         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
3362         (linux_nat_attach): New variables ex, buffer, message and message_s.
3363         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
3364
3365 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3366
3367         * Makefile.in (linux-ptrace.o): New.
3368         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
3369         from linux-nat.c.
3370         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
3371         * common/linux-ptrace.c: New file.
3372         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
3373         * config/arm/linux.mh: Likewise.
3374         * config/i386/linux.mh: Likewise.
3375         * config/i386/linux64.mh: Likewise.
3376         * config/ia64/linux.mh: Likewise.
3377         * config/m32r/linux.mh: Likewise.
3378         * config/m68k/linux.mh: Likewise.
3379         * config/mips/linux.mh: Likewise.
3380         * config/pa/linux.mh: Likewise.
3381         * config/powerpc/linux.mh: Likewise.
3382         * config/powerpc/ppc64-linux.mh: Likewise.
3383         * config/powerpc/spu-linux.mh: Likewise.
3384         * config/s390/s390.mh: Likewise.
3385         * config/sparc/linux.mh: Likewise.
3386         * config/sparc/linux64.mh: Likewise.
3387         * config/xtensa/linux.mh: Likewise.
3388         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
3389         common/linux-procfs.c.
3390         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
3391
3392 2012-03-13  Hui Zhu  <teawater@gmail.com>
3393             Pedro Alves  <palves@redhat.com>
3394
3395         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
3396         CREATE_BREAKPOINT_FLAGS_INSERTED.
3397         (create_breakpoint_sal, create_breakpoints_sal)
3398         (base_breakpoint_create_breakpoints_sal)
3399         (tracepoint_create_breakpoints_sal)
3400         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
3401         down.
3402         (break_command_1, handle_gnu_v3_exceptions, trace_command)
3403         (ftrace_command, strace_command): Adjust.
3404         (create_tracepoint_from_upload): Pass
3405         CREATE_BREAKPOINT_FLAGS_INSERTED.
3406         * breakpoint.h (enum breakpoint_create_flags): New.
3407         (create_breakpoint): New flags parameter.
3408         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3409         * python/py-breakpoint.c (bppy_init): Adjust.
3410         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
3411         * spu-tdep.c (spu_catch_start): Adjust.
3412
3413 2012-03-13  Pedro Alves  <palves@redhat.com>
3414             Hui Zhu  <teawater@gmail.com>
3415             Yao Qi  <yao@codesourcery.com>
3416
3417         * remote.c (struct remote_state): New field `starting_up'.
3418         (remote_start_remote): Set and clear it.
3419         (remote_can_download_tracepoint): If starting up, return false.
3420
3421 2012-03-13  Yao Qi  <yao@codesourcery.com>
3422
3423         * inferior.h (struct inferior): Remove fields any_syscall_count,
3424         syscalls_counts and total_syscalls_count.  Move them to new
3425         struct catch_syscall_inferior_data in breakpoint.c.
3426         * breakpoint.c: Call DEF_VEC_I(int).
3427         (struct catch_syscall_inferior_data): New.
3428         (get_catch_syscall_inferior_data): New.
3429         (catch_syscall_inferior_data_cleanup): New.
3430         (insert_catch_syscall): Update to access data in
3431         struct catch_syscall_inferior_data.
3432         (insert_catch_syscall): Likewise.
3433         (remove_catch_syscall): Likewise.
3434         (remove_catch_syscall): Likewise.
3435         (is_syscall_catchpoint_enabled): Likewise.
3436         (add_catch_command): Likewise.
3437         (_initialize_breakpoint): Register cleanup.
3438         * breakpoint.h: Removed DEF_VEC_I(int).
3439         * dwarf2loc.c: Call DEF_VEC_I(int).
3440         * mi/mi-main.c: Likewise.
3441
3442 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
3443
3444         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
3445
3446 2012-03-12  Chris January  <chris.january@allinea.com>
3447
3448         * aix-thread.c (_initialize_aix_thread): Add prototype.
3449         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
3450         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
3451
3452 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
3453
3454         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
3455         include of "amd64-nat.h".
3456
3457 2012-03-12  Tom Tromey  <tromey@redhat.com>
3458
3459         * buildsym.c (record_pending_block): Now static.
3460         * buildsym.h: (record_pending_block): Remove.
3461
3462 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
3463
3464         * amd64bsd-nat.c: Include amd64bsd-nat.h.
3465
3466 2012-03-09  Tom Tromey  <tromey@redhat.com>
3467
3468         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
3469         producer_is_gxx_lt_4_6>: New fields.
3470         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
3471
3472 2012-03-09  Tom Tromey  <tromey@redhat.com>
3473
3474         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
3475
3476 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
3477
3478         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
3479         prototype.
3480
3481 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
3482
3483         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
3484
3485 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3486
3487         Fix -Wmissing-prototypes build.
3488         * arm-linux-nat.c (get_thread_id): Make it static.
3489         * xtensa-linux-nat.c (get_thread_id): Likewise.
3490
3491 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
3492
3493         * server.c (process_point_options): If a conditional expression
3494         is found, only print a message if remote_debug is nonzero.
3495
3496 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
3497
3498         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
3499         of internal error for unknown/unsupported types.
3500
3501 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3502
3503         Fix CU relative vs. absolute DIE offsets.
3504         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
3505         offset to offset_in_cu.
3506         * dwarf2read.c (process_enumeration_scope): Add CU offset to
3507         TYPE_OFFSET.
3508         (dwarf2_fetch_die_location_block): Rename parameter offset to
3509         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
3510
3511 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3512
3513         * libunwind-frame.c: Rename to ...
3514         * ia64-libunwind-tdep.c: ... here.
3515         * libunwind-frame.h: Rename to ...
3516         * ia64-libunwind-tdep.h: ... here.
3517         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
3518         ia64-libunwind-tdep.h.
3519         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
3520         * README (--with-libunwind): Rename to ...
3521         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
3522         * config.in: Regenerate.
3523         * configure: Regenerate.
3524         * configure.ac: New option --with-libunwind-ia64, make the
3525         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
3526         Remove AC_DEFINE for HAVE_LIBUNWIND.
3527         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
3528         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
3529         Rename libunwind-frame in the general comment.
3530         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
3531         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
3532         Move forward declarations inside #ifndef.  Rename libunwind-frame in
3533         the general comment.
3534         * ia64-tdep.c: Rename libunwind-frame.h #include to
3535         ia64-libunwind-tdep.h.
3536         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
3537         (ia64_libunwind_descr): Rename libunwind-frame to
3538         ia64-libunwind-tdep in these function comments.
3539         * ia64-tdep.h: Rename libunwind-frame.h #include to
3540         ia64-libunwind-tdep.h.
3541         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
3542         ia64-libunwind-tdep in that data comment.
3543
3544 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3545
3546         * libunwind-frame.h (struct frame_unwind): New declaration.
3547
3548 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
3549
3550         * breakpoint.c (_initialize_breakpoint): Fix error in help of
3551         "set breakpoint condition-evaluation" command.
3552
3553 2012-03-08  Tristan Gingold  <gingold@adacore.com>
3554
3555         * sparc-stub.c: Move to stubs/
3556         * sh-stub.c: Likewise.
3557         * m68k-stub.c: Likewise.
3558         * m32r-stub.c: Likewise.
3559         * i386-stub.c: Likewise.
3560
3561 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
3562
3563         * m68klinux-tdep.c (m68k_linux_init_abi): Register
3564         linux_get_siginfo_type.
3565
3566         * m68klinux-nat.c: Include "gdb_proc_service.h".
3567         (PTRACE_GET_THREAD_AREA): Define.
3568         (ps_get_thread_area): New function.
3569
3570 2012-03-08  Yao Qi  <yao@codesourcery.com>
3571
3572         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
3573         `xsnprintf'.
3574         (remote_query_attached): Likewise.
3575         (remote_static_tracepoint_marker_at): Likewise.
3576         (remote_set_permissions): Likewise.
3577         (remote_detach_1, extended_remote_attach_1): Likewise.
3578         (send_g_packet, remote_vkill): Likewise.
3579         (extended_remote_disable_randomization): Likewise.
3580         (remote_add_target_side_condition): Likewise.
3581         (remote_insert_breakpoint): Likewise.
3582         (remote_remove_breakpoint): Likewise.
3583         (remote_insert_watchpoint): Likewise.
3584         (remote_remove_watchpoint): Likewise.
3585         (remote_insert_hw_breakpoint): Likewise.
3586         (remote_insert_hw_breakpoint): Likewise.
3587         (remote_remove_hw_breakpoint): Likewise.
3588         (remote_download_command_source): Likewise.
3589         (remote_download_tracepoint): Likewise.
3590         (remote_download_trace_state_variable): Likewise.
3591         (remote_disable_tracepoint): Likewise.
3592         (remote_trace_set_readonly_regions): Likewise.
3593         (remote_get_tracepoint_status): Likewise.
3594         (remote_trace_find): Likewise.
3595         (remote_get_trace_state_variable_value): Likewise.
3596         (remote_set_disconnected_tracing): Likewise.
3597         (remote_set_circular_trace_buffer): Likewise.
3598         (remote_get_min_fast_tracepoint_insn_len): Likewise.
3599         (remote_use_agent): Likewise.
3600         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
3601         Update callers.
3602
3603 2012-03-07  Pedro Alves  <palves@redhat.com>
3604
3605         * NEWS: Mention QProgramSignals.
3606         * inferior.h (update_signals_program_target): Declare.
3607         * infrun.c: (update_signals_program_target): New.
3608         (handle_command): Update the target of the new program signals
3609         array changes.
3610         * remote.c (PACKET_QProgramSignals): New enum.
3611         (last_program_signals_packet): New global.
3612         (remote_program_signals): New.
3613         (remote_start_remote): Update the target with the program signals
3614         list.
3615         (remote_protocol_features): Add entry for QPassSignals.
3616         (remote_open_1): Free anc clear last_program_signals_packet.
3617         (init_remote_ops): Install remote_program_signals.
3618         * target.c (update_current_target): Adjust.
3619         (target_program_signals): New.
3620         * target.h (struct target_ops) <to_program_signals>: New field.
3621         (target_program_signals): Declare.
3622
3623 2012-03-07  Pedro Alves  <palves@redhat.com>
3624
3625         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
3626         extensions.
3627
3628 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
3629
3630         * m68klinux-nat.c (getregs_supplies): Make static.
3631         (getfpregs_supplies): Likewise.
3632         (have_ptrace_getregs): Likewise.
3633
3634 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
3635
3636         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
3637         in call to get_die_type_at_offset.
3638
3639 2012-03-06  Stan Shebs  <stan@codesourcery.com>
3640
3641         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
3642         * mi/mi-cmd-disas.c: Ditto.
3643         * mi/mi-cmd-env.c: Ditto.
3644         * mi/mi-cmd-file.c: Ditto.
3645         * mi/mi-cmd-stack.c: Ditto.
3646         * mi/mi-cmd-target.c: Ditto.
3647         * mi/mi-cmd-var.c: Ditto.
3648         * mi/mi-cmds.c: Ditto.
3649         * mi/mi-cmds.h: Ditto.
3650         * mi/mi-console.c: Ditto.
3651         * mi/mi-getopt.c: Ditto.
3652         * mi/mi-getopt.h: Ditto.
3653         * mi/mi-interp.c: Ditto.
3654         * mi/mi-main.c: Ditto.
3655         * mi/mi-out.c: Ditto.
3656         * mi/mi-parse.c: Ditto.
3657         * mi/mi-parse.h: Ditto.
3658         * mi/mi-symbol-cmds.c: Ditto.
3659
3660         * mi/mi-getopt.h: Move mi_opt struct up.
3661         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
3662         return.
3663         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
3664
3665 2012-03-06  Tom Tromey  <tromey@redhat.com>
3666
3667         * proc-service.c (ps_pglobal_lookup): Set the current program
3668         space.
3669
3670 2012-03-06  Pedro Alves  <palves@redhat.com>
3671
3672         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
3673
3674 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
3675
3676         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
3677
3678 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3679
3680         Code cleanup.
3681         * common/linux-osdata.c (linux_common_core_of_thread): New function
3682         comment.
3683         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
3684         call by linux_common_core_of_thread.
3685         (linux_nat_core_of_thread_1): Remove.
3686         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
3687         * linux-thread-db.c: Include linux-osdata.h.
3688         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
3689         linux_common_core_of_thread.
3690
3691 2012-03-05  Tom Tromey  <tromey@redhat.com>
3692
3693         * value.c (value_primitive_field): Don't fetch contents for
3694         non-virtual bases.
3695
3696 2012-03-05  Tom Tromey  <tromey@redhat.com>
3697
3698         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
3699
3700 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3701
3702         * s390-nat.c: Include "gregset.h".
3703
3704 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3705
3706         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
3707         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
3708         (libunwind_load): New variable so_error, use it for dlerror.  Try to
3709         load also LIBUNWIND_SO_7.
3710
3711 2012-03-05  Pedro Alves  <palves@redhat.com>
3712
3713         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
3714         is not NULL, and remove resulting dead code.
3715
3716 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
3717
3718         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
3719         prologue to sh_analyze_prologue.
3720         (sh_analyze_prologue): Make better use of such an upper limit, and
3721         generally be more cautious about accessing memory.
3722
3723 2012-03-05  Tom Tromey  <tromey@redhat.com>
3724
3725         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
3726         _initialize_ia64_hpux_tdep.
3727
3728 2012-03-05  Pedro Alves  <palves@redhat.com>
3729
3730         PR gdb/13766
3731
3732         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
3733         the register state is clear, supply explicit zero, instead of
3734         marking the register unavailable.
3735
3736 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3737
3738         * NEWS: Mention OpenVMS ia64 new target.
3739
3740 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3741
3742         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
3743         (ia64_unw_accessors, ia64_unw_rse_accessors)
3744         (ia64_libunwind_descr): Declare.
3745         * ia64-vms-tdep.c: New file.
3746         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
3747         (ia64_libunwind_descr): Make them public.
3748         * configure.tgt: Add ia64-*-*vms*.
3749         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
3750         (ALLDEPFILES): Add ia64-vms-tdep.c
3751
3752 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3753
3754         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
3755         * remote.c (PACKET_qXfer_uib): New enum value.
3756         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
3757         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
3758         (_initialize_remote): Call add_packet_config_cmd for
3759         xfer:uib packet.
3760
3761 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3762
3763         * osabi.c (gdb_osabi_names): Add OpenVMS.
3764         (generic_elf_osabi_sniffer): Likewise.
3765         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
3766
3767 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3768
3769         Removed unused code.
3770         * libunwind-frame.c (libunwind_frame_unwind)
3771         (libunwind_frame_base_address): Remove.
3772         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
3773
3774 2012-03-04  Yao Qi  <yao@codesourcery.com>
3775
3776         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
3777         remove trailing new line.
3778         (agent_run_command, agent_run_command): Add _ markup.
3779         (agent_capability_check): Likewise.
3780
3781 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3782
3783         * breakpoint.c (set_condition_evaluation_mode): Set
3784         CONDITION_EVALUATION_MODE unconditionally.
3785
3786 2012-03-03  Yao Qi  <yao@codesourcery.com>
3787
3788         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
3789         * common/agent.h: Update declaration.
3790         * inf-child.c (inf_child_use_agent): New.
3791         (inf_child_can_use_agent): New.
3792         (inf_child_target): Initialize fields `to_use_agent'
3793         and `to_can_use_agent'.
3794         * agent.c (agent_new_objfile): New.
3795         (_initialize_agent): Add agent_new_objfile to new_objfile
3796         observer.
3797
3798         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
3799         New.
3800         (linux_target_install_ops): Initialize field
3801         `to_static_tracepoint_markers_by_strid'.
3802         * remote.c (free_current_marker): Move it to ...
3803         * tracepoint.c (free_current_marker): ... here.  New.
3804         (cleanup_target_stop): New.
3805         * tracepoint.h: Declare free_current_marker.
3806         * NEWS: Add one entry about `info static-tracepoint-marker'.
3807
3808 2012-03-03  Yao Qi  <yao@codesourcery.com>
3809
3810         * common/agent.c (agent_loaded_p): New.
3811         (agent_look_up_symbols): New global.
3812         * common/agent.h: Declare agent_loaded_p.
3813
3814 2012-03-03  Yao Qi  <yao@codesourcery.com>
3815
3816         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
3817         (agent_capability_check, agent_capability_invalidate): New.
3818         (symbol_list): New array element.
3819         * common/agent.h (enum agent_capa): New.
3820         * target.c (target_pre_inferior): Call agent_capability_invalidate.
3821
3822 2012-03-03  Yao Qi  <yao@codesourcery.com>
3823
3824         * target.h (struct target_ops) <to_use_agent>: New field.
3825         (struct target_ops) <to_can_use_agent>: New field.
3826         (target_use_agent, target_can_use_agent): New macro.
3827         * target.c (update_current_target): Update.
3828         * remote.c: New enum `PACKET_QAgent'.
3829         (remote_protocol_features): Add a new element.
3830         (remote_use_agent, remote_can_use_agent): New.
3831         (init_remote_ops): Initialize field `can_use_agent' with
3832         remote_can_use_agent.  Intiailize field `use_agent' with
3833         remote_use_agent.
3834         * common/agent.c (use_agent): New global.
3835         * common/agent.h: Declare it.
3836         * tracepoint.c (info_static_tracepoint_markers_command): Add
3837         comment.
3838         * Makefile.in (SFILES): Add common/agent.c and agent.c.
3839         (COMMON_OBS): Add common/agent.o and agent.o
3840         (common-agent.o): New rule.
3841         * agent.c: New.
3842
3843 2012-03-03  Yao Qi  <yao@codesourcery.com>
3844
3845         * common/agent.c: New.
3846         * common/agent.h: New.
3847         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
3848         AC_CHECK_HEADERS.
3849         * configure, configh.in: Regenerated.
3850
3851 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
3852
3853         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
3854         unless it exists for this architecture.
3855
3856 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
3857
3858         * language.h (struct language_defn): New "method" la_read_var_value.
3859         * findvar.c: #include "language.h".
3860         (default_read_var_value): Renames read_var_value.  Rewrite
3861         function description.
3862         (read_var_value): New function.
3863         * value.h (default_read_var_value): Add prototype.
3864         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
3865         New functions.
3866         (ada_language_defn): Add entry for la_read_var_value.
3867         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
3868         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
3869         language_defn structures to add entry for new la_read_var_value
3870         field.
3871
3872 2012-03-02  Tom Tromey  <tromey@redhat.com>
3873             Pedro Alves  <palves@redhat.com>
3874
3875         PR breakpoints/13776:
3876         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
3877         breakpoints.
3878         (delete_longjmp_breakpoint_at_next_stop): New.
3879         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
3880         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
3881         before deleting the inferior.  Add comments.
3882         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
3883         breakpoints immediately, but only on next stop.  Move that code
3884         next to where we mark other breakpoints for deletion.
3885
3886 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
3887
3888         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
3889         marker.
3890         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
3891         violation.
3892
3893 2012-03-02  Pedro Alves  <palves@redhat.com>
3894
3895         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
3896
3897 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
3898
3899         Fix -Wmissing-prototypes build.
3900         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
3901         * remote-sim.c (gdbsim_has_all_memory): Likewise.
3902         (gdbsim_has_memory): Likewise.
3903
3904 2012-03-02  Yao Qi  <yao@codesourcery.com>
3905
3906         Fix -Wmissing-prototypes build.
3907         * charset.c (phony_iconv_open): Make static.
3908         (phony_iconv_close, phony_iconv): Likewise.
3909         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
3910         * i386-windows-nat.c (_initialize_i386_windows_nat): New
3911         prototype.
3912         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
3913         * ser-mingw.c (create_select_thread): Make static.
3914         * windows-termcap.c (tgetent): New prototype.
3915         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
3916
3917 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
3918
3919         Fix -Wmissing-prototypes build.
3920         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
3921         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
3922         (_initialize_loadable): New prototypes.
3923
3924 2012-03-02  Doug Evans  <dje@google.com>
3925
3926         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
3927         abbrev table, read_comp_unit will do it.
3928
3929 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3930
3931         Fix -Wmissing-prototypes build.
3932         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
3933         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
3934         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
3935         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
3936         (_initialize_arm_symbian_tdep): New prototype.
3937         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
3938         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
3939         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
3940         static.
3941         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
3942         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
3943         prototype.
3944         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
3945         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
3946         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
3947         static.
3948         * moxie-tdep.c (moxie_process_record): Likewise.
3949         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
3950         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
3951         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
3952         (_initialize_rl78_tdep): New prototype.
3953         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
3954         (_initialize_rx_tdep): New prototype.
3955         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
3956         (_initialize_darwin_solib): New prototype.
3957         * solib-spu.c: Include solib-spu.h.
3958         (_initialize_spu_solib): New prototype.
3959         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
3960         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
3961         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
3962         (tic6x_software_single_step): Make it static.
3963         (_initialize_tic6x_tdep): New prototype.
3964
3965 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3966
3967         Fix -Wmissing-prototypes build.
3968         * cris-tdep.c (cris_can_use_hardware_watchpoint)
3969         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
3970
3971 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3972
3973         Fix -Wmissing-prototypes build.
3974         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
3975         (frv_have_stopped_data_address): Remove.
3976
3977 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3978
3979         Fix -Wmissing-prototypes build.
3980         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
3981         * sh-tdep.c: Include sh64-tdep.h.
3982         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
3983         * sh64-tdep.c: Include sh64-tdep.h.
3984         * sh64-tdep.h: New file.
3985
3986 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
3987
3988         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
3989
3990 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3991
3992         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
3993         sp_regnum once the gdbarch_init_osabi hook has been called.
3994
3995 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3996
3997         * mips-tdep.c (mips32_bc1_pc): New function.
3998         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
3999         BPOSGE32 and BPOSGE64 instructions.
4000         (deal_with_atomic_sequence): Likewise.
4001         (mips32_instruction_has_delay_slot): Likewise.
4002
4003 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
4004             Chris Dearman  <chris@mips.com>
4005             Maciej W. Rozycki  <macro@codesourcery.com>
4006             Joseph Myers  <joseph@codesourcery.com>
4007
4008         * features/mips-dsp.xml: New file.
4009         * features/mips64-dsp.xml: New file.
4010         * features/mips-dsp-linux.xml: New file.
4011         * features/mips64-dsp-linux.xml: New file.
4012         * features/Makefile (WHICH): Add mips-dsp-linux and
4013         mips64-dsp-linux.
4014         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
4015         * features/mips-dsp-linux.c: New file.
4016         * features/mips64-dsp-linux.c: New file.
4017         * regformats/mips-dsp-linux.dat: New file.
4018         * regformats/mips64-dsp-linux.dat: New file.
4019         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
4020         registers.
4021         (mips64_linux_register_addr): Likewise.
4022         (mips64_linux_regsets_fetch_registers): Likewise.
4023         (mips64_linux_regsets_store_registers): Likewise.
4024         (mips64_linux_fetch_registers): Update call to
4025         mips64_linux_regsets_fetch_registers.
4026         (mips64_linux_store_registers): Update call to
4027         mips64_linux_regsets_store_registers.
4028         (mips_linux_read_description): Probe for DSP registers.
4029         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
4030         and initialize_tdesc_mips64_dsp_linux.
4031         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
4032         Remove padding of no longer used embedded register slots.
4033         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
4034         (MIPS_RESTART_REGNUM): Redefine enum value.
4035         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
4036         strings.
4037         (mips_tx39_reg_names): Likewise.
4038         (mips_linux_reg_names): New array of register names for Linux
4039         targets.
4040         (mips_register_name): Check for a null pointer in
4041         mips_processor_reg_names and return an empty string.
4042         (mips_register_type): Exclude embedded registers for the IRIX
4043         and Linux ABIs.
4044         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
4045         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
4046         DSP registers.
4047         (mips_stab_reg_to_regnum): Handle DSP accumulators.
4048         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
4049         (mips_gdbarch_init): Likewise.  Initialize internal register
4050         indices for the Linux ABI.  Use dynamic numbers to refer to
4051         registers, as applicable, while parsing the target description.
4052         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
4053
4054 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
4055
4056         * frame.h (read_frame_register_unsigned): Fix typo in function
4057         description.
4058
4059 2012-03-01  Pedro Alves  <palves@redhat.com>
4060
4061         * jit-reader.in [!__cplusplus]
4062         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
4063
4064 2012-03-01  Pedro Alves  <palves@redhat.com>
4065
4066         * configure.ac (build_warnings): Add -Wmissing-prototypes.
4067         * configure: Regenerate.
4068
4069 2012-03-01  Pedro Alves  <palves@redhat.com>
4070
4071         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
4072         * breakpoint.c (create_exception_master_breakpoint, trace_command)
4073         (ftrace_command, strace_command): Make static.
4074         * d-lang.c (_initialize_d_language): Declare.
4075         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
4076         * dwarf2loc.c (_initialize_dwarf2loc):
4077         * dwarf2read.c (process_psymtab_comp_unit): Make static.
4078         * exec.c (exec_get_section_table): Make static.
4079         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
4080         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
4081         * inferior.c (remove_inferior_command, add_inferior_command)
4082         (clone_inferior_command): Make static.
4083         * linux-nat.c (linux_nat_thread_address_space)
4084         (linux_nat_core_of_thread): Make static.
4085         * linux-tdep.c (_initialize_linux_tdep): Declare.
4086         * objc-lang.c (_initialize_objc_lang): Declare.
4087         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
4088         Make static.
4089         (_initialize_opencl_language): Declare.
4090         * record.c (_initialize_record): Declare.
4091         * remote.c (demand_private_info, remote_get_tib_address)
4092         (remote_supports_cond_tracepoints)
4093         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
4094         Make static.
4095         * skip.c (_initialize_step_skip): Declare.
4096         * symtab.c (skip_prologue_using_lineinfo): Make static.
4097         * tracepoint.c (delete_trace_state_variable)
4098         (trace_variable_command, delete_trace_variable_command)
4099         (get_uploaded_tsv, find_matching_tracepoint_location)
4100         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
4101         Make static.
4102         * value.c (pack_unsigned_long): Make static.
4103         * varobj.c (varobj_ensure_python_env): Make static.
4104         * windows-tdep.c (_initialize_windows_tdep): Declare.
4105         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
4106
4107 2012-03-01  Pedro Alves  <palves@redhat.com>
4108
4109         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
4110         gdbarch parameter.
4111         (linux_init_abi): Install it as has_shared_address_space gdbarch
4112         callback.
4113
4114 2012-03-01  Pedro Alves  <palves@redhat.com>
4115
4116         * observer.c (observer_test_first_notification_function)
4117         (observer_test_second_notification_function)
4118         (observer_test_third_notification_function): Add declarations.
4119
4120 2012-03-01  Pedro Alves  <palves@redhat.com>
4121
4122         * common/signals.c (default_target_signal_to_host)
4123         (default_target_signal_from_host): Move ...
4124         * arch-utils.c: ... here.
4125         * arch-utils.h (default_target_signal_to_host)
4126         (default_target_signal_from_host): Declare.
4127
4128         * common/signals.c (target_signal_from_command): Move ...
4129         * infrun.c: ... here.
4130         * inferior.h (target_signal_from_command): Declare.
4131         * target.h (target_signal_from_command)
4132         (default_target_signal_from_host, default_target_signal_to_host):
4133         Delete declarations.
4134
4135         * common/signals.c (_initialize_signals): Delete.
4136
4137 2012-03-01  Pedro Alves  <palves@redhat.com>
4138
4139         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
4140         both __cplusplus and !__cplusplus.
4141
4142 2012-03-01  Pedro Alves  <palves@redhat.com>
4143
4144         * psymtab.c (find_and_open_source): Delete declaration.
4145         * source.c (find_and_open_source): Move comment ...
4146         * source.h (find_and_open_source): ... to this new declaration.
4147
4148 2012-03-01  Pedro Alves  <palves@redhat.com>
4149
4150         * inline-frame.c: Include inline-frame.h.
4151
4152 2012-03-01  Pedro Alves  <palves@redhat.com>
4153
4154         * tui/tui-data.c (set_gen_win_origin): Delete.
4155         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
4156         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
4157
4158 2012-03-01  Pedro Alves  <palves@redhat.com>
4159
4160         * remote.c (encode_actions): Delete declaration.
4161         * tracepoint.c (encode_actions): Make extern.
4162         * tracepoint.h (encode_actions): Declare.
4163
4164 2012-03-01  Pedro Alves  <palves@redhat.com>
4165
4166         * python/py-breakpoint.c: Include python.h.
4167         * python/py-continueevent.c (create_continue_event_object): Make
4168         static.
4169         * python/py-lazy-string.c (stpy_get_type): Make static.
4170         * python/py-newobjfileevent.c (create_new_objfile_event_object):
4171         Make static.
4172         * python/py-utils.c (unicode_to_target_python_string): Make
4173         static.
4174         * python/py-value.c: Include python.h.
4175
4176 2012-03-01  Pedro Alves  <palves@redhat.com>
4177
4178         * inferior.c (delete_threads_of_inferior): Delete.
4179
4180 2012-03-01  Pedro Alves  <palves@redhat.com>
4181
4182         Import fallback definitions from glibc.
4183
4184         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
4185         ps_prochandle): Forward declare.
4186         (ps_err_e): Use glibc's comments.
4187         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
4188         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
4189         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
4190         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
4191         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
4192         (struct ps_prochandle): Adjust comment.
4193
4194 2012-03-01  Pedro Alves  <palves@redhat.com>
4195
4196         * ada-lang.c (ada_modulus_from_name): Delete.
4197         * ada-lex.l (lexer_init): Make static.
4198
4199 2012-03-01  Pedro Alves  <palves@redhat.com>
4200
4201         PR gdb/13767
4202
4203         * frame.c (read_frame_register_unsigned): New.
4204         * frame.h (read_frame_register_unsigned): Declare.
4205         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
4206         Handle it.
4207         (print_i387_control_word): New parameter `control_p'.  Handle it.
4208         (i387_print_float_info): Handle unavailable float registers.
4209
4210 2012-03-01  Keith Seitz  <keiths@redhat.com>
4211
4212         * linespec.c (decode_line_2): Sort the list of methods
4213         alphabetically before presenting the user with a selection
4214         menu.
4215
4216 2012-03-01  Doug Evans  <dje@google.com>
4217
4218         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
4219         has_namespace_info.
4220         (dwarf2_read_abbrevs): Remove corresponding initialization.
4221
4222 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
4223
4224         * NEWS: Mention new python command class gdb.COMMAND_USER.
4225         * cli/cli-cmds.c (show_user): Print error when used on a python
4226         command.
4227         (init_cli_cmds): Update documentation strings for "show user" and
4228         "set/show max-user-call-depth" to clarify that it does not apply to
4229         python commands.
4230         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
4231         error check.
4232         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
4233         gdb python api.
4234         * top.c (execute_command): Only execute a user-defined command as a
4235         legacy macro if c->user_commands is set.
4236
4237 2012-03-01  Tom Tromey  <tromey@redhat.com>
4238
4239         * valprint.h (struct generic_val_print_decorations): New.
4240         (generic_val_print): Declare.
4241         * valprint.c (generic_val_print): New function.
4242         * p-valprint.c (p_decorations): New global.
4243         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
4244         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
4245         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
4246         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
4247         * m2-valprint.c (m2_decorations): New global.
4248         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
4249         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
4250         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
4251         TYPE_CODE_ERROR>: Call generic_val_print.
4252         * f-valprint.c (f_decorations): New global.
4253         (f_val_print): Use print_function_pointer_address.
4254         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
4255         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
4256         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
4257         generic_val_print.
4258         * c-valprint.c (c_decorations): New global.
4259         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
4260         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
4261         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
4262         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
4263         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
4264         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
4265         case.
4266
4267 2012-03-01  Tom Tromey  <tromey@redhat.com>
4268
4269         * valprint.c (val_print): Update.
4270         * p-valprint (pascal_val_print): Return void.
4271         * p-lang.h (pascal_val_print): Return void.
4272         * m2-valprint.c (m2_val_print): Return void.
4273         * m2-lang.h (m2_val_print): Return void.
4274         * language.h (struct language_defn) <la_val_print>: Return void.
4275         * language.c (unk_lang_val_print): Return void.
4276         * jv-valprint.c (java_val_print): Return void.
4277         * jv-lang.h (java_val_print): Return void.
4278         * f-valprint.c (f_val_print): Return void.
4279         * f-lang.h (f_val_print): Return void.
4280         * d-valprint.c (d_val_print): Return void.
4281         (dynamic_array_type): Update.
4282         * d-lang.h (d_val_print): Return void.
4283         * c-valprint.c (c_val_print): Return void.
4284         * c-lang.h (c_val_print): Return void.
4285         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
4286         void.
4287         * ada-lang.h (ada_val_print): Return void.
4288
4289 2012-03-01  Tom Tromey  <tromey@redhat.com>
4290
4291         * value.h (val_print): Return void.
4292         * valprint.c (val_print): Return void.
4293
4294 2012-03-01  Tom Tromey  <tromey@redhat.com>
4295
4296         * value.h (common_val_print): Return void.
4297         * valprint.c (common_val_print): Return void.
4298
4299 2012-03-01  Tom Tromey  <tromey@redhat.com>
4300
4301         * value.h (value_print): Return void.
4302         * valprint.c (value_print): Return void.
4303         * p-valprint.c (pascal_value_print): Return void.
4304         * p-lang.h (pascal_value_print): Return void.
4305         * language.h (struct language_defn) <la_value_print>: Return
4306         void.
4307         * language.c (unk_lang_value_print): Return void.
4308         * jv-valprint.c (java_value_print): Return void.
4309         * jv-lang.h (java_value_print): Return void.
4310         * f-valprint.c (c_value_print): Don't declare.
4311         Include c-lang.h.
4312         * c-valprint.c (c_value_print): Return void.
4313         * c-lang.h (c_value_print): Return void.
4314         * ada-valprint.c (ada_value_print): Return void.
4315         * ada-lang.h (ada_value_print): Return void.
4316
4317 2012-03-01  Tom Tromey  <tromey@redhat.com>
4318
4319         * value.c (value_primitive_field): Handle virtual base classes.
4320
4321 2012-03-01  Tom Tromey  <tromey@redhat.com>
4322
4323         * gdbtypes.h (struct vbase): Remove.
4324
4325 2012-03-01  Tom Tromey  <tromey@redhat.com>
4326
4327         * c-valprint.c (print_function_pointer_address): Move...
4328         * valprint.c: ... here.  Make non-static.
4329         * m2-valprint.c (print_function_pointer_address): Remove.
4330         * valprint.h (print_function_pointer_address): Declare.
4331
4332 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
4333
4334         * NEWS: Document the fact that one can provide a condition when
4335         creating an Ada exception catchpoint.
4336
4337 2012-03-01  Tom Tromey  <tromey@redhat.com>
4338
4339         * valprint.c (val_print_type_code_flags): Fix placement of
4340         trailing brace.
4341
4342 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
4343
4344         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
4345         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
4346         environment variable before calling update-copyright.
4347
4348 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
4349
4350         * gnulib/extra/update-copyright: Update to the latest from
4351         gnulib's git repository.
4352         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
4353         variable to 2 instead of 1.
4354
4355 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4356
4357         * varobj.c (c_value_of_variable): Remove dead code.
4358
4359 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4360
4361         * ada-lex.p (processId): Do not modify already encoded IDs.
4362         Update function documentation.
4363
4364 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4365
4366         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
4367         "name" with "struct symbol *name_sym".
4368         * ada-exp.y (write_var_or_type): Update call to
4369         ada_find_renaming_symbol.
4370         "name" with "struct symbol *name_sym". Adjust Implementation
4371         accordingly.  Adjust the function documentation.
4372
4373 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4374
4375         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
4376         * ada-lang.c (ada_find_any_type): Add advance declaration.
4377         Make static.  Replace ada_find_any_symbol by
4378         ada_find_any_type_symbol.
4379         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
4380         Improve function description.  Make static.
4381         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
4382         Replace ada_find_any_symbol by ada_find_any_type_symbol.
4383
4384 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4385
4386         * ada-lang.c (struct tag_args): Delete.
4387         (ada_get_tsd_type): Function body moved up in source file.
4388         (ada_tag_name_1, ada_tag_name_2): Delete.
4389         (ada_get_tsd_from_tag): New function.
4390         (ada_tag_name_from_tsd): New function.
4391         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
4392         to determine the tag name.
4393
4394 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4395
4396         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
4397         declaration.
4398         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
4399         function.
4400
4401 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4402
4403         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
4404
4405 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4406
4407         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
4408         full searches.
4409
4410 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4411
4412         * ada-lang.c (constrained_packed_array_type): If there is a
4413         parallel XA type, use it to determine the array index type.
4414
4415 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4416
4417         * ada-valprint.c (ada_val_print_1): If our value is a reference
4418         to an array descriptor, dereference it before converting it
4419         to a simple array.
4420
4421 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4422
4423         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
4424         creating fixed value.
4425         (ada_value_ind, ada_coerce_ref, assign_component)
4426         (ada_evaluate_subexp): Remove call to unwrap_value before
4427         call to ada_to_fixed_value.
4428
4429 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4430
4431         * ada-lang.c (to_fixed_array_type): Set result's type name.
4432
4433 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
4434
4435         * ada-lang.c (catch_ada_exception_command_split): Add new
4436         argument cond_string.  Add support for condition at end of
4437         "catch exception" commands.
4438         (ada_decode_exception_location): Add new argument cond_string.
4439         Update call to catch_ada_exception_command_split.
4440         (create_ada_exception_catchpoint): Add new argument cond_string.
4441         Set the breakpoint condition if needed.
4442         (catch_ada_exception_command): Update call to
4443         ada_decode_exception_location.
4444         (ada_decode_assert_location): Add function documentation.
4445         Add support for condition at end of "catch assert" command.
4446         (catch_assert_command): Update calls to ada_decode_assert_location
4447         and create_ada_exception_catchpoint.
4448
4449 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4450
4451         Fix disp-step-syscall.exp: fork: single step over fork.
4452         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
4453         (i386_linux_get_syscall_number_from_regcache): ... here, new function
4454         comment, change parameters gdbarch and ptid to regcache.  Remove
4455         parameter regcache, initialize gdbarch from regcache here.
4456         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
4457         New functions.
4458         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
4459         instead.
4460         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
4461         'syscall'.  Make the 'int' check more strict.
4462
4463 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4464
4465         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
4466         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
4467         (i386_linux_intx80_sysenter_syscall_record): ... here.
4468         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
4469         Use the renamed function name.
4470
4471 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4472
4473         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
4474         * breakpoint.c (until_break_command): Likewise.
4475         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
4476         * infcall.c (call_function_by_hand): Likewise.
4477         * infcmd.c (finish_forward): Likewise.
4478         * infrun.c (insert_exception_resume_breakpoint): Likewise.
4479
4480 2012-02-28  Tristan Gingold  <gingold@adacore.com>
4481
4482         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
4483         avoid variable assignments inside condition.
4484
4485 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4486
4487         Fix static analysis issue found by cppcheck.
4488         * microblaze-tdep.c (microblaze_extract_return_value): Fix
4489         uninitialized BUF for size 2.
4490
4491 2012-02-27  Chris Dearman  <chris@mips.com>
4492             Nathan Froyd  <froydnj@codesourcery.com>
4493             Maciej W. Rozycki  <macro@codesourcery.com>
4494
4495         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
4496         (mips16_instruction_has_delay_slot): Likewise.
4497         (mips_segment_boundary): Likewise.
4498         (mips_adjust_breakpoint_address): Likewise.
4499         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
4500
4501 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
4502             Maciej W. Rozycki  <macro@codesourcery.com>
4503
4504         * infrun.c (handle_inferior_event): Don't proceed through
4505         shared library trampolines if stepping at the machine
4506         instruction level.
4507
4508 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
4509
4510         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
4511         too.
4512
4513 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
4514
4515         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
4516         (sh_stub_unwind_sniffer): New functions.
4517         (sh_stub_unwind): New variable.
4518         (sh_gdbarch_init): Wire everything.
4519
4520 2012-02-27  Pedro Alves  <palves@redhat.com>
4521
4522         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
4523         (linux_nat_post_attach_wait): Adjust to use
4524         linux_proc_pid_is_stopped.
4525         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
4526         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
4527         based on pid_is_stopped from both linux-nat.c and
4528         gdbserver/linux-low.c, and renamed.
4529
4530 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
4531
4532         * remote.c (remote_watchpoint_addr_within_range): New function.
4533         (init_remote_ops): Use it.
4534
4535 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
4536
4537         * target.h (target_watchpoint_addr_within_range): Document macro.
4538
4539 2012-02-24  Pedro Alves  <palves@redhat.com>
4540
4541         * stack.c (set_last_displayed_sal): Issue internal_error instead
4542         of warning, and issue it after clearing the last displayed sal.
4543
4544 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4545             Pedro Alves  <palves@redhat.com>
4546
4547         * breakpoint.c (until_break_command): Install breakpoints after
4548         all frame manipulations.
4549
4550 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
4551
4552         * remote.c (remote_supports_cond_breakpoints): New forward
4553         declaration.
4554         (remote_add_target_side_condition): New function.
4555         (remote_insert_breakpoint): Add target-side breakpoint
4556         conditional if supported.
4557         (remote_insert_hw_breakpoint): Likewise.
4558         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
4559         hook.
4560
4561         * target.c (update_current_target): Inherit
4562         to_supports_evaluation_of_breakpoint_conditions.
4563         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
4564
4565         * target.h (struct target_ops)
4566         <to_supports_evaluation_of_breakpoint_conditions>: New field.
4567         (target_supports_evaluation_of_breakpoint_conditions): New #define.
4568
4569         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
4570         (condition_evaluation_both, condition_evaluation_auto,
4571         condition_evaluation_host, condition_evaluation_target,
4572         condition_evaluation_enums, condition_evaluation_mode_1,
4573         condition_evaluation_mode): New static globals.
4574         (translate_condition_evaluation_mode): New function.
4575         (breakpoint_condition_evaluation_mode): New function.
4576         (gdb_evaluates_breakpoint_condition_p): New function.
4577         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
4578         (mark_breakpoint_modified): New function.
4579         (mark_breakpoint_location_modified): New function.
4580         (set_condition_evaluation_mode): New function.
4581         (show_condition_evaluation_mode): New function.
4582         (bp_location_compare_addrs): New function.
4583         (get_first_location_gte_addr): New helper function.
4584         (set_breakpoint_condition): Free condition bytecode if locations
4585         has become unconditional.  Call mark_breakpoint_modified (...).
4586         (condition_command): Call update_global_location_list (1) for
4587         breakpoints.
4588         (breakpoint_xfer_memory): Use is_breakpoint (...).
4589         (is_breakpoint): New function.
4590         (parse_cond_to_aexpr): New function.
4591         (build_target_condition_list): New function.
4592         (insert_bp_location): Handle target-side conditional
4593         breakpoints and call build_target_condition_list (...).
4594         (update_inserted_breakpoint_locations): New function.
4595         (insert_breakpoint_locations): Handle target-side conditional
4596         breakpoints.
4597         (bpstat_check_breakpoint_conditions): Add comment.
4598         (bp_condition_evaluator): New function.
4599         (bp_location_condition_evaluator): New function.
4600         (print_breakpoint_location): Print information on where the condition
4601         will be evaluated.
4602         (print_one_breakpoint_location): Likewise.
4603         (init_bp_location): Call mark_breakpoint_location_modified (...) for
4604         breakpoint location.
4605         (force_breakpoint_reinsertion): New functions.
4606         (update_global_location_list): Handle target-side breakpoint
4607         conditions.
4608         Reinsert locations that are already inserted if conditions have
4609         changed.
4610         (bp_location_dtor): Free agent expression bytecode.
4611         (disable_breakpoint): Call mark_breakpoint_modified (...).
4612         Call update_global_location_list (...) with parameter 1 for breakpoints.
4613         (disable_command): Call mark_breakpoint_location_modified (...).
4614         Call update_global_location_list (...) with parameter 1 for breakpoints.
4615         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
4616         (enable_command): mark_breakpoint_location_modified (...).
4617         (_initialize_breakpoint): Update documentation and add
4618         condition-evaluation breakpoint subcommand.
4619
4620         * breakpoint.h: Include ax.h.
4621         (condition_list): New data structure.
4622         (condition_status): New enum.
4623         (bp_target_info) <cond_list>: New field.
4624         (bp_location) <condition_changed, cond_bytecode>: New fields.
4625         (is_breakpoint): New prototype.
4626
4627 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
4628
4629         * remote.c (remote_state) <cond_breakpoints>: New field.
4630         (PACKET_ConditionalBreakpoints): New enum.
4631         (remote_cond_breakpoint_feature): New function.
4632         (remote_protocol_features): Add new ConditionalBreakpoints entry.
4633         (remote_supports_cond_breakpoints): New function.
4634         (_initialize_remote): Add new packet configuration for
4635         target-side conditional breakpoints.
4636
4637 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
4638
4639         * NEWS: Mention target-side conditional breakpoint support,
4640         new condition-evaluation breakpoint subcommand and remote
4641         packet extensions.
4642
4643 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
4644
4645         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
4646         number.
4647
4648 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
4649
4650         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
4651         (after_prologue): Remove.
4652
4653 2012-02-23  Tom Tromey  <tromey@redhat.com>
4654
4655         * jv-valprint.c (java_val_print): Remove dead code.
4656
4657 2012-02-23  Tristan Gingold  <gingold@adacore.com>
4658
4659         * ada-tasks.c (struct ada_tasks_inferior_data): Add
4660         known_tasks_element and known_tasks_length fields.
4661         (read_known_tasks_array): Change argument type.  Use pointer type
4662         and number of elements from DATA.  Adjust.
4663         (read_known_tasks_list): Likewise.
4664         (get_known_tasks_addr): Remove.
4665         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
4666         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
4667         type and array length.  Merge former get_known_tasks_addr code.
4668
4669 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4670
4671         PR backtrace/13716
4672         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
4673         it after set_momentary_breakpoint.
4674
4675 2012-02-22  Sterling Augustine  <saugustine@google.com>
4676
4677         PR 13689:
4678         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
4679
4680 2012-02-22  Gary Benson  <gbenson@redhat.com>
4681
4682         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
4683         (find_slot_in_mapped_hash): Likewise.
4684
4685 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4686
4687         PR build/13638
4688         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
4689         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
4690         * configure: Regenerate.
4691
4692 2012-02-21  Tristan Gingold  <gingold@adacore.com>
4693             Pedro Alves  <palves@redhat.com>
4694
4695         * ia64-tdep.c: Do not include libunwind-ia64.h.
4696         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
4697         Include libunwind-ia64.h instead of libunwind.h.
4698         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
4699         for libunwind.h existence.
4700         * configure, config.in: Regenerate.
4701
4702 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
4703
4704         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
4705         instead of value_rtti_target_type.
4706         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
4707         instead of value_rtti_target_type.
4708         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
4709         value_rtti_target_type.
4710         * valops.c (value_ind): Extract function readjust_indirect_value_type.
4711         (value_rtti_target_type): Rename to ...
4712         (value_rtti_indirect_type): ... here and make it indirect.  Update
4713         function comment.
4714         * value.c (readjust_indirect_value_type): New function.
4715         (coerce_ref): Support for enclosing type setting for references
4716         with readjust_indirect_value_type.
4717         * value.h (readjust_value_type): New declaration.
4718         (value_rtti_target_type): Rename to ...
4719         (value_rtti_indirect_type): ... here.
4720
4721 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
4722
4723         * MAINTAINERS (Write After Approval): Add myself to the list.
4724
4725 2012-02-20  Doug Evans  <dje@google.com>
4726
4727         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
4728         Rename objfile_p_char parameter to objfilep.
4729         (build_objfile_section_table): Result is now void.  All callers
4730         updated.
4731         * objfiles.h (struct objfile): Tweak comments, whitespace.
4732         (build_objfile_section_table): Update.
4733
4734         * elfread.c (elf_symfile_segments): Fix warning text.
4735
4736 2012-02-20  Tom Tromey  <tromey@redhat.com>
4737
4738         PR gdb/13498:
4739         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
4740         particular set of file names once.
4741         (dw2_map_symbol_filenames): Likewise.
4742
4743 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4744
4745         Code cleanup.
4746         * main.c (write_files): Remove the declaration.
4747         (external_editor_command): Move the declaration ...
4748         [GDBTK] (external_editor_command): ... here.  Fix the comment.
4749
4750 2012-02-20  Tom Tromey  <tromey@redhat.com>
4751
4752         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
4753         extraneous block.
4754
4755 2012-02-20  Tristan Gingold  <gingold@adacore.com>
4756
4757         * darwin-nat.h (enum darwin_msg_state): Add comments.
4758
4759 2012-02-20  Tristan Gingold  <gingold@adacore.com>
4760
4761         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
4762         value.
4763
4764 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
4765
4766         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
4767         between function description and implementation.
4768
4769 2012-02-17  Tom Tromey  <tromey@redhat.com>
4770
4771         PR python/12070:
4772         * python/py-event.c (event_object_getset): New global.
4773         (event_object_type): Reference it.
4774         * python/py-type.c (field_object_getset): New global.
4775         (field_object_type): Reference it.
4776         * python/python-internal.h (gdb_py_generic_dict): Declare.
4777         * python/py-utils.c (gdb_py_generic_dict): New function.
4778
4779 2012-02-17  Tristan Gingold  <gingold@adacore.com>
4780
4781         * solib-darwin.c (darwin_current_sos): Check magic and filetype
4782
4783 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
4784
4785         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
4786         TYPE_CALLING_CONVENTION annotation.
4787
4788 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
4789
4790         * MAINTAINERS: Add rx to target ISA section.
4791         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
4792         (ALLDEPFILES): Add rx-tdep.c.
4793
4794 2012-02-16  Tom Tromey  <tromey@redhat.com>
4795
4796         * symfile.c (symbol_file_add_main_1): Use inferior's
4797         symfile_flags.
4798         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
4799         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
4800         inferior.
4801         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
4802         inferior.
4803         (follow_exec): Use inferior's symfile_flags.
4804         * inferior.h (struct inferior) <symfile_flags>: New field.
4805
4806 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
4807
4808         PR gdb/9734:
4809         * remote-sim.c (gdbsim_create_inferior): Call error() when
4810         sim_create_inferior() fails.
4811
4812 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
4813
4814         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
4815
4816 2012-02-16  Tom Tromey  <tromey@redhat.com>
4817
4818         PR c++/13653:
4819         * thread.c (struct current_thread_cleanup) <was_removable>: New
4820         field.
4821         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
4822         (make_cleanup_restore_current_thread): Initialize new field.
4823
4824 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
4825
4826         * MAINTAINERS: Add rl78 to target ISA section.
4827         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
4828         (ALLDEPFILES): Add rl78-tdep.c.
4829         * NEWS: Mention rl78 as a new target.
4830
4831 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
4832
4833         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
4834         data.
4835         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
4836
4837 2012-02-15  Tom Tromey  <tromey@redhat.com>
4838
4839         PR gdb/12659:
4840         * infcmd.c (registers_info): Print just the current register's
4841         name.
4842
4843 2012-02-15  Tom Tromey  <tromey@redhat.com>
4844
4845         * python/py-symbol.c (sympy_value): Use _().
4846
4847 2012-02-15  Pedro Alves  <palves@redhat.com>
4848
4849         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
4850         output to be like native targets'.
4851         (remote_pid_to_str): Special case the null ptid.
4852
4853 2012-02-14  Stan Shebs  <stan@codesourcery.com>
4854
4855         * NEWS: Mention enable count command.
4856         * breakpoint.h (struct breakpoint): New field enable_count.
4857         * breakpoint.c (enable_breakpoint_disp): Add count argument.
4858         (enable_breakpoint): Add arg to call.
4859         (struct disp_data): New struct.
4860         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
4861         (do_map_enable_once_breakpoint): Create a struct and pass it.
4862         (do_map_enable_delete_breakpoint): Ditto.
4863         (do_map_enable_count_breakpoint): New function.
4864         (enable_count_command): New function.
4865         (bpstat_stop_status): Decrement enable_count.
4866         (print_one_breakpoint_location): Report enable count.
4867         (_initialize_breakpoint): Add enable count command.
4868
4869 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
4870
4871         * rl78-tdep.c (reggroups.h): Include.
4872         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
4873         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
4874         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
4875         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
4876         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
4877         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
4878         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
4879         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
4880         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
4881         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
4882         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
4883         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
4884         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
4885         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
4886         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
4887         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
4888         beginning of register list.
4889         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
4890         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
4891         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
4892         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
4893         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
4894         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
4895         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
4896         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
4897         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
4898         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
4899         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
4900         the pseudo registers.  Rearrange other pseudo registers too so
4901         that the bank registers appear at the end.
4902         (rl78_register_type): Account for the fact that the byte sized
4903         bank registers are now pseudo-registers.
4904         (rl78_register_name): Rearrange the register name array.  Make
4905         initial set of raw banked registers inaccessible.
4906         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
4907         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
4908         case for copying bytes back and forth between raw and pseudo
4909         versions of the banked registers.  Update other cases to reflect
4910         the changed names.
4911         (rl78_return_value): Update to account for changed names of
4912         raw registers.
4913         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
4914         rl78_register_sim_regno().
4915
4916 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
4917
4918         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
4919         the name parameter being passed to find_pc_partial_function().
4920
4921 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4922
4923         * MAINTAINERS: Step down from being ia64 target maintainer.
4924
4925 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4926
4927         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
4928         compilation warning.
4929
4930 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4931
4932         Fix crash on loaded shlibs without loaded exec_bfd.
4933         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
4934         (set_section_command): Replace exec_bfd by p->bfd.
4935
4936 2012-02-10  Tom Tromey  <tromey@redhat.com>
4937
4938         * linespec.c (decode_line_internal): Skip symtabs_from_filename
4939         when we have a C++ qualified name.
4940
4941 2012-02-10  Pedro Alves  <palves@redhat.com>
4942
4943         * inferior.c (inferior_pid_to_str): New.
4944         (print_inferior, inferior_command): Use it.
4945
4946 2012-02-10  Pedro Alves  <palves@redhat.com>
4947
4948         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
4949         the test CFLAGS.
4950         * configure: Regenerate.
4951
4952 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4953
4954         * linespec.c (decode_line_internal): Fix comment correctness.
4955
4956 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
4957
4958         PR gdb/12953
4959         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
4960         * amd64bsd-nat.c: Add support for debug registers (adapted from
4961         i386bsd-nat.c).
4962         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
4963         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
4964         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
4965         (amd64bsd_dr_get_control): New functions.
4966         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
4967         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
4968         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
4969         watchpoints initialization.
4970         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
4971
4972 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4973
4974         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
4975         flds_bnds.fields.
4976         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
4977
4978 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4979
4980         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
4981
4982 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
4983
4984         * language.h (symbol_name_cmp_ftype): Renames
4985         symbol_name_match_p_ftype.
4986         (struct language_defn)[la_get_symbol_name_cmp]: Renames
4987         la_get_symbol_name_match_p.
4988         * ada-lang.c (ada_get_symbol_name_cmp): Renames
4989         ada_get_symbol_name_match_p.  Update comment.
4990         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
4991         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
4992         Renames symbol_name_match_p.  Update field type.
4993         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
4994         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
4995         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
4996         "la_get_symbol_name_cmp" in comments.
4997         * language.c: Likewise.
4998
4999 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5000
5001         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
5002         %eflags offset.
5003         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
5004         (amd64_sol2_gregset32_reg_offs): Likewise.
5005
5006 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
5007
5008         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
5009         of the returned BFD is allocated by GDB.
5010
5011 2012-02-07  Tom Tromey  <tromey@redhat.com>
5012
5013         PR python/12027:
5014         * python/python-internal.h (frame_object_type): Declare.
5015         * python/py-symbol.c (sympy_needs_frame): New function.
5016         (sympy_value): New function.
5017         (symbol_object_getset): Add "needs_frame".
5018         (symbol_object_methods): Add "value".
5019         * python/py-frame.c (frame_object_type): No longer static.
5020
5021 2012-02-07  Tom Tromey  <tromey@redhat.com>
5022
5023         PR python/13599:
5024         * python/py-symbol.c (sympy_line): New function.
5025         (symbol_object_getset): Add "line".
5026
5027 2012-02-07  Tom Tromey  <tromey@redhat.com>
5028
5029         * charset.c (find_charset_names): Check 'in' against NULL.
5030
5031 2012-02-06  Doug Evans  <dje@google.com>
5032
5033         * gdbtypes.h (struct main_type): Change type of name,tag_name,
5034         and fields.name members from char * to const char *.  All uses updated.
5035         (struct cplus_struct_type): Change type of fn_fieldlists.name member
5036         from char * to const char *.  All uses updated.
5037         (type_name_no_tag): Update.
5038         (lookup_unsigned_typename, lookup_signed_typename): Update.
5039         * gdbtypes.c (type_name_no_tag): Change result type
5040         from char * to const char *.  All callers updated.
5041         (lookup_unsigned_typename, lookup_signed_typename): Change type of
5042         name parameter from char * to const char *.
5043         * symtab.h (struct cplus_specific): Change type of demangled_name
5044         member from char * to const char *.  All uses updated.
5045         (struct general_symbol_info): Change type of name and
5046         mangled_lang.demangled_name members from char * to const char *.
5047         All uses updated.
5048         (symbol_get_demangled_name, symbol_natural_name): Update.
5049         (symbol_demangled_name, symbol_search_name): Update.
5050         * symtab.c (symbol_get_demangled_name): Change result type
5051         from char * to const char *.  All callers updated.
5052         (symbol_natural_name, symbol_demangled_name): Ditto.
5053         (symbol_search_name): Ditto.
5054         (completion_list_add_name): Change type of symname,sym_text,
5055         text,word parameters from char * to const char *.
5056         (completion_list_objc_symbol): Change type of sym_text,
5057         text,word parameters from char * to const char *.
5058         * ada-lang.c (find_struct_field): Change type of name parameter
5059         from char * to const char *.
5060         (encoded_ordered_before): Similarly for N0,N1 parameters.
5061         (old_renaming_is_invisible): Similarly for function_name parameter.
5062         (ada_type_name): Change result type from char * to const char *.
5063         All callers updated.
5064         * ada-lang.h (ada_type_name): Update.
5065         * buildsym.c (hashname): Change type of name parameter
5066         from char * to const char *.
5067         * buildsym.h (hashname): Update.
5068         * dbxread.c (end_psymtab): Change type of include_list parameter
5069         from char ** to const char **.
5070         * dwarf2read.c (determine_prefix): Change result type
5071         from char * to const char *.  All callers updated.
5072         * f-lang.c (find_common_for_function): Change type of name, funcname
5073         parameters from char * to const char *.
5074         * f-lang.c (find_common_for_function): Update.
5075         * f-valprint.c (list_all_visible_commons): Change type of funcname
5076         parameters from char * to const char *.
5077         * gdbarch.sh (static_transform_name): Change type of name parameter
5078         and result from char * to const char *.
5079         * gdbarch.c: Regenerate.
5080         * gdbarch.h: Regenerate.
5081         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
5082         of name parameter from char * to const char *.
5083         * jv-lang.c (java_primitive_type_from_name): Ditto.
5084         (java_demangled_signature_length): Similarly for signature parameter.
5085         (java_demangled_signature_copy): Ditto.
5086         (java_demangle_type_signature): Ditto.
5087         * jv-lang.h (java_primitive_type_from_name): Update.
5088         (java_demangle_type_signature): Update.
5089         * objc-lang.c (specialcmp): Change type of a,b parameters
5090         from char * to const char *.
5091         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
5092         from char * to const char *.  All callers updated.
5093         * p-lang.h (is_pascal_string_type): Update.
5094         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
5095         of name parameter from char * to const char *.
5096         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
5097         * utils.c (fprintf_symbol_filtered): Ditto.
5098         * defs.h (fprintf_symbol_filtered): Update.
5099         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
5100         * stabsread.h (end_psymtab): Update.
5101         * stack.c (find_frame_funname): Change type of funname parameter
5102         from char ** to const char **.
5103         * stack.h (find_frame_funname): Update.
5104         * typeprint.c (type_print): Change type of varstring parameter
5105         from char * to const char *.
5106         * value.h (type_print): Update.
5107         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
5108         from char * to const char *.  All callers updated.
5109         (xcoff_end_psymtab): Change type of include_list parameter
5110         from char ** to const char **.  All callers updated.
5111         (swap_sym): Similarly for name parameter.  All callers updated.
5112         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
5113         Use xstrdup.
5114         (process_coff_symbol): Use xstrdup.
5115         * stabsread.c (stabs_method_name_from_physname): Renamed from
5116         update_method_name_from_physname.  Change result type from void
5117         to char *.  All callers updated.
5118         (read_member_functions): In has_destructor case, store name in objfile
5119         obstack instead of malloc space.  In !has_stub case, fix mem leak.
5120
5121 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
5122
5123         * configure: Rebuild.
5124         * configure.ac: Put -L../bfd and -L../libiberty at the front of
5125         LDFLAGS.
5126
5127 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
5128
5129         * configure.tgt (rl78-*-elf): New target.
5130         * rl78-tdep.c: New file.
5131
5132 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5133
5134         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
5135         and continue the loop.  Add QUIT statement.
5136
5137 2012-02-03  Tom Tromey  <tromey@redhat.com>
5138
5139         PR gdb/13596:
5140         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
5141         bfd_lookup_symbol_from_symtab.
5142         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
5143         gdb_bfd_lookup_symbol_from_symtab.
5144
5145 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
5146
5147         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
5148         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
5149         symbol.  Add assertion that sym2 is never NULL.
5150
5151 2012-02-02  Doug Evans  <dje@google.com>
5152
5153         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
5154         "name" parameter to const char ** from char **.  All callers updated.
5155         (find_pc_partial_function): Ditto.
5156         (cache_pc_function_name): Change type to const char * from char *.
5157         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
5158         (find_pc_partial_function): Update.
5159         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
5160         type of "name" parameter to const char * from char *.
5161         All uses updated.
5162         * arch-utils.c (generic_in_solib_return_trampoline): Change
5163         type of "name" parameter to const char * from char *.
5164         * arch-utils.h (generic_in_solib_return_trampoline): Update.
5165         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
5166         type of "name" parameter to const char * from char *.
5167         * gdbarch.sh (in_solib_return_trampoline): Ditto.
5168         * gdbarch.c: Regenerate.
5169         * gdbarch.h: Regenerate.
5170         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
5171         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
5172         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
5173         type of "name" parameter to const char * from char *.
5174         * skip.c (skip_function_pc): Ditto.
5175         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
5176         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
5177         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
5178         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
5179         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
5180         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
5181         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
5182         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
5183         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
5184
5185 2012-02-02  Pedro Alves  <palves@redhat.com>
5186
5187         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
5188         the current inferior has no execution.  Make sure the current
5189         remote process matches gdb's current inferior.
5190
5191 2012-02-02  Tom Tromey  <tromey@redhat.com>
5192
5193         PR gdb/13405:
5194         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
5195         read-only memory.
5196
5197 2012-02-02  Tom Tromey  <tromey@redhat.com>
5198
5199         PR gdb/9307:
5200         * symtab.c (lookup_language_this): Set block_found.
5201
5202 2012-02-01  Tom Tromey  <tromey@redhat.com>
5203
5204         PR gdb/13431:
5205         * jit.c (struct jit_inferior_data): Rewrite.
5206         (struct jit_objfile_data): New.
5207         (get_jit_objfile_data): New function.
5208         (add_objfile_entry): Update.
5209         (jit_read_descriptor): Return int.  Replace descriptor_addr
5210         argument with inf_data.  Update.  Don't call error.
5211         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
5212         descriptor here.
5213         (jit_inferior_init): Don't look up descriptor.  Don't call error.
5214         (jit_reset_inferior_data_and_breakpoints)
5215         (jit_inferior_created_observer): Remove.
5216         (jit_inferior_exit_hook): Update.
5217         (jit_executable_changed_observer): Remove.
5218         (jit_event_handler): Update.
5219         (free_objfile_data): Reset inferior data if needed.
5220         (_initialize_jit): Update.
5221
5222 2012-02-01  Tom Tromey  <tromey@redhat.com>
5223
5224         * jit.c (bfd_open_from_target_memory): Move higher in file.
5225
5226 2012-02-01  Tristan Gingold  <gingold@adacore.com>
5227
5228         * libunwind-frame.c (libunwind_load): Display message if dlopen
5229         failed.
5230
5231 2012-02-01  Gary Benson  <gbenson@redhat.com>
5232
5233         * symtab.h (symbol_found_callback_ftype): New typedef.
5234         (iterate_over_symbols): Use the above.
5235         * symtab.c (iterate_over_symbols): Likewise.
5236         * language.h (language_defn->la_iterate_over_symbols): Likewise.
5237         * ada-lang.c (ada_iterate_over_symbols): Likewise.
5238         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
5239         (iterate_name_matcher): Document return values.
5240         (collect_one_symbol): Likewise.
5241         (collect_function_symbols): Likewise.
5242         (collect_symbols): Likewise.
5243
5244 2012-02-01  Tom Tromey  <tromey@redhat.com>
5245
5246         * ada-lang.c (resolve_subexp): Update.
5247         (ada_lookup_symbol_list): Add 'full_search' argument.
5248         (ada_iterate_over_symbols): Pass 0 as full_search argument to
5249         ada_lookup_symbol_list.
5250         (ada_lookup_encoded_symbol): Update.
5251         (get_var_value): Update.
5252         * ada-exp.y (block_lookup): Update.
5253         (write_var_or_type): Update.
5254         (write_name_assoc): Update.
5255         * ada-lang.h (ada_lookup_symbol_list): Update.
5256
5257 2012-01-31  Tom Tromey  <tromey@redhat.com>
5258
5259         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
5260         comment.
5261
5262 2012-01-31  Doug Evans  <dje@google.com>
5263
5264         * symtab.h: Remove outdated comment.
5265         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
5266
5267 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
5268
5269         Fix build error in Darwin port.
5270         * i386-darwin-nat.c: Include i386-nat.h.
5271
5272 2012-01-30  Tom Tromey  <tromey@redhat.com>
5273
5274         PR breakpoints/13568:
5275         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
5276         argument.  Check for recursive includes.
5277         (dwarf_decode_macros): Create an include hash.
5278
5279 2012-01-30  Michael Eager  <eager@eagercon.com>
5280
5281         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
5282         * ppc-linux-tdep.c: Include glibc-tdep.h.
5283         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5284         (powerpc_linux_in_plt_stub): New function.
5285         (powerpc_linux_in_dynsym_resolve_code): New function.
5286         (ppc_skip_trampoline_code): New function.
5287         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
5288         Use glibc_skip_solib_resolver.
5289
5290 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5291
5292         Code cleanup: Make 1440 bytes of data segment read-only.
5293         * arch-utils.c (endian_enum): Make it const char *const [].
5294         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
5295         Likewise.
5296         * breakpoint.c (always_inserted_enums): Likewise.
5297         * cli/cli-cmds.c (script_ext_enums): Likewise.
5298         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
5299         enumlist parameter const char *const *.
5300         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
5301         const char *const *.
5302         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
5303         parameter const char *const *.
5304         * cris-tdep.c (cris_modes): Make it const char *const [].
5305         * filesystem.c (target_file_system_kinds): Likewise.
5306         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
5307         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
5308         (can_use_displaced_stepping_enum, scheduler_enums)
5309         (exec_direction_names): Likewise.
5310         * language.c (_initialize_language): Make the type_or_range_names and
5311         case_sensitive_names variables const char *const [].
5312         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
5313         * python/python.c (python_excp_enums): Likewise.
5314         * remote.c (interrupt_sequence_modes): Likewise.
5315         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
5316         * serial.c (logbase_enums): Likewise.
5317         * sh-tdep.c (sh_cc_enum): Likewise.
5318         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
5319         Likewise.
5320         * symtab.c (multiple_symbols_modes): Likewise.
5321         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
5322         Likewise.
5323         * utils.c (internal_problem_modes): Likewise.
5324
5325 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5326
5327         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
5328         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
5329         result.
5330
5331 2012-01-27  Doug Evans  <dje@google.com>
5332
5333         * configure.ac (with_python): Fix absolute path handling for win32.
5334         * configure: Regenerate.
5335
5336 2012-01-26  Doug Evans  <dje@google.com>
5337
5338         * symtab.c: Whitespace cleanup, no code changes.
5339
5340         * symtab.c (lookup_symbol_in_language): Improve comment.
5341         (lookup_symbol_aux): Fix comment.
5342
5343         * psymtab.c (add_psymbol_to_list): Result is now "void".
5344         * psympriv.h (add_psymbol_to_list): Update.
5345
5346         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
5347
5348 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5349
5350         Do not open script filenames twice.
5351         * cli/cli-cmds.c (source_script_from_stream): Pass to
5352         source_python_script also STREAM.
5353         * python/py-auto-load.c (source_section_scripts): Pass to
5354         source_python_script_for_objfile also STREAM.
5355         (auto_load_objfile_script): Pass to source_python_script_for_objfile
5356         also INPUT.
5357         * python/python-internal.h (source_python_script_for_objfile): New
5358         parameter file, rename parameter file to filename.
5359         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
5360         instead if !_WIN32.  Update the function comment.
5361         (source_python_script, source_python_script_for_objfile)
5362         (source_python_script): New parameter file, rename parameter file to
5363         filename.  Pass FILENAME to python_run_simple_file.
5364         * python/python.h (source_python_script): New parameter file, rename
5365         parameter file to filename.
5366
5367 2012-01-26  Pedro Alves  <palves@redhat.com>
5368
5369         * corelow.c (core_has_fake_pid): Delete.
5370         (core_close): Delete references to `core_has_fake_pid'.
5371         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
5372         (core_open): Delete references to `core_has_fake_pid'.
5373         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
5374         the removed global.
5375
5376 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
5377
5378         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
5379         Remove language parameter from name_matcher.  Adjust the comment.
5380         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
5381         Remove language parameter.
5382         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
5383         * linespec.c (iterate_name_matcher): Likewise.
5384         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
5385         name_matcher.  Adjust call accordingly.
5386         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
5387         (maintenance_check_symtabs): Adjust type of parameter "fun".
5388         * psymtab.h (maintenance_check_symtabs): Likewise.
5389
5390 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
5391
5392         * language.h (symbol_name_match_p_ftype): New typedef.
5393         (struct language_defn): Replace field la_symbol_name_compare
5394         by la_get_symbol_name_match_p.
5395         * ada-lang.c (ada_get_symbol_name_match_p): New function.
5396         (ada_language_defn): Use it.
5397         * linespec.c (struct symbol_matcher_data): New type.
5398         (iterate_name_matcher): Rewrite.
5399         (iterate_over_all_matching_symtabs): Pass a pointer to
5400         a symbol_matcher_data struct to expand_symtabs_matching
5401         instead of just the lookup name.
5402         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
5403         opencl-lang.c, p-lang.c, language.c: Delete field
5404         la_symbol_name_compare, and replace by NULL for new field
5405         la_get_symbol_name_match_p.
5406         * symfile.h (struct quick_symbol_functions): Update comment.
5407
5408 2012-01-25  Tom Tromey  <tromey@redhat.com>
5409
5410         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
5411         dereferencing.
5412
5413 2012-01-24  Tom Tromey  <tromey@redhat.com>
5414
5415         PR symtab/12406:
5416         * solib.c (update_solib_list): Update the program space's
5417         added_solibs and deleted_solibs fields.
5418         * progspace.h (struct program_space) <added_solibs,
5419         deleted_solibs>: New fields.
5420         (clear_program_space_solib_cache): Declare.
5421         * progspace.c (release_program_space): Call
5422         clear_program_space_solib_cache.
5423         (clear_program_space_solib_cache): New function.
5424         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
5425         bpstat_stop_status.  Use handle_solib_event.
5426         * breakpoint.c: Include gdb_regex.h.
5427         (print_solib_event): New function.
5428         (bpstat_print): Use print_solib_event.
5429         (bpstat_stop_status): Add special case for bp_shlib_event.
5430         (handle_solib_event): New function.
5431         (bpstat_what): Use handle_solib_event.
5432         (struct solib_catchpoint): New.
5433         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
5434         (breakpoint_hit_catch_solib, check_status_catch_solib)
5435         (print_it_catch_solib, print_one_catch_solib)
5436         (print_mention_catch_solib, print_recreate_catch_solib): New
5437         functions.
5438         (catch_solib_breakpoint_ops): New global.
5439         (catch_load_or_unload, catch_load_command_1)
5440         (catch_unload_command_1): New functions.
5441         (internal_bkpt_check_status): Add special case for
5442         bp_shlib_event.
5443         (internal_bkpt_print_it): Use print_solib_event.
5444         (initialize_breakpoint_ops): Initialize
5445         catch_solib_breakpoint_ops.
5446         (_initialize_breakpoint): Register "catch load" and "catch
5447         unload".
5448         * breakpoint.h (handle_solib_event): Declare.
5449         * NEWS: Add entry for "catch load" and "catch unload".
5450
5451 2012-01-24  Tom Tromey  <tromey@redhat.com>
5452
5453         * ada-lang.c: Include gdb_vecs.h.
5454         * charset.c: Include gdb_vecs.h.
5455         * tracepoint.h: Include gdb_vecs.h.
5456         * gdb_vecs.h: New file.
5457
5458 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
5459
5460         * breakpoint.c (breakpoint_hit_catch_fork)
5461         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
5462         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
5463         * infrun.c (inferior_has_forked, inferior_has_vforked)
5464         (inferior_has_execd, inferior_has_called_syscall): Delete.
5465         (handle_syscall_event): Get syscall_number from the execution
5466         control state's wait status.
5467         (wait_for_inferior): Don't clear syscall_number.
5468
5469 2012-01-24  Pedro Alves  <palves@redhat.com>
5470
5471         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
5472         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
5473         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
5474         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
5475         `ws' parameter.
5476         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
5477         false for events other than TARGET_SIGNAL_TRAP.
5478         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
5479         Add `ws' parameter.
5480         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
5481         events other than TARGET_SIGNAL_TRAP.
5482         (tracepoint_breakpoint_hit): Add `ws' parameter.
5483         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
5484         parameter.
5485         (bpstat_stop_status): Same.
5486         (pc_at_non_inline_function): Same.
5487         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
5488         to pass the current event's waitstatus to bpstat_stop_status
5489         and pc_at_non_inline_function.
5490
5491 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5492
5493         Code cleanup.
5494         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
5495         Update the function comment for it.
5496         (source_script_with_search): Call make_cleanup_fclose for STREAM.
5497         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
5498         for STREAM.
5499
5500 2012-01-24  Pedro Alves  <palves@redhat.com>
5501
5502         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
5503         outside `bs->stop' block.
5504         (bpstat_what): Rework bp_shlib_event handling.
5505         (internal_bkpt_check_status): If the breakpoint is a
5506         bp_shlib_event, then set bs->stop and bs->print if
5507         stop_on_solib_events is set.
5508
5509 2012-01-24  Gary Benson  <gbenson@redhat.com>
5510
5511         Delete #if 0'd out code.
5512         * stack.c (print_frame_label_vars): Remove.
5513         (catch_info): Likewise.
5514         (_initialize_stack): Remove "info catch" command.
5515         * NEWS: Mention the above.
5516
5517 2012-01-24  Pedro Alves  <palves@redhat.com>
5518
5519         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
5520         it.
5521         (remote_notice_new_inferior): If the remote end doesn't support
5522         the multiprocess extensions, then the PID is fake.
5523         (add_current_inferior_and_thread): New.
5524         (remote_start_remote): Use it.
5525         (extended_remote_attach_1): Adjust.
5526         (extended_remote_create_inferior_1): Use
5527         add_current_inferior_and_thread.
5528
5529 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5530
5531         Fix watchpoints to be specific for each inferior.
5532         * breakpoint.c (watchpoint_in_thread_scope): Verify also
5533         current_program_space.
5534         * i386-nat.c (i386_inferior_data_cleanup): New.
5535         (i386_inferior_data_get): Replace variable inf_data_local by an
5536         inferior_data call.
5537         (i386_use_watchpoints): Initialize i386_inferior_data.
5538         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
5539         specific iterate_over_lwps.
5540
5541 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5542
5543         Fix watchpoints across inferior fork.
5544         * amd64-linux-nat.c (update_debug_registers_callback): Update the
5545         comment for linux_nat_iterate_watchpoint_lwps.
5546         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
5547         linux_nat_iterate_watchpoint_lwps.
5548         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
5549         * i386-linux-nat.c (update_debug_registers_callback): Update the
5550         comment for linux_nat_iterate_watchpoint_lwps.
5551         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
5552         linux_nat_iterate_watchpoint_lwps.
5553         (i386_linux_prepare_to_resume): New comment on Linux kernel.
5554         * i386-nat.c: Include inferior.h.
5555         (dr_mirror): Remove.
5556         (i386_inferior_data, struct i386_inferior_data)
5557         (i386_inferior_data_get): New.
5558         (i386_debug_reg_state): Use i386_inferior_data_get.
5559         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
5560         (i386_insert_watchpoint, i386_remove_watchpoint)
5561         (i386_stopped_data_address, i386_insert_hw_breakpoint)
5562         (i386_remove_hw_breakpoint): New variable state, use
5563         i386_debug_reg_state instead of DR_MIRROR.
5564         * linux-nat.c (delete_lwp): New declaration.
5565         (num_lwps): Move here from downwards.
5566         (delete_lwp_cleanup): New.
5567         (linux_child_follow_fork): Create new child_lp, call
5568         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
5569         PTRACE_DETACH.
5570         (num_lwps): Move upwards.
5571         (linux_nat_iterate_watchpoint_lwps): New.
5572         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
5573         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
5574
5575 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
5576
5577         GDB 7.4 released.
5578
5579 2012-01-23  Pedro Alves  <palves@redhat.com>
5580
5581         * top.c (caution): Rename to ...
5582         (confirm): ... this.
5583         (show_caution): Rename to ...
5584         (show_confirm): ... this.
5585         (quit_cover): Adjust.
5586         (init_main): Adjust.
5587         * top.h (caution): Rename to ...
5588         (confirm): ... this.
5589         * utils.c (internal_vproblem, defaulted_query): Adjust.
5590
5591 2012-01-23  Pedro Alves  <palves@redhat.com>
5592
5593         * top.c (caution): Update comment.
5594         (execute_command): Don't consider the current value of `caution'.
5595
5596 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
5597
5598         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
5599
5600 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
5601
5602         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
5603         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
5604         * target.c (target_fileio_pwrite): Remove buffer address from
5605         debug output.
5606         (target_fileio_pread): Likewise.
5607
5608 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
5609
5610         * NEWS: Document remote "info proc" and "generate-core-file".
5611
5612 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
5613
5614         * gdbarch.sh (find_memory_regions): New callback.
5615         * gdbarch.c, gdbarch.h: Regenerate.
5616
5617         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
5618         callback before falling back to target method.
5619
5620         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
5621         (linux_target_install_ops): No longer install it.
5622
5623         * linux-tdep.c (linux_find_memory_regions): New function.
5624         (linux_init_abi): Install it.
5625
5626 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
5627
5628         * gdbarch.sh (make_corefile_notes): New architecture callback.
5629         * gdbarch.c: Regenerate.
5630         * gdbarch.h: Likewise.
5631
5632         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
5633         before target_make_corefile_notes.  If NULL is returned, the
5634         target does not support core file generation.
5635
5636         * linux-nat.c: Include "linux-tdep.h".
5637         (find_signalled_thread, find_stop_signal): Remove.
5638         (linux_nat_do_thread_registers): Likewise.
5639         (struct linux_nat_corefile_thread_data): Likewise.
5640         (linux_nat_corefile_thread_callback): Likewise.
5641         (iterate_over_spus): Likewise.
5642         (struct linux_spu_corefile_data): Likewise.
5643         (linux_spu_corefile_callback): Likewise.
5644         (linux_spu_make_corefile_notes): Likewise.
5645         (linux_nat_collect_thread_registers): New function.
5646         (linux_nat_make_corefile_notes): Replace contents by call to
5647         linux_make_corefile_notes passing linux_nat_collect_thread_registers
5648         as native-only callback.
5649
5650         * linux-tdep.h: Include "bfd.h".
5651         (struct regcache): Add forward declaration.
5652         (linux_collect_thread_registers_ftype): New typedef.
5653         (linux_make_corefile_notes): Add prototype.
5654         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
5655         "regset.h", and "elf-bfd.h".
5656         (find_signalled_thread, find_stop_signal): New functions.
5657         (linux_spu_make_corefile_notes): Likewise.
5658         (linux_collect_thread_registers): Likewise.
5659         (struct linux_corefile_thread_data): New data structure.
5660         (linux_corefile_thread_callback): New funcion.
5661         (linux_make_corefile_notes): Likewise.
5662         (linux_make_corefile_notes_1): Likewise.
5663         (linux_init_abi): Install it.
5664
5665 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
5666
5667         * gdbarch.sh (info_proc): New callback.
5668         * gdbarch.c, gdbarch.h: Regenerate.
5669
5670         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
5671         before falling back to the target info_proc callback.
5672
5673         * linux-nat.c: Do not include "cli/cli-utils.h".
5674         (linux_nat_info_proc): Remove.
5675         (linux_target_install_ops): No longer install it.
5676
5677         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
5678         (read_mapping): New function.
5679         (linux_info_proc): Likewise.
5680         (linux_init_abi): Install it.
5681
5682 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
5683
5684         * defs.h (enum info_proc_what): Moved here from linux-nat.c
5685         * infcmd.c: (info_proc_cmd_1): New function.
5686         (info_proc_cmd): New function, moved here from equivalent routine
5687         orignally in linux-nat.c.
5688         (info_proc_cmd_mappings): Likewise.
5689         (info_proc_cmd_stat): Likewise.
5690         (info_proc_cmd_status): Likewise.
5691         (info_proc_cmd_cwd): Likewise.
5692         (info_proc_cmd_cmdline): Likewise.
5693         (info_proc_cmd_exe): Likewise.
5694         (info_proc_cmd_all): Likewise.
5695         (_initialize_infcmd): Install "info proc" command and subcommands.
5696
5697         * target.h (struct target_ops): Add to_info_proc.
5698         (target_info_proc): Add prototype.
5699         * target.c (target_info_proc): New function.
5700
5701         * procfs.c (procfs_info_proc): Add prototype.
5702         (info_proc_cmd): Rename into ...
5703         (procfs_info_proc): ... this.  Update argument types as appropriate
5704         for a to_info_proc implementation.  Handle "what" argument.
5705         (procfs_target): Install procfs_info_proc.
5706         (_initialize_procfs): No longer install "info proc" command.
5707
5708         * linux-nat.c: (enum info_proc_what): Remove.
5709         (linux_nat_info_proc_cmd_1): Rename into ...
5710         (linux_nat_info_proc): ... this.  Update argument types as appropriate
5711         for a to_info_proc implementation.
5712         (linux_nat_info_proc_cmd): Remove.
5713         (linux_nat_info_proc_cmd_mappings): Likewise.
5714         (linux_nat_info_proc_cmd_stat): Likewise.
5715         (linux_nat_info_proc_cmd_status): Likewise.
5716         (linux_nat_info_proc_cmd_cwd): Likewise.
5717         (linux_nat_info_proc_cmd_cmdline): Likewise.
5718         (linux_nat_info_proc_cmd_exe): Likewise.
5719         (linux_nat_info_proc_cmd_all): Likewise.
5720         (linux_target_install_ops): Install linux_nat_info_proc.
5721         (_initialize_linux_nat): No longer install "info proc" command
5722         and subcommands.
5723
5724 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
5725
5726         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
5727         * config.in, configure: Regenerate.
5728
5729         * target.h (struct target_ops): Add to_fileio_readlink.
5730         (target_fileio_readlink): Add prototype.
5731         * target.c (target_fileio_readlink): New function.
5732
5733         * inf-child.c: Conditionally include <sys/param.h>.
5734         (inf_child_fileio_readlink): New function.
5735         (inf_child_target): Install it.
5736
5737         * remote.c (PACKET_vFile_readlink): New enum value.
5738         (remote_hostio_readlink): New function.
5739         (init_remote_ops): Install it.
5740         (_initialize_remote): Handle vFile:readlink packet type.
5741
5742 2012-01-20  Pedro Alves  <palves@redhat.com>
5743             Ulrich Weigand  <ulrich.weigand@linaro.org>
5744
5745         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
5746         * config.in, configure: Regenerate.
5747
5748         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
5749         to_fileio_pread, to_fileio_close, to_fileio_unlink.
5750         (target_fileio_open): Add prototype.
5751         (target_fileio_pwrite): Likewise.
5752         (target_fileio_pread): Likewise.
5753         (target_fileio_close): Likewise.
5754         (target_fileio_unlink): Likewise.
5755         (target_fileio_read_alloc): Likewise.
5756         (target_fileio_read_stralloc): Likewise.
5757
5758         * target.c: Include "gdb/fileio.h".
5759         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
5760         (default_fileio_target): New function.
5761         (target_fileio_open): Likewise.
5762         (target_fileio_pwrite): Likewise.
5763         (target_fileio_pread): Likewise.
5764         (target_fileio_close): Likewise.
5765         (target_fileio_unlink): Likewise.
5766         (target_fileio_close_cleanup): Likewise.
5767         (target_fileio_read_alloc_1): Likewise.
5768         (target_fileio_read_alloc): Likewise.
5769         (target_fileio_read_stralloc): Likewise.
5770
5771         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
5772         <fcntl.h>, and <unistd.h>.
5773         (inf_child_fileio_open_flags_to_host): New function.
5774         (inf_child_errno_to_fileio_error): Likewise.
5775         (inf_child_fileio_open): Likewise.
5776         (inf_child_fileio_pwrite): Likewise.
5777         (inf_child_fileio_pread): Likewise.
5778         (inf_child_fileio_close): Likewise.
5779         (inf_child_fileio_unlink): Likewise.
5780         (inf_child_target): Install to_fileio routines.
5781
5782         * remote.c (init_remote_ops): Install to_fileio routines.
5783
5784 2012-01-20  Pedro Alves  <palves@redhat.com>
5785             Ulrich Weigand  <ulrich.weigand@linaro.org>
5786
5787         * remote.c (remote_multi_process_p): Only check for multi-process
5788         protocol feature, do not check for extended protocol.
5789         (remote_supports_multi_process): Check for extended protocol here.
5790         (set_general_process): Likewise.
5791         (extended_remote_kill): Likewise.
5792         (remote_pid_to_str): Likewise.
5793         (remote_query_supported): Always query multiprocess mode.
5794
5795 2012-01-20  Pedro Alves  <palves@redhat.com>
5796             Ulrich Weigand  <ulrich.weigand@linaro.org>
5797
5798         * inferior.h (struct inferior): Add fake_pid_p.
5799         * inferior.c (exit_inferior_1): Clear fake_pid_p.
5800         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
5801         magic_null_ptid since the remote side doesn't provide a real PID.
5802
5803 2012-01-19  Tom Tromey  <tromey@redhat.com>
5804
5805         * NEWS: Combine the two Python sections.
5806
5807 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5808
5809         * target.h (target_close): Update comment on the target's unpush state.
5810
5811 2012-01-19  Pedro Alves  <palves@redhat.com>
5812
5813         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
5814         linux_nat_async directly instead of going through the target
5815         vector.
5816         * target.c (unpush_target): Close target after unpushing it, not
5817         before.
5818
5819 2012-01-19  Gary Benson  <gbenson@redhat.com>
5820
5821         * mdebugread.c (sort_blocks): Replace integer constants with ones
5822         derived from FIRST_LOCAL_BLOCK.
5823
5824 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
5825             Jan Kratochvil  <jan.kratochvil@redhat.com>
5826
5827         PR gdb/9538
5828         * symfile.c (find_separate_debug_file): New function.
5829         (terminate_after_last_dir_separator): Likewise.
5830         (find_separate_debug_file_by_debuglink): Also try realpath.
5831         * configure.ac (AC_CHECK_FUNCS): Add lstat.
5832         * configure: Regenerate.
5833         * config.in: Regenerate.
5834
5835 2012-01-18  Doug Evans  <dje@google.com>
5836
5837         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
5838         (main.o): Remove rule.
5839         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
5840         (--with-sysroot): Rewrite.
5841         * configure: Regenerate.
5842         * config.in: Regenerate.
5843
5844 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5845
5846         * parse.c (initialize_expout): New function.
5847         (reallocate_expout): Likewise.
5848         (parse_exp_in_context): Use `initialize_expout' and
5849         `reallocate_expout' when appropriate.
5850
5851 2012-01-18  Pedro Alves  <palves@redhat.com>
5852
5853         * record.c (struct record_breakpoint, record_breakpoint_p)
5854         (record_breakpoints): New.
5855         (record_insert_breakpoint, record_remove_breakpoint): Manage
5856         record breakpoints list.  Only remove breakpoints from the
5857         inferior if they had been inserted there in the first place.
5858
5859 2012-01-17  Doug Evans  <dje@google.com>
5860
5861         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
5862         if we know we don't have a file name to look for.
5863
5864 2012-01-17  Pedro Alves  <palves@redhat.com>
5865
5866         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
5867         the frame's stop reason is UNWIND_UNAVAILABLE.
5868
5869 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5870
5871         Fix compilation error.
5872         * m2-exp.y (yyerror): Use ANSI C prototype.
5873
5874 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5875
5876         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
5877         (growbuf_by_size): Likewise.
5878         (yyerror): Likewise.
5879         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
5880         (modblock): Remove variable (was #if 0'ed).
5881         (parse_number): Convert prototype from K&R to ANSI C.
5882         (yyerror): Likewise.
5883         * objc-exp.y (parse_number): Likewise.
5884         (yyerror): Likewise.
5885         (yylex): Remove #if 0'ed code.
5886         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
5887         (yyerror): Likewise.
5888
5889 2012-01-16  Tom Tromey  <tromey@redhat.com>
5890
5891         * NEWS: Add item.
5892         * symtab.h (compare_filenames_for_search): Declare.
5893         * symtab.c (compare_filenames_for_search): New function.
5894         (iterate_over_some_symtabs): Use it.
5895         * symfile.h (struct quick_symbol_functions)
5896         <map_symtabs_matching_filename>: Change spec.
5897         * psymtab.c (partial_map_symtabs_matching_filename): Use
5898         compare_filenames_for_search.  Update for new spec.
5899         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
5900         compare_filenames_for_search.  Update for new spec.
5901         * breakpoint.c (clear_command): Use compare_filenames_for_search.
5902
5903 2012-01-16  Tom Tromey  <tromey@redhat.com>
5904
5905         PR python/13281:
5906         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
5907         (struct main_type) <flag_flag_enum>: New field.
5908         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
5909         * NEWS: Add entries.
5910         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
5911         enums.
5912         * python/lib/gdb/printing.py (_EnumInstance): New class.
5913         (FlagEnumerationPrinter): Likewise.
5914
5915 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5916
5917         * breakpoint.c (create_sals_from_address_default): New function.
5918         (create_breakpoints_sal_default): Likewise.
5919         (decode_linespec_default): Likewise.
5920         (is_marker_spec): Removed.
5921         (strace_marker_p): New function.
5922         (init_breakpoint_sal): Using `strace_marker_p' instead of
5923         `is_marker_spec'.
5924         (create_breakpoint): Call method `create_sals_from_address' from
5925         breakpoint_ops, replacing code that created SALs conditionally
5926         on the type of the breakpoint.  Call method `create_breakpoints_sal',
5927         replacing code that created breakpoints conditionally on the type
5928         wanted.
5929         (base_breakpoint_create_sals_from_address): New function.
5930         (base_breakpoint_create_breakpoints_sal): Likewise.
5931         (base_breakpoint_decode_linespec): Likewise.
5932         (base_breakpoint_ops): Add methods
5933         `base_breakpoint_create_sals_from_address',
5934         `base_breakpoint_create_breakpoints_sal' and
5935         `base_breakpoint_decode_linespec'.
5936         (bkpt_create_sals_from_address): New function.
5937         (bkpt_create_breakpoints_sal): Likewise.
5938         (bkpt_decode_linespec): Likewise.
5939         (tracepoint_create_sals_from_address): Likewise.
5940         (tracepoint_create_breakpoints_sal): Likewise.
5941         (tracepoint_decode_linespec): Likewise.
5942         (strace_marker_create_sals_from_address): Likewise.
5943         (strace_marker_create_breakpoints_sal): Likewise.
5944         (strace_marker_decode_linespec): Likewise.
5945         (strace_marker_breakpoint_ops): New variable.
5946         (addr_string_to_sals): Remove `marker_spec'.  Call method
5947         `decode_linespec' from breakpoint_ops, replacing code that decoded
5948         an address string into a SAL.  Use `strace_marker_p' instead of
5949         `marker_spec'.
5950         (strace_command): Decide whether we are dealing with a static
5951         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
5952         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
5953         * breakpoint.h (linespec_result, linespec_sals): New forward
5954         declarations.
5955         (breakpoint_ops) <create_sals_from_address>,
5956         <create_breakpoints_sal>, <decode_linespec>: New methods.
5957
5958 2012-01-14  Doug Evans  <dje@google.com>
5959
5960         * NEWS: Update text for "maint set python print-stack".
5961         It is deprecated in gdb 7.4 and deleted in 7.5.
5962
5963 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
5964
5965         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
5966         including curses.h.
5967
5968 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5969
5970         * configure: Regenerate.
5971         * config.in: Regenerate.
5972
5973 2012-01-12  Keith Seitz  <keiths@redhat.com>
5974
5975         PR mi/10586
5976         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
5977         (ANONYMOUS_UNION_NAME): Define.
5978         (is_path_expr_parent): New function.
5979         (get_path_expr_parent): New function.
5980         (is_anonymous_child): New function.
5981         (create_child_with_value): If the child is anonymous and without
5982         a name, assign an object name to it.
5983         (c_describe_child): Use get_path_expr_parent to determine
5984         the parent expression.
5985         If there field represents an anonymous struct or union and
5986         has no name, set an appropriate display name and expression.
5987         (cplus_describe_child): Likewise.
5988
5989 2012-01-12  Pedro Alves  <palves@redhat.com>
5990
5991         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
5992         available when %ebp is found to be zero (outermost).
5993
5994 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
5995
5996         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
5997         an internal gdb_static_assert.
5998         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
5999
6000 2012-01-11  Tom Tromey  <tromey@redhat.com>
6001
6002         PR gdb/9598:
6003         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
6004         catch" and "catch throw".
6005
6006 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
6007
6008         * blockframe.c (block_innermost_frame): Start search from selected
6009         frame, if present, or otherwise the current frame.
6010
6011         * c-exp.y (variable): Update innermost_block for
6012         'block COLONCOLON NAME' clause.
6013         * m2-exp.y (variable): Ditto.
6014         * objc-exp.y (variable): Ditto.
6015
6016 2012-01-10  Tom Tromey  <tromey@redhat.com>
6017
6018         PR python/13199:
6019         * python/python.c (finish_python_initialization): Set sys.argv.
6020
6021 2012-01-10  Doug Evans  <dje@google.com>
6022
6023         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
6024         "want_line_info".  All callers updated.
6025         (dwarf_decode_lines_1): New function.
6026         (handle_DW_AT_stmt_list): Add function comment.
6027         New arg "want_line_info".  All callers updated.
6028         (read_file_scope,read_type_unit_scope): Move comment from
6029         handle_DW_AT_stmt_list to here.
6030
6031 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6032
6033         Fix regression after libiberty/ update for GCC PR 6057 and others.
6034         * c-exp.y (operator) <OPERATOR DELETE>
6035         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
6036         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
6037         (make_builtin_type, make_name): New variable i, add gdb_assert.
6038         (operator) <OPERATOR NEW>: Update ARGS to 3.
6039         (operator) <OPERATOR DELETE>: Add trailing space.
6040         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
6041         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
6042         * cp-support.c (cp_canonicalize_string): Check NULL from
6043         cp_comp_to_string, call warning and return.
6044
6045 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6046
6047         Fix duplicate .o files after omitting libbfd.a.
6048         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
6049         (SFILES): Add corelow.c.
6050         (COMMON_OBS): Add corelow.o.
6051         (ALLDEPFILES): Remove corelow.c.
6052         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
6053         * config/alpha/alpha-osf3.mh: Likewise.
6054         * config/alpha/fbsd.mh: Likewise.
6055         * config/arm/nbsdaout.mh: Likewise.
6056         * config/arm/nbsdelf.mh: Likewise.
6057         * config/i386/i386gnu.mh: Likewise.
6058         * config/ia64/hpux.mh: Likewise.
6059         * config/ia64/linux.mh: Likewise.
6060         * config/m32r/linux.mh: Likewise.
6061         * config/m68k/linux.mh: Likewise.
6062         * config/mips/irix5.mh: Likewise.
6063         * config/mips/irix6.mh: Likewise.
6064         * config/pa/hpux.mh: Likewise.
6065         * config/pa/linux.mh: Likewise.
6066         * config/powerpc/aix.mh: Likewise.
6067         * config/sparc/linux.mh: Likewise.
6068         * config/sparc/linux64.mh: Likewise.
6069         * config/sparc/sol2.mh: Likewise.
6070         * config/vax/vax.mh: Likewise.
6071         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
6072         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
6073         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
6074         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
6075         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
6076         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
6077         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
6078         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
6079         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
6080         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
6081         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
6082         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
6083         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
6084         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
6085         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
6086         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
6087         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
6088         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
6089         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
6090         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
6091         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
6092         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
6093         corelow.o from gdb_target_obs.
6094         * corefile.c (core_target): Update the comment on NULL value.
6095         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
6096         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
6097         MATCHES.  Drop YUMMY set on NULL.
6098         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
6099         reclaim CORE_DATA if it is already NULL.
6100
6101 2012-01-09  Doug Evans  <dje@google.com>
6102
6103         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
6104         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
6105
6106 2012-01-09  Keith Seitz  <keiths@redhat.com>
6107
6108         * breakpoint.c (wrapper.h): Don't include.
6109
6110 2012-01-09  Keith Seitz  <keiths@redhat.com>
6111
6112         * Makefile.in (SFILES): Remove wrapper.c.
6113         (HFILES_NO_SRCDIR): Remove wrapper.h.
6114         (COMMON_OBS): Remove wrapper.o.
6115         * cli/cli-interp.c: Don't inlude wrapper.h.
6116         * corelow.c: Likewise.
6117         (core_open): Replace gdb_target_find_new_threads with
6118         TRY_CATCH around target_find_new_threads.
6119         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
6120         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
6121         * varobj.c (varobj_create): Likewise for parse_exp_1 and
6122         evaluate_expression.
6123         (varobj_set_value): Likewise for evaluate_expression and
6124         value_assign.
6125         (install_new_variable): Likewise for value_fetch_lazy.
6126         (adjust_value_for_child_access): Likewise for value_ind.
6127         (c_describe_child): Likewise for value_subscript and
6128         value_ind.
6129         (c_value_of_root): Likewise for evaluate_expression.
6130         * wrapper.c: Remove.
6131         * wrapper.h: Remove.
6132
6133 2012-01-09  Doug Evans  <dje@google.com>
6134
6135         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
6136         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
6137         "abfd" args with "section".  All callers updated.
6138         Error checking code moved ...
6139         (error_check_comp_unit_head): ... here.  New function.
6140         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
6141         Delete arg "abfd".  New arg "type_offset".  All callers updated.
6142         (create_debug_types_hash_table): Simplify by using
6143         read_and_check_type_unit_head.
6144
6145         * parser-defs.h (namecopy): Delete.
6146         * parse.c (namecopy, namecopy_size): Move into copy_name.
6147
6148 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6149
6150         Partially fix duplicate .o files after omitting libbfd.a.
6151         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
6152         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6153         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
6154         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6155         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
6156         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
6157         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6158
6159 2012-01-09  Pedro Alves  <palves@redhat.com>
6160
6161         * MAINTAINERS: Update my email address.
6162
6163 2012-01-08  Doug Evans  <dje@google.com>
6164
6165         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
6166         n_type_units.  Rename type_comp_units to all_type_units.
6167         All uses updated.
6168         (add_signatured_type_cu_to_table): Renamed from
6169         add_signatured_type_cu_to_list.  All callers updated.
6170
6171         * gdbtypes.h (struct cplus_struct_type): Delete member
6172         nfn_fields_total.  All uses removed.
6173
6174 2012-01-06  Doug Evans  <dje@google.com>
6175
6176         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
6177         to top of file.
6178         (dwarf2_find_comp_unit): Delete.
6179         (process_psymtab_comp_unit): Make result "void".
6180         Delete args buffer, info_ptr, buffer_size, and replace with
6181         "section".  All callers updated.
6182         (dwarf2_build_psymtabs_hard): Simplify.
6183
6184 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
6185             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6186
6187         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
6188         before `struct gdb_exception'.
6189         * breakpoint.c (update_global_location_list_nothrow)
6190         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
6191         * cp-abi.c (value_rtti_type): Likewise.
6192         * cp-support.c (cp_validate_operator): Likewise.
6193         * infrun.c (insert_exception_resume_breakpoint)
6194         (check_exception_resume, keep_going): Likewise.
6195         * mi-interp.c (mi_breakpoint_created)
6196         (mi_breakpoint_modified): Likewise.
6197         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
6198         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
6199         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
6200
6201 2012-01-05  Doug Evans  <dje@google.com>
6202
6203         * dwarf2read.c (statement_prologue): Delete, unused.
6204
6205         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
6206         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
6207
6208         * dwarf2read.c (comp_unit_header): Delete, unused.
6209
6210 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
6211
6212         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
6213         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
6214
6215 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
6216
6217         * infrun.c (normal_stop): Don't skip calling the normal_stop
6218         observers if the thread was doing a multi-step, but stopped for
6219         some reason other than stepping.
6220
6221 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
6222
6223         * cli/cli-decode.h: Add comments.
6224         (CMD_LIST_AMBIGUOUS): Moved to command.h
6225         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
6226         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
6227         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
6228         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
6229         (add_com, add_com_alias, add_info, add_info_alias)
6230         (complete_on_cmdlist, complete_on_enum, help_list): Remove
6231         declarations.
6232         * command.h: Add and adjust comments.
6233         (CMD_LIST_AMBIGUOUS): Moved here.
6234         (help_cmd, help_cmd_list): Delete declarations.
6235
6236 2012-01-04  Doug Evans  <dje@google.com>
6237
6238         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
6239         All callers updated.
6240         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
6241         Replace all arguments with "per_cu".  All callers updated.
6242
6243         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
6244
6245         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
6246         New arg "per_cu".  All callers updated.
6247
6248         Delete #if 0'd out code.
6249         * language.c (binop_result_type): Delete.
6250         (simple_type, ordered_type, same_type, integral_type): Delete.
6251         (numeric_type, character_type, string_type, boolean_type): Delete.
6252         (float_type, structured_type): Delete.
6253         * language.h: Update.
6254
6255 2012-01-04  Tom Tromey  <tromey@redhat.com>
6256
6257         * python/py-value.c (valpy_binop): Initialize 'res_val'.
6258
6259 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
6260
6261         * corefile.c (close_exec_file): Delete.
6262         (reopen_exec_file): Remove commented out code that seems related
6263         to close_exec_file, which is being deleted here.
6264         * inferior.h (close_exec_file): Delete.
6265         * fork-child.c (fork_inferior): Remove call to fork_inferior.
6266
6267 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
6268
6269         * ada-lang.c: #include "cli/cli-utils.h".
6270         (get_selections): Use skip_spaces.
6271         (ada_get_next_arg): Use skip_spaces and skip_to_space.
6272         (catch_ada_exception_command_split): Use skip_spaces.
6273         (ada_decode_assert_location): Likewise.
6274
6275 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
6276
6277         * linespec.c (decode_line_internal): Check for C++ or Java
6278         compound constructs only if the current language is C, C++
6279         or Java.
6280
6281 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6282
6283         Revert:
6284         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6285                     Joel Brobecker  <brobecker@adacore.com>
6286         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
6287         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
6288         3 times.
6289         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
6290         fall through into AT_ENTRY_POINT.
6291         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
6292         DUMMY_ADDR with it.
6293         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
6294         PPC_INSN_SIZE skip to 3 times.
6295
6296 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
6297
6298         * linespec.c (add_minsym): Preserve function descriptors.
6299
6300 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
6301
6302         * breakpoint.c (all_locations_are_pending): Consider locations
6303         in program spaces executing during startup pending as well.
6304
6305 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
6306
6307         Copyright year update in most files of the GDB Project.
6308
6309 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
6310
6311         * copyright.sh: Delete.
6312         * copyright.py: Rewrite.
6313
6314 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
6315
6316         * gnulib/extra/update-copyright: New file, imported from gnulib.
6317
6318 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
6319
6320         * README (Copyright and License Notices): New section.
6321
6322 2012-01-03  Tom Tromey  <tromey@redhat.com>
6323
6324         PR python/12533:
6325         * python/py-value.c (valpy_dereference, valpy_get_address
6326         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
6327         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
6328         (valpy_absolute, valpy_richcompare): Free intermediate values.
6329
6330 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
6331
6332         * ada-lang.c: Reformat the copyright notice.
6333
6334 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6335
6336         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
6337         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
6338         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
6339         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
6340         Revert this part of:
6341         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6342         Build gdb directly from *.o files not using libgdb.a.
6343         * Makefile.in (COMMON_OBS): Remove solib-target.o.
6344
6345 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
6346
6347         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
6348         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
6349         Reformat the copyright header.
6350
6351 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6352
6353         Revert this part of:
6354         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6355         Remove the gdbtui binary.
6356         * gdb.c (main): Remove args.interpreter_p initialization.
6357         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
6358         * main.h (struct captured_main_args): Remove interpreter_p.
6359
6360 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
6361
6362         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
6363
6364 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
6365
6366         * top.c (print_gdb_version): Update copyright year.
6367
6368 2012-01-02  Yao Qi  <yao@codesourcery.com>
6369
6370         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
6371
6372 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6373             Joel Brobecker  <brobecker@adacore.com>
6374
6375         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
6376         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
6377         3 times.
6378         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
6379         fall through into AT_ENTRY_POINT.
6380         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
6381         DUMMY_ADDR with it.
6382         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
6383         PPC_INSN_SIZE skip to 3 times.
6384
6385 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6386
6387         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
6388         the return value.
6389         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
6390
6391 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6392
6393         Build gdb directly from *.o files not using libgdb.a.
6394         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
6395         (COMMON_OBS): Remove solib-target.o.
6396         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
6397         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
6398         (LIBGDB_OBS, libgdb.a): Move it above.
6399         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
6400         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
6401         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
6402         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
6403         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
6404         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
6405         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
6406         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
6407         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
6408         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
6409         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
6410         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
6411         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
6412         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
6413         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
6414         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
6415         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
6416         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
6417         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
6418         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
6419         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
6420         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
6421         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
6422         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
6423         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
6424         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
6425         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
6426
6427 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6428
6429         Remove the gdbtui binary.
6430         * .gitignore (/gdbtui): Remove.
6431         * Makefile.in (TUI): Remove.
6432         (SUBDIR_TUI_OBS): Remove tui-main.o.
6433         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
6434         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
6435         (tui-main.o): Remove.
6436         (all_object_files): Remove tui-main.o.
6437         * NEWS: New note for the gdbtui removal.
6438         * configure: Rebuilt.
6439         * configure.ac: No longer add all-tui, clean-tui, install-tui and
6440         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
6441         CONFIG_UNINSTALL respectively.
6442         * gdb.c (main): Remove args.interpreter_p initialization.
6443         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
6444         * main.h (struct captured_main_args): Remove interpreter_p.
6445         * tui/tui-main.c: Remove.
6446
6447 2012-01-01  Doug Evans  <dje@google.com>
6448
6449         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
6450         (dwarf2_physname, read_import_statement): Ditto.
6451         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
6452         (process_structure_scope read_subroutine_type): Ditto.
6453         (read_typedef, load_partial_dies, read_partial_die): Ditto.
6454         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
6455         (dwarf2_fetch_die_location_block): Ditto.
6456         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
6457
6458         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
6459         All callers updated.
6460         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
6461         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
6462         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
6463
6464         * dwarf2read.c (load_cu): Move assert to more useful location.
6465
6466         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
6467         All callers updated.
6468
6469         * dwarf2read.c (dwarf2_per_objfile): Add comment.
6470         (dwarf2_elf_names): Minor reformat.
6471         (dwarf2_per_cu_data): Tweak comment.
6472         (dwarf2_read_section): Fix comment.
6473         (create_all_comp_units): Fix comment.
6474         (load_full_comp_unit): Fix comment.
6475         (process_full_comp_unit): Fix comment.
6476         (read_signatured_type): Fix comment.
6477
6478 For older changes see ChangeLog-2011.
6479 \f
6480 Local Variables:
6481 mode: change-log
6482 left-margin: 8
6483 fill-column: 74
6484 version-control: never
6485 coding: utf-8
6486 End: