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