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