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