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