2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
[external/binutils.git] / gdb / ChangeLog
1 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2
3         * amd64-windows-tdep.c: Include "frame.h".
4         (amd64_windows_skip_trampoline_code): New function.
5         (amd64_windows_init_abi): Add trampoline registration.
6
7 2012-07-27  Yao Qi  <yao@codesourcery.com>
8
9         * tracepoint.c (cur_traceframe_number): Remove.
10         (set_tfile_traceframe): Remove.
11         (tfile_trace_find, tfile_fetch_registers): Update callers.
12         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
13         (tfile_open, tfile_trace_find): Likewise.
14
15 2012-07-27  Yao Qi  <yao@codesourcery.com>
16
17         * thread.c (switch_to_thread): Don't call registers_changed.
18
19 2012-07-26  Tom Tromey  <tromey@redhat.com>
20
21         * Makefile.in (SFILES): Remove objc-exp.y.
22         (YYFILES): Remove objc-exp.c.
23         (YYOBJ): Remove objc-exp.o.
24         (local-maintainer-clean): Don't mention objc-exp.c.
25         * c-exp.y: Include objc-lang.h.
26         (%union) <class>: New field.
27         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
28         (exp): Clone subscript production for OBJC_LBRAC.  Add various
29         Objective C productions.
30         (msglist, msgarglist, msgarg): New productions.
31         (array_mod, func_mod, operator): Clone productions for
32         OBJC_LBRAC.
33         (parse_string_or_char): Handle '@' strings.
34         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
35         (classify_name): Check la_name_of_this.  Recognize ObjC class
36         names.
37         * objc-exp.y: Remove.
38         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
39         * objc-lang.h (objc_parse, objc_error): Don't declare.
40
41 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
42
43         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
44
45 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
46
47         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
48         and decrement.
49
50 2012-07-26  Tom Tromey  <tromey@redhat.com>
51
52         * copying.c: Rebuild.
53         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
54         'no_class'.
55
56 2012-07-26  Tom Tromey  <tromey@redhat.com>
57
58         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
59         immediate_quit.
60         (print_objfile_statistics): Likewise.
61         (maintenance_print_symbols): Likewise.
62         (maintenance_print_msymbols): Likewise.
63         (maintenance_print_objfiles): Likewise.
64         * psymtab.c (print_partial_symbols): Call QUIT.
65         (maintenance_print_psymbols): Likewise.  Don't modify
66         immediate_quit.
67         * copying.c (show_copying_command): Don't modify immediate_quit.
68         (show_warranty_command): Likewise.
69         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
70
71 2012-07-26  Keith Seitz  <keiths@redhat.com>
72
73         * linespec.c (linespec_lexer_lex_number): The input
74         is also a valid number if the next character is a comma
75         or colon.
76
77 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
78
79         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
80         configure options.
81
82 2012-07-26  Tristan Gingold  <gingold@adacore.com>
83
84         * machoread.c: Include gdb_bfd.h.
85
86 2012-07-26  Tristan Gingold  <gingold@adacore.com>
87
88         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
89         offset.
90
91 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
92
93         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
94         SIZE to size_t.
95         (dwarf2_evaluate_loc_desc): Likewise.
96         (dwarf2_loc_desc_needs_frame): Likewise.
97         (locexpr_describe_location_1): Likewise.
98         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
99         size_t.
100         (struct dwarf2_loclist_baton): Likewise.
101         * dwarf2read.c (struct dwarf_block): Likewise.
102         (dump_die_shallow): Use pulongest to print dwarf_block.size.
103         (decode_locdesc): Expand SIZE and I to size_t.
104
105 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
106
107         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
108
109 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
110
111         * doublest.c (convert_doublest_to_floatformat): If the exponent
112         is too small, treat the value as zero.  If the exponent is too
113         large, treat the value as infinity.
114
115 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
116
117         * configure.ac: Add --enable-lmcheck configure option.
118         * configure: Regenerate.
119
120 2012-07-25  Tom Tromey  <tromey@redhat.com>
121
122         * NEWS: Mention maint info bfds.
123         * gdb_bfd.c (all_bfds): New global.
124         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
125         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
126         New functions.
127
128 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
129
130         * configure.tgt: Add v850*-*-rtems*.
131
132 2012-07-25  Tom Tromey  <tromey@redhat.com>
133
134         * macrotab.c (macro_bcache_str): Remove cast.
135
136 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
137
138         * linespec.c (linespec_lexer_lex_number): Update comments,
139         change the return and add check to make sure the input is
140         the decimal numbers.
141         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
142         false, call linespec_lexer_lex_string.
143
144 2012-07-24  Tom Tromey  <tromey@redhat.com>
145
146         * symfile.c (symbol_file_add): Don't open BFD twice.
147
148 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
149
150         * breakpoint.c (create_breakpoint): Store condition for pending
151         breakpoints.
152
153 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
154
155         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
156         (m68k_return_value): Handle complex types like structures.
157         (m68k_svr4_return_value): Likewise.
158
159 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
160
161         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
162         parameters to bfd_get_section_name.
163
164 2012-07-24  Yao Qi  <yao@codesourcery.com>
165
166         * cli/cli-setshow.c: Handle case 'var_uinteger'
167         and 'var_zuninteger' together.  Handle case 'var_integer' and
168         'var_zinteger' together.
169
170 2012-07-23  Keith Seitz  <keiths@redhat.com>
171
172         * linespec.c (convert_linespec_to_sal): Don't add
173         any symbols to the result vector if symbol_to_sal
174         returns zero.
175
176 2012-07-23  Keith Seitz  <keiths@redhat.com>
177
178         * linespec.c (decode_objc): Record the function name
179         in the linespec.
180
181 2012-07-23  Tom Tromey  <tromey@redhat.com>
182
183         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
184         counting.
185         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
186         (map_vmap): Acquire a reference to the BFD.
187
188 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
189
190         * p-valprint.c (pascal_object_print_value): Replace potentially
191         unsafe alloca with xmalloc/xfree.
192         * valops.c (search_struct_method): Likewise.
193
194 2012-07-23  Tom Tromey  <tromey@redhat.com>
195
196         * solib-svr4.c (enable_break): Update.
197         * bfd-target.h (target_bfd_reopen): Update documentation.
198
199 2012-07-23  Tom Tromey  <tromey@redhat.com>
200
201         * symfile.c (separate_debug_file_exists): Update.
202         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
203         (reread_symbols): Update.
204         * elfread.c (build_id_verify): Update.
205         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
206         bfd_open_maybe_remote.
207
208 2012-07-23  Tom Tromey  <tromey@redhat.com>
209
210         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
211
212 2012-07-23  Tom Tromey  <tromey@redhat.com>
213
214         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
215         and 'abfd'.
216         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
217         and 'abfd'.
218         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
219         * machoread.c (macho_add_oso_symfile): Make a cleanup for
220         'abfd'.
221         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
222         * objfiles.c (allocate_objfile): Acquire a new reference.
223         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
224         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
225         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
226         a cleanup for 'nbfd'.
227         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
228         for 'nbfd'.
229         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
230         make a cleanup for 'abfd'.
231         (symbol_file_add): Make a BFD cleanup.
232
233 2012-07-23  Tom Tromey  <tromey@redhat.com>
234
235         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
236         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
237         * corelow.c (core_open): Use gdb_bfd_fopen.
238         * dsrec.c (load_srec): Use gdb_bfd_openr.
239         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
240         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
241         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
242         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
243         (gdb_bfd_fdopenr): New functions.
244         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
245         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
246         (gdb_bfd_fdopenr): Declare.
247         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
248         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
249         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
250         gdb_bfd_openr_next_archived_file.
251         (macho_check_dsym): Use gdb_bfd_openr.
252         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
253         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
254         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
255         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
256         gdb_bfd_openr.
257         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
258         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
259         gdb_bfd_openr_next_archived_file.
260         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
261         Use gdb_bfd_openr.
262         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
263         gdb_bfd_openr.
264         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
265         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
266         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
267         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
268         (symfile_bfd_open): Use gdb_bfd_fopen.
269         (generic_load): Use gdb_bfd_openr.
270         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
271
272 2012-07-23  Tom Tromey  <tromey@redhat.com>
273
274         * bfd-target.c (target_bfd_reopen): Update.
275         * cli/cli-dump.c (bfd_openr_with_cleanup)
276         (bfd_openw_with_cleanup): Update.
277         * corelow.c (core_open): Update.
278         * dsrec.c (load_srec): Update.
279         * exec.c (exec_file_attach): Update.
280         * gcore.c (create_gcore_bfd): Update.
281         * gdb_bfd.c (gdb_bfd_ref): Return void.
282         (gdb_bfd_open): Update.
283         * gdb_bfd.h (gdb_bfd_ref): Return void.
284         Update comments.
285         * jit.c (jit_bfd_try_read_symtab): Update.
286         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
287         * machoread.c (macho_symfile_read_all_oso): Update.
288         (macho_check_dsym): Update.
289         * procfs.c (insert_dbx_link_bpt_in_file): Update.
290         * remote-m32r-sdi.c (m32r_load): Update.
291         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
292         * rs6000-nat.c (add_vmap): Update.
293         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
294         Update.
295         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
296         * solib-spu.c (spu_bfd_open): Update.
297         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
298         * spu-linux-nat.c (spu_bfd_open): Update.
299         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
300         (generic_load): Update.
301         * windows-nat.c (windows_make_so): Update.
302
303 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
304
305         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
306
307 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
308
309         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
310         SIGTRAMP_FRAME unwinding.
311
312 2012-07-20  Doug Evans  <dje@google.com>
313
314         * NEWS: Document new options "set/show use-deprecated-index-sections",
315         and delete reference to --use-deprecated-index-sections.
316         * symfile.h (use_deprecated_index_sections): Delete.
317         * dwarf2read.c (use_deprecated_index_sections): Make static.
318         (read_index_from_section): Update wording of how to load
319         deprecated index sections.
320         (_initialize_dwarf2_read): New options
321         "set/show use-deprecated-index-sections".
322         * main.c (captured_main): Delete --use-deprecated-index-sections.
323
324 2012-07-20  Pedro Alves  <palves@redhat.com>
325
326         PR threads/11692
327         PR gdb/12203
328
329         * infrun.c (handle_inferior_event) <new thread>: Don't special
330         case minus_one_ptid.
331         <TARGET_WAITKIND_SPURIOUS>: Ditto.
332         * linux-thread-db.c (thread_get_info_callback): Don't return early
333         if the thread is zombie.
334         (thread_from_lwp): Change return type to void.  Rewrite stale
335         comment.
336         (attach_thread): Don't return early if the thread is zombie,
337         instead set its "dying" flag.
338         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
339         (find_new_threads_callback): Don't return early if the thread is
340         zombie.
341
342 2012-07-20  Pedro Alves  <palves@redhat.com>
343
344         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
345         * target.c (target_wait): Likewise.
346         (str_comma_list_concat_elem, do_option, target_options_to_string):
347         New functions.
348         * target.h (target_options_to_string): Declare.
349
350 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
351             Tom Tromey  <tromey@redhat.com>
352
353         * dwarf2read.c (dwarf_decode_macros)
354         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
355         DW_MACRO_GNU_transparent_include_alt>: New cases.
356         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
357         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
358
359 2012-07-20  Tom Tromey  <tromey@redhat.com>
360
361         * dwarf2read.c (try_open_dwo_file): Don't call
362         gdb_bfd_stash_filename.
363
364 2012-07-20  Pedro Alves  <palves@redhat.com>
365
366         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
367         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
368         (i386_process_record): Tweak description comments.
369
370 2012-07-20  Pedro Alves  <palves@redhat.com>
371
372         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
373         (i386_process_record): Use record_read_memory.
374         * record.c (record_read_memory): New function.
375         (record_arch_list_add_mem, record_exec_insn): Use
376         record_read_memory.
377         * record.h (record_read_memory): Declare.
378
379 2012-07-20  Yao Qi  <yao@codesourcery.com>
380
381         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
382         NULL for xfree.
383
384 2012-07-19  Pedro Alves  <palves@redhat.com>
385
386         * record.c (record_resume): Ask the target beneath to report all
387         signals.
388
389 2012-07-19  Doug Evans  <dje@google.com>
390
391         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
392         there's no section at address zero.
393         (dwarf2_record_block_ranges): Ditto.
394
395 2012-07-19  Yao Qi  <yao@codesourcery.com>
396
397         * command.h, remote.c: Fix a typo in comment.
398
399 2012-07-19  Tom Tromey  <tromey@redhat.com>
400
401         PR exp/13206:
402         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
403         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
404         OP_DECLTYPE>: New cases.
405         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
406         (type_exp): Add new productions.
407         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
408         and decltype.
409         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
410         New case.
411         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
412         OP_DECLTYPE>: New case.
413         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
414         New case.
415         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
416         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
417
418 2012-07-19  Tom Tromey  <tromey@redhat.com>
419
420         * c-exp.y (enum token_flags): New.
421         (struct token) <cxx_only>: Remove.
422         <flags>: New field.
423         (tokentab3, tokentab2, ident_tokens): Update.
424         (lex_one_token): Update.  Handle FLAG_SHADOW.
425
426 2012-07-19  Tom Tromey  <tromey@redhat.com>
427
428         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
429         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
430         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
431         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
432         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
433         type_exp production where appropriate.
434         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
435         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
436         <UNOP_MEMVAL_TYPE>: New case.
437         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
438         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
439         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
440         <UNOP_MEMVAL_TYPE>: New case.
441         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
442         UNOP_REINTERPRET_CAST>: Update.
443         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
444         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
445         UNOP_REINTERPRET_CAST>: Update.
446         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
447         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
448         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
449         constants.
450
451 2012-07-19  Yao Qi  <yao@codesourcery.com>
452             Jan Kratochvil <jan.kratochvil@redhat.com>
453
454         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
455         and case 'var_optional_filename' together.
456         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
457         instead of add_setshow_optional_filename_cmd for setshow command
458         'args'.  Set completer for 'set args'.
459
460 2012-07-18  Doug Evans  <dje@google.com>
461
462         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
463         * common/gdb_vecs.c: New file, contents from utils.c.
464         * common/host-defs.h: New file, contents from defs.h.
465         * utils.h: New file, contents from defs.h.
466         * defs.h: Move all declarations of objects defined in utils.c
467         to utils.h (except QUIT() and related).
468         #include "utils.h", "host-defs.h".
469         * probe.h (probe_p): Move here from gdb_vecs.h.
470         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
471         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
472         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
473         * Makefile.in (SFILES): Add common/gdb_vecs.c.
474         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
475         (COMMON_OBS): Add gdb_vecs.o.
476         (gdb_vecs.o): New rule.
477
478 2012-07-18  Keith Seitz  <keiths@redhat.com>
479
480         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
481         parameter.  If non-zero, use SYMNAME as the canonical name
482         for the SaL.
483         Update all callers.
484         (convert_linespec_to_sals): Use add_sal_to_sals for
485         expressions, too.
486         (decode_line_full): No need to "fill in missing canonical names"
487         anymore. Simply make cleanups for the allocated names.
488
489 2012-07-18  Keith Seitz  <keiths@redhat.com>
490
491         * linespec.c (struct linespec): Constify expression,
492         source_filename, function_name, and label_name.
493         (symbol_not_found_error): Make all parameters const.
494         (linespec_parser_delete): No need to check for NULL
495         when using xfree. Cast const char * to char * for xfree.
496
497 2012-07-18  Keith Seitz  <keiths@redhat.com>
498
499         * breakpoint.c (invalid_thread_id_error): New function.
500         (find_condition_and_thread): Use invalid_thread_id_error.
501         (watch_command_1): Likewise.
502
503 2012-07-18  Tom Tromey  <tromey@redhat.com>
504
505         * cc-with-index.sh, cc-with-dwz.sh: Remove.
506         * contrib/cc-with-tweaks.sh: New file.
507
508 2012-07-18  Tom Tromey  <tromey@redhat.com>
509
510         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
511         (locate_dwz_sections): Recognize .gdb_index.
512         (create_cus_from_index_list): New function.
513         (create_cus_from_index): Use it.  Handle .dwz data.
514         (read_index_from_section): New function, extracted from
515         dwarf2_read_index.
516         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
517         if needed.
518
519 2012-07-18  Tom Tromey  <tromey@redhat.com>
520
521         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
522         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
523         <is_dwz>: New field.
524         (struct dwz_file): New.
525         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
526         (locate_dwz_sections, dwarf2_get_dwz_file)
527         (get_abbrev_section_for_cu): New functions.
528         (error_check_comp_unit_head, read_and_check_comp_unit_head)
529         (read_and_check_type_unit_head): Add abbrev_section argument.
530         (create_debug_types_hash_table): Update.
531         (init_cutu_and_read_dies): Use proper abbrev section.
532         (init_cutu_and_read_dies_no_follow): Likewise.
533         (set_partial_user): Do nothing if PST==NULL.
534         (read_comp_units_from_section): New function.
535         (create_all_comp_units): Use it.
536         (scan_partial_symbols, partial_die_parent_scope): Update.
537         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
538         (process_imported_unit_die, read_partial_die): Handle .dwz files.
539         (find_partial_die): Add offset_in_dwz argument.  Update.
540         (guess_partial_die_structure_name, fixup_partial_die): Update.
541         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
542         DW_FORM_GNU_strp_alt.
543         (read_indirect_string_from_dwz): New function.
544         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
545         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
546         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
547         (follow_die_offset): Add offset_in_dwz argument.
548         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
549         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
550         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
551         Handle new macro forms.
552         (dwarf_decode_macros): Update.
553         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
554         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
555         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
556         (create_debug_types_hash_table): Use correct abbrev section.
557         (get_debug_line_section): New function.
558         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
559         (process_full_comp_unit): Pass 'required' argument to
560         end_symtab_get_static_block.
561         * buildsym.h (end_symtab_get_static_block): Update.
562         * buildsym.c (end_symtab_get_static_block): Add 'required'
563         argument.
564         (end_symtab, end_expandable_symtab): Update.
565
566 2012-07-18  Tom Tromey  <tromey@redhat.com>
567
568         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
569         (pagesize): Remove.
570         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
571         (zlib_decompress_section): Remove.
572         (dwarf2_read_section): Use gdb_bfd_map_section.
573         (munmap_section_buffer): Remove.
574         (free_dwo_file, dwarf2_per_objfile_free): Don't use
575         munmap_section_buffer.
576         * gdb_bfd.c: Include zlib.h, sys/mman.h.
577         (struct gdb_bfd_section_data): New.
578         (free_one_bfd_section): New function.
579         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
580         (get_section_descriptor, zlib_decompress_section)
581         (gdb_bfd_map_section): New functions.
582         * gdb_bfd.h (gdb_bfd_map_section): Declare.
583
584 2012-07-18  Tom Tromey  <tromey@redhat.com>
585
586         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
587
588 2012-07-18  Tom Tromey  <tromey@redhat.com>
589
590         * gdb_bfd.c (struct gdb_bfd_data): New.
591         (gdb_bfd_cache): New global.
592         (struct gdb_bfd_cache_search): New.
593         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
594         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
595         * gdb_bfd.h (gdb_bfd_open): Declare.
596
597 2012-07-18  Tom Tromey  <tromey@redhat.com>
598
599         * utils.c (make_cleanup_bfd_unref): Rename from
600         make_cleanup_bfd_close.
601         * defs.h (make_cleanup_bfd_unref): Rename from
602         make_cleanup_bfd_close.
603         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
604         (bfd_openw_with_cleanup): Update.
605         * corelow.c (core_open): Update.
606         * dsrec.c (load_srec): Update.
607         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
608         * remote-m32r-sdi.c (m32r_load): Update.
609         * remote-mips.c (mips_load_srec): Update.
610         (pmon_load_fast): Update.
611         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
612         Update.
613         (darwin_bfd_open): Update.
614         * solib.c (solib_bfd_fopen): Update.
615         * symfile-mem.c (symbol_file_add_from_memory): Update.
616         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
617         (symfile_bfd_open): Update.
618         (generic_load): Update.
619
620 2012-07-18  Tom Tromey  <tromey@redhat.com>
621
622         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
623         (pmon_load_fast): Likewise.
624         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
625         (m32r_upload_command): Likewise.
626         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
627         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
628         Use make_cleanup_bfd_close.
629
630 2012-07-18  Tom Tromey  <tromey@redhat.com>
631
632         * symfile.c (symfile_bfd_open): Don't copy name.  Call
633         gdb_bfd_stash_filename.
634         (load_command): Open the new BFD before freeing the old.
635         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
636         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
637         Call gdb_bfd_stash_filename.
638         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
639         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
640         gdb_bfd_stash_filename.
641         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
642         Free found_pathname.
643         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
644         gdb_bfd_stash_filename.
645         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
646         * machoread.c (macho_add_oso_symfile): Call
647         gdb_bfd_stash_filename.
648         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
649         gdb_bfd_stash_filename.
650         (macho_check_dsym): Don't copy filename.  Call
651         gdb_bfd_stash_filename.
652         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
653         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
654         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
655         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
656         * exec.c (exec_close): Don't free the BFD's filename.
657         (exec_file_attach): Don't copy the filename.  Call
658         gdb_bfd_stash_filename.
659         * corelow.c (core_close): Don't free the BFD's filename.
660         (core_open): Call gdb_bfd_stash_filename.
661         * corefile.c (reopen_exec_file): Remove #if 0 code.
662         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
663         pathname.
664         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
665
666 2012-07-18  Tom Tromey  <tromey@redhat.com>
667
668         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
669         gdb_bfd_unref.
670         (free_dwo_file): Use gdb_bfd_unref.
671         * cli/cli-dump.c: Include gdb_bfd.h.
672         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
673         (bfd_openr_with_cleanup): Likewise.
674         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
675         gdb_bfd_unref.
676         * utils.c: Include gdb_bfd.h.
677         (do_bfd_close_cleanup): Use gdb_bfd_unref.
678         * symfile.c: Include gdb_bfd.h.
679         (separate_debug_file_exists): Use gdb_bfd_unref.
680         (bfd_open_maybe_remote): Use gdb_bfd_ref.
681         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
682         (generic_load): Use gdb_bfd_ref.
683         (reread_symbols): Use gdb_bfd_unref.
684         * symfile-mem.c: Include gdb_bfd.h.
685         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
686         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
687         * solib.c: Include gdb_bfd.h.
688         (solib_bfd_fopen): Use gdb_bfd_ref.
689         (solib_bfd_open): Use gdb_bfd_unref.
690         (free_so_symbols): Use gdb_bfd_unref.
691         (reload_shared_libraries_1): Use gdb_bfd_unref.
692         * solib-spu.c: Include gdb_bfd.h.
693         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
694         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
695         gdb_bfd_unref.
696         * solib-frv.c: Include gdb_bfd.h.
697         (enable_break2): Use gdb_bfd_unref.
698         * solib-dsbt.c: Include gdb_bfd.h.
699         (enable_break2): Use gdb_bfd_unref.
700         * solib-darwin.c: Include gdb_bfd.h.
701         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
702         gdb_bfd_unref.
703         (darwin_bfd_open): Use gdb_bfd_unref.
704         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
705         * remote-mips.c: Include gdb_bfd.h.
706         (mips_load_srec): Use gdb_bfd_ref.
707         (pmon_load_fast): Use gdb_bfd_ref.
708         * remote-m32r-sdi.c: Include gdb_bfd.h.
709         (m32r_load): Use gdb_bfd_ref.
710         * record.c: Include gdb_bfd.h.
711         (record_save_cleanups): Use gdb_bfd_unref.
712         (cmd_record_save): Use gdb_bfd_unref.
713         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
714         gdb_bfd_unref.
715         * objfiles.h (gdb_bfd_close_or_warn): Remove.
716         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
717         * objfiles.c: Include gdb_bfd.h.
718         (free_objfile): Use gdb_bfd_unref.
719         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
720         gdb_bfd.c.
721         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
722         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
723         (macho_check_dsym): Likewise.
724         * m32r-rom.c: Include gdb_bfd.h.
725         (m32r_load): Use gdb_bfd_ref.
726         (m32r_upload_command): Use gdb_bfd_ref.
727         * jit.c: Include gdb_bfd.h.
728         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
729         * gdb_bfd.h: New file.
730         * gdb_bfd.c: New file.
731         * gcore.c: Include gdb_bfd.h.
732         (create_gcore_bfd): Use gdb_bfd_ref.
733         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
734         (gcore_command): Use gdb_bfd_unref.
735         * exec.c: Include gdb_bfd.h.
736         (exec_close): Use gdb_bfd_unref.
737         (exec_close_1): Use gdb_bfd_unref.
738         (exec_file_attach): Use gdb_bfd_ref.
739         * elfread.c: Include gdb_bfd.h.
740         (build_id_verify): Use gdb_bfd_unref.
741         * dsrec.c: Include gdb_bfd.h.
742         (load_srec): Use gdb_bfd_ref.
743         * corelow.c: Include gdb_bfd.h.
744         (core_close): Use gdb_bfd_unref.
745         (core_open): Use gdb_bfd_ref.
746         * bfd-target.c: Include gdb_bfd.h.
747         (target_bfd_xclose): Use gdb_bfd_unref.
748         (target_bfd_reopen): Use gdb_bfd_ref.
749         * Makefile.in (SFILES): Add gdb_bfd.c.
750         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
751         (COMMON_OBS): Add gdb_bfd.o.
752
753 2012-07-18  Keith Seitz  <keiths@redhat.com>
754
755         * breakpoint.c (find_condition_and_thread): Initialize
756         TASK and REST.
757         (create_breakpiont): find_condition_and_thread will now
758         initialize COND_STRING, THREAD, and REST (and TASK).
759         (addr_string_to_sals): Likewise.
760
761 2012-07-18  Pedro Alves  <palves@redhat.com>
762
763         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
764         Pull the single step breakpoints out of the target.
765
766 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
767
768         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
769         * stap-probe.c (compile_probe_arg): Likewise.
770
771 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
772
773         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
774         (elf_compile_to_ax): Likewise.
775         * infrun.c (insert_exception_resume_from_probe): Likewise.
776         (check_exception_resume): Remove `objfile' variable.
777         * probe.c (find_probe_by_pc): Remove `objfile' argument.
778         (struct probe_and_objfile, probe_and_objfile_s): Delete.
779         (collect_probes): Adjust return value to `VEC (probe_p) *'.
780         (compare_entries): Rename to...
781         (compare_probes): ...this.  Adjust function to work with
782         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
783         respectively.
784         (gen_ui_out_table_header_info): Adjust `probes' argument to be
785         `VEC (probe_p) *'.
786         (print_ui_out_info): Adjust argument to be `struct probe *'.
787         (info_probes_for_ops): Adjust internal computations to use
788         `VEC (probe_p) *'.
789         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
790         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
791         gen_info_probes_table_values>: Remove `objfile' argument.
792         (struct probe) <objfile>: New field.
793         (find_probe_by_pc): Remove `objfile' argument.
794         * stap-probe.c (stap_parse_probe_arguments): Likewise.
795         (stap_get_probe_argument_count): Likewise.
796         (stap_get_arg): Likewise.
797         (stap_evaluate_probe_argument): Likewise.
798         (stap_compile_to_ax): Likewise.
799         (compile_probe_arg): Refactor not to pass `objfile' anymore.
800         (handle_stap_probe): Fill `objfile' field from `struct probe'.
801         (stap_gen_info_probes_table_header): Remove `objfile' argument.
802         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
803         sym_compile_to_ax>: Likewise.
804
805 2012-07-18  Terry Guo  <terry.guo@arm.com>
806
807         PR 14329
808         * defs.h (GDB_MI_MSG_WIDTH): New.
809         * ser_base (ser_base_read_error_fd): New function.
810         (do_ser_base_readchar): Poll error file descriptor as well as
811         standard output.
812         (generic_readchar): Refactor error handling. 
813
814 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
815
816         * NEWS: Create a new section for the next release branch.
817         Rename the section of the current branch, now that it has
818         been cut.
819
820 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
821
822         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
823         * version.in: Bump version to 7.5.50.20120718-cvs.
824
825 2012-07-17  Keith Seitz  <keiths@redhat.com>
826
827         * linespec.c (linespec_parse_line_offset): Make parameter
828         const.
829
830 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
831
832         PR 11914
833         * f-valprint.c (info_common_command): New variable frame_id.
834         Reinitialize FI form FRAME_ID after each print_variable_and_value.
835         * printcmd.c (print_variable_and_value): Extend function comment.
836         Add comment for invalidated FRAME.
837         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
838         FI form FRAME_ID after each print_frame_local_vars.
839         (struct print_variable_and_value_data): Change frame to frame_id.
840         (do_print_variable_and_value): New variable frame, initialize it from
841         p->frame_id.  Add comment for invalidated FRAME.
842         (print_frame_local_vars, print_frame_arg_vars): New function comment.
843         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
844         for invalidated FRAME.
845
846 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
847             Pedro Alves  <palves@redhat.com>
848
849         * linux-nat.c (linux_nat_detach): Don't unregister from the event
850         loop.
851
852 2012-07-16  Tom Tromey  <tromey@redhat.com>
853
854         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
855
856 2012-07-15  Doug Evans  <dje@google.com>
857
858         * dwarf2read.c (stmt_list_hash): New struct.
859         (type_unit_group): Embed "per_cu" member, remove pointer.
860         New union member "t", move member "tus" into it, all uses updated.
861         New member "hash", replaces member "line_offset, all uses updated.
862         (quick_file_names): Replace member "offset" with "hash", all uses
863         updated.
864         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
865         (hash_file_name_entry, eq_file_name_entry): Call them.
866         (hash_type_unit_group, eq_type_unit_group): Ditto.
867         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
868         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
869         (dw2_get_file_names): Update.
870         (create_type_unit_group): Replace "per_cu" arg with "cu".
871         All callers updated.  Fix "quick" (.gdb_index) handling.
872         (get_type_unit_group): Replace "per_cu" arg with "cu".
873         All callers updated.
874         (build_type_unit_groups): Don't reset tu_stats.
875
876         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
877         "tab_cur_size".  Change member "tab" to be a htab_t.
878         (create_filename_seen_cache): Update.
879         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
880         (filename_seen): Update.
881
882 2012-07-13  Doug Evans  <dje@google.com>
883
884         * symtab.c (filename_seen): Update comment.
885
886 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
887             Doug Evans  <dje@google.com>
888
889         * buildsym.c (end_symtab_1): Split it to ...
890         (end_symtab_get_static_block): ... this ...
891         (end_symtab_from_static_block): ... and this function.
892         (end_symtab, end_expandable_symtab): Call them.
893         * buildsym.h (end_symtab_get_static_block)
894         (end_symtab_from_static_block): New declarations.
895         * dwarf2read.c (process_full_comp_unit): New variable static_block.
896         Set its valid CU ranges.
897
898 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
899
900         * dwarf2loc.c (disassemble_dwarf_expression): Handle
901         DW_OP_GNU_parameter_ref.
902
903 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
904
905         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
906         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
907
908 2012-07-13  Doug Evans  <dje@google.com>
909
910         * symtab.c (output_source_filename): Delete unnecessary forward decl.
911         (filename_seen_cache): New struct.
912         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
913         (create_filename_seen_cache): New function.
914         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
915         (filename_seen): Delete arg "first".  New arg "cache".  All callers
916         updated.
917         (output_source_filename_data): New struct.
918         (output_source_filename): Delete arg "first".  New arg "data".
919         All callers updated.
920         (sources_info): Delete local "first".  New locals "data", "cleanups".
921         Rewrite to use filename_seen_cache.
922         (add_partial_filename_data): Delete member "first".  New member
923         "filename_seen_cache".  All uses updated.
924         (make_source_files_completion_list): Rewrite to use
925         filename_seen_cache.
926
927 2012-07-12  Doug Evans  <dje@google.com>
928
929         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
930
931 2012-07-10  Doug Evans  <dje@google.com>
932
933         PR gdb/13498
934         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
935         all_type_unit_groups, type_unit_groups, tu_stats.
936         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
937         All uses updated.  Add type_unit_group to union "s".
938         (type_unit_group): New struct.
939         (IS_TYPE_UNIT_GROUP): New macro.
940         (abbrev_table): Delete unused member "section".
941         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
942         (dw2_get_cu): Assert not used with type_unit_group.
943         (dw2_get_primary_cu): New function.
944         (dw2_build_type_unit_groups_reader): New function.
945         (dw2_build_type_unit_groups): New function.
946         (dw2_get_file_names): Assert not called on type units.
947         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
948         Redo loop to iterate over type unit groups instead of type units.
949         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
950         (read_abbrev_offset): New function.
951         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
952         updated.
953         (create_partial_symtab): New function.
954         (process_psymtab_comp_unit_reader): Assert not used with type units.
955         Call create_partial_symtab.
956         (process_psymtab_type_unit): Delete.
957         (hash_type_unit_group, eq_type_unit_group): New functions.
958         (allocate_type_unit_groups_table): New function.
959         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
960         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
961         (create_type_unit_group, get_type_unit_group): New functions.
962         (tu_abbrev_offset): New struct.
963         (sort_tu_by_abbrev_offset): New function.
964         (add_type_unit_group_to_table): New function.
965         (build_type_unit_groups): New function.
966         (build_type_psymtabs_reader): New function.
967         (build_type_psymtab_dependencies): New function.
968         (build_type_psymtabs): Rewrite.
969         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
970         is seen in a type unit.
971         (process_queue): Move symtab expansion debugging printfs here.
972         Call process_full_type_unit for type units.
973         (compute_symtab_includes): Assert not called for type units.
974         (process_cu_includes): Don't call compute_symtab_includes for
975         type units.
976         (process_full_type_unit): New function.
977         (process_imported_unit_die): Flag an error if called for type units.
978         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
979         updated.  Assert not called for type units.
980         (read_file_scope): Call dwarf2_start_symtab.
981         (setup_type_unit_groups): New function.
982         (read_type_unit_scope): Rewrite.
983         (abbrev_table_read_table): Initialize abbrev_table->offset.
984         (abbrev_table_free_cleanup): New function.
985         (dwarf2_start_symtab): New function.
986         (load_full_type_unit): Assert not called for type unit groups.
987         * buildsym.c (finish_block_internal): New arg "expandable".
988         All callers updated.
989         (start_symtab): Move most contents to ...
990         (restart_symtab): ... here.  New function.
991         (reset_symtab_globals): New function.
992         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
993         Call reset_symtab_globals.
994         (end_symtab, end_expandable_symtab): New functions.
995         (set_missing_symtab, augment_type_symtab): New functions.
996         * buildsym.h (end_expandable_symtab): Declare.
997         (augment_type_symtab, restart_symtab): Declare.
998         * psympriv.h (struct partial_symtab): New member "anonymous".
999         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
1000         anonymous psymtabs.
1001         (read_psymtabs_with_filename): Ditto.
1002         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
1003         (expand_symtabs_matching_via_partial): Ditto.
1004         (dump_psymtab): Update.
1005         * dictionary.c (dict_add_pending): New function.
1006         * dictionary.h (dict_add_pending): Declare.
1007
1008 2012-07-09  Doug Evans  <dje@google.com>
1009
1010         * buildsym.c (start_subfile): Remove unnecessary check for
1011         name == NULL.
1012
1013         * psymtab.c (allocate_psymtab): Use host_address_to_string.
1014
1015         * dwarf2read.c (load_full_type_unit): Simplify.
1016
1017         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
1018         to struct signatured_type **.  All uses updated.
1019
1020         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
1021         All callers updated.
1022
1023 2012-07-09  Tom Tromey  <tromey@redhat.com>
1024
1025         * c-exp.y (check_parameter_typelist): New function.
1026         (parameter_typelist): Call it.
1027         * eval.c (make_params): Handle '(void)' case.
1028         * gdbtypes.c (lookup_function_type_with_arguments): Handle
1029         '(void)' case.
1030
1031 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1032
1033         * common/linux-ptrace.c: Include gdb_assert.h.
1034         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
1035         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
1036         stdint.h.
1037         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
1038         functions.
1039         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
1040         * linux-nat.c (linux_child_post_attach)
1041         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
1042
1043 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1044
1045         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
1046         nptl <2.7 bug workaround for core files.
1047
1048 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1049
1050         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
1051         clearing.
1052         (save_siginfo): Remove.
1053         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
1054         call.
1055         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
1056         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
1057         * linux-nat.h (struct lwp_info): Remove field siginfo.
1058
1059 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1060
1061         Code cleanup for the next patch.
1062         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
1063         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
1064         call for it.
1065         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
1066         (ia64_linux_stopped_data_address):
1067         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
1068         the return value.
1069         * linux-nat.h (linux_nat_get_siginfo): Likewise.
1070         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
1071         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
1072         call for it.
1073
1074 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1075
1076         PR 14321
1077         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
1078         Increase buffer sizes to 2x we need, not just 2x of the previous size.
1079
1080 2012-07-06  Tom Tromey  <tromey@redhat.com>
1081
1082         * c-exp.y (DOTDOTDOT): New token.
1083         (func_mod, exp): Use parameter_typelist.
1084         (parameter_typelist): New production.
1085         (tokentab3): Add "..." token.
1086         * eval.c (make_params): Handle varargs.
1087         * gdbtypes.c (lookup_function_type_with_arguments): Handle
1088         varargs.
1089
1090 2012-07-06  Tom Tromey  <tromey@redhat.com>
1091
1092         PR exp/9608:
1093         * c-exp.y (%union) <tvec>: Change type.
1094         (func_mod): Now uses <tvec> type.
1095         (exp): Update for tvec change.
1096         (direct_abs_decl): Push the typelist.
1097         (func_mod): Return a typelist.
1098         (nonempty_typelist): Update for tvec change.
1099         * gdbtypes.c (lookup_function_type_with_arguments): New function.
1100         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
1101         * parse.c (pop_type_list): New function.
1102         (push_typelist): New function.
1103         (follow_types): Handle tp_function_with_arguments.
1104         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
1105         (enum type_pieces) <tp_function_with_arguments>: New constant.
1106         (union type_stack_elt) <typelist_val>: New field.
1107         (push_typelist): Declare.
1108
1109 2012-07-06  Tom Tromey  <tromey@redhat.com>
1110
1111         * c-exp.y (%union) <type_stack>: New field.
1112         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
1113         (ptr_operator_ts): New production.
1114         (ptype): Update.
1115         * parse.c (type_stack_reserve): New function.
1116         (check_type_stack_depth): Use it.
1117         (pop_type_stack, append_type_stack, push_type_stack)
1118         (get_type_stack, type_stack_cleanup): New functions.
1119         (follow_types): Handle tp_type_stack.
1120         (_initialize_parse): Simplify initialization.
1121         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
1122         constant.
1123         (union type_stack_elt) <stack_val>: New field.
1124         (get_type_stack, append_type_stack, push_type_stack)
1125         (type_stack_cleanup): Declare.
1126
1127 2012-07-06  Tom Tromey  <tromey@redhat.com>
1128
1129         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
1130         Remove.
1131         (struct type_stack): New.
1132         * parse.c (type_stack, type_stack_size, type_stack_depth):
1133         Remove.
1134         (type_stack): New global.
1135         (parse_exp_in_context, check_type_stack_depth)
1136         (insert_into_type_stack, insert_type, push_type, push_type_int)
1137         (insert_type_address_space, pop_type, pop_type_int)
1138         (_initialize_parse): Update.
1139
1140 2012-07-06  Tom Tromey  <tromey@redhat.com>
1141
1142         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
1143         Remove %type.
1144
1145 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
1146
1147         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
1148
1149 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
1150             Jan Kratochvil  <jan.kratochvil@redhat.com>
1151
1152         * cp-valprint.c (cp_print_value): Replace potentially unsafe
1153         alloca with xmalloc/xfree.
1154
1155 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
1156
1157         * MAINTAINERS (Write After Approval): Add myself to the list.
1158
1159 2012-07-05  Doug Evans  <dje@google.com>
1160
1161         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
1162
1163 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
1164
1165         * ax-gdb.c (cli/cli-utils.h): New include.
1166         (linespec.h): Ditto.
1167         (agent_eval_command_one): New function.
1168         (agent_command_1): Ditto.
1169         (agent_command): Call function agent_command_1.
1170         (agent_eval_command): Ditto.
1171         (_initialize_ax_gdb): Change help for "maint agent"
1172         and "maint agent-eval".
1173
1174 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
1175
1176         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
1177         * cli/cli-utils.c (check_for_argument): New function.
1178         * cli/cli-utils.h (check_for_argument): Ditto.
1179
1180 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
1181
1182         * NEWS: Mention x32 ABI support.
1183
1184 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
1185
1186         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
1187         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
1188
1189         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
1190         and pc_regnum_from_eax to -1.  Update SP regnum from
1191         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
1192         needed.
1193
1194         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
1195         pc_regnum_from_eax.
1196
1197 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1198
1199         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
1200         * dwarf2expr.h: Include gdbtypes.h.
1201         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
1202         these forward declarations.
1203         (cu_offset, sect_offset): Move these ...
1204         * gdbtypes.h: Remove include dwarf2expr.h.
1205         (cu_offset, sect_offset): ... here.
1206
1207 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
1208
1209         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
1210         (amd64_linux_sigtramp_code): This.
1211         (amd64_x32_linux_sigtramp_code): New.
1212         (LINUX_SIGTRAMP_LEN): Updated.
1213         (amd64_linux_sigtramp_start): Check x32 sigtramp.
1214
1215 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1216
1217         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
1218
1219 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1220
1221         * config.in: Regenerate.
1222         * configure: Regenerate.
1223         * configure.ac: Remove check for gnu/libc-version.h.
1224         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
1225         gnu/libc-version.h.
1226         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
1227         variables libc_version, libc_major and libc_minor.  Replace sscanf by
1228         inferior_has_bug.  Extend the comment.
1229
1230 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1231
1232         * linux-thread-db.c (inferior_has_bug): New function.
1233         (thread_db_find_new_threads_silently): Return boolean as checked by
1234         inferior_has_bug, describe it in the comments.
1235         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
1236         earlier.  Abort the initialization if it returned non-zero.
1237         (thread_db_new_objfile): Exclude debug files.
1238         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
1239         if UNTIL_NO_NEW,
1240
1241 2012-07-02  Doug Evans  <dje@google.com>
1242
1243         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
1244         related to queue management.
1245
1246         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
1247         instead of "debug dwarf2-die" in debugging printfs.
1248         (create_debug_info_hash_table_reader): Ditto.
1249         (create_debug_info_hash_table): Ditto.
1250         (init_dwo_file): Ditto.
1251         (init_cutu_and_read_dies): Add debugging printf.
1252         (init_cutu_and_read_dies_no_follow): Ditto.
1253         (process_psymtab_comp_unit_reader): Ditto.
1254
1255 2012-07-02  Stan Shebs  <stan@codesourcery.com>
1256
1257         Add target-side support for dynamic printf.
1258         * NEWS: Mention the additional style.
1259         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
1260         (struct bp_location): New field cmd_bytecode.
1261         * breakpoint.c: Include format.h.
1262         (disconnected_dprintf): New global.
1263         (parse_cmd_to_aexpr): New function.
1264         (build_target_command_list): New function.
1265         (insert_bp_location): Call it.
1266         (remove_breakpoints_pid): Skip dprintf breakpoints.
1267         (print_one_breakpoint_location): Ditto.
1268         (dprintf_style_agent): New global.
1269         (dprintf_style_enums): Add dprintf_style_agent.
1270         (update_dprintf_command_list): Add agent case.
1271         (agent_printf_command): New function.
1272         (_initialize_breakpoint): Add new commands.
1273         * common/ax.def (printf): New bytecode.
1274         * ax.h (ax_string): Declare.
1275         * ax-gdb.h (gen_printf): Declare.
1276         * ax-gdb.c: Include cli-utils.h, format.h.
1277         (gen_printf): New function.
1278         (maint_agent_print_command): New function.
1279         (_initialize_ax_gdb): Add maint agent-printf command.
1280         * ax-general.c (ax_string): New function.
1281         (ax_print): Add printf disassembly.
1282         * Makefile.in (SFILES): Add format.c
1283         (COMMON_OBS): Add format.o.
1284         * common/format.h: New file.
1285         * common/format.c: New file.
1286         * printcmd.c: Include format.h.
1287         (ui_printf): Call parse_format_string.
1288         * remote.c (remote_state): New field breakpoint_commands.
1289         (PACKET_BreakpointCommands): New enum.
1290         (remote_breakpoint_commands_feature): New function.
1291         (remote_protocol_features): Add new BreakpointCommands entry.
1292         (remote_can_run_breakpoint_commands): New function.
1293         (remote_add_target_side_commands): New function.
1294         (remote_insert_breakpoint): Call it.
1295         (remote_insert_hw_breakpoint): Ditto.
1296         (_initialize_remote): Add new packet configuration for
1297         target-side breakpoint commands.
1298         * target.h (struct target_ops): New field
1299         to_can_run_breakpoint_commands.
1300         (target_can_run_breakpoint_commands): New macro.
1301         * target.c (update_current_target): Handle
1302         to_can_run_breakpoint_commands.
1303
1304 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1305
1306         Execute -ix and -iex only after system and user gdbinit files.
1307         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
1308         processing down after gdbinit files.
1309
1310 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1311
1312         Add fnmatch-gnu module.
1313         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
1314         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
1315         * gnulib/aclocal.m4: Regenerate.
1316         * gnulib/config.in: Regenerate.
1317         * gnulib/configure: Regenerate.
1318         * gnulib/import/dummy.c: Remove.
1319         * gnulib/import/Makefile.am: Regenerate.
1320         * gnulib/import/Makefile.in: Likewise.
1321         * gnulib/import/m4/gnulib-cache.m4: Likewise.
1322         * gnulib/import/m4/gnulib-comp.m4: Likewise.
1323         * gnulib/import/alloca.c: New file.
1324         * gnulib/import/alloca.in.h: Likewise.
1325         * gnulib/import/config.charset: Likewise.
1326         * gnulib/import/fnmatch.c: Likewise.
1327         * gnulib/import/fnmatch.in.h: Likewise.
1328         * gnulib/import/fnmatch_loop.c: Likewise.
1329         * gnulib/import/localcharset.c: Likewise.
1330         * gnulib/import/localcharset.h: Likewise.
1331         * gnulib/import/m4/alloca.m4: Likewise.
1332         * gnulib/import/m4/codeset.m4: Likewise.
1333         * gnulib/import/m4/configmake.m4: Likewise.
1334         * gnulib/import/m4/fcntl-o.m4: Likewise.
1335         * gnulib/import/m4/fnmatch.m4: Likewise.
1336         * gnulib/import/m4/glibc21.m4: Likewise.
1337         * gnulib/import/m4/localcharset.m4: Likewise.
1338         * gnulib/import/m4/locale-fr.m4: Likewise.
1339         * gnulib/import/m4/locale-ja.m4: Likewise.
1340         * gnulib/import/m4/locale-zh.m4: Likewise.
1341         * gnulib/import/m4/mbrtowc.m4: Likewise.
1342         * gnulib/import/m4/mbsinit.m4: Likewise.
1343         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
1344         * gnulib/import/m4/mbstate_t.m4: Likewise.
1345         * gnulib/import/m4/stdbool.m4: Likewise.
1346         * gnulib/import/m4/wchar_h.m4: Likewise.
1347         * gnulib/import/m4/wctype_h.m4: Likewise.
1348         * gnulib/import/m4/wint_t.m4: Likewise.
1349         * gnulib/import/mbrtowc.c: Likewise.
1350         * gnulib/import/mbsinit.c: Likewise.
1351         * gnulib/import/mbsrtowcs-impl.h: Likewise.
1352         * gnulib/import/mbsrtowcs-state.c: Likewise.
1353         * gnulib/import/mbsrtowcs.c: Likewise.
1354         * gnulib/import/ref-add.sin: Likewise.
1355         * gnulib/import/ref-del.sin: Likewise.
1356         * gnulib/import/stdbool.in.h: Likewise.
1357         * gnulib/import/streq.h: Likewise.
1358         * gnulib/import/strnlen1.c: Likewise.
1359         * gnulib/import/strnlen1.h: Likewise.
1360         * gnulib/import/verify.h: Likewise.
1361         * gnulib/import/wchar.in.h: Likewise.
1362         * gnulib/import/wctype.in.h: Likewise.
1363
1364 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1365
1366         Support shell wildcards for 'set auto-load safe-path'.
1367         * auto-load.c: Include fnmatch.h.
1368         (filename_is_in_dir): Rename to ...
1369         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
1370         it.  Update function comment.  Rename dir_len to pattern_len.  New
1371         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
1372         messages.  Use gdb_filename_fnmatch.
1373         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
1374         pattern.
1375         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
1376         * defs.h (gdb_filename_fnmatch): New declaration.
1377         * utils.c: Include fnmatch.h.
1378         (gdb_filename_fnmatch): New function.
1379
1380 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
1381
1382         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
1383         `-probe' and `-probe-stap' options.
1384
1385 2012-07-01  Yao Qi  <yao@codesourcery.com>
1386
1387         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
1388         always_inserted_off, and always_inserted_enums.
1389         Change always_inserted_mode's type to 'enum auto_boolean'.
1390         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
1391         callers.
1392         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
1393         of add_setshow_enum_cmd.
1394         * infrun.c: Remove can_use_displaced_stepping_auto,
1395         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
1396         can_use_displaced_stepping_enum.
1397         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
1398         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
1399         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
1400         add_setshow_enum_cmd.
1401
1402 2012-06-30  Doug Evans  <dje@google.com>
1403
1404         * dwarf2read.c (signatured_type): Make "per_cu" member first.
1405         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
1406         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
1407
1408 2012-06-29  Doug Evans  <dje@google.com>
1409
1410         * linespec.c: #include "stack.h".
1411         (decode_line_with_current_source): Moved here from symtab.c and
1412         renamed from decode_line_spec.  All callers updated.
1413         (decode_line_with_last_displayed): Moved here from breakpoint.c and
1414         renamed from decode_line_spec_1.  All callers updated.
1415         * linespec.h (decode_line_with_current_source): Move declaration here
1416         from symtab.h and renamed from decode_line_spec.
1417         (decode_line_with_last_displayed): Move declaration here from symtab.h
1418         and renamed from decode_line_spec_1.
1419         * macrocmd.c: #include "linespec.h".
1420         * symtab.c: Remove #include "linespec.h".
1421
1422 2012-06-28  Doug Evans  <dje@google.com>
1423
1424         * dwarf2read.c (get_cu_length): New function.
1425         (offset_in_cu_p, error_check_comp_unit_head): Call it.
1426         (create_debug_types_hash_table): Ditto.
1427         (init_cutu_and_read_dies): Ditto.
1428         (init_cutu_and_read_dies_no_follow): Ditto.
1429
1430         * dwarf2read.c (dwarf2_find_base_address): Move definition.
1431
1432         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
1433         (struct abbrev_table): Define.
1434         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
1435         abbrev_table.
1436         (init_cutu_and_read_dies): Update.
1437         (abbrev_table_alloc_abbrev): New function.  Replaces
1438         dwarf_alloc_abbrev.  All callers updated.
1439         (abbrev_table_add_abbrev): New function.
1440         (abbrev_table_lookup_abbrev): New function.  Replaces
1441         dwarf2_lookup_abbrev.  All callers updated.
1442         (abbrev_table_read_table): New function.  Contents moved here from
1443         dwarf2_read_abbrevs.
1444         (dwarf2_read_abbrevs): Call it.
1445         (abbrev_table_free): New function.
1446         (dwarf2_free_abbrev_table): Call it.
1447
1448 2012-06-28  Stan Shebs  <stan@codesourcery.com>
1449
1450         * osdata.c (info_osdata_command): Filter out "Title" columns
1451         from non-MI uses.
1452         * common/linux-osdata.c (struct osdata_type): Add title field.
1453         (osdata_table): Add titles to each entry.
1454         (linux_command_xfer_osdata): Add a column for title data.
1455
1456 2012-06-28  Stan Shebs  <stan@codesourcery.com>
1457
1458         Make logging work for MI.
1459         * NEWS: Mention it.
1460         * interps.h (interp_set_logging_ftype): New typedef.
1461         (struct interp_procs): New field set_logging_proc.
1462         (current_interp_set_logging): Declare.
1463         * interps.c (current_interp_set_logging): New function.
1464         * cli/cli-logging.c: Include interps.h.
1465         (set_logging_redirect): Call current_interp_set_logging.
1466         (pop_output_files): Ditto.
1467         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
1468         * mi/mi-console.h (mi_console_set_raw): Declare.
1469         * mi/mi-console.c (mi_console_set_raw): New function.
1470         * mi/mi-interp.c (saved_raw_stdout): New global.
1471         (mi_set_logging): New function.
1472         (_initialize_mi_interp): Add it to interp procs.
1473
1474 2012-06-28  Doug Evans  <dje@google.com>
1475
1476         * symtab.c (lookup_symbol_aux_objfile): Use
1477         ALL_OBJFILE_PRIMARY_SYMTABS.
1478
1479         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
1480
1481 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1482
1483         * common/buffer.c: Include inttypes.h and stdint.h.
1484         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
1485
1486 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1487             Pedro Alves  <palves@redhat.com>
1488
1489         * gdbthread.h (ALL_THREADS): New macro.
1490         (thread_list): Declare.
1491         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
1492         going, but instead fall through to the stepping handling.
1493         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
1494         the passed in signal.  Adjust debug output.
1495         (resume_callback): Rename to ...
1496         (linux_nat_resume_callback): ... this.  Pass the thread's last
1497         stop signal, if in "pass" state.
1498         (linux_nat_resume): Adjust to rename.
1499         (stop_wait_callback): New assertion.  Don't respawn signals;
1500         instead let the LWP remain with SIGNALLED set.
1501         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
1502         * remote.c (append_pending_thread_resumptions): New.
1503         (remote_vcont_resume): Call it.
1504         * target.h (target_resume): Extend comment.
1505
1506 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
1507
1508         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
1509
1510 2012-06-27  Doug Evans  <dje@google.com>
1511
1512         * dwarf2read.c (dwarf2_cu): Add ranges_base.
1513         Delete have_addr_base, unused.  All uses updated.
1514         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
1515         (dwarf2_get_pc_bounds): Add ranges_base.
1516         (dwarf2_record_block_ranges): Ditto.
1517
1518 2012-06-27  Tom Tromey  <tromey@redhat.com>
1519
1520         PR macros/7961:
1521         * varobj.c (varobj_create): Update.
1522         (varobj_set_value): Update.
1523         * tracepoint.c (validate_actionline): Update.
1524         (encode_actions_1): Update.
1525         * parse.c (parse_exp_1): Add 'pc' argument.
1526         (parse_exp_in_context): Add 'pc' argument.  Change how
1527         expression_context_pc is set.
1528         (parse_expression): Update.
1529         (parse_field_expression): Update.
1530         * expression.h (parse_exp_1): Update.
1531         * eval.c (parse_to_comma_and_eval): Update.
1532         * breakpoint.c (set_breakpoint_condition): Update.
1533         (update_watchpoint): Update.
1534         (init_breakpoint_sal): Update
1535         (find_condition_and_thread): Update.
1536         (watch_command_1): Update.
1537         (update_breakpoint_locations): Update.
1538         * ada-lang.c (ada_read_renaming_var_value): Update.
1539         (create_excep_cond_exprs): Update.
1540
1541 2012-06-27  Doug Evans  <dje@google.com>
1542
1543         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
1544         type units.
1545
1546 2012-06-26  Doug Evans  <dje@google.com>
1547
1548         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
1549         prototype.
1550         (error_check_comp_unit_head): New arg abbrev_section.  All callers
1551         updated.
1552         (read_and_check_comp_unit_head): Ditto.
1553         (read_and_check_type_unit_head): Ditto.
1554
1555 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
1556
1557         New attribute 'last' for gdb.Symtab_and_line.
1558         * NEWS (Python Scripting): Add entry about the new attribute.
1559         * python/py-symtab.c (salpy_get_last): New function which
1560         implements the get method for the 'last' attribute of
1561         gdb.Symtab_and_line.
1562         (sal_object_getset): Add entry for the 'last' attribute.
1563
1564 2012-06-26  Doug Evans  <dje@google.com>
1565
1566         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
1567         (dwo_sections): Add macinfo, macro.
1568         (dwarf2_locate_dwo_sections): Watch for macro sections.
1569         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
1570         All callers updated.  Handle DWO files.
1571
1572         * NEWS: Mention new options "set debug dwarf2-read" and
1573         "set debug symtab-create".
1574         * dwarf2read.c (dwarf2_read_debug): New static global.
1575         (dwarf2_build_psymtabs_hard): Add debugging printfs.
1576         (process_queue): Ditto.
1577         (process_full_comp_unit): Ditto.
1578         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
1579         * elfread.c (elf_symfile_read): Add debugging printf.
1580         * minsyms.c (install_minimal_symbols): Ditto.
1581         * psymtab.c (allocate_psymtab): Ditto.
1582         * symfile.c (allocate_symtab): Ditto.
1583         * symtab.c (symtab_create_debug): New global.
1584         (_initialize_symtab): Add new option "set debug symtab-create".
1585         * symtab.h (symtab_create_debug): Declare.
1586
1587         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
1588         (lookup_dwo_type_unit): Ditto.
1589
1590 2012-06-26  Roland McGrath  <roland@hack.frob.com>
1591             H.J. Lu  <hongjiu.lu@intel.com>
1592
1593         * amd64-linux-nat.c: Include <sys/user.h>.
1594         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
1595         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
1596         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
1597
1598         * configure.ac: Check if the fs_base and gs_base members of
1599         `struct user_regs_struct' exist.
1600         * config.in: Regenerated.
1601         * configure: Likewise.
1602
1603 2012-06-25  Michael Eager  <eager@eagercon.com>
1604
1605         PR python/14291
1606         * python/python.c (gdbpy_write): Check for interrupted output. 
1607
1608 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
1609
1610         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
1611         register as a stack alignment in ARM mode.
1612
1613 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1614
1615         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
1616         * gnulib/config.in: Regenerate.
1617         * gnulib/configure: Likewise.
1618         * gnulib/import/m4/extensions.m4: Update it.
1619         * gnulib/import/m4/gnulib-common.m4: Likewise.
1620         * gnulib/import/m4/memmem.m4: Likewise.
1621         * gnulib/import/m4/mmap-anon.m4: Likewise.
1622         * gnulib/import/m4/multiarch.m4: Likewise.
1623         * gnulib/import/stdint.in.h: Likewise.
1624
1625 2012-06-24  Yao Qi  <yao@codesourcery.com>
1626
1627         * corefile.c (write_memory_with_notification): New.
1628         * gdbcore.h: Declare write_memory_with_notification.
1629         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
1630         'observer_notify_memory_changed' with 'write_memory_with_notification'.
1631         * valops.c (value_assign): Likewise.
1632         * python/py-inferior.c (infpy_write_memory): Call
1633         'write_memory_with_notification'.
1634
1635 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1636
1637         * cc-with-index.sh: Use also -ex "set auto-load no".
1638
1639 2012-06-23  Doug Evans  <dje@google.com>
1640
1641         PR 14125
1642         * NEWS: Document additions to .gdb_index.
1643         * dwarf2read.c: #include "gdb/gdb-index.h".
1644         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
1645         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
1646         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
1647         (dwarf2_read_index): Recognize version 7.
1648         (dw2_do_expand_symtabs_matching): New args want_specific_block,
1649         block_kind, domain): All callers updated.
1650         (dw2_find_symbol_file): Handle new index CU values.
1651         (dw2_expand_symtabs_matching): Match symbol kind if requested.
1652         (add_index_entry): New args is_static, kind.  All callers updated.
1653         (offset_type_compare, uniquify_cu_indices): New functions
1654         (symbol_kind): New function.
1655         (write_psymtabs_to_index): Remove duplicate CU values.
1656         (write_psymtabs_to_index): Write .gdb_index version 7.
1657
1658 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
1659
1660         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
1661         * configure: Regenerate.
1662
1663 2012-06-20  Yao Qi  <yao@codesourcery.com>
1664
1665         * python/py-inferior.c: Update comments of infpy_read_memory
1666         and infpy_write_memory.
1667
1668 2012-06-19  Tom Tromey  <tromey@redhat.com>
1669
1670         PR exp/9514:
1671         * parser-defs.h (insert_type, insert_type_address_space): Declare.
1672         (push_type_address_space): Remove.
1673         * parse.c (insert_into_type_stack): New function.
1674         (insert_type): Likewise.
1675         (insert_type_address_space): Rename from push_type_address_space.
1676         Insert tp_space_identifier.
1677         * c-exp.y (ptr_operator): New production.
1678         (abs_decl): Use ptr_operator.
1679         (space_identifier): Call insert_type_address_space.
1680         (ptype): Don't use const_or_volatile_or_space_identifier.
1681         (const_or_volatile_noopt): Call insert_type.
1682         (conversion_type_id, conversion_declarator): New productions.
1683         (operator): Use conversion_type_id.
1684
1685 2012-06-18  Doug Evans  <dje@google.com>
1686
1687         * symtab.h (minimal_symbol): New member created_by_gdb.
1688         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
1689         created by gdb.
1690         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
1691         (search_symbols): Call it instead of lookup_symbol.
1692         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
1693
1694         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
1695         Adjust address for DW_OP_GNU_addr_index.
1696         * dwarf2expr.h (dwarf_expr_context): Update comment.
1697         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
1698         all callers updated.  Handle TLS vars described with
1699         DW_OP_GNU_const_index.
1700         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
1701         and DW_OP_GNU_const_index.
1702         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
1703
1704         * block.c (find_block_in_blockvector): Make explicit the fact that we
1705         ignore GLOBAL_BLOCK.
1706
1707 2012-06-18  Tom Tromey  <tromey@redhat.com>
1708
1709         * c-exp.y (operator): Remove trailing space after "delete" and
1710         "delete[]".
1711
1712 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
1713             Jan Kratochvil  <jan.kratochvil@redhat.com>
1714
1715         Switch i386 and derived targets to ON_STACK.
1716         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
1717         (amd64_dicos_init_abi): Remove its installment.
1718         * dicos-tdep.c (dicos_init_abi): Remove the
1719         set_gdbarch_call_dummy_location call.  Update the comment here.
1720         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
1721         (i386_dicos_init_abi): Remove its installment.
1722         * i386-tdep.c (i386_push_dummy_code): New function.
1723         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
1724         i386_push_dummy_code.
1725
1726 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
1727
1728         Remove stale dummy frames.
1729         * breakpoint.c: Include dummy-frame.h.
1730         (longjmp_breakpoint_ops): New variable.
1731         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
1732         bp_longjmp_call_dummy.
1733         (bpstat_what, bptype_string, print_one_breakpoint_location)
1734         (init_bp_location): Support bp_longjmp_call_dummy.
1735         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
1736         (set_longjmp_breakpoint_for_call_dummy)
1737         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
1738         functions.
1739         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
1740         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
1741         FIXME comment and extend the other comment for bp_call_dummy.
1742         (set_longjmp_breakpoint_for_call_dummy)
1743         (check_longjmp_breakpoint_for_call_dummy): New declarations.
1744         * dummy-frame.c: Include gdbthread.h.
1745         (pop_dummy_frame_bpt): New function.
1746         (pop_dummy_frame): Call pop_dummy_frame_bpt.
1747         (dummy_frame_discard): New function.
1748         (cleanup_dummy_frames): Update the comment about longjmps.
1749         * dummy-frame.h (dummy_frame_discard): New declaration.
1750         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
1751         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
1752         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
1753         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
1754         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
1755         keep_going if IS_LONGJMP and there is no other reason to stop.
1756
1757 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
1758
1759         * remote-sim.c (sim_command_completer): Initialize
1760         variable 'result'.
1761
1762 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1763
1764         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
1765         * dwarf2loc.c (call_site_parameter_matches): Support
1766         CALL_SITE_PARAMETER_PARAM_OFFSET.
1767         (needs_dwarf_reg_entry_value): Push stub value.
1768         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
1769         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
1770         * gdbtypes.h (enum call_site_parameter_kind): New item
1771         CALL_SITE_PARAMETER_PARAM_OFFSET.
1772         (struct call_site.parameter.u): New field param_offset.
1773
1774 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1775
1776         Code cleanup: Generalize call_site.parameter key.
1777         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
1778         variable dwarf_reg.  New variable kind_u.  Update parameters to
1779         push_dwarf_reg_entry_value.
1780         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
1781         * dwarf2expr.h (enum call_site_parameter_kind)
1782         (union call_site_parameter_u): Forward declarations.
1783         (struct dwarf_expr_context_funcs): Update parameters and their
1784         description for push_dwarf_reg_entry_value.
1785         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
1786         * dwarf2loc.c (call_site_parameter_matches): New function.
1787         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
1788         description.  Use call_site_parameter_matches.
1789         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
1790         Update parameters and their description.
1791         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
1792         New variable kind_u.  Adjust the caller for updated parameters.
1793         (needs_dwarf_reg_entry_value): Update parameters.
1794         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
1795         instead of attr.  Update for the changed fields of struct
1796         call_site_parameter.
1797         * gdbtypes.h: Include dwarf2expr.h.
1798         (enum call_site_parameter_kind): New.
1799         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
1800         fb_offset into new union u.
1801
1802 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
1803
1804         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
1805         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
1806         for x32.
1807
1808 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
1809
1810         * amd64-linux-nat.c (compat_x32_clock_t): New.
1811         (compat_x32_siginfo_t): Likewise.
1812         (compat_x32_siginfo_from_siginfo): Likewise.
1813         (siginfo_from_compat_x32_siginfo): Likewise.
1814         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
1815         and siginfo_from_compat_x32_siginfo for x32.
1816
1817 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
1818
1819         * tracepoint.c (tfile_xfer_partial): Add a lseek.
1820
1821 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
1822
1823         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
1824         instead of gdbarch_ptr_bit.
1825         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
1826         (amd64_supply_native_gregset): Likewise.
1827         (amd64_collect_native_gregset): Likewise.
1828         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
1829         (amd64_supply_xsave): Likewise.
1830         (amd64_collect_fxsave): Likewise.
1831         (amd64_collect_xsave): Likewise.
1832
1833 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
1834
1835         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
1836         (amd64_linux_read_description): Check DS segment register for
1837         x32 process.
1838
1839 2012-06-15  Tom Tromey  <tromey@redhat.com>
1840
1841         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
1842         init_cutu_and_read_dies.
1843
1844 2012-06-15  Iain Sandoe <iain@codesourcery.com>
1845
1846         * MAINTAINERS (Write After Approval): Add myself to the list.
1847
1848 2012-06-15  Tom Tromey  <tromey@redhat.com>
1849
1850         * valops.c (value_find_oload_method_list): Now static.
1851         * value.h (value_find_oload_method_list): Don't declare.
1852
1853 2012-06-15  Tom Tromey  <tromey@redhat.com>
1854
1855         * valops.c (find_overload_match): Use value_ind.
1856
1857 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
1858
1859         * infrun.c (handle_inferior_event): Correct indentation.
1860
1861 2012-06-14  Doug Evans  <dje@google.com>
1862
1863         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
1864         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
1865         All uses updated.
1866         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
1867         updated.  Handle DEBUG_LOC_START_LENGTH.
1868         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
1869         (loclist_describe_location): Ditto.
1870
1871 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
1872
1873         PR backtrace/13866
1874         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
1875         after hiding inline functions.
1876
1877 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
1878
1879         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
1880         _initialize_inf_ttrace.
1881
1882 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
1883
1884         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
1885         _initialize_hppa_hpux_nat.
1886
1887 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
1888
1889         * remote-sim.c (sim_command_completer): Change type of return
1890         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
1891
1892 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
1893             Jan Kratochvil  <jan.kratochvil@redhat.com>
1894
1895         PR tdep/14222
1896         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
1897         stack on a 16-byte boundary.
1898
1899 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
1900
1901         * jit.c (finalize_symtab): Set function's return type to 'void' by
1902         default.
1903
1904 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
1905             H.J. Lu  <hongjiu.lu@intel.com>
1906
1907         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
1908         Move bits common to both the classic LP64 and the new x32 ILP32
1909         ABI here.
1910         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
1911         (amd64_x32_linux_init_abi): New function.
1912         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
1913         subtype.
1914
1915         * i386-tdep.h (i386_pseudo_register_name): New prototype.
1916         * i386-tdep.c (i386_pseudo_register_name): Make public.
1917         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
1918         * amd64-tdep.c (amd64_dword_names): Add "eip".
1919         (amd64_x32_pseudo_register_type): New function
1920         (amd64_x32_init_abi): New function.
1921
1922 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1923
1924         PR build/14003
1925         * inferior.h (struct inferior_suspend_state): Comment out.
1926         (struct inferior): Comment out the field suspend.
1927         * infrun.c (struct infcall_suspend_state): Comment out the field
1928         inferior_suspend.
1929         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
1930         out its assignment.
1931
1932 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1933
1934         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
1935         * c-exp.y (classify_inner_name): Remove caller assumptions in the
1936         function comment.  Return ERROR for unresolved cases.  Implement
1937         returning proper NAME.
1938         (yylex): Accept also NAME from classify_inner_name.
1939         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
1940         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
1941         LOC_TYPEDEF type.
1942         * cp-support.h (cp_lookup_nested_type): Update its declaration.
1943
1944 2012-06-13  Tom Tromey  <tromey@redhat.com>
1945
1946         * breakpoint.c (condition_completer): New function.
1947         (_initialize_breakpoint): Use it.
1948         * value.c (complete_internalvar): New function.
1949         * value.h (complete_internalvar): Declare.
1950
1951 2012-06-13  Tom Tromey  <tromey@redhat.com>
1952
1953         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
1954         * breakpoint.c (catch_syscall_completer): Return a VEC.
1955         * cli/cli-cmds.c (complete_command): Update.
1956         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
1957         (complete_on_enum): Likewise.
1958         * command.h: Include gdb_vecs.h.
1959         (completer_ftype): Change return type.
1960         (complete_on_cmdlist, complete_on_enum): Likewise.
1961         * completer.c (noop_completer, filename_completer)
1962         (location_completer): Return a VEC.
1963         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
1964         to a VEC.
1965         (expression_completer, complete_line_internal, complete_line)
1966         (command_completer): Return a VEC.
1967         (gdb_completion_word_break_characters, line_completion_function):
1968         Update.
1969         * completer.h: Include gdb_vecs.h.
1970         (complete_line, noop_completer, filename_completer)
1971         (expression_completer, location_completer, command_completer):
1972         Update.
1973         * f-lang.c (f_word_break_characters): Return a VEC.
1974         * interps.c (interpreter_completer): Return a VEC.
1975         * language.h (struct language_defn)
1976         <la_make_symbol_completion_list>: Return a VEC.
1977         * python/py-cmd.c (cmdpy_completer): Return a VEC.
1978         * symtab.c (free_completion_list): Take a VEC.
1979         (return_val_size, return_val_index): Remove.
1980         (return_val): Now a VEC.
1981         (completion_list_add_name): Update.
1982         (default_make_symbol_completion_list_break_on)
1983         (default_make_symbol_completion_list, make_symbol_completion_list)
1984         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
1985         Return a VEC.
1986         (add_filename_to_list): Update.
1987         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
1988         <list>: Now a VEC.
1989         (maybe_add_partial_symtab_filename): Update.
1990         (make_source_files_completion_list): Return a VEC.
1991         * symtab.h (default_make_symbol_completion_list_break_on)
1992         (default_make_symbol_completion_list, make_symbol_completion_list)
1993         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
1994         (make_source_files_completion_list): Update.
1995
1996 2012-06-13  Tom Tromey  <tromey@redhat.com>
1997
1998         * breakpoint.c (add_catch_command): Use completer_ftype.
1999         * breakpoint.h: Include command.h.
2000         (add_catch_command): Use completer_ftype.
2001         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
2002         * cli/cli-decode.h (struct cmd_list_element) <completer>:
2003         Use completer_ftype.
2004         * command.h (completer_ftype): New typedef.
2005         (set_cmd_completer): Use it.
2006         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
2007         completer_ftype.
2008
2009 2012-06-13  Pedro Alves  <palves@redhat.com>
2010
2011         Partial revert of previous change.
2012
2013         * serial.c (scb_base): New global.
2014         (serial_for_fd): New.
2015         (serial_open, serial_fdopen_ops): Link new serial in open serials
2016         chain.
2017         (do_serial_close): Unlink serial from the open serials chain.
2018
2019 2012-06-12  Pedro Alves  <palves@redhat.com>
2020
2021         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
2022         threads here.
2023         (prepare_for_detach): No longer context switch here in non-stop
2024         mode.
2025         (fetch_inferior_event): Ditto.
2026         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
2027         to the event thread before removing breakpoints.  Switch to the
2028         event thread before inserting breakpoints and resuming.
2029         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
2030         event thread before resuming.
2031         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
2032         Switch to the event thread before removing breakpoints.
2033
2034 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
2035
2036         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
2037         special characters correctly for the Windows shells.  See
2038         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
2039         report.
2040         [!__MINGW32__]: Remove extra double quote character from special
2041         characters.
2042
2043 2012-06-11  Stan Shebs  <stan@codesourcery.com>
2044
2045         * ui-out.h: Remove #if 0 declarations.
2046         * ui-out.c: Remove #if 0 functions.
2047
2048 2012-06-11  Pedro Alves  <palves@redhat.com>
2049
2050         * ser-base.c (run_async_handler_and_reschedule): New.
2051         (fd_event, push_event): Use it.
2052         * serial.c (serial_open, serial_fdopen_ops): Set the initial
2053         reference count to 1.
2054         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
2055         instead of xfree.
2056         (serial_is_open, serial_ref, serial_unref): New.
2057         * serial.h (serial_open): Adjust comment.
2058         (serial_is_open): Declare.
2059         (serial_close): Adjust comment.
2060         (serial_ref, serial_unref) Declare.
2061         (struct serial): New field 'refcnt'.
2062
2063 2012-06-11  Pedro Alves  <palves@redhat.com>
2064
2065         Remove #if 0'd "connect" command, and unnecessary associated
2066         refcounting and serial reuse bits.
2067
2068         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
2069         * serial.c (last_serial_opened): Delete.
2070         (scb_base): Delete.
2071         (serial_open): Adjust.
2072         (serial_for_fd): Delete.
2073         (serial_fdopen_ops, do_serial_close): Adjust.
2074         (serial_fdopen_ops): Adjust.
2075
2076 2012-06-11  Pedro Alves  <palves@redhat.com>
2077
2078         * serial.c (do_serial_close): Remove early return when SCB is
2079         null.
2080
2081 2012-06-11  Tom Tromey  <tromey@redhat.com>
2082
2083         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
2084
2085 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2086
2087         Fix regression by the "ambiguous linespec" series.
2088         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
2089         get_last_displayed_symtab and get_last_displayed_line and depending
2090         on CURSAL.
2091
2092 2012-06-11  Tom Tromey  <tromey@redhat.com>
2093
2094         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
2095         (dw2_find_symbol_file): Use it.
2096
2097 2012-06-11  Michael Eager  <eager@eagercon.com>
2098
2099         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
2100         * mips-linux-tdep.h (mips_signals): New
2101
2102 2012-06-11  Tom Tromey  <tromey@redhat.com>
2103
2104         * infrun.c (handle_inferior_event)
2105         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
2106         breakpoint.
2107         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
2108         exception logic in all cases.  Update comments.
2109         (insert_longjmp_resume_breakpoint): Set the exception resume
2110         breakpoint.
2111
2112 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
2113
2114         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
2115
2116 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
2117
2118         * valarith.c (binop_types_user_defined_p): Fix a typo.
2119
2120 2012-06-08  Yao Qi  <yao@codesourcery.com>
2121             Chung-Lin Tang <cltang@codesourcery.com>
2122
2123         * arch-utils.c (default_return_in_first_hidden_param_p): New.
2124         * arch-utils.h: Declare.
2125         * gdbarch.sh: Add return_in_first_hidden_param_p.
2126         * gdbarch.c, gdbarch.h: Regenerated.
2127         * infcall.c (call_function_by_hand): Call
2128         gdbarch_return_in_first_hidden_param_p instead of
2129         language_pass_by_reference.
2130
2131         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
2132         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
2133         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
2134         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
2135         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
2136         `cplus_return_struct_by_reference'.
2137         (tic6x_return_value): Handle language cplusplus.
2138         (tic6x_return_in_first_hidden_param_p): New.
2139         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
2140
2141 2012-06-07  Doug Evans  <dje@google.com>
2142
2143         * dwarf2read.c (dwarf2_cu): Add comment.
2144
2145 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
2146
2147         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
2148         variable.
2149         (mips_eabi_push_dummy_call): Likewise.
2150         (mips_n32n64_push_dummy_call): Likewise.
2151         (mips_o32_push_dummy_call): Likewise.
2152         (mips_o64_push_dummy_call): Likewise.
2153
2154 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
2155
2156         * mips-tdep.c (mips_convert_register_p): Correct coding style.
2157
2158 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
2159
2160         * mips-tdep.c (mips_pseudo_register_type): Use
2161         mips_float_register_p.
2162
2163 2012-06-06  Pedro Alves  <palves@redhat.com>
2164
2165         * infrun.c (handle_inferior_event): Remove calls to
2166         reinit_frame_cache that follow a context_switch call.
2167
2168 2012-06-06  Pedro Alves  <palves@redhat.com>
2169
2170         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
2171         context_switch and remove stale comment.
2172
2173 2012-06-06  Pedro Alves  <palves@redhat.com>
2174
2175         * infrun.c (struct execution_control_state): Remove
2176         `new_thread_event' field.
2177         (handle_inferior_event): Simplify new threads handling; don't
2178         resume the inferior if we find a new thread.
2179
2180 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
2181
2182         * NEWS: Document the deprecation of SH's 'regs' command.
2183         * inferior.h (all_registers_info): Add function declaration.
2184         * sh-tdep.c (sh_show_regs): Remove variable.
2185         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
2186         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
2187         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
2188         (sh_show_regs_command): Remove functions.
2189         (sh_gdbarch_init): Don't set sh_show_regs.
2190         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
2191         'info all-registers'.
2192         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
2193         (sh64_show_regs): Remove functions.
2194         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
2195
2196 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2197
2198         * configure.ac: Move development=true below AC_INIT.
2199         * configure: Regenerate.
2200
2201 2012-06-05  Stan Shebs  <stan@codesourcery.com>
2202
2203         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
2204         gdb_stdout.
2205
2206 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
2207
2208         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
2209         argument as ssize_t.
2210         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
2211         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
2212         * target.c (target_read_stack, target_write_memory)
2213         (target_write_raw_memory): Likewise.
2214         * target.h (target_read_stack, target_write_memory)
2215         (target_write_raw_memory): Likewise.
2216
2217 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2218
2219         * symfile-mem.c: Change gdb_static_assert to ssize_t.
2220         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
2221         * target.c (target_read_memory): Change LEN to ssize_t.
2222         * target.h (target_read_memory): Change LEN to ssize_t.
2223
2224 2012-06-05  Pedro Alves  <palves@redhat.com>
2225
2226         PR backtrace/13866
2227
2228         * breakpoint.c (until_break_command): Only fetch the selected
2229         frame after decode_line_1.
2230
2231 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
2232
2233         * solib-svr4.c (enable_break): Don't fallback to setting the solib
2234         event breakpoint at _start, __start or main if a program
2235         interpreter is not found.
2236
2237 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
2238
2239         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
2240         Add declaration.
2241         * windows-tdep.c: #include "objfiles.h".
2242         (windows_iterate_over_objfiles_in_search_order): New function.
2243         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
2244         iterate_over_objfiles_in_search_order gdbarch method to
2245         windows_iterate_over_objfiles_in_search_order.
2246         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2247
2248 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
2249
2250         * gdbarch.sh: Add generation of
2251         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
2252         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
2253         (iterate_over_objfiles_in_search_order): New gdbarch method.
2254         * gdbarch.h, gdbarch.c: Regenerate.
2255         * objfiles.h (default_iterate_over_objfiles_in_search_order):
2256         Add declaration.
2257         * objfiles.c (default_iterate_over_objfiles_in_search_order):
2258         New function.
2259         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2260         out of lookup_symbol_aux_symtabs.
2261         (lookup_symbol_aux_symtabs): Replace extracted-out code by
2262         call to lookup_symbol_aux_objfile.
2263         (struct global_sym_lookup_data): New type.
2264         (lookup_symbol_global_iterator_cb): New function.
2265         (lookup_symbol_global): Search for symbol using
2266         gdbarch_iterate_over_objfiles_in_search_order and
2267         lookup_symbol_global_iterator_cb.
2268         * findvar.c (struct minsym_lookup_data): New type.
2269         (minsym_lookup_iterator_cb): New function.
2270         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
2271         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
2272         and minsym_lookup_iterator_cb.
2273
2274 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
2275
2276         Revert the following patch:
2277         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
2278         try locating the symbol in the symbol's own objfile first, before
2279         extending the search to all objfiles.
2280         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2281         out of lookup_symbol_aux_symtabs.
2282         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
2283         Replace extracted-out code by call to lookup_symbol_aux_objfile.
2284         Do not search EXCLUDE_OBJFILE.
2285         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
2286         (lookup_symbol_global): Search for matches in the block's objfile
2287         first, before searching all other objfiles.
2288
2289 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
2290
2291         * breakpoint.c (find_condition_and_thread): Stop parsing
2292         as soon as the first invalid keyword is found.
2293
2294 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
2295
2296         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
2297
2298 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
2299
2300         * config/djgpp/djcheck.sh: Add copyright header.
2301
2302 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
2303
2304         * copyright.py (update_files, main): Fix path to update-copyright
2305         script.
2306
2307 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
2308
2309         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
2310         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
2311         for which a reminder to update by hand is printed.
2312
2313 2012-06-04  Doug Evans  <dje@google.com>
2314
2315         * buildsym.c (make_blockvector): Add comment.
2316
2317 2012-06-04  Pedro Alves  <palves@redhat.com>
2318
2319         * arch-utils.c (default_gdb_signal_from_target): Delete.
2320         * arch-utils.h (default_gdb_signal_from_target): Delete.
2321         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
2322         gdbarch_gdb_signal_from_target_p.
2323         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
2324         predicate).
2325         * gdbarch.h: Regenerate.
2326         * gdbarch.c: Regenerate.
2327
2328 2012-06-04  Pedro Alves  <palves@redhat.com>
2329
2330         * gdbarch.sh (gdb_signal_from_target): Mention that the
2331         implementation of the method must be host independent.
2332         * gdbarch.h: Regenerate.
2333
2334 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2335
2336         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
2337         parameters.
2338         (target_read_memory_bfd): New function.
2339         (symbol_file_add_from_memory): Use it.
2340
2341 2012-06-03  Doug Evans  <dje@google.com>
2342
2343         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
2344         of primary symtab.
2345         (basic_lookup_transparent_type): Ditto.
2346
2347         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
2348         (ALL_PRIMARY_SYMTABS): Use it.
2349         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
2350         * dwarf2read.c (dw2_find_symbol_file): Ditto.
2351         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
2352         * symtab.c (lookup_symbol_aux_objfile): Ditto.
2353         (basic_lookup_transparent_type): Ditto.
2354
2355 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
2356
2357         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
2358         it to optimize resolution of demangled name.
2359
2360 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2361
2362         * configure.ac (development): Define new variable.
2363         Call AC_CHECK_LIB for mcheck if $development.
2364         (ERROR_ON_WARNING): Enable it by default only if $development.
2365         * config.in: Regenerate.
2366         * configure: Regenerate.
2367
2368 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2369
2370         * target.c (target_read_memory): Make LEN argument as size_t.
2371         * target.h (target_read_memory): Likewise.
2372
2373 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2374
2375         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
2376
2377 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
2378
2379         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
2380         BookE interface for PowerPC server processors if not available
2381         in the Linux Kernel.
2382
2383 2012-05-31  Keith Seitz  <keiths@redhat.com>
2384
2385         * linespec.c (decode_objc): Add cleanup to free
2386         INFO.FILE_SYMTABS.
2387         (find_linespec_symbols): Add cleanup to free CLASSES.
2388         * symfile.c (find_separate_debug_file_by_debuglink): Add
2389         cleanup to free DEBUGLINK.
2390         * ui-out.c (clear_header_list): No need to check if
2391         HEADER_NEXT.COLHDR is NULL.
2392         Free HEADER_NEXT.COL_NAME.
2393
2394 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2395
2396         * ada-lang.c (standard_lookup): Prevent uninitialized variable
2397         warning.
2398
2399 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
2400
2401         * configure.host (gdb_host_cpu): Handle tilegx*.
2402         (gdb_host): Handle tilegx-*-linux*.
2403         * tilegx-linux-nat.c: New file.
2404         * config/tilegx/linux.mh: New file.
2405
2406 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
2407
2408         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
2409         tilegx-linux-tdep.o.
2410         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
2411         tilegx-linux-tdep.c.
2412         * configure.tgt: Handle tilegx-*-linux*.
2413         * tilegx-tdep.h: New file.
2414         * tilegx-tdep.c: New file.
2415         * tilegx-linux-tdep.c: New file.
2416         * regformats/reg-tilegx.dat: New file.
2417
2418 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
2419
2420         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
2421         accounting of hw watchpoints on ppc.
2422
2423 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
2424
2425         * source.c (openp): Expand tilde in path entries.
2426
2427 2012-05-29  Doug Evans  <dje@google.com>
2428
2429         * buildsym.c (block_compar): Fix comment.
2430         (end_symtab): Fix and clarify some comments.
2431
2432         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
2433         cleanup_undefined_types.
2434         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
2435         All callers updated.
2436
2437 2012-05-29  Tom Tromey  <tromey@redhat.com>
2438
2439         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
2440         fails.
2441         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
2442         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
2443         fails.
2444         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
2445         fails.
2446
2447 2012-05-29  Tristan Gingold  <gingold@adacore.com>
2448
2449         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
2450         (struct darwin_info): ... New struct.
2451         (solib_darwin_pspace_data): New variable.
2452         (darwin_pspace_data_cleanup): New function.
2453         (get_darwin_info): Likewise.
2454         (darwin_dyld_version_ok, darwin_load_image_infos)
2455         (darwin_solib_get_all_image_info_addr_at_init)
2456         (darwin_solib_read_all_image_info_addr): Add info argument.
2457         Adjust code.
2458         (darwin_current_sos): Use per pspace structure.
2459         (darwin_solib_create_inferior_hook): Likewise.
2460         (darwin_clear_solib): Likewise.
2461         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
2462
2463 2012-05-28  Pedro Alves  <palves@redhat.com>
2464
2465         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
2466         block that uses them.  Clear ecss before handling each event.
2467
2468 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2469
2470         * solib-svr4.c (svr4_current_sos): New comment on
2471         svr4_current_sos_via_xfer_libraries fall back.
2472
2473 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2474
2475         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
2476         it as a fallback for TYPE_IS_OPAQUE.
2477         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
2478         symbols for lookup_symbol.
2479
2480 2012-05-24  John Steele Scott  <toojays@toojays.net>
2481
2482         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
2483         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
2484         (producer_is_gxx_lt_4_6): Move the checking and caching to...
2485         (check_producer): ... this new function, which also checks for ICC
2486         and caches the result.
2487         (producer_is_icc): New function.
2488         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
2489         producer was ICC.
2490
2491 2012-05-24  Pedro Alves  <palves@redhat.com>
2492
2493         PR gdb/7205
2494
2495         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
2496         (default_gdb_signal_to_target): ... this.  Add comment.
2497         (default_gdb_signal_from_host): Rename to ...
2498         (default_gdb_signal_from_target): ... this.  Add comment.
2499         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
2500         (default_gdb_signal_to_target): ... this.
2501         (default_gdb_signal_from_host): Rename to ...
2502         (default_gdb_signal_from_target): ... this.
2503         * corelow.c (core_open): Adjust to naming change.  Replace comment.
2504         * gdbarch.sh (gdb_signal_from_host): Rename to ...
2505         (gdb_signal_from_target): ... this.  Adjust to
2506         default_gdb_signal_from_host naming change.  Extend comment.
2507         (gdb_signal_to_host): Rename to ...
2508         (gdb_signal_to_target): ... this.  Adjust to
2509         default_gdb_signal_to_host naming change.
2510         * gdbarch.h, gdbarch.c: Renegerate.
2511
2512 2012-05-24  Pedro Alves  <palves@redhat.com>
2513
2514         PR gdb/7205
2515
2516         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
2517
2518 2012-05-24  Pedro Alves  <palves@redhat.com>
2519
2520         PR gdb/7205
2521
2522         Replace target_signal with gdb_signal throughout.
2523
2524 2012-05-24  Pedro Alves  <palves@redhat.com>
2525
2526         PR tui/14159
2527
2528         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
2529         string, instead of reusing the va_list argument.
2530
2531 2012-05-24  Tom Tromey  <tromey@redhat.com>
2532
2533         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
2534         Remove.
2535
2536 2012-05-23  Doug Evans  <dje@google.com>
2537
2538         * symtab.c (search_symbols): Formatting fixes.
2539         (print_symbol_info): Formatting fixes.
2540
2541         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
2542         int64_t change to leb128 API.
2543         (read_encoded_value, decode_frame_entry_1): Ditto.
2544         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
2545         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
2546         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
2547         (execute_stack_op): Ditto.
2548         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
2549         (safe_read_uleb128, safe_read_sleb128): Ditto.
2550         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
2551         (dwarf2_compile_expr_to_ax): Ditto.
2552         (locexpr_describe_location_piece): Ditto.
2553         (disassemble_dwarf_expression): Ditto.
2554         (locexpr_describe_location_1): Ditto.
2555
2556 2012-05-23  Stan Shebs  <stan@codesourcery.com>
2557             Kwok Cheung Yeung  <kcy@codesourcery.com>
2558
2559         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
2560         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
2561         (mi-cmd-info.o): New rule.
2562         * osdata.h (info_osdata_command): New declaration.
2563         * osdata.c (info_osdata_command): Change to non-static.
2564         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
2565         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
2566         * mi/mi-cmd-info.c: New file.
2567
2568 2012-05-23  Doug Evans  <dje@google.com>
2569
2570         * symtab.c (search_symbols): Pass NULL for file_matcher to
2571         expand_symtabs_matching if there are no files to match.
2572
2573         * gdbtypes.c (lookup_typename): Simplify.
2574
2575 2012-05-23  Pedro Alves  <palves@redhat.com>
2576
2577         * arch-utils.h (default_target_signal_to_host): Delete.
2578         * arch-utils.c (default_target_signal_to_host): Delete.
2579         * gdbarch.sh (target_signal_to_host): Remove.
2580         * gdbarch.h, gdbarch.c: Regenerate.
2581
2582 2012-05-22  Doug Evans  <dje@google.com>
2583
2584         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
2585         "const gdb_byte *".
2586         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
2587         (execute_cfa_program): Update to match API of leb128 functions.
2588         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
2589         "const gdb_byte *".
2590         (read_unsigned_leb128, read_signed_leb128): Delete.
2591         (read_initial_length): Change type of buf argument to
2592         "const gdb_byte *".
2593         (read_encoded_value): Update to match API of leb128 functions.
2594         (decode_frame_entry): Change result to "const gdb_byte *", and
2595         similarly for "start" parameter.
2596         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
2597         (dwarf2_build_frame_info): Change local frame_ptr to
2598         "const gdb_byte *".
2599         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
2600         read_uleb128, read_sleb128.  All callers updated.
2601         (safe_skip_leb128): New function.
2602         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
2603         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
2604         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
2605         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
2606         read_uleb128, read_sleb128.
2607         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
2608         (execute_stack_op): Update to match API of leb128 functions.
2609         * dwarf2expr.h: #include "leb128.h".
2610         (read_uleb128, read_sleb128): Delete.
2611         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
2612         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
2613         * dwarf2loc.c (debug_loc_kind): New enum.
2614         (decode_debug_loc_addresses): New function.
2615         (decode_debug_loc_dwo_addresses): New function.
2616         (dwarf2_find_location_expression): Rewrite.
2617         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
2618         (locexpr_describe_location_piece): Ditto.
2619         (disassemble_dwarf_expression): Ditto.
2620         (locexpr_describe_location_1): Ditto.
2621         (loclist_describe_location): Rewrite.
2622         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
2623         * dwarf2read.c (die_reader_specs): New member "buffer_end".
2624         (dwarf2_section_buffer_overflow_complaint): Renamed from
2625         dwarf2_macros_too_long_complaint.  All callers updated.
2626         (skip_leb128): Delete.
2627         (init_cu_die_reader): Initialize reader->buffer_end.
2628         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
2629         (skip_form_bytes): New arg buffer_end.  All callers updated.
2630         Replace call to skip_leb128 with gdb_skip_leb128.
2631         (skip_unknown_opcode): New arg mac_end.  All callers updated.
2632         (fill_in_loclist_baton): Initialize baton->from_dwo.
2633
2634 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
2635
2636         * mips-linux-nat.c (mips_linux_read_description): Use a more
2637         verbose error message.
2638
2639 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
2640
2641         * NEWS: Add MIPS/Linux DSP support.
2642         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
2643         (SIGCONTEXT_DSPCTL): New macro.
2644         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
2645         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
2646         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
2647         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
2648         (N64_SIGCONTEXT_HI3): Likewise.
2649         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
2650         (N64_SIGCONTEXT_LO3): Likewise.
2651         (N64_SIGCONTEXT_DSPCTL): Likewise.
2652         (N64_SIGCONTEXT_FPCSR): Clarify definition.
2653         (mips_linux_o32_sigframe_init): Handle DSP registers.
2654         (mips_linux_n32n64_sigframe_init): Likewise.
2655
2656 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
2657
2658         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
2659         call to abort.
2660
2661 2012-05-22  Pedro Alves  <palves@redhat.com>
2662
2663         * target.h (store_waitstatus): Move declaration ...
2664         * inf-child.h (store_waitstatus): ... here.
2665         * target.c: Move inclusion of gdb_wait.h, and ...
2666         (store_waitstatus): ... this ...
2667         * inf-child.c: ... here.
2668         * linux-nat.c: Include inf-child.h.
2669         * rs6000-nat.c: Include inf-child.h.
2670         * spu-linux-nat.c: Include inf-child.h.
2671
2672 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
2673
2674         * tracepoint.c (start_tracing): Add missing i18n markup.
2675         (stop_tracing, set_trace_user): Ditto.
2676         (set_trace_notes, set_trace_stop_notes): Ditto.
2677
2678 2012-05-21  Tom Tromey  <tromey@redhat.com>
2679
2680         PR c++/7173:
2681         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
2682         types.
2683         * value.h (value_cast_pointers): Update.
2684         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
2685         (value_cast): Update.
2686         (update_search_result): New function.
2687         (do_search_struct_field): New, from search_struct_field.  Check
2688         for ambiguous results.
2689         (search_struct_field): Rewrite.
2690         * infcall.c (value_arg_coerce): Update.
2691         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
2692         value_cast_pointers.
2693         * ada-lang.c (ada_convert_actual): Update.
2694
2695 2012-05-21  Tom Tromey  <tromey@redhat.com>
2696
2697         * macroexp.c (macro_stringify): Terminate the string.
2698
2699 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2700
2701         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
2702         Describe it.
2703         * auto-load.c (auto_load_expand_dir_vars): New function.
2704         (auto_load_safe_path_vec_update): Use it, remove the
2705         substitute_path_component call thanks to it.
2706         (auto_load_objfile_script): Remove the debug_file_directory processing.
2707         Use auto_load_expand_dir_vars, remove the substitute_path_component
2708         call thanks to it.
2709         * configure: Regenerate.
2710         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
2711         path.  Escape $ also for $debugdir.
2712         (--with_auto_load_safe_path): Escape $ also for $debugdir.
2713         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
2714
2715 2012-05-20  Doug Evans  <dje@google.com>
2716
2717         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
2718         before use.  Check for symtab->includes == NULL before scanning it.
2719
2720 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
2721
2722         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
2723
2724 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
2725
2726         * NEWS: Add microMIPS support and "set mips compression",
2727         "show mips compression" commands.
2728         * mips-tdep.h (mips_isa): New enum.
2729         (gdbarch_tdep): Add mips_isa.
2730         (mips_pc_is_mips16): Update prototype.
2731         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
2732         * mips-tdep.c (mips_compression_mips16): New variable.
2733         (mips_compression_micromips): Likewise.
2734         (mips_compression_strings): Likewise.
2735         (mips_compression_string): Likewise.
2736         (is_mips16_isa, is_micromips_isa): New functions.
2737         (is_mips16_addr): Rename to...
2738         (is_compact_addr): ... this.
2739         (unmake_mips16_addr): Likewise to...
2740         (unmake_compact_addr): ... this.
2741         (make_mips16_addr): Likewise to...
2742         (make_compact_addr): ... this.
2743         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
2744         functions.
2745         (mips_elf_make_msymbol_special): Handle microMIPS code.
2746         (msymbol_is_special): Rename to...
2747         (msymbol_is_mips16): ... this.
2748         (mips_make_symbol_special, mips_pc_is_mips16): Update
2749         accordingly.
2750         (msymbol_is_mips, msymbol_is_micromips): New functions.
2751         (mips16_to_32_reg): Rename to...
2752         (mips_reg3_to_reg): ... this.
2753         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
2754         (mips_pc_isa): Likewise.
2755         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
2756         code.
2757         (mips_fetch_instruction): Pass return status instead of printing
2758         an error message if requested.  Handle microMIPS code.  Bail out
2759         on an invalid ISA.
2760         (micromips_op): New macro.
2761         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
2762         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
2763         (b6s4_op, b7s3_reg): Likewise.
2764         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
2765         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
2766         (mips_insn_size): New function.
2767         (mips32_next_pc): Update mips_fetch_instruction call.
2768         (micromips_relative_offset7): New function.
2769         (micromips_relative_offset10): Likewise.
2770         (micromips_relative_offset16): Likewise.
2771         (micromips_pc_insn_size): Likewise.
2772         (micromips_bc1_pc): Likewise.
2773         (micromips_next_pc): Likewise.
2774         (unpack_mips16): Update mips_fetch_instruction call.
2775         (extended_mips16_next_pc): Update according to change to
2776         mips16_to_32_reg.
2777         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
2778         code.
2779         (mips16_scan_prologue): Update mips_fetch_instruction call.
2780         Update according to change to mips16_to_32_reg.
2781         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
2782         (mips_insn16_frame_base_sniffer): Likewise.
2783         (micromips_decode_imm9): New function.
2784         (micromips_scan_prologue): Likewise.
2785         (mips_micro_frame_cache): Likewise.
2786         (mips_micro_frame_this_id): Likewise.
2787         (mips_micro_frame_prev_register): Likewise.
2788         (mips_micro_frame_sniffer): Likewise.
2789         (mips_micro_frame_unwind): New variable.
2790         (mips_micro_frame_base_address): New function.
2791         (mips_micro_frame_base): New variable.
2792         (mips_micro_frame_base_sniffer): New function.
2793         (mips32_scan_prologue): Update mips_fetch_instruction call.
2794         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
2795         rather than for MIPS16.
2796         (mips_insn32_frame_base_sniffer): Likewise.
2797         (mips_addr_bits_remove): Handle microMIPS code.
2798         (deal_with_atomic_sequence): Rename to...
2799         (mips_deal_with_atomic_sequence): ... this.  Update the type
2800         of the variable used to hold an instruction.  Remove the ISA bit
2801         check.  Update mips_fetch_instruction call.
2802         (micromips_deal_with_atomic_sequence): New function.
2803         (deal_with_atomic_sequence): Likewise.
2804         (mips_about_to_return): Handle microMIPS code.  Update
2805         mips_fetch_instruction call.
2806         (heuristic_proc_start): Check for the standard MIPS ISA rather
2807         than for MIPS16.  Update mips_pc_is_mips16 and
2808         mips_fetch_instruction calls.  Handle microMIPS code.
2809         (mips_push_dummy_code): Handle microMIPS code.
2810         (mips_eabi_push_dummy_call): Likewise.
2811         (mips_o32_return_value): Update mips_pc_is_mips16 call.
2812         (mips_o64_push_dummy_call): Handle microMIPS code.
2813         (mips_o64_return_value): Update mips_pc_is_mips16 call.
2814         (is_delayed): Remove function.
2815         (mips_single_step_through_delay): Replace the call to is_delayed
2816         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
2817         Handle microMIPS code.
2818         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
2819         microMIPS code.
2820         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
2821         call.
2822         (micromips_in_function_epilogue_p): New function.
2823         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
2824         call.
2825         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
2826         Handle microMIPS.
2827         (gdb_print_insn_mips): Likewise.
2828         (mips_breakpoint_from_pc): Likewise.
2829         (mips_remote_breakpoint_from_pc): New function.
2830         (mips32_instruction_has_delay_slot): Simplify making use of the
2831         updated mips_fetch_instruction interface.
2832         (micromips_instruction_has_delay_slot): New function.
2833         (mips16_instruction_has_delay_slot): Simplify making use of the
2834         updated mips_fetch_instruction interface.
2835         (mips_adjust_breakpoint_address): Check for the standard MIPS
2836         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr 
2837         calls.  Handle microMIPS code.
2838         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
2839         (mips_skip_trampoline_code): Handle microMIPS code.
2840         (global_mips_compression): New function.
2841         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
2842         file flags.  Register the microMIPS remote breakpoint handler
2843         and heuristic frame unwinder.
2844         (show_mips_compression): New function.
2845         (_initialize_mips_tdep): Add the "set mips compression" and
2846         "show mips compression" commands.
2847
2848 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2849
2850         * ada-lang.c:
2851         * ada-tasks.c:
2852         * ada-varobj.c:
2853         * amd64-darwin-tdep.c:
2854         * arm-symbian-tdep.c:
2855         * arm-tdep.c:
2856         * avr-tdep.c:
2857         * ax-gdb.c:
2858         * bfin-linux-tdep.c:
2859         * breakpoint.c:
2860         * c-valprint.c:
2861         * cli/cli-cmds.c:
2862         * coffread.c:
2863         * cp-support.c:
2864         * cris-tdep.c:
2865         * dwarf2-frame-tailcall.c:
2866         * dwarf2-frame.c:
2867         * dwarf2expr.c:
2868         * dwarf2loc.c:
2869         * dwarf2read.c:
2870         * elfread.c:
2871         * eval.c:
2872         * expprint.c:
2873         * f-valprint.c:
2874         * frv-tdep.c:
2875         * h8300-tdep.c:
2876         * hppa-hpux-tdep.c:
2877         * hppa-tdep.c:
2878         * hppanbsd-tdep.c:
2879         * i386-nto-tdep.c:
2880         * i386-tdep.c:
2881         * i387-tdep.c:
2882         * ia64-tdep.c:
2883         * jit.c:
2884         * linespec.c:
2885         * linux-tdep.c:
2886         * lm32-tdep.c:
2887         * m2-valprint.c:
2888         * m32c-tdep.c:
2889         * m32r-rom.c:
2890         * m32r-tdep.c:
2891         * m68k-tdep.c:
2892         * m68klinux-tdep.c:
2893         * mi/mi-main.c:
2894         * microblaze-tdep.c:
2895         * mips-linux-tdep.c:
2896         * mips-tdep.c:
2897         * mn10300-tdep.c:
2898         * p-valprint.c:
2899         * parse.c:
2900         * ppc-linux-tdep.c:
2901         * ppc-sysv-tdep.c:
2902         * printcmd.c:
2903         * python/py-finishbreakpoint.c:
2904         * python/py-inferior.c:
2905         * python/py-infthread.c:
2906         * python/py-type.c:
2907         * python/python.c:
2908         * remote-fileio.c:
2909         * remote-m32r-sdi.c:
2910         * remote-mips.c:
2911         * reverse.c:
2912         * rl78-tdep.c:
2913         * rs6000-aix-tdep.c:
2914         * rs6000-tdep.c:
2915         * s390-tdep.c:
2916         * score-tdep.c:
2917         * sh64-tdep.c:
2918         * skip.c:
2919         * solib-darwin.c:
2920         * solib-dsbt.c:
2921         * solib-frv.c:
2922         * sparc-tdep.c:
2923         * spu-multiarch.c:
2924         * spu-tdep.c:
2925         * stack.c:
2926         * symfile.c:
2927         * symtab.c:
2928         * tic6x-tdep.c:
2929         * tracepoint.c:
2930         * v850-tdep.c:
2931         * valarith.c:
2932         * valprint.c:
2933         * value.c:
2934         * xcoffread.c:
2935         * xtensa-tdep.c:
2936         * ada-lang.c:
2937         * ada-tasks.c:
2938         * ada-varobj.c:
2939         * amd64-darwin-tdep.c:
2940         * arm-symbian-tdep.c:
2941         * arm-tdep.c: Delete unused variables.
2942
2943 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2944
2945         Rename $ddir to $datadir.
2946         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
2947         * auto-load.c (auto_load_safe_path_vec_update)
2948         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
2949         * configure: Regenerate.
2950         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
2951         Likewise.  Remove the 'use $ddir' help string.
2952
2953 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2954
2955         * auto-load.c (show_auto_load_safe_path): Accept any combination of
2956         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
2957
2958 2012-05-18  Tom Tromey  <tromey@redhat.com>
2959
2960         PR exp/13907:
2961         * valprint.h (struct value_print_options) <symbol_print>: New
2962         field.
2963         * valprint.c (user_print_options): Add default for symbol_print.
2964         (show_symbol_print): New function.
2965         (generic_val_print): Respect symbol_print.
2966         (_initialize_valprint): Add "print symbol" setting.
2967         * f-valprint.c (f_val_print): Respect symbol_print.
2968         * c-valprint.c (c_val_print): Respect symbol_print.
2969         * NEWS: Update.
2970         * printcmd.c (print_address_symbolic): Return int.  Ignore some
2971         zero-size symbols.
2972         (print_address_demangle): Return int.
2973         * defs.h: (print_address_symbolic): Return int.
2974         * value.h (print_address_demangle): Return int.
2975
2976 2012-05-18  Tom Tromey  <tromey@redhat.com>
2977
2978         * valprint.c (val_print_string): Don't print leading space.
2979         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
2980         print space before string or vtbl.
2981         * m2-valprint.c (print_unpacked_pointer): Optionally print space
2982         before string.
2983         * jv-valprint.c (java_value_print): Print space before string.
2984         * go-valprint.c (print_go_string): Print space before string.
2985         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
2986         space before string.
2987         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
2988         space before string or vtbl.
2989         * auxv.c (fprint_target_auxv): Print space after address.
2990
2991 2012-05-18  Tom Tromey  <tromey@redhat.com>
2992
2993         * printcmd.c (print_address_demangle): Remove special case for 0.
2994
2995 2012-05-18  Tom Tromey  <tromey@redhat.com>
2996
2997         * printcmd.c (print_address_demangle): Add 'opts' argument.
2998         * p-valprint.c (pascal_val_print): Update.
2999         * jv-valprint.c (java_val_print): Update.
3000         * value.h: Update.
3001         * valprint.c (generic_val_print): Update.
3002         (print_function_pointer_address): Add 'options' argument.  Remove
3003         'addressprint' argument.  Update.
3004         * m2-valprint.c (print_unpacked_pointer): Update.
3005         * gnu-v3-abi.c (print_one_vtable): Update.
3006         (gnuv3_print_method_ptr): Update.
3007         * f-valprint.c (f_val_print): Update.
3008         * cp-valprint.c (cp_print_value_fields): Update.
3009         * valprint.h (print_function_pointer_address): Update.
3010         * c-valprint.c (c_val_print): Update.
3011
3012 2012-05-18  Tom Tromey  <tromey@redhat.com>
3013
3014         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
3015         directly corresponding to the found psymtab.
3016         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
3017         (dw2_find_pc_sect_symtab): Use it.
3018         * block.h (blockvector_contains_pc): Declare.
3019         * block.c (find_block_in_blockvector): New function.
3020         (blockvector_for_pc_sect): Use it.
3021         (blockvector_contains_pc): New function.
3022
3023 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
3024
3025         * mips-tdep.h (mips_write_pc): New prototype.
3026         * mips-tdep.c (mips_write_pc): Make external, add description.
3027         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
3028         add description.
3029
3030 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
3031
3032         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
3033         mips_regnum->pc.
3034         (mips_unwind_pc, mips_write_pc): Likewise.
3035         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
3036         gdbarch_read_pc.
3037
3038 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
3039
3040         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
3041         proc_warn, proc_error, proc_get_status, proc_flags,
3042         proc_why, proc_what, proc_nsysarg, proc_sysargs,
3043         proc_set_run_on_last_close, proc_unset_run_on_last_close,
3044         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
3045         proc_stop_process, proc_wait_for_stop, proc_run_process,
3046         proc_set_traced_signals, proc_set_traced_faults,
3047         proc_set_traced_sysentry, proc_set_traced_sysexit,
3048         proc_set_held_signals, proc_get_held_signals,
3049         proc_get_traced_signals, proc_get_traced_faults,
3050         proc_get_traced_sysentry, proc_get_traced_sysexit,
3051         proc_clear_current_fault, proc_set_current_signal,
3052         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
3053         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
3054         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
3055         proc_get_current_thread, proc_get_current_thread,
3056         proc_get_current_thread, proc_update_threads,
3057         proc_update_threads, proc_update_threads, proc_update_threads,
3058         proc_iterate_over_threads, procfs_find_new_threads,
3059         procfs_pid_to_str): Make static.  Remove advance declaration.
3060         (proc_cursig): Make static.  Conditionalized defintion on
3061         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
3062         (proc_syscall, proc_set_kill_on_last_close,
3063         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
3064         proc_get_pending_signals, proc_get_signal_actions,
3065         proc_trace_signal, proc_ignore_signal): Delete.
3066
3067 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3068
3069         * coffread.c (cs_section_address): Passing proper argument for
3070         `bfd_get_section_vma'.
3071         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
3072         `bfd_get_section_flags'.
3073         * remote.c (remote_trace_set_readonly_regions): Likewise, for
3074         `bfd_get_section_vma'.
3075
3076 2012-05-16  Tom Tromey  <tromey@redhat.com>
3077
3078         PR macros/13205:
3079         * macrotab.h: (macro_define_special): Declare.
3080         (enum macro_special_kind): New.
3081         (struct macro_definition) <argc, replacement>: Update comments.
3082         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
3083         (macro_define_object_internal): New function.
3084         (macro_define_object): Use it.
3085         (macro_define_special): New function.
3086         (fixup_definition): New function.
3087         (macro_lookup_definition, foreach_macro_in_scope)
3088         (foreach_macro): Use fixup_definition.
3089         * macroexp.h (macro_stringify): Declare.
3090         * macroexp.c (free_buffer_return_text): New function.
3091         (stringify): Constify "arg".
3092         (macro_stringify): New function.
3093         * dwarf2read.c (macro_start_file): Call macro_define_special.
3094
3095 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
3096             Maciej W. Rozycki  <macro@mips.com>
3097
3098         * breakpoint.h (bp_location): Add related_address member.
3099         * inferior.h (get_return_value): Take a pointer to struct value
3100         instead of struct type for the function requested.
3101         * value.h (using_struct_return): Likewise.
3102         * gdbarch.sh (return_value): Take a pointer to struct value
3103         instead of struct type for the function requested.
3104         * breakpoint.c (set_breakpoint_location_function): Initialize
3105         related_address for bp_gnu_ifunc_resolver breakpoints.
3106         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
3107         requested function's address to gdbarch_return_value.
3108         * eval.c (evaluate_subexp_standard): Pass the requested
3109         function's address to using_struct_return.
3110         * infcall.c (call_function_by_hand): Pass the requested
3111         function's address to using_struct_return and
3112         gdbarch_return_value.
3113         * infcmd.c (get_return_value): Take a pointer to struct value
3114         instead of struct type for the function requested.
3115         (print_return_value): Update accordingly.
3116         (finish_command_continuation): Likewise.
3117         * stack.c (return_command): Pass the requested function's
3118         address to using_struct_return and gdbarch_return_value.
3119         * value.c (using_struct_return): Take a pointer to struct value
3120         instead of struct type for the function requested.  Pass the
3121         requested function's address to gdbarch_return_value.
3122         * python/py-finishbreakpoint.c (finish_breakpoint_object):
3123         New function_value member, replacing function_type.
3124         (bpfinishpy_dealloc): Update accordingly.
3125         (bpfinishpy_pre_stop_hook): Likewise.
3126         (bpfinishpy_init): Likewise.  Record the requested function's
3127         address.
3128         * mips-tdep.c (mips_fval_reg): New enum.
3129         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
3130         words put in GP registers.
3131         (mips_o64_push_dummy_call): Update a comment.
3132         (mips_o32_return_value): Take a pointer to struct value instead
3133         of struct type for the function requested and use it to check if
3134         using the MIPS16 calling convention.  Return the designated
3135         general purpose registers for floating-point values returned in
3136         MIPS16 mode.
3137         (mips_o64_return_value): Likewise.
3138         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
3139         (ppc_sysv_abi_broken_return_value): Likewise.
3140         (ppc64_sysv_abi_return_value): Likewise.
3141         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
3142         value instead of struct type for the function requested.
3143         * amd64-tdep.c (amd64_return_value): Likewise.
3144         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
3145         * arm-tdep.c (arm_return_value): Likewise.
3146         * avr-tdep.c (avr_return_value): Likewise.
3147         * bfin-tdep.c (bfin_return_value): Likewise.
3148         * cris-tdep.c (cris_return_value): Likewise.
3149         * frv-tdep.c (frv_return_value): Likewise.
3150         * h8300-tdep.c (h8300_return_value): Likewise.
3151         (h8300h_return_value): Likewise.
3152         * hppa-tdep.c (hppa32_return_value): Likewise.
3153         (hppa64_return_value): Likewise.
3154         * i386-tdep.c (i386_return_value): Likewise.
3155         * ia64-tdep.c (ia64_return_value): Likewise.
3156         * iq2000-tdep.c (iq2000_return_value): Likewise.
3157         * lm32-tdep.c (lm32_return_value): Likewise.
3158         * m32c-tdep.c (m32c_return_value): Likewise.
3159         * m32r-tdep.c (m32r_return_value): Likewise.
3160         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
3161         * m68k-tdep.c (m68k_return_value): Likewise.
3162         (m68k_svr4_return_value): Likewise.
3163         * m88k-tdep.c (m88k_return_value): Likewise.
3164         * mep-tdep.c (mep_return_value): Likewise.
3165         * microblaze-tdep.c (microblaze_return_value): Likewise.
3166         * mn10300-tdep.c (mn10300_return_value): Likewise.
3167         * moxie-tdep.c (moxie_return_value): Likewise.
3168         * mt-tdep.c (mt_return_value): Likewise.
3169         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
3170         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
3171         (ppc_sysv_abi_broken_return_value): Likewise.
3172         (ppc64_sysv_abi_return_value): Likewise.
3173         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
3174         * rl78-tdep.c (rl78_return_value): Likewise.
3175         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
3176         * rx-tdep.c (rx_return_value): Likewise.
3177         * s390-tdep.c (s390_return_value): Likewise.
3178         * score-tdep.c (score_return_value): Likewise.
3179         * sh-tdep.c (sh_return_value_nofpu): Likewise.
3180         (sh_return_value_fpu): Likewise.
3181         * sh64-tdep.c (sh64_return_value): Likewise.
3182         * sparc-tdep.c (sparc32_return_value): Likewise.
3183         * sparc64-tdep.c (sparc64_return_value): Likewise.
3184         * spu-tdep.c (spu_return_value): Likewise.
3185         * tic6x-tdep.c (tic6x_return_value): Likewise.
3186         * v850-tdep.c (v850_return_value): Likewise.
3187         * vax-tdep.c (vax_return_value): Likewise.
3188         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
3189         * xtensa-tdep.c (xtensa_return_value): Likewise.
3190         * gdbarch.c: Regenerate.
3191         * gdbarch.h: Regenerate.
3192
3193 2012-05-15  Tom Tromey  <tromey@redhat.com>
3194
3195         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
3196
3197 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
3198
3199         * breakpoint.c (init_breakpoint_sal): Add quotes around part
3200         of command in two error message.
3201
3202 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
3203
3204         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
3205
3206 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
3207
3208         * breakpoint.c (find_condition_and_thread): Minor reformatting.
3209
3210 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3211
3212         * NEWS (show auto-load scripts-directory): Add forgotten command.
3213
3214 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3215
3216         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
3217         parameters.
3218
3219 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
3220
3221         * amd64-tdep.c: Include features/i386/x32.c and
3222         features/i386/x32-avx.c.
3223         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
3224         initialize_tdesc_x32_avx.
3225
3226 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3227
3228         Add dynamic printf.
3229         * breakpoint.h (enum bptype): New type bp_dprintf.
3230         (struct breakpoint): New field extra_string.
3231         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
3232         (create_breakpoint): Add extra_string arg.
3233         * breakpoint.c (dprintf_breakpoint_ops): New.
3234         (is_breakpoint): Add bp_dprintf.
3235         (bpstat_what): Add dprintf case.
3236         (bptype_string): Ditto.
3237         (print_one_breakpoint_location): Ditto.
3238         (init_bp_location): Ditto.
3239         (bkpt_print_mention): Ditto.
3240         (dprintf_style_enums): New array.
3241         (dprintf_style): New global.
3242         (dprintf_function): New global.
3243         (dprintf_channel): New global.
3244         (update_dprintf_command_list): New function.
3245         (update_dprintf_commands): New function.
3246         (init_breakpoint_sal): Add extra_string argument, handle it.
3247         (create_breakpoint_sal): Add extra_string argument.
3248         (create_breakpoints_sal): Add extra_string argument, update callers.
3249         (find_condition_and_thread): Add extra argument.
3250         (create_breakpoint): Add extra_string argument, record it.
3251         (dprintf_command): New function.
3252         (break_command_1): Add arg to create_breakpoint call.
3253         (handle_gnu_v3_exceptions): Ditto.
3254         (trace_command): Ditto.
3255         (ftrace_command): Ditto.
3256         (strace_command): Ditto.
3257         (bkpt_print_mention): Add dprintf case.
3258         (create_breakpoint_sal_default): Add extra_string argument.
3259         (_initialize_breakpoint): Add new commands.
3260         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
3261         * python/py-breakpoint.c (bppy_init): Ditto.
3262         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
3263
3264 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
3265
3266         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
3267
3268 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
3269
3270         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
3271         unsigned long long.
3272
3273 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3274
3275         Add a new function gdb.find_pc_line to the Python API.
3276         * NEWS (Python Scripting): Add entry about the new function.
3277         * python/python.c (gdbpy_find_pc_line): New function which
3278         implements gdb.find_pc_line.
3279         (GdbMethods): Add entry for the new function.
3280
3281 2012-05-12  Pedro Alves  <palves@redhat.com>
3282
3283         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
3284         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
3285
3286 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
3287
3288         * inferior.c: Include completer.h
3289         (initialize_inferiors): Set completer of add-inferior to
3290         filename_completer.
3291
3292 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
3293
3294         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
3295         gdbarch_ptr_bit for x32 core dump.
3296
3297 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
3298
3299         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
3300         and features/i386/x32-avx-linux.c.
3301
3302 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3303             Kwok Cheung Yeung  <kcy@codesourcery.com>
3304
3305         * NEWS: Describe new info os commands.
3306         * common/linux-osdata.c (PID_T, TIME_T): Define.
3307         (MAX_PID_T_STRLEN): New.
3308         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
3309         MAX_PID_T_STRLEN.
3310         (command_from_pid): Add comment.  Change to use PID_T.
3311         (commandline_from_pid):  Change to use PID_T.
3312         (user_from_pid): Add comment.
3313         (get_process_owner): Add comment. Change to use PID_T and
3314         MAX_PID_T_STRLEN.
3315         (get_number_of_cpu_cores): Add comment.
3316         (get_cores_used_by_process): Add comment.  Change to use PID_T and
3317         MAX_PID_T_STRLEN.
3318         (linux_xfer_osdata_processes): Change to use PID_T and
3319         MAX_PID_T_STRLEN.
3320         (compare_processes): New function.
3321         (linux_xfer_osdata_processgroups): New function.
3322         (linux_xfer_osdata_threads): Change to use PID_T.
3323         (linux_xfer_osdata_fds): New function.
3324         (format_socket_state, print_sockets): New functions.
3325         (union socket_addr): New union.
3326         (linux_xfer_osdata_isockets): New function.
3327         (time_from_time_t, group_from_gid): New functions.
3328         (linux_xfer_osdata_shm): New function.
3329         (linux_xfer_osdata_sem): New function.
3330         (linux_xfer_osdata_msg): New function.
3331         (linux_xfer_osdata_modules): New function.
3332         (osdata_table): Add new entries.
3333         * common/buffer.c (buffer_xml_printf): Add support for long and
3334         long long format specifiers.
3335
3336 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
3337
3338         * amd64-linux-tdep.h (tdesc_x32_linux): New.
3339         (tdesc_x32_avx_linux): Likewise.
3340
3341 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3342
3343         Implement multi-component --with-auto-load-dir.
3344         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
3345         entries.
3346         (--with-auto-load-safe-path): Update the default value description.
3347         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
3348         New.
3349         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
3350         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
3351         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
3352         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
3353         "set auto-load scripts-directory".
3354         * config.in: Regenerate.
3355         * configure: Regenerate.
3356         * configure.ac (--with-auto-load-dir): New configure option.
3357         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
3358
3359 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3360
3361         Provide $ddir substitution for --with-auto-load-safe-path.
3362         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
3363         entries.
3364         * auto-load.c: Include observer.h.
3365         (auto_load_safe_path_vec_update): Call substitute_path_component for
3366         each component.  New variable ddir_subst.
3367         (auto_load_gdb_datadir_changed): New function.
3368         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
3369         AUTO_LOAD_SAFE_PATH.  New comment.
3370         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
3371         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
3372         * config.in: Regenerate.
3373         * configure: Regenerate.
3374         * configure.ac (--auto-load-safe-path): Rename
3375         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
3376         GDB_DATADIR/auto-load.
3377         * defs.h (substitute_path_component): New declaration.
3378         * top.c: Include observer.h.
3379         (set_gdb_datadir): New function.
3380         (init_main): Install it for "set data-directory".
3381         * utils.c (substitute_path_component): New function.
3382
3383 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3384
3385         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
3386         * auto-load.c (auto_load_objfile_script): Remove check for NULL
3387         DEBUG_FILE_DIRECTORY.  Handle multiple components of
3388         DEBUG_FILE_DIRECTORY.
3389
3390 2012-05-10  Tom Tromey  <tromey@redhat.com>
3391
3392         * dwarf2read.c (recursively_write_psymbols): New function.
3393         (write_psymtabs_to_index): Use it.
3394
3395         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
3396         field.
3397         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
3398         (load_partial_comp_unit): Update.
3399         (queue_comp_unit): Add argument 'pretend_language'.
3400         (process_queue): Update.
3401         (psymtab_to_symtab_1): Skip dependencies that have a user.
3402         (load_partial_comp_unit_reader): Give meaning to the 'data'
3403         argument.
3404         (load_full_comp_unit): Add 'pretend_language' argument.
3405         (process_full_comp_unit): Add 'pretend_language' argument.  Set
3406         language on CU.
3407         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
3408         Update.
3409         (maybe_queue_comp_unit): Add 'pretend_language' argument.
3410         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
3411         Update.
3412         (prepare_one_comp_unit): Add 'pretend_language' argument.
3413
3414         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
3415         (struct dwarf2_per_objfile) <just_read_cus>: New field.
3416         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
3417         (dw2_do_instantiate_symtab): Check whether symtab was read in
3418         before queueing.
3419         (dw2_instantiate_symtab): Add assertion.  Call
3420         process_cu_includes.
3421         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
3422         (partial_symtab_p): New typedef.
3423         (set_partial_user): New function.
3424         (dwarf2_build_psymtabs_hard): Use set_partial_user.
3425         (scan_partial_symbols): Add imported CU to imported_symtabs.
3426         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
3427         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
3428         (get_symtab, recursively_compute_inclusions)
3429         (compute_symtab_includes, process_cu_includes)
3430         (process_imported_unit_die): New functions.
3431         (process_die) <DW_TAG_imported_unit>: New case.
3432         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
3433
3434         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
3435         comment.
3436         (struct partial_die_info) <locdesc>: Remove.
3437         <d>: New field.
3438         (process_psymtab_comp_unit): Add 'read_partial' argument.
3439         Update.
3440         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
3441         (scan_partial_symbols): Handle DW_TAG_imported_unit.
3442         (add_partial_symbol): Update.
3443         (process_die): Handle DW_TAG_partial_unit.
3444         (read_file_scope): Update comment.
3445         (load_partial_dies): Handle DW_TAG_imported_unit.
3446         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
3447         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
3448
3449 2012-05-10  Tom Tromey  <tromey@redhat.com>
3450
3451         * cc-with-dwz.sh: New file.
3452
3453 2012-05-10  Tom Tromey  <tromey@redhat.com>
3454
3455         * symtab.h (struct symtab) <includes, user>: New fields.
3456         * block.h (struct block_iterator) <d, idx, which>: New fields.
3457         * block.c (initialize_block_iterator, find_iterator_symtab)
3458         (block_iterator_step, block_iter_name_step)
3459         (block_iter_match_step): New functions.
3460         (block_iterator_first, block_iterator_next)
3461         (block_iter_name_first, block_iter_name_next)
3462         (block_iter_match_first, block_iter_match_next): Rewrite.
3463         (get_block_symtab): New function.
3464
3465 2012-05-10  Tom Tromey  <tromey@redhat.com>
3466
3467         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
3468         set_block_symtab.
3469         * jit.c (finalize_symtab): Use allocate_global_block,
3470         set_block_symtab.
3471         * buildsym.c (finish_block_internal): New function, from old
3472         finish_block.
3473         (finish_block): Rewrite.
3474         (end_symtab): Use finish_block_internal, set_block_symtab.
3475         * block.h (struct global_block): New.
3476         (allocate_global_block, set_block_symtab): Declare.
3477         * block.c (allocate_global_block, set_block_symtab): New
3478         functions.
3479
3480 2012-05-10  Tom Tromey  <tromey@redhat.com>
3481
3482         * psymtab.c (partial_map_expand_apply): Add assertion.
3483         (partial_map_symtabs_matching_filename): Skip included psymtabs.
3484         (psymtab_to_symtab): Find unshared psymtab.
3485         (dump_psymtab): Print including psymtabs.
3486         (recursively_search_psymtabs): New function.
3487         (expand_symtabs_matching_via_partial): Use it.
3488         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
3489         fields.
3490         (enum psymtab_search_status): New.
3491
3492 2012-05-10  Tom Tromey  <tromey@redhat.com>
3493
3494         * tracepoint.c (scope_info): Update.
3495         * symtab.c (lookup_block_symbol, iterate_over_symbols)
3496         (find_pc_sect_symtab, search_symbols)
3497         (default_make_symbol_completion_list_break_on)
3498         (make_file_symbol_completion_list): Update.
3499         * symmisc.c (dump_symtab_1): Update.
3500         * stack.c (print_frame_args, iterate_over_block_locals)
3501         (print_frame_labels, iterate_over_block_arg_vars): Update.
3502         * python/py-block.c (block_object) <dict>: Remove.
3503         <block>: New field.
3504         <iter>: Change type.
3505         (blpy_iter): Update.
3506         (blpy_block_syms_iternext): Update.
3507         * psymtab.c (map_block): Use block iterators.
3508         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
3509         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
3510         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
3511         * infrun.c (check_exception_resume): Update.
3512         * cp-support.c (make_symbol_overload_list_block): Update.
3513         * coffread.c (patch_opaque_types): Update.
3514         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
3515         * block.h (struct block_iterator): New.
3516         (block_iterator_first, block_iterator_next, block_iter_name_first)
3517         (block_iter_name_next, block_iter_match_first)
3518         (block_iter_match_next): Declare.
3519         (ALL_BLOCK_SYMBOLS): Redefine.
3520         * block.c (block_iterator_first, block_iterator_next)
3521         (block_iter_name_first, block_iter_name_next)
3522         (block_iter_match_first, block_iter_match_next): New functions.
3523         * ada-lang.c (ada_add_block_symbols)
3524         (ada_make_symbol_completion_list): Use block iterator.
3525
3526 2012-05-10  Tom Tromey  <tromey@redhat.com>
3527
3528         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
3529         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
3530         (lookup_partial_symbol, find_last_source_symtab_from_partial)
3531         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
3532         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
3533         Update.
3534
3535 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
3536
3537         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
3538         print-file-var-lib2.c, print-file-var-main.c and
3539         print-file-var.exp (located in gdb/testsuite/gdb.base).
3540
3541 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
3542
3543         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
3544         try locating the symbol in the symbol's own objfile first, before
3545         extending the search to all objfiles.
3546         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
3547         out of lookup_symbol_aux_symtabs.
3548         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
3549         Replace extracted-out code by call to lookup_symbol_aux_objfile.
3550         Do not search EXCLUDE_OBJFILE.
3551         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
3552         (lookup_symbol_global): Search for matches in the block's objfile
3553         first, before searching all other objfiles.
3554
3555 2012-05-10  Tristan Gingold  <gingold@adacore.com>
3556
3557         * printcmd.c (set_command): Add pre/post inc/dec.
3558
3559 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
3560
3561         * gdb.1: Document -ex option.
3562
3563 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
3564
3565         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
3566         * inferior.h (AT_SYMBOL): Delete.
3567
3568 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
3569
3570         * mips-tdep.c (mips_push_dummy_code): New function.
3571         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
3572         ON_STACK and install mips_push_dummy_code as our gdbarch
3573         push_dummy_code routine.
3574
3575 2012-05-09  Pedro Alves  <palves@redhat.com>
3576
3577         * target.c (set_maintenance_target_async_permitted): Rename to ...
3578         (set_target_async_command): ... this.
3579         (show_maintenance_target_async_permitted): Rename to ...
3580         (show_target_async_command): ... this.
3581         (initialize_targets): Adjust.
3582
3583 2012-05-08  Doug Evans  <dje@google.com>
3584
3585         * go-exp.y (classify_name): Add missing assignment of fields of
3586         yylval.ssym.
3587
3588 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
3589
3590         Display the ">" prompt in interactive mode while reading canned
3591         commands, even when the current interpreter is MI.
3592
3593         * interps.c (interp_set_temp): New function.
3594
3595         * interps.h (interp_set_temp): Add prototype.
3596
3597         * cli/cli-script.c (restore_interp): New cleanup function.
3598         (read_command_lines): Temporarily override the current interpreter
3599         with CLI and arrange for restoring the original one.
3600
3601 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
3602
3603         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
3604
3605 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3606
3607         * probe.c (parse_probes): Move conditional to check for
3608         debuginfo files from here...
3609         * stap-probe.c (stap_get_probes): ... to here.
3610
3611 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
3612             H.J. Lu  <hongjiu.lu@intel.com>
3613
3614         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
3615         `movl %esp, %ebp' for the X32 ABI.
3616
3617 2012-05-07  Tom Tromey  <tromey@redhat.com>
3618
3619         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
3620         get_DW_TAG_name.
3621         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
3622         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
3623         (dwarf_stack_op_name): Remove.
3624         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
3625         (decode_locdesc): Use get_DW_OP_name.
3626         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
3627         (dwarf2_compile_expr_to_ax): Likewise.
3628         (disassemble_dwarf_expression): Likewise.
3629         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
3630
3631 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
3632
3633         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
3634         (sh_linux_sigtramp_cache): New function.
3635         (sh_linux_sigreturn_init): New function.
3636         (sh_linux_rt_sigreturn_init): New function.
3637         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
3638         patterns.
3639         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
3640         syscall codes.
3641         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
3642         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
3643         (sh_linux_init_abi): Add init calls to register new tramp_frame
3644         definitions under 32-bit SH, update comments.
3645
3646 2012-05-07  Pedro Alves  <palves@redhat.com>
3647
3648         PR gdb/10952
3649
3650         * amd64-linux-tdep.c: Include glibc-tdep.h.
3651         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
3652         gdbarch_skip_solib_resolver callback.
3653
3654 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3655
3656         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
3657         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
3658         (show_auto_load_safe_path): Check any-directory by comparison with "/".
3659         (add_auto_load_safe_path): Change the error message.
3660         (_initialize_auto_load): Change the "safe-path" help text.
3661         * configure: Regenerate
3662         * configure.ac (--without-auto-load-safe-path): Set
3663         WITH_AUTO_LOAD_SAFE_PATH to /.
3664
3665 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3666
3667         * stap-probe.h: Do not include unecessary `probe.h'.
3668
3669 2012-05-05  Alan Modra  <amodra@gmail.com>
3670
3671         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
3672         bfd_und_section_ptr.
3673         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
3674         and bfd_com_section_ptr.
3675
3676 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
3677
3678         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
3679
3680 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
3681
3682         * windows-nat.h (segment_register_p_ftype): New typedef.
3683         (windows_set_segment_register_p): Add declaration.
3684         * windows-nat.c (segment_register_p): New static global.
3685         (windows_set_segment_register_p): New function.
3686         (do_windows_fetch_inferior_registers): Add special handling
3687         for segment registers.
3688         * amd64-windows-nat.c: #include "amd64-tdep.h".
3689         (amd64_windows_segment_register_p): New function.
3690         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
3691         * i386-windows-nat.c: #include "i386-tdep.h".
3692         (i386_windows_segment_register_p): New function.
3693         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
3694
3695 2012-05-04  Tristan Gingold  <gingold@adacore.com>
3696
3697         * printcmd.c (set_command): Emit a warning if the expression is not
3698         an assignment.
3699
3700 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
3701
3702         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
3703         Make static.
3704
3705 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
3706
3707         * stap-probe.c (stap_is_operator): Change declaration.
3708         (stap_get_opcode): Change return value.
3709         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
3710         `stap_parse_argument_1'.
3711
3712 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
3713
3714         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
3715         debug log.
3716
3717 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3718
3719         Add two new methods global_block and static_block to gdb.Symtab
3720         objects.
3721         * NEWS (Python scripting): Add entry about the new methods.
3722         * python/py-symtab.c (stpy_global_block): New function which
3723         implements the gdb.Symtab.global_block() method.
3724         (stpy_static_block): New function which implements the
3725         gdb.Symtab.static_block() method.
3726         (symtab_object_methods): Add entries for the two new methods.
3727
3728 2012-05-03  Doug Evans  <dje@google.com>
3729
3730         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
3731         files.
3732
3733 2012-05-03  Yao Qi  <yao@codesourcery.com>
3734
3735         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
3736         space.
3737         (i386_process_record): Ditto.
3738
3739 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
3740
3741         * infcall.c (unwind_on_signal_p): Make static.
3742
3743 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
3744
3745         * sol-thread.c (solaris_pid_to_str): Make static.
3746         (_initialize_sol_thread): Add prototype.
3747
3748 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
3749
3750         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
3751
3752 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
3753
3754         * MAINTAINERS: Remove myself.
3755
3756 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3757
3758         Fix --without-auto-load-safe-path for MS-Windows host platform.
3759         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
3760
3761 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
3762
3763         * gdb_curses.h: Undefine KEY_EVENT before including curses
3764         headers.  Move "#undef MOUSE_MOVED" before any curses header
3765         inclusion.
3766
3767 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
3768
3769         * features/i386/i386-mmx-linux.c: Regenerate.
3770         * features/rs6000/powerpc-32.c: Likewise.
3771         * features/rs6000/powerpc-32l.c: Likewise.
3772         * features/rs6000/powerpc-403.c: Likewise.
3773         * features/rs6000/powerpc-403gc.c: Likewise.
3774         * features/rs6000/powerpc-405.c: Likewise.
3775         * features/rs6000/powerpc-505.c: Likewise.
3776         * features/rs6000/powerpc-601.c: Likewise.
3777         * features/rs6000/powerpc-602.c: Likewise.
3778         * features/rs6000/powerpc-603.c: Likewise.
3779         * features/rs6000/powerpc-604.c: Likewise.
3780         * features/rs6000/powerpc-64.c: Likewise.
3781         * features/rs6000/powerpc-64l.c: Likewise.
3782         * features/rs6000/powerpc-750.c: Likewise.
3783         * features/rs6000/powerpc-860.c: Likewise.
3784         * features/rs6000/powerpc-e500.c: Likewise.
3785         * features/rs6000/powerpc-e500l.c: Likewise.
3786         * features/rs6000/powerpc-isa205-32l.c: Likewise.
3787         * features/rs6000/powerpc-isa205-64l.c: Likewise.
3788         * features/rs6000/rs6000.c: Likewise.
3789
3790 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
3791
3792         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
3793         variable.
3794         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
3795         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
3796         (stap_parse_argument) <e>: Likewise.
3797         (handle_stap_probe) <byte_order>: Likewise.
3798
3799 2012-04-30  Doug Evans  <dje@google.com>
3800
3801         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
3802         init_and_read_dies_worker.  All callers updated.
3803         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
3804         replaced with init_cutu_and_read_dies.
3805         (load_partial_comp_unit): Pass 1 for use_existing_cu.
3806         (find_partial_die): Remove FIXME.  Don't free current CU.
3807
3808 2012-04-30  Sterling Augustine  <saugustine@google.com>
3809
3810         * contrib: New directory.
3811         * contrib/test_pubnames_and_indexes.py: New file.
3812
3813 2012-04-30  Doug Evans  <dje@google.com>
3814
3815         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
3816         All callers updated.
3817         (init_cu_die_reader): Verify the section is non-empty.
3818         (dwarf_decode_line_header): Don't dereference section->asection
3819         until we know the section is present.
3820
3821 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3822
3823         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
3824         probes.
3825
3826 2012-04-29  Yao Qi  <yao@codesourcery.com>
3827
3828         * gdb-code-style.el: New hook gdb-markup-hook
3829         and gdb-comment-hook.
3830
3831 2012-04-28  Doug Evans  <dje@google.com>
3832
3833         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
3834         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
3835         objfile->obfd.
3836         * symfile.h (dwarf2_debug_sections): New member addr.
3837         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
3838         (ctx_no_get_addr_index): New function.
3839         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
3840         (ctx_no_get_addr_index): Declare.
3841         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
3842         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
3843         (dwarf_expr_ctx_funcs): Update.
3844         (needs_get_addr_index): New function.
3845         (needs_frame_ctx_funcs): Update.
3846         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
3847         * dwarf2read.c: #include "gdbcore.h".
3848         (dwarf2_per_objfile): New members addr, dwo_files.
3849         (dwarf2_elf_names): Add entry for addr.
3850         (struct dwo_section_names): New type.
3851         (dwo_section_names): New static global.
3852         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
3853         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
3854         old debug_types_section member updated to use this.
3855         Rename member debug_types_section to info_or_types_section,
3856         all uses updated.
3857         (signatured_type): Rename member type_offset to type_offset_in_tu,
3858         all uses updated.  New member type_offset_in_section.
3859         (struct dwo_sections): New type.
3860         (struct dwo_unit): New type.
3861         (struct dwo_file): New type.
3862         (die_reader_specs): New member dwo_file.
3863         (dwarf2_locate_sections): Watch for .debug_addr.
3864         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
3865         (dwarf2_read_section): Get bfd of section from bfd's asection,
3866         instead of objfile.
3867         (create_cus_from_index): Initialize the_cu->info_or_types_section.
3868         (create_signatured_type_table_from_index): Initialize
3869         sig_type->info_or_types_section.
3870         (dw2_get_file_names): Statement lists for type units with DWO files
3871         live in the DWO file.
3872         (create_debug_types_hash_table): New function.
3873         (create_all_type_units): Rewrite.
3874         (init_cu_die_reader): New arg dwo_file, all callers updated.
3875         (init_and_read_dies_worker): Get section from
3876         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
3877         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
3878         continue reading the CU/TU from there.
3879         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
3880         updated.  Get section from this_cu->info_or_types_section.
3881         (create_all_comp_units): Initialize this_cu->info_or_types_section.
3882         (skip_one_die): New cases DW_FORM_GNU_addr_index,
3883         DW_FORM_GNU_str_index.
3884         (hash_dwo_file, eq_dwo_file): New functions.
3885         (allocate_dwo_file_hash_table): New function.
3886         (hash_dwo_unit, eq_dwo_unit): New functions.
3887         (allocate_dwo_unit_table): New function.
3888         (dwarf2_locate_dwo_sections): New function.
3889         (struct create_dwo_info_table_data): New type.
3890         (create_debug_info_hash_table_reader): New function.
3891         (create_debug_info_hash_table): New function.
3892         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
3893         (lookup_dwo_file): New function.
3894         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
3895         (free_dwo_file, free_dwo_file_cleanup): New functions.
3896         (free_dwo_file_from_slot, free_dwo_files): New functions.
3897         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
3898         (dwarf2_record_block_ranges): Ditto.
3899         (read_partial_die): Ditto.
3900         (process_enumeration_scope): Update to use type_offset_in_section.
3901         (read_full_die_1): New function.
3902         (read_full_die): Rewrite.
3903         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
3904         DW_FORM_GNU_str_index.
3905         (read_addr_index_1, read_addr_index): New functions.
3906         (read_addr_index_from_leb128): New function.
3907         (struct dwarf2_read_addr_index_data): New type.
3908         (dwarf2_read_addr_index_reader): New function.
3909         (dwarf2_read_addr_index): New function.
3910         (read_str_index): New function.
3911         (leb128_size): New function.
3912         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
3913         If processing a type unit from a DWO file, get the line section
3914         from the DWO file.
3915         (var_decode_location): Watch for DW_OP_GNU_addr_index.
3916         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
3917         DW_FORM_GNU_str_index.
3918         (lookup_die_type): Check whether section offset of type's die is
3919         known before looking it up.  Remove assert.  Condition can
3920         legimately happen for inter-cu type references.
3921         (dwarf_attr_name): Handle Fission attributes.
3922         (dwarf_form_name): Handle Fission forms.
3923         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
3924         DW_FORM_GNU_str_index.
3925         (follow_die_sig): Update to use type_offset_in_section.
3926         (decode_locdesc): New case DW_OP_GNU_addr_index.
3927         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
3928         DW_FORM_GNU_str_index.
3929         (cu_debug_loc_section): New function.
3930         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
3931         (dwarf2_per_objfile_free): Unmap .debug_addr section.
3932         Free DWO files if present.
3933         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
3934
3935         Refactor DIE reading.
3936         * dwarf2read.c (dwarf2_per_objfile): Replace members
3937         debug_info_type_hash and debug_types_type_hash with die_type_hash.
3938         (die_reader_specs): New member "die_section".  Temporarily make
3939         member "buffer" non-const, pending constifying all info_ptr uses.
3940         (die_reader_func_ftype): New typedef.
3941         (dw2_get_file_names_reader): New function.
3942         (dw2_get_file_names): Rewrite.
3943         (read_and_check_type_unit_head): Rename arg type_offset to
3944         type_offset_in_tu.
3945         (create_all_type_units): Improve debugging message.
3946         Improve dummy type unit check.
3947         (init_cu_die_reader): New arg "section".  All callers updated.
3948         (init_and_read_dies_worker): New function.
3949         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
3950         (init_cutu_and_read_dies_no_follow): New function.
3951         (init_cutu_and_read_dies_simple): New function.
3952         (process_psymtab_comp_unit_reader): New function.
3953         (process_psymtab_comp_unit): Delete args section,
3954         is_debug_types_section.  Rewrite.  All callers updated.
3955         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
3956         All callers updated.  Rewrite.
3957         (load_partial_comp_unit_reader): New function.
3958         (load_partial_comp_unit): Rewrite.
3959         (skip_children): New arg reader.  Delete args buffer, cu.
3960         All callers updated.
3961         (skip_one_die): New arg reader.  Delete args buffer, cu.
3962         All callers updated.
3963         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
3964         All callers updated.
3965         (load_full_comp_unit_reader): New function.
3966         (load_full_comp_unit): Rewrite.
3967         (read_comp_unit): Delete.
3968         (read_die_and_children_1): Delete, contents moved ...
3969         (read_die_and_children): ... here.
3970         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
3971         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
3972         All callers updated.
3973         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
3974         All callers updated.
3975         (find_partial_die): Rewrite load_all_dies support.
3976         (read_attribute_value): New arg reader.  Delete args abfd, cu.
3977         All callers updated.
3978         (read_attribute): New arg reader.  Delete args abfd, cu.
3979         All callers updated.
3980         (load_full_type_unit): Add assert.
3981         (read_signatured_type_reader): New function.
3982         (read_signatured_type): Rewrite.
3983         (free_stack_comp_unit): Remove call to age_cached_comp_units.
3984         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
3985         All callers updated.  Set per_cu->cu = NULL after freeing it.
3986         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
3987         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
3988         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
3989         (set_die_type): Update.
3990         (get_die_type_at_offset): Update.
3991         (read_file_scope): Call prepare_one_comp_unit.
3992         (read_type_unit_scope): Ditto.
3993         (prepare_one_comp_unit): Set producer if present.
3994
3995 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3996
3997         * probe.c (compile_rx_or_error): Silence ARI warning about missing
3998          gettext function on `error'.
3999
4000 2012-04-27  Doug Evans  <dje@google.com>
4001
4002         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
4003         is empty.
4004
4005 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
4006             Tom Tromey  <tromey@redhat.com>
4007
4008         * breakpoint.c (struct breakpoint_objfile_data)
4009         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
4010         <exception_probes>: New fields.
4011         (free_breakpoint_probes): New function.
4012         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
4013         `_Unwind_DebugHook'.
4014         (create_exception_master_breakpoint): Likewise.
4015         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
4016         * infrun.c: Including necessary header files for handling SystemTap
4017         probes.
4018         (handle_inferior_event): Handling longjmp breakpoint and exceptions
4019         via SystemTap probes.
4020         (check_exception_resume): Remove `func' argument.  Handle exception
4021         unwinding breakpoint set via a SystemTap probe.
4022         (insert_exception_resume_from_probe): New function.
4023
4024 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
4025             Tom Tromey  <tromey@redhat.com>
4026             Jan Kratochvil  <jan.kratochvil@redhat.com>
4027
4028         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
4029         (COMMON_OBS): Likewise.
4030         (HFILES_NO_SRCDIR): Add `probe'.
4031         * NEWS: Mention support for static and SystemTap probes.
4032         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
4033         SystemTap probes' arguments parser.
4034         * arm-linux-tdep.c: Including headers needed to perform the parsing
4035         of SystemTap probes' arguments.
4036         (arm_stap_is_single_operand): New function.
4037         (arm_stap_parse_special_token): Likewise.
4038         (arm_linux_init_abi): Initializing proper fields used by SystemTap
4039         probes' arguments parser.
4040         * ax-gdb.c (require_rvalue): Removing static declaration.
4041         (gen_expr): Likewise.
4042         * ax-gdb.h (gen_expr): Declaring function.
4043         (require_rvalue): Likewise.
4044         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
4045         (bkpt_probe_breakpoint_ops): New variable.
4046         (momentary_breakpoint_from_master): Set the `probe' value.
4047         (add_location_to_breakpoint): Likewise.
4048         (break_command_1): Using proper breakpoint_ops according to the
4049         argument passed by the user in the command line.
4050         (bkpt_probe_insert_location): New function.
4051         (bkpt_probe_remove_location): Likewise.
4052         (bkpt_probe_create_sals_from_address): Likewise.
4053         (bkpt_probe_decode_linespec): Likewise.
4054         (tracepoint_probe_create_sals_from_address): Likewise.
4055         (tracepoint_probe_decode_linespec): Likewise.
4056         (tracepoint_probe_breakpoint_ops): New variable.
4057         (trace_command): Using proper breakpoint_ops according to the
4058         argument passed by the user in the command line.
4059         (initialize_breakpoint_ops): Initializing breakpoint_ops for
4060         static probes on breakpoints and tracepoints.
4061         * breakpoint.h (struct bp_location) <probe>: New field.
4062         * cli-utils.c (skip_spaces_const): New function.
4063         (extract_arg): Likewise.
4064         * cli-utils.h (skip_spaces_const): Likewise.
4065         (extract_arg): Likewise.
4066         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
4067         * configure.ac: Append `stap-probe.o' to be generated when ELF
4068         support is present.
4069         * configure: Regenerate.
4070         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
4071         * elfread.c: Include `probe.h' and `arch-utils.h'.
4072         (probe_key): New variable.
4073         (elf_get_probes): New function.
4074         (elf_get_probe_argument_count): Likewise.
4075         (elf_evaluate_probe_argument): Likewise.
4076         (elf_compile_to_ax): Likewise.
4077         (elf_symfile_relocate_probe): Likewise.
4078         (stap_probe_key_free): Likewise.
4079         (elf_probe_fns): New variable.
4080         (elf_sym_fns): Add `sym_probe_fns' value.
4081         (elf_sym_fns_lazy_psyms): Likewise.
4082         (elf_sym_fns_gdb_index): Likewise.
4083         (_initialize_elfread): Initialize objfile cache for static
4084         probes.
4085         * gdb_vecs.h (struct probe): New forward declaration.
4086         (probe_p): New VEC declaration.
4087         * gdbarch.c: Regenerate.
4088         * gdbarch.h: Regenerate.
4089         * gdbarch.sh (stap_integer_prefix): New variable.
4090         (stap_integer_suffix): Likewise.
4091         (stap_register_prefix): Likewise.
4092         (stap_register_suffix): Likewise.
4093         (stap_register_indirection_prefix): Likewise.
4094         (stap_register_indirection_suffix): Likewise.
4095         (stap_gdb_register_prefix): Likewise.
4096         (stap_gdb_register_suffix): Likewise.
4097         (stap_is_single_operand): New function.
4098         (stap_parse_special_token): Likewise.
4099         (struct stap_parse_info): Forward declaration.
4100         * i386-tdep.c: Including headers needed to perform the parsing
4101         of SystemTap probes' arguments.
4102         (i386_stap_is_single_operand): New function.
4103         (i386_stap_parse_special_token): Likewise.
4104         (i386_elf_init_abi): Initializing proper fields used by SystemTap
4105         probes' arguments parser.
4106         * i386-tdep.h (i386_stap_is_single_operand): New function.
4107         (i386_stap_parse_special_token): Likewise.
4108         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
4109         * mipsread.c (ecoff_sym_fns): Likewise.
4110         * objfiles.c (objfile_relocate1): Support relocation for static
4111         probes.
4112         * parse.c (prefixify_expression): Remove static declaration.
4113         (initialize_expout): Likewise.
4114         (reallocate_expout): Likewise.
4115         * parser-defs.h (initialize_expout): Declare function.
4116         (reallocate_expout): Likewise.
4117         (prefixify_expression): Likewise.
4118         * ppc-linux-tdep.c: Including headers needed to perform the parsing
4119         of SystemTap probes' arguments.
4120         (ppc_stap_is_single_operand): New function.
4121         (ppc_stap_parse_special_token): Likewise.
4122         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
4123         probes' arguments parser.
4124         * probe.c: New file, for generic statically defined probe support.
4125         * probe.h: Likewise.
4126         * s390-tdep.c: Including headers needed to perform the parsing of
4127         SystemTap probes' arguments.
4128         (s390_stap_is_single_operand): New function.
4129         (s390_gdbarch_init): Initializing proper fields used by SystemTap
4130         probes' arguments parser.
4131         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
4132         * stap-probe.c: New file, for SystemTap probe support.
4133         * stap-probe.h: Likewise.
4134         * symfile.h: Include `gdb_vecs.h'.
4135         (struct sym_probe_fns): New struct.
4136         (struct sym_fns) <sym_probe_fns>: New field.
4137         * symtab.c (init_sal): Initialize `probe' field.
4138         * symtab.h (struct probe): Forward declaration.
4139         (struct symtab_and_line) <probe>: New field.
4140         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
4141         locations.
4142         (stop_tracing): Likewise.
4143         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
4144
4145 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
4146             Tom Tromey  <tromey@redhat.com>
4147
4148         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
4149         and to compile agent expressions.
4150         * infrun.c (siginfo_make_value): New argument `ignore'.
4151         (siginfo_funcs): New struct.
4152         (_initialize_infrun): New argument when calling
4153         `create_internalvar_type_lazy'.
4154         * thread.c (thread_id_make_value): New argument `ignore'.
4155         (thread_funcs): New struct.
4156         (_initialize_thread): New argument when calling
4157         `create_internalvar_type_lazy'.
4158         * tracepoint.c (sdata_make_value): New argument `ignore'.
4159         (sdata_funcs): New struct.
4160         (_initialize_tracepoint): New argument when calling
4161         `create_internalvar_type_lazy'.
4162         * value.c (make_value): New struct.
4163         (create_internalvar_type_lazy): New argument `data'.
4164         (compile_internalvar_to_ax): New function.
4165         (value_of_internalvar): Properly handling `make_value' case.
4166         (clear_internalvar): Likewise.
4167         (show_convenience): Adding `TRY_CATCH' block.
4168         * value.h (internalvar_make_value): Delete, replace by...
4169         (struct internalvar_funcs): ... this.
4170         (create_internalvar_type_lazy) <fun>: Delete argument.
4171         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
4172         (compile_internalvar_to_ax): New function.
4173         * windows-tdep.c (tlb_make_value): New argument `ignore'.
4174         (tlb_funcs): New struct.
4175         (_initialize_windows_tdep): New argument when calling
4176         `create_internalvar_type_lazy'.
4177
4178 2012-04-27  Mark Wielaard  <mjw@redhat.com>
4179
4180         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
4181         see whether it is an address or a constant offset from DW_AT_low_pc.
4182         (dwarf2_record_block_ranges): Likewise.
4183         (read_partial_die): Likewise.
4184
4185 2012-04-26  Mark Wielaard  <mjw@redhat.com>
4186
4187         * MAINTAINERS (Write After Approval): Add myself to the list.
4188
4189 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
4190
4191         * proc-utils.h (proc_prettyprint_signalset): New prototype.
4192         (proc_prettyprint_signal): Likewise.
4193         (proc_prettyprint_faultset): Likewise.
4194         (proc_prettyprint_fault): Likewise.
4195         (proc_prettyprint_actionset): Likewise.
4196         (proc_prettyprint_flags): Move to new proc-flags.c section.
4197         (proc_prettyfprint_flags): New prototype.
4198         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
4199         (proc_syscall, proc_cursig): Likewise.
4200         (proc_set_kill_on_last_close): Likewise.
4201         (proc_unset_kill_on_last_close): Likewise.
4202         (proc_set_watchpoint): Make static.
4203         (proc_delete_dead_threads): Likewise.
4204         (procfs_set_watchpoint): Likewise.
4205         (_initialize_procfs): Add prototype.
4206         * proc-events.c: Include proc-utils.h.
4207         (init_syscall_table): Make static.
4208         * proc-api.c (_initialize_proc_api): Add prototype.
4209         * proc-flags.c: Include proc-utils.h.
4210
4211 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
4212
4213         * configure.ac: Add AC_ARG_PROGRAM.
4214         * configure: Regenerate.
4215
4216 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4217
4218         Fix DW_AT_lower_bound defaults for DWARF-4+.
4219         * dwarf2read.c (read_subrange_type): Remove initialization of low and
4220         high.  New variable low_default_is_valid.  Implement DWARF-4+
4221         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
4222         no default by the DWARF standard.
4223
4224 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
4225             Maciej W. Rozycki  <macro@codesourcery.com>
4226
4227         * infrun.c (handle_inferior_event): Move the check for return
4228         trampolines ahead of the check for function trampolines.
4229         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
4230         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
4231         (mips_str_mips16_ret_stub): Likewise.
4232         (mips_str_call_fp_stub): Likewise.
4233         (mips_str_call_stub): Likewise.
4234         (mips_str_fn_stub): Likewise.
4235         (mips_str_pic): Likewise.
4236         (mips_in_frame_stub): New function.
4237         (mips_unwind_pc): Return the return address rather than the PC
4238         if the PC of an intermediate frame is inside a call thunk.
4239         (mips_is_stub_suffix): New function.
4240         (mips_is_stub_mode): Likewise.
4241         (mips_get_mips16_fn_stub_pc): Likewise.
4242         (mips_skip_mips16_trampoline_code): Update to handle all the
4243         currently generated stub types.  Don't recurse into __fn_stub
4244         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
4245         Use cooked register accesses.
4246         (mips_in_return_stub): Reintroduce function.
4247         (mips_skip_trampoline_code): Traverse trampolines recursively.
4248         (mips_gdbarch_init): Handle MIPS16 return trampolines.
4249
4250 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
4251
4252         GDB 7.4.1 released.
4253
4254 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
4255
4256         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
4257         * features/arm-with-m-vfp-d16.xml: New file. Describes
4258         Cortex-M with VFPv4-sp-d16 FPU register layout.
4259         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
4260         * features/arm-with-m-vfp-d16.c: New. Generated from above.
4261         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
4262         (arm-register_g_packet_guesses): Add vfp-d16 guess.
4263         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
4264
4265 2012-04-25  Doug Evans  <dje@google.com>
4266
4267         * cli/cli-decode.c (print_doc_line): Use stream instead of
4268         current_uiout.
4269
4270 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
4271
4272         * features/arm-with-iwmmxt.c: Regenerate.
4273         * features/arm-with-m-fpa-layout.c: Likewise.
4274         * features/arm-with-m.c: Likewise.
4275         * features/arm-with-neon.c: Likewise.
4276         * features/arm-with-vfpv2.c: Likewise.
4277         * features/arm-with-vfpv3.c: Likewise.
4278         * features/mips-dsp-linux.c: Likewise.
4279         * features/mips-linux.c: Likewise.
4280         * features/mips64-dsp-linux.c: Likewise.
4281         * features/mips64-linux.c: Likewise.
4282         * features/s390-linux32.c: Likewise.
4283         * features/s390-linux32v1.c: Likewise.
4284         * features/s390-linux32v2.c: Likewise.
4285         * features/s390-linux64.c: Likewise.
4286         * features/s390-linux64v1.c: Likewise.
4287         * features/s390-linux64v2.c: Likewise.
4288         * features/s390x-linux64.c: Likewise.
4289         * features/s390x-linux64v1.c: Likewise.
4290         * features/s390x-linux64v2.c: Likewise.
4291         * features/tic6x-c62x-linux.c: Likewise.
4292         * features/tic6x-c62x.c: Likewise.
4293         * features/tic6x-c64x-linux.c: Likewise.
4294         * features/tic6x-c64x.c: Likewise.
4295         * features/tic6x-c64xp-linux.c: Likewise.
4296         * features/tic6x-c64xp.c: Likewise.
4297         * target-descriptions.c: Only generate `field_type' and `type'
4298         variables when needed.
4299
4300 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
4301
4302         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
4303
4304 2012-04-25  Doug Evans  <dje@google.com>
4305
4306         Initial pass at Go language support.
4307         * NEWS: Mention Go.
4308         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
4309         go-valprint.c.
4310         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
4311         (YYFILES): Add go-exp.c.
4312         (YYOBJ): Add go-exp.o.
4313         (local-maintainer-clean): Delete go-exp.c.
4314         * defs.h (enum language): Add language_go.
4315         * dwarf2read.c: #include "go-lang.h".
4316         (fixup_go_packaging): New function.
4317         (process_full_comp_unit): Call it when processing Go CUs.
4318         (dwarf2_physname): Add Go support.
4319         (read_file_scope): Handle missing language spec for GNU Go.
4320         (set_cu_language): Handle DW_LANG_Go.
4321         * go-exp.y: New file.
4322         * go-lang.h: New file.
4323         * go-lang.c: New file.
4324         * go-typeprint.c: New file.
4325         * go-valprint.c: New file.
4326         * symtab.c: #include "go-lang.h".
4327         (symbol_set_language): Handle language_go.
4328         (symbol_find_demangled_name, symbol_set_names): Ditto.
4329         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
4330
4331 2012-04-24  Jim Meyering  <meyering@redhat.com>
4332
4333         avoid a few strncpy-induced buffer overruns
4334         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
4335         fname and psargs before trying to concatenate.
4336         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
4337         "name" before applying strchr.
4338
4339 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
4340
4341         * CONTRIBUTE: Use unified diff instead of context diff when
4342         generating patches.
4343
4344 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
4345
4346         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
4347         code.  Handle JR.HB correctly.
4348
4349 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
4350
4351         * mips-tdep.c
4352         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
4353         with the other MIPS16 helpers.
4354
4355 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
4356
4357         * observer.sh: Conditionally declare `args', thus cleaning up
4358         unused instances of this variable.
4359
4360 2012-04-24  Yao Qi  <yao@codesourcery.com>
4361
4362         Revert this patch to allow breakpoint always-inserted
4363         in record target.
4364         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
4365         * breakpoint.c: Include record.h.
4366         (breakpoints_always_inserted_mode): Return false when the record
4367         target is in use.
4368
4369         * breakpoint.c (iterate_over_bp_locations): New.
4370         * breakpoint.h: Declare.
4371         New typedef walk_bp_location_callback.
4372         * record.c (record_open): Call record_init_record_breakpoints.
4373         (record_sync_record_breakpoints): New.
4374         (record_init_record_breakpoints): New.
4375         * NEWS: Mention supporting breakpoint always-inserted mode in
4376         record target.
4377
4378 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
4379
4380         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
4381         any thread.
4382
4383 2012-04-24  Yao Qi  <yao@codesourcery.com>
4384
4385         * breakpoint.c (ep_is_catchpoint): Renamed to ...
4386         (is_catchpoint): ... it.
4387         (print_one_breakpoint_location): Caller update.
4388         * breakpoint.h: Update declaration.
4389
4390 2012-04-23  David S. Miller  <davem@davemloft.net>
4391
4392         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
4393
4394 2012-04-23  Tom Tromey  <tromey@redhat.com>
4395
4396         * buildsym.c (add_free_pendings): Remove.
4397         * buildsym.h (add_free_pendings): Remove.
4398
4399 2012-04-23  Doug Evans  <dje@google.com>
4400
4401         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
4402         attr.u.unsnd instead of attr.u.addr.
4403         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
4404         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
4405         DW_FORM_ref_udata.
4406         (dump_die_shallow): Update cases DW_FORM_ref_addr,
4407         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
4408         DW_FORM_ref_udata.
4409         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
4410
4411 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
4412
4413         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
4414         (mips_o32_return_value): Likewise.
4415         (mips_o64_return_value): Likewise.
4416
4417 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
4418
4419         * ada-lang.c (ada_evaluate_subexp): Add cases for
4420         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
4421         their treatment in eval.c.
4422
4423 2012-04-21  David S. Miller  <davem@davemloft.net>
4424
4425         * sparc-tdep.c (X_DISP10): Define.
4426         (sparc_analyze_control_transfer): Handle compare-and-branch.
4427
4428 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
4429
4430         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
4431         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
4432
4433 2012-04-20  Nigel Stephens  <nigel@mips.com>
4434             Maciej W. Rozycki  <macro@codesourcery.com>
4435
4436         * mips-tdep.c (mips_float_register_p): New function.
4437         (mips_convert_register_float_case_p): Use mips_float_register_p.
4438         (mips_register_type): Likewise.
4439         (mips_print_register): Likewise.
4440         (print_gp_register_row): Likewise.
4441         (mips_print_registers_info): Likewise.
4442
4443 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
4444
4445         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
4446         of mips16 symbols.
4447
4448 2012-04-20  Andrew Pinski  <apinski@cavium.com>
4449
4450         * MAINTAINERS (Write After Approval): Add myself to the list.
4451
4452 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
4453
4454         * MAINTAINERS: Update my e-mail address.
4455
4456 2012-04-20  Pedro Alves  <palves@redhat.com>
4457
4458         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
4459         $srcdir.
4460         * configure: Regenerate.
4461
4462 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
4463
4464         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
4465         declaration.
4466         * gdb_vecs.h: Declare `const_char_ptr' VEC.
4467
4468 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4469
4470         Fix compilation compatibility with python-2.4
4471         * python/py-type.c (convert_field): Cast ADDRSTRING for
4472         PyObject_SetAttrString as non-const.  New comment.
4473
4474 2012-04-19  Tom Tromey  <tromey@redhat.com>
4475
4476         * top.c (quit_target): Use all_cleanups.
4477         * main.c (captured_command_loop): Use all_cleanups.
4478         * exceptions.c (throw_exception): Use all_cleanups.
4479
4480 2012-04-19  Pedro Alves  <palves@redhat.com>
4481
4482         * Makefile.in (GNULIB_BUILDDIR): New.
4483         (LIBGNU, INCGNU, GNULIB_H): Adjust.
4484         (SUBDIRS): Add $(GNULIB_BUILDDIR).
4485         (CLEANDIRS). Remove gnulib/import.
4486         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
4487         (all-lib): Ditto.
4488         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
4489         (gnulib/import/Makefile): Replace gnulib/import with
4490         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
4491         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
4492         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
4493         acx_configure_dir.m4.
4494         * acinclude.m4: Include acx_configure_dir.m4.
4495         * acx_configure_dir.m4: New file.
4496         * aclocal.m4: Regenerate.
4497         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
4498         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
4499         (GNULIB): New variable.
4500         (GNULIB_STDINT_H): Adjust.
4501         (AC_OUTPUT): Don't output gnulib/Makefile.
4502         * gdb/defs.h: Include build-gnulib/config.h.
4503         * aclocal.m4: Regenerate.
4504         * config.in: Regenerate.
4505         * configure: Regenerate.
4506
4507         * gnulib/Makefile.in: New file.
4508         * gnulib/configure.ac: New file.
4509         * gnulib/aclocal.m4: New file.
4510         * gnulib/config.in: New file.
4511         * gnulib/configure: New file.
4512         * gnulib/: Re-run gnulib-tool to adjust.
4513
4514 2012-04-19  Doug Evans  <dje@google.com>
4515
4516         * cleanups.h (struct cleanup): Move to cleanups.c.
4517         (make_cleanup_dtor_ftype): New typedef.
4518         (make_cleanup_dtor): Use it.
4519         (ALL_CLEANUPS): Replace with ...
4520         (all_cleanups): ... this.  Declare.  All uses updated.
4521         * cleanups.c: #include "gdb_assert.h".
4522         (sentinel_cleanup): New static global.
4523         (SENTINEL_CLEANUP): Define.
4524         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
4525         (make_my_cleanup2): Assert result is non-NULL.
4526         (all_cleanups): New function.
4527         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
4528         of NULL.
4529
4530 2012-04-19  Pedro Alves  <palves@redhat.com>
4531
4532         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
4533         Adjust paths to gnulib imported files.
4534
4535 2012-04-19  Pedro Alves  <palves@redhat.com>
4536
4537         * gnulib/: Move whole directory ...
4538         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
4539         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
4540         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
4541         (aclocal_m4_deps): Adjust.
4542         * aclocal.m4: Regenerate.
4543         * configure: Regenerate.
4544         * configure.ac: Adjust AC_OUTPUT output.
4545
4546 2012-04-19  Yao Qi  <yao@codesourcery.com>
4547
4548         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
4549         (vec.o): New rule.
4550         * vec.c: Move it ...
4551         * common/vec.c: ... here.
4552         * vec.h: Move it ...
4553         * common/vec.h: ... here.
4554
4555 2012-04-19  Yao Qi  <yao@codesourcery.com>
4556
4557         * gdb-code-style.el: New.
4558
4559 2012-04-18  Pedro Alves  <palves@redhat.com>
4560
4561         Update gnulib from latest git.
4562         (639ea5ae15e39fe48d43e04864b2997301e4b969)
4563
4564         * gnulib/Makefile.am: Update.
4565         * gnulib/dummy.c: Update.
4566         * gnulib/extra/arg-nonnull.h: Update.
4567         * gnulib/extra/c++defs.h: Update.
4568         * gnulib/extra/update-copyright: Update.
4569         * gnulib/extra/warn-on-use.h: Update.
4570         * gnulib/inttypes.in.h: Update.
4571         * gnulib/m4/00gnulib.m4: Update.
4572         * gnulib/m4/extensions.m4: Update.
4573         * gnulib/m4/gnulib-cache.m4: Update.
4574         * gnulib/m4/gnulib-common.m4: Update.
4575         * gnulib/m4/gnulib-comp.m4: Update.
4576         * gnulib/m4/gnulib-tool.m4: Update.
4577         * gnulib/m4/include_next.m4: Update.
4578         * gnulib/m4/inttypes-pri.m4: Update.
4579         * gnulib/m4/inttypes.m4: Update.
4580         * gnulib/m4/longlong.m4: Update.
4581         * gnulib/m4/memchr.m4: Update.
4582         * gnulib/m4/memmem.m4: Update.
4583         * gnulib/m4/mmap-anon.m4: Update.
4584         * gnulib/m4/multiarch.m4: Update.
4585         * gnulib/m4/onceonly.m4: Update.
4586         * gnulib/m4/stddef_h.m4: Update.
4587         * gnulib/m4/stdint.m4: Update.
4588         * gnulib/m4/string_h.m4: Update.
4589         * gnulib/m4/warn-on-use.m4: Update.
4590         * gnulib/m4/wchar_h.m4: Update.
4591         * gnulib/m4/wchar_t.m4: Update.
4592         * gnulib/m4/wint_t.m4: Update.
4593         * gnulib/memchr.c: Update.
4594         * gnulib/memmem.c: Update.
4595         * gnulib/stddef.in.h: Update.
4596         * gnulib/stdint.in.h: Update.
4597         * gnulib/str-two-way.h: Update.
4598         * gnulib/string.in.h: Update.
4599         * gnulib/wchar.in.h: Update.
4600
4601         * gnulib/extra/arg-nonnull.h: Delete.
4602         * gnulib/extra/c++defs.h: Delete.
4603         * gnulib/extra/warn-on-use.h: Delete.
4604         * gnulib/m4/wchar_h.m4: Delete.
4605         * gnulib/m4/wint_t.m4: Delete.
4606         * gnulib/wchar.in.h: Delete.
4607
4608         * gnulib/extra/snippets/arg-nonnull.h: New.
4609         * gnulib/extra/snippets/c++defs.h: New.
4610         * gnulib/extra/snippets/warn-on-use.h: New.
4611
4612         * aclocal.m4: Regenerate.
4613         * config.in: Regenerate.
4614         * configure: Regenerate.
4615         * gnulib/Makefile.in: Regenerate.
4616
4617 2012-04-18  Pedro Alves  <palves@redhat.com>
4618
4619         Reimport the update-copyright module from gnulib
4620         (250b80067c1e1d8faa0c42fb572f721975b929c5).
4621
4622         * configure: Regenerate.
4623         * gnulib/Makefile.am: Update.
4624         * gnulib/Makefile.in: Regenerate.
4625         * gnulib/extra/update-copyright: Update.
4626         * gnulib/m4/gnulib-cache.m4: Update.
4627         * gnulib/m4/gnulib-comp.m4: Update.
4628
4629 2012-04-18  Tristan Gingold  <gingold@adacore.com>
4630
4631         * configure.ac (aix): Put -lpthread into libs.
4632         * configure: Regenerate.
4633
4634 2012-04-18  Tom Tromey  <tromey@redhat.com>
4635
4636         * linespec.c (convert_linespec_to_sals): Don't use
4637         SYMBOL_OBJ_SECTION.
4638         (compare_msymbols): Arguments are minsym_and_objfile, not
4639         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
4640
4641 2012-04-18  Pedro Alves  <palves@redhat.com>
4642
4643         Revert gnulib/ part of:
4644         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
4645         Copyright year update in most files (performed by copyright.sh).
4646
4647 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4648
4649         Fix 64-bit constants on 32-bit hosts.
4650         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
4651         from unsigned long to ULONGEST.
4652         (read_signed_leb128): Change declaration return type from long to
4653         LONGEST.
4654         (dwarf2_const_value_attr): Change declaration parameter value from long
4655         to LONGEST.
4656         (dwarf2_compute_name): Change variable value from long to LONGEST.
4657         (read_unsigned_leb128): Change return type, variable result and some
4658         casts from unsigned long to ULONGEST.
4659         (read_signed_leb128): Change return type, variable result and some
4660         casts from long to LONGEST.
4661         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
4662         value from long to LONGEST.
4663         (dwarf2_const_value): Change variable value from long to LONGEST.
4664         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
4665         plongest and hex_string.
4666         * symtab.h (struct general_symbol_info): Change ivalue from long to
4667         LONGEST, remove the comment.
4668         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
4669         Change SYMBOL_VALUE format strings to use plongest and hex_string.
4670
4671 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
4672
4673         PR symtab/7259:
4674         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
4675         * ada-lang.c (ada_discrete_type_high_bound)
4676         (ada_discrete_type_low_bound): Fix function comment.  Use
4677         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
4678         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
4679         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
4680         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
4681         Use TYPE_FIELD_ENUMVAL.
4682         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
4683         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
4684         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
4685         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
4686         TYPE_CODE_ENUM.
4687         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
4688         * dwarf2read.c (process_enumeration_scope): Likewise.
4689         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
4690         field.bitpos.
4691         (class StructMainTypePrettyPrinter): Support also
4692         FIELD_LOC_KIND_ENUMVAL.
4693         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
4694         TYPE_CODE_ENUM.
4695         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
4696         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
4697         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
4698         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
4699         field enumval.
4700         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
4701         accommodate enumval.
4702         (struct call_site): Adjust loc_kind to accommodate enumval.
4703         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
4704         (TYPE_FIELD_ENUMVAL): New macros.
4705         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
4706         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
4707         TYPE_CODE_ENUM.
4708         * p-typeprint.c (pascal_type_print_base): Likewise.
4709         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
4710         enumval.
4711         * python/lib/gdb/types.py (make_enum_dict): Likewise.
4712         * python/py-type.c (convert_field): New variable addrstring.  Use
4713         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
4714         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
4715         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
4716         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
4717         TYPE_CODE_ENUM.
4718         * valprint.c (generic_val_print): Likewise.
4719
4720 2012-04-17  Doug Evans  <dje@google.com>
4721
4722         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
4723
4724         * dwarf2read.c: Whitespace fixes.
4725         (lookup_signatured_type): Tweak comment.
4726         (get_die_type_at_offset): Fix comment.
4727
4728 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
4729
4730         * xcoffread.c (xcoff_secnum_to_sections): New function.
4731         (secnum_to_section, secnum_to_bfd_section): Reimplement
4732         using xcoff_secnum_to_sections.  Rename "secnum" parameter
4733         into "n_scnum".
4734         (RECORD_MINIMAL_SYMBOL): Delete.
4735         (record_minimal_symbol): New function.
4736         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
4737         by call to record_minimal_symbol and set misc_func_recorded
4738         to 1.  Set last_csect_sec to the XCOFF section index instead
4739         of GDB's section_offset index.  Update calls to
4740         prim_record_minimal_symbol_and_info to pass the BFD section
4741         as well.
4742
4743 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
4744
4745         * xcoffread.c (read_xcoff_symtab): Delete variables
4746         last_csect_val and last_csect_sec and associated code.
4747
4748 2012-04-17  Doug Evans  <dje@google.com>
4749
4750         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
4751         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
4752         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
4753         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
4754
4755         * cleanups.h: New file.
4756         * cleanups.c: New file.
4757         * Makefile.in (SFILES): Add cleanups.c.
4758         (HFILES_NO_SRCDIR): Add cleanups.h.
4759         (COMMON_OBS): Add cleanups.o.
4760         * defs.h (struct cleanup): Moved to cleanups.h.
4761         (do_cleanups,do_final_cleanups): Ditto.
4762         (discard_cleanups,discard_final_cleanups): Ditto
4763         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
4764         (save_cleanups,save_final_cleanups): Ditto.
4765         (restore_cleanups,restore_final_cleanups): Ditto.
4766         (null_cleanup): Ditto.
4767         (make_my_cleanup,make_my_cleanup2): Ditto.
4768         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
4769         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
4770         (do_cleanups,do_final_cleanups): Ditto.
4771         (discard_cleanups,discard_final_cleanups): Ditto
4772         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
4773         (save_cleanups,save_final_cleanups): Ditto.
4774         (restore_cleanups,restore_final_cleanups): Ditto.
4775         (null_cleanup): Ditto.
4776         (make_my_cleanup,make_my_cleanup2): Ditto.
4777         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
4778
4779         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
4780         make_my_cleanup.
4781         (make_cleanup_dyn_string_delete): Ditto.
4782         (make_cleanup_ui_file_delete): Ditto.
4783         (make_cleanup_ui_out_redirect_pop): Ditto.
4784         (make_cleanup_free_section_addr_info): Ditto.
4785         (make_cleanup_restore_integer): Ditto.
4786         (make_cleanup_unpush_target): Ditto.
4787         (make_cleanup_value_free_to_mark): Ditto.
4788         (make_cleanup_value_free): Ditto.
4789         (make_cleanup_free_so): Ditto.
4790
4791 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4792
4793         New option "set debug auto-load".
4794         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
4795         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
4796         (auto_load_safe_path_vec_update)
4797         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
4798         if DEBUG_AUTO_LOAD.
4799         (file_is_auto_load_safe): New parameters debug_fmt and ....
4800         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
4801         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
4802         caller by explanatory string.
4803         (_initialize_auto_load): Register "set debug auto-load".
4804         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
4805         and ....
4806         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
4807         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
4808         by explanatory string.
4809         * main.c (captured_main): Likewise.
4810         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
4811         (source_section_scripts): Likewise.
4812
4813 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4814
4815         New option "set auto-load safe-path".
4816         * NEWS: New commands "set auto-load safe-path"
4817         and "show auto-load safe-path".
4818         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
4819         (auto_load_safe_path, auto_load_safe_path_vec)
4820         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
4821         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
4822         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
4823         (source_gdb_script_for_objfile): New variable is_safe.  Call
4824         file_is_auto_load_safe.  Return if it is not.
4825         (struct loaded_script): New field loaded.
4826         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
4827         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
4828         output "Missing" to "No".
4829         (_initialize_auto_load): New variable cmd.  Initialize
4830         auto_load_safe_path.  Register "set auto-load safe-path",
4831         "show auto-load safe-path" and "add-auto-load-safe-path".
4832         * auto-load.h (maybe_add_script): Add parameter loaded.
4833         (file_is_auto_load_safe): New declaration.
4834         * config.in: Regenerate.
4835         * configure: Regenerate.
4836         * configure.ac: New parameters --with-auto-load-safe-path
4837         and --without-auto-load-safe-path.
4838         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
4839         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
4840         * main.c (captured_main): Check file_is_auto_load_safe for
4841         LOCAL_GDBINIT.
4842         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
4843         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
4844         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
4845         not.
4846
4847 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4848
4849         auto-load: Implementation.
4850         * NEWS: New descriptions for "info auto-load",
4851         "info auto-load gdb-scripts", "info auto-load python-scripts",
4852         "info auto-load local-gdbinit" and "info auto-load libthread-db".
4853         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
4854         and "show auto-load-scripts".  New description for "set auto-load",
4855         "show auto-load", "set auto-load gdb-scripts",
4856         "show auto-load gdb-scripts", "set auto-load python-scripts",
4857         "show auto-load python-scripts", "set auto-load local-gdbinit",
4858         "show auto-load local-gdbinit", "set auto-load libthread-db" and
4859         "show auto-load libthread-db".
4860         * auto-load.c: Remove include python/python-internal.h.  Add includes
4861         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
4862         cli/cli-setshow.h.
4863         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
4864         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
4865         (gdbpy_global_auto_load): Rename to ...
4866         (global_auto_load): ... here.
4867         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
4868         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
4869         (script_language_gdb, source_gdb_script_for_objfile): New.
4870         (struct loaded_script): New field language.
4871         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
4872         LANGUAGE.
4873         (maybe_add_script): Add parameter language.  Drop redundant
4874         entry.full_path initialization.  Initialize entry.language and
4875         (*slot)->language.
4876         (auto_load_objfile_script): Change parameter suffix to language.
4877         Remove the call of maybe_add_script.
4878         Call language->source_script_for_objfile.
4879         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
4880         New.
4881         (collect_matching_scripts): Adjust it for
4882         struct collect_matching_scripts_data.
4883         (auto_load_info_scripts_pattern_nl): New variable.
4884         (info_auto_load_scripts): Rename to ...
4885         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
4886         for struct collect_matching_scripts_data.
4887         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
4888         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
4889         (auto_load_show_cmdlist_get, info_auto_load_cmd)
4890         (auto_load_info_cmdlist_get): New.
4891         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
4892         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
4893         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
4894         "info auto-load local-gdbinit".
4895         * auto-load.h (struct script_language): New.
4896         (gdbpy_global_auto_load): Rename to ...
4897         (global_auto_load): ... here.
4898         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
4899         (auto_load_local_gdbinit_loaded): New declarations.
4900         (maybe_add_script): New parameter language.
4901         (auto_load_objfile_script): Change parameter suffix to language.
4902         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
4903         (auto_load_info_scripts, auto_load_set_cmdlist_get)
4904         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
4905         declarations.
4906         * linux-thread-db.c: Include auto-load.h and ctype.h.
4907         (auto_load_thread_db, show_auto_load_thread_db): New.
4908         (struct thread_db_info): New field filename.
4909         (delete_thread_db_info): Call xfree for FILENAME.
4910         (try_thread_db_load): Initialize FILENAME.
4911         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
4912         if !AUTO_LOAD_THREAD_DB.
4913         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
4914         (_initialize_thread_db): Install auto_load_thread_db
4915         as "set auto-load libthread-db" and install info_auto_load_libthread_db
4916         as "info auto-load libthread-db".
4917         * main.c (captured_main): Rename gdbpy_global_auto_load to
4918         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
4919         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
4920         (print_gdb_help): Extend the help for 'local init file'.
4921         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
4922         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
4923         (auto_load_scripts): Rename to ...
4924         (auto_load_python_scripts): ... here, update the comment.
4925         (gdbpy_load_auto_script_for_objfile): New declaration.
4926         (show_auto_load_python_scripts, script_language_python)
4927         (gdbpy_load_auto_script_for_objfile): New.
4928         (source_section_scripts): Refactor the code.
4929         (load_auto_scripts_for_objfile): Rename to ...
4930         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
4931         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
4932         (info_auto_load_python_scripts): New.
4933         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
4934         Rename "set auto-load-scripts" to "set auto-load python-scripts".
4935         Register "set auto-load-scripts" as its deprecated alias.  Register
4936         "info auto-load python-scripts".  Register "info auto-load-scripts" as
4937         its deprecated alias.
4938         (load_auto_scripts_for_objfile): Rename to ...
4939         (gdbpy_load_auto_scripts_for_objfile): ... here.
4940         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
4941         (gdbpy_load_auto_scripts_for_objfile): ... here.
4942
4943 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4944
4945         auto-load: Move files.
4946         * Makefile.in (SFILES): Add auto-load.c.
4947         (HFILES_NO_SRCDIR): Add auto-load.h.
4948         (COMMON_OBS): Add auto-load.o.
4949         (distclean): Change .gdbinit for gdb-gdb.gdb.
4950         * auto-load.c: New file, with parts from python/py-auto-load.c.
4951         * auto-load.h: New file, with parts from python/python.h.
4952         * configure: Regenerate.
4953         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
4954         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
4955         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
4956         * main.c: Include auto-load.h.
4957         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
4958         command.h, observer.h and progspace.h to auto-load.c.  Add include
4959         auto-load.h.
4960         (gdbpy_global_auto_load, struct auto_load_pspace_info)
4961         (struct loaded_script, auto_load_pspace_data)
4962         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
4963         (hash_loaded_script_entry, eq_loaded_script_entry)
4964         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
4965         (maybe_add_script): Move to auto-load.c.
4966         (source_section_scripts): Change maybe_add_script parameters passing,
4967         use script_not_found_warning_print.
4968         (clear_section_scripts, auto_load_objfile_script)
4969         (auto_load_new_objfile, loaded_script_ptr)
4970         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
4971         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
4972         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
4973         auto_load_new_objfile and info_auto_load_scripts initizations to
4974         auto-load.c.
4975         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
4976
4977 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4978
4979         Code cleanup.
4980         * charset.c (find_charset_names): Remove variables ix and elt.
4981         Use free_char_ptr_vec.
4982         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
4983         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
4984         debugdir_end.  New variable debugdir_len.
4985         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
4986         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
4987         declarations.
4988         * progspace.c (clear_program_space_solib_cache): Remove variables ix
4989         and elt.  Use free_char_ptr_vec.
4990         * source.c (add_path): Remove variables argv, arg and argv_index.
4991         New variables dir_vec, back_to, ix and name.
4992         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
4993         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
4994         no longer expecting DIRNAME_SEPARATOR.
4995         (openp): Remove variable p, p1 and len.  New variables dir_vec,
4996         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
4997         no longer expecting DIRNAME_SEPARATOR.
4998         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
4999         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
5000         debugdir_end.
5001         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
5002         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
5003         (dirnames_to_char_ptr_vec): New functions.
5004
5005 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5006
5007         Code cleanup.
5008         * source.c (add_path): Remove always true conditional 'p == 0' and
5009         unindent its code block.
5010
5011 2012-04-17  Pedro Alves  <palves@redhat.com>
5012
5013         * gdbtypes.h (FIELD_BITPOS): Rename to ...
5014         (FIELD_BITPOS_LVAL): ... this.
5015         (FIELD_BITPOS): New.
5016         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
5017         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
5018         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
5019         SET_FIELD_BITPOS.
5020         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
5021         SET_FIELD_BITPOS.
5022         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
5023         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
5024         * target-descriptions.c (tdesc_gdb_type): Adjust to use
5025         SET_FIELD_BITPOS.
5026
5027 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5028
5029         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
5030         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
5031         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
5032         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
5033         * jv-lang.c (java_link_class_type): Likewise, once.
5034         * stabsread.c (read_enum_type): Likewise.
5035
5036 2012-04-16  Yao Qi  <yao@codesourcery.com>
5037
5038         * common/agent.c (agent_run_command): Add one more parameter `len'.
5039         Update callers.
5040         * common/agent.h: Update declaration.
5041         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
5042         Update.
5043         (linux_child_static_tracepoint_markers_by_strid): Ditto.
5044
5045 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
5046
5047         PR mi/13393
5048         * value.c (value_actual_type): New function.
5049         * value.h (value_actual_type): New declaration.
5050         * varobj.c (update_type_if_necessary): New function.
5051         (varobj_create): Call value_actual_type instead of
5052         value_type.
5053         (install_dynamic_child): distinct changed and type changed MI variable
5054         objects.
5055         (update_dynamic_varobj_children): Updated for install_dynamic_child
5056         change.  All callers updated.
5057         (varobj_update): Support for MI variable object type change if
5058         the value changed and RTTI is used to determine the type.
5059         (create_child_with_value): Call value_actual_type instead of
5060         value_type.
5061         (adjust_value_for_child_access): Extended with a new parameter which
5062         specify whether the given value should be casted to enclosing type.
5063         All callers updated.
5064
5065 2012-04-14  Yao Qi  <yao@codesourcery.com>
5066
5067         Import gnulib module inttypes from git
5068         (250b80067c1e1d8faa0c42fb572f721975b929c5)
5069         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
5070         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
5071         gnulib/m4/inttypes-pri.m4
5072         * aclocal.m4, config.in, configure: Regenerated.
5073         * gnulib/Makefile.am: Update.
5074         * gnulib/Makefile.in: Update.
5075         * gnulib/m4/gnulib-cache.m4: Update.
5076         * gnulib/m4/gnulib-comp.m4: Update.
5077         * gnulib/inttypes.in.h: New.
5078         * gnulib/m4/inttypes-pri.m4: New.
5079         * gnulib/m4/inttypes.m4: New.
5080
5081 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
5082
5083         * infrun.c (resume): Update PC address to the real PC after
5084         preparing to do displaced stepping.
5085
5086 2012-04-12  Doug Evans  <dje@google.com>
5087
5088         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
5089         All callers updated.
5090
5091 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
5092
5093         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
5094
5095 2012-04-12  Doug Evans  <dje@google.com>
5096
5097         * dwarf2read.c (create_all_type_units): Renamed from
5098         create_debug_types_hash_table.  All callers updated.
5099
5100         * dwarf2read.c (create_signatured_type_table_from_index): Rename
5101         local type_sig to sig_type, type_offset to type_offset_in_tu.
5102         (hash_signatured_type): Renamed from hash_type_signature,
5103         all callers updated.
5104         (eq_signatured_type): Renamed from eq_type_signature,
5105         all callers updated.
5106         (create_debug_types_hash_table): Rename local type_sig to sig_type.
5107         (process_enumeration_scope): Ditto.
5108         (lookup_signatured_type_at_offset): Ditto.
5109         (load_full_type_unit, read_signatured_type): Ditto.
5110
5111 2012-04-12  Yao Qi  <yao@codesourcery.com>
5112
5113         * remote.c (async_remote_interrupt): Correct function name in
5114         debug message.
5115         (async_remote_interrupt_twice): Ditto.
5116
5117 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
5118
5119         * source.c (find_and_open_source): Consistently pass resulting
5120         full path through xfullpath.
5121
5122 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5123
5124         Provide more specific displaced-stepping memory error message.
5125         * infrun.c (displaced_step_prepare): New variable status.  Call
5126         target_read_memory instead of read_memory, provide more specific
5127         error message.
5128
5129 2012-04-11  Tristan Gingold  <gingold@adacore.com>
5130
5131         PR gdb/13901
5132         * darwin-nat.c (darwin_execvp): Revert previous patch.
5133
5134 2012-04-11  Tristan Gingold  <gingold@adacore.com>
5135
5136         PR gdb/13901
5137         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
5138         in case of change.
5139
5140 2012-04-11  Tristan Gingold  <gingold@adacore.com>
5141
5142         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
5143         warning.
5144
5145 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
5146
5147         New command 'explore' which helps explore values and types in
5148         scope.
5149         * NEWS: Add an entry about the new 'explore' command.
5150         * data-directory/Makefile.in: Add gdb/command/explore.py
5151         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
5152         command using the GDB Python API.
5153
5154 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
5155
5156         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
5157         extension in jump target calculation.
5158
5159 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
5160
5161         * mips-tdep.c (mips32_next_pc): Handle JALX.
5162
5163 2012-04-10  Yao Qi  <yao@codesourcery.com>
5164
5165         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
5166
5167 2012-04-10  Yao Qi  <yao@codesourcery.com>
5168
5169         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
5170         and gnulib/m4/gnulib-tool.m4.
5171
5172 2012-04-10  Doug Evans  <dje@google.com>
5173
5174         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
5175         (load_partial_dies): Clarify comment.
5176         (find_partial_die): Support rereading type units.
5177         Clarify CU handling, if we know offset is in CU, don't search for the
5178         containing CU.  Add comment regarding memory waste.
5179
5180 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
5181
5182         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
5183         i386/x32-avx and i386/x32-avx-linux.
5184         (i386/x32-expedite): New.
5185         (i386/x32-linux-expedite): Likewise.
5186         (i386/x32-avx-expedite): Likewise.
5187         (i386/x32-avx-linux-expedite): Likewise.
5188         ($(outdir)/i386/x32.dat): Likewise.
5189         ($(outdir)/i386/x32-linux.dat): Likewise.
5190         ($(outdir)/i386/x32-avx.dat): Likewise.
5191         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
5192
5193         * features/i386/x32-avx-linux.xml: New file.
5194         * features/i386/x32-avx.xml: Likewise.
5195         * features/i386/x32-core.xml: Likewise.
5196         * features/i386/x32-linux.xml: Likewise.
5197         * features/i386/x32.xml: Likewise.
5198
5199         * features/i386/x32-avx-linux.c: New.  Generated.
5200         * features/i386/x32-avx.c: Likewise.
5201         * features/i386/x32-linux.c: Likewise.
5202         * features/i386/x32.c: Likewise.
5203         * regformats/i386/x32-avx-linux.dat: Likewise.
5204         * regformats/i386/x32-avx.dat: Likewise.
5205         * regformats/i386/x32-linux.dat: Likewise.
5206         * regformats/i386/x32.dat: Likewise.
5207
5208 2012-04-10  Tristan Gingold  <gingold@adacore.com>
5209
5210         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
5211         code to kill the inferior.
5212
5213 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
5214
5215         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5216         defines.
5217         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5218         defines.
5219         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
5220         (yyvsp): New defines.
5221         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5222         defines.
5223         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5224         defines.
5225         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5226         defines.
5227         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5228         defines.
5229         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5230         defines.
5231
5232 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
5233
5234         * sparc64-tdep.c (sparc64_store_arguments)
5235         (sparc64_store_arguments): Fix coding style.
5236
5237 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
5238
5239         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
5240         complex floats, adjust some related comments and tighten a related
5241         assertion.
5242         (sparc64_extract_return_value): Handle complex floats.
5243
5244 2012-04-07  Doug Evans  <dje@google.com>
5245
5246         * dwarf2read.c (load_partial_dies): Change condition to assert.
5247
5248 2012-04-06  Doug Evans  <dje@google.com>
5249
5250         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
5251         "mov %rsp,%rbp".
5252
5253 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
5254
5255         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
5256         fencepost error.
5257         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
5258         (v850_gdbarch_init): Set `num_regs' as appropriate for the
5259         architecture.
5260
5261 2012-04-05  Keith Seitz  <keiths@redhat.com>
5262
5263         * linespec.c (decode_compound): Remove.
5264         (enum offset_relative_sign): New enum.
5265         (struct line_offset): New struct.
5266         (struct linespec): New struct.
5267         (struct linespec_state): Move file_symtabs,
5268         user_filename, and user_function into struct linespec.
5269         Make result an anonymous struct holding vectors of
5270         symbolp and minsym_and_objfile_d.
5271         Add language member.
5272         (enum ls_token_type): New enum.
5273         (linespec_keywords): New array.
5274         (struct ls_token): New struct.
5275         (struct ls_parser): New struct.
5276         (linespec_lexer_lex_number): New function.
5277         (linespec_lexer_lex_keyword): New function.
5278         (is_ada_operator): New function.
5279         (skip_quote_char): New function.
5280         (copy_token_string): New function.
5281         (is_closing_quote_enclosed): New function.
5282         (find_parameter_list_end): New function.
5283         (linespec_lexer_lex_string): New function.
5284         (linespec_lexer_lex_one): New function.
5285         (linespec_lexer_consume_token): New function.
5286         (linespec_lexer_peek_token): New function.
5287         (cplusplus_error): Remove unused function.
5288         (find_methods): Update comment.
5289         (find_toplevel_char): Return const.
5290         (is_objc_method_format): Remove unused function.
5291         (find_toplevel_string): New function.
5292         (is_linespec_boundary): Remove.
5293         (symbol_not_found_error): New function.
5294         (find_method_overload_end): Remove function.
5295         (unexpected_linespec_error): New function.
5296         (keep_name_info): Remove.
5297         (linespec_parse_line_offset): New function.
5298         (linespec_parse_basic): New function.
5299         (canonicalize_linespec): New function.
5300         (decode_line_internal): Remove.
5301         (create_sals_line_offset): New function adapted from
5302         decode_all_digits.
5303         (convert_linespec_to_sals): New function.
5304         (parse_linespec): New function.
5305         (linespec_parser_new): New function.
5306         (linespec_state_destructor): Change parameter type to
5307         struct linespec_state *.
5308         Add language parameter.
5309         Remove freeing of moved members.
5310         (linespec_parser_delete): New function.
5311         (decode_line_full): Use parse_linespec and linespec_parser_new.
5312         (decode_line_1): Likewise.
5313         (decode_indirect): Rename to ...
5314         (linespec_expression_to_pc): ... this and rewrite
5315         to simply find CORE_ADDR, storing this result for later
5316         conversion to SALs.
5317         (locate_first_half): Remove.
5318         (deocde_objc): Add parameter LS.
5319         Initialize new struct collect_info members.
5320         Handle minimal symbols, too.
5321         (decode_compound): Delete.
5322         (lookup_prefix_sym): Rewrite.
5323         (compare_msymbols): New function.
5324         (find_method): Rewrite.
5325         Do not call cplusplus_error.
5326         (symtabs_from_filename): Rewrite.
5327         (collect_function_symbols): Delete.
5328         (find_function_symbols): Rewrite without ARGPTR-style
5329         processing.
5330         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
5331         (decode_dollar): Adapted and renamed to ...
5332         (linespec_parse_variable): ... this.
5333         (find_linespec_symbols): New function.
5334         (decode_label): Adapted and renamed to ...
5335         (find_label_symbols): ... this.
5336         (decode_digits_list_mode): Add and use LS argument.
5337         (decode_digits_ordinary): Likewise.
5338         (collect_symbols): Do not collect SALs, just symbols and msymbols.
5339         If in list mode, allow any symbol class.  Otherwise, only
5340         permit LOC_BLOCK symbols.
5341         (minsym_found): Update comments.
5342         (search_minsyms_for_name): Do not convert the matching symbol
5343         into a SAL.  Simply push the symbol and objfile into the
5344         result vector.
5345         (decode_variable): Delete. Contents adapted into
5346         find_linespec_symbols.
5347
5348         * cp-support.c (SKIP_SPACE): Remove.
5349         (operator_tokens): Remove unused global.
5350         (cp_validate_operator): Remove.
5351         * cp-support.h (cp_validate_operator): Remove declaration.
5352
5353 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5354
5355         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
5356         for TYPE_VPTR_FIELDNO.
5357         * valprint.c (valprint_check_validity): Make it global, move the
5358         function comment ...
5359         * value.h (valprint_check_validity): ... to this new declaration.
5360
5361 2012-04-02  Tristan Gingold  <gingold@adacore.com>
5362
5363         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
5364         the STATE32 api for i386 state.
5365         (i386_darwin_store_inferior_registers): Likewise.
5366
5367 2012-04-02  Tristan Gingold  <gingold@adacore.com>
5368
5369         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
5370         SS offset.
5371         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
5372         format_string.
5373
5374 2012-04-02  Tristan Gingold  <gingold@adacore.com>
5375
5376         PR gdb/13901
5377         * darwin-nat.c (darwin_execvp): Set binary preference.
5378
5379 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5380
5381         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
5382
5383 2012-03-30  Tom Tromey  <tromey@redhat.com>
5384
5385         * python/python.c (gdbpy_decode_line): Move cleanup creation out
5386         of TRY_CATCH.  Fix error handling.
5387         * python/py-value.c (convert_value_from_python): Move 'old'
5388         declaration to innermost scope.
5389
5390 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5391             Andrey Smirnov  <andrew.smirnov@gmail.com>
5392
5393         -Wshadow warning fix.
5394         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
5395         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
5396         Adjust code accordingly.
5397
5398 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5399
5400         * ada-lang.c (symbol_completion_add): Rename parameter
5401         "encoded" into "encoded_p".  Ajust code and documentation
5402         accordingly.
5403
5404 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5405             Andrey Smirnov  <andrew.smirnov@gmail.com>
5406
5407         -Wshadow warning fix.
5408         * ada-lang.c (symbol_completion_add): Rename parameter
5409         "wild_match" into wild_match_p.  Update code and documentation
5410         accordingly.
5411
5412 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5413
5414         * ada-lang.c (symbol_completion_match): Rename parameter
5415         "encoded" into "encoded_p".  Ajust code and documentation
5416         accordingly.
5417
5418 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5419             Andrey Smirnov  <andrew.smirnov@gmail.com>
5420
5421         -Wshadow warning fix.
5422         * ada-lang.c (symbol_completion_match): Rename parameter
5423         "wild_match" into "wild_match_p".  Adjust code and function
5424         documentation accordingly.
5425
5426 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5427             Andrey Smirnov  <andrew.smirnov@gmail.com>
5428
5429         -Wshadow warning fix.
5430         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
5431         "symbol_info" into "info".  Adjust code accordingly.
5432         (ada_lookup_symbol): Likewise.
5433
5434 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5435
5436         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
5437         of this function's documentation.
5438
5439 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5440             Andrey Smirnov  <andrew.smirnov@gmail.com>
5441
5442         -Wshadow warning fix.
5443         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
5444         variable into "wild_match_p".  Adjust code accordingly.
5445
5446 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5447             Andrey Smirnov  <andrew.smirnov@gmail.com>
5448
5449         -Wshadow warning fix.
5450         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
5451         parameter into "wild_match_p".  Adjust code accordingly.
5452         Document this parameter in the function description.
5453
5454 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5455             Andrey Smirnov  <andrew.smirnov@gmail.com>
5456
5457         -Wshadow warning fix.
5458         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
5459         "wild_match" parameter to "wild_match_p" (-Wshadow).
5460
5461 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5462
5463         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
5464         in function documentation.
5465
5466 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5467             Andrey Smirnov  <andrew.smirnov@gmail.com>
5468
5469         -Wshadow warning fix.
5470         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
5471         variable into wild_match_p.  Adjust code accordingly.
5472
5473 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5474             Andrey Smirnov  <andrew.smirnov@gmail.com>
5475
5476         * ada-valprint.c (ada_val_print_1): Move the code handling
5477         TYPE_CODE_ENUM inside its own lexical block.  Declare
5478         variables len and val there, instead of in the function's
5479         top level block.  Avoid declaring deref_val again in a way
5480         that shadows another variable of the same name declared
5481         in one of the up-level blocks.  Just re-use the up-level
5482         variable instead.
5483
5484 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5485
5486         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
5487         Replace block_found argument by symbol_info.  Adjust
5488         implementation accordingly.  Add function documentation.
5489         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
5490         Fix documentation.
5491         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
5492         * ada-exp.y (write_object_renaming): Adjust to new
5493         ada_lookup_encoded_symbol API.
5494
5495 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
5496
5497         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
5498         documentation.
5499
5500 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
5501
5502         * v850-tdep.c: Add the enum values for mpu and fpu registers.
5503         (v850_register_name): Add the mpu and fpu register names.
5504         (v850e_register_name): Add the mpu and fpu register names.
5505         (v850e2_register_name): New function.
5506         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
5507         bfd_mach_v850e2v3.
5508
5509 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
5510
5511         * NEWS: Add entry for Ada varobj support.
5512
5513 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
5514
5515         * varobj.c (default_value_is_changeable_p): New function,
5516         extracted from varobj_value_is_changeable_p.  Add declaration.
5517         (ada_value_is_changeable_p): New function, extracted from
5518         varobj_value_is_changeable_p.  Add declaration.
5519         (struct language_specific): New field "value_is_changeable_p".
5520         (languages): Add entries for new field.
5521         (varobj_create): Set language before calling install_new_value.
5522         (varobj_value_is_changeable_p): Reimplement to call the varobj's
5523         "value_is_changeable_p" language callback.
5524
5525 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
5526
5527         * ada-varobj.h, ada-varobj.c: New files.
5528         * Makefile.in (SFILES): Add ada-varobj.c.
5529         (HFILES_NO_SRCDIR): Add ada-varobj.h.
5530         (COMMON_OBS): Add ada-varobj.o.
5531
5532 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
5533
5534         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
5535         (struct language_specific): New field "value_has_mutated".
5536         (languages): Set field "value_has_mutated" in each entry of array.
5537         (varobj_value_has_mutated): New function.
5538         (varobj_udpdate): Add handling of type mutation.
5539         (value_of_root): Add handling of type mutation.
5540         (ada_value_has_mutated): New function.
5541
5542 2012-03-28  Pedro Alves  <palves@redhat.com>
5543
5544         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
5545         Always supply $fr0 as 0.0 and $fr1 as 1.0.
5546
5547 2012-03-28  Tom Tromey  <tromey@redhat.com>
5548
5549         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
5550         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
5551         before returning.
5552
5553 2012-03-28  Tom Tromey  <tromey@redhat.com>
5554
5555         * .dir-locals.el: New file.
5556
5557 2012-03-28  Pedro Alves  <palves@redhat.com>
5558
5559         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
5560
5561 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
5562
5563         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
5564         handling for r0.
5565
5566 2012-03-27  Pedro Alves  <palves@redhat.com>
5567
5568         Eliminate struct ui_stream.
5569
5570         * ui-out.h (struct ui_stream): Delete.
5571         (ui_out_field_stream): Adjust prototype.
5572         (ui_out_stream_new, ui_out_stream_delete)
5573         (make_cleanup_ui_out_stream_delete): Delete declarations.
5574         * ui-out.c (ui_out_field_stream): Change prototype to take a
5575         ui_file instead of a ui_stream.  Adjust.
5576         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
5577         (make_cleanup_ui_out_stream_delete): Delete.
5578         * breakpoint.c (print_breakpoint_location)
5579         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
5580         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
5581         * disasm.c (dump_insns): Ditto.
5582         (do_mixed_source_and_assembly, do_assembly_only): Adjust
5583         prototype.
5584         (gdb_disassembly): Use ui_file/mem_fileopen instead of
5585         ui_stream/ui_out_stream_new.
5586         * infcmd.c (print_return_value): Ditto.
5587         * osdata.c (info_osdata_command): Don't allocate a local
5588         ui_stream.
5589         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
5590         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
5591         * tracepoint.c (print_one_static_tracepoint_marker): Don't
5592         allocate a local ui_stream.
5593         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
5594         instead of ui_stream/ui_out_stream_new.
5595         (list_args_or_locals): Don't allocate a local ui_stream.
5596         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
5597         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
5598         ui_stream/ui_out_stream_new.
5599         * cli/cli-setshow.c (do_setshow_command): Ditto.
5600
5601 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
5602
5603         * arm-linux-tdep.c (arm_linux_init_abi): Call
5604         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
5605         * arm-tdep.c (arm_process_record): New function.
5606         (deallocate_reg_mem): New function.
5607         (decode_insn): New function.
5608         (thumb_record_branch): New function.
5609         (thumb_record_ldm_stm_swi(): New function.
5610         (thumb_record_misc): New function.
5611         (thumb_record_ld_st_stack): New function.
5612         (thumb_record_ld_st_imm_offset): New function.
5613         (thumb_record_ld_st_reg_offset(): New function.
5614         (thumb_record_add_sub_cmp_mov): New function.
5615         (thumb_record_shift_add_sub): New function.
5616         (arm_record_coproc_data_proc): New function.
5617         (arm_record_coproc): New function.
5618         (arm_record_b_bl): New function.
5619         (arm_record_ld_st_multiple): New function.
5620         (arm_record_ld_st_reg_offset): New function.
5621         (arm_record_ld_st_imm_offset): New function.
5622         (arm_record_data_proc_imm): New function.
5623         (arm_record_data_proc_misc_ld_str): New function.
5624         (arm_record_extension_space): New function.
5625         (arm_record_strx): New function.
5626         (sbo_sbz): New function.
5627         (struct insn_decode_record): New structure for arm insn record.
5628         (REG_ALLOC): New macro for reg allocations.
5629         (MEM_ALLOC): New macro for memory allocations.
5630         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
5631
5632 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
5633
5634         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
5635         (store_register): Likewise.
5636
5637 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
5638
5639         * MAINTAINERS (Write After Approval): Add myself to the list.
5640
5641 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5642
5643         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
5644         Describe also the option "auto".
5645
5646 2012-03-22  Richard Henderson  <rth@redhat.com>
5647
5648         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
5649         * sparc-nat.c (sparc_xfer_wcookie): Make static.
5650
5651 2012-03-22  Richard Henderson  <rth@redhat.com>
5652
5653         * jit.c (jit_read_code_entry): Compute alignment and offset of
5654         int64_t member before computing entry_size.
5655
5656 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
5657
5658         Python scripting: Add new method Value.referenced_value to
5659         gdb.Value which can dereference pointer as well as reference
5660         values.
5661         * NEWS: Add entry under 'Python scripting' about the new method
5662         Value.referenced_value on gdb.Value objects.
5663         * python/py-value.c (valpy_referenced_value): New function
5664         defining a new method on gdb.Value objects which can dereference
5665         pointer and reference values.
5666
5667 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
5668
5669         * MAINTAINERS (Write After Approval): Add myself to the list.
5670
5671 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
5672
5673         * symtab.c (skip_prologue_sal): Change test to check for "main()"
5674         in addition to "main".
5675
5676 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
5677
5678         * expression.h (op_name): Add declaration.
5679         * expprint.c (op_name): Remove declaration.  Make non-static.
5680         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
5681
5682 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
5683
5684         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
5685         of struct siginfo.
5686         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
5687         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5688         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
5689         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
5690         (linux_nat_get_siginfo): Likewise.
5691         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
5692         (linux_nat_get_siginfo): Likewise.
5693         * linux-tdep.c (linux_get_siginfo_type): Likewise.
5694         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
5695         * procfs.c (gdb_siginfo_t): Likewise.
5696
5697 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
5698
5699         * .gitignore: Ignore more files.
5700
5701 2012-03-20  Pedro Alves  <palves@redhat.com>
5702
5703         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
5704         returns.
5705
5706 2012-03-20  Yao Qi  <yao@codesourcery.com>
5707
5708         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
5709         comment.
5710
5711 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5712
5713         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
5714         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
5715         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
5716         sect_offset.
5717         * dwarf2expr.h (cu_offset, sect_offset): New types.
5718         (struct dwarf_expr_context_funcs) <dwarf_call>
5719         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
5720         sect_offset.
5721         (struct dwarf_expr_context) <len>: Improve the comment.
5722         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
5723         cu_offset and sect_offset.
5724         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
5725         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
5726         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
5727         * dwarf2loc.h: Include dwarf2expr.h.
5728         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
5729         and sect_offset.
5730         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
5731         Improve the comment.
5732         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
5733         (struct signatured_type, struct line_header, struct partial_die_info)
5734         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
5735         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
5736         (get_die_type_at_offset, create_cus_from_index)
5737         (create_signatured_type_table_from_index, dw2_get_file_names)
5738         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
5739         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
5740         (create_debug_types_hash_table, process_psymtab_comp_unit)
5741         (load_partial_comp_unit, create_all_comp_units)
5742         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
5743         (load_full_comp_unit, dwarf2_physname, read_import_statement)
5744         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
5745         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
5746         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
5747         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
5748         (find_partial_die, read_attribute_value, lookup_die_type)
5749         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
5750         (is_ref_attr): New function comment.
5751         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
5752         Use cu_offset and sect_offset.
5753         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
5754         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
5755         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
5756         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
5757         (offset_and_type_hash, offset_and_type_eq, set_die_type)
5758         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
5759         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
5760         sect_offset.
5761
5762 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5763
5764         Code cleanup.
5765         * python/py-auto-load.c (source_section_scripts): New variable back_to.
5766         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
5767         with xfree.
5768         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
5769
5770 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5771
5772         * NEWS: Describe new options --init-command=FILE, -ix and
5773         --init-eval-command=COMMAND, -iex.
5774         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
5775         CMDARG_INIT_COMMAND.
5776         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
5777         "init-command", "init-eval-command", "ix" and "iex" to the variable
5778         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
5779         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
5780         (print_gdb_help): Describe --init-command=FILE, -ix and
5781         --init-eval-command=COMMAND, -iex.
5782
5783 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5784
5785         Code cleanup.
5786         * main.c (struct cmdarg): Move it here from main.  Add more comments.
5787         (cmdarg_s, VEC (cmdarg_s)): New.
5788         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
5789         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
5790         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
5791         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
5792         of CMDARG.
5793
5794 2012-03-19  Tom Tromey  <tromey@redhat.com>
5795
5796         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
5797
5798 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5799
5800         PR symtab/13777
5801         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
5802         GCC >=4.5.
5803
5804 2012-03-16  Chris January  <chris.january@allinea.com>
5805
5806         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
5807         of clear.
5808
5809 2012-03-16  Chris January  <chris.january@allinea.com>
5810
5811         * source.c (add_path): Use memmove instead of strcpy because the
5812         strings overlap.
5813
5814 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
5815
5816         * value.h (set_value_parent): Add declaration.
5817         * value.c (set_value_parent): New function.
5818         (value_address): If VALUE->PARENT is not NULL, then use it as
5819         the base address instead of VALUE->LOCATION.address.
5820         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
5821         the same as OBJ's address.  Adjust V's offset accordingly.
5822         Set V's parent.
5823
5824 2012-03-16  Gary Benson  <gbenson@redhat.com>
5825
5826         PR breakpoints/10738
5827         * dwarf2read.c (use_deprecated_index_sections): New global.
5828         (struct partial_die_info): New member may_be_inlined.
5829         (read_partial_die): Set may_be_inlined where appropriate.
5830         (add_partial_subprogram): Add partial symbols for partial
5831         DIEs that may be inlined.
5832         (new_symbol_full): Add inlined subroutines to the current
5833         scope.
5834         (write_psymtabs_to_index): Bump version number.
5835         (dwarf2_read_index): Read only version 6 indices unless
5836         use_deprecated_index_sections is set.
5837         * linespec.c (symbol_and_data_callback): New structure.
5838         (iterate_inline_only): New function.
5839         (iterate_over_all_matching_symtabs): New argument
5840         "include_inline".  If nonzero, also call the callback for
5841         symbols representing inlined subroutines.
5842         (lookup_prefix_sym): Pass extra argument to the above.
5843         (find_function_symbols): Likewise.
5844         (add_matching_symbols_to_info): Likewise.
5845         * NEWS: Mention that GDB can now set breakpoints on inlined
5846         functions.
5847
5848 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
5849
5850         * p-typeprint.c (pascal_type_print_method_args):
5851         Fix display of parameter of methods.
5852
5853 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
5854
5855         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
5856         Add missing prototype.
5857
5858 2012-03-16  Yao Qi  <yao@codesourcery.com>
5859             Jan Kratochvil  <jan.kratochvil@redhat.com>
5860
5861         Fix false compilation warning.
5862         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
5863
5864 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
5865             Pedro Alves  <pedro@codesourcery.com>
5866
5867         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
5868         (arm_register_g_packet_guesses): New function.
5869         (arm_gdbarch_init): Don't force a target description with
5870         registers when the executable is detected as M-profile.  Instead
5871         set gdbarch->tdep->is_m.  Register `g' packet guesses.
5872         (_initialize_arm_tdep): Initialize the new target description.
5873         * features/arm-with-m-fpa-layout.xml: New description.
5874         * features/arm-with-m-fpa-layout.c: New, generated.
5875
5876 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
5877
5878         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
5879         Update function description.
5880         (insert_bp_location): Do not wipe bl->target_info out.
5881         * mem-break.c: #include "gdb_string.h".
5882         (default_memory_insert_breakpoint): Do not call target_read_memory
5883         with a pointer to the breakpoint's shadow_contents buffer.  Use
5884         a local buffer instead.
5885         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
5886
5887 2012-03-15  Tom Tromey  <tromey@redhat.com>
5888
5889         * NEWS: Mention "info vtbl", not "info vtable".
5890         * cp-support.c (info_vtbl_command): Fix comment.
5891         (_initialize_cp_support): Fix text.
5892
5893 2012-03-15  Tom Tromey  <tromey@redhat.com>
5894
5895         * cp-valprint.c (cp_print_value_fields): Use
5896         print_function_pointer_address for vtable slot.
5897
5898 2012-03-15  Tom Tromey  <tromey@redhat.com>
5899
5900         * gnu-v3-abi.c (struct value_and_voffset): New.
5901         (hash_value_and_voffset, eq_value_and_voffset)
5902         (compare_value_and_voffset, compute_vtable_size)
5903         (print_one_vtable, gnuv3_print_vtable): New functions.
5904         (init_gnuv3_ops): Initialize 'print_vtable' field.
5905         * cp-support.c (info_vtbl_command): New function.
5906         (_initialize_cp_support): Add "info vtbl".
5907         * cp-abi.h (cplus_print_vtable): Declare.
5908         (struct cp_abi_ops) <print_vtable>: New field.
5909         * cp-abi.c (cplus_print_vtable): New function.
5910         * NEWS: Update.
5911
5912 2012-03-15  Tom Tromey  <tromey@redhat.com>
5913
5914         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
5915         iterate_over_symbols.
5916
5917 2012-03-14  Doug Evans  <dje@google.com>
5918
5919         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
5920         DW_OP_GNU_parameter_ref.
5921
5922 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5923
5924         Fix double prompt of 'interpreter-exec mi'.
5925         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
5926         (mi_interpreter_resume): use it.
5927         (mi_execute_command_input_handler): New function.
5928         * mi/mi-main.c (mi_execute_command): Move prompt printing to
5929         mi_execute_command_input_handler.
5930
5931 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
5932
5933         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
5934         prototype.
5935         (darwin_debug_port_info): Make static.
5936         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
5937         * machoread.c (_initialize_machoread): Add prototype.
5938         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
5939         (i386_darwin_set_control, i386_darwin_get_control)
5940         i386_darwin_dr_set_addr, i386_darwin_get_addr)
5941         i386_darwin_get_status, i386_darwin_get_control):
5942         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
5943
5944 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
5945
5946         * ax-gdb.c (gen_usual_unary): Remove special handling of
5947         enum and bool types.
5948
5949 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
5950
5951         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
5952
5953 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
5954
5955         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
5956
5957 2012-03-13  Chris January  <chris.january@allinea.com>
5958
5959         * aix-thread.c (fill_sprs): Store the floating point registers
5960         at the correct offsets into vals.
5961
5962 2012-03-13  Doug Evans  <dje@google.com>
5963
5964         * NEWS: Mention symbol-reloading has been deleted.
5965         * symfile.c (symbol_reloading): Delete.
5966         (show_symbol_reloading): Delete.
5967         (_initialize_symfile): Delete set/show symbol-reloading.
5968
5969         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
5970         read_in_chain until we have successfully read it in.
5971         (load_full_comp_unit): Ditto.
5972         (read_signatured_type): Add comment.
5973
5974 2012-03-13  Chris January  <chris.january@allinea.com>
5975
5976         * stabsread.c (fix_common_block): Change type of valu argument
5977         to CORE_ADDR.
5978
5979 2012-03-13  Chris January  <chris.january@allinea.com>
5980
5981         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
5982         instruction.
5983
5984 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5985
5986         * common/linux-procfs.c (linux_proc_get_int): New, from
5987         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
5988         field.
5989         (linux_proc_get_tgid): Only call linux_proc_get_int.
5990         (linux_proc_get_tracerpid): New.
5991         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
5992         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
5993         linux_proc_pid_has_state.
5994         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
5995         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
5996         (linux_ptrace_attach_warnings): New.
5997         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
5998         New declaration.
5999         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
6000         (linux_nat_attach): New variables ex, buffer, message and message_s.
6001         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
6002
6003 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6004
6005         * Makefile.in (linux-ptrace.o): New.
6006         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
6007         from linux-nat.c.
6008         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
6009         * common/linux-ptrace.c: New file.
6010         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
6011         * config/arm/linux.mh: Likewise.
6012         * config/i386/linux.mh: Likewise.
6013         * config/i386/linux64.mh: Likewise.
6014         * config/ia64/linux.mh: Likewise.
6015         * config/m32r/linux.mh: Likewise.
6016         * config/m68k/linux.mh: Likewise.
6017         * config/mips/linux.mh: Likewise.
6018         * config/pa/linux.mh: Likewise.
6019         * config/powerpc/linux.mh: Likewise.
6020         * config/powerpc/ppc64-linux.mh: Likewise.
6021         * config/powerpc/spu-linux.mh: Likewise.
6022         * config/s390/s390.mh: Likewise.
6023         * config/sparc/linux.mh: Likewise.
6024         * config/sparc/linux64.mh: Likewise.
6025         * config/xtensa/linux.mh: Likewise.
6026         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
6027         common/linux-procfs.c.
6028         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
6029
6030 2012-03-13  Hui Zhu  <teawater@gmail.com>
6031             Pedro Alves  <palves@redhat.com>
6032
6033         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
6034         CREATE_BREAKPOINT_FLAGS_INSERTED.
6035         (create_breakpoint_sal, create_breakpoints_sal)
6036         (base_breakpoint_create_breakpoints_sal)
6037         (tracepoint_create_breakpoints_sal)
6038         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
6039         down.
6040         (break_command_1, handle_gnu_v3_exceptions, trace_command)
6041         (ftrace_command, strace_command): Adjust.
6042         (create_tracepoint_from_upload): Pass
6043         CREATE_BREAKPOINT_FLAGS_INSERTED.
6044         * breakpoint.h (enum breakpoint_create_flags): New.
6045         (create_breakpoint): New flags parameter.
6046         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
6047         * python/py-breakpoint.c (bppy_init): Adjust.
6048         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
6049         * spu-tdep.c (spu_catch_start): Adjust.
6050
6051 2012-03-13  Pedro Alves  <palves@redhat.com>
6052             Hui Zhu  <teawater@gmail.com>
6053             Yao Qi  <yao@codesourcery.com>
6054
6055         * remote.c (struct remote_state): New field `starting_up'.
6056         (remote_start_remote): Set and clear it.
6057         (remote_can_download_tracepoint): If starting up, return false.
6058
6059 2012-03-13  Yao Qi  <yao@codesourcery.com>
6060
6061         * inferior.h (struct inferior): Remove fields any_syscall_count,
6062         syscalls_counts and total_syscalls_count.  Move them to new
6063         struct catch_syscall_inferior_data in breakpoint.c.
6064         * breakpoint.c: Call DEF_VEC_I(int).
6065         (struct catch_syscall_inferior_data): New.
6066         (get_catch_syscall_inferior_data): New.
6067         (catch_syscall_inferior_data_cleanup): New.
6068         (insert_catch_syscall): Update to access data in
6069         struct catch_syscall_inferior_data.
6070         (insert_catch_syscall): Likewise.
6071         (remove_catch_syscall): Likewise.
6072         (remove_catch_syscall): Likewise.
6073         (is_syscall_catchpoint_enabled): Likewise.
6074         (add_catch_command): Likewise.
6075         (_initialize_breakpoint): Register cleanup.
6076         * breakpoint.h: Removed DEF_VEC_I(int).
6077         * dwarf2loc.c: Call DEF_VEC_I(int).
6078         * mi/mi-main.c: Likewise.
6079
6080 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
6081
6082         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
6083
6084 2012-03-12  Chris January  <chris.january@allinea.com>
6085
6086         * aix-thread.c (_initialize_aix_thread): Add prototype.
6087         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
6088         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
6089
6090 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
6091
6092         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
6093         include of "amd64-nat.h".
6094
6095 2012-03-12  Tom Tromey  <tromey@redhat.com>
6096
6097         * buildsym.c (record_pending_block): Now static.
6098         * buildsym.h: (record_pending_block): Remove.
6099
6100 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
6101
6102         * amd64bsd-nat.c: Include amd64bsd-nat.h.
6103
6104 2012-03-09  Tom Tromey  <tromey@redhat.com>
6105
6106         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
6107         producer_is_gxx_lt_4_6>: New fields.
6108         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
6109
6110 2012-03-09  Tom Tromey  <tromey@redhat.com>
6111
6112         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
6113
6114 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
6115
6116         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
6117         prototype.
6118
6119 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
6120
6121         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
6122
6123 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6124
6125         Fix -Wmissing-prototypes build.
6126         * arm-linux-nat.c (get_thread_id): Make it static.
6127         * xtensa-linux-nat.c (get_thread_id): Likewise.
6128
6129 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
6130
6131         * server.c (process_point_options): If a conditional expression
6132         is found, only print a message if remote_debug is nonzero.
6133
6134 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
6135
6136         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
6137         of internal error for unknown/unsupported types.
6138
6139 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6140
6141         Fix CU relative vs. absolute DIE offsets.
6142         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
6143         offset to offset_in_cu.
6144         * dwarf2read.c (process_enumeration_scope): Add CU offset to
6145         TYPE_OFFSET.
6146         (dwarf2_fetch_die_location_block): Rename parameter offset to
6147         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
6148
6149 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6150
6151         * libunwind-frame.c: Rename to ...
6152         * ia64-libunwind-tdep.c: ... here.
6153         * libunwind-frame.h: Rename to ...
6154         * ia64-libunwind-tdep.h: ... here.
6155         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
6156         ia64-libunwind-tdep.h.
6157         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
6158         * README (--with-libunwind): Rename to ...
6159         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
6160         * config.in: Regenerate.
6161         * configure: Regenerate.
6162         * configure.ac: New option --with-libunwind-ia64, make the
6163         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
6164         Remove AC_DEFINE for HAVE_LIBUNWIND.
6165         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
6166         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
6167         Rename libunwind-frame in the general comment.
6168         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
6169         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
6170         Move forward declarations inside #ifndef.  Rename libunwind-frame in
6171         the general comment.
6172         * ia64-tdep.c: Rename libunwind-frame.h #include to
6173         ia64-libunwind-tdep.h.
6174         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
6175         (ia64_libunwind_descr): Rename libunwind-frame to
6176         ia64-libunwind-tdep in these function comments.
6177         * ia64-tdep.h: Rename libunwind-frame.h #include to
6178         ia64-libunwind-tdep.h.
6179         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
6180         ia64-libunwind-tdep in that data comment.
6181
6182 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6183
6184         * libunwind-frame.h (struct frame_unwind): New declaration.
6185
6186 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
6187
6188         * breakpoint.c (_initialize_breakpoint): Fix error in help of
6189         "set breakpoint condition-evaluation" command.
6190
6191 2012-03-08  Tristan Gingold  <gingold@adacore.com>
6192
6193         * sparc-stub.c: Move to stubs/
6194         * sh-stub.c: Likewise.
6195         * m68k-stub.c: Likewise.
6196         * m32r-stub.c: Likewise.
6197         * i386-stub.c: Likewise.
6198
6199 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
6200
6201         * m68klinux-tdep.c (m68k_linux_init_abi): Register
6202         linux_get_siginfo_type.
6203
6204         * m68klinux-nat.c: Include "gdb_proc_service.h".
6205         (PTRACE_GET_THREAD_AREA): Define.
6206         (ps_get_thread_area): New function.
6207
6208 2012-03-08  Yao Qi  <yao@codesourcery.com>
6209
6210         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
6211         `xsnprintf'.
6212         (remote_query_attached): Likewise.
6213         (remote_static_tracepoint_marker_at): Likewise.
6214         (remote_set_permissions): Likewise.
6215         (remote_detach_1, extended_remote_attach_1): Likewise.
6216         (send_g_packet, remote_vkill): Likewise.
6217         (extended_remote_disable_randomization): Likewise.
6218         (remote_add_target_side_condition): Likewise.
6219         (remote_insert_breakpoint): Likewise.
6220         (remote_remove_breakpoint): Likewise.
6221         (remote_insert_watchpoint): Likewise.
6222         (remote_remove_watchpoint): Likewise.
6223         (remote_insert_hw_breakpoint): Likewise.
6224         (remote_insert_hw_breakpoint): Likewise.
6225         (remote_remove_hw_breakpoint): Likewise.
6226         (remote_download_command_source): Likewise.
6227         (remote_download_tracepoint): Likewise.
6228         (remote_download_trace_state_variable): Likewise.
6229         (remote_disable_tracepoint): Likewise.
6230         (remote_trace_set_readonly_regions): Likewise.
6231         (remote_get_tracepoint_status): Likewise.
6232         (remote_trace_find): Likewise.
6233         (remote_get_trace_state_variable_value): Likewise.
6234         (remote_set_disconnected_tracing): Likewise.
6235         (remote_set_circular_trace_buffer): Likewise.
6236         (remote_get_min_fast_tracepoint_insn_len): Likewise.
6237         (remote_use_agent): Likewise.
6238         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
6239         Update callers.
6240
6241 2012-03-07  Pedro Alves  <palves@redhat.com>
6242
6243         * NEWS: Mention QProgramSignals.
6244         * inferior.h (update_signals_program_target): Declare.
6245         * infrun.c: (update_signals_program_target): New.
6246         (handle_command): Update the target of the new program signals
6247         array changes.
6248         * remote.c (PACKET_QProgramSignals): New enum.
6249         (last_program_signals_packet): New global.
6250         (remote_program_signals): New.
6251         (remote_start_remote): Update the target with the program signals
6252         list.
6253         (remote_protocol_features): Add entry for QPassSignals.
6254         (remote_open_1): Free anc clear last_program_signals_packet.
6255         (init_remote_ops): Install remote_program_signals.
6256         * target.c (update_current_target): Adjust.
6257         (target_program_signals): New.
6258         * target.h (struct target_ops) <to_program_signals>: New field.
6259         (target_program_signals): Declare.
6260
6261 2012-03-07  Pedro Alves  <palves@redhat.com>
6262
6263         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
6264         extensions.
6265
6266 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6267
6268         * m68klinux-nat.c (getregs_supplies): Make static.
6269         (getfpregs_supplies): Likewise.
6270         (have_ptrace_getregs): Likewise.
6271
6272 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
6273
6274         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
6275         in call to get_die_type_at_offset.
6276
6277 2012-03-06  Stan Shebs  <stan@codesourcery.com>
6278
6279         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
6280         * mi/mi-cmd-disas.c: Ditto.
6281         * mi/mi-cmd-env.c: Ditto.
6282         * mi/mi-cmd-file.c: Ditto.
6283         * mi/mi-cmd-stack.c: Ditto.
6284         * mi/mi-cmd-target.c: Ditto.
6285         * mi/mi-cmd-var.c: Ditto.
6286         * mi/mi-cmds.c: Ditto.
6287         * mi/mi-cmds.h: Ditto.
6288         * mi/mi-console.c: Ditto.
6289         * mi/mi-getopt.c: Ditto.
6290         * mi/mi-getopt.h: Ditto.
6291         * mi/mi-interp.c: Ditto.
6292         * mi/mi-main.c: Ditto.
6293         * mi/mi-out.c: Ditto.
6294         * mi/mi-parse.c: Ditto.
6295         * mi/mi-parse.h: Ditto.
6296         * mi/mi-symbol-cmds.c: Ditto.
6297
6298         * mi/mi-getopt.h: Move mi_opt struct up.
6299         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
6300         return.
6301         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
6302
6303 2012-03-06  Tom Tromey  <tromey@redhat.com>
6304
6305         * proc-service.c (ps_pglobal_lookup): Set the current program
6306         space.
6307
6308 2012-03-06  Pedro Alves  <palves@redhat.com>
6309
6310         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
6311
6312 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
6313
6314         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
6315
6316 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6317
6318         Code cleanup.
6319         * common/linux-osdata.c (linux_common_core_of_thread): New function
6320         comment.
6321         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
6322         call by linux_common_core_of_thread.
6323         (linux_nat_core_of_thread_1): Remove.
6324         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
6325         * linux-thread-db.c: Include linux-osdata.h.
6326         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
6327         linux_common_core_of_thread.
6328
6329 2012-03-05  Tom Tromey  <tromey@redhat.com>
6330
6331         * value.c (value_primitive_field): Don't fetch contents for
6332         non-virtual bases.
6333
6334 2012-03-05  Tom Tromey  <tromey@redhat.com>
6335
6336         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
6337
6338 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6339
6340         * s390-nat.c: Include "gregset.h".
6341
6342 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6343
6344         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
6345         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
6346         (libunwind_load): New variable so_error, use it for dlerror.  Try to
6347         load also LIBUNWIND_SO_7.
6348
6349 2012-03-05  Pedro Alves  <palves@redhat.com>
6350
6351         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
6352         is not NULL, and remove resulting dead code.
6353
6354 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
6355
6356         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
6357         prologue to sh_analyze_prologue.
6358         (sh_analyze_prologue): Make better use of such an upper limit, and
6359         generally be more cautious about accessing memory.
6360
6361 2012-03-05  Tom Tromey  <tromey@redhat.com>
6362
6363         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
6364         _initialize_ia64_hpux_tdep.
6365
6366 2012-03-05  Pedro Alves  <palves@redhat.com>
6367
6368         PR gdb/13766
6369
6370         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
6371         the register state is clear, supply explicit zero, instead of
6372         marking the register unavailable.
6373
6374 2012-03-05  Tristan Gingold  <gingold@adacore.com>
6375
6376         * NEWS: Mention OpenVMS ia64 new target.
6377
6378 2012-03-05  Tristan Gingold  <gingold@adacore.com>
6379
6380         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
6381         (ia64_unw_accessors, ia64_unw_rse_accessors)
6382         (ia64_libunwind_descr): Declare.
6383         * ia64-vms-tdep.c: New file.
6384         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
6385         (ia64_libunwind_descr): Make them public.
6386         * configure.tgt: Add ia64-*-*vms*.
6387         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
6388         (ALLDEPFILES): Add ia64-vms-tdep.c
6389
6390 2012-03-05  Tristan Gingold  <gingold@adacore.com>
6391
6392         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
6393         * remote.c (PACKET_qXfer_uib): New enum value.
6394         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
6395         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
6396         (_initialize_remote): Call add_packet_config_cmd for
6397         xfer:uib packet.
6398
6399 2012-03-05  Tristan Gingold  <gingold@adacore.com>
6400
6401         * osabi.c (gdb_osabi_names): Add OpenVMS.
6402         (generic_elf_osabi_sniffer): Likewise.
6403         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
6404
6405 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6406
6407         Removed unused code.
6408         * libunwind-frame.c (libunwind_frame_unwind)
6409         (libunwind_frame_base_address): Remove.
6410         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
6411
6412 2012-03-04  Yao Qi  <yao@codesourcery.com>
6413
6414         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
6415         remove trailing new line.
6416         (agent_run_command, agent_run_command): Add _ markup.
6417         (agent_capability_check): Likewise.
6418
6419 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6420
6421         * breakpoint.c (set_condition_evaluation_mode): Set
6422         CONDITION_EVALUATION_MODE unconditionally.
6423
6424 2012-03-03  Yao Qi  <yao@codesourcery.com>
6425
6426         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
6427         * common/agent.h: Update declaration.
6428         * inf-child.c (inf_child_use_agent): New.
6429         (inf_child_can_use_agent): New.
6430         (inf_child_target): Initialize fields `to_use_agent'
6431         and `to_can_use_agent'.
6432         * agent.c (agent_new_objfile): New.
6433         (_initialize_agent): Add agent_new_objfile to new_objfile
6434         observer.
6435
6436         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6437         New.
6438         (linux_target_install_ops): Initialize field
6439         `to_static_tracepoint_markers_by_strid'.
6440         * remote.c (free_current_marker): Move it to ...
6441         * tracepoint.c (free_current_marker): ... here.  New.
6442         (cleanup_target_stop): New.
6443         * tracepoint.h: Declare free_current_marker.
6444         * NEWS: Add one entry about `info static-tracepoint-marker'.
6445
6446 2012-03-03  Yao Qi  <yao@codesourcery.com>
6447
6448         * common/agent.c (agent_loaded_p): New.
6449         (agent_look_up_symbols): New global.
6450         * common/agent.h: Declare agent_loaded_p.
6451
6452 2012-03-03  Yao Qi  <yao@codesourcery.com>
6453
6454         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
6455         (agent_capability_check, agent_capability_invalidate): New.
6456         (symbol_list): New array element.
6457         * common/agent.h (enum agent_capa): New.
6458         * target.c (target_pre_inferior): Call agent_capability_invalidate.
6459
6460 2012-03-03  Yao Qi  <yao@codesourcery.com>
6461
6462         * target.h (struct target_ops) <to_use_agent>: New field.
6463         (struct target_ops) <to_can_use_agent>: New field.
6464         (target_use_agent, target_can_use_agent): New macro.
6465         * target.c (update_current_target): Update.
6466         * remote.c: New enum `PACKET_QAgent'.
6467         (remote_protocol_features): Add a new element.
6468         (remote_use_agent, remote_can_use_agent): New.
6469         (init_remote_ops): Initialize field `can_use_agent' with
6470         remote_can_use_agent.  Intiailize field `use_agent' with
6471         remote_use_agent.
6472         * common/agent.c (use_agent): New global.
6473         * common/agent.h: Declare it.
6474         * tracepoint.c (info_static_tracepoint_markers_command): Add
6475         comment.
6476         * Makefile.in (SFILES): Add common/agent.c and agent.c.
6477         (COMMON_OBS): Add common/agent.o and agent.o
6478         (common-agent.o): New rule.
6479         * agent.c: New.
6480
6481 2012-03-03  Yao Qi  <yao@codesourcery.com>
6482
6483         * common/agent.c: New.
6484         * common/agent.h: New.
6485         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
6486         AC_CHECK_HEADERS.
6487         * configure, configh.in: Regenerated.
6488
6489 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
6490
6491         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
6492         unless it exists for this architecture.
6493
6494 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
6495
6496         * language.h (struct language_defn): New "method" la_read_var_value.
6497         * findvar.c: #include "language.h".
6498         (default_read_var_value): Renames read_var_value.  Rewrite
6499         function description.
6500         (read_var_value): New function.
6501         * value.h (default_read_var_value): Add prototype.
6502         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
6503         New functions.
6504         (ada_language_defn): Add entry for la_read_var_value.
6505         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
6506         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
6507         language_defn structures to add entry for new la_read_var_value
6508         field.
6509
6510 2012-03-02  Tom Tromey  <tromey@redhat.com>
6511             Pedro Alves  <palves@redhat.com>
6512
6513         PR breakpoints/13776:
6514         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
6515         breakpoints.
6516         (delete_longjmp_breakpoint_at_next_stop): New.
6517         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
6518         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
6519         before deleting the inferior.  Add comments.
6520         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
6521         breakpoints immediately, but only on next stop.  Move that code
6522         next to where we mark other breakpoints for deletion.
6523
6524 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
6525
6526         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
6527         marker.
6528         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
6529         violation.
6530
6531 2012-03-02  Pedro Alves  <palves@redhat.com>
6532
6533         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
6534
6535 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
6536
6537         Fix -Wmissing-prototypes build.
6538         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
6539         * remote-sim.c (gdbsim_has_all_memory): Likewise.
6540         (gdbsim_has_memory): Likewise.
6541
6542 2012-03-02  Yao Qi  <yao@codesourcery.com>
6543
6544         Fix -Wmissing-prototypes build.
6545         * charset.c (phony_iconv_open): Make static.
6546         (phony_iconv_close, phony_iconv): Likewise.
6547         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
6548         * i386-windows-nat.c (_initialize_i386_windows_nat): New
6549         prototype.
6550         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
6551         * ser-mingw.c (create_select_thread): Make static.
6552         * windows-termcap.c (tgetent): New prototype.
6553         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
6554
6555 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
6556
6557         Fix -Wmissing-prototypes build.
6558         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
6559         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
6560         (_initialize_loadable): New prototypes.
6561
6562 2012-03-02  Doug Evans  <dje@google.com>
6563
6564         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
6565         abbrev table, read_comp_unit will do it.
6566
6567 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6568
6569         Fix -Wmissing-prototypes build.
6570         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
6571         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
6572         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
6573         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
6574         (_initialize_arm_symbian_tdep): New prototype.
6575         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
6576         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
6577         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
6578         static.
6579         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
6580         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
6581         prototype.
6582         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
6583         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
6584         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
6585         static.
6586         * moxie-tdep.c (moxie_process_record): Likewise.
6587         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
6588         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
6589         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
6590         (_initialize_rl78_tdep): New prototype.
6591         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
6592         (_initialize_rx_tdep): New prototype.
6593         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
6594         (_initialize_darwin_solib): New prototype.
6595         * solib-spu.c: Include solib-spu.h.
6596         (_initialize_spu_solib): New prototype.
6597         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
6598         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
6599         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
6600         (tic6x_software_single_step): Make it static.
6601         (_initialize_tic6x_tdep): New prototype.
6602
6603 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6604
6605         Fix -Wmissing-prototypes build.
6606         * cris-tdep.c (cris_can_use_hardware_watchpoint)
6607         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
6608
6609 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6610
6611         Fix -Wmissing-prototypes build.
6612         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
6613         (frv_have_stopped_data_address): Remove.
6614
6615 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6616
6617         Fix -Wmissing-prototypes build.
6618         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
6619         * sh-tdep.c: Include sh64-tdep.h.
6620         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
6621         * sh64-tdep.c: Include sh64-tdep.h.
6622         * sh64-tdep.h: New file.
6623
6624 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
6625
6626         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
6627
6628 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
6629
6630         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
6631         sp_regnum once the gdbarch_init_osabi hook has been called.
6632
6633 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
6634
6635         * mips-tdep.c (mips32_bc1_pc): New function.
6636         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
6637         BPOSGE32 and BPOSGE64 instructions.
6638         (deal_with_atomic_sequence): Likewise.
6639         (mips32_instruction_has_delay_slot): Likewise.
6640
6641 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
6642             Chris Dearman  <chris@mips.com>
6643             Maciej W. Rozycki  <macro@codesourcery.com>
6644             Joseph Myers  <joseph@codesourcery.com>
6645
6646         * features/mips-dsp.xml: New file.
6647         * features/mips64-dsp.xml: New file.
6648         * features/mips-dsp-linux.xml: New file.
6649         * features/mips64-dsp-linux.xml: New file.
6650         * features/Makefile (WHICH): Add mips-dsp-linux and
6651         mips64-dsp-linux.
6652         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
6653         * features/mips-dsp-linux.c: New file.
6654         * features/mips64-dsp-linux.c: New file.
6655         * regformats/mips-dsp-linux.dat: New file.
6656         * regformats/mips64-dsp-linux.dat: New file.
6657         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
6658         registers.
6659         (mips64_linux_register_addr): Likewise.
6660         (mips64_linux_regsets_fetch_registers): Likewise.
6661         (mips64_linux_regsets_store_registers): Likewise.
6662         (mips64_linux_fetch_registers): Update call to
6663         mips64_linux_regsets_fetch_registers.
6664         (mips64_linux_store_registers): Update call to
6665         mips64_linux_regsets_store_registers.
6666         (mips_linux_read_description): Probe for DSP registers.
6667         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
6668         and initialize_tdesc_mips64_dsp_linux.
6669         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
6670         Remove padding of no longer used embedded register slots.
6671         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
6672         (MIPS_RESTART_REGNUM): Redefine enum value.
6673         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
6674         strings.
6675         (mips_tx39_reg_names): Likewise.
6676         (mips_linux_reg_names): New array of register names for Linux
6677         targets.
6678         (mips_register_name): Check for a null pointer in
6679         mips_processor_reg_names and return an empty string.
6680         (mips_register_type): Exclude embedded registers for the IRIX
6681         and Linux ABIs.
6682         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
6683         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
6684         DSP registers.
6685         (mips_stab_reg_to_regnum): Handle DSP accumulators.
6686         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
6687         (mips_gdbarch_init): Likewise.  Initialize internal register
6688         indices for the Linux ABI.  Use dynamic numbers to refer to
6689         registers, as applicable, while parsing the target description.
6690         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
6691
6692 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
6693
6694         * frame.h (read_frame_register_unsigned): Fix typo in function
6695         description.
6696
6697 2012-03-01  Pedro Alves  <palves@redhat.com>
6698
6699         * jit-reader.in [!__cplusplus]
6700         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
6701
6702 2012-03-01  Pedro Alves  <palves@redhat.com>
6703
6704         * configure.ac (build_warnings): Add -Wmissing-prototypes.
6705         * configure: Regenerate.
6706
6707 2012-03-01  Pedro Alves  <palves@redhat.com>
6708
6709         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
6710         * breakpoint.c (create_exception_master_breakpoint, trace_command)
6711         (ftrace_command, strace_command): Make static.
6712         * d-lang.c (_initialize_d_language): Declare.
6713         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
6714         * dwarf2loc.c (_initialize_dwarf2loc):
6715         * dwarf2read.c (process_psymtab_comp_unit): Make static.
6716         * exec.c (exec_get_section_table): Make static.
6717         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
6718         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
6719         * inferior.c (remove_inferior_command, add_inferior_command)
6720         (clone_inferior_command): Make static.
6721         * linux-nat.c (linux_nat_thread_address_space)
6722         (linux_nat_core_of_thread): Make static.
6723         * linux-tdep.c (_initialize_linux_tdep): Declare.
6724         * objc-lang.c (_initialize_objc_lang): Declare.
6725         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
6726         Make static.
6727         (_initialize_opencl_language): Declare.
6728         * record.c (_initialize_record): Declare.
6729         * remote.c (demand_private_info, remote_get_tib_address)
6730         (remote_supports_cond_tracepoints)
6731         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
6732         Make static.
6733         * skip.c (_initialize_step_skip): Declare.
6734         * symtab.c (skip_prologue_using_lineinfo): Make static.
6735         * tracepoint.c (delete_trace_state_variable)
6736         (trace_variable_command, delete_trace_variable_command)
6737         (get_uploaded_tsv, find_matching_tracepoint_location)
6738         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
6739         Make static.
6740         * value.c (pack_unsigned_long): Make static.
6741         * varobj.c (varobj_ensure_python_env): Make static.
6742         * windows-tdep.c (_initialize_windows_tdep): Declare.
6743         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
6744
6745 2012-03-01  Pedro Alves  <palves@redhat.com>
6746
6747         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
6748         gdbarch parameter.
6749         (linux_init_abi): Install it as has_shared_address_space gdbarch
6750         callback.
6751
6752 2012-03-01  Pedro Alves  <palves@redhat.com>
6753
6754         * observer.c (observer_test_first_notification_function)
6755         (observer_test_second_notification_function)
6756         (observer_test_third_notification_function): Add declarations.
6757
6758 2012-03-01  Pedro Alves  <palves@redhat.com>
6759
6760         * common/signals.c (default_target_signal_to_host)
6761         (default_target_signal_from_host): Move ...
6762         * arch-utils.c: ... here.
6763         * arch-utils.h (default_target_signal_to_host)
6764         (default_target_signal_from_host): Declare.
6765
6766         * common/signals.c (target_signal_from_command): Move ...
6767         * infrun.c: ... here.
6768         * inferior.h (target_signal_from_command): Declare.
6769         * target.h (target_signal_from_command)
6770         (default_target_signal_from_host, default_target_signal_to_host):
6771         Delete declarations.
6772
6773         * common/signals.c (_initialize_signals): Delete.
6774
6775 2012-03-01  Pedro Alves  <palves@redhat.com>
6776
6777         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
6778         both __cplusplus and !__cplusplus.
6779
6780 2012-03-01  Pedro Alves  <palves@redhat.com>
6781
6782         * psymtab.c (find_and_open_source): Delete declaration.
6783         * source.c (find_and_open_source): Move comment ...
6784         * source.h (find_and_open_source): ... to this new declaration.
6785
6786 2012-03-01  Pedro Alves  <palves@redhat.com>
6787
6788         * inline-frame.c: Include inline-frame.h.
6789
6790 2012-03-01  Pedro Alves  <palves@redhat.com>
6791
6792         * tui/tui-data.c (set_gen_win_origin): Delete.
6793         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
6794         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
6795
6796 2012-03-01  Pedro Alves  <palves@redhat.com>
6797
6798         * remote.c (encode_actions): Delete declaration.
6799         * tracepoint.c (encode_actions): Make extern.
6800         * tracepoint.h (encode_actions): Declare.
6801
6802 2012-03-01  Pedro Alves  <palves@redhat.com>
6803
6804         * python/py-breakpoint.c: Include python.h.
6805         * python/py-continueevent.c (create_continue_event_object): Make
6806         static.
6807         * python/py-lazy-string.c (stpy_get_type): Make static.
6808         * python/py-newobjfileevent.c (create_new_objfile_event_object):
6809         Make static.
6810         * python/py-utils.c (unicode_to_target_python_string): Make
6811         static.
6812         * python/py-value.c: Include python.h.
6813
6814 2012-03-01  Pedro Alves  <palves@redhat.com>
6815
6816         * inferior.c (delete_threads_of_inferior): Delete.
6817
6818 2012-03-01  Pedro Alves  <palves@redhat.com>
6819
6820         Import fallback definitions from glibc.
6821
6822         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
6823         ps_prochandle): Forward declare.
6824         (ps_err_e): Use glibc's comments.
6825         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
6826         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
6827         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
6828         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
6829         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
6830         (struct ps_prochandle): Adjust comment.
6831
6832 2012-03-01  Pedro Alves  <palves@redhat.com>
6833
6834         * ada-lang.c (ada_modulus_from_name): Delete.
6835         * ada-lex.l (lexer_init): Make static.
6836
6837 2012-03-01  Pedro Alves  <palves@redhat.com>
6838
6839         PR gdb/13767
6840
6841         * frame.c (read_frame_register_unsigned): New.
6842         * frame.h (read_frame_register_unsigned): Declare.
6843         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
6844         Handle it.
6845         (print_i387_control_word): New parameter `control_p'.  Handle it.
6846         (i387_print_float_info): Handle unavailable float registers.
6847
6848 2012-03-01  Keith Seitz  <keiths@redhat.com>
6849
6850         * linespec.c (decode_line_2): Sort the list of methods
6851         alphabetically before presenting the user with a selection
6852         menu.
6853
6854 2012-03-01  Doug Evans  <dje@google.com>
6855
6856         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
6857         has_namespace_info.
6858         (dwarf2_read_abbrevs): Remove corresponding initialization.
6859
6860 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
6861
6862         * NEWS: Mention new python command class gdb.COMMAND_USER.
6863         * cli/cli-cmds.c (show_user): Print error when used on a python
6864         command.
6865         (init_cli_cmds): Update documentation strings for "show user" and
6866         "set/show max-user-call-depth" to clarify that it does not apply to
6867         python commands.
6868         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
6869         error check.
6870         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
6871         gdb python api.
6872         * top.c (execute_command): Only execute a user-defined command as a
6873         legacy macro if c->user_commands is set.
6874
6875 2012-03-01  Tom Tromey  <tromey@redhat.com>
6876
6877         * valprint.h (struct generic_val_print_decorations): New.
6878         (generic_val_print): Declare.
6879         * valprint.c (generic_val_print): New function.
6880         * p-valprint.c (p_decorations): New global.
6881         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
6882         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
6883         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
6884         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
6885         * m2-valprint.c (m2_decorations): New global.
6886         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
6887         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
6888         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
6889         TYPE_CODE_ERROR>: Call generic_val_print.
6890         * f-valprint.c (f_decorations): New global.
6891         (f_val_print): Use print_function_pointer_address.
6892         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
6893         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
6894         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
6895         generic_val_print.
6896         * c-valprint.c (c_decorations): New global.
6897         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
6898         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
6899         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
6900         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
6901         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
6902         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
6903         case.
6904
6905 2012-03-01  Tom Tromey  <tromey@redhat.com>
6906
6907         * valprint.c (val_print): Update.
6908         * p-valprint (pascal_val_print): Return void.
6909         * p-lang.h (pascal_val_print): Return void.
6910         * m2-valprint.c (m2_val_print): Return void.
6911         * m2-lang.h (m2_val_print): Return void.
6912         * language.h (struct language_defn) <la_val_print>: Return void.
6913         * language.c (unk_lang_val_print): Return void.
6914         * jv-valprint.c (java_val_print): Return void.
6915         * jv-lang.h (java_val_print): Return void.
6916         * f-valprint.c (f_val_print): Return void.
6917         * f-lang.h (f_val_print): Return void.
6918         * d-valprint.c (d_val_print): Return void.
6919         (dynamic_array_type): Update.
6920         * d-lang.h (d_val_print): Return void.
6921         * c-valprint.c (c_val_print): Return void.
6922         * c-lang.h (c_val_print): Return void.
6923         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
6924         void.
6925         * ada-lang.h (ada_val_print): Return void.
6926
6927 2012-03-01  Tom Tromey  <tromey@redhat.com>
6928
6929         * value.h (val_print): Return void.
6930         * valprint.c (val_print): Return void.
6931
6932 2012-03-01  Tom Tromey  <tromey@redhat.com>
6933
6934         * value.h (common_val_print): Return void.
6935         * valprint.c (common_val_print): Return void.
6936
6937 2012-03-01  Tom Tromey  <tromey@redhat.com>
6938
6939         * value.h (value_print): Return void.
6940         * valprint.c (value_print): Return void.
6941         * p-valprint.c (pascal_value_print): Return void.
6942         * p-lang.h (pascal_value_print): Return void.
6943         * language.h (struct language_defn) <la_value_print>: Return
6944         void.
6945         * language.c (unk_lang_value_print): Return void.
6946         * jv-valprint.c (java_value_print): Return void.
6947         * jv-lang.h (java_value_print): Return void.
6948         * f-valprint.c (c_value_print): Don't declare.
6949         Include c-lang.h.
6950         * c-valprint.c (c_value_print): Return void.
6951         * c-lang.h (c_value_print): Return void.
6952         * ada-valprint.c (ada_value_print): Return void.
6953         * ada-lang.h (ada_value_print): Return void.
6954
6955 2012-03-01  Tom Tromey  <tromey@redhat.com>
6956
6957         * value.c (value_primitive_field): Handle virtual base classes.
6958
6959 2012-03-01  Tom Tromey  <tromey@redhat.com>
6960
6961         * gdbtypes.h (struct vbase): Remove.
6962
6963 2012-03-01  Tom Tromey  <tromey@redhat.com>
6964
6965         * c-valprint.c (print_function_pointer_address): Move...
6966         * valprint.c: ... here.  Make non-static.
6967         * m2-valprint.c (print_function_pointer_address): Remove.
6968         * valprint.h (print_function_pointer_address): Declare.
6969
6970 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
6971
6972         * NEWS: Document the fact that one can provide a condition when
6973         creating an Ada exception catchpoint.
6974
6975 2012-03-01  Tom Tromey  <tromey@redhat.com>
6976
6977         * valprint.c (val_print_type_code_flags): Fix placement of
6978         trailing brace.
6979
6980 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
6981
6982         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
6983         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
6984         environment variable before calling update-copyright.
6985
6986 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
6987
6988         * gnulib/extra/update-copyright: Update to the latest from
6989         gnulib's git repository.
6990         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
6991         variable to 2 instead of 1.
6992
6993 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6994
6995         * varobj.c (c_value_of_variable): Remove dead code.
6996
6997 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6998
6999         * ada-lex.p (processId): Do not modify already encoded IDs.
7000         Update function documentation.
7001
7002 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7003
7004         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
7005         "name" with "struct symbol *name_sym".
7006         * ada-exp.y (write_var_or_type): Update call to
7007         ada_find_renaming_symbol.
7008         "name" with "struct symbol *name_sym". Adjust Implementation
7009         accordingly.  Adjust the function documentation.
7010
7011 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7012
7013         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
7014         * ada-lang.c (ada_find_any_type): Add advance declaration.
7015         Make static.  Replace ada_find_any_symbol by
7016         ada_find_any_type_symbol.
7017         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
7018         Improve function description.  Make static.
7019         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
7020         Replace ada_find_any_symbol by ada_find_any_type_symbol.
7021
7022 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7023
7024         * ada-lang.c (struct tag_args): Delete.
7025         (ada_get_tsd_type): Function body moved up in source file.
7026         (ada_tag_name_1, ada_tag_name_2): Delete.
7027         (ada_get_tsd_from_tag): New function.
7028         (ada_tag_name_from_tsd): New function.
7029         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
7030         to determine the tag name.
7031
7032 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7033
7034         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
7035         declaration.
7036         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
7037         function.
7038
7039 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7040
7041         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
7042
7043 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7044
7045         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
7046         full searches.
7047
7048 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7049
7050         * ada-lang.c (constrained_packed_array_type): If there is a
7051         parallel XA type, use it to determine the array index type.
7052
7053 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7054
7055         * ada-valprint.c (ada_val_print_1): If our value is a reference
7056         to an array descriptor, dereference it before converting it
7057         to a simple array.
7058
7059 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7060
7061         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
7062         creating fixed value.
7063         (ada_value_ind, ada_coerce_ref, assign_component)
7064         (ada_evaluate_subexp): Remove call to unwrap_value before
7065         call to ada_to_fixed_value.
7066
7067 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7068
7069         * ada-lang.c (to_fixed_array_type): Set result's type name.
7070
7071 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7072
7073         * ada-lang.c (catch_ada_exception_command_split): Add new
7074         argument cond_string.  Add support for condition at end of
7075         "catch exception" commands.
7076         (ada_decode_exception_location): Add new argument cond_string.
7077         Update call to catch_ada_exception_command_split.
7078         (create_ada_exception_catchpoint): Add new argument cond_string.
7079         Set the breakpoint condition if needed.
7080         (catch_ada_exception_command): Update call to
7081         ada_decode_exception_location.
7082         (ada_decode_assert_location): Add function documentation.
7083         Add support for condition at end of "catch assert" command.
7084         (catch_assert_command): Update calls to ada_decode_assert_location
7085         and create_ada_exception_catchpoint.
7086
7087 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7088
7089         Fix disp-step-syscall.exp: fork: single step over fork.
7090         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
7091         (i386_linux_get_syscall_number_from_regcache): ... here, new function
7092         comment, change parameters gdbarch and ptid to regcache.  Remove
7093         parameter regcache, initialize gdbarch from regcache here.
7094         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
7095         New functions.
7096         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
7097         instead.
7098         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
7099         'syscall'.  Make the 'int' check more strict.
7100
7101 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7102
7103         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
7104         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
7105         (i386_linux_intx80_sysenter_syscall_record): ... here.
7106         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
7107         Use the renamed function name.
7108
7109 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7110
7111         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
7112         * breakpoint.c (until_break_command): Likewise.
7113         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
7114         * infcall.c (call_function_by_hand): Likewise.
7115         * infcmd.c (finish_forward): Likewise.
7116         * infrun.c (insert_exception_resume_breakpoint): Likewise.
7117
7118 2012-02-28  Tristan Gingold  <gingold@adacore.com>
7119
7120         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
7121         avoid variable assignments inside condition.
7122
7123 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
7124
7125         Fix static analysis issue found by cppcheck.
7126         * microblaze-tdep.c (microblaze_extract_return_value): Fix
7127         uninitialized BUF for size 2.
7128
7129 2012-02-27  Chris Dearman  <chris@mips.com>
7130             Nathan Froyd  <froydnj@codesourcery.com>
7131             Maciej W. Rozycki  <macro@codesourcery.com>
7132
7133         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
7134         (mips16_instruction_has_delay_slot): Likewise.
7135         (mips_segment_boundary): Likewise.
7136         (mips_adjust_breakpoint_address): Likewise.
7137         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
7138
7139 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
7140             Maciej W. Rozycki  <macro@codesourcery.com>
7141
7142         * infrun.c (handle_inferior_event): Don't proceed through
7143         shared library trampolines if stepping at the machine
7144         instruction level.
7145
7146 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
7147
7148         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
7149         too.
7150
7151 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
7152
7153         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
7154         (sh_stub_unwind_sniffer): New functions.
7155         (sh_stub_unwind): New variable.
7156         (sh_gdbarch_init): Wire everything.
7157
7158 2012-02-27  Pedro Alves  <palves@redhat.com>
7159
7160         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
7161         (linux_nat_post_attach_wait): Adjust to use
7162         linux_proc_pid_is_stopped.
7163         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
7164         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
7165         based on pid_is_stopped from both linux-nat.c and
7166         gdbserver/linux-low.c, and renamed.
7167
7168 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
7169
7170         * remote.c (remote_watchpoint_addr_within_range): New function.
7171         (init_remote_ops): Use it.
7172
7173 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
7174
7175         * target.h (target_watchpoint_addr_within_range): Document macro.
7176
7177 2012-02-24  Pedro Alves  <palves@redhat.com>
7178
7179         * stack.c (set_last_displayed_sal): Issue internal_error instead
7180         of warning, and issue it after clearing the last displayed sal.
7181
7182 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7183             Pedro Alves  <palves@redhat.com>
7184
7185         * breakpoint.c (until_break_command): Install breakpoints after
7186         all frame manipulations.
7187
7188 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
7189
7190         * remote.c (remote_supports_cond_breakpoints): New forward
7191         declaration.
7192         (remote_add_target_side_condition): New function.
7193         (remote_insert_breakpoint): Add target-side breakpoint
7194         conditional if supported.
7195         (remote_insert_hw_breakpoint): Likewise.
7196         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
7197         hook.
7198
7199         * target.c (update_current_target): Inherit
7200         to_supports_evaluation_of_breakpoint_conditions.
7201         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
7202
7203         * target.h (struct target_ops)
7204         <to_supports_evaluation_of_breakpoint_conditions>: New field.
7205         (target_supports_evaluation_of_breakpoint_conditions): New #define.
7206
7207         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
7208         (condition_evaluation_both, condition_evaluation_auto,
7209         condition_evaluation_host, condition_evaluation_target,
7210         condition_evaluation_enums, condition_evaluation_mode_1,
7211         condition_evaluation_mode): New static globals.
7212         (translate_condition_evaluation_mode): New function.
7213         (breakpoint_condition_evaluation_mode): New function.
7214         (gdb_evaluates_breakpoint_condition_p): New function.
7215         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
7216         (mark_breakpoint_modified): New function.
7217         (mark_breakpoint_location_modified): New function.
7218         (set_condition_evaluation_mode): New function.
7219         (show_condition_evaluation_mode): New function.
7220         (bp_location_compare_addrs): New function.
7221         (get_first_location_gte_addr): New helper function.
7222         (set_breakpoint_condition): Free condition bytecode if locations
7223         has become unconditional.  Call mark_breakpoint_modified (...).
7224         (condition_command): Call update_global_location_list (1) for
7225         breakpoints.
7226         (breakpoint_xfer_memory): Use is_breakpoint (...).
7227         (is_breakpoint): New function.
7228         (parse_cond_to_aexpr): New function.
7229         (build_target_condition_list): New function.
7230         (insert_bp_location): Handle target-side conditional
7231         breakpoints and call build_target_condition_list (...).
7232         (update_inserted_breakpoint_locations): New function.
7233         (insert_breakpoint_locations): Handle target-side conditional
7234         breakpoints.
7235         (bpstat_check_breakpoint_conditions): Add comment.
7236         (bp_condition_evaluator): New function.
7237         (bp_location_condition_evaluator): New function.
7238         (print_breakpoint_location): Print information on where the condition
7239         will be evaluated.
7240         (print_one_breakpoint_location): Likewise.
7241         (init_bp_location): Call mark_breakpoint_location_modified (...) for
7242         breakpoint location.
7243         (force_breakpoint_reinsertion): New functions.
7244         (update_global_location_list): Handle target-side breakpoint
7245         conditions.
7246         Reinsert locations that are already inserted if conditions have
7247         changed.
7248         (bp_location_dtor): Free agent expression bytecode.
7249         (disable_breakpoint): Call mark_breakpoint_modified (...).
7250         Call update_global_location_list (...) with parameter 1 for breakpoints.
7251         (disable_command): Call mark_breakpoint_location_modified (...).
7252         Call update_global_location_list (...) with parameter 1 for breakpoints.
7253         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
7254         (enable_command): mark_breakpoint_location_modified (...).
7255         (_initialize_breakpoint): Update documentation and add
7256         condition-evaluation breakpoint subcommand.
7257
7258         * breakpoint.h: Include ax.h.
7259         (condition_list): New data structure.
7260         (condition_status): New enum.
7261         (bp_target_info) <cond_list>: New field.
7262         (bp_location) <condition_changed, cond_bytecode>: New fields.
7263         (is_breakpoint): New prototype.
7264
7265 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
7266
7267         * remote.c (remote_state) <cond_breakpoints>: New field.
7268         (PACKET_ConditionalBreakpoints): New enum.
7269         (remote_cond_breakpoint_feature): New function.
7270         (remote_protocol_features): Add new ConditionalBreakpoints entry.
7271         (remote_supports_cond_breakpoints): New function.
7272         (_initialize_remote): Add new packet configuration for
7273         target-side conditional breakpoints.
7274
7275 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
7276
7277         * NEWS: Mention target-side conditional breakpoint support,
7278         new condition-evaluation breakpoint subcommand and remote
7279         packet extensions.
7280
7281 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
7282
7283         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
7284         number.
7285
7286 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
7287
7288         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
7289         (after_prologue): Remove.
7290
7291 2012-02-23  Tom Tromey  <tromey@redhat.com>
7292
7293         * jv-valprint.c (java_val_print): Remove dead code.
7294
7295 2012-02-23  Tristan Gingold  <gingold@adacore.com>
7296
7297         * ada-tasks.c (struct ada_tasks_inferior_data): Add
7298         known_tasks_element and known_tasks_length fields.
7299         (read_known_tasks_array): Change argument type.  Use pointer type
7300         and number of elements from DATA.  Adjust.
7301         (read_known_tasks_list): Likewise.
7302         (get_known_tasks_addr): Remove.
7303         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
7304         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
7305         type and array length.  Merge former get_known_tasks_addr code.
7306
7307 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
7308
7309         PR backtrace/13716
7310         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
7311         it after set_momentary_breakpoint.
7312
7313 2012-02-22  Sterling Augustine  <saugustine@google.com>
7314
7315         PR 13689:
7316         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
7317
7318 2012-02-22  Gary Benson  <gbenson@redhat.com>
7319
7320         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
7321         (find_slot_in_mapped_hash): Likewise.
7322
7323 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7324
7325         PR build/13638
7326         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
7327         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
7328         * configure: Regenerate.
7329
7330 2012-02-21  Tristan Gingold  <gingold@adacore.com>
7331             Pedro Alves  <palves@redhat.com>
7332
7333         * ia64-tdep.c: Do not include libunwind-ia64.h.
7334         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
7335         Include libunwind-ia64.h instead of libunwind.h.
7336         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
7337         for libunwind.h existence.
7338         * configure, config.in: Regenerate.
7339
7340 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
7341
7342         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
7343         instead of value_rtti_target_type.
7344         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
7345         instead of value_rtti_target_type.
7346         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
7347         value_rtti_target_type.
7348         * valops.c (value_ind): Extract function readjust_indirect_value_type.
7349         (value_rtti_target_type): Rename to ...
7350         (value_rtti_indirect_type): ... here and make it indirect.  Update
7351         function comment.
7352         * value.c (readjust_indirect_value_type): New function.
7353         (coerce_ref): Support for enclosing type setting for references
7354         with readjust_indirect_value_type.
7355         * value.h (readjust_value_type): New declaration.
7356         (value_rtti_target_type): Rename to ...
7357         (value_rtti_indirect_type): ... here.
7358
7359 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
7360
7361         * MAINTAINERS (Write After Approval): Add myself to the list.
7362
7363 2012-02-20  Doug Evans  <dje@google.com>
7364
7365         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
7366         Rename objfile_p_char parameter to objfilep.
7367         (build_objfile_section_table): Result is now void.  All callers
7368         updated.
7369         * objfiles.h (struct objfile): Tweak comments, whitespace.
7370         (build_objfile_section_table): Update.
7371
7372         * elfread.c (elf_symfile_segments): Fix warning text.
7373
7374 2012-02-20  Tom Tromey  <tromey@redhat.com>
7375
7376         PR gdb/13498:
7377         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
7378         particular set of file names once.
7379         (dw2_map_symbol_filenames): Likewise.
7380
7381 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7382
7383         Code cleanup.
7384         * main.c (write_files): Remove the declaration.
7385         (external_editor_command): Move the declaration ...
7386         [GDBTK] (external_editor_command): ... here.  Fix the comment.
7387
7388 2012-02-20  Tom Tromey  <tromey@redhat.com>
7389
7390         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
7391         extraneous block.
7392
7393 2012-02-20  Tristan Gingold  <gingold@adacore.com>
7394
7395         * darwin-nat.h (enum darwin_msg_state): Add comments.
7396
7397 2012-02-20  Tristan Gingold  <gingold@adacore.com>
7398
7399         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
7400         value.
7401
7402 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
7403
7404         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
7405         between function description and implementation.
7406
7407 2012-02-17  Tom Tromey  <tromey@redhat.com>
7408
7409         PR python/12070:
7410         * python/py-event.c (event_object_getset): New global.
7411         (event_object_type): Reference it.
7412         * python/py-type.c (field_object_getset): New global.
7413         (field_object_type): Reference it.
7414         * python/python-internal.h (gdb_py_generic_dict): Declare.
7415         * python/py-utils.c (gdb_py_generic_dict): New function.
7416
7417 2012-02-17  Tristan Gingold  <gingold@adacore.com>
7418
7419         * solib-darwin.c (darwin_current_sos): Check magic and filetype
7420
7421 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
7422
7423         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
7424         TYPE_CALLING_CONVENTION annotation.
7425
7426 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
7427
7428         * MAINTAINERS: Add rx to target ISA section.
7429         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
7430         (ALLDEPFILES): Add rx-tdep.c.
7431
7432 2012-02-16  Tom Tromey  <tromey@redhat.com>
7433
7434         * symfile.c (symbol_file_add_main_1): Use inferior's
7435         symfile_flags.
7436         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
7437         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
7438         inferior.
7439         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
7440         inferior.
7441         (follow_exec): Use inferior's symfile_flags.
7442         * inferior.h (struct inferior) <symfile_flags>: New field.
7443
7444 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
7445
7446         PR gdb/9734:
7447         * remote-sim.c (gdbsim_create_inferior): Call error() when
7448         sim_create_inferior() fails.
7449
7450 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
7451
7452         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
7453
7454 2012-02-16  Tom Tromey  <tromey@redhat.com>
7455
7456         PR c++/13653:
7457         * thread.c (struct current_thread_cleanup) <was_removable>: New
7458         field.
7459         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
7460         (make_cleanup_restore_current_thread): Initialize new field.
7461
7462 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
7463
7464         * MAINTAINERS: Add rl78 to target ISA section.
7465         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
7466         (ALLDEPFILES): Add rl78-tdep.c.
7467         * NEWS: Mention rl78 as a new target.
7468
7469 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
7470
7471         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
7472         data.
7473         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
7474
7475 2012-02-15  Tom Tromey  <tromey@redhat.com>
7476
7477         PR gdb/12659:
7478         * infcmd.c (registers_info): Print just the current register's
7479         name.
7480
7481 2012-02-15  Tom Tromey  <tromey@redhat.com>
7482
7483         * python/py-symbol.c (sympy_value): Use _().
7484
7485 2012-02-15  Pedro Alves  <palves@redhat.com>
7486
7487         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
7488         output to be like native targets'.
7489         (remote_pid_to_str): Special case the null ptid.
7490
7491 2012-02-14  Stan Shebs  <stan@codesourcery.com>
7492
7493         * NEWS: Mention enable count command.
7494         * breakpoint.h (struct breakpoint): New field enable_count.
7495         * breakpoint.c (enable_breakpoint_disp): Add count argument.
7496         (enable_breakpoint): Add arg to call.
7497         (struct disp_data): New struct.
7498         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
7499         (do_map_enable_once_breakpoint): Create a struct and pass it.
7500         (do_map_enable_delete_breakpoint): Ditto.
7501         (do_map_enable_count_breakpoint): New function.
7502         (enable_count_command): New function.
7503         (bpstat_stop_status): Decrement enable_count.
7504         (print_one_breakpoint_location): Report enable count.
7505         (_initialize_breakpoint): Add enable count command.
7506
7507 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
7508
7509         * rl78-tdep.c (reggroups.h): Include.
7510         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
7511         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
7512         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
7513         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
7514         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
7515         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
7516         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
7517         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
7518         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
7519         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
7520         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
7521         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
7522         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
7523         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
7524         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
7525         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
7526         beginning of register list.
7527         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
7528         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
7529         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
7530         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
7531         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
7532         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
7533         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
7534         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
7535         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
7536         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
7537         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
7538         the pseudo registers.  Rearrange other pseudo registers too so
7539         that the bank registers appear at the end.
7540         (rl78_register_type): Account for the fact that the byte sized
7541         bank registers are now pseudo-registers.
7542         (rl78_register_name): Rearrange the register name array.  Make
7543         initial set of raw banked registers inaccessible.
7544         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
7545         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
7546         case for copying bytes back and forth between raw and pseudo
7547         versions of the banked registers.  Update other cases to reflect
7548         the changed names.
7549         (rl78_return_value): Update to account for changed names of
7550         raw registers.
7551         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
7552         rl78_register_sim_regno().
7553
7554 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
7555
7556         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
7557         the name parameter being passed to find_pc_partial_function().
7558
7559 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7560
7561         * MAINTAINERS: Step down from being ia64 target maintainer.
7562
7563 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7564
7565         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
7566         compilation warning.
7567
7568 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7569
7570         Fix crash on loaded shlibs without loaded exec_bfd.
7571         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
7572         (set_section_command): Replace exec_bfd by p->bfd.
7573
7574 2012-02-10  Tom Tromey  <tromey@redhat.com>
7575
7576         * linespec.c (decode_line_internal): Skip symtabs_from_filename
7577         when we have a C++ qualified name.
7578
7579 2012-02-10  Pedro Alves  <palves@redhat.com>
7580
7581         * inferior.c (inferior_pid_to_str): New.
7582         (print_inferior, inferior_command): Use it.
7583
7584 2012-02-10  Pedro Alves  <palves@redhat.com>
7585
7586         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
7587         the test CFLAGS.
7588         * configure: Regenerate.
7589
7590 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7591
7592         * linespec.c (decode_line_internal): Fix comment correctness.
7593
7594 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
7595
7596         PR gdb/12953
7597         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
7598         * amd64bsd-nat.c: Add support for debug registers (adapted from
7599         i386bsd-nat.c).
7600         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
7601         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
7602         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
7603         (amd64bsd_dr_get_control): New functions.
7604         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
7605         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
7606         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
7607         watchpoints initialization.
7608         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
7609
7610 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7611
7612         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
7613         flds_bnds.fields.
7614         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
7615
7616 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7617
7618         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
7619
7620 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
7621
7622         * language.h (symbol_name_cmp_ftype): Renames
7623         symbol_name_match_p_ftype.
7624         (struct language_defn)[la_get_symbol_name_cmp]: Renames
7625         la_get_symbol_name_match_p.
7626         * ada-lang.c (ada_get_symbol_name_cmp): Renames
7627         ada_get_symbol_name_match_p.  Update comment.
7628         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
7629         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
7630         Renames symbol_name_match_p.  Update field type.
7631         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
7632         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
7633         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
7634         "la_get_symbol_name_cmp" in comments.
7635         * language.c: Likewise.
7636
7637 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7638
7639         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
7640         %eflags offset.
7641         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
7642         (amd64_sol2_gregset32_reg_offs): Likewise.
7643
7644 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
7645
7646         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
7647         of the returned BFD is allocated by GDB.
7648
7649 2012-02-07  Tom Tromey  <tromey@redhat.com>
7650
7651         PR python/12027:
7652         * python/python-internal.h (frame_object_type): Declare.
7653         * python/py-symbol.c (sympy_needs_frame): New function.
7654         (sympy_value): New function.
7655         (symbol_object_getset): Add "needs_frame".
7656         (symbol_object_methods): Add "value".
7657         * python/py-frame.c (frame_object_type): No longer static.
7658
7659 2012-02-07  Tom Tromey  <tromey@redhat.com>
7660
7661         PR python/13599:
7662         * python/py-symbol.c (sympy_line): New function.
7663         (symbol_object_getset): Add "line".
7664
7665 2012-02-07  Tom Tromey  <tromey@redhat.com>
7666
7667         * charset.c (find_charset_names): Check 'in' against NULL.
7668
7669 2012-02-06  Doug Evans  <dje@google.com>
7670
7671         * gdbtypes.h (struct main_type): Change type of name,tag_name,
7672         and fields.name members from char * to const char *.  All uses updated.
7673         (struct cplus_struct_type): Change type of fn_fieldlists.name member
7674         from char * to const char *.  All uses updated.
7675         (type_name_no_tag): Update.
7676         (lookup_unsigned_typename, lookup_signed_typename): Update.
7677         * gdbtypes.c (type_name_no_tag): Change result type
7678         from char * to const char *.  All callers updated.
7679         (lookup_unsigned_typename, lookup_signed_typename): Change type of
7680         name parameter from char * to const char *.
7681         * symtab.h (struct cplus_specific): Change type of demangled_name
7682         member from char * to const char *.  All uses updated.
7683         (struct general_symbol_info): Change type of name and
7684         mangled_lang.demangled_name members from char * to const char *.
7685         All uses updated.
7686         (symbol_get_demangled_name, symbol_natural_name): Update.
7687         (symbol_demangled_name, symbol_search_name): Update.
7688         * symtab.c (symbol_get_demangled_name): Change result type
7689         from char * to const char *.  All callers updated.
7690         (symbol_natural_name, symbol_demangled_name): Ditto.
7691         (symbol_search_name): Ditto.
7692         (completion_list_add_name): Change type of symname,sym_text,
7693         text,word parameters from char * to const char *.
7694         (completion_list_objc_symbol): Change type of sym_text,
7695         text,word parameters from char * to const char *.
7696         * ada-lang.c (find_struct_field): Change type of name parameter
7697         from char * to const char *.
7698         (encoded_ordered_before): Similarly for N0,N1 parameters.
7699         (old_renaming_is_invisible): Similarly for function_name parameter.
7700         (ada_type_name): Change result type from char * to const char *.
7701         All callers updated.
7702         * ada-lang.h (ada_type_name): Update.
7703         * buildsym.c (hashname): Change type of name parameter
7704         from char * to const char *.
7705         * buildsym.h (hashname): Update.
7706         * dbxread.c (end_psymtab): Change type of include_list parameter
7707         from char ** to const char **.
7708         * dwarf2read.c (determine_prefix): Change result type
7709         from char * to const char *.  All callers updated.
7710         * f-lang.c (find_common_for_function): Change type of name, funcname
7711         parameters from char * to const char *.
7712         * f-lang.c (find_common_for_function): Update.
7713         * f-valprint.c (list_all_visible_commons): Change type of funcname
7714         parameters from char * to const char *.
7715         * gdbarch.sh (static_transform_name): Change type of name parameter
7716         and result from char * to const char *.
7717         * gdbarch.c: Regenerate.
7718         * gdbarch.h: Regenerate.
7719         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
7720         of name parameter from char * to const char *.
7721         * jv-lang.c (java_primitive_type_from_name): Ditto.
7722         (java_demangled_signature_length): Similarly for signature parameter.
7723         (java_demangled_signature_copy): Ditto.
7724         (java_demangle_type_signature): Ditto.
7725         * jv-lang.h (java_primitive_type_from_name): Update.
7726         (java_demangle_type_signature): Update.
7727         * objc-lang.c (specialcmp): Change type of a,b parameters
7728         from char * to const char *.
7729         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
7730         from char * to const char *.  All callers updated.
7731         * p-lang.h (is_pascal_string_type): Update.
7732         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
7733         of name parameter from char * to const char *.
7734         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
7735         * utils.c (fprintf_symbol_filtered): Ditto.
7736         * defs.h (fprintf_symbol_filtered): Update.
7737         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
7738         * stabsread.h (end_psymtab): Update.
7739         * stack.c (find_frame_funname): Change type of funname parameter
7740         from char ** to const char **.
7741         * stack.h (find_frame_funname): Update.
7742         * typeprint.c (type_print): Change type of varstring parameter
7743         from char * to const char *.
7744         * value.h (type_print): Update.
7745         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
7746         from char * to const char *.  All callers updated.
7747         (xcoff_end_psymtab): Change type of include_list parameter
7748         from char ** to const char **.  All callers updated.
7749         (swap_sym): Similarly for name parameter.  All callers updated.
7750         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
7751         Use xstrdup.
7752         (process_coff_symbol): Use xstrdup.
7753         * stabsread.c (stabs_method_name_from_physname): Renamed from
7754         update_method_name_from_physname.  Change result type from void
7755         to char *.  All callers updated.
7756         (read_member_functions): In has_destructor case, store name in objfile
7757         obstack instead of malloc space.  In !has_stub case, fix mem leak.
7758
7759 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
7760
7761         * configure: Rebuild.
7762         * configure.ac: Put -L../bfd and -L../libiberty at the front of
7763         LDFLAGS.
7764
7765 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
7766
7767         * configure.tgt (rl78-*-elf): New target.
7768         * rl78-tdep.c: New file.
7769
7770 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7771
7772         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
7773         and continue the loop.  Add QUIT statement.
7774
7775 2012-02-03  Tom Tromey  <tromey@redhat.com>
7776
7777         PR gdb/13596:
7778         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
7779         bfd_lookup_symbol_from_symtab.
7780         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
7781         gdb_bfd_lookup_symbol_from_symtab.
7782
7783 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
7784
7785         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
7786         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
7787         symbol.  Add assertion that sym2 is never NULL.
7788
7789 2012-02-02  Doug Evans  <dje@google.com>
7790
7791         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
7792         "name" parameter to const char ** from char **.  All callers updated.
7793         (find_pc_partial_function): Ditto.
7794         (cache_pc_function_name): Change type to const char * from char *.
7795         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
7796         (find_pc_partial_function): Update.
7797         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
7798         type of "name" parameter to const char * from char *.
7799         All uses updated.
7800         * arch-utils.c (generic_in_solib_return_trampoline): Change
7801         type of "name" parameter to const char * from char *.
7802         * arch-utils.h (generic_in_solib_return_trampoline): Update.
7803         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
7804         type of "name" parameter to const char * from char *.
7805         * gdbarch.sh (in_solib_return_trampoline): Ditto.
7806         * gdbarch.c: Regenerate.
7807         * gdbarch.h: Regenerate.
7808         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
7809         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
7810         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
7811         type of "name" parameter to const char * from char *.
7812         * skip.c (skip_function_pc): Ditto.
7813         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
7814         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
7815         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
7816         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
7817         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
7818         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
7819         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
7820         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
7821         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
7822
7823 2012-02-02  Pedro Alves  <palves@redhat.com>
7824
7825         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
7826         the current inferior has no execution.  Make sure the current
7827         remote process matches gdb's current inferior.
7828
7829 2012-02-02  Tom Tromey  <tromey@redhat.com>
7830
7831         PR gdb/13405:
7832         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
7833         read-only memory.
7834
7835 2012-02-02  Tom Tromey  <tromey@redhat.com>
7836
7837         PR gdb/9307:
7838         * symtab.c (lookup_language_this): Set block_found.
7839
7840 2012-02-01  Tom Tromey  <tromey@redhat.com>
7841
7842         PR gdb/13431:
7843         * jit.c (struct jit_inferior_data): Rewrite.
7844         (struct jit_objfile_data): New.
7845         (get_jit_objfile_data): New function.
7846         (add_objfile_entry): Update.
7847         (jit_read_descriptor): Return int.  Replace descriptor_addr
7848         argument with inf_data.  Update.  Don't call error.
7849         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
7850         descriptor here.
7851         (jit_inferior_init): Don't look up descriptor.  Don't call error.
7852         (jit_reset_inferior_data_and_breakpoints)
7853         (jit_inferior_created_observer): Remove.
7854         (jit_inferior_exit_hook): Update.
7855         (jit_executable_changed_observer): Remove.
7856         (jit_event_handler): Update.
7857         (free_objfile_data): Reset inferior data if needed.
7858         (_initialize_jit): Update.
7859
7860 2012-02-01  Tom Tromey  <tromey@redhat.com>
7861
7862         * jit.c (bfd_open_from_target_memory): Move higher in file.
7863
7864 2012-02-01  Tristan Gingold  <gingold@adacore.com>
7865
7866         * libunwind-frame.c (libunwind_load): Display message if dlopen
7867         failed.
7868
7869 2012-02-01  Gary Benson  <gbenson@redhat.com>
7870
7871         * symtab.h (symbol_found_callback_ftype): New typedef.
7872         (iterate_over_symbols): Use the above.
7873         * symtab.c (iterate_over_symbols): Likewise.
7874         * language.h (language_defn->la_iterate_over_symbols): Likewise.
7875         * ada-lang.c (ada_iterate_over_symbols): Likewise.
7876         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
7877         (iterate_name_matcher): Document return values.
7878         (collect_one_symbol): Likewise.
7879         (collect_function_symbols): Likewise.
7880         (collect_symbols): Likewise.
7881
7882 2012-02-01  Tom Tromey  <tromey@redhat.com>
7883
7884         * ada-lang.c (resolve_subexp): Update.
7885         (ada_lookup_symbol_list): Add 'full_search' argument.
7886         (ada_iterate_over_symbols): Pass 0 as full_search argument to
7887         ada_lookup_symbol_list.
7888         (ada_lookup_encoded_symbol): Update.
7889         (get_var_value): Update.
7890         * ada-exp.y (block_lookup): Update.
7891         (write_var_or_type): Update.
7892         (write_name_assoc): Update.
7893         * ada-lang.h (ada_lookup_symbol_list): Update.
7894
7895 2012-01-31  Tom Tromey  <tromey@redhat.com>
7896
7897         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
7898         comment.
7899
7900 2012-01-31  Doug Evans  <dje@google.com>
7901
7902         * symtab.h: Remove outdated comment.
7903         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
7904
7905 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
7906
7907         Fix build error in Darwin port.
7908         * i386-darwin-nat.c: Include i386-nat.h.
7909
7910 2012-01-30  Tom Tromey  <tromey@redhat.com>
7911
7912         PR breakpoints/13568:
7913         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
7914         argument.  Check for recursive includes.
7915         (dwarf_decode_macros): Create an include hash.
7916
7917 2012-01-30  Michael Eager  <eager@eagercon.com>
7918
7919         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
7920         * ppc-linux-tdep.c: Include glibc-tdep.h.
7921         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
7922         (powerpc_linux_in_plt_stub): New function.
7923         (powerpc_linux_in_dynsym_resolve_code): New function.
7924         (ppc_skip_trampoline_code): New function.
7925         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
7926         Use glibc_skip_solib_resolver.
7927
7928 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
7929
7930         Code cleanup: Make 1440 bytes of data segment read-only.
7931         * arch-utils.c (endian_enum): Make it const char *const [].
7932         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
7933         Likewise.
7934         * breakpoint.c (always_inserted_enums): Likewise.
7935         * cli/cli-cmds.c (script_ext_enums): Likewise.
7936         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
7937         enumlist parameter const char *const *.
7938         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
7939         const char *const *.
7940         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
7941         parameter const char *const *.
7942         * cris-tdep.c (cris_modes): Make it const char *const [].
7943         * filesystem.c (target_file_system_kinds): Likewise.
7944         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
7945         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
7946         (can_use_displaced_stepping_enum, scheduler_enums)
7947         (exec_direction_names): Likewise.
7948         * language.c (_initialize_language): Make the type_or_range_names and
7949         case_sensitive_names variables const char *const [].
7950         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
7951         * python/python.c (python_excp_enums): Likewise.
7952         * remote.c (interrupt_sequence_modes): Likewise.
7953         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
7954         * serial.c (logbase_enums): Likewise.
7955         * sh-tdep.c (sh_cc_enum): Likewise.
7956         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
7957         Likewise.
7958         * symtab.c (multiple_symbols_modes): Likewise.
7959         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
7960         Likewise.
7961         * utils.c (internal_problem_modes): Likewise.
7962
7963 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7964
7965         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
7966         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
7967         result.
7968
7969 2012-01-27  Doug Evans  <dje@google.com>
7970
7971         * configure.ac (with_python): Fix absolute path handling for win32.
7972         * configure: Regenerate.
7973
7974 2012-01-26  Doug Evans  <dje@google.com>
7975
7976         * symtab.c: Whitespace cleanup, no code changes.
7977
7978         * symtab.c (lookup_symbol_in_language): Improve comment.
7979         (lookup_symbol_aux): Fix comment.
7980
7981         * psymtab.c (add_psymbol_to_list): Result is now "void".
7982         * psympriv.h (add_psymbol_to_list): Update.
7983
7984         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
7985
7986 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7987
7988         Do not open script filenames twice.
7989         * cli/cli-cmds.c (source_script_from_stream): Pass to
7990         source_python_script also STREAM.
7991         * python/py-auto-load.c (source_section_scripts): Pass to
7992         source_python_script_for_objfile also STREAM.
7993         (auto_load_objfile_script): Pass to source_python_script_for_objfile
7994         also INPUT.
7995         * python/python-internal.h (source_python_script_for_objfile): New
7996         parameter file, rename parameter file to filename.
7997         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
7998         instead if !_WIN32.  Update the function comment.
7999         (source_python_script, source_python_script_for_objfile)
8000         (source_python_script): New parameter file, rename parameter file to
8001         filename.  Pass FILENAME to python_run_simple_file.
8002         * python/python.h (source_python_script): New parameter file, rename
8003         parameter file to filename.
8004
8005 2012-01-26  Pedro Alves  <palves@redhat.com>
8006
8007         * corelow.c (core_has_fake_pid): Delete.
8008         (core_close): Delete references to `core_has_fake_pid'.
8009         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
8010         (core_open): Delete references to `core_has_fake_pid'.
8011         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
8012         the removed global.
8013
8014 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
8015
8016         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
8017         Remove language parameter from name_matcher.  Adjust the comment.
8018         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
8019         Remove language parameter.
8020         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
8021         * linespec.c (iterate_name_matcher): Likewise.
8022         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
8023         name_matcher.  Adjust call accordingly.
8024         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
8025         (maintenance_check_symtabs): Adjust type of parameter "fun".
8026         * psymtab.h (maintenance_check_symtabs): Likewise.
8027
8028 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
8029
8030         * language.h (symbol_name_match_p_ftype): New typedef.
8031         (struct language_defn): Replace field la_symbol_name_compare
8032         by la_get_symbol_name_match_p.
8033         * ada-lang.c (ada_get_symbol_name_match_p): New function.
8034         (ada_language_defn): Use it.
8035         * linespec.c (struct symbol_matcher_data): New type.
8036         (iterate_name_matcher): Rewrite.
8037         (iterate_over_all_matching_symtabs): Pass a pointer to
8038         a symbol_matcher_data struct to expand_symtabs_matching
8039         instead of just the lookup name.
8040         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
8041         opencl-lang.c, p-lang.c, language.c: Delete field
8042         la_symbol_name_compare, and replace by NULL for new field
8043         la_get_symbol_name_match_p.
8044         * symfile.h (struct quick_symbol_functions): Update comment.
8045
8046 2012-01-25  Tom Tromey  <tromey@redhat.com>
8047
8048         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
8049         dereferencing.
8050
8051 2012-01-24  Tom Tromey  <tromey@redhat.com>
8052
8053         PR symtab/12406:
8054         * solib.c (update_solib_list): Update the program space's
8055         added_solibs and deleted_solibs fields.
8056         * progspace.h (struct program_space) <added_solibs,
8057         deleted_solibs>: New fields.
8058         (clear_program_space_solib_cache): Declare.
8059         * progspace.c (release_program_space): Call
8060         clear_program_space_solib_cache.
8061         (clear_program_space_solib_cache): New function.
8062         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
8063         bpstat_stop_status.  Use handle_solib_event.
8064         * breakpoint.c: Include gdb_regex.h.
8065         (print_solib_event): New function.
8066         (bpstat_print): Use print_solib_event.
8067         (bpstat_stop_status): Add special case for bp_shlib_event.
8068         (handle_solib_event): New function.
8069         (bpstat_what): Use handle_solib_event.
8070         (struct solib_catchpoint): New.
8071         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
8072         (breakpoint_hit_catch_solib, check_status_catch_solib)
8073         (print_it_catch_solib, print_one_catch_solib)
8074         (print_mention_catch_solib, print_recreate_catch_solib): New
8075         functions.
8076         (catch_solib_breakpoint_ops): New global.
8077         (catch_load_or_unload, catch_load_command_1)
8078         (catch_unload_command_1): New functions.
8079         (internal_bkpt_check_status): Add special case for
8080         bp_shlib_event.
8081         (internal_bkpt_print_it): Use print_solib_event.
8082         (initialize_breakpoint_ops): Initialize
8083         catch_solib_breakpoint_ops.
8084         (_initialize_breakpoint): Register "catch load" and "catch
8085         unload".
8086         * breakpoint.h (handle_solib_event): Declare.
8087         * NEWS: Add entry for "catch load" and "catch unload".
8088
8089 2012-01-24  Tom Tromey  <tromey@redhat.com>
8090
8091         * ada-lang.c: Include gdb_vecs.h.
8092         * charset.c: Include gdb_vecs.h.
8093         * tracepoint.h: Include gdb_vecs.h.
8094         * gdb_vecs.h: New file.
8095
8096 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
8097
8098         * breakpoint.c (breakpoint_hit_catch_fork)
8099         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
8100         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
8101         * infrun.c (inferior_has_forked, inferior_has_vforked)
8102         (inferior_has_execd, inferior_has_called_syscall): Delete.
8103         (handle_syscall_event): Get syscall_number from the execution
8104         control state's wait status.
8105         (wait_for_inferior): Don't clear syscall_number.
8106
8107 2012-01-24  Pedro Alves  <palves@redhat.com>
8108
8109         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
8110         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
8111         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
8112         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
8113         `ws' parameter.
8114         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
8115         false for events other than TARGET_SIGNAL_TRAP.
8116         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
8117         Add `ws' parameter.
8118         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
8119         events other than TARGET_SIGNAL_TRAP.
8120         (tracepoint_breakpoint_hit): Add `ws' parameter.
8121         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
8122         parameter.
8123         (bpstat_stop_status): Same.
8124         (pc_at_non_inline_function): Same.
8125         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
8126         to pass the current event's waitstatus to bpstat_stop_status
8127         and pc_at_non_inline_function.
8128
8129 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
8130
8131         Code cleanup.
8132         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
8133         Update the function comment for it.
8134         (source_script_with_search): Call make_cleanup_fclose for STREAM.
8135         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
8136         for STREAM.
8137
8138 2012-01-24  Pedro Alves  <palves@redhat.com>
8139
8140         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
8141         outside `bs->stop' block.
8142         (bpstat_what): Rework bp_shlib_event handling.
8143         (internal_bkpt_check_status): If the breakpoint is a
8144         bp_shlib_event, then set bs->stop and bs->print if
8145         stop_on_solib_events is set.
8146
8147 2012-01-24  Gary Benson  <gbenson@redhat.com>
8148
8149         Delete #if 0'd out code.
8150         * stack.c (print_frame_label_vars): Remove.
8151         (catch_info): Likewise.
8152         (_initialize_stack): Remove "info catch" command.
8153         * NEWS: Mention the above.
8154
8155 2012-01-24  Pedro Alves  <palves@redhat.com>
8156
8157         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
8158         it.
8159         (remote_notice_new_inferior): If the remote end doesn't support
8160         the multiprocess extensions, then the PID is fake.
8161         (add_current_inferior_and_thread): New.
8162         (remote_start_remote): Use it.
8163         (extended_remote_attach_1): Adjust.
8164         (extended_remote_create_inferior_1): Use
8165         add_current_inferior_and_thread.
8166
8167 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
8168
8169         Fix watchpoints to be specific for each inferior.
8170         * breakpoint.c (watchpoint_in_thread_scope): Verify also
8171         current_program_space.
8172         * i386-nat.c (i386_inferior_data_cleanup): New.
8173         (i386_inferior_data_get): Replace variable inf_data_local by an
8174         inferior_data call.
8175         (i386_use_watchpoints): Initialize i386_inferior_data.
8176         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
8177         specific iterate_over_lwps.
8178
8179 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
8180
8181         Fix watchpoints across inferior fork.
8182         * amd64-linux-nat.c (update_debug_registers_callback): Update the
8183         comment for linux_nat_iterate_watchpoint_lwps.
8184         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
8185         linux_nat_iterate_watchpoint_lwps.
8186         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
8187         * i386-linux-nat.c (update_debug_registers_callback): Update the
8188         comment for linux_nat_iterate_watchpoint_lwps.
8189         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
8190         linux_nat_iterate_watchpoint_lwps.
8191         (i386_linux_prepare_to_resume): New comment on Linux kernel.
8192         * i386-nat.c: Include inferior.h.
8193         (dr_mirror): Remove.
8194         (i386_inferior_data, struct i386_inferior_data)
8195         (i386_inferior_data_get): New.
8196         (i386_debug_reg_state): Use i386_inferior_data_get.
8197         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
8198         (i386_insert_watchpoint, i386_remove_watchpoint)
8199         (i386_stopped_data_address, i386_insert_hw_breakpoint)
8200         (i386_remove_hw_breakpoint): New variable state, use
8201         i386_debug_reg_state instead of DR_MIRROR.
8202         * linux-nat.c (delete_lwp): New declaration.
8203         (num_lwps): Move here from downwards.
8204         (delete_lwp_cleanup): New.
8205         (linux_child_follow_fork): Create new child_lp, call
8206         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
8207         PTRACE_DETACH.
8208         (num_lwps): Move upwards.
8209         (linux_nat_iterate_watchpoint_lwps): New.
8210         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
8211         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
8212
8213 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
8214
8215         GDB 7.4 released.
8216
8217 2012-01-23  Pedro Alves  <palves@redhat.com>
8218
8219         * top.c (caution): Rename to ...
8220         (confirm): ... this.
8221         (show_caution): Rename to ...
8222         (show_confirm): ... this.
8223         (quit_cover): Adjust.
8224         (init_main): Adjust.
8225         * top.h (caution): Rename to ...
8226         (confirm): ... this.
8227         * utils.c (internal_vproblem, defaulted_query): Adjust.
8228
8229 2012-01-23  Pedro Alves  <palves@redhat.com>
8230
8231         * top.c (caution): Update comment.
8232         (execute_command): Don't consider the current value of `caution'.
8233
8234 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8235
8236         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
8237
8238 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
8239
8240         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8241         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
8242         * target.c (target_fileio_pwrite): Remove buffer address from
8243         debug output.
8244         (target_fileio_pread): Likewise.
8245
8246 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
8247
8248         * NEWS: Document remote "info proc" and "generate-core-file".
8249
8250 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
8251
8252         * gdbarch.sh (find_memory_regions): New callback.
8253         * gdbarch.c, gdbarch.h: Regenerate.
8254
8255         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
8256         callback before falling back to target method.
8257
8258         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
8259         (linux_target_install_ops): No longer install it.
8260
8261         * linux-tdep.c (linux_find_memory_regions): New function.
8262         (linux_init_abi): Install it.
8263
8264 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
8265
8266         * gdbarch.sh (make_corefile_notes): New architecture callback.
8267         * gdbarch.c: Regenerate.
8268         * gdbarch.h: Likewise.
8269
8270         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
8271         before target_make_corefile_notes.  If NULL is returned, the
8272         target does not support core file generation.
8273
8274         * linux-nat.c: Include "linux-tdep.h".
8275         (find_signalled_thread, find_stop_signal): Remove.
8276         (linux_nat_do_thread_registers): Likewise.
8277         (struct linux_nat_corefile_thread_data): Likewise.
8278         (linux_nat_corefile_thread_callback): Likewise.
8279         (iterate_over_spus): Likewise.
8280         (struct linux_spu_corefile_data): Likewise.
8281         (linux_spu_corefile_callback): Likewise.
8282         (linux_spu_make_corefile_notes): Likewise.
8283         (linux_nat_collect_thread_registers): New function.
8284         (linux_nat_make_corefile_notes): Replace contents by call to
8285         linux_make_corefile_notes passing linux_nat_collect_thread_registers
8286         as native-only callback.
8287
8288         * linux-tdep.h: Include "bfd.h".
8289         (struct regcache): Add forward declaration.
8290         (linux_collect_thread_registers_ftype): New typedef.
8291         (linux_make_corefile_notes): Add prototype.
8292         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
8293         "regset.h", and "elf-bfd.h".
8294         (find_signalled_thread, find_stop_signal): New functions.
8295         (linux_spu_make_corefile_notes): Likewise.
8296         (linux_collect_thread_registers): Likewise.
8297         (struct linux_corefile_thread_data): New data structure.
8298         (linux_corefile_thread_callback): New funcion.
8299         (linux_make_corefile_notes): Likewise.
8300         (linux_make_corefile_notes_1): Likewise.
8301         (linux_init_abi): Install it.
8302
8303 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
8304
8305         * gdbarch.sh (info_proc): New callback.
8306         * gdbarch.c, gdbarch.h: Regenerate.
8307
8308         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
8309         before falling back to the target info_proc callback.
8310
8311         * linux-nat.c: Do not include "cli/cli-utils.h".
8312         (linux_nat_info_proc): Remove.
8313         (linux_target_install_ops): No longer install it.
8314
8315         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
8316         (read_mapping): New function.
8317         (linux_info_proc): Likewise.
8318         (linux_init_abi): Install it.
8319
8320 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
8321
8322         * defs.h (enum info_proc_what): Moved here from linux-nat.c
8323         * infcmd.c: (info_proc_cmd_1): New function.
8324         (info_proc_cmd): New function, moved here from equivalent routine
8325         orignally in linux-nat.c.
8326         (info_proc_cmd_mappings): Likewise.
8327         (info_proc_cmd_stat): Likewise.
8328         (info_proc_cmd_status): Likewise.
8329         (info_proc_cmd_cwd): Likewise.
8330         (info_proc_cmd_cmdline): Likewise.
8331         (info_proc_cmd_exe): Likewise.
8332         (info_proc_cmd_all): Likewise.
8333         (_initialize_infcmd): Install "info proc" command and subcommands.
8334
8335         * target.h (struct target_ops): Add to_info_proc.
8336         (target_info_proc): Add prototype.
8337         * target.c (target_info_proc): New function.
8338
8339         * procfs.c (procfs_info_proc): Add prototype.
8340         (info_proc_cmd): Rename into ...
8341         (procfs_info_proc): ... this.  Update argument types as appropriate
8342         for a to_info_proc implementation.  Handle "what" argument.
8343         (procfs_target): Install procfs_info_proc.
8344         (_initialize_procfs): No longer install "info proc" command.
8345
8346         * linux-nat.c: (enum info_proc_what): Remove.
8347         (linux_nat_info_proc_cmd_1): Rename into ...
8348         (linux_nat_info_proc): ... this.  Update argument types as appropriate
8349         for a to_info_proc implementation.
8350         (linux_nat_info_proc_cmd): Remove.
8351         (linux_nat_info_proc_cmd_mappings): Likewise.
8352         (linux_nat_info_proc_cmd_stat): Likewise.
8353         (linux_nat_info_proc_cmd_status): Likewise.
8354         (linux_nat_info_proc_cmd_cwd): Likewise.
8355         (linux_nat_info_proc_cmd_cmdline): Likewise.
8356         (linux_nat_info_proc_cmd_exe): Likewise.
8357         (linux_nat_info_proc_cmd_all): Likewise.
8358         (linux_target_install_ops): Install linux_nat_info_proc.
8359         (_initialize_linux_nat): No longer install "info proc" command
8360         and subcommands.
8361
8362 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
8363
8364         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
8365         * config.in, configure: Regenerate.
8366
8367         * target.h (struct target_ops): Add to_fileio_readlink.
8368         (target_fileio_readlink): Add prototype.
8369         * target.c (target_fileio_readlink): New function.
8370
8371         * inf-child.c: Conditionally include <sys/param.h>.
8372         (inf_child_fileio_readlink): New function.
8373         (inf_child_target): Install it.
8374
8375         * remote.c (PACKET_vFile_readlink): New enum value.
8376         (remote_hostio_readlink): New function.
8377         (init_remote_ops): Install it.
8378         (_initialize_remote): Handle vFile:readlink packet type.
8379
8380 2012-01-20  Pedro Alves  <palves@redhat.com>
8381             Ulrich Weigand  <ulrich.weigand@linaro.org>
8382
8383         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
8384         * config.in, configure: Regenerate.
8385
8386         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
8387         to_fileio_pread, to_fileio_close, to_fileio_unlink.
8388         (target_fileio_open): Add prototype.
8389         (target_fileio_pwrite): Likewise.
8390         (target_fileio_pread): Likewise.
8391         (target_fileio_close): Likewise.
8392         (target_fileio_unlink): Likewise.
8393         (target_fileio_read_alloc): Likewise.
8394         (target_fileio_read_stralloc): Likewise.
8395
8396         * target.c: Include "gdb/fileio.h".
8397         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
8398         (default_fileio_target): New function.
8399         (target_fileio_open): Likewise.
8400         (target_fileio_pwrite): Likewise.
8401         (target_fileio_pread): Likewise.
8402         (target_fileio_close): Likewise.
8403         (target_fileio_unlink): Likewise.
8404         (target_fileio_close_cleanup): Likewise.
8405         (target_fileio_read_alloc_1): Likewise.
8406         (target_fileio_read_alloc): Likewise.
8407         (target_fileio_read_stralloc): Likewise.
8408
8409         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
8410         <fcntl.h>, and <unistd.h>.
8411         (inf_child_fileio_open_flags_to_host): New function.
8412         (inf_child_errno_to_fileio_error): Likewise.
8413         (inf_child_fileio_open): Likewise.
8414         (inf_child_fileio_pwrite): Likewise.
8415         (inf_child_fileio_pread): Likewise.
8416         (inf_child_fileio_close): Likewise.
8417         (inf_child_fileio_unlink): Likewise.
8418         (inf_child_target): Install to_fileio routines.
8419
8420         * remote.c (init_remote_ops): Install to_fileio routines.
8421
8422 2012-01-20  Pedro Alves  <palves@redhat.com>
8423             Ulrich Weigand  <ulrich.weigand@linaro.org>
8424
8425         * remote.c (remote_multi_process_p): Only check for multi-process
8426         protocol feature, do not check for extended protocol.
8427         (remote_supports_multi_process): Check for extended protocol here.
8428         (set_general_process): Likewise.
8429         (extended_remote_kill): Likewise.
8430         (remote_pid_to_str): Likewise.
8431         (remote_query_supported): Always query multiprocess mode.
8432
8433 2012-01-20  Pedro Alves  <palves@redhat.com>
8434             Ulrich Weigand  <ulrich.weigand@linaro.org>
8435
8436         * inferior.h (struct inferior): Add fake_pid_p.
8437         * inferior.c (exit_inferior_1): Clear fake_pid_p.
8438         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
8439         magic_null_ptid since the remote side doesn't provide a real PID.
8440
8441 2012-01-19  Tom Tromey  <tromey@redhat.com>
8442
8443         * NEWS: Combine the two Python sections.
8444
8445 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8446
8447         * target.h (target_close): Update comment on the target's unpush state.
8448
8449 2012-01-19  Pedro Alves  <palves@redhat.com>
8450
8451         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
8452         linux_nat_async directly instead of going through the target
8453         vector.
8454         * target.c (unpush_target): Close target after unpushing it, not
8455         before.
8456
8457 2012-01-19  Gary Benson  <gbenson@redhat.com>
8458
8459         * mdebugread.c (sort_blocks): Replace integer constants with ones
8460         derived from FIRST_LOCAL_BLOCK.
8461
8462 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
8463             Jan Kratochvil  <jan.kratochvil@redhat.com>
8464
8465         PR gdb/9538
8466         * symfile.c (find_separate_debug_file): New function.
8467         (terminate_after_last_dir_separator): Likewise.
8468         (find_separate_debug_file_by_debuglink): Also try realpath.
8469         * configure.ac (AC_CHECK_FUNCS): Add lstat.
8470         * configure: Regenerate.
8471         * config.in: Regenerate.
8472
8473 2012-01-18  Doug Evans  <dje@google.com>
8474
8475         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
8476         (main.o): Remove rule.
8477         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
8478         (--with-sysroot): Rewrite.
8479         * configure: Regenerate.
8480         * config.in: Regenerate.
8481
8482 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
8483
8484         * parse.c (initialize_expout): New function.
8485         (reallocate_expout): Likewise.
8486         (parse_exp_in_context): Use `initialize_expout' and
8487         `reallocate_expout' when appropriate.
8488
8489 2012-01-18  Pedro Alves  <palves@redhat.com>
8490
8491         * record.c (struct record_breakpoint, record_breakpoint_p)
8492         (record_breakpoints): New.
8493         (record_insert_breakpoint, record_remove_breakpoint): Manage
8494         record breakpoints list.  Only remove breakpoints from the
8495         inferior if they had been inserted there in the first place.
8496
8497 2012-01-17  Doug Evans  <dje@google.com>
8498
8499         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
8500         if we know we don't have a file name to look for.
8501
8502 2012-01-17  Pedro Alves  <palves@redhat.com>
8503
8504         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
8505         the frame's stop reason is UNWIND_UNAVAILABLE.
8506
8507 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8508
8509         Fix compilation error.
8510         * m2-exp.y (yyerror): Use ANSI C prototype.
8511
8512 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
8513
8514         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
8515         (growbuf_by_size): Likewise.
8516         (yyerror): Likewise.
8517         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
8518         (modblock): Remove variable (was #if 0'ed).
8519         (parse_number): Convert prototype from K&R to ANSI C.
8520         (yyerror): Likewise.
8521         * objc-exp.y (parse_number): Likewise.
8522         (yyerror): Likewise.
8523         (yylex): Remove #if 0'ed code.
8524         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
8525         (yyerror): Likewise.
8526
8527 2012-01-16  Tom Tromey  <tromey@redhat.com>
8528
8529         * NEWS: Add item.
8530         * symtab.h (compare_filenames_for_search): Declare.
8531         * symtab.c (compare_filenames_for_search): New function.
8532         (iterate_over_some_symtabs): Use it.
8533         * symfile.h (struct quick_symbol_functions)
8534         <map_symtabs_matching_filename>: Change spec.
8535         * psymtab.c (partial_map_symtabs_matching_filename): Use
8536         compare_filenames_for_search.  Update for new spec.
8537         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
8538         compare_filenames_for_search.  Update for new spec.
8539         * breakpoint.c (clear_command): Use compare_filenames_for_search.
8540
8541 2012-01-16  Tom Tromey  <tromey@redhat.com>
8542
8543         PR python/13281:
8544         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
8545         (struct main_type) <flag_flag_enum>: New field.
8546         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
8547         * NEWS: Add entries.
8548         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
8549         enums.
8550         * python/lib/gdb/printing.py (_EnumInstance): New class.
8551         (FlagEnumerationPrinter): Likewise.
8552
8553 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
8554
8555         * breakpoint.c (create_sals_from_address_default): New function.
8556         (create_breakpoints_sal_default): Likewise.
8557         (decode_linespec_default): Likewise.
8558         (is_marker_spec): Removed.
8559         (strace_marker_p): New function.
8560         (init_breakpoint_sal): Using `strace_marker_p' instead of
8561         `is_marker_spec'.
8562         (create_breakpoint): Call method `create_sals_from_address' from
8563         breakpoint_ops, replacing code that created SALs conditionally
8564         on the type of the breakpoint.  Call method `create_breakpoints_sal',
8565         replacing code that created breakpoints conditionally on the type
8566         wanted.
8567         (base_breakpoint_create_sals_from_address): New function.
8568         (base_breakpoint_create_breakpoints_sal): Likewise.
8569         (base_breakpoint_decode_linespec): Likewise.
8570         (base_breakpoint_ops): Add methods
8571         `base_breakpoint_create_sals_from_address',
8572         `base_breakpoint_create_breakpoints_sal' and
8573         `base_breakpoint_decode_linespec'.
8574         (bkpt_create_sals_from_address): New function.
8575         (bkpt_create_breakpoints_sal): Likewise.
8576         (bkpt_decode_linespec): Likewise.
8577         (tracepoint_create_sals_from_address): Likewise.
8578         (tracepoint_create_breakpoints_sal): Likewise.
8579         (tracepoint_decode_linespec): Likewise.
8580         (strace_marker_create_sals_from_address): Likewise.
8581         (strace_marker_create_breakpoints_sal): Likewise.
8582         (strace_marker_decode_linespec): Likewise.
8583         (strace_marker_breakpoint_ops): New variable.
8584         (addr_string_to_sals): Remove `marker_spec'.  Call method
8585         `decode_linespec' from breakpoint_ops, replacing code that decoded
8586         an address string into a SAL.  Use `strace_marker_p' instead of
8587         `marker_spec'.
8588         (strace_command): Decide whether we are dealing with a static
8589         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
8590         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
8591         * breakpoint.h (linespec_result, linespec_sals): New forward
8592         declarations.
8593         (breakpoint_ops) <create_sals_from_address>,
8594         <create_breakpoints_sal>, <decode_linespec>: New methods.
8595
8596 2012-01-14  Doug Evans  <dje@google.com>
8597
8598         * NEWS: Update text for "maint set python print-stack".
8599         It is deprecated in gdb 7.4 and deleted in 7.5.
8600
8601 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
8602
8603         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
8604         including curses.h.
8605
8606 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8607
8608         * configure: Regenerate.
8609         * config.in: Regenerate.
8610
8611 2012-01-12  Keith Seitz  <keiths@redhat.com>
8612
8613         PR mi/10586
8614         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
8615         (ANONYMOUS_UNION_NAME): Define.
8616         (is_path_expr_parent): New function.
8617         (get_path_expr_parent): New function.
8618         (is_anonymous_child): New function.
8619         (create_child_with_value): If the child is anonymous and without
8620         a name, assign an object name to it.
8621         (c_describe_child): Use get_path_expr_parent to determine
8622         the parent expression.
8623         If there field represents an anonymous struct or union and
8624         has no name, set an appropriate display name and expression.
8625         (cplus_describe_child): Likewise.
8626
8627 2012-01-12  Pedro Alves  <palves@redhat.com>
8628
8629         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
8630         available when %ebp is found to be zero (outermost).
8631
8632 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
8633
8634         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
8635         an internal gdb_static_assert.
8636         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
8637
8638 2012-01-11  Tom Tromey  <tromey@redhat.com>
8639
8640         PR gdb/9598:
8641         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
8642         catch" and "catch throw".
8643
8644 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
8645
8646         * blockframe.c (block_innermost_frame): Start search from selected
8647         frame, if present, or otherwise the current frame.
8648
8649         * c-exp.y (variable): Update innermost_block for
8650         'block COLONCOLON NAME' clause.
8651         * m2-exp.y (variable): Ditto.
8652         * objc-exp.y (variable): Ditto.
8653
8654 2012-01-10  Tom Tromey  <tromey@redhat.com>
8655
8656         PR python/13199:
8657         * python/python.c (finish_python_initialization): Set sys.argv.
8658
8659 2012-01-10  Doug Evans  <dje@google.com>
8660
8661         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
8662         "want_line_info".  All callers updated.
8663         (dwarf_decode_lines_1): New function.
8664         (handle_DW_AT_stmt_list): Add function comment.
8665         New arg "want_line_info".  All callers updated.
8666         (read_file_scope,read_type_unit_scope): Move comment from
8667         handle_DW_AT_stmt_list to here.
8668
8669 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8670
8671         Fix regression after libiberty/ update for GCC PR 6057 and others.
8672         * c-exp.y (operator) <OPERATOR DELETE>
8673         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
8674         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
8675         (make_builtin_type, make_name): New variable i, add gdb_assert.
8676         (operator) <OPERATOR NEW>: Update ARGS to 3.
8677         (operator) <OPERATOR DELETE>: Add trailing space.
8678         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
8679         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
8680         * cp-support.c (cp_canonicalize_string): Check NULL from
8681         cp_comp_to_string, call warning and return.
8682
8683 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8684
8685         Fix duplicate .o files after omitting libbfd.a.
8686         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
8687         (SFILES): Add corelow.c.
8688         (COMMON_OBS): Add corelow.o.
8689         (ALLDEPFILES): Remove corelow.c.
8690         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
8691         * config/alpha/alpha-osf3.mh: Likewise.
8692         * config/alpha/fbsd.mh: Likewise.
8693         * config/arm/nbsdaout.mh: Likewise.
8694         * config/arm/nbsdelf.mh: Likewise.
8695         * config/i386/i386gnu.mh: Likewise.
8696         * config/ia64/hpux.mh: Likewise.
8697         * config/ia64/linux.mh: Likewise.
8698         * config/m32r/linux.mh: Likewise.
8699         * config/m68k/linux.mh: Likewise.
8700         * config/mips/irix5.mh: Likewise.
8701         * config/mips/irix6.mh: Likewise.
8702         * config/pa/hpux.mh: Likewise.
8703         * config/pa/linux.mh: Likewise.
8704         * config/powerpc/aix.mh: Likewise.
8705         * config/sparc/linux.mh: Likewise.
8706         * config/sparc/linux64.mh: Likewise.
8707         * config/sparc/sol2.mh: Likewise.
8708         * config/vax/vax.mh: Likewise.
8709         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
8710         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
8711         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
8712         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
8713         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
8714         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
8715         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
8716         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
8717         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
8718         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
8719         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
8720         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
8721         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
8722         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
8723         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
8724         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
8725         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
8726         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
8727         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
8728         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
8729         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
8730         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
8731         corelow.o from gdb_target_obs.
8732         * corefile.c (core_target): Update the comment on NULL value.
8733         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
8734         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
8735         MATCHES.  Drop YUMMY set on NULL.
8736         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
8737         reclaim CORE_DATA if it is already NULL.
8738
8739 2012-01-09  Doug Evans  <dje@google.com>
8740
8741         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
8742         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
8743
8744 2012-01-09  Keith Seitz  <keiths@redhat.com>
8745
8746         * breakpoint.c (wrapper.h): Don't include.
8747
8748 2012-01-09  Keith Seitz  <keiths@redhat.com>
8749
8750         * Makefile.in (SFILES): Remove wrapper.c.
8751         (HFILES_NO_SRCDIR): Remove wrapper.h.
8752         (COMMON_OBS): Remove wrapper.o.
8753         * cli/cli-interp.c: Don't inlude wrapper.h.
8754         * corelow.c: Likewise.
8755         (core_open): Replace gdb_target_find_new_threads with
8756         TRY_CATCH around target_find_new_threads.
8757         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
8758         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
8759         * varobj.c (varobj_create): Likewise for parse_exp_1 and
8760         evaluate_expression.
8761         (varobj_set_value): Likewise for evaluate_expression and
8762         value_assign.
8763         (install_new_variable): Likewise for value_fetch_lazy.
8764         (adjust_value_for_child_access): Likewise for value_ind.
8765         (c_describe_child): Likewise for value_subscript and
8766         value_ind.
8767         (c_value_of_root): Likewise for evaluate_expression.
8768         * wrapper.c: Remove.
8769         * wrapper.h: Remove.
8770
8771 2012-01-09  Doug Evans  <dje@google.com>
8772
8773         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
8774         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
8775         "abfd" args with "section".  All callers updated.
8776         Error checking code moved ...
8777         (error_check_comp_unit_head): ... here.  New function.
8778         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
8779         Delete arg "abfd".  New arg "type_offset".  All callers updated.
8780         (create_debug_types_hash_table): Simplify by using
8781         read_and_check_type_unit_head.
8782
8783         * parser-defs.h (namecopy): Delete.
8784         * parse.c (namecopy, namecopy_size): Move into copy_name.
8785
8786 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8787
8788         Partially fix duplicate .o files after omitting libbfd.a.
8789         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
8790         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
8791         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
8792         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
8793         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
8794         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
8795         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
8796
8797 2012-01-09  Pedro Alves  <palves@redhat.com>
8798
8799         * MAINTAINERS: Update my email address.
8800
8801 2012-01-08  Doug Evans  <dje@google.com>
8802
8803         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
8804         n_type_units.  Rename type_comp_units to all_type_units.
8805         All uses updated.
8806         (add_signatured_type_cu_to_table): Renamed from
8807         add_signatured_type_cu_to_list.  All callers updated.
8808
8809         * gdbtypes.h (struct cplus_struct_type): Delete member
8810         nfn_fields_total.  All uses removed.
8811
8812 2012-01-06  Doug Evans  <dje@google.com>
8813
8814         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
8815         to top of file.
8816         (dwarf2_find_comp_unit): Delete.
8817         (process_psymtab_comp_unit): Make result "void".
8818         Delete args buffer, info_ptr, buffer_size, and replace with
8819         "section".  All callers updated.
8820         (dwarf2_build_psymtabs_hard): Simplify.
8821
8822 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8823             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8824
8825         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
8826         before `struct gdb_exception'.
8827         * breakpoint.c (update_global_location_list_nothrow)
8828         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
8829         * cp-abi.c (value_rtti_type): Likewise.
8830         * cp-support.c (cp_validate_operator): Likewise.
8831         * infrun.c (insert_exception_resume_breakpoint)
8832         (check_exception_resume, keep_going): Likewise.
8833         * mi-interp.c (mi_breakpoint_created)
8834         (mi_breakpoint_modified): Likewise.
8835         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
8836         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
8837         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
8838
8839 2012-01-05  Doug Evans  <dje@google.com>
8840
8841         * dwarf2read.c (statement_prologue): Delete, unused.
8842
8843         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
8844         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
8845
8846         * dwarf2read.c (comp_unit_header): Delete, unused.
8847
8848 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
8849
8850         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
8851         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
8852
8853 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
8854
8855         * infrun.c (normal_stop): Don't skip calling the normal_stop
8856         observers if the thread was doing a multi-step, but stopped for
8857         some reason other than stepping.
8858
8859 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
8860
8861         * cli/cli-decode.h: Add comments.
8862         (CMD_LIST_AMBIGUOUS): Moved to command.h
8863         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
8864         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
8865         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
8866         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
8867         (add_com, add_com_alias, add_info, add_info_alias)
8868         (complete_on_cmdlist, complete_on_enum, help_list): Remove
8869         declarations.
8870         * command.h: Add and adjust comments.
8871         (CMD_LIST_AMBIGUOUS): Moved here.
8872         (help_cmd, help_cmd_list): Delete declarations.
8873
8874 2012-01-04  Doug Evans  <dje@google.com>
8875
8876         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
8877         All callers updated.
8878         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
8879         Replace all arguments with "per_cu".  All callers updated.
8880
8881         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
8882
8883         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
8884         New arg "per_cu".  All callers updated.
8885
8886         Delete #if 0'd out code.
8887         * language.c (binop_result_type): Delete.
8888         (simple_type, ordered_type, same_type, integral_type): Delete.
8889         (numeric_type, character_type, string_type, boolean_type): Delete.
8890         (float_type, structured_type): Delete.
8891         * language.h: Update.
8892
8893 2012-01-04  Tom Tromey  <tromey@redhat.com>
8894
8895         * python/py-value.c (valpy_binop): Initialize 'res_val'.
8896
8897 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8898
8899         * corefile.c (close_exec_file): Delete.
8900         (reopen_exec_file): Remove commented out code that seems related
8901         to close_exec_file, which is being deleted here.
8902         * inferior.h (close_exec_file): Delete.
8903         * fork-child.c (fork_inferior): Remove call to fork_inferior.
8904
8905 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8906
8907         * ada-lang.c: #include "cli/cli-utils.h".
8908         (get_selections): Use skip_spaces.
8909         (ada_get_next_arg): Use skip_spaces and skip_to_space.
8910         (catch_ada_exception_command_split): Use skip_spaces.
8911         (ada_decode_assert_location): Likewise.
8912
8913 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8914
8915         * linespec.c (decode_line_internal): Check for C++ or Java
8916         compound constructs only if the current language is C, C++
8917         or Java.
8918
8919 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8920
8921         Revert:
8922         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8923                     Joel Brobecker  <brobecker@adacore.com>
8924         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
8925         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
8926         3 times.
8927         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
8928         fall through into AT_ENTRY_POINT.
8929         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
8930         DUMMY_ADDR with it.
8931         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
8932         PPC_INSN_SIZE skip to 3 times.
8933
8934 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8935
8936         * linespec.c (add_minsym): Preserve function descriptors.
8937
8938 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
8939
8940         * breakpoint.c (all_locations_are_pending): Consider locations
8941         in program spaces executing during startup pending as well.
8942
8943 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8944
8945         Copyright year update in most files of the GDB Project.
8946
8947 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8948
8949         * copyright.sh: Delete.
8950         * copyright.py: Rewrite.
8951
8952 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8953
8954         * gnulib/extra/update-copyright: New file, imported from gnulib.
8955
8956 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8957
8958         * README (Copyright and License Notices): New section.
8959
8960 2012-01-03  Tom Tromey  <tromey@redhat.com>
8961
8962         PR python/12533:
8963         * python/py-value.c (valpy_dereference, valpy_get_address
8964         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
8965         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
8966         (valpy_absolute, valpy_richcompare): Free intermediate values.
8967
8968 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
8969
8970         * ada-lang.c: Reformat the copyright notice.
8971
8972 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8973
8974         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
8975         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
8976         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
8977         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
8978         Revert this part of:
8979         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8980         Build gdb directly from *.o files not using libgdb.a.
8981         * Makefile.in (COMMON_OBS): Remove solib-target.o.
8982
8983 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
8984
8985         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
8986         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
8987         Reformat the copyright header.
8988
8989 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8990
8991         Revert this part of:
8992         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8993         Remove the gdbtui binary.
8994         * gdb.c (main): Remove args.interpreter_p initialization.
8995         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
8996         * main.h (struct captured_main_args): Remove interpreter_p.
8997
8998 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
8999
9000         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
9001
9002 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
9003
9004         * top.c (print_gdb_version): Update copyright year.
9005
9006 2012-01-02  Yao Qi  <yao@codesourcery.com>
9007
9008         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
9009
9010 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9011             Joel Brobecker  <brobecker@adacore.com>
9012
9013         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
9014         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
9015         3 times.
9016         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
9017         fall through into AT_ENTRY_POINT.
9018         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
9019         DUMMY_ADDR with it.
9020         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
9021         PPC_INSN_SIZE skip to 3 times.
9022
9023 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9024
9025         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
9026         the return value.
9027         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
9028
9029 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9030
9031         Build gdb directly from *.o files not using libgdb.a.
9032         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
9033         (COMMON_OBS): Remove solib-target.o.
9034         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
9035         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
9036         (LIBGDB_OBS, libgdb.a): Move it above.
9037         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
9038         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
9039         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
9040         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
9041         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
9042         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
9043         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
9044         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
9045         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
9046         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
9047         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
9048         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
9049         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
9050         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
9051         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
9052         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
9053         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
9054         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
9055         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
9056         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
9057         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
9058         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
9059         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
9060         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
9061         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
9062         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
9063         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
9064
9065 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9066
9067         Remove the gdbtui binary.
9068         * .gitignore (/gdbtui): Remove.
9069         * Makefile.in (TUI): Remove.
9070         (SUBDIR_TUI_OBS): Remove tui-main.o.
9071         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
9072         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
9073         (tui-main.o): Remove.
9074         (all_object_files): Remove tui-main.o.
9075         * NEWS: New note for the gdbtui removal.
9076         * configure: Rebuilt.
9077         * configure.ac: No longer add all-tui, clean-tui, install-tui and
9078         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
9079         CONFIG_UNINSTALL respectively.
9080         * gdb.c (main): Remove args.interpreter_p initialization.
9081         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
9082         * main.h (struct captured_main_args): Remove interpreter_p.
9083         * tui/tui-main.c: Remove.
9084
9085 2012-01-01  Doug Evans  <dje@google.com>
9086
9087         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
9088         (dwarf2_physname, read_import_statement): Ditto.
9089         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
9090         (process_structure_scope read_subroutine_type): Ditto.
9091         (read_typedef, load_partial_dies, read_partial_die): Ditto.
9092         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
9093         (dwarf2_fetch_die_location_block): Ditto.
9094         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
9095
9096         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
9097         All callers updated.
9098         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
9099         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
9100         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
9101
9102         * dwarf2read.c (load_cu): Move assert to more useful location.
9103
9104         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
9105         All callers updated.
9106
9107         * dwarf2read.c (dwarf2_per_objfile): Add comment.
9108         (dwarf2_elf_names): Minor reformat.
9109         (dwarf2_per_cu_data): Tweak comment.
9110         (dwarf2_read_section): Fix comment.
9111         (create_all_comp_units): Fix comment.
9112         (load_full_comp_unit): Fix comment.
9113         (process_full_comp_unit): Fix comment.
9114         (read_signatured_type): Fix comment.
9115
9116 For older changes see ChangeLog-2011.
9117 \f
9118 Local Variables:
9119 mode: change-log
9120 left-margin: 8
9121 fill-column: 74
9122 version-control: never
9123 coding: utf-8
9124 End: