Document replacement for frame_register_read (deprecated).
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
2
3         * frame.h (frame_register_read): Remove FIXME comment.
4         * frame.c (frame_register_read): Add suggestion explaining
5         which function to use in place of this one.
6
7 2012-11-12  Tom Tromey  <tromey@redhat.com>
8
9         * python/python.c (start_type_printers): Initialize 'result_obj'.
10
11 2012-11-12  Tom Tromey  <tromey@redhat.com>
12
13         * NEWS: Update.
14         * data-directory/Makefile.in (PYTHON_FILES): Add
15         type_printers.py.
16         * python/lib/gdb/command/type_printers.py: New file.
17         * python/lib/gdb/command/types.py (TypePrinter): New class.
18         (_get_some_type_recognizers, get_type_recognizers,
19         apply_type_recognizers, register_type_printer): New
20         functions.
21         * python/py-objfile.c (objfile_object) <type_printers>: New
22         field.
23         (objfpy_dealloc): Decref new field.
24         (objfpy_new): Set new field.
25         (objfpy_get_type_printers, objfpy_set_type_printers): New
26         functions.
27         (objfile_to_objfile_object): Set new field.
28         (objfile_getset): Add "type_printers".
29         * python/py-progspace.c (pspace_object) <type_printers>: New
30         field.
31         (pspy_dealloc): Decref new field.
32         (pspy_new): Set new field.
33         (pspy_get_type_printers, pspy_set_type_printers): New functions.
34         (pspace_to_pspace_object): Set new field.
35         (pspace_getset): Add "type_printers".
36         * python/python.c (start_type_printers, apply_type_printers,
37         free_type_printers): New functions.
38         (_initialize_python): Set gdb.type_printers.
39         * python/python.h (start_type_printers, apply_type_printers,
40         free_type_printers): Declare.
41         * typeprint.c (type_print_raw_options, default_ptype_flags):
42         Update for new fields.
43         (do_free_global_table, create_global_typedef_table,
44         find_global_typedef): New functions.
45         (find_typedef_in_hash): Use find_global_typedef.
46         (whatis_exp): Use create_global_typedef_table.  Change cleanup
47         handling.
48         * typeprint.h (struct type_print_options) <global_typedefs,
49         global_printers>: New fields.
50
51 2012-11-12  Tom Tromey  <tromey@redhat.com>
52
53         * c-typeprint.c (find_typedef_for_canonicalize,
54         print_name_maybe_canonical): New functions.
55         (c_print_type): Look up type name.
56         (cp_type_print_derivation_info): Add flags argument.  Use
57         print_name_maybe_canonical.
58         (cp_type_print_method_args): Add wrapping.
59         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
60         (c_type_print_template_args): New function.
61         (c_type_print_base): Change wrapping.  Use
62         print_name_maybe_canonical.
63         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
64         type name lookups.
65         * gdbtypes.c (types_equal): No longer static.
66         * gdbtypes.h (types_equal): Declare.
67         * typeprint.c (type_print_raw_options, default_ptype_flags):
68         Update.
69         (struct typedef_hash_table): New.
70         (hash_typedef_field, eq_typedef_field,
71         recursively_update_typedef_hash, add_template_parameters,
72         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
73         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
74         copy_typedef_hash, find_typedef_in_hash): New functions.
75         * typeprint.h (struct type_print_options) <local_typedefs>:
76         New field.
77         (recursively_update_typedef_hash, add_template_parameters,
78         create_typedef_hash, free_typedef_hash,
79         make_cleanup_free_typedef_hash, copy_typedef_hash,
80         find_typedef_in_hash): Declare.
81
82 2012-11-12  Tom Tromey  <tromey@redhat.com>
83
84         * cp-support.c (inspect_type,
85         replace_typedefs_qualified_name, replace_typedefs): Add
86         finder, data arguments.  Call as needed.
87         (cp_canonicalize_string_full): New function.
88         (cp_canonicalize_string_no_typedefs): Rewrite.
89         * cp-support.h (canonicalization_ftype): New typedef.
90         (cp_canonicalize_string_full): Declare.
91
92 2012-11-12  Tom Tromey  <tromey@redhat.com>
93
94         * NEWS: Update.
95         * c-typeprint.c (c_type_print_base): Handle print_method and
96         print_typedefs flags.
97         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
98         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
99         options.
100         * typeprint.c (type_print_raw_options, default_ptype_flags):
101         Update for new field.s
102         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
103         (setprinttypelist, showprinttypelist, print_methods,
104         print_typedefs): New globals.
105         (set_print_type, show_print_type, set_print_type_methods,
106         show_print_type_methods, set_print_type_typedefs,
107         show_print_type_typedefs): New functions.
108         (_initialize_typeprint): Update documentation.  Add "print
109         type methods" and "print type typedefs" parameters.
110         * typeprint.h (struct type_print_options) <print_methods,
111         print_typedefs>: New fields.
112
113 2012-11-12  Tom Tromey  <tromey@redhat.com>
114
115         * c-typeprint.c (cp_type_print_method_args): Add flags
116         argument.  Call c_print_type, not type_print.
117         (c_type_print_base): Call c_print_type, not type_print.
118         Update.
119
120 2012-11-12  Tom Tromey  <tromey@redhat.com>
121
122         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
123         to type-printing functions.
124         * ada-lang.h (ada_print_type): Add argument.
125         * ada-typeprint.c (print_array_type, print_variant_clauses,
126         print_variant_part, print_selected_record_field_types,
127         print_record_field_types, print_unchecked_union_type,
128         print_func_type, ada_print_type): Add flags argument.
129         (ada_print_typedef): Update.
130         * c-exp.y (OPERATOR conversion_type_id): Update.
131         * c-lang.h (c_print_type, c_type_print_base): Update.
132         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
133         c_type_print_modifier, c_type_print_args,
134         c_type_print_varspec_suffix, c_type_print_base): Add flags
135         argument.
136         * cp-valprint.c (cp_print_class_member): Update.
137         * dwarf2read.c (dwarf2_compute_name): Update.
138         * f-lang.h (f_print_type): Add argument.
139         * f-typeprint.c (f_print_type): Add flags argument.
140         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
141         * go-lang.h (go_print_type): Add argument.
142         * go-typeprint.c (go_print_type): Add flags argument.
143         * jv-lang.h (java_print_type): Add argument.
144         * jv-typeprint.c (java_type_print_base, java_print_type): Add
145         flags argument.
146         * language.c (unk_lang_print_type): Add flags argument.
147         * language.h (struct language_defn) <la_print_type>: Add flags
148         argument.
149         (LA_PRINT_TYPE): Likewise.
150         * m2-lang.h (m2_print_type): Add argument.
151         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
152         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
153         m2_unbounded_array, m2_record_fields): Add flags argument.
154         * p-lang.h (pascal_print_type, pascal_type_print_base,
155         pascal_type_print_varspec_prefix): Add argument.
156         * p-typeprint.c (pascal_print_type,
157         pascal_type_print_varspec_prefix, pascal_print_func_args,
158         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
159         flags argument.
160         * symmisc.c (print_symbol): Update.
161         * typeprint.c (type_print_raw_options, default_ptype_flags):
162         New globals.
163         (type_print): Update.
164         * typeprint.h (struct type_print_options): New.
165         (type_print_raw_options): Declare.
166         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
167
168 2012-11-10  Keith Seitz  <keiths@redhat.com>
169
170         * breakpoint.c (clear_command): Add cleanup for
171         sals.sals if an argument is given.
172
173         * linespec.c (parse_linespec): Do cleanups after
174         parsing a convenience variable.
175
176 2012-11-10  Keith Seitz  <keiths@redhat.com>
177
178         PR gdb/14288
179         * c-valprint.c (c_val_print): For character arrays
180         with "print null" option on, print ellipses if
181         the output is truncated and the next character is not \000.
182         * valprint.c (MAX_WCHARS): Define.
183         (WCHAR_BUFLEN): Likewise.
184         (WCHAR_BUFLEN_MAX): Likewise.
185         (struct converted_character): New structure.
186         (count_next_character): New function.
187         (print_converted_chars_to_obstack): New function.
188         (generic_printstr): Rewrite using count_next_character
189         and print_converted_chars_to_obstack.
190
191 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
192
193         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
194         while executing the gdb command.
195         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
196         are called from prompt_for_continue.
197         * tui/tui-io.c (tui_redisplay_readline): Likewise.
198
199 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
200
201         PR tui/9584
202
203         * tui/tui.c (tui_rl_command_key): Do not call execute_command
204         but insert the command to execute in readline's buffer.
205
206 2012-11-09  Tom Tromey  <tromey@redhat.com>
207
208         * gdbarch.sh (target_gdbarch): Remove macro.
209         (get_target_gdbarch): Rename to target_gdbarch.
210         * gdbarch.c, gdbarch.h: Rebuild.
211         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
212         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
213         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
214         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
215         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
216         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
217         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
218         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
219         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
220         procfs.c, progspace.c, ravenscar-thread.c, record.c,
221         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
222         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
223         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
224         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
225         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
226         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
227         target-descriptions.c, target.c, target.h, tracepoint.c,
228         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
229         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
230         python/py-inferior.c, python/python.c: Update.
231
232 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
233
234         * source.c (print_source_lines_base): Add fullname field giving
235         full path to file in mi output.
236         * NEWS: Mention the new fullname field.
237
238 2012-11-09  Yao Qi  <yao@codesourcery.com>
239
240         * NEWS: Mention the fix to the ambiguity of 'fo' command.
241
242 2012-11-09  Pedro Alves  <palves@redhat.com>
243
244         PR gdb/14306
245
246         * infrun.c: Include target-descriptions.h.
247         (follow_exec): Fetch new target description.
248
249 2012-11-09  Yao Qi  <yao@codesourcery.com>
250
251         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
252         0x8d (lea).
253
254 2012-11-09  Yao Qi  <yao@codesourcery.com>
255
256         * breakpoint.c: Declare set_tracepoint_count.
257         (install_breakpoint): Call set_tracepoint_count if B is a
258         tracepoint.
259         (trace_command): Don't call set_tracepoint_count.  Re-indent.
260         (strace_command, ftrace_command):
261         (create_tracepoint_from_upload): Likewise.
262
263 2012-11-09  Pedro Alves  <palves@redhat.com>
264
265         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
266         (get_target_gdbarch) <gdbarch.h>: New function.
267         (startup_gdbarch) <gdbarch.h>: Declare.
268         <gdbarch.c> (target_gdbarch): Delete.
269         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
270         current inferior's gdbarch.
271         <gdbarch.c> (get_target_gdbarch): New function.
272         * inferior.c: Include target-descriptions.h.
273         (free_inferior): Free target description info.
274         (add_inferior_with_spaces): Set the inferior's initial
275         architecture.
276         (clone_inferior_command): Copy the original inferior's target
277         description if it was user specified.
278         (initialize_inferiors): Add comment.
279         * inferior.h (struct target_desc_info): Forward declare.
280         (struct inferior) <gdbarch>: New field.
281         * linux-nat.c: Include target-descriptions.h.
282         (linux_child_follow_fork): Copy the parent's architecture and
283         target description to the child.
284         * target-descriptions.c: Include inferior.h.
285         (struct target_desc_info): New structure, holding the equivalents
286         of ...
287         (target_desc_fetched, current_target_desc)
288         (target_description_filename): ... these removed globals.
289         (get_tdesc_info, target_desc_info_from_user_p)
290         (copy_inferior_target_desc_info, target_desc_info_free): New.
291         (target_desc_fetched, current_target_desc)
292         (target_description_filename): Reimplemented as convenience
293         macros.
294         (tdesc_filename_cmd_string): New global.
295         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
296         tdescs filename ..." commands to the per-inferior equivalent.
297         (show_tdesc_filename_cmd): Get the value to show from the
298         per-inferior description filename.
299         (_initilize_target_descriptions): Change the "set/show tdesc
300         filename" commands' variable.
301         * target-descriptions.h (struct target_desc, struct target_desc_info)
302         (struct inferior): Forward declare.
303         (target_find_description, target_clear_description)
304         (target_current_description): Adjust comments.
305         (copy_inferior_target_desc_info, target_desc_info_free)
306         (target_desc_info_from_user_p). Declare.
307
308 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
309
310         * tui/tui-hooks.c (tui_about_to_proceed): New function.
311         (tui_target_wait_hook): Remove.
312         (tui_install_hooks): Install the about_to_proceed observer.
313         (tui_remove_hooks): And remove it here.
314
315 2012-11-08  Tom Tromey  <tromey@redhat.com>
316
317         * linux-tdep.c (linux_make_siginfo_note): New function.
318         (linux_make_corefile_notes): Use it.
319         * corelow.c (get_core_siginfo): New function.
320         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
321
322 2012-11-08  Tom Tromey  <tromey@redhat.com>
323
324         PR gdb/14704:
325         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
326         (zlib_decompress_section): Remove.
327         (gdb_bfd_map_section): Only check for compressed section
328         in mmap case.  Use bfd_get_full_section_contents.
329         * osabi.c (check_note): Add 'sectsize' argument.  Read
330         section data.
331         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
332         section data.  Update for check_note change.
333         * xcoffread.c (xcoff_initial_scan): Use
334         bfd_get_full_section_contents.
335         * py-auto-load.c (auto_load_section_scripts): Use
336         bfd_get_full_section_contents.
337         * contrib/cc-with-tweaks.sh: Add -Z option.
338
339 2012-11-08  Tom Tromey  <tromey@redhat.com>
340
341         * python/py-bpevent.c: Include defs.h.
342         * python/py-continueevent.c: Include defs.h.
343         * python/py-event.c: Include defs.h.
344         * python/py-event.h: Don't include defs.h.
345         * python/py-events.h: Don't include defs.h.
346         * python/py-evts.c: Include defs.h.
347         * python/py-exitedevent.c: Include defs.h.
348         * python/py-newobjfileevent.c: Include defs.h.
349         * python/py-signalevent.c: Include defs.h.
350         * python/py-stopevent.c: Include defs.h.
351         * python/py-threadevent.c: Include defs.h.
352
353 2012-11-08  Pierre Muller  <muller@sourceware.org>
354
355         * update-web-ari.sh (print_heading): Add number of files
356         checked.
357         (nb_files): New variable counting the number of sources
358         files found by gdb_find.sh script.
359         (debug_awk): New variable to allow extra debug output.
360         (indexes): Add more information if DEBUG_AWK is set.
361
362 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
363
364         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
365         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
366         following the change in PLT call stubs on linker.
367
368 2012-11-08  Pierre Muller  <muller@sourceware.org>
369
370         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
371         as default language.
372         (AWK): Use = instead of == for sh test to avoid warning.
373         (Linux rule): Correct [:digit] into [[:digit:]].
374         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
375         (vasprintf rule): Adapt to common subdirectory moves.
376         (xasprintf rule): Idem.
377         (xvasprintf rule): Idem.
378         (var_boolean rule): Accept occurence in == or != test.
379
380         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
381
382 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
383
384         * tui/tui-hooks.c (tui_inferior_exit): New function.
385         (tui_detach_hook): Remove.
386         (tui_install_hooks): Install the inferior exit observer.
387         (tui_remove_hooks): Remove it.
388
389 2012-11-08  Yao Qi  <yao@codesourcery.com>
390
391         PR gdb/14777.
392         * source.c (_initialize_source): Call add_com_alias to abbreviate
393         'forward-search' as 'fo'.
394
395 2012-11-07  Pedro Alves  <palves@redhat.com>
396
397         * arm-tdep.c: Make defs.h be the first include.
398         * coff-pe-read.c: Ditto.
399         * gnu-nat.c: Ditto.
400         * go32-nat.c: Ditto.
401         * i386-nat.c: Ditto.
402         * ppcnbsd-nat.c: Ditto.
403         * ada-varobj.h: Don't include defs.h.
404         * i386-darwin-tdep.h: Ditto.
405         * i386-nat.h: Ditto.
406
407 2012-11-07  Pedro Alves  <palves@redhat.com>
408
409         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
410         Committee.
411
412 2012-11-07  Pierre Muller  <muller@sourceware.org>
413
414         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
415         File already uses "gdb_dirent.h" header.
416
417 2012-11-07  Yao Qi  <yao@codesourcery.com>
418
419         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
420         tracepoint_count'.
421
422 2012-11-06  Tom Tromey  <tromey@redhat.com>
423
424         * target.h (inferior_has_forked, inferior_has_vforked)
425         (inferior_has_execd, inferior_has_called_syscall): Remove
426         declarations.
427
428 2012-11-06  Pierre Muller  <muller@sourceware.org>
429
430         * remote.c (remote_insert_hw_breakpoint): ARI fix,
431         add missing internalization markup.
432
433 2012-11-06  Pedro Alves  <palves@redhat.com>
434
435         PR gdb/14810
436
437         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
438
439 2012-11-06  Pierre Muller  <muller@sourceware.org>
440
441         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
442         is not executable.
443
444 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
445
446         * gnulib/update-gnulib.sh: New script.
447
448 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
449
450         * MAINTAINERS: Update my email address.
451
452 2012-11-05  Tom Tromey  <tromey@redhat.com>
453
454         * frame.c (put_frame_register): Don't use temporary buffer.
455
456 2012-11-05  Pedro Alves  <palves@redhat.com>
457
458         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
459         child.  Clear 'pending_detach'.
460         * infrun.c (handle_vfork_child_exec_or_exit): Clear
461         'pending_detach' in the vfork parent.
462
463 2012-11-05  Doug Evans  <dje@google.com>
464
465         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
466         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
467         * dwarf2read.c: #include "elf-bfd.h".
468         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
469         (dwop_section_names): Renamed from dwo_section names.  All uses
470         updated.  Add entries for .debug_cu_index, .debug_tu_index.
471         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
472         All uses updated.
473         (struct dwp_sections): New type.
474         (struct virtual_dwo_sections): New type.
475         (struct dwp_hash_table): New type.
476         (struct dwp_file): New type.
477         (init_cutu_and_read_dies): Ensure DWO info/types section has been
478         read in.  Handle DWOs coming from DWP files.
479         (lookup_dwo_file_slot): New function.
480         (dwarf2_locate_dwo_sections): Move definition closer to use.
481         (create_dwo_debug_info_hash_table_reader): Renamed from
482         create_debug_info_hash_table_reader.  All callers updated.
483         (create_dwo_debug_info_hash_table): Renamed from
484         create_debug_info_hash_table.  All callers updated.
485         (create_dwp_hash_table): New function.
486         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
487         (lookup_dwo_in_dwp): New function.
488         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
489         is_dwp.  All callers updated.
490         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
491         (open_and_init_dwo_file): Renamed from init_dwo_file.
492         All callers updated.
493         (lookup_dwo_file): Delete.
494         (dwarf2_locate_dwp_sections): New function.
495         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
496         (allocate_dwp_loaded_cutus_table): New function.
497         (open_and_init_dwp_file): New function.
498         (lookup_dwo_cutu): New function.
499         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
500
501 2012-11-03  Yao Qi  <yao@codesourcery.com>
502
503         Fix PR gdb/14617.
504         * breakpoint.c (trace_pass_set_count): Call
505         observer_notify_breakpoint_modified instead of
506         observer_notify_tracepoint_modified.
507         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
508
509 2012-11-02  Tom Tromey  <tromey@redhat.com>
510
511         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
512         argument to complete_on_enum.
513
514 2012-11-02  Tom Tromey  <tromey@redhat.com>
515
516         * configure: Rebuild.
517         * configure.ac (build_warnings): Add -Wempty-body.
518         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
519         * remote.c (handle_notification): Use braces for empty 'else' body.
520         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
521         'else' body.
522         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
523         'else' body.
524         * solib-som.c (som_relocate_section_addresses): Use braces
525         for empty 'else' body.
526         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
527         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
528
529 2012-11-02  Pedro Alves  <palves@redhat.com>
530
531         PR gdb/14766
532
533         * infrun.c (handle_inferior_event)
534         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
535         null_ptid before handling a vfork child exec or exit.  Switch to
536         the event ptid afterwards.
537
538 2012-11-02  Yao Qi  <yao@codesourcery.com>
539
540         * std-operator.def: Remove OP_LABELED.
541         * eval.c: Remove the declaration of 'get_label'.
542         (get_label): Remove.
543         (evaluate_struct_tuple): Remove code handling OP_LABELED.
544         Update comment.
545         Remove local variable 'variantno' and related code.
546         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
547         with 'fieldno'.
548         * expprint.c (print_subexp_standard): Likewise.
549         (dump_subexp_body_standard): Likewise.
550         * parse.c (operator_length_standard): Likewise.
551
552 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
553
554         Incorporate ARI web page generator into GDB sources.
555         * contrib/ari/create-web-ari-in-src.sh: New file.
556         * contrib/ari/gdb_ari.sh: New file.
557         * contrib/ari/gdb_find.sh: New file.
558         * contrib/ari/update-web-ari.sh: New file.
559
560 2012-10-31  Tom Tromey  <tromey@redhat.com>
561
562         * gdbarch.c: Rebuild.
563         * gdbarch.sh: Remove references to gdbarch_swap.
564         * corelow.c (core_open): Remove obsolete comment.
565
566 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
567
568         PR cli/14772
569         * c-typeprint.c (c_print_type): Don't print a space for vector
570         types, this is handled within the suffix.
571         (c_type_print_varspec_suffix): Add a space to vector suffix.
572
573 2012-10-26  Pedro Alves  <palves@redhat.com>
574
575         * amd64-tdep.c (amd64_relocate_instruction): Use
576         store_unsigned_integer instead of memcpy.
577         * i386-tdep.c (i386_relocate_instruction): Ditto.
578
579 2012-10-26  Pedro Alves  <palves@redhat.com>
580
581         * infrun.c (handle_inferior_event): Merge handling of
582         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
583         switch case.
584
585 2012-10-26  Pedro Alves  <palves@redhat.com>
586
587         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
588         Remove comment.
589
590 2012-10-26  Pedro Alves  <palves@redhat.com>
591
592         * target.c (target_waitstatus_to_string): Handle
593         TARGET_WAITKIND_VFORK_DONE.
594
595 2012-10-26  Pedro Alves  <palves@redhat.com>
596
597         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
598         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
599
600 2012-10-24  Tristan Gingold  <gingold@adacore.com>
601
602         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
603         Add comments.
604
605 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
606
607         * ravenscar-thread.c (ravenscar_wait): Only update the list
608         of threads and inferior_ptid if the inferior is still alive.
609
610 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
611
612         * ada-lang.c (is_known_support_routine): Use lbasename when
613         matching the symtab's filename against
614         known_runtime_file_name_patterns.
615
616 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
617
618         * ada-lang.c (ada_same_array_size_p): New function.
619         (ada_promote_array_of_integrals): New function.
620         (coerce_for_assign): Add handling of arrays where the elements
621         are integrals of a smaller size than the size of the target
622         array element type.
623
624 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
625
626         * doublest.c (convert_doublest_to_floatformat): Fix comparison
627         against maximum exponent value.
628
629 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
630
631         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
632         "unwind-seh.c".
633
634 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
635
636         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
637         strip typedef layer when computing the fixed type's field type,
638         only when computing its size.
639
640 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
641
642         PR gdb/12783
643         * i386-tdep.c (i386_return_value): Handle complex double and long
644         double.
645
646 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
647
648         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
649         New local variable args_len.
650         Quote the name of the executable when computing the command line.
651
652 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
653
654         PR gdb/12796
655         PR gdb/12798
656         PR gdb/12800
657         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
658         AMD64_FTAG_REGNUM.
659         * amd64-tdep.c (amd64_classify): Classify complex types.
660         (amd64_return_value): Handle the COMPLEX_X87 class.
661
662 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
663
664         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
665         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
666
667 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
668
669         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
670         function.
671         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
672         to amd64_windows_auto_wide_charset.
673
674 2012-10-23  Yao Qi  <yao@codesourcery.com>
675
676         * event-top.c (mark_async_signal_handler_wrapper): Remove.
677         * event-top.h: Remove its declaration.
678         (async_request_quit): Call mark_async_signal_handler instead of
679         mark_async_signal_handler_wrapper.
680         (async_do_nothing, async_disconnect): Likewise.
681         (async_stop_sig): Likewise.
682         * remote.c (handle_remote_sigint): Likewise.
683         (handle_remote_sigint_twice): Likewise.
684
685 2012-10-23  Yao Qi  <yao@codesourcery.com>
686
687         * event-top.c (sigint_token, sighup_token): Replace 'void *'
688         with 'static struct async_signal_handler *'.
689         (sighup_token, sigquit_token, sigstp_token): Likewise.
690
691 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
692
693         * gdbarch.sh (function_list): Use 'pstring' when printing
694         a variable which could return NULL.
695         * gdbarch.c: Regenerate.
696
697 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
698             Tom Tromey  <tromey@redhat.com>
699
700         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
701         inneffective if condition by gdb assertion.  Add function
702         description comment.
703
704 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
705
706         * parser-defs.h (struct exp_descriptor): Document constraint
707         on return value for "op_name" callbacks.
708
709 2012-10-18  Tom Tromey  <tromey@redhat.com>
710
711         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
712         * symtab.c (iterate_over_some_symtabs): Constify.
713         * source.h (symtab_to_fullname): Return 'const char *'.
714         * source.c (symtab_to_fullname): Return 'const char *'.
715         * python/py-symtab.c (stpy_fullname): Constify.
716         * cli/cli-cmds.c (edit_command): Constify.
717         * breakpoint.c (print_breakpoint_location)
718         (update_static_tracepoint): Constify.
719
720 2012-10-18  Tom Tromey  <tromey@redhat.com>
721
722         * breakpoint.c (compare_breakpoints): Fix comparison.
723
724 2012-10-18  Tom Tromey  <tromey@redhat.com>
725
726         * valprint.c (generic_emit_char, generic_printstr): Pass size of
727         gdb_wchar_t to convert_between_encodings.
728
729 2012-10-17  Yao Qi  <yao@codesourcery.com>
730
731         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
732         more parameter 'inferior'.
733         * corefile.c (write_memory_with_notification): Caller update.
734
735         * mi/mi-cmd-var.c: Include "mi-main.h".
736         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
737         to 1 and restore it later.
738         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
739         and "data-write-memory-bytes.
740         * mi/mi-interp.c: Include objfiles.h.
741         (mi_interpreter_init): Call observer_attach_memory_changed.
742         (mi_memory_changed): New.
743         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
744         New field.
745
746         * NEWS: Mention new MI notification "memory-changed".
747
748 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
749
750         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
751
752 2012-10-15  Doug Evans  <dje@google.com>
753
754         New option -nh: inhibit loading of ~/.gdbinit.
755         * NEWS: Mention -nh.
756         * main.c (captured_main): Recognize and process -nh.
757         (print_gdb_help): Mention -nh.
758         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
759
760 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
761
762         PR backtrace/14646
763         PR gdb/14647
764         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
765         pc_regnum_from_eax.
766         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
767         nor pc_regnum_from_eax.
768         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
769         nor pc_regnum_from_eax.
770
771 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
772
773         Fix entry values resolving in inlined frames.
774         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
775         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
776         entries of FRAME.
777
778 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
779
780         * configure.ac: Build with -DMS_WIN64 if building with Python
781         enabled using GCC on amd64-windows.
782         * configure: Regenerate.
783
784 2012-10-15  Tom Tromey  <tromey@redhat.com>
785
786         PR python/14635:
787         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
788         to Py_None.
789
790 2012-10-15  Tom Tromey  <tromey@redhat.com>
791
792         PR python/14634:
793         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
794
795 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
796
797         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
798         reset thread numbering back to 1.
799
800 2012-10-11  Doug Evans  <dje@google.com>
801
802         PR breakpoints/14643.
803         * linespec.c (struct ls_parser): New member keyword_ok.
804         (linespec_lexer_lex_string): Add comment.
805         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
806         for one.
807         (parse_linespec): Set keyword_ok.
808
809 2012-10-10  Doug Evans  <dje@google.com>
810
811         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
812         "0x" prefix on address in log message.
813
814         * dwarf2read.c (read_1_byte): Add const to buf parameter.
815         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
816         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
817         (lookup_dwo_file): Add const to dwo_name parameter.
818         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
819
820 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
821
822         Fix crash during stepping on ppc32.
823         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
824         SYM.
825
826 2012-10-03  Doug Evans  <dje@google.com>
827
828         PR symtab/14601
829         * buildsym.c (buildsym_init): Reset using_directives to NULL.
830
831 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
832
833         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
834         output and use uint32_t not long to ensure 4 byte size.
835
836 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
837
838         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
839         unref'ed it.
840
841 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
842
843         * target.c (simple_search_memory): Include access length in
844         warning message.
845
846 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
847             Edjunior Machado  <emachado@linux.vnet.ibm.com>
848
849         PR gdb/13989
850         * solib.c (solib_find): Prevent GDB from loading native libraries when
851         debugging a cross-target corefile.
852
853 2012-09-28  selven  <pcthegreat@gmail.com>
854
855         Make definition match declaration.
856
857         * regcache.c (regcache_register_status): Change return type to
858         enum register_status.
859
860 2012-09-28  Yao Qi  <yao@codesourcery.com>
861
862         * mi/mi-main.c (mi_cmd_data_write_memory): Call
863         write_memory_with_notification instead of write_memory.
864         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
865         instead of target_write_memory.
866
867 2012-09-28  Yao Qi  <yao@codesourcery.com>
868
869         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
870         when the length of content is not an even number.
871
872 2012-09-27  Tom Tromey  <tromey@redhat.com>
873
874         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
875         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
876
877 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
878
879         * sol-thread.c (sol_thread_fetch_registers)
880         (sol_thread_store_registers): Delete commented out code.
881
882 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
883
884         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
885         Move these functions to sparc-sol-thread.c.
886         * sparc-sol-thread.c: New file.
887         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
888         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
889         configurations.
890         * configure: Regenerate.
891
892 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
893
894         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
895         Remove commented-out code.
896
897 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
898
899         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
900         Enable this code for sparc hosts only.
901
902 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
903
904         * procfs.h (procfs_find_LDT_entry): Add declaration.
905         * sol-thread.c (ps_lgetLDT): Delete local declaration of
906         function procfs_find_LDT_entry.
907
908 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
909
910         * procfs.c (proc_get_LDT_entry): Make static.
911
912 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
913
914         * procfs.c (proc_find_memory_regions): Fix declaration.
915
916 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
917
918         * amd64-tdep.c (amd64_return_value): Revert previous change
919         that used TYPE_LENGTH directly.
920         * bfin-tdep.c (bfin_extract_return_value): Likewise.
921         (bfin_store_return_value): Likewise.
922         * cris-tdep.c (cris_store_return_value): Likewise.
923         (cris_extract_return_value): Likewise.
924         * h8300-tdep.c (h8300_extract_return_value): Likewise.
925         * hppa-tdep.c (hppa64_return_value): Likewise.
926         * lm32-tdep.c (lm32_store_return_value): Likewise.
927         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
928         * spu-tdep.c (spu_value_from_register): Likewise.
929         * vax-tdep.c (vax_return_value): Likewise.
930
931 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
932
933         * gdbtypes.c (lookup_array_range_type): Expand parameters
934         LOW_BOUND and HIGH_BOUND to LONGEST.
935         (lookup_string_range_type): Likewise.
936         * gdbtypes.h (lookup_array_range_type): Likewise.
937         (lookup_string_range_type): Likewise.
938         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
939         Expand HIGHBOUND to ssize_t.
940         (value_string): Likewise.
941         * value.h (value_cstring): Expand parameter LEN to ssize_t.
942         (value_string): Likewise.
943
944 2012-09-27  Yao Qi  <yao@codesourcery.com>
945
946         PR breakpoints/13898
947         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
948         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
949         per breakpoint type.
950
951 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
952
953         * procfs.c: Add gdb_bfd header.
954         * rs6000-nat.c: Likewise.
955         * solib-pa64.c: Likewise.
956         * spu-linux-nat.c: Likewise.
957         * windows-nat.c: Likewise.
958
959 2012-09-26  Tom Tromey  <tromey@redhat.com>
960
961         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
962
963 2012-09-26  Tom Tromey  <tromey@redhat.com>
964
965         * dwarf2read.c (mark_common_block_symbol_computed): New function.
966         (read_common_block): Handle child DIEs with
967         DW_AT_data_member_location.
968         (new_symbol_full): Add special case for common blocks.
969
970 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
971             Tom Tromey  <tromey@redhat.com>
972
973         * dwarf2read.c (read_common_block): Rewrite.
974         (new_symbol_full): Handle DW_TAG_common_block.
975         * f-lang.c (head_common_list, find_common_for_function):
976         Remove.
977         * f-lang.h (struct common_entry, struct saved_f77_common,
978         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
979         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
980         BLANK_COMMON_NAME_LOCAL): Remove.
981         (struct common_block): New.
982         * f-valprint.c (list_all_visible_commons): Remove.
983         (info_common_command_for_block): New function.
984         (info_common_command): Use it.
985         * stack.c (iterate_over_block_locals): Special case for
986         COMMON_BLOCK_DOMAIN.
987         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
988         constant.
989         (struct general_symbol_info) <value.common_block>: New field.
990         (SYMBOL_VALUE_COMMON_BLOCK): New define.
991
992 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
993             Tom Tromey  <tromey@redhat.com>
994
995         * f-lang.c (allocate_saved_bf_node,
996         allocate_saved_function_node, allocate_saved_f77_common_node,
997         allocate_common_entry_node, tail_common_list, current_common,
998         saved_bf_list, saved_bf_list_end, current_head_bf_list,
999         tmp_bf_ptr, add_common_block, add_common_entry,
1000         find_first_common_named, patch_common_entries,
1001         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1002         global_remote_debug, get_bf_for_fcn, saved_function_list,
1003         saved_function_list_end, clear_function_list, struct saved_fcn,
1004         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1005         SAVED_BF, SAVED_BF_PTR): Remove.
1006         * f-lang.h (tail_common_list, current_common,
1007         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1008         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1009         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1010         real_main_c_value): Remove.
1011         * f-valprint.c (there_is_a_visible_common_named): Remove.
1012
1013 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1014
1015         * breakpoint.c (update_global_location_list): Ignore previous
1016         duplicate status of a breakpoint when starting a new scan for
1017         duplicate breakpoints.
1018
1019 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1020         PR breakpoints/14419
1021         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1022         support LLVM compiler.
1023
1024 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1025
1026         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1027         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1028         (bfin_store_return_value): Likewise.
1029         * cris-tdep.c (cris_store_return_value): Likewise.
1030         (cris_extract_return_value): Likewise.
1031         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1032         * hppa-tdep.c (hppa64_return_value): Likewise.
1033         * lm32-tdep.c (lm32_store_return_value): Likewise.
1034         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1035         * spu-tdep.c (spu_value_from_register): Likewise.
1036         * vax-tdep.c (vax_return_value): Likewise.
1037
1038 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1039
1040         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1041         parameter LEN to ssize_t.
1042
1043 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1044
1045         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1046         variable LEN.
1047         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1048         directly.
1049         (alpha_store_return_value): Likewise.
1050         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1051         (amd64_push_arguments): Likewise.
1052         * ax-gdb.c (gen_trace_static_fields): Likewise.
1053         (gen_traced_pop): Likewise.
1054         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1055         * breakpoint.c (update_watchpoint): Likewise.
1056         * findcmd.c (parse_find_args): Use local variable for type
1057         instead of length.
1058         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1059         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1060         (h8300_store_return_value): Likewise.
1061         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1062         Use i386_darwin_arg_type_alignment directly.
1063         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1064         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1065         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1066         (m68hc11_extract_return_value): Likewise.
1067         * mep-tdep.c (mep_push_dummy_call): Likewise.
1068         * printcmd.c (float_type_from_length): Likewise.
1069         * s390-tdep.c (s390_value_from_register): Likewise.
1070         * stack.c (read_frame_arg): Likewise.
1071         * tracepoint.c (encode_actions_1): Likewise.
1072         * valops.c (value_fetch_lazy): Use local variable for type
1073         instead of length.  Use TYPE_LENGTH directly.
1074         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1075
1076 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1077
1078         * symtab.c (skip_prologue_sal): Fix typo in comment.
1079
1080 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1081
1082         * linespec.c (create_sals_line_offset): Fix typo in comment.
1083
1084 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1085
1086         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1087         use plongest to print the array size.
1088
1089 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1090
1091         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1092         * p-valprint.c (pascal_type_print_base): Likewise.
1093
1094 2012-09-22  Yao Qi  <yao@codesourcery.com>
1095
1096         * remote.c (remote_get_trace_status): Remove setting default
1097         values of fields of 'ts'.
1098
1099 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1100
1101         Fix internal error on canonicalization of clang types.
1102         * cp-name-parser.y (operator): New comment at make_operator call for
1103         new, delete, new[] and delete[].
1104         (exp): Use "sizeof ".  Add new comment at make_operator call.
1105
1106 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1107
1108         Fix disassemble without parameters in tailcall frame.
1109         * cli/cli-cmds.c (disassemble_current_function): Use
1110         get_frame_address_in_block.
1111
1112 2012-09-21  Tom Tromey  <tromey@redhat.com>
1113
1114         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1115         TYPE_CODE_UNION>: Unify, removing a goto.
1116
1117 2012-09-21  Tom Tromey  <tromey@redhat.com>
1118
1119         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1120
1121 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1122
1123         * findvar.c (read_frame_register_value): Mark the result value as
1124         optimized out if any of the input registers have been optimized out.
1125
1126 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1127
1128         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1129
1130 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1131
1132         * eval.c (evaluate_subexp_standard): Eliminate single-use
1133         variable LOWER.
1134
1135 2012-09-21  Yao Qi  <yao@codesourcery.com>
1136
1137         * mi/mi-interp.c: Declare mi_record_changed.
1138         (mi_interpreter_init): Call observer_attach_record_changed.
1139         (mi_record_changed): New.
1140         * record.c (record_open): Call observer_notify_record_changed.
1141         (cmd_record_stop): Call observer_notify_record_changed.
1142         * NEWS: Mention it.
1143
1144 2012-09-20  Tom Tromey  <tromey@redhat.com>
1145
1146         * NEWS: Update.
1147         * python/python.c (finalize_python): New function.
1148         (_initialize_python): Make a final cleanup.
1149
1150 2012-09-19  Doug Evans  <dje@google.com>
1151
1152         * buildsym.h (param_symbols): Delete, unused.
1153         (context_stack): Delete member "params", unused.
1154         * buildsym.c (push_context): Update.
1155         * dwarf2read.c (read_func_scope): Update.
1156
1157 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1158
1159         * sh-tdep.c (sh_register_convert_to_virtual)
1160         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1161         all callers.  Just do a memcpy if not the little-endian case.
1162
1163         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1164         set_gdbarch_double_format and set_gdbarch_long_double_format.
1165         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1166         set_gdbarch_double_format.
1167         * sh-tdep.c (sh_gdbarch_init): Likewise.
1168
1169         * NEWS: Document the removal of SH's 'regs' command.
1170         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1171         command.
1172
1173 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1174
1175         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1176         `jump'.
1177
1178 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1179
1180         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1181         language when iterating over symbols.
1182
1183 2012-09-18  Yao Qi  <yao@codesourcery.com>
1184
1185         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1186         (mi_interpreter_init): Call observer_attach_tsv_created and
1187         observer_attach_tsv_deleted.
1188         (mi_tsv_created, mi_tsv_deleted): New.
1189         * tracepoint.c (delete_trace_state_variable): Call
1190         observer_notify_tsv_deleted.
1191         (trace_variable_command): Call observer_notify_tsv_created.
1192         (delete_trace_variable_command): Call
1193         observer_notify_tsv_deleted.
1194         (create_tsv_from_upload): Call observer_notify_tsv_created.
1195         * NEWS: Mention it.
1196
1197 2012-09-18  Yao Qi  <yao@codesourcery.com>
1198
1199         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1200         if traceframe changed.
1201         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1202         "trace-find".
1203         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1204         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1205         'traceframe_changed'.
1206         (mi_traceframe_changed): New.
1207         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1208         New field.
1209         * NEWS: Mention the new MI notification.
1210
1211 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1212
1213         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1214
1215 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1216
1217         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1218         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1219         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1220         Extend code also for PaX support.  Convert all gdb_assert to warning
1221         calls.
1222
1223 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1224
1225         Implement auto-load user conveniences suggested by Doug Evans.
1226         * auto-load.c: Include top.h.
1227         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1228         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1229         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1230         scripts-directory.  Document in online help one can use also files for
1231         set auto-load safe-path.
1232         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1233         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1234
1235 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1236
1237         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1238         of LEN.
1239
1240 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1241
1242         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1243         ELTLEN and use TYPE_LENGTH directly.
1244         (m2_val_print): Likewise.
1245         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1246         variable LEN and use TYPE_LENGTH directly.
1247         (m68k_svr4_store_return_value): Likewise.
1248         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1249         ARGLEN and use TYPE_LENGTH directly.
1250         (mips_o64_push_dummy_call): Likewise.
1251         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1252         variable LENGTH and use TYPE_LENGTH directly.
1253         (s390_function_arg_float): Likewise.
1254         (s390_function_arg_integer): Likewise.
1255         (s390_push_dummy_call): Likewise.
1256         (s390_return_value_convention): Likewise.
1257         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1258         TYPE_LENGTH directly.
1259
1260 2012-09-17  Yao Qi  <yao@codesourcery.com>
1261
1262         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1263         Update comment to add_setshow_integer_cmd.
1264         * cli/cli-setshow.c (do_set_command): Handle case
1265         'var_zuinteger_unlimited'.
1266         (do_show_command): Likewise.
1267         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1268         for command 'remotetimeout'.
1269         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1270         to var_integer.
1271         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1272         for command 'set listsize'.
1273
1274 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1275
1276         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1277         variable LEN.
1278
1279 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1280
1281         PR 14119
1282         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1283         (frame_pop): Drop also TAILCALL_FRAME frames.
1284         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1285
1286 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1287             Pedro Alves  <palves@redhat.com>
1288
1289         PR 14548
1290         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1291         function start if we are already at function start.  Both for
1292         reverse-next and for reverse-step into function without line number
1293         info.
1294
1295 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1296
1297         Code cleanup - rename 'inline' depth to 'artificial' depth.
1298         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1299         frame_id_artificial_p, extend the comment.
1300         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1301         * frame.c (fprint_frame_id): Rename at a user, change debug output
1302         text to "artificial=".
1303         (skip_inlined_frames): Rename to ...
1304         (skip_artificial_frames): ... here.  Extend the comment.
1305         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1306         (frame_id_inlined_p): Rename to ...
1307         (frame_id_artificial_p): ... here.  Rename at a user.
1308         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1309         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1310         at a user.
1311         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1312         Extend the comment.
1313         (frame_id_inlined_p): Rename to ...
1314         (frame_id_artificial_p): ... here.
1315         * inline-frame.c (inline_frame_this_id): Rename at a user.
1316
1317 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1318
1319         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1320         vector variables using vector_size syntax rather than array
1321         syntax.
1322
1323 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1324
1325         * valarith.c (value_concat): Replace unsafe ALLOCA with
1326         XMALLOC/XFREE.
1327
1328 2012-09-14  Pedro Alves  <palves@redhat.com>
1329
1330         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1331
1332 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1333
1334         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1335         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1336         data-directory as appropriate.
1337
1338 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1339
1340         * printcmd.c (ui_printf): Eliminate single-use variable
1341         PARAM_LEN.
1342
1343 2012-09-14  Yao Qi  <yao@codesourcery.com>
1344             Pedro Alves  <palves@redhat.com>
1345
1346         * valops.c (value_assign): Move observer_notify_target_changed
1347         below to replace reinit_frame_cache.
1348
1349 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1350
1351         Refactor Python "gdb" module into a proper Python package, by
1352         introducing a new "_gdb" module for code implemented in C, and
1353         using reload/__import__ instead of exec.
1354         * python/lib/gdb/__init__.py: Import * from _gdb.
1355         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1356         prompt_hook, sys.argv): Moved from finish_python_initialization.
1357         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1358         (packages, auto_load_packages): New list and function replacing
1359         module_dict and auto-loading code, using __file__ instead of
1360         gdb.PYTHONDIR and reload/__import__ instead of exec.
1361         (GdbSetPythonDirectory): Replacing function of the same name
1362         from finish_python_initialization, using reload/__import__ instead
1363         of exec, as well as call auto_load_packages.
1364         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1365         gdb_python_module and not gdb_module.
1366         * python/python-internal.h (gdb_python_module): Declare.
1367         * python/python.c (gdb_python_module): New global.
1368         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1369         (_initialize_python): Rename gdb module to _gdb.
1370         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1371         (finish_python_initialization): Move Python code to
1372         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1373         __main__.
1374
1375 2012-09-13  Pedro Alves  <palves@redhat.com>
1376
1377         * Makefile.in (COMMON_OBS): Add registry.o.
1378         * registry.c: New file.
1379         * registry.h (struct registry_container): Declare.
1380         (registry_data_callback): New typedef.
1381         (struct registry_data, struct registry_data_registration, struct
1382         registry_data_registry): New type.
1383         (register_data_with_cleanup, registry_alloc_data)
1384         (registry_callback_adaptor, registry_clear_data)
1385         (registry_container_free_data, registry_set_data, registry_data):
1386         Declare.
1387         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1388         the new common structures and functions.
1389         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1390         callback typedefs.
1391
1392 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1393
1394         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1395         there is an error inserting hardware breakpoints and use the
1396         error message from the target.
1397
1398         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1399         Catch this exception and print the error message contained within. Do not
1400         print the default hardware error breakpoint message in this case.
1401
1402 2012-09-12  Doug Evans  <dje@google.com>
1403
1404         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1405         cu == NULL.
1406
1407 2012-09-11  Doug Evans  <dje@google.com>
1408
1409         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1410         .gdb_index symbol attributes if there are none.
1411
1412 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1413
1414         * symtab.h (struct minimal_symbol) [has_size]: New field.
1415         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1416         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1417         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1418         minimal symbols if the symbol's size is actually known.
1419         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1420         of msymbol's size field.  Add comment.
1421         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1422         SET_MSYMBOL_SIZE to set the minimal symbol size.
1423
1424 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1425
1426         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1427         minimal_symbol struct object, rather than setting some of its
1428         fields one by one.
1429
1430 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1431
1432         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1433         passed_a_ptr flag when displaying typedef types.
1434
1435 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1436
1437         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1438         the optimized_out flag is preserved.
1439
1440 2012-09-10  Anthony Green  <green@moxielogic.com>
1441
1442         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1443         prologue changes in GCC.
1444
1445 2012-09-10  Keith Seitz  <keiths@redhat.com>
1446
1447         PR gdb/13483
1448         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1449         (BOOL_CONVERSION_BADNESS): ... this.
1450         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1451         (rank_one_type): Allow all boolean conversions
1452         permitted by the standard.
1453
1454 2012-09-06  Tom Tromey  <tromey@redhat.com>
1455
1456         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1457         Don't decref py_objfile.
1458
1459 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1460
1461         Do not enable -lmcheck by default when Python is enabled with
1462         threading support.
1463         * configure.ac: (python_has_threads) New variable, by testing
1464         if WITH_THREAD is defined in Python.h.
1465         Move --enable-lmcheck after --with-python.
1466         Do not enable -lmcheck by default if python_has_threads=yes.
1467         Warn if --enable-lmcheck and python_has_threads=yes.
1468         * configure: Regenerate.
1469
1470 2012-08-31  Yao Qi  <yao@codesourcery.com>
1471
1472         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1473         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1474         Update some commands.
1475         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1476         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1477         to 1.
1478
1479 2012-08-31  Yao Qi  <yao@codesourcery.com>
1480
1481         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1482
1483 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1484
1485         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1486
1487 2012-08-29  Doug Evans  <dje@google.com>
1488
1489         * main.c (print_gdb_help): Remove reference to
1490         --use-deprecated-index-sections.
1491
1492 2012-08-28  Yao Qi  <yao@codesourcery.com>
1493
1494         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1495         (init_cmds): Call add_setshow_uinteger_cmd for command
1496         'max-user-call-depth'.
1497         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1498         declaration of 'max_user_call_depth'.
1499         * frame.c (backtrace_limit): Add 'unsigned'.
1500         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1501         'limit'.
1502         * remote.c (remoteaddresssize): Add 'unsigned'.
1503         (remote_address_masked): Change local var 'address_size' to
1504         'unsigned'.
1505         (_initialize_remote): Call add_setshow_uinteger_cmd for
1506         'remoteaddresssize'.
1507         * top.c (history_size): Add 'unsigned'.
1508         (show_commands): Change local variables to 'unsigned'.
1509         (set_history_size_command): Don't check history_size is negative.
1510         Adjust the condition to call unstifle_history and set history_size
1511         to UNIT_MAX.
1512
1513 2012-08-28  Pedro Alves  <palves@redhat.com>
1514
1515         PR gdb/14428
1516
1517         * infcmd.c (default_print_one_register_info): New, factored out
1518         from default_print_registers_info.
1519         (default_print_registers_info): Use it.  Mark value unavailable if
1520         necessary.
1521         (registers_info): Print user registers with
1522         default_print_one_register_info.
1523
1524 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1525
1526         PR tui/14486
1527         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1528         is not NULL before referencing it.
1529
1530 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1531
1532         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1533         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1534         original PC for it.
1535
1536 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1537             Jan Kratochvil  <jan.kratochvil@redhat.com>
1538
1539         * auto-load.c (auto_load_objfile_script): Rename to ...
1540         (auto_load_objfile_script_1): ... here, change variable realname to
1541         parameter realname, document it, add return value, add variable retval.
1542         (auto_load_objfile_script): New function.
1543
1544 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1545
1546         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1547         followed by a whitespace.
1548
1549 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1550
1551         PR gdb/14494.
1552         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1553         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1554         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1555         here.
1556
1557 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1558
1559         * memattr.c (create_mem_region): Fix memory region overlapping
1560         checking.
1561
1562 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1563
1564         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1565         with xmalloc/cleanup.
1566         * mt-tdep.c (mt_push_dummy_call): Likewise.
1567         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1568         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1569
1570 2012-08-24  Yao Qi  <yao@codesourcery.com>
1571
1572         * jv-exp.y (push_expression_name): Add "." at the end of error
1573         message.
1574
1575 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1576
1577         Document how to return from "python-interactive" to GDB.
1578         * python/python.c (_initialize_python): Update documentation.
1579
1580 2012-08-23  Pedro Alves  <palves@redhat.com>
1581
1582         * infrun.c (_initialize_infrun) <handle command help text>:
1583         Mention that multiple signals are supported.
1584
1585 2012-08-23  Pedro Alves  <palves@redhat.com>
1586
1587         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1588         string.
1589
1590 2012-08-23  Yao Qi  <yao@codesourcery.com>
1591
1592         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1593         (tfind_1): Don't call registers_changed, set_traceframe_num,
1594         and clear_traceframe_info.
1595         Call set_current_traceframe.
1596         (set_current_traceframe): call set_traceframe_num.
1597
1598 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1599
1600         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1601         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1602
1603 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1604
1605         Enable readline in Python in a GDB-specific way and block the
1606         standard Python readline module to prevent conflicts with GDB.
1607         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1608         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1609         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1610         * python/py-gdb-readline.c: New file.
1611         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1612         prototype.
1613         * python/python.c (_initialize_python): Call
1614         gdbpy_initialize_gdb_readline.
1615
1616 2012-08-22  Keith Seitz  <keiths@redhat.com>
1617
1618         * defs.h: Include build-gnulib/config.h
1619
1620 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
1621
1622         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1623         and blx pc.
1624
1625 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1626
1627         Add a new "python-interactive" command that starts a standard
1628         Python interactive prompt with "pi" as alias, and add "py" as
1629         an alias to "python".
1630         * NEWS: Mention the new commands.
1631         * python/python.c (eval_python_command): New function.
1632         (python_interactive_command): For "python-interactive" with
1633         arguments, call eval_python_command.  For "python-interactive"
1634         without arguments, call PyRun_InteractiveLoop.
1635         (_initialize_python): Add "python-interactive" command with
1636         "pi" as alias, and add "py" as an alias to "python".
1637
1638 2012-08-22  Tom Tromey  <tromey@redhat.com>
1639
1640         * defs.h (quit_flag): Don't declare.
1641         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1642         (QUIT): Use new functions.
1643         * event-top.c (command_handler): Use clear_quit_flag.
1644         (handle_sigint): Use set_quit_flag.
1645         (async_request_quit): Use check_quit_flag.  Don't check
1646         immediate_quit.
1647         * exceptions.c (throw_exception): Use clear_quit_flag.
1648         * main.c (captured_main): Use clear_quit_flag.
1649         * python/python.c (clear_quit_flag, set_quit_flag)
1650         (check_quit_flag): New functions.
1651         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1652         clear_quit_flag.
1653         * remote.c (remote_wait_as): Use check_quit_flag,
1654         clear_quit_flag.
1655         (remote_start_remote): Call QUIT.
1656         * symfile.c (load_progress): Use check_quit_flag.
1657         * top.c (command_loop): Use clear_quit_flag.
1658         (command_line_input): Call QUIT.
1659         * utils.c (quit_flag): Conditionally define.
1660         (clear_quit_flag, check_quit_flag, set_quit_flag): New
1661         functions.
1662         (prompt_for_continue): Call QUIT.  Use quit, not
1663         async_request_quit.
1664         * remote-mips.c (mips_expect_timeout): Call QUIT.
1665         * monitor.c (monitor_expect): Call QUIT.
1666
1667 2012-08-22  Tom Tromey  <tromey@redhat.com>
1668
1669         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1670         (async_init_signals): Update.
1671         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1672         (SIGWINCH_HANDLER_BODY): Remove.
1673
1674 2012-08-22  Tom Tromey  <tromey@redhat.com>
1675
1676         * jit.c (jit_object_close_impl): Don't malloc the objfile
1677         name.
1678         * objfiles.c (allocate_objfile): Don't malloc the objfile
1679         name.
1680         (free_objfile): Don't free the objfile name.
1681         * objfiles.h (struct objfile) <name>: Update comment.
1682         * symfile.c (reread_symbols): Fix reference counting.  Don't
1683         malloc objfile name.
1684
1685 2012-08-22  Tom Tromey  <tromey@redhat.com>
1686
1687         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1688         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1689         (symfile_bfd_open): Likewise.
1690         (generic_load): Likewise.
1691         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1692         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1693         gdb_bfd_open.
1694         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1695         Use gdb_bfd_open.
1696         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1697         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1698         (pmon_load_fast): Likewise.
1699         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1700         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1701         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1702         (macho_check_dsym): Likewise.
1703         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1704         (m32r_upload_command): Likewise.
1705         * gdb_bfd.h (gdb_bfd_cache): Declare.
1706         * gdb_bfd.c (struct gdb_bfd_data): New.
1707         (gdb_bfd_cache): New global.
1708         (struct gdb_bfd_cache_search): New.
1709         (hash_bfd): New function.
1710         (eq_bfd): Likewise.
1711         (gdb_bfd_open): Likewise.
1712         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1713         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
1714         gdb_bfd_data.
1715         * exec.c (exec_file_attach): Use gdb_bfd_open.
1716         * dsrec.c (load_srec): Use gdb_bfd_open.
1717
1718 2012-08-22  Tom Tromey  <tromey@redhat.com>
1719
1720         * dwarf2read.c (macro_start_file): Update.
1721         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1722         (free_objfile_per_bfd_storage): Destroy macro_cache.
1723         (allocate_objfile, free_objfile): Update.
1724         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1725         New field.
1726         (struct objfile) <macro_cache>: Remove.
1727         * symfile.c (reread_symbols): Update.
1728         * symmisc.c (print_symbol_bcache_statistics): Update.
1729         (print_objfile_statistics): Update.
1730
1731 2012-08-22  Tom Tromey  <tromey@redhat.com>
1732
1733         * elfread.c (elf_symtab_read): Update.
1734         * objfiles.c (objfiles_bfd_data): New global.
1735         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1736         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1737         (allocate_objfile, free_objfile): Update.
1738         (_initialize_objfiles): Initialize objfiles_bfd_data.
1739         * objfiles.h (struct objfile_per_bfd_storage): New.
1740         (struct objfile) <per_bfd>: New field.
1741         <filename_cache>: Remove.
1742         (set_objfile_per_bfd): Declare.
1743         * symfile.c (reread_symbols): Update.  Call
1744         set_objfile_per_bfd.
1745         (allocate_symtab): Update.
1746         * symmisc.c (print_symbol_bcache_statistics): Update.
1747         (print_objfile_statistics): Print the size of the BFD obstack.
1748
1749 2012-08-22  Tom Tromey  <tromey@redhat.com>
1750
1751         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
1752         * gdb_bfd.c: Use DEFINE_REGISTRY.
1753         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1754         (gdb_bfd_ref): Call bfd_alloc_data.
1755         (gdb_bfd_unref): Call bfd_free_data.
1756
1757 2012-08-22  Tom Tromey  <tromey@redhat.com>
1758
1759         * registry.h (struct registry_fields): New.
1760         (REGISTRY_FIELDS): Redefine.
1761         (REGISTRY_ACCESS_FIELD): New macro.
1762         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
1763         functions.
1764
1765 2012-08-22  Tom Tromey  <tromey@redhat.com>
1766
1767         * auto-load.c (_initialize_auto_load): Update.
1768         * solib-svr4.c (_initialize_svr4_solib): Update
1769         * solib-dsbt.c (_initialize_dsbt_solib): Update.
1770         * solib-darwin.c (_initialize_darwin_solib): Update.
1771         * registry.h: New file.
1772         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1773         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1774         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
1775         (register_program_space_data_with_cleanup)
1776         (register_program_space_data, program_space_alloc_data)
1777         (clear_program_space_data, set_program_space_data)
1778         (program_space_data): Don't declare.
1779         * progspace.c: Use DEFINE_REGISTRY.
1780         (struct program_space_data, struct
1781         program_space_data_registration, struct
1782         program_space_data_registry, program_space_data_registry)
1783         (register_program_space_data_with_cleanup)
1784         (register_program_space_data, program_space_alloc_data)
1785         (program_space_free_data, clear_program_space_data)
1786         (set_program_space_data, program_space_data): Remove.
1787         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
1788         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1789         (register_objfile_data_with_cleanup, register_objfile_data)
1790         (clear_objfile_data, set_objfile_data, objfile_data): Don't
1791         declare.
1792         * objfiles.c: Use DEFINE_REGISTRY.
1793         (struct objfile_data, struct objfile_data_registration, struct
1794         objfile_data_registry, objfile_data_registry)
1795         (register_objfile_data_with_cleanup, register_objfile_data)
1796         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1797         (set_objfile_data, objfile_data): Remove.
1798         (_initialize_objfiles): Update.
1799         * jit.c (_initialize_jit): Update.
1800         * inflow.c (_initialize_inflow): Update.
1801         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
1802         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1803         (register_inferior_data_with_cleanup, register_inferior_data)
1804         (clear_inferior_data, set_inferior_data, inferior_data): Don't
1805         declare.
1806         * inferior.c: Use DEFINE_REGISTRY.
1807         (struct inferior_data, struct inferior_data_registration, struct
1808         inferior_data_registry, inferior_data_registry)
1809         (register_inferior_data_with_cleanup, register_inferior_data)
1810         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
1811         (set_inferior_data, inferior_data): Remove.
1812         * auxv.c (_initialize_auxv): Update.
1813         * ada-lang.c (_initialize_ada_language): Update.
1814         * breakpoint.c (_initialize_breakpoint): Update.
1815         * i386-nat.c (i386_use_watchpoints): Update.
1816
1817 2012-08-22  Tom Tromey  <tromey@redhat.com>
1818
1819         * exec.c (exec_close, exec_file_attach): Update.
1820         (add_to_section_table): Initialize 'key' field.
1821         (add_target_sections, remove_target_sections): Add 'key' argument.
1822         * exec.h (add_target_sections, remove_target_sections): Add
1823         'key' argument.
1824         * solib.c (solib_map_sections, update_solib_list, clear_solib)
1825         (reload_shared_libraries_1): Update.
1826         * target.h (struct target_section) <key>: New field.
1827
1828 2012-08-22  Tom Tromey  <tromey@redhat.com>
1829
1830         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1831
1832 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1833
1834         * symfile.c (allocate_symtab): Use host_address_to_string
1835         function instead of cast of pointer to long which is not
1836         compatible with x86_64-w64-mingw32 build.
1837
1838 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1839
1840         * mips-tdep.c (is_octeon): New function.
1841         (is_octeon_bbit_op): New function.
1842         (mips32_next_pc): Handle Octeon's bbit instructions.
1843         (mips32_instruction_has_delay_slot): Likewise.
1844
1845 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1846
1847         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1848         before the function.
1849
1850 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1851
1852         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1853
1854 2012-08-19  Keith Seitz  <keiths@redhat.com>
1855
1856         PR c++/14365
1857         * c-typeprint.c (c_type_print_varspec_prefix): Pass
1858         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1859
1860 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
1861
1862         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1863         The typo broke "make TAGS".
1864
1865 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
1866
1867         GDB 7.5 released.
1868
1869 2012-08-17  Keith Seitz  <keiths@redhat.com>
1870
1871         PR c++/13356
1872         * gdbtypes.c (strict_type_checking): New variable.
1873         (show_strict_type_checking): New function.
1874         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1875         if strict type checking is disabled.
1876         (_initialize_gdbtypes): Add "check type" subcommand.
1877         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1878
1879 2012-08-17  Keith Seitz  <keiths@redhat.com>
1880
1881         * language.h (type_mode): Remove.
1882         (type_check): Remove.
1883         (struct language_defn): Remove la_type_check.
1884         (STRICT_TYPE): Remove unused macro.
1885         (type_error): Remove.
1886         * language.c (set_type_range_case): Renamed to ...
1887         (set_range_case): ... this.  Update all callers.
1888         Remove type_mode/type_check.
1889         (type_mode): Remove.
1890         (type_check): Remove.
1891         (show_type_command): Remove.
1892         (set_type_command): Remove.
1893         (language_info): Remove type checking output.
1894         (type_error): Remove unused function.
1895         (range_error): Update comment.
1896         (unknown_language_defn): Remove la_type_check.
1897         (auto_language_defn): Likewise.
1898         (local_language_defn): Likewise.
1899         (_initialize_language): Remove "check type" subcommand.
1900         * ada-lang.c (ada_language_defn): Remove la_type_check.
1901         * c-lang.c (c_language_defn): Likewise.
1902         (cplus_language_defn): Likewise.
1903         (asm_language_defn): Likewise.
1904         (minimal_language_defn): Likewise.
1905         * d-lang.c (d_language_defn): Likewise.
1906         * f-lang.c (f_language_defn): Likewise.
1907         * go-lang.c (go_language_defn): Likewise.
1908         * jv-lang.c (java_language_defn): Likewise.
1909         * m2-lang.c (m2_language_defn): Likewise.
1910         * objc-lang.c (objc_language_defn): Likewise.
1911         * opencl-lang.c (opencl_language_defn): Likewise.
1912         * p-lang.c (pascal_language_defn): Likewise.
1913
1914 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
1915
1916         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1917
1918 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1919
1920         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1921         New function.
1922         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1923         using the regache.  Use ia64_hpux_get_register_from_save_state_t
1924         to access the bsp and bspstore registers if not.
1925
1926 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1927
1928         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1929         * breakpoint.c (detach_breakpoints): Change pid parameter into
1930         a ptid.  Adjust code accordingly.
1931         * infrun.c (handle_inferior_event): Delete variable child_pid.
1932         Update call to detach_breakpoints to pass the child ptid for
1933         fork events.
1934         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1935         assert that inferior_ptid's lwp is zero.
1936         (linux_handle_extended_wait): Update call to detach_breakpoints.
1937         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1938         detach_breakpoints.
1939
1940 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1941
1942         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1943         parent, only call detach_breakpoints if tts.tts_event ==
1944         TTEVT_VFORK.
1945
1946 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1947
1948         * dwarf2-frame.c (dwarf2_frame_cache): Use
1949         get_frame_address_in_block instead of get_frame_pc as
1950         the bound for executing the frame's FDE.
1951
1952 2012-08-16  Yao Qi  <yao@codesourcery.com>
1953
1954         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1955         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1956         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1957         (c_type_print_varspec_suffix): Likewise.
1958         * eval.c (evaluate_subexp_standard): Likewise.
1959         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1960         (f_type_print_varspec_suffix): Likewise.
1961         * gdbtypes.c (is_scalar_type): Likewise.
1962         (recursive_dump_type): Likewise.
1963         * infcall.c (value_arg_coerce): Likewise.
1964         * m2-valprint.c (m2_val_print): Likewise.
1965         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1966         (pascal_type_print_varspec_suffix): Likewise.
1967         (pascal_type_print_base): Likewise.
1968         * p-valprint.c (pascal_val_print): Likewise.
1969         (pascal_val_print): Likewise.
1970         * valops.c (value_slice): Likewise.
1971         * valprint.c (scalar_type_p): Likewise.
1972         * valarith.c (value_bitstring_subscript): Remove.
1973         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1974         Remove comment on TYPE_CODE_BITSTRING.
1975
1976         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1977         TYPE_CODE_BITSTRING.
1978
1979         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1980         slot 0.
1981
1982 2012-08-16  Yao Qi  <yao@codesourcery.com>
1983
1984         * tracepoint.c (trace_find_none_command): Remove.
1985         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1986
1987 2012-08-16  Yao Qi  <yao@codesourcery.com>
1988
1989         * remote.c (handle_notification): Remove parameter 'length'.
1990         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1991
1992 2012-08-15  Keith Seitz  <keiths@redhat.com>
1993
1994         * gdbtypes.c (opaque_type_resolution): Make static.
1995         Add missing comment.
1996         (overload_debug): Add missing comment.
1997         (show_opaque_type_resolution): Likewise.
1998         (show_overload_debug): Likewise.
1999         (print_bit_vector): Remove unnecessary forward declaration.
2000         (print_arg_types): Likewise.
2001         (dump_fn_fieldlists): Likewise.
2002         (print_cplus_stuff): Likewise.
2003
2004 2012-08-15  Tom Tromey  <tromey@redhat.com>
2005
2006         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2007         (gdb_bfd_ref): Initialize new field.
2008         (gdb_bfd_unref): Unref the archive BFD.
2009         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2010         parent archive.
2011
2012 2012-08-15  Tom Tromey  <tromey@redhat.com>
2013
2014         PR python/14387:
2015         * python/py-bpevent.c (create_breakpoint_event_object): Update
2016         comment.
2017         * python/py-event.c (evpy_add_attribute): Update comment.
2018         * python/py-exitedevent.c (create_exited_event_object): Fix
2019         reference counting and error handling.
2020         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2021         Fix reference counting.
2022         * python/py-signalevent.c (create_signal_event_object): Fix
2023         reference counting and error handling.
2024         * python/py-stopevent.c (emit_stop_event): Fix reference
2025         counting.
2026         * python/py-threadevent.c (get_event_thread): Return a
2027         borrowed reference.
2028         * python/py-type.c (convert_field): Fix reference counting.
2029
2030 2012-08-15  Tom Tromey  <tromey@redhat.com>
2031
2032         * dwarf2read.c (dwarf_decode_macro_bytes)
2033         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2034         as hash key.
2035
2036 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2037
2038         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2039         stepi, nexti, finish, next, step, jump, and continue commands.
2040         * infrun.c (_initialize_infrun): Update help text for the handle
2041         command.
2042
2043 2012-08-14  Doug Evans  <dje@google.com>
2044
2045         * gdbtypes.c (struct extra): Delete, unused.
2046
2047         * gdbtypes.c: Whitespace cleanup.
2048         (address_space_name_to_int): Remove "extern" from definition.
2049         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2050
2051         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2052         TYPE_POINTER_TYPE (type).
2053
2054 2012-08-14  Gary Benson  <gbenson@redhat.com>
2055
2056         * solib-svr4.c (svr4_free_library_list): Use free_so.
2057
2058 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2059
2060         * .gitignore: Add go-exp.c.
2061
2062 2012-08-13  Doug Evans  <dje@google.com>
2063
2064         * value.c (show_convenience): Tweak comment.
2065         (_initialize_values): Mention convenience functions in the help text
2066         for "show convenience".
2067
2068 2012-08-13  Yao Qi  <yao@codesourcery.com>
2069
2070         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2071         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2072         TERNOP_SLICE_COUNT.
2073         * eval.c (evaluate_subexp_standard): Likewise.
2074         * expprint.c (print_subexp_standard): Likewise.
2075         (dump_subexp_body_standard): Likewise.
2076         * parse.c (operator_length_standard): Likewise.
2077
2078 2012-08-13  Yao Qi  <yao@codesourcery.com>
2079
2080         * std-operator.def: Remove OP_BITSTRING.
2081         * breakpoint.c (watchpoint_exp_is_const): Update.
2082         * eval.c (evaluate_subexp_standard): Remove handling to
2083         OP_BITSTRING.
2084         * expprint.c (print_subexp_standard): Likewise.
2085         (dump_subexp_body_standard): Likewise.
2086         * parse.c (operator_length_standard): Likewise.
2087         * valops.c (value_bitstring): Remove.
2088         * value.h: Remove the declaration of 'value_bitstring'.
2089
2090 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2091
2092         * linespec.c (find_methods): Remove unused variables `i1' and
2093         `name_len'.
2094         (decode_line_full): Likewise for `arg_start'.
2095
2096 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2097
2098         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2099         (zlib_decompress_section): Likewise for `section_data'.
2100         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2101
2102 2012-08-10  Doug Evans  <dje@google.com>
2103
2104         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2105         * NEWS: Document them.
2106         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2107         function/strfns.py.
2108         * python/py-type.c (typy_array_1): New function.
2109         (typy_array): Call it.
2110         (typy_vector): New function.
2111         (type_object_methods): Add "vector".
2112         * python/lib/gdb/function/__init__.py: New file.
2113         * python/lib/gdb/function/strfns.py: New file.
2114
2115 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2116
2117         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2118         for TYPE_FIELD_BITPOS.
2119         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2120
2121 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2122
2123         PR cli/10436:
2124         * common/vec.h (VEC_merge): Define.
2125         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2126         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2127         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2128         * completer.c: Include gdb_signals.h.
2129         (signal_completer): Define.
2130         * completer.h (signal_completer): Add prototype.
2131         * infcmd.c (_initialize_infcmd): Assign the command
2132         completer for "signal" to handle_completer.
2133         * infrun.c: Include completer.h.
2134         (handle_completer): Define.
2135         (_initialize_infrun): Declare a new local variable c.  Store the
2136         result of add_com("handle") to it.  Assign the command
2137         completer for "handle" to handle_completer.
2138
2139 2012-08-09  Yao Qi  <yao@codesourcery.com>
2140
2141         * cli/cli-decode.c (set_cmd_prefix): New.
2142         (lookup_cmd_for_prefixlist): New.
2143         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2144         of each cmd_list_element in *prefixlist.
2145         (add_setshow_cmd_full): set_cmd_prefix.
2146         (add_alias_cmd): Likewise.
2147         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2148         Declare 'auto_boolean_enums'.
2149         * cli/cli-setshow.c: Include "observer.h".
2150         (notify_command_param_changed_p): New.
2151         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2152         Remove 'static'.
2153         (do_setshow_command): Split it to ...
2154         (do_set_command, do_show_command): ... them.  New.
2155         (do_set_command): Call observer_notify_command_param_changed if
2156         notify_command_param_changed_p returns true.
2157         (cmd_show_list): Caller update.
2158         * auto-load.c (set_auto_load_cmd): Likewise.
2159         * remote.c (show_remote_cmd): Likewise.
2160         * cli/cli-setshow.h: Update declarations.
2161         * top.c (execute_command): Call do_set_command and do_show_command.
2162
2163         * NEWS: Mention new MI notification.
2164         * mi/mi-interp.c: Declare mi_command_param_changed.
2165         (mi_interpreter_init): Attach mi_command_param_changed to
2166         observer command_param_changed.
2167         (mi_command_param_changed): New.
2168         Remove mi_suppress_breakpoint_notifications.
2169         Define global variable mi_suppress_notification.
2170         (mi_breakpoint_created): Update.
2171         (mi_breakpoint_deleted): Likewise.
2172         (mi_breakpoint_modified): Likewise.
2173         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2174         'gdb-set' and set mi_suppress_notification.
2175         * mi/mi-main.h: (mi_suppress_notification): New struct.
2176
2177 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2178             Jan Kratochvil  <jan.kratochvil@redhat.com>
2179
2180         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2181
2182 2012-08-09  Yao Qi  <yao@codesourcery.com>
2183
2184         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2185         (skiplist): Move it to skip.c.
2186         (init_cmd_lists): Remove code setting enablebreaklist and
2187         skiplist to NULL.
2188         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2189         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2190         skiplist.
2191         * gdbcmd.h: Likewise.
2192         * skip.c (_initialize_step_skip): Move 'skiplist' from
2193         cli/cli-cmds.c.
2194
2195 2012-08-09  Yao Qi  <yao@codesourcery.com>
2196
2197         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2198         * gnu-nat.c, symfile.c: Likewise.
2199
2200 2012-08-08  Aaron Gamble  <agamble@google.com>
2201
2202         * utils.c (prompt_for_continue_wait_time): New static global.
2203         (make_command_stats_cleanup): Initialize it.
2204         (report_command_stats): Subtract time waiting for user.
2205         (prompt_for_continue): Track time waiting for user.
2206         (defaulted_query): Track time waiting for user.
2207
2208 2012-08-08  Doug Evans  <dje@google.com>
2209
2210         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2211         UNOP_MEMVAL_TYPE.
2212         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2213         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2214         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2215         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2216         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2217         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2218         elt.
2219         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2220         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2221         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2222         (dump_prefix_expression): Handle OP_TYPE.
2223
2224 2012-08-08  Keith Seitz  <keiths@redhat.com>
2225
2226         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2227         addr_start.
2228
2229 2012-08-08  Doug Evans  <dje@google.com>
2230
2231         * linux-thread-db.c: #include "gdb_vecs.h".
2232         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2233         updated.
2234         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2235         (thread_db_load_search): Use a vector to iterate over path elements.
2236         Handle text appearing after "$pdir".
2237
2238         * gdb_string.h: Moved to ...
2239         * common/gdb_string.h: ... here.
2240         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2241         gdb_string.h and gdb_assert.h.
2242
2243 2012-08-08  Yao Qi  <yao@codesourcery.com>
2244
2245         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2246         (tic6x_value_to_register): Likewise.
2247         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2248         and set_gdbarch_value_to_register.
2249
2250 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2251             Jean-Marc Saffroy  <saffroy@gmail.com>
2252
2253         PR 11804
2254         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2255         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2256         * gcore.c (gcore_create_callback): New function comment.  Add modified
2257         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2258         according to MODIFIED.
2259         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2260         the passed modified value to FUNC.
2261         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2262         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2263         first.  New variables modified and has_anonymous.  Parse the lines of
2264         smaps file.  Add the passed MODIFIED value to FUNC.
2265         * procfs.c (find_memory_regions_callback): Add the passed modified
2266         value.
2267
2268 2012-08-06  Tom Tromey  <tromey@redhat.com>
2269
2270         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2271         (dwarf2_frame_cache): Use it.
2272         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2273         cache initialization constraint.
2274
2275 2012-08-06  Tom Tromey  <tromey@redhat.com>
2276
2277         PR python/14386:
2278         * varobj.c (update_dynamic_varobj_children): Don't call
2279         PyIter_Check.
2280
2281 2012-08-06  Tom Tromey  <tromey@redhat.com>
2282
2283         PR cli/14392:
2284         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2285
2286 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2287
2288         * NEWS: New entry for 'cd' default parameters.
2289         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2290
2291 2012-08-03  Tom Tromey  <tromey@redhat.com>
2292
2293         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2294         return.
2295
2296 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2297
2298         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2299         to attempting lseek/write.
2300         (inf_child_fileio_pread): Likewise for pread.
2301
2302 2012-08-02  Yao Qi  <yao@codesourcery.com>
2303
2304         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2305         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2306         add_setshow_zinteger_cmd.
2307         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2308         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2309         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2310         instead of add_setshow_zinteger_cmd.
2311         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2312         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2313         instead of add_setshow_zinteger_cmd.
2314         * frame.c (frame_debug): Add 'unsigned'.
2315         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2316         add_setshow_zinteger_cmd.
2317         * frame.h: Update the declaration of 'frame_debug'.
2318         * gdbtypes.c (overload_debug): Add 'unsigned'.
2319         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2320         add_setshow_zinteger_cmd.
2321         * inferior.h: Update declaration of 'debug_infrun'.
2322         * infrun.c (debug_infrun): Add 'unsigned'.
2323         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2324         add_setshow_zinteger_cmd.
2325         * jit.c (jit_debug): Add 'unsigned'.
2326         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2327         add_setshow_zinteger_cmd.
2328         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2329         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2330         instead of add_setshow_zinteger_cmd.
2331         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2332         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2333         add_setshow_zinteger_cmd.
2334         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2335         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2336         instead of add_setshow_zinteger_cmd.
2337         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2338         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2339         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2340         intead of add_setshow_zinteger_cmd.
2341         * mips-tdep.c (mips_debug): Add 'unsigned'.
2342         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2343         instead of add_setshow_zinteger_cmd.
2344         * monitor.c (monitor_debug): Add 'unsigned'.
2345         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2346         add_setshow_zinteger_cmd.
2347         * observer.c (observer_debug): Add 'unsigned'.
2348         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2349         add_setshow_zinteger_cmd.
2350         * parse.c (expressiondebug): Add 'unsigned'.
2351         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2352         add_setshow_zinteger_cmd.
2353         * record.c (record_debug): Add 'unsigned'.
2354         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2355         add_setshow_zinteger_cmd.
2356         * record.h: Update the declaration of 'record_debug'.
2357         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2358         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2359         add_setshow_zinteger_cmd.
2360         * serial.c (global_serial_debug_p): Add 'unsigned'.
2361         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2362         add_setshow_zinteger_cmd.
2363         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2364         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2365         add_setshow_zinteger_cmd.
2366         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2367         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2368         add_setshow_zinteger_cmd.
2369         * target.c (targetdebug): Add 'unsigned'.
2370         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2371         add_setshow_zinteger_cmd.
2372         * valops.c (overload_debug): Add 'unsigned'.
2373         * varobj.c (varobjdebug): Add 'unsigned'.
2374         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2375         add_setshow_zinteger_cmd.
2376         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2377         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2378         instead of add_setshow_zinteger_cmd.
2379
2380         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2381         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2382         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2383         instead of add_setshow_zinteger_cmd.
2384         * gdbarch.c, gdbarch.h: Re-generated.
2385
2386 2012-08-02  Yao Qi  <yao@codesourcery.com>
2387
2388         * nto-tdep.c: Don't include cli/cli-decode.h and
2389         cli/cli-cmds.h.
2390         (_initialize_nto_tdep): Remove.
2391         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2392         Remove field.
2393         Remove macro nto_internal_debugging.
2394
2395 2012-08-01  Richard Henderson  <rth@redhat.com>
2396
2397         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2398         (mep-*-*) [gdb_target_obs]: Likewise.
2399
2400 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2401
2402         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2403         linux_get_siginfo_type.
2404
2405 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2406
2407         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2408         AT_ENTRY_POINT.
2409         (call_function_by_hand) <ON_STACK>: Call write_memory with
2410         gdbarch_breakpoint_from_pc, if possible.
2411         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2412         here.
2413
2414 2012-07-31  Yao Qi  <yao@codesourcery.com>
2415
2416         * tracepoint.c: Add 'static' for some variables.
2417
2418 2012-07-31  Yao Qi  <yao@codesourcery.com>
2419
2420         * go32-nat.c: Declare _initialize_go32_nat.
2421         * ser-go32.c: Declare _initialize_ser_dos.
2422         * top.c (do_chdir_cleanup): Add 'static'.
2423
2424 2012-07-30  Keith Seitz  <keiths@redhat.com>
2425
2426         * linespec.c (linespec_lex_number): A number followed
2427         by quotes is a valid number, too.
2428
2429 2012-07-30  Tom Tromey  <tromey@redhat.com>
2430
2431         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2432
2433 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2434
2435         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2436         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2437
2438 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2439
2440         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2441         invalid or reevaluated to prevent prevent references to possibly
2442         delete'd type objects being left in the varobj.
2443
2444 2012-07-27  Tom Tromey  <tromey@redhat.com>
2445             Jan Kratochvil  <jan.kratochvil@redhat.com>
2446
2447         * copying.awk: Print buffer-read-only and vi ro markers.
2448         * copying.c: Rebuild.
2449         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2450         * gdbarch.c, gdbarch.h: Rebuild.
2451         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2452         buffer-read-only and vi ro markers.
2453         * features/arm-with-iwmmxt.c: Rebuild.
2454         * features/arm-with-m-fpa-layout.c: Rebuild.
2455         * features/arm-with-m-vfp-d16.c: Rebuild.
2456         * features/arm-with-m.c: Rebuild.
2457         * features/arm-with-neon.c: Rebuild.
2458         * features/arm-with-vfpv2.c: Rebuild.
2459         * features/arm-with-vfpv3.c: Rebuild.
2460         * features/i386/amd64-avx-linux.c: Rebuild.
2461         * features/i386/amd64-avx.c: Rebuild.
2462         * features/i386/amd64-linux.c: Rebuild.
2463         * features/i386/amd64.c: Rebuild.
2464         * features/i386/i386-avx-linux.c: Rebuild.
2465         * features/i386/i386-avx.c: Rebuild.
2466         * features/i386/i386-linux.c: Rebuild.
2467         * features/i386/i386-mmx-linux.c: Rebuild.
2468         * features/i386/i386-mmx.c: Rebuild.
2469         * features/i386/i386.c: Rebuild.
2470         * features/i386/x32-avx-linux.c: Rebuild.
2471         * features/i386/x32-avx.c: Rebuild.
2472         * features/i386/x32-linux.c: Rebuild.
2473         * features/i386/x32.c: Rebuild.
2474         * features/mips-dsp-linux.c: Rebuild.
2475         * features/mips-linux.c: Rebuild.
2476         * features/mips64-dsp-linux.c: Rebuild.
2477         * features/mips64-linux.c: Rebuild.
2478         * features/rs6000/powerpc-32.c: Rebuild.
2479         * features/rs6000/powerpc-32l.c: Rebuild.
2480         * features/rs6000/powerpc-403.c: Rebuild.
2481         * features/rs6000/powerpc-403gc.c: Rebuild.
2482         * features/rs6000/powerpc-405.c: Rebuild.
2483         * features/rs6000/powerpc-505.c: Rebuild.
2484         * features/rs6000/powerpc-601.c: Rebuild.
2485         * features/rs6000/powerpc-602.c: Rebuild.
2486         * features/rs6000/powerpc-603.c: Rebuild.
2487         * features/rs6000/powerpc-604.c: Rebuild.
2488         * features/rs6000/powerpc-64.c: Rebuild.
2489         * features/rs6000/powerpc-64l.c: Rebuild.
2490         * features/rs6000/powerpc-7400.c: Rebuild.
2491         * features/rs6000/powerpc-750.c: Rebuild.
2492         * features/rs6000/powerpc-860.c: Rebuild.
2493         * features/rs6000/powerpc-altivec32.c: Rebuild.
2494         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2495         * features/rs6000/powerpc-altivec64.c: Rebuild.
2496         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2497         * features/rs6000/powerpc-cell32l.c: Rebuild.
2498         * features/rs6000/powerpc-cell64l.c: Rebuild.
2499         * features/rs6000/powerpc-e500.c: Rebuild.
2500         * features/rs6000/powerpc-e500l.c: Rebuild.
2501         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2502         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2503         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2504         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2505         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2506         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2507         * features/rs6000/powerpc-vsx32.c: Rebuild.
2508         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2509         * features/rs6000/powerpc-vsx64.c: Rebuild.
2510         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2511         * features/rs6000/rs6000.c: Rebuild.
2512         * features/s390-linux32.c: Rebuild.
2513         * features/s390-linux32v1.c: Rebuild.
2514         * features/s390-linux32v2.c: Rebuild.
2515         * features/s390-linux64.c: Rebuild.
2516         * features/s390-linux64v1.c: Rebuild.
2517         * features/s390-linux64v2.c: Rebuild.
2518         * features/s390x-linux64.c: Rebuild.
2519         * features/s390x-linux64v1.c: Rebuild.
2520         * features/s390x-linux64v2.c: Rebuild.
2521         * features/tic6x-c62x-linux.c: Rebuild.
2522         * features/tic6x-c62x.c: Rebuild.
2523         * features/tic6x-c64x-linux.c: Rebuild.
2524         * features/tic6x-c64x.c: Rebuild.
2525         * features/tic6x-c64xp-linux.c: Rebuild.
2526         * features/tic6x-c64xp.c: Rebuild.
2527
2528 2012-07-27  Tom Tromey  <tromey@redhat.com>
2529
2530         * c-exp.y (classify_name): Avoid assignment in condition.
2531
2532 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2533
2534         * amd64-windows-tdep.c: Include "frame.h".
2535         (amd64_windows_skip_trampoline_code): New function.
2536         (amd64_windows_init_abi): Add trampoline registration.
2537
2538 2012-07-27  Yao Qi  <yao@codesourcery.com>
2539
2540         * tracepoint.c (cur_traceframe_number): Remove.
2541         (set_tfile_traceframe): Remove.
2542         (tfile_trace_find, tfile_fetch_registers): Update callers.
2543         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2544         (tfile_open, tfile_trace_find): Likewise.
2545
2546 2012-07-27  Yao Qi  <yao@codesourcery.com>
2547
2548         * thread.c (switch_to_thread): Don't call registers_changed.
2549
2550 2012-07-26  Tom Tromey  <tromey@redhat.com>
2551
2552         * Makefile.in (SFILES): Remove objc-exp.y.
2553         (YYFILES): Remove objc-exp.c.
2554         (YYOBJ): Remove objc-exp.o.
2555         (local-maintainer-clean): Don't mention objc-exp.c.
2556         * c-exp.y: Include objc-lang.h.
2557         (%union) <class>: New field.
2558         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2559         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2560         Objective C productions.
2561         (msglist, msgarglist, msgarg): New productions.
2562         (array_mod, func_mod, operator): Clone productions for
2563         OBJC_LBRAC.
2564         (parse_string_or_char): Handle '@' strings.
2565         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2566         (classify_name): Check la_name_of_this.  Recognize ObjC class
2567         names.
2568         * objc-exp.y: Remove.
2569         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2570         * objc-lang.h (objc_parse, objc_error): Don't declare.
2571
2572 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2573
2574         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2575
2576 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2577
2578         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2579         and decrement.
2580
2581 2012-07-26  Tom Tromey  <tromey@redhat.com>
2582
2583         * copying.c: Rebuild.
2584         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2585         'no_class'.
2586
2587 2012-07-26  Tom Tromey  <tromey@redhat.com>
2588
2589         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2590         immediate_quit.
2591         (print_objfile_statistics): Likewise.
2592         (maintenance_print_symbols): Likewise.
2593         (maintenance_print_msymbols): Likewise.
2594         (maintenance_print_objfiles): Likewise.
2595         * psymtab.c (print_partial_symbols): Call QUIT.
2596         (maintenance_print_psymbols): Likewise.  Don't modify
2597         immediate_quit.
2598         * copying.c (show_copying_command): Don't modify immediate_quit.
2599         (show_warranty_command): Likewise.
2600         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2601
2602 2012-07-26  Keith Seitz  <keiths@redhat.com>
2603
2604         * linespec.c (linespec_lexer_lex_number): The input
2605         is also a valid number if the next character is a comma
2606         or colon.
2607
2608 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
2609
2610         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2611         configure options.
2612
2613 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2614
2615         * machoread.c: Include gdb_bfd.h.
2616
2617 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2618
2619         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2620         offset.
2621
2622 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2623
2624         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2625         SIZE to size_t.
2626         (dwarf2_evaluate_loc_desc): Likewise.
2627         (dwarf2_loc_desc_needs_frame): Likewise.
2628         (locexpr_describe_location_1): Likewise.
2629         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2630         size_t.
2631         (struct dwarf2_loclist_baton): Likewise.
2632         * dwarf2read.c (struct dwarf_block): Likewise.
2633         (dump_die_shallow): Use pulongest to print dwarf_block.size.
2634         (decode_locdesc): Expand SIZE and I to size_t.
2635
2636 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2637
2638         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2639
2640 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2641
2642         * doublest.c (convert_doublest_to_floatformat): If the exponent
2643         is too small, treat the value as zero.  If the exponent is too
2644         large, treat the value as infinity.
2645
2646 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2647
2648         * configure.ac: Add --enable-lmcheck configure option.
2649         * configure: Regenerate.
2650
2651 2012-07-25  Tom Tromey  <tromey@redhat.com>
2652
2653         * NEWS: Mention maint info bfds.
2654         * gdb_bfd.c (all_bfds): New global.
2655         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2656         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2657         New functions.
2658
2659 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
2660
2661         * configure.tgt: Add v850*-*-rtems*.
2662
2663 2012-07-25  Tom Tromey  <tromey@redhat.com>
2664
2665         * macrotab.c (macro_bcache_str): Remove cast.
2666
2667 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
2668
2669         * linespec.c (linespec_lexer_lex_number): Update comments,
2670         change the return and add check to make sure the input is
2671         the decimal numbers.
2672         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2673         false, call linespec_lexer_lex_string.
2674
2675 2012-07-24  Tom Tromey  <tromey@redhat.com>
2676
2677         * symfile.c (symbol_file_add): Don't open BFD twice.
2678
2679 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
2680
2681         * breakpoint.c (create_breakpoint): Store condition for pending
2682         breakpoints.
2683
2684 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2685
2686         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2687         (m68k_return_value): Handle complex types like structures.
2688         (m68k_svr4_return_value): Likewise.
2689
2690 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2691
2692         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2693         parameters to bfd_get_section_name.
2694
2695 2012-07-24  Yao Qi  <yao@codesourcery.com>
2696
2697         * cli/cli-setshow.c: Handle case 'var_uinteger'
2698         and 'var_zuninteger' together.  Handle case 'var_integer' and
2699         'var_zinteger' together.
2700
2701 2012-07-23  Keith Seitz  <keiths@redhat.com>
2702
2703         * linespec.c (convert_linespec_to_sal): Don't add
2704         any symbols to the result vector if symbol_to_sal
2705         returns zero.
2706
2707 2012-07-23  Keith Seitz  <keiths@redhat.com>
2708
2709         * linespec.c (decode_objc): Record the function name
2710         in the linespec.
2711
2712 2012-07-23  Tom Tromey  <tromey@redhat.com>
2713
2714         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
2715         counting.
2716         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2717         (map_vmap): Acquire a reference to the BFD.
2718
2719 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
2720
2721         * p-valprint.c (pascal_object_print_value): Replace potentially
2722         unsafe alloca with xmalloc/xfree.
2723         * valops.c (search_struct_method): Likewise.
2724
2725 2012-07-23  Tom Tromey  <tromey@redhat.com>
2726
2727         * solib-svr4.c (enable_break): Update.
2728         * bfd-target.h (target_bfd_reopen): Update documentation.
2729
2730 2012-07-23  Tom Tromey  <tromey@redhat.com>
2731
2732         * symfile.c (separate_debug_file_exists): Update.
2733         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2734         (reread_symbols): Update.
2735         * elfread.c (build_id_verify): Update.
2736         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2737         bfd_open_maybe_remote.
2738
2739 2012-07-23  Tom Tromey  <tromey@redhat.com>
2740
2741         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2742
2743 2012-07-23  Tom Tromey  <tromey@redhat.com>
2744
2745         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2746         and 'abfd'.
2747         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2748         and 'abfd'.
2749         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2750         * machoread.c (macho_add_oso_symfile): Make a cleanup for
2751         'abfd'.
2752         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2753         * objfiles.c (allocate_objfile): Acquire a new reference.
2754         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2755         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2756         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2757         a cleanup for 'nbfd'.
2758         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2759         for 'nbfd'.
2760         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2761         make a cleanup for 'abfd'.
2762         (symbol_file_add): Make a BFD cleanup.
2763
2764 2012-07-23  Tom Tromey  <tromey@redhat.com>
2765
2766         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2767         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2768         * corelow.c (core_open): Use gdb_bfd_fopen.
2769         * dsrec.c (load_srec): Use gdb_bfd_openr.
2770         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2771         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2772         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2773         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2774         (gdb_bfd_fdopenr): New functions.
2775         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2776         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2777         (gdb_bfd_fdopenr): Declare.
2778         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2779         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2780         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2781         gdb_bfd_openr_next_archived_file.
2782         (macho_check_dsym): Use gdb_bfd_openr.
2783         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2784         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2785         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2786         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2787         gdb_bfd_openr.
2788         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2789         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2790         gdb_bfd_openr_next_archived_file.
2791         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2792         Use gdb_bfd_openr.
2793         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2794         gdb_bfd_openr.
2795         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2796         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2797         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2798         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2799         (symfile_bfd_open): Use gdb_bfd_fopen.
2800         (generic_load): Use gdb_bfd_openr.
2801         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2802
2803 2012-07-23  Tom Tromey  <tromey@redhat.com>
2804
2805         * bfd-target.c (target_bfd_reopen): Update.
2806         * cli/cli-dump.c (bfd_openr_with_cleanup)
2807         (bfd_openw_with_cleanup): Update.
2808         * corelow.c (core_open): Update.
2809         * dsrec.c (load_srec): Update.
2810         * exec.c (exec_file_attach): Update.
2811         * gcore.c (create_gcore_bfd): Update.
2812         * gdb_bfd.c (gdb_bfd_ref): Return void.
2813         (gdb_bfd_open): Update.
2814         * gdb_bfd.h (gdb_bfd_ref): Return void.
2815         Update comments.
2816         * jit.c (jit_bfd_try_read_symtab): Update.
2817         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2818         * machoread.c (macho_symfile_read_all_oso): Update.
2819         (macho_check_dsym): Update.
2820         * procfs.c (insert_dbx_link_bpt_in_file): Update.
2821         * remote-m32r-sdi.c (m32r_load): Update.
2822         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2823         * rs6000-nat.c (add_vmap): Update.
2824         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2825         Update.
2826         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2827         * solib-spu.c (spu_bfd_open): Update.
2828         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2829         * spu-linux-nat.c (spu_bfd_open): Update.
2830         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2831         (generic_load): Update.
2832         * windows-nat.c (windows_make_so): Update.
2833
2834 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2835
2836         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2837
2838 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
2839
2840         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2841         SIGTRAMP_FRAME unwinding.
2842
2843 2012-07-20  Doug Evans  <dje@google.com>
2844
2845         * NEWS: Document new options "set/show use-deprecated-index-sections",
2846         and delete reference to --use-deprecated-index-sections.
2847         * symfile.h (use_deprecated_index_sections): Delete.
2848         * dwarf2read.c (use_deprecated_index_sections): Make static.
2849         (read_index_from_section): Update wording of how to load
2850         deprecated index sections.
2851         (_initialize_dwarf2_read): New options
2852         "set/show use-deprecated-index-sections".
2853         * main.c (captured_main): Delete --use-deprecated-index-sections.
2854
2855 2012-07-20  Pedro Alves  <palves@redhat.com>
2856
2857         PR threads/11692
2858         PR gdb/12203
2859
2860         * infrun.c (handle_inferior_event) <new thread>: Don't special
2861         case minus_one_ptid.
2862         <TARGET_WAITKIND_SPURIOUS>: Ditto.
2863         * linux-thread-db.c (thread_get_info_callback): Don't return early
2864         if the thread is zombie.
2865         (thread_from_lwp): Change return type to void.  Rewrite stale
2866         comment.
2867         (attach_thread): Don't return early if the thread is zombie,
2868         instead set its "dying" flag.
2869         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2870         (find_new_threads_callback): Don't return early if the thread is
2871         zombie.
2872
2873 2012-07-20  Pedro Alves  <palves@redhat.com>
2874
2875         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2876         * target.c (target_wait): Likewise.
2877         (str_comma_list_concat_elem, do_option, target_options_to_string):
2878         New functions.
2879         * target.h (target_options_to_string): Declare.
2880
2881 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
2882             Tom Tromey  <tromey@redhat.com>
2883
2884         * dwarf2read.c (dwarf_decode_macros)
2885         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2886         DW_MACRO_GNU_transparent_include_alt>: New cases.
2887         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2888         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2889
2890 2012-07-20  Tom Tromey  <tromey@redhat.com>
2891
2892         * dwarf2read.c (try_open_dwo_file): Don't call
2893         gdb_bfd_stash_filename.
2894
2895 2012-07-20  Pedro Alves  <palves@redhat.com>
2896
2897         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2898         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2899         (i386_process_record): Tweak description comments.
2900
2901 2012-07-20  Pedro Alves  <palves@redhat.com>
2902
2903         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2904         (i386_process_record): Use record_read_memory.
2905         * record.c (record_read_memory): New function.
2906         (record_arch_list_add_mem, record_exec_insn): Use
2907         record_read_memory.
2908         * record.h (record_read_memory): Declare.
2909
2910 2012-07-20  Yao Qi  <yao@codesourcery.com>
2911
2912         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2913         NULL for xfree.
2914
2915 2012-07-19  Pedro Alves  <palves@redhat.com>
2916
2917         * record.c (record_resume): Ask the target beneath to report all
2918         signals.
2919
2920 2012-07-19  Doug Evans  <dje@google.com>
2921
2922         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2923         there's no section at address zero.
2924         (dwarf2_record_block_ranges): Ditto.
2925
2926 2012-07-19  Yao Qi  <yao@codesourcery.com>
2927
2928         * command.h, remote.c: Fix a typo in comment.
2929
2930 2012-07-19  Tom Tromey  <tromey@redhat.com>
2931
2932         PR exp/13206:
2933         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2934         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2935         OP_DECLTYPE>: New cases.
2936         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2937         (type_exp): Add new productions.
2938         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2939         and decltype.
2940         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2941         New case.
2942         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2943         OP_DECLTYPE>: New case.
2944         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2945         New case.
2946         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2947         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2948
2949 2012-07-19  Tom Tromey  <tromey@redhat.com>
2950
2951         * c-exp.y (enum token_flags): New.
2952         (struct token) <cxx_only>: Remove.
2953         <flags>: New field.
2954         (tokentab3, tokentab2, ident_tokens): Update.
2955         (lex_one_token): Update.  Handle FLAG_SHADOW.
2956
2957 2012-07-19  Tom Tromey  <tromey@redhat.com>
2958
2959         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2960         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2961         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2962         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
2963         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
2964         type_exp production where appropriate.
2965         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2966         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2967         <UNOP_MEMVAL_TYPE>: New case.
2968         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2969         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2970         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2971         <UNOP_MEMVAL_TYPE>: New case.
2972         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2973         UNOP_REINTERPRET_CAST>: Update.
2974         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2975         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2976         UNOP_REINTERPRET_CAST>: Update.
2977         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2978         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2979         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2980         constants.
2981
2982 2012-07-19  Yao Qi  <yao@codesourcery.com>
2983             Jan Kratochvil <jan.kratochvil@redhat.com>
2984
2985         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2986         and case 'var_optional_filename' together.
2987         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2988         instead of add_setshow_optional_filename_cmd for setshow command
2989         'args'.  Set completer for 'set args'.
2990
2991 2012-07-18  Doug Evans  <dje@google.com>
2992
2993         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2994         * common/gdb_vecs.c: New file, contents from utils.c.
2995         * common/host-defs.h: New file, contents from defs.h.
2996         * utils.h: New file, contents from defs.h.
2997         * defs.h: Move all declarations of objects defined in utils.c
2998         to utils.h (except QUIT() and related).
2999         #include "utils.h", "host-defs.h".
3000         * probe.h (probe_p): Move here from gdb_vecs.h.
3001         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3002         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3003         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3004         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3005         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3006         (COMMON_OBS): Add gdb_vecs.o.
3007         (gdb_vecs.o): New rule.
3008
3009 2012-07-18  Keith Seitz  <keiths@redhat.com>
3010
3011         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3012         parameter.  If non-zero, use SYMNAME as the canonical name
3013         for the SaL.
3014         Update all callers.
3015         (convert_linespec_to_sals): Use add_sal_to_sals for
3016         expressions, too.
3017         (decode_line_full): No need to "fill in missing canonical names"
3018         anymore. Simply make cleanups for the allocated names.
3019
3020 2012-07-18  Keith Seitz  <keiths@redhat.com>
3021
3022         * linespec.c (struct linespec): Constify expression,
3023         source_filename, function_name, and label_name.
3024         (symbol_not_found_error): Make all parameters const.
3025         (linespec_parser_delete): No need to check for NULL
3026         when using xfree. Cast const char * to char * for xfree.
3027
3028 2012-07-18  Keith Seitz  <keiths@redhat.com>
3029
3030         * breakpoint.c (invalid_thread_id_error): New function.
3031         (find_condition_and_thread): Use invalid_thread_id_error.
3032         (watch_command_1): Likewise.
3033
3034 2012-07-18  Tom Tromey  <tromey@redhat.com>
3035
3036         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3037         * contrib/cc-with-tweaks.sh: New file.
3038
3039 2012-07-18  Tom Tromey  <tromey@redhat.com>
3040
3041         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3042         (locate_dwz_sections): Recognize .gdb_index.
3043         (create_cus_from_index_list): New function.
3044         (create_cus_from_index): Use it.  Handle .dwz data.
3045         (read_index_from_section): New function, extracted from
3046         dwarf2_read_index.
3047         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3048         if needed.
3049
3050 2012-07-18  Tom Tromey  <tromey@redhat.com>
3051
3052         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3053         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3054         <is_dwz>: New field.
3055         (struct dwz_file): New.
3056         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3057         (locate_dwz_sections, dwarf2_get_dwz_file)
3058         (get_abbrev_section_for_cu): New functions.
3059         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3060         (read_and_check_type_unit_head): Add abbrev_section argument.
3061         (create_debug_types_hash_table): Update.
3062         (init_cutu_and_read_dies): Use proper abbrev section.
3063         (init_cutu_and_read_dies_no_follow): Likewise.
3064         (set_partial_user): Do nothing if PST==NULL.
3065         (read_comp_units_from_section): New function.
3066         (create_all_comp_units): Use it.
3067         (scan_partial_symbols, partial_die_parent_scope): Update.
3068         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3069         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3070         (find_partial_die): Add offset_in_dwz argument.  Update.
3071         (guess_partial_die_structure_name, fixup_partial_die): Update.
3072         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3073         DW_FORM_GNU_strp_alt.
3074         (read_indirect_string_from_dwz): New function.
3075         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3076         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3077         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3078         (follow_die_offset): Add offset_in_dwz argument.
3079         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3080         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3081         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3082         Handle new macro forms.
3083         (dwarf_decode_macros): Update.
3084         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3085         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3086         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3087         (create_debug_types_hash_table): Use correct abbrev section.
3088         (get_debug_line_section): New function.
3089         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3090         (process_full_comp_unit): Pass 'required' argument to
3091         end_symtab_get_static_block.
3092         * buildsym.h (end_symtab_get_static_block): Update.
3093         * buildsym.c (end_symtab_get_static_block): Add 'required'
3094         argument.
3095         (end_symtab, end_expandable_symtab): Update.
3096
3097 2012-07-18  Tom Tromey  <tromey@redhat.com>
3098
3099         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3100         (pagesize): Remove.
3101         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3102         (zlib_decompress_section): Remove.
3103         (dwarf2_read_section): Use gdb_bfd_map_section.
3104         (munmap_section_buffer): Remove.
3105         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3106         munmap_section_buffer.
3107         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3108         (struct gdb_bfd_section_data): New.
3109         (free_one_bfd_section): New function.
3110         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3111         (get_section_descriptor, zlib_decompress_section)
3112         (gdb_bfd_map_section): New functions.
3113         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3114
3115 2012-07-18  Tom Tromey  <tromey@redhat.com>
3116
3117         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3118
3119 2012-07-18  Tom Tromey  <tromey@redhat.com>
3120
3121         * gdb_bfd.c (struct gdb_bfd_data): New.
3122         (gdb_bfd_cache): New global.
3123         (struct gdb_bfd_cache_search): New.
3124         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3125         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3126         * gdb_bfd.h (gdb_bfd_open): Declare.
3127
3128 2012-07-18  Tom Tromey  <tromey@redhat.com>
3129
3130         * utils.c (make_cleanup_bfd_unref): Rename from
3131         make_cleanup_bfd_close.
3132         * defs.h (make_cleanup_bfd_unref): Rename from
3133         make_cleanup_bfd_close.
3134         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3135         (bfd_openw_with_cleanup): Update.
3136         * corelow.c (core_open): Update.
3137         * dsrec.c (load_srec): Update.
3138         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3139         * remote-m32r-sdi.c (m32r_load): Update.
3140         * remote-mips.c (mips_load_srec): Update.
3141         (pmon_load_fast): Update.
3142         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3143         Update.
3144         (darwin_bfd_open): Update.
3145         * solib.c (solib_bfd_fopen): Update.
3146         * symfile-mem.c (symbol_file_add_from_memory): Update.
3147         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3148         (symfile_bfd_open): Update.
3149         (generic_load): Update.
3150
3151 2012-07-18  Tom Tromey  <tromey@redhat.com>
3152
3153         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3154         (pmon_load_fast): Likewise.
3155         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3156         (m32r_upload_command): Likewise.
3157         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3158         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3159         Use make_cleanup_bfd_close.
3160
3161 2012-07-18  Tom Tromey  <tromey@redhat.com>
3162
3163         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3164         gdb_bfd_stash_filename.
3165         (load_command): Open the new BFD before freeing the old.
3166         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3167         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3168         Call gdb_bfd_stash_filename.
3169         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3170         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3171         gdb_bfd_stash_filename.
3172         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3173         Free found_pathname.
3174         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3175         gdb_bfd_stash_filename.
3176         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3177         * machoread.c (macho_add_oso_symfile): Call
3178         gdb_bfd_stash_filename.
3179         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3180         gdb_bfd_stash_filename.
3181         (macho_check_dsym): Don't copy filename.  Call
3182         gdb_bfd_stash_filename.
3183         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3184         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3185         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3186         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3187         * exec.c (exec_close): Don't free the BFD's filename.
3188         (exec_file_attach): Don't copy the filename.  Call
3189         gdb_bfd_stash_filename.
3190         * corelow.c (core_close): Don't free the BFD's filename.
3191         (core_open): Call gdb_bfd_stash_filename.
3192         * corefile.c (reopen_exec_file): Remove #if 0 code.
3193         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3194         pathname.
3195         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3196
3197 2012-07-18  Tom Tromey  <tromey@redhat.com>
3198
3199         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3200         gdb_bfd_unref.
3201         (free_dwo_file): Use gdb_bfd_unref.
3202         * cli/cli-dump.c: Include gdb_bfd.h.
3203         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3204         (bfd_openr_with_cleanup): Likewise.
3205         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3206         gdb_bfd_unref.
3207         * utils.c: Include gdb_bfd.h.
3208         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3209         * symfile.c: Include gdb_bfd.h.
3210         (separate_debug_file_exists): Use gdb_bfd_unref.
3211         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3212         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3213         (generic_load): Use gdb_bfd_ref.
3214         (reread_symbols): Use gdb_bfd_unref.
3215         * symfile-mem.c: Include gdb_bfd.h.
3216         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3217         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3218         * solib.c: Include gdb_bfd.h.
3219         (solib_bfd_fopen): Use gdb_bfd_ref.
3220         (solib_bfd_open): Use gdb_bfd_unref.
3221         (free_so_symbols): Use gdb_bfd_unref.
3222         (reload_shared_libraries_1): Use gdb_bfd_unref.
3223         * solib-spu.c: Include gdb_bfd.h.
3224         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3225         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3226         gdb_bfd_unref.
3227         * solib-frv.c: Include gdb_bfd.h.
3228         (enable_break2): Use gdb_bfd_unref.
3229         * solib-dsbt.c: Include gdb_bfd.h.
3230         (enable_break2): Use gdb_bfd_unref.
3231         * solib-darwin.c: Include gdb_bfd.h.
3232         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3233         gdb_bfd_unref.
3234         (darwin_bfd_open): Use gdb_bfd_unref.
3235         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3236         * remote-mips.c: Include gdb_bfd.h.
3237         (mips_load_srec): Use gdb_bfd_ref.
3238         (pmon_load_fast): Use gdb_bfd_ref.
3239         * remote-m32r-sdi.c: Include gdb_bfd.h.
3240         (m32r_load): Use gdb_bfd_ref.
3241         * record.c: Include gdb_bfd.h.
3242         (record_save_cleanups): Use gdb_bfd_unref.
3243         (cmd_record_save): Use gdb_bfd_unref.
3244         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3245         gdb_bfd_unref.
3246         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3247         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3248         * objfiles.c: Include gdb_bfd.h.
3249         (free_objfile): Use gdb_bfd_unref.
3250         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3251         gdb_bfd.c.
3252         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3253         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3254         (macho_check_dsym): Likewise.
3255         * m32r-rom.c: Include gdb_bfd.h.
3256         (m32r_load): Use gdb_bfd_ref.
3257         (m32r_upload_command): Use gdb_bfd_ref.
3258         * jit.c: Include gdb_bfd.h.
3259         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3260         * gdb_bfd.h: New file.
3261         * gdb_bfd.c: New file.
3262         * gcore.c: Include gdb_bfd.h.
3263         (create_gcore_bfd): Use gdb_bfd_ref.
3264         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3265         (gcore_command): Use gdb_bfd_unref.
3266         * exec.c: Include gdb_bfd.h.
3267         (exec_close): Use gdb_bfd_unref.
3268         (exec_close_1): Use gdb_bfd_unref.
3269         (exec_file_attach): Use gdb_bfd_ref.
3270         * elfread.c: Include gdb_bfd.h.
3271         (build_id_verify): Use gdb_bfd_unref.
3272         * dsrec.c: Include gdb_bfd.h.
3273         (load_srec): Use gdb_bfd_ref.
3274         * corelow.c: Include gdb_bfd.h.
3275         (core_close): Use gdb_bfd_unref.
3276         (core_open): Use gdb_bfd_ref.
3277         * bfd-target.c: Include gdb_bfd.h.
3278         (target_bfd_xclose): Use gdb_bfd_unref.
3279         (target_bfd_reopen): Use gdb_bfd_ref.
3280         * Makefile.in (SFILES): Add gdb_bfd.c.
3281         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3282         (COMMON_OBS): Add gdb_bfd.o.
3283
3284 2012-07-18  Keith Seitz  <keiths@redhat.com>
3285
3286         * breakpoint.c (find_condition_and_thread): Initialize
3287         TASK and REST.
3288         (create_breakpiont): find_condition_and_thread will now
3289         initialize COND_STRING, THREAD, and REST (and TASK).
3290         (addr_string_to_sals): Likewise.
3291
3292 2012-07-18  Pedro Alves  <palves@redhat.com>
3293
3294         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3295         Pull the single step breakpoints out of the target.
3296
3297 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3298
3299         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3300         * stap-probe.c (compile_probe_arg): Likewise.
3301
3302 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3303
3304         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3305         (elf_compile_to_ax): Likewise.
3306         * infrun.c (insert_exception_resume_from_probe): Likewise.
3307         (check_exception_resume): Remove `objfile' variable.
3308         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3309         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3310         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3311         (compare_entries): Rename to...
3312         (compare_probes): ...this.  Adjust function to work with
3313         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3314         respectively.
3315         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3316         `VEC (probe_p) *'.
3317         (print_ui_out_info): Adjust argument to be `struct probe *'.
3318         (info_probes_for_ops): Adjust internal computations to use
3319         `VEC (probe_p) *'.
3320         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3321         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3322         gen_info_probes_table_values>: Remove `objfile' argument.
3323         (struct probe) <objfile>: New field.
3324         (find_probe_by_pc): Remove `objfile' argument.
3325         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3326         (stap_get_probe_argument_count): Likewise.
3327         (stap_get_arg): Likewise.
3328         (stap_evaluate_probe_argument): Likewise.
3329         (stap_compile_to_ax): Likewise.
3330         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3331         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3332         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3333         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3334         sym_compile_to_ax>: Likewise.
3335
3336 2012-07-18  Terry Guo  <terry.guo@arm.com>
3337
3338         PR 14329
3339         * defs.h (GDB_MI_MSG_WIDTH): New.
3340         * ser_base (ser_base_read_error_fd): New function.
3341         (do_ser_base_readchar): Poll error file descriptor as well as
3342         standard output.
3343         (generic_readchar): Refactor error handling.
3344
3345 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3346
3347         * NEWS: Create a new section for the next release branch.
3348         Rename the section of the current branch, now that it has
3349         been cut.
3350
3351 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3352
3353         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3354         * version.in: Bump version to 7.5.50.20120718-cvs.
3355
3356 2012-07-17  Keith Seitz  <keiths@redhat.com>
3357
3358         * linespec.c (linespec_parse_line_offset): Make parameter
3359         const.
3360
3361 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3362
3363         PR 11914
3364         * f-valprint.c (info_common_command): New variable frame_id.
3365         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3366         * printcmd.c (print_variable_and_value): Extend function comment.
3367         Add comment for invalidated FRAME.
3368         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3369         FI form FRAME_ID after each print_frame_local_vars.
3370         (struct print_variable_and_value_data): Change frame to frame_id.
3371         (do_print_variable_and_value): New variable frame, initialize it from
3372         p->frame_id.  Add comment for invalidated FRAME.
3373         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3374         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3375         for invalidated FRAME.
3376
3377 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3378             Pedro Alves  <palves@redhat.com>
3379
3380         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3381         loop.
3382
3383 2012-07-16  Tom Tromey  <tromey@redhat.com>
3384
3385         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3386
3387 2012-07-15  Doug Evans  <dje@google.com>
3388
3389         * dwarf2read.c (stmt_list_hash): New struct.
3390         (type_unit_group): Embed "per_cu" member, remove pointer.
3391         New union member "t", move member "tus" into it, all uses updated.
3392         New member "hash", replaces member "line_offset, all uses updated.
3393         (quick_file_names): Replace member "offset" with "hash", all uses
3394         updated.
3395         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3396         (hash_file_name_entry, eq_file_name_entry): Call them.
3397         (hash_type_unit_group, eq_type_unit_group): Ditto.
3398         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3399         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3400         (dw2_get_file_names): Update.
3401         (create_type_unit_group): Replace "per_cu" arg with "cu".
3402         All callers updated.  Fix "quick" (.gdb_index) handling.
3403         (get_type_unit_group): Replace "per_cu" arg with "cu".
3404         All callers updated.
3405         (build_type_unit_groups): Don't reset tu_stats.
3406
3407         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3408         "tab_cur_size".  Change member "tab" to be a htab_t.
3409         (create_filename_seen_cache): Update.
3410         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3411         (filename_seen): Update.
3412
3413 2012-07-13  Doug Evans  <dje@google.com>
3414
3415         * symtab.c (filename_seen): Update comment.
3416
3417 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3418             Doug Evans  <dje@google.com>
3419
3420         * buildsym.c (end_symtab_1): Split it to ...
3421         (end_symtab_get_static_block): ... this ...
3422         (end_symtab_from_static_block): ... and this function.
3423         (end_symtab, end_expandable_symtab): Call them.
3424         * buildsym.h (end_symtab_get_static_block)
3425         (end_symtab_from_static_block): New declarations.
3426         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3427         Set its valid CU ranges.
3428
3429 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3430
3431         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3432         DW_OP_GNU_parameter_ref.
3433
3434 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3435
3436         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3437         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3438
3439 2012-07-13  Doug Evans  <dje@google.com>
3440
3441         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3442         (filename_seen_cache): New struct.
3443         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3444         (create_filename_seen_cache): New function.
3445         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3446         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3447         updated.
3448         (output_source_filename_data): New struct.
3449         (output_source_filename): Delete arg "first".  New arg "data".
3450         All callers updated.
3451         (sources_info): Delete local "first".  New locals "data", "cleanups".
3452         Rewrite to use filename_seen_cache.
3453         (add_partial_filename_data): Delete member "first".  New member
3454         "filename_seen_cache".  All uses updated.
3455         (make_source_files_completion_list): Rewrite to use
3456         filename_seen_cache.
3457
3458 2012-07-12  Doug Evans  <dje@google.com>
3459
3460         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3461
3462 2012-07-10  Doug Evans  <dje@google.com>
3463
3464         PR gdb/13498
3465         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3466         all_type_unit_groups, type_unit_groups, tu_stats.
3467         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3468         All uses updated.  Add type_unit_group to union "s".
3469         (type_unit_group): New struct.
3470         (IS_TYPE_UNIT_GROUP): New macro.
3471         (abbrev_table): Delete unused member "section".
3472         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3473         (dw2_get_cu): Assert not used with type_unit_group.
3474         (dw2_get_primary_cu): New function.
3475         (dw2_build_type_unit_groups_reader): New function.
3476         (dw2_build_type_unit_groups): New function.
3477         (dw2_get_file_names): Assert not called on type units.
3478         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3479         Redo loop to iterate over type unit groups instead of type units.
3480         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3481         (read_abbrev_offset): New function.
3482         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3483         updated.
3484         (create_partial_symtab): New function.
3485         (process_psymtab_comp_unit_reader): Assert not used with type units.
3486         Call create_partial_symtab.
3487         (process_psymtab_type_unit): Delete.
3488         (hash_type_unit_group, eq_type_unit_group): New functions.
3489         (allocate_type_unit_groups_table): New function.
3490         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3491         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3492         (create_type_unit_group, get_type_unit_group): New functions.
3493         (tu_abbrev_offset): New struct.
3494         (sort_tu_by_abbrev_offset): New function.
3495         (add_type_unit_group_to_table): New function.
3496         (build_type_unit_groups): New function.
3497         (build_type_psymtabs_reader): New function.
3498         (build_type_psymtab_dependencies): New function.
3499         (build_type_psymtabs): Rewrite.
3500         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3501         is seen in a type unit.
3502         (process_queue): Move symtab expansion debugging printfs here.
3503         Call process_full_type_unit for type units.
3504         (compute_symtab_includes): Assert not called for type units.
3505         (process_cu_includes): Don't call compute_symtab_includes for
3506         type units.
3507         (process_full_type_unit): New function.
3508         (process_imported_unit_die): Flag an error if called for type units.
3509         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3510         updated.  Assert not called for type units.
3511         (read_file_scope): Call dwarf2_start_symtab.
3512         (setup_type_unit_groups): New function.
3513         (read_type_unit_scope): Rewrite.
3514         (abbrev_table_read_table): Initialize abbrev_table->offset.
3515         (abbrev_table_free_cleanup): New function.
3516         (dwarf2_start_symtab): New function.
3517         (load_full_type_unit): Assert not called for type unit groups.
3518         * buildsym.c (finish_block_internal): New arg "expandable".
3519         All callers updated.
3520         (start_symtab): Move most contents to ...
3521         (restart_symtab): ... here.  New function.
3522         (reset_symtab_globals): New function.
3523         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3524         Call reset_symtab_globals.
3525         (end_symtab, end_expandable_symtab): New functions.
3526         (set_missing_symtab, augment_type_symtab): New functions.
3527         * buildsym.h (end_expandable_symtab): Declare.
3528         (augment_type_symtab, restart_symtab): Declare.
3529         * psympriv.h (struct partial_symtab): New member "anonymous".
3530         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3531         anonymous psymtabs.
3532         (read_psymtabs_with_filename): Ditto.
3533         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3534         (expand_symtabs_matching_via_partial): Ditto.
3535         (dump_psymtab): Update.
3536         * dictionary.c (dict_add_pending): New function.
3537         * dictionary.h (dict_add_pending): Declare.
3538
3539 2012-07-09  Doug Evans  <dje@google.com>
3540
3541         * buildsym.c (start_subfile): Remove unnecessary check for
3542         name == NULL.
3543
3544         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3545
3546         * dwarf2read.c (load_full_type_unit): Simplify.
3547
3548         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3549         to struct signatured_type **.  All uses updated.
3550
3551         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3552         All callers updated.
3553
3554 2012-07-09  Tom Tromey  <tromey@redhat.com>
3555
3556         * c-exp.y (check_parameter_typelist): New function.
3557         (parameter_typelist): Call it.
3558         * eval.c (make_params): Handle '(void)' case.
3559         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3560         '(void)' case.
3561
3562 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3563
3564         * common/linux-ptrace.c: Include gdb_assert.h.
3565         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3566         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3567         stdint.h.
3568         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3569         functions.
3570         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3571         * linux-nat.c (linux_child_post_attach)
3572         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3573
3574 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3575
3576         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3577         nptl <2.7 bug workaround for core files.
3578
3579 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3580
3581         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3582         clearing.
3583         (save_siginfo): Remove.
3584         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3585         call.
3586         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3587         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3588         * linux-nat.h (struct lwp_info): Remove field siginfo.
3589
3590 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3591
3592         Code cleanup for the next patch.
3593         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3594         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3595         call for it.
3596         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3597         (ia64_linux_stopped_data_address):
3598         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3599         the return value.
3600         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3601         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3602         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3603         call for it.
3604
3605 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3606
3607         PR 14321
3608         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3609         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3610
3611 2012-07-06  Tom Tromey  <tromey@redhat.com>
3612
3613         * c-exp.y (DOTDOTDOT): New token.
3614         (func_mod, exp): Use parameter_typelist.
3615         (parameter_typelist): New production.
3616         (tokentab3): Add "..." token.
3617         * eval.c (make_params): Handle varargs.
3618         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3619         varargs.
3620
3621 2012-07-06  Tom Tromey  <tromey@redhat.com>
3622
3623         PR exp/9608:
3624         * c-exp.y (%union) <tvec>: Change type.
3625         (func_mod): Now uses <tvec> type.
3626         (exp): Update for tvec change.
3627         (direct_abs_decl): Push the typelist.
3628         (func_mod): Return a typelist.
3629         (nonempty_typelist): Update for tvec change.
3630         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3631         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3632         * parse.c (pop_type_list): New function.
3633         (push_typelist): New function.
3634         (follow_types): Handle tp_function_with_arguments.
3635         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
3636         (enum type_pieces) <tp_function_with_arguments>: New constant.
3637         (union type_stack_elt) <typelist_val>: New field.
3638         (push_typelist): Declare.
3639
3640 2012-07-06  Tom Tromey  <tromey@redhat.com>
3641
3642         * c-exp.y (%union) <type_stack>: New field.
3643         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
3644         (ptr_operator_ts): New production.
3645         (ptype): Update.
3646         * parse.c (type_stack_reserve): New function.
3647         (check_type_stack_depth): Use it.
3648         (pop_type_stack, append_type_stack, push_type_stack)
3649         (get_type_stack, type_stack_cleanup): New functions.
3650         (follow_types): Handle tp_type_stack.
3651         (_initialize_parse): Simplify initialization.
3652         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3653         constant.
3654         (union type_stack_elt) <stack_val>: New field.
3655         (get_type_stack, append_type_stack, push_type_stack)
3656         (type_stack_cleanup): Declare.
3657
3658 2012-07-06  Tom Tromey  <tromey@redhat.com>
3659
3660         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3661         Remove.
3662         (struct type_stack): New.
3663         * parse.c (type_stack, type_stack_size, type_stack_depth):
3664         Remove.
3665         (type_stack): New global.
3666         (parse_exp_in_context, check_type_stack_depth)
3667         (insert_into_type_stack, insert_type, push_type, push_type_int)
3668         (insert_type_address_space, pop_type, pop_type_int)
3669         (_initialize_parse): Update.
3670
3671 2012-07-06  Tom Tromey  <tromey@redhat.com>
3672
3673         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3674         Remove %type.
3675
3676 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3677
3678         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3679
3680 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3681             Jan Kratochvil  <jan.kratochvil@redhat.com>
3682
3683         * cp-valprint.c (cp_print_value): Replace potentially unsafe
3684         alloca with xmalloc/xfree.
3685
3686 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3687
3688         * MAINTAINERS (Write After Approval): Add myself to the list.
3689
3690 2012-07-05  Doug Evans  <dje@google.com>
3691
3692         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3693
3694 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3695
3696         * ax-gdb.c (cli/cli-utils.h): New include.
3697         (linespec.h): Ditto.
3698         (agent_eval_command_one): New function.
3699         (agent_command_1): Ditto.
3700         (agent_command): Call function agent_command_1.
3701         (agent_eval_command): Ditto.
3702         (_initialize_ax_gdb): Change help for "maint agent"
3703         and "maint agent-eval".
3704
3705 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3706
3707         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3708         * cli/cli-utils.c (check_for_argument): New function.
3709         * cli/cli-utils.h (check_for_argument): Ditto.
3710
3711 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3712
3713         * NEWS: Mention x32 ABI support.
3714
3715 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3716
3717         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3718         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3719
3720         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3721         and pc_regnum_from_eax to -1.  Update SP regnum from
3722         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3723         needed.
3724
3725         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3726         pc_regnum_from_eax.
3727
3728 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3729
3730         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3731         * dwarf2expr.h: Include gdbtypes.h.
3732         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3733         these forward declarations.
3734         (cu_offset, sect_offset): Move these ...
3735         * gdbtypes.h: Remove include dwarf2expr.h.
3736         (cu_offset, sect_offset): ... here.
3737
3738 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
3739
3740         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3741         (amd64_linux_sigtramp_code): This.
3742         (amd64_x32_linux_sigtramp_code): New.
3743         (LINUX_SIGTRAMP_LEN): Updated.
3744         (amd64_linux_sigtramp_start): Check x32 sigtramp.
3745
3746 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3747
3748         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3749
3750 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3751
3752         * config.in: Regenerate.
3753         * configure: Regenerate.
3754         * configure.ac: Remove check for gnu/libc-version.h.
3755         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3756         gnu/libc-version.h.
3757         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3758         variables libc_version, libc_major and libc_minor.  Replace sscanf by
3759         inferior_has_bug.  Extend the comment.
3760
3761 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3762
3763         * linux-thread-db.c (inferior_has_bug): New function.
3764         (thread_db_find_new_threads_silently): Return boolean as checked by
3765         inferior_has_bug, describe it in the comments.
3766         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3767         earlier.  Abort the initialization if it returned non-zero.
3768         (thread_db_new_objfile): Exclude debug files.
3769         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
3770         if UNTIL_NO_NEW,
3771
3772 2012-07-02  Doug Evans  <dje@google.com>
3773
3774         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3775         related to queue management.
3776
3777         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3778         instead of "debug dwarf2-die" in debugging printfs.
3779         (create_debug_info_hash_table_reader): Ditto.
3780         (create_debug_info_hash_table): Ditto.
3781         (init_dwo_file): Ditto.
3782         (init_cutu_and_read_dies): Add debugging printf.
3783         (init_cutu_and_read_dies_no_follow): Ditto.
3784         (process_psymtab_comp_unit_reader): Ditto.
3785
3786 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3787
3788         Add target-side support for dynamic printf.
3789         * NEWS: Mention the additional style.
3790         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3791         (struct bp_location): New field cmd_bytecode.
3792         * breakpoint.c: Include format.h.
3793         (disconnected_dprintf): New global.
3794         (parse_cmd_to_aexpr): New function.
3795         (build_target_command_list): New function.
3796         (insert_bp_location): Call it.
3797         (remove_breakpoints_pid): Skip dprintf breakpoints.
3798         (print_one_breakpoint_location): Ditto.
3799         (dprintf_style_agent): New global.
3800         (dprintf_style_enums): Add dprintf_style_agent.
3801         (update_dprintf_command_list): Add agent case.
3802         (agent_printf_command): New function.
3803         (_initialize_breakpoint): Add new commands.
3804         * common/ax.def (printf): New bytecode.
3805         * ax.h (ax_string): Declare.
3806         * ax-gdb.h (gen_printf): Declare.
3807         * ax-gdb.c: Include cli-utils.h, format.h.
3808         (gen_printf): New function.
3809         (maint_agent_print_command): New function.
3810         (_initialize_ax_gdb): Add maint agent-printf command.
3811         * ax-general.c (ax_string): New function.
3812         (ax_print): Add printf disassembly.
3813         * Makefile.in (SFILES): Add format.c
3814         (COMMON_OBS): Add format.o.
3815         * common/format.h: New file.
3816         * common/format.c: New file.
3817         * printcmd.c: Include format.h.
3818         (ui_printf): Call parse_format_string.
3819         * remote.c (remote_state): New field breakpoint_commands.
3820         (PACKET_BreakpointCommands): New enum.
3821         (remote_breakpoint_commands_feature): New function.
3822         (remote_protocol_features): Add new BreakpointCommands entry.
3823         (remote_can_run_breakpoint_commands): New function.
3824         (remote_add_target_side_commands): New function.
3825         (remote_insert_breakpoint): Call it.
3826         (remote_insert_hw_breakpoint): Ditto.
3827         (_initialize_remote): Add new packet configuration for
3828         target-side breakpoint commands.
3829         * target.h (struct target_ops): New field
3830         to_can_run_breakpoint_commands.
3831         (target_can_run_breakpoint_commands): New macro.
3832         * target.c (update_current_target): Handle
3833         to_can_run_breakpoint_commands.
3834
3835 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3836
3837         Execute -ix and -iex only after system and user gdbinit files.
3838         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3839         processing down after gdbinit files.
3840
3841 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3842
3843         Add fnmatch-gnu module.
3844         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3845         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3846         * gnulib/aclocal.m4: Regenerate.
3847         * gnulib/config.in: Regenerate.
3848         * gnulib/configure: Regenerate.
3849         * gnulib/import/dummy.c: Remove.
3850         * gnulib/import/Makefile.am: Regenerate.
3851         * gnulib/import/Makefile.in: Likewise.
3852         * gnulib/import/m4/gnulib-cache.m4: Likewise.
3853         * gnulib/import/m4/gnulib-comp.m4: Likewise.
3854         * gnulib/import/alloca.c: New file.
3855         * gnulib/import/alloca.in.h: Likewise.
3856         * gnulib/import/config.charset: Likewise.
3857         * gnulib/import/fnmatch.c: Likewise.
3858         * gnulib/import/fnmatch.in.h: Likewise.
3859         * gnulib/import/fnmatch_loop.c: Likewise.
3860         * gnulib/import/localcharset.c: Likewise.
3861         * gnulib/import/localcharset.h: Likewise.
3862         * gnulib/import/m4/alloca.m4: Likewise.
3863         * gnulib/import/m4/codeset.m4: Likewise.
3864         * gnulib/import/m4/configmake.m4: Likewise.
3865         * gnulib/import/m4/fcntl-o.m4: Likewise.
3866         * gnulib/import/m4/fnmatch.m4: Likewise.
3867         * gnulib/import/m4/glibc21.m4: Likewise.
3868         * gnulib/import/m4/localcharset.m4: Likewise.
3869         * gnulib/import/m4/locale-fr.m4: Likewise.
3870         * gnulib/import/m4/locale-ja.m4: Likewise.
3871         * gnulib/import/m4/locale-zh.m4: Likewise.
3872         * gnulib/import/m4/mbrtowc.m4: Likewise.
3873         * gnulib/import/m4/mbsinit.m4: Likewise.
3874         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3875         * gnulib/import/m4/mbstate_t.m4: Likewise.
3876         * gnulib/import/m4/stdbool.m4: Likewise.
3877         * gnulib/import/m4/wchar_h.m4: Likewise.
3878         * gnulib/import/m4/wctype_h.m4: Likewise.
3879         * gnulib/import/m4/wint_t.m4: Likewise.
3880         * gnulib/import/mbrtowc.c: Likewise.
3881         * gnulib/import/mbsinit.c: Likewise.
3882         * gnulib/import/mbsrtowcs-impl.h: Likewise.
3883         * gnulib/import/mbsrtowcs-state.c: Likewise.
3884         * gnulib/import/mbsrtowcs.c: Likewise.
3885         * gnulib/import/ref-add.sin: Likewise.
3886         * gnulib/import/ref-del.sin: Likewise.
3887         * gnulib/import/stdbool.in.h: Likewise.
3888         * gnulib/import/streq.h: Likewise.
3889         * gnulib/import/strnlen1.c: Likewise.
3890         * gnulib/import/strnlen1.h: Likewise.
3891         * gnulib/import/verify.h: Likewise.
3892         * gnulib/import/wchar.in.h: Likewise.
3893         * gnulib/import/wctype.in.h: Likewise.
3894
3895 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3896
3897         Support shell wildcards for 'set auto-load safe-path'.
3898         * auto-load.c: Include fnmatch.h.
3899         (filename_is_in_dir): Rename to ...
3900         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3901         it.  Update function comment.  Rename dir_len to pattern_len.  New
3902         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
3903         messages.  Use gdb_filename_fnmatch.
3904         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3905         pattern.
3906         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3907         * defs.h (gdb_filename_fnmatch): New declaration.
3908         * utils.c: Include fnmatch.h.
3909         (gdb_filename_fnmatch): New function.
3910
3911 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
3912
3913         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3914         `-probe' and `-probe-stap' options.
3915
3916 2012-07-01  Yao Qi  <yao@codesourcery.com>
3917
3918         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3919         always_inserted_off, and always_inserted_enums.
3920         Change always_inserted_mode's type to 'enum auto_boolean'.
3921         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3922         callers.
3923         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3924         of add_setshow_enum_cmd.
3925         * infrun.c: Remove can_use_displaced_stepping_auto,
3926         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3927         can_use_displaced_stepping_enum.
3928         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3929         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3930         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3931         add_setshow_enum_cmd.
3932
3933 2012-06-30  Doug Evans  <dje@google.com>
3934
3935         * dwarf2read.c (signatured_type): Make "per_cu" member first.
3936         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3937         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
3938
3939 2012-06-29  Doug Evans  <dje@google.com>
3940
3941         * linespec.c: #include "stack.h".
3942         (decode_line_with_current_source): Moved here from symtab.c and
3943         renamed from decode_line_spec.  All callers updated.
3944         (decode_line_with_last_displayed): Moved here from breakpoint.c and
3945         renamed from decode_line_spec_1.  All callers updated.
3946         * linespec.h (decode_line_with_current_source): Move declaration here
3947         from symtab.h and renamed from decode_line_spec.
3948         (decode_line_with_last_displayed): Move declaration here from symtab.h
3949         and renamed from decode_line_spec_1.
3950         * macrocmd.c: #include "linespec.h".
3951         * symtab.c: Remove #include "linespec.h".
3952
3953 2012-06-28  Doug Evans  <dje@google.com>
3954
3955         * dwarf2read.c (get_cu_length): New function.
3956         (offset_in_cu_p, error_check_comp_unit_head): Call it.
3957         (create_debug_types_hash_table): Ditto.
3958         (init_cutu_and_read_dies): Ditto.
3959         (init_cutu_and_read_dies_no_follow): Ditto.
3960
3961         * dwarf2read.c (dwarf2_find_base_address): Move definition.
3962
3963         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3964         (struct abbrev_table): Define.
3965         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3966         abbrev_table.
3967         (init_cutu_and_read_dies): Update.
3968         (abbrev_table_alloc_abbrev): New function.  Replaces
3969         dwarf_alloc_abbrev.  All callers updated.
3970         (abbrev_table_add_abbrev): New function.
3971         (abbrev_table_lookup_abbrev): New function.  Replaces
3972         dwarf2_lookup_abbrev.  All callers updated.
3973         (abbrev_table_read_table): New function.  Contents moved here from
3974         dwarf2_read_abbrevs.
3975         (dwarf2_read_abbrevs): Call it.
3976         (abbrev_table_free): New function.
3977         (dwarf2_free_abbrev_table): Call it.
3978
3979 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3980
3981         * osdata.c (info_osdata_command): Filter out "Title" columns
3982         from non-MI uses.
3983         * common/linux-osdata.c (struct osdata_type): Add title field.
3984         (osdata_table): Add titles to each entry.
3985         (linux_command_xfer_osdata): Add a column for title data.
3986
3987 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3988
3989         Make logging work for MI.
3990         * NEWS: Mention it.
3991         * interps.h (interp_set_logging_ftype): New typedef.
3992         (struct interp_procs): New field set_logging_proc.
3993         (current_interp_set_logging): Declare.
3994         * interps.c (current_interp_set_logging): New function.
3995         * cli/cli-logging.c: Include interps.h.
3996         (set_logging_redirect): Call current_interp_set_logging.
3997         (pop_output_files): Ditto.
3998         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3999         * mi/mi-console.h (mi_console_set_raw): Declare.
4000         * mi/mi-console.c (mi_console_set_raw): New function.
4001         * mi/mi-interp.c (saved_raw_stdout): New global.
4002         (mi_set_logging): New function.
4003         (_initialize_mi_interp): Add it to interp procs.
4004
4005 2012-06-28  Doug Evans  <dje@google.com>
4006
4007         * symtab.c (lookup_symbol_aux_objfile): Use
4008         ALL_OBJFILE_PRIMARY_SYMTABS.
4009
4010         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4011
4012 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4013
4014         * common/buffer.c: Include inttypes.h and stdint.h.
4015         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4016
4017 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4018             Pedro Alves  <palves@redhat.com>
4019
4020         * gdbthread.h (ALL_THREADS): New macro.
4021         (thread_list): Declare.
4022         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4023         going, but instead fall through to the stepping handling.
4024         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4025         the passed in signal.  Adjust debug output.
4026         (resume_callback): Rename to ...
4027         (linux_nat_resume_callback): ... this.  Pass the thread's last
4028         stop signal, if in "pass" state.
4029         (linux_nat_resume): Adjust to rename.
4030         (stop_wait_callback): New assertion.  Don't respawn signals;
4031         instead let the LWP remain with SIGNALLED set.
4032         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4033         * remote.c (append_pending_thread_resumptions): New.
4034         (remote_vcont_resume): Call it.
4035         * target.h (target_resume): Extend comment.
4036
4037 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4038
4039         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4040
4041 2012-06-27  Doug Evans  <dje@google.com>
4042
4043         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4044         Delete have_addr_base, unused.  All uses updated.
4045         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4046         (dwarf2_get_pc_bounds): Add ranges_base.
4047         (dwarf2_record_block_ranges): Ditto.
4048
4049 2012-06-27  Tom Tromey  <tromey@redhat.com>
4050
4051         PR macros/7961:
4052         * varobj.c (varobj_create): Update.
4053         (varobj_set_value): Update.
4054         * tracepoint.c (validate_actionline): Update.
4055         (encode_actions_1): Update.
4056         * parse.c (parse_exp_1): Add 'pc' argument.
4057         (parse_exp_in_context): Add 'pc' argument.  Change how
4058         expression_context_pc is set.
4059         (parse_expression): Update.
4060         (parse_field_expression): Update.
4061         * expression.h (parse_exp_1): Update.
4062         * eval.c (parse_to_comma_and_eval): Update.
4063         * breakpoint.c (set_breakpoint_condition): Update.
4064         (update_watchpoint): Update.
4065         (init_breakpoint_sal): Update
4066         (find_condition_and_thread): Update.
4067         (watch_command_1): Update.
4068         (update_breakpoint_locations): Update.
4069         * ada-lang.c (ada_read_renaming_var_value): Update.
4070         (create_excep_cond_exprs): Update.
4071
4072 2012-06-27  Doug Evans  <dje@google.com>
4073
4074         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4075         type units.
4076
4077 2012-06-26  Doug Evans  <dje@google.com>
4078
4079         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4080         prototype.
4081         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4082         updated.
4083         (read_and_check_comp_unit_head): Ditto.
4084         (read_and_check_type_unit_head): Ditto.
4085
4086 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4087
4088         New attribute 'last' for gdb.Symtab_and_line.
4089         * NEWS (Python Scripting): Add entry about the new attribute.
4090         * python/py-symtab.c (salpy_get_last): New function which
4091         implements the get method for the 'last' attribute of
4092         gdb.Symtab_and_line.
4093         (sal_object_getset): Add entry for the 'last' attribute.
4094
4095 2012-06-26  Doug Evans  <dje@google.com>
4096
4097         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4098         (dwo_sections): Add macinfo, macro.
4099         (dwarf2_locate_dwo_sections): Watch for macro sections.
4100         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4101         All callers updated.  Handle DWO files.
4102
4103         * NEWS: Mention new options "set debug dwarf2-read" and
4104         "set debug symtab-create".
4105         * dwarf2read.c (dwarf2_read_debug): New static global.
4106         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4107         (process_queue): Ditto.
4108         (process_full_comp_unit): Ditto.
4109         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4110         * elfread.c (elf_symfile_read): Add debugging printf.
4111         * minsyms.c (install_minimal_symbols): Ditto.
4112         * psymtab.c (allocate_psymtab): Ditto.
4113         * symfile.c (allocate_symtab): Ditto.
4114         * symtab.c (symtab_create_debug): New global.
4115         (_initialize_symtab): Add new option "set debug symtab-create".
4116         * symtab.h (symtab_create_debug): Declare.
4117
4118         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4119         (lookup_dwo_type_unit): Ditto.
4120
4121 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4122             H.J. Lu  <hongjiu.lu@intel.com>
4123
4124         * amd64-linux-nat.c: Include <sys/user.h>.
4125         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4126         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4127         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4128
4129         * configure.ac: Check if the fs_base and gs_base members of
4130         `struct user_regs_struct' exist.
4131         * config.in: Regenerated.
4132         * configure: Likewise.
4133
4134 2012-06-25  Michael Eager  <eager@eagercon.com>
4135
4136         PR python/14291
4137         * python/python.c (gdbpy_write): Check for interrupted output.
4138
4139 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4140
4141         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4142         register as a stack alignment in ARM mode.
4143
4144 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4145
4146         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4147         * gnulib/config.in: Regenerate.
4148         * gnulib/configure: Likewise.
4149         * gnulib/import/m4/extensions.m4: Update it.
4150         * gnulib/import/m4/gnulib-common.m4: Likewise.
4151         * gnulib/import/m4/memmem.m4: Likewise.
4152         * gnulib/import/m4/mmap-anon.m4: Likewise.
4153         * gnulib/import/m4/multiarch.m4: Likewise.
4154         * gnulib/import/stdint.in.h: Likewise.
4155
4156 2012-06-24  Yao Qi  <yao@codesourcery.com>
4157
4158         * corefile.c (write_memory_with_notification): New.
4159         * gdbcore.h: Declare write_memory_with_notification.
4160         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4161         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4162         * valops.c (value_assign): Likewise.
4163         * python/py-inferior.c (infpy_write_memory): Call
4164         'write_memory_with_notification'.
4165
4166 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4167
4168         * cc-with-index.sh: Use also -ex "set auto-load no".
4169
4170 2012-06-23  Doug Evans  <dje@google.com>
4171
4172         PR 14125
4173         * NEWS: Document additions to .gdb_index.
4174         * dwarf2read.c: #include "gdb/gdb-index.h".
4175         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4176         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4177         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4178         (dwarf2_read_index): Recognize version 7.
4179         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4180         block_kind, domain): All callers updated.
4181         (dw2_find_symbol_file): Handle new index CU values.
4182         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4183         (add_index_entry): New args is_static, kind.  All callers updated.
4184         (offset_type_compare, uniquify_cu_indices): New functions
4185         (symbol_kind): New function.
4186         (write_psymtabs_to_index): Remove duplicate CU values.
4187         (write_psymtabs_to_index): Write .gdb_index version 7.
4188
4189 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4190
4191         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4192         * configure: Regenerate.
4193
4194 2012-06-20  Yao Qi  <yao@codesourcery.com>
4195
4196         * python/py-inferior.c: Update comments of infpy_read_memory
4197         and infpy_write_memory.
4198
4199 2012-06-19  Tom Tromey  <tromey@redhat.com>
4200
4201         PR exp/9514:
4202         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4203         (push_type_address_space): Remove.
4204         * parse.c (insert_into_type_stack): New function.
4205         (insert_type): Likewise.
4206         (insert_type_address_space): Rename from push_type_address_space.
4207         Insert tp_space_identifier.
4208         * c-exp.y (ptr_operator): New production.
4209         (abs_decl): Use ptr_operator.
4210         (space_identifier): Call insert_type_address_space.
4211         (ptype): Don't use const_or_volatile_or_space_identifier.
4212         (const_or_volatile_noopt): Call insert_type.
4213         (conversion_type_id, conversion_declarator): New productions.
4214         (operator): Use conversion_type_id.
4215
4216 2012-06-18  Doug Evans  <dje@google.com>
4217
4218         * symtab.h (minimal_symbol): New member created_by_gdb.
4219         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4220         created by gdb.
4221         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4222         (search_symbols): Call it instead of lookup_symbol.
4223         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4224
4225         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4226         Adjust address for DW_OP_GNU_addr_index.
4227         * dwarf2expr.h (dwarf_expr_context): Update comment.
4228         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4229         all callers updated.  Handle TLS vars described with
4230         DW_OP_GNU_const_index.
4231         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4232         and DW_OP_GNU_const_index.
4233         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4234
4235         * block.c (find_block_in_blockvector): Make explicit the fact that we
4236         ignore GLOBAL_BLOCK.
4237
4238 2012-06-18  Tom Tromey  <tromey@redhat.com>
4239
4240         * c-exp.y (operator): Remove trailing space after "delete" and
4241         "delete[]".
4242
4243 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4244             Jan Kratochvil  <jan.kratochvil@redhat.com>
4245
4246         Switch i386 and derived targets to ON_STACK.
4247         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4248         (amd64_dicos_init_abi): Remove its installment.
4249         * dicos-tdep.c (dicos_init_abi): Remove the
4250         set_gdbarch_call_dummy_location call.  Update the comment here.
4251         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4252         (i386_dicos_init_abi): Remove its installment.
4253         * i386-tdep.c (i386_push_dummy_code): New function.
4254         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4255         i386_push_dummy_code.
4256
4257 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4258
4259         Remove stale dummy frames.
4260         * breakpoint.c: Include dummy-frame.h.
4261         (longjmp_breakpoint_ops): New variable.
4262         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4263         bp_longjmp_call_dummy.
4264         (bpstat_what, bptype_string, print_one_breakpoint_location)
4265         (init_bp_location): Support bp_longjmp_call_dummy.
4266         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4267         (set_longjmp_breakpoint_for_call_dummy)
4268         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4269         functions.
4270         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4271         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4272         FIXME comment and extend the other comment for bp_call_dummy.
4273         (set_longjmp_breakpoint_for_call_dummy)
4274         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4275         * dummy-frame.c: Include gdbthread.h.
4276         (pop_dummy_frame_bpt): New function.
4277         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4278         (dummy_frame_discard): New function.
4279         (cleanup_dummy_frames): Update the comment about longjmps.
4280         * dummy-frame.h (dummy_frame_discard): New declaration.
4281         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4282         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4283         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4284         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4285         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4286         keep_going if IS_LONGJMP and there is no other reason to stop.
4287
4288 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4289
4290         * remote-sim.c (sim_command_completer): Initialize
4291         variable 'result'.
4292
4293 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4294
4295         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4296         * dwarf2loc.c (call_site_parameter_matches): Support
4297         CALL_SITE_PARAMETER_PARAM_OFFSET.
4298         (needs_dwarf_reg_entry_value): Push stub value.
4299         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4300         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4301         * gdbtypes.h (enum call_site_parameter_kind): New item
4302         CALL_SITE_PARAMETER_PARAM_OFFSET.
4303         (struct call_site.parameter.u): New field param_offset.
4304
4305 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4306
4307         Code cleanup: Generalize call_site.parameter key.
4308         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4309         variable dwarf_reg.  New variable kind_u.  Update parameters to
4310         push_dwarf_reg_entry_value.
4311         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4312         * dwarf2expr.h (enum call_site_parameter_kind)
4313         (union call_site_parameter_u): Forward declarations.
4314         (struct dwarf_expr_context_funcs): Update parameters and their
4315         description for push_dwarf_reg_entry_value.
4316         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4317         * dwarf2loc.c (call_site_parameter_matches): New function.
4318         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4319         description.  Use call_site_parameter_matches.
4320         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4321         Update parameters and their description.
4322         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4323         New variable kind_u.  Adjust the caller for updated parameters.
4324         (needs_dwarf_reg_entry_value): Update parameters.
4325         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4326         instead of attr.  Update for the changed fields of struct
4327         call_site_parameter.
4328         * gdbtypes.h: Include dwarf2expr.h.
4329         (enum call_site_parameter_kind): New.
4330         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4331         fb_offset into new union u.
4332
4333 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4334
4335         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4336         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4337         for x32.
4338
4339 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4340
4341         * amd64-linux-nat.c (compat_x32_clock_t): New.
4342         (compat_x32_siginfo_t): Likewise.
4343         (compat_x32_siginfo_from_siginfo): Likewise.
4344         (siginfo_from_compat_x32_siginfo): Likewise.
4345         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4346         and siginfo_from_compat_x32_siginfo for x32.
4347
4348 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4349
4350         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4351
4352 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4353
4354         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4355         instead of gdbarch_ptr_bit.
4356         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4357         (amd64_supply_native_gregset): Likewise.
4358         (amd64_collect_native_gregset): Likewise.
4359         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4360         (amd64_supply_xsave): Likewise.
4361         (amd64_collect_fxsave): Likewise.
4362         (amd64_collect_xsave): Likewise.
4363
4364 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4365
4366         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4367         (amd64_linux_read_description): Check DS segment register for
4368         x32 process.
4369
4370 2012-06-15  Tom Tromey  <tromey@redhat.com>
4371
4372         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4373         init_cutu_and_read_dies.
4374
4375 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4376
4377         * MAINTAINERS (Write After Approval): Add myself to the list.
4378
4379 2012-06-15  Tom Tromey  <tromey@redhat.com>
4380
4381         * valops.c (value_find_oload_method_list): Now static.
4382         * value.h (value_find_oload_method_list): Don't declare.
4383
4384 2012-06-15  Tom Tromey  <tromey@redhat.com>
4385
4386         * valops.c (find_overload_match): Use value_ind.
4387
4388 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4389
4390         * infrun.c (handle_inferior_event): Correct indentation.
4391
4392 2012-06-14  Doug Evans  <dje@google.com>
4393
4394         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4395         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4396         All uses updated.
4397         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4398         updated.  Handle DEBUG_LOC_START_LENGTH.
4399         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4400         (loclist_describe_location): Ditto.
4401
4402 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4403
4404         PR backtrace/13866
4405         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4406         after hiding inline functions.
4407
4408 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4409
4410         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4411         _initialize_inf_ttrace.
4412
4413 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4414
4415         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4416         _initialize_hppa_hpux_nat.
4417
4418 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4419
4420         * remote-sim.c (sim_command_completer): Change type of return
4421         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4422
4423 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4424             Jan Kratochvil  <jan.kratochvil@redhat.com>
4425
4426         PR tdep/14222
4427         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4428         stack on a 16-byte boundary.
4429
4430 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4431
4432         * jit.c (finalize_symtab): Set function's return type to 'void' by
4433         default.
4434
4435 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4436             H.J. Lu  <hongjiu.lu@intel.com>
4437
4438         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4439         Move bits common to both the classic LP64 and the new x32 ILP32
4440         ABI here.
4441         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4442         (amd64_x32_linux_init_abi): New function.
4443         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4444         subtype.
4445
4446         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4447         * i386-tdep.c (i386_pseudo_register_name): Make public.
4448         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4449         * amd64-tdep.c (amd64_dword_names): Add "eip".
4450         (amd64_x32_pseudo_register_type): New function
4451         (amd64_x32_init_abi): New function.
4452
4453 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4454
4455         PR build/14003
4456         * inferior.h (struct inferior_suspend_state): Comment out.
4457         (struct inferior): Comment out the field suspend.
4458         * infrun.c (struct infcall_suspend_state): Comment out the field
4459         inferior_suspend.
4460         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4461         out its assignment.
4462
4463 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4464
4465         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4466         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4467         function comment.  Return ERROR for unresolved cases.  Implement
4468         returning proper NAME.
4469         (yylex): Accept also NAME from classify_inner_name.
4470         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4471         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4472         LOC_TYPEDEF type.
4473         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4474
4475 2012-06-13  Tom Tromey  <tromey@redhat.com>
4476
4477         * breakpoint.c (condition_completer): New function.
4478         (_initialize_breakpoint): Use it.
4479         * value.c (complete_internalvar): New function.
4480         * value.h (complete_internalvar): Declare.
4481
4482 2012-06-13  Tom Tromey  <tromey@redhat.com>
4483
4484         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4485         * breakpoint.c (catch_syscall_completer): Return a VEC.
4486         * cli/cli-cmds.c (complete_command): Update.
4487         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4488         (complete_on_enum): Likewise.
4489         * command.h: Include gdb_vecs.h.
4490         (completer_ftype): Change return type.
4491         (complete_on_cmdlist, complete_on_enum): Likewise.
4492         * completer.c (noop_completer, filename_completer)
4493         (location_completer): Return a VEC.
4494         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4495         to a VEC.
4496         (expression_completer, complete_line_internal, complete_line)
4497         (command_completer): Return a VEC.
4498         (gdb_completion_word_break_characters, line_completion_function):
4499         Update.
4500         * completer.h: Include gdb_vecs.h.
4501         (complete_line, noop_completer, filename_completer)
4502         (expression_completer, location_completer, command_completer):
4503         Update.
4504         * f-lang.c (f_word_break_characters): Return a VEC.
4505         * interps.c (interpreter_completer): Return a VEC.
4506         * language.h (struct language_defn)
4507         <la_make_symbol_completion_list>: Return a VEC.
4508         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4509         * symtab.c (free_completion_list): Take a VEC.
4510         (return_val_size, return_val_index): Remove.
4511         (return_val): Now a VEC.
4512         (completion_list_add_name): Update.
4513         (default_make_symbol_completion_list_break_on)
4514         (default_make_symbol_completion_list, make_symbol_completion_list)
4515         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4516         Return a VEC.
4517         (add_filename_to_list): Update.
4518         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4519         <list>: Now a VEC.
4520         (maybe_add_partial_symtab_filename): Update.
4521         (make_source_files_completion_list): Return a VEC.
4522         * symtab.h (default_make_symbol_completion_list_break_on)
4523         (default_make_symbol_completion_list, make_symbol_completion_list)
4524         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4525         (make_source_files_completion_list): Update.
4526
4527 2012-06-13  Tom Tromey  <tromey@redhat.com>
4528
4529         * breakpoint.c (add_catch_command): Use completer_ftype.
4530         * breakpoint.h: Include command.h.
4531         (add_catch_command): Use completer_ftype.
4532         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4533         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4534         Use completer_ftype.
4535         * command.h (completer_ftype): New typedef.
4536         (set_cmd_completer): Use it.
4537         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4538         completer_ftype.
4539
4540 2012-06-13  Pedro Alves  <palves@redhat.com>
4541
4542         Partial revert of previous change.
4543
4544         * serial.c (scb_base): New global.
4545         (serial_for_fd): New.
4546         (serial_open, serial_fdopen_ops): Link new serial in open serials
4547         chain.
4548         (do_serial_close): Unlink serial from the open serials chain.
4549
4550 2012-06-12  Pedro Alves  <palves@redhat.com>
4551
4552         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4553         threads here.
4554         (prepare_for_detach): No longer context switch here in non-stop
4555         mode.
4556         (fetch_inferior_event): Ditto.
4557         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4558         to the event thread before removing breakpoints.  Switch to the
4559         event thread before inserting breakpoints and resuming.
4560         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4561         event thread before resuming.
4562         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4563         Switch to the event thread before removing breakpoints.
4564
4565 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4566
4567         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4568         special characters correctly for the Windows shells.  See
4569         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4570         report.
4571         [!__MINGW32__]: Remove extra double quote character from special
4572         characters.
4573
4574 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4575
4576         * ui-out.h: Remove #if 0 declarations.
4577         * ui-out.c: Remove #if 0 functions.
4578
4579 2012-06-11  Pedro Alves  <palves@redhat.com>
4580
4581         * ser-base.c (run_async_handler_and_reschedule): New.
4582         (fd_event, push_event): Use it.
4583         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4584         reference count to 1.
4585         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4586         instead of xfree.
4587         (serial_is_open, serial_ref, serial_unref): New.
4588         * serial.h (serial_open): Adjust comment.
4589         (serial_is_open): Declare.
4590         (serial_close): Adjust comment.
4591         (serial_ref, serial_unref) Declare.
4592         (struct serial): New field 'refcnt'.
4593
4594 2012-06-11  Pedro Alves  <palves@redhat.com>
4595
4596         Remove #if 0'd "connect" command, and unnecessary associated
4597         refcounting and serial reuse bits.
4598
4599         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4600         * serial.c (last_serial_opened): Delete.
4601         (scb_base): Delete.
4602         (serial_open): Adjust.
4603         (serial_for_fd): Delete.
4604         (serial_fdopen_ops, do_serial_close): Adjust.
4605         (serial_fdopen_ops): Adjust.
4606
4607 2012-06-11  Pedro Alves  <palves@redhat.com>
4608
4609         * serial.c (do_serial_close): Remove early return when SCB is
4610         null.
4611
4612 2012-06-11  Tom Tromey  <tromey@redhat.com>
4613
4614         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4615
4616 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4617
4618         Fix regression by the "ambiguous linespec" series.
4619         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4620         get_last_displayed_symtab and get_last_displayed_line and depending
4621         on CURSAL.
4622
4623 2012-06-11  Tom Tromey  <tromey@redhat.com>
4624
4625         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4626         (dw2_find_symbol_file): Use it.
4627
4628 2012-06-11  Michael Eager  <eager@eagercon.com>
4629
4630         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4631         * mips-linux-tdep.h (mips_signals): New
4632
4633 2012-06-11  Tom Tromey  <tromey@redhat.com>
4634
4635         * infrun.c (handle_inferior_event)
4636         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4637         breakpoint.
4638         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4639         exception logic in all cases.  Update comments.
4640         (insert_longjmp_resume_breakpoint): Set the exception resume
4641         breakpoint.
4642
4643 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4644
4645         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4646
4647 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
4648
4649         * valarith.c (binop_types_user_defined_p): Fix a typo.
4650
4651 2012-06-08  Yao Qi  <yao@codesourcery.com>
4652             Chung-Lin Tang <cltang@codesourcery.com>
4653
4654         * arch-utils.c (default_return_in_first_hidden_param_p): New.
4655         * arch-utils.h: Declare.
4656         * gdbarch.sh: Add return_in_first_hidden_param_p.
4657         * gdbarch.c, gdbarch.h: Regenerated.
4658         * infcall.c (call_function_by_hand): Call
4659         gdbarch_return_in_first_hidden_param_p instead of
4660         language_pass_by_reference.
4661
4662         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4663         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4664         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4665         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4666         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4667         `cplus_return_struct_by_reference'.
4668         (tic6x_return_value): Handle language cplusplus.
4669         (tic6x_return_in_first_hidden_param_p): New.
4670         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4671
4672 2012-06-07  Doug Evans  <dje@google.com>
4673
4674         * dwarf2read.c (dwarf2_cu): Add comment.
4675
4676 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4677
4678         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4679         variable.
4680         (mips_eabi_push_dummy_call): Likewise.
4681         (mips_n32n64_push_dummy_call): Likewise.
4682         (mips_o32_push_dummy_call): Likewise.
4683         (mips_o64_push_dummy_call): Likewise.
4684
4685 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4686
4687         * mips-tdep.c (mips_convert_register_p): Correct coding style.
4688
4689 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4690
4691         * mips-tdep.c (mips_pseudo_register_type): Use
4692         mips_float_register_p.
4693
4694 2012-06-06  Pedro Alves  <palves@redhat.com>
4695
4696         * infrun.c (handle_inferior_event): Remove calls to
4697         reinit_frame_cache that follow a context_switch call.
4698
4699 2012-06-06  Pedro Alves  <palves@redhat.com>
4700
4701         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4702         context_switch and remove stale comment.
4703
4704 2012-06-06  Pedro Alves  <palves@redhat.com>
4705
4706         * infrun.c (struct execution_control_state): Remove
4707         `new_thread_event' field.
4708         (handle_inferior_event): Simplify new threads handling; don't
4709         resume the inferior if we find a new thread.
4710
4711 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
4712
4713         * NEWS: Document the deprecation of SH's 'regs' command.
4714         * inferior.h (all_registers_info): Add function declaration.
4715         * sh-tdep.c (sh_show_regs): Remove variable.
4716         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4717         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4718         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4719         (sh_show_regs_command): Remove functions.
4720         (sh_gdbarch_init): Don't set sh_show_regs.
4721         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4722         'info all-registers'.
4723         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4724         (sh64_show_regs): Remove functions.
4725         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4726
4727 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4728
4729         * configure.ac: Move development=true below AC_INIT.
4730         * configure: Regenerate.
4731
4732 2012-06-05  Stan Shebs  <stan@codesourcery.com>
4733
4734         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4735         gdb_stdout.
4736
4737 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4738
4739         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4740         argument as ssize_t.
4741         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4742         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4743         * target.c (target_read_stack, target_write_memory)
4744         (target_write_raw_memory): Likewise.
4745         * target.h (target_read_stack, target_write_memory)
4746         (target_write_raw_memory): Likewise.
4747
4748 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4749
4750         * symfile-mem.c: Change gdb_static_assert to ssize_t.
4751         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4752         * target.c (target_read_memory): Change LEN to ssize_t.
4753         * target.h (target_read_memory): Change LEN to ssize_t.
4754
4755 2012-06-05  Pedro Alves  <palves@redhat.com>
4756
4757         PR backtrace/13866
4758
4759         * breakpoint.c (until_break_command): Only fetch the selected
4760         frame after decode_line_1.
4761
4762 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
4763
4764         * solib-svr4.c (enable_break): Don't fallback to setting the solib
4765         event breakpoint at _start, __start or main if a program
4766         interpreter is not found.
4767
4768 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4769
4770         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4771         Add declaration.
4772         * windows-tdep.c: #include "objfiles.h".
4773         (windows_iterate_over_objfiles_in_search_order): New function.
4774         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4775         iterate_over_objfiles_in_search_order gdbarch method to
4776         windows_iterate_over_objfiles_in_search_order.
4777         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4778
4779 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4780
4781         * gdbarch.sh: Add generation of
4782         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4783         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
4784         (iterate_over_objfiles_in_search_order): New gdbarch method.
4785         * gdbarch.h, gdbarch.c: Regenerate.
4786         * objfiles.h (default_iterate_over_objfiles_in_search_order):
4787         Add declaration.
4788         * objfiles.c (default_iterate_over_objfiles_in_search_order):
4789         New function.
4790         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4791         out of lookup_symbol_aux_symtabs.
4792         (lookup_symbol_aux_symtabs): Replace extracted-out code by
4793         call to lookup_symbol_aux_objfile.
4794         (struct global_sym_lookup_data): New type.
4795         (lookup_symbol_global_iterator_cb): New function.
4796         (lookup_symbol_global): Search for symbol using
4797         gdbarch_iterate_over_objfiles_in_search_order and
4798         lookup_symbol_global_iterator_cb.
4799         * findvar.c (struct minsym_lookup_data): New type.
4800         (minsym_lookup_iterator_cb): New function.
4801         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4802         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4803         and minsym_lookup_iterator_cb.
4804
4805 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4806
4807         Revert the following patch:
4808         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4809         try locating the symbol in the symbol's own objfile first, before
4810         extending the search to all objfiles.
4811         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4812         out of lookup_symbol_aux_symtabs.
4813         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4814         Replace extracted-out code by call to lookup_symbol_aux_objfile.
4815         Do not search EXCLUDE_OBJFILE.
4816         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4817         (lookup_symbol_global): Search for matches in the block's objfile
4818         first, before searching all other objfiles.
4819
4820 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4821
4822         * breakpoint.c (find_condition_and_thread): Stop parsing
4823         as soon as the first invalid keyword is found.
4824
4825 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4826
4827         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4828
4829 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4830
4831         * config/djgpp/djcheck.sh: Add copyright header.
4832
4833 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4834
4835         * copyright.py (update_files, main): Fix path to update-copyright
4836         script.
4837
4838 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4839
4840         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4841         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4842         for which a reminder to update by hand is printed.
4843
4844 2012-06-04  Doug Evans  <dje@google.com>
4845
4846         * buildsym.c (make_blockvector): Add comment.
4847
4848 2012-06-04  Pedro Alves  <palves@redhat.com>
4849
4850         * arch-utils.c (default_gdb_signal_from_target): Delete.
4851         * arch-utils.h (default_gdb_signal_from_target): Delete.
4852         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
4853         gdbarch_gdb_signal_from_target_p.
4854         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4855         predicate).
4856         * gdbarch.h: Regenerate.
4857         * gdbarch.c: Regenerate.
4858
4859 2012-06-04  Pedro Alves  <palves@redhat.com>
4860
4861         * gdbarch.sh (gdb_signal_from_target): Mention that the
4862         implementation of the method must be host independent.
4863         * gdbarch.h: Regenerate.
4864
4865 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4866
4867         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4868         parameters.
4869         (target_read_memory_bfd): New function.
4870         (symbol_file_add_from_memory): Use it.
4871
4872 2012-06-03  Doug Evans  <dje@google.com>
4873
4874         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4875         of primary symtab.
4876         (basic_lookup_transparent_type): Ditto.
4877
4878         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4879         (ALL_PRIMARY_SYMTABS): Use it.
4880         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4881         * dwarf2read.c (dw2_find_symbol_file): Ditto.
4882         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4883         * symtab.c (lookup_symbol_aux_objfile): Ditto.
4884         (basic_lookup_transparent_type): Ditto.
4885
4886 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4887
4888         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
4889         it to optimize resolution of demangled name.
4890
4891 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4892
4893         * configure.ac (development): Define new variable.
4894         Call AC_CHECK_LIB for mcheck if $development.
4895         (ERROR_ON_WARNING): Enable it by default only if $development.
4896         * config.in: Regenerate.
4897         * configure: Regenerate.
4898
4899 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4900
4901         * target.c (target_read_memory): Make LEN argument as size_t.
4902         * target.h (target_read_memory): Likewise.
4903
4904 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4905
4906         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4907
4908 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4909
4910         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4911         BookE interface for PowerPC server processors if not available
4912         in the Linux Kernel.
4913
4914 2012-05-31  Keith Seitz  <keiths@redhat.com>
4915
4916         * linespec.c (decode_objc): Add cleanup to free
4917         INFO.FILE_SYMTABS.
4918         (find_linespec_symbols): Add cleanup to free CLASSES.
4919         * symfile.c (find_separate_debug_file_by_debuglink): Add
4920         cleanup to free DEBUGLINK.
4921         * ui-out.c (clear_header_list): No need to check if
4922         HEADER_NEXT.COLHDR is NULL.
4923         Free HEADER_NEXT.COL_NAME.
4924
4925 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4926
4927         * ada-lang.c (standard_lookup): Prevent uninitialized variable
4928         warning.
4929
4930 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4931
4932         * configure.host (gdb_host_cpu): Handle tilegx*.
4933         (gdb_host): Handle tilegx-*-linux*.
4934         * tilegx-linux-nat.c: New file.
4935         * config/tilegx/linux.mh: New file.
4936
4937 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4938
4939         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4940         tilegx-linux-tdep.o.
4941         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4942         tilegx-linux-tdep.c.
4943         * configure.tgt: Handle tilegx-*-linux*.
4944         * tilegx-tdep.h: New file.
4945         * tilegx-tdep.c: New file.
4946         * tilegx-linux-tdep.c: New file.
4947         * regformats/reg-tilegx.dat: New file.
4948
4949 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4950
4951         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4952         accounting of hw watchpoints on ppc.
4953
4954 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
4955
4956         * source.c (openp): Expand tilde in path entries.
4957
4958 2012-05-29  Doug Evans  <dje@google.com>
4959
4960         * buildsym.c (block_compar): Fix comment.
4961         (end_symtab): Fix and clarify some comments.
4962
4963         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4964         cleanup_undefined_types.
4965         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4966         All callers updated.
4967
4968 2012-05-29  Tom Tromey  <tromey@redhat.com>
4969
4970         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4971         fails.
4972         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4973         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4974         fails.
4975         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4976         fails.
4977
4978 2012-05-29  Tristan Gingold  <gingold@adacore.com>
4979
4980         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4981         (struct darwin_info): ... New struct.
4982         (solib_darwin_pspace_data): New variable.
4983         (darwin_pspace_data_cleanup): New function.
4984         (get_darwin_info): Likewise.
4985         (darwin_dyld_version_ok, darwin_load_image_infos)
4986         (darwin_solib_get_all_image_info_addr_at_init)
4987         (darwin_solib_read_all_image_info_addr): Add info argument.
4988         Adjust code.
4989         (darwin_current_sos): Use per pspace structure.
4990         (darwin_solib_create_inferior_hook): Likewise.
4991         (darwin_clear_solib): Likewise.
4992         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4993
4994 2012-05-28  Pedro Alves  <palves@redhat.com>
4995
4996         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4997         block that uses them.  Clear ecss before handling each event.
4998
4999 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5000
5001         * solib-svr4.c (svr4_current_sos): New comment on
5002         svr4_current_sos_via_xfer_libraries fall back.
5003
5004 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5005
5006         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5007         it as a fallback for TYPE_IS_OPAQUE.
5008         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5009         symbols for lookup_symbol.
5010
5011 2012-05-24  John Steele Scott  <toojays@toojays.net>
5012
5013         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5014         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5015         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5016         (check_producer): ... this new function, which also checks for ICC
5017         and caches the result.
5018         (producer_is_icc): New function.
5019         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5020         producer was ICC.
5021
5022 2012-05-24  Pedro Alves  <palves@redhat.com>
5023
5024         PR gdb/7205
5025
5026         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5027         (default_gdb_signal_to_target): ... this.  Add comment.
5028         (default_gdb_signal_from_host): Rename to ...
5029         (default_gdb_signal_from_target): ... this.  Add comment.
5030         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5031         (default_gdb_signal_to_target): ... this.
5032         (default_gdb_signal_from_host): Rename to ...
5033         (default_gdb_signal_from_target): ... this.
5034         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5035         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5036         (gdb_signal_from_target): ... this.  Adjust to
5037         default_gdb_signal_from_host naming change.  Extend comment.
5038         (gdb_signal_to_host): Rename to ...
5039         (gdb_signal_to_target): ... this.  Adjust to
5040         default_gdb_signal_to_host naming change.
5041         * gdbarch.h, gdbarch.c: Renegerate.
5042
5043 2012-05-24  Pedro Alves  <palves@redhat.com>
5044
5045         PR gdb/7205
5046
5047         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5048
5049 2012-05-24  Pedro Alves  <palves@redhat.com>
5050
5051         PR gdb/7205
5052
5053         Replace target_signal with gdb_signal throughout.
5054
5055 2012-05-24  Pedro Alves  <palves@redhat.com>
5056
5057         PR tui/14159
5058
5059         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5060         string, instead of reusing the va_list argument.
5061
5062 2012-05-24  Tom Tromey  <tromey@redhat.com>
5063
5064         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5065         Remove.
5066
5067 2012-05-23  Doug Evans  <dje@google.com>
5068
5069         * symtab.c (search_symbols): Formatting fixes.
5070         (print_symbol_info): Formatting fixes.
5071
5072         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5073         int64_t change to leb128 API.
5074         (read_encoded_value, decode_frame_entry_1): Ditto.
5075         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5076         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5077         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5078         (execute_stack_op): Ditto.
5079         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5080         (safe_read_uleb128, safe_read_sleb128): Ditto.
5081         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5082         (dwarf2_compile_expr_to_ax): Ditto.
5083         (locexpr_describe_location_piece): Ditto.
5084         (disassemble_dwarf_expression): Ditto.
5085         (locexpr_describe_location_1): Ditto.
5086
5087 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5088             Kwok Cheung Yeung  <kcy@codesourcery.com>
5089
5090         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5091         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5092         (mi-cmd-info.o): New rule.
5093         * osdata.h (info_osdata_command): New declaration.
5094         * osdata.c (info_osdata_command): Change to non-static.
5095         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5096         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5097         * mi/mi-cmd-info.c: New file.
5098
5099 2012-05-23  Doug Evans  <dje@google.com>
5100
5101         * symtab.c (search_symbols): Pass NULL for file_matcher to
5102         expand_symtabs_matching if there are no files to match.
5103
5104         * gdbtypes.c (lookup_typename): Simplify.
5105
5106 2012-05-23  Pedro Alves  <palves@redhat.com>
5107
5108         * arch-utils.h (default_target_signal_to_host): Delete.
5109         * arch-utils.c (default_target_signal_to_host): Delete.
5110         * gdbarch.sh (target_signal_to_host): Remove.
5111         * gdbarch.h, gdbarch.c: Regenerate.
5112
5113 2012-05-22  Doug Evans  <dje@google.com>
5114
5115         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5116         "const gdb_byte *".
5117         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5118         (execute_cfa_program): Update to match API of leb128 functions.
5119         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5120         "const gdb_byte *".
5121         (read_unsigned_leb128, read_signed_leb128): Delete.
5122         (read_initial_length): Change type of buf argument to
5123         "const gdb_byte *".
5124         (read_encoded_value): Update to match API of leb128 functions.
5125         (decode_frame_entry): Change result to "const gdb_byte *", and
5126         similarly for "start" parameter.
5127         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5128         (dwarf2_build_frame_info): Change local frame_ptr to
5129         "const gdb_byte *".
5130         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5131         read_uleb128, read_sleb128.  All callers updated.
5132         (safe_skip_leb128): New function.
5133         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5134         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5135         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5136         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5137         read_uleb128, read_sleb128.
5138         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5139         (execute_stack_op): Update to match API of leb128 functions.
5140         * dwarf2expr.h: #include "leb128.h".
5141         (read_uleb128, read_sleb128): Delete.
5142         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5143         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5144         * dwarf2loc.c (debug_loc_kind): New enum.
5145         (decode_debug_loc_addresses): New function.
5146         (decode_debug_loc_dwo_addresses): New function.
5147         (dwarf2_find_location_expression): Rewrite.
5148         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5149         (locexpr_describe_location_piece): Ditto.
5150         (disassemble_dwarf_expression): Ditto.
5151         (locexpr_describe_location_1): Ditto.
5152         (loclist_describe_location): Rewrite.
5153         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5154         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5155         (dwarf2_section_buffer_overflow_complaint): Renamed from
5156         dwarf2_macros_too_long_complaint.  All callers updated.
5157         (skip_leb128): Delete.
5158         (init_cu_die_reader): Initialize reader->buffer_end.
5159         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5160         (skip_form_bytes): New arg buffer_end.  All callers updated.
5161         Replace call to skip_leb128 with gdb_skip_leb128.
5162         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5163         (fill_in_loclist_baton): Initialize baton->from_dwo.
5164
5165 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5166
5167         * mips-linux-nat.c (mips_linux_read_description): Use a more
5168         verbose error message.
5169
5170 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5171
5172         * NEWS: Add MIPS/Linux DSP support.
5173         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5174         (SIGCONTEXT_DSPCTL): New macro.
5175         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5176         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5177         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5178         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5179         (N64_SIGCONTEXT_HI3): Likewise.
5180         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5181         (N64_SIGCONTEXT_LO3): Likewise.
5182         (N64_SIGCONTEXT_DSPCTL): Likewise.
5183         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5184         (mips_linux_o32_sigframe_init): Handle DSP registers.
5185         (mips_linux_n32n64_sigframe_init): Likewise.
5186
5187 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5188
5189         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5190         call to abort.
5191
5192 2012-05-22  Pedro Alves  <palves@redhat.com>
5193
5194         * target.h (store_waitstatus): Move declaration ...
5195         * inf-child.h (store_waitstatus): ... here.
5196         * target.c: Move inclusion of gdb_wait.h, and ...
5197         (store_waitstatus): ... this ...
5198         * inf-child.c: ... here.
5199         * linux-nat.c: Include inf-child.h.
5200         * rs6000-nat.c: Include inf-child.h.
5201         * spu-linux-nat.c: Include inf-child.h.
5202
5203 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5204
5205         * tracepoint.c (start_tracing): Add missing i18n markup.
5206         (stop_tracing, set_trace_user): Ditto.
5207         (set_trace_notes, set_trace_stop_notes): Ditto.
5208
5209 2012-05-21  Tom Tromey  <tromey@redhat.com>
5210
5211         PR c++/7173:
5212         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5213         types.
5214         * value.h (value_cast_pointers): Update.
5215         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5216         (value_cast): Update.
5217         (update_search_result): New function.
5218         (do_search_struct_field): New, from search_struct_field.  Check
5219         for ambiguous results.
5220         (search_struct_field): Rewrite.
5221         * infcall.c (value_arg_coerce): Update.
5222         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5223         value_cast_pointers.
5224         * ada-lang.c (ada_convert_actual): Update.
5225
5226 2012-05-21  Tom Tromey  <tromey@redhat.com>
5227
5228         * macroexp.c (macro_stringify): Terminate the string.
5229
5230 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5231
5232         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5233         Describe it.
5234         * auto-load.c (auto_load_expand_dir_vars): New function.
5235         (auto_load_safe_path_vec_update): Use it, remove the
5236         substitute_path_component call thanks to it.
5237         (auto_load_objfile_script): Remove the debug_file_directory processing.
5238         Use auto_load_expand_dir_vars, remove the substitute_path_component
5239         call thanks to it.
5240         * configure: Regenerate.
5241         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5242         path.  Escape $ also for $debugdir.
5243         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5244         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5245
5246 2012-05-20  Doug Evans  <dje@google.com>
5247
5248         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5249         before use.  Check for symtab->includes == NULL before scanning it.
5250
5251 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5252
5253         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5254
5255 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5256
5257         * NEWS: Add microMIPS support and "set mips compression",
5258         "show mips compression" commands.
5259         * mips-tdep.h (mips_isa): New enum.
5260         (gdbarch_tdep): Add mips_isa.
5261         (mips_pc_is_mips16): Update prototype.
5262         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5263         * mips-tdep.c (mips_compression_mips16): New variable.
5264         (mips_compression_micromips): Likewise.
5265         (mips_compression_strings): Likewise.
5266         (mips_compression_string): Likewise.
5267         (is_mips16_isa, is_micromips_isa): New functions.
5268         (is_mips16_addr): Rename to...
5269         (is_compact_addr): ... this.
5270         (unmake_mips16_addr): Likewise to...
5271         (unmake_compact_addr): ... this.
5272         (make_mips16_addr): Likewise to...
5273         (make_compact_addr): ... this.
5274         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5275         functions.
5276         (mips_elf_make_msymbol_special): Handle microMIPS code.
5277         (msymbol_is_special): Rename to...
5278         (msymbol_is_mips16): ... this.
5279         (mips_make_symbol_special, mips_pc_is_mips16): Update
5280         accordingly.
5281         (msymbol_is_mips, msymbol_is_micromips): New functions.
5282         (mips16_to_32_reg): Rename to...
5283         (mips_reg3_to_reg): ... this.
5284         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5285         (mips_pc_isa): Likewise.
5286         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5287         code.
5288         (mips_fetch_instruction): Pass return status instead of printing
5289         an error message if requested.  Handle microMIPS code.  Bail out
5290         on an invalid ISA.
5291         (micromips_op): New macro.
5292         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5293         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5294         (b6s4_op, b7s3_reg): Likewise.
5295         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5296         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5297         (mips_insn_size): New function.
5298         (mips32_next_pc): Update mips_fetch_instruction call.
5299         (micromips_relative_offset7): New function.
5300         (micromips_relative_offset10): Likewise.
5301         (micromips_relative_offset16): Likewise.
5302         (micromips_pc_insn_size): Likewise.
5303         (micromips_bc1_pc): Likewise.
5304         (micromips_next_pc): Likewise.
5305         (unpack_mips16): Update mips_fetch_instruction call.
5306         (extended_mips16_next_pc): Update according to change to
5307         mips16_to_32_reg.
5308         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5309         code.
5310         (mips16_scan_prologue): Update mips_fetch_instruction call.
5311         Update according to change to mips16_to_32_reg.
5312         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5313         (mips_insn16_frame_base_sniffer): Likewise.
5314         (micromips_decode_imm9): New function.
5315         (micromips_scan_prologue): Likewise.
5316         (mips_micro_frame_cache): Likewise.
5317         (mips_micro_frame_this_id): Likewise.
5318         (mips_micro_frame_prev_register): Likewise.
5319         (mips_micro_frame_sniffer): Likewise.
5320         (mips_micro_frame_unwind): New variable.
5321         (mips_micro_frame_base_address): New function.
5322         (mips_micro_frame_base): New variable.
5323         (mips_micro_frame_base_sniffer): New function.
5324         (mips32_scan_prologue): Update mips_fetch_instruction call.
5325         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5326         rather than for MIPS16.
5327         (mips_insn32_frame_base_sniffer): Likewise.
5328         (mips_addr_bits_remove): Handle microMIPS code.
5329         (deal_with_atomic_sequence): Rename to...
5330         (mips_deal_with_atomic_sequence): ... this.  Update the type
5331         of the variable used to hold an instruction.  Remove the ISA bit
5332         check.  Update mips_fetch_instruction call.
5333         (micromips_deal_with_atomic_sequence): New function.
5334         (deal_with_atomic_sequence): Likewise.
5335         (mips_about_to_return): Handle microMIPS code.  Update
5336         mips_fetch_instruction call.
5337         (heuristic_proc_start): Check for the standard MIPS ISA rather
5338         than for MIPS16.  Update mips_pc_is_mips16 and
5339         mips_fetch_instruction calls.  Handle microMIPS code.
5340         (mips_push_dummy_code): Handle microMIPS code.
5341         (mips_eabi_push_dummy_call): Likewise.
5342         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5343         (mips_o64_push_dummy_call): Handle microMIPS code.
5344         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5345         (is_delayed): Remove function.
5346         (mips_single_step_through_delay): Replace the call to is_delayed
5347         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5348         Handle microMIPS code.
5349         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5350         microMIPS code.
5351         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5352         call.
5353         (micromips_in_function_epilogue_p): New function.
5354         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5355         call.
5356         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5357         Handle microMIPS.
5358         (gdb_print_insn_mips): Likewise.
5359         (mips_breakpoint_from_pc): Likewise.
5360         (mips_remote_breakpoint_from_pc): New function.
5361         (mips32_instruction_has_delay_slot): Simplify making use of the
5362         updated mips_fetch_instruction interface.
5363         (micromips_instruction_has_delay_slot): New function.
5364         (mips16_instruction_has_delay_slot): Simplify making use of the
5365         updated mips_fetch_instruction interface.
5366         (mips_adjust_breakpoint_address): Check for the standard MIPS
5367         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5368         calls.  Handle microMIPS code.
5369         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5370         (mips_skip_trampoline_code): Handle microMIPS code.
5371         (global_mips_compression): New function.
5372         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5373         file flags.  Register the microMIPS remote breakpoint handler
5374         and heuristic frame unwinder.
5375         (show_mips_compression): New function.
5376         (_initialize_mips_tdep): Add the "set mips compression" and
5377         "show mips compression" commands.
5378
5379 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5380
5381         * ada-lang.c:
5382         * ada-tasks.c:
5383         * ada-varobj.c:
5384         * amd64-darwin-tdep.c:
5385         * arm-symbian-tdep.c:
5386         * arm-tdep.c:
5387         * avr-tdep.c:
5388         * ax-gdb.c:
5389         * bfin-linux-tdep.c:
5390         * breakpoint.c:
5391         * c-valprint.c:
5392         * cli/cli-cmds.c:
5393         * coffread.c:
5394         * cp-support.c:
5395         * cris-tdep.c:
5396         * dwarf2-frame-tailcall.c:
5397         * dwarf2-frame.c:
5398         * dwarf2expr.c:
5399         * dwarf2loc.c:
5400         * dwarf2read.c:
5401         * elfread.c:
5402         * eval.c:
5403         * expprint.c:
5404         * f-valprint.c:
5405         * frv-tdep.c:
5406         * h8300-tdep.c:
5407         * hppa-hpux-tdep.c:
5408         * hppa-tdep.c:
5409         * hppanbsd-tdep.c:
5410         * i386-nto-tdep.c:
5411         * i386-tdep.c:
5412         * i387-tdep.c:
5413         * ia64-tdep.c:
5414         * jit.c:
5415         * linespec.c:
5416         * linux-tdep.c:
5417         * lm32-tdep.c:
5418         * m2-valprint.c:
5419         * m32c-tdep.c:
5420         * m32r-rom.c:
5421         * m32r-tdep.c:
5422         * m68k-tdep.c:
5423         * m68klinux-tdep.c:
5424         * mi/mi-main.c:
5425         * microblaze-tdep.c:
5426         * mips-linux-tdep.c:
5427         * mips-tdep.c:
5428         * mn10300-tdep.c:
5429         * p-valprint.c:
5430         * parse.c:
5431         * ppc-linux-tdep.c:
5432         * ppc-sysv-tdep.c:
5433         * printcmd.c:
5434         * python/py-finishbreakpoint.c:
5435         * python/py-inferior.c:
5436         * python/py-infthread.c:
5437         * python/py-type.c:
5438         * python/python.c:
5439         * remote-fileio.c:
5440         * remote-m32r-sdi.c:
5441         * remote-mips.c:
5442         * reverse.c:
5443         * rl78-tdep.c:
5444         * rs6000-aix-tdep.c:
5445         * rs6000-tdep.c:
5446         * s390-tdep.c:
5447         * score-tdep.c:
5448         * sh64-tdep.c:
5449         * skip.c:
5450         * solib-darwin.c:
5451         * solib-dsbt.c:
5452         * solib-frv.c:
5453         * sparc-tdep.c:
5454         * spu-multiarch.c:
5455         * spu-tdep.c:
5456         * stack.c:
5457         * symfile.c:
5458         * symtab.c:
5459         * tic6x-tdep.c:
5460         * tracepoint.c:
5461         * v850-tdep.c:
5462         * valarith.c:
5463         * valprint.c:
5464         * value.c:
5465         * xcoffread.c:
5466         * xtensa-tdep.c:
5467         * ada-lang.c:
5468         * ada-tasks.c:
5469         * ada-varobj.c:
5470         * amd64-darwin-tdep.c:
5471         * arm-symbian-tdep.c:
5472         * arm-tdep.c: Delete unused variables.
5473
5474 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5475
5476         Rename $ddir to $datadir.
5477         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5478         * auto-load.c (auto_load_safe_path_vec_update)
5479         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5480         * configure: Regenerate.
5481         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5482         Likewise.  Remove the 'use $ddir' help string.
5483
5484 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5485
5486         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5487         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5488
5489 2012-05-18  Tom Tromey  <tromey@redhat.com>
5490
5491         PR exp/13907:
5492         * valprint.h (struct value_print_options) <symbol_print>: New
5493         field.
5494         * valprint.c (user_print_options): Add default for symbol_print.
5495         (show_symbol_print): New function.
5496         (generic_val_print): Respect symbol_print.
5497         (_initialize_valprint): Add "print symbol" setting.
5498         * f-valprint.c (f_val_print): Respect symbol_print.
5499         * c-valprint.c (c_val_print): Respect symbol_print.
5500         * NEWS: Update.
5501         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5502         zero-size symbols.
5503         (print_address_demangle): Return int.
5504         * defs.h: (print_address_symbolic): Return int.
5505         * value.h (print_address_demangle): Return int.
5506
5507 2012-05-18  Tom Tromey  <tromey@redhat.com>
5508
5509         * valprint.c (val_print_string): Don't print leading space.
5510         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5511         print space before string or vtbl.
5512         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5513         before string.
5514         * jv-valprint.c (java_value_print): Print space before string.
5515         * go-valprint.c (print_go_string): Print space before string.
5516         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5517         space before string.
5518         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5519         space before string or vtbl.
5520         * auxv.c (fprint_target_auxv): Print space after address.
5521
5522 2012-05-18  Tom Tromey  <tromey@redhat.com>
5523
5524         * printcmd.c (print_address_demangle): Remove special case for 0.
5525
5526 2012-05-18  Tom Tromey  <tromey@redhat.com>
5527
5528         * printcmd.c (print_address_demangle): Add 'opts' argument.
5529         * p-valprint.c (pascal_val_print): Update.
5530         * jv-valprint.c (java_val_print): Update.
5531         * value.h: Update.
5532         * valprint.c (generic_val_print): Update.
5533         (print_function_pointer_address): Add 'options' argument.  Remove
5534         'addressprint' argument.  Update.
5535         * m2-valprint.c (print_unpacked_pointer): Update.
5536         * gnu-v3-abi.c (print_one_vtable): Update.
5537         (gnuv3_print_method_ptr): Update.
5538         * f-valprint.c (f_val_print): Update.
5539         * cp-valprint.c (cp_print_value_fields): Update.
5540         * valprint.h (print_function_pointer_address): Update.
5541         * c-valprint.c (c_val_print): Update.
5542
5543 2012-05-18  Tom Tromey  <tromey@redhat.com>
5544
5545         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5546         directly corresponding to the found psymtab.
5547         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5548         (dw2_find_pc_sect_symtab): Use it.
5549         * block.h (blockvector_contains_pc): Declare.
5550         * block.c (find_block_in_blockvector): New function.
5551         (blockvector_for_pc_sect): Use it.
5552         (blockvector_contains_pc): New function.
5553
5554 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5555
5556         * mips-tdep.h (mips_write_pc): New prototype.
5557         * mips-tdep.c (mips_write_pc): Make external, add description.
5558         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5559         add description.
5560
5561 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5562
5563         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5564         mips_regnum->pc.
5565         (mips_unwind_pc, mips_write_pc): Likewise.
5566         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5567         gdbarch_read_pc.
5568
5569 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5570
5571         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5572         proc_warn, proc_error, proc_get_status, proc_flags,
5573         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5574         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5575         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5576         proc_stop_process, proc_wait_for_stop, proc_run_process,
5577         proc_set_traced_signals, proc_set_traced_faults,
5578         proc_set_traced_sysentry, proc_set_traced_sysexit,
5579         proc_set_held_signals, proc_get_held_signals,
5580         proc_get_traced_signals, proc_get_traced_faults,
5581         proc_get_traced_sysentry, proc_get_traced_sysexit,
5582         proc_clear_current_fault, proc_set_current_signal,
5583         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5584         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5585         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5586         proc_get_current_thread, proc_get_current_thread,
5587         proc_get_current_thread, proc_update_threads,
5588         proc_update_threads, proc_update_threads, proc_update_threads,
5589         proc_iterate_over_threads, procfs_find_new_threads,
5590         procfs_pid_to_str): Make static.  Remove advance declaration.
5591         (proc_cursig): Make static.  Conditionalized defintion on
5592         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5593         (proc_syscall, proc_set_kill_on_last_close,
5594         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5595         proc_get_pending_signals, proc_get_signal_actions,
5596         proc_trace_signal, proc_ignore_signal): Delete.
5597
5598 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5599
5600         * coffread.c (cs_section_address): Passing proper argument for
5601         `bfd_get_section_vma'.
5602         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5603         `bfd_get_section_flags'.
5604         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5605         `bfd_get_section_vma'.
5606
5607 2012-05-16  Tom Tromey  <tromey@redhat.com>
5608
5609         PR macros/13205:
5610         * macrotab.h: (macro_define_special): Declare.
5611         (enum macro_special_kind): New.
5612         (struct macro_definition) <argc, replacement>: Update comments.
5613         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5614         (macro_define_object_internal): New function.
5615         (macro_define_object): Use it.
5616         (macro_define_special): New function.
5617         (fixup_definition): New function.
5618         (macro_lookup_definition, foreach_macro_in_scope)
5619         (foreach_macro): Use fixup_definition.
5620         * macroexp.h (macro_stringify): Declare.
5621         * macroexp.c (free_buffer_return_text): New function.
5622         (stringify): Constify "arg".
5623         (macro_stringify): New function.
5624         * dwarf2read.c (macro_start_file): Call macro_define_special.
5625
5626 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5627             Maciej W. Rozycki  <macro@mips.com>
5628
5629         * breakpoint.h (bp_location): Add related_address member.
5630         * inferior.h (get_return_value): Take a pointer to struct value
5631         instead of struct type for the function requested.
5632         * value.h (using_struct_return): Likewise.
5633         * gdbarch.sh (return_value): Take a pointer to struct value
5634         instead of struct type for the function requested.
5635         * breakpoint.c (set_breakpoint_location_function): Initialize
5636         related_address for bp_gnu_ifunc_resolver breakpoints.
5637         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5638         requested function's address to gdbarch_return_value.
5639         * eval.c (evaluate_subexp_standard): Pass the requested
5640         function's address to using_struct_return.
5641         * infcall.c (call_function_by_hand): Pass the requested
5642         function's address to using_struct_return and
5643         gdbarch_return_value.
5644         * infcmd.c (get_return_value): Take a pointer to struct value
5645         instead of struct type for the function requested.
5646         (print_return_value): Update accordingly.
5647         (finish_command_continuation): Likewise.
5648         * stack.c (return_command): Pass the requested function's
5649         address to using_struct_return and gdbarch_return_value.
5650         * value.c (using_struct_return): Take a pointer to struct value
5651         instead of struct type for the function requested.  Pass the
5652         requested function's address to gdbarch_return_value.
5653         * python/py-finishbreakpoint.c (finish_breakpoint_object):
5654         New function_value member, replacing function_type.
5655         (bpfinishpy_dealloc): Update accordingly.
5656         (bpfinishpy_pre_stop_hook): Likewise.
5657         (bpfinishpy_init): Likewise.  Record the requested function's
5658         address.
5659         * mips-tdep.c (mips_fval_reg): New enum.
5660         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5661         words put in GP registers.
5662         (mips_o64_push_dummy_call): Update a comment.
5663         (mips_o32_return_value): Take a pointer to struct value instead
5664         of struct type for the function requested and use it to check if
5665         using the MIPS16 calling convention.  Return the designated
5666         general purpose registers for floating-point values returned in
5667         MIPS16 mode.
5668         (mips_o64_return_value): Likewise.
5669         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5670         (ppc_sysv_abi_broken_return_value): Likewise.
5671         (ppc64_sysv_abi_return_value): Likewise.
5672         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5673         value instead of struct type for the function requested.
5674         * amd64-tdep.c (amd64_return_value): Likewise.
5675         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5676         * arm-tdep.c (arm_return_value): Likewise.
5677         * avr-tdep.c (avr_return_value): Likewise.
5678         * bfin-tdep.c (bfin_return_value): Likewise.
5679         * cris-tdep.c (cris_return_value): Likewise.
5680         * frv-tdep.c (frv_return_value): Likewise.
5681         * h8300-tdep.c (h8300_return_value): Likewise.
5682         (h8300h_return_value): Likewise.
5683         * hppa-tdep.c (hppa32_return_value): Likewise.
5684         (hppa64_return_value): Likewise.
5685         * i386-tdep.c (i386_return_value): Likewise.
5686         * ia64-tdep.c (ia64_return_value): Likewise.
5687         * iq2000-tdep.c (iq2000_return_value): Likewise.
5688         * lm32-tdep.c (lm32_return_value): Likewise.
5689         * m32c-tdep.c (m32c_return_value): Likewise.
5690         * m32r-tdep.c (m32r_return_value): Likewise.
5691         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5692         * m68k-tdep.c (m68k_return_value): Likewise.
5693         (m68k_svr4_return_value): Likewise.
5694         * m88k-tdep.c (m88k_return_value): Likewise.
5695         * mep-tdep.c (mep_return_value): Likewise.
5696         * microblaze-tdep.c (microblaze_return_value): Likewise.
5697         * mn10300-tdep.c (mn10300_return_value): Likewise.
5698         * moxie-tdep.c (moxie_return_value): Likewise.
5699         * mt-tdep.c (mt_return_value): Likewise.
5700         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5701         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5702         (ppc_sysv_abi_broken_return_value): Likewise.
5703         (ppc64_sysv_abi_return_value): Likewise.
5704         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5705         * rl78-tdep.c (rl78_return_value): Likewise.
5706         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5707         * rx-tdep.c (rx_return_value): Likewise.
5708         * s390-tdep.c (s390_return_value): Likewise.
5709         * score-tdep.c (score_return_value): Likewise.
5710         * sh-tdep.c (sh_return_value_nofpu): Likewise.
5711         (sh_return_value_fpu): Likewise.
5712         * sh64-tdep.c (sh64_return_value): Likewise.
5713         * sparc-tdep.c (sparc32_return_value): Likewise.
5714         * sparc64-tdep.c (sparc64_return_value): Likewise.
5715         * spu-tdep.c (spu_return_value): Likewise.
5716         * tic6x-tdep.c (tic6x_return_value): Likewise.
5717         * v850-tdep.c (v850_return_value): Likewise.
5718         * vax-tdep.c (vax_return_value): Likewise.
5719         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5720         * xtensa-tdep.c (xtensa_return_value): Likewise.
5721         * gdbarch.c: Regenerate.
5722         * gdbarch.h: Regenerate.
5723
5724 2012-05-15  Tom Tromey  <tromey@redhat.com>
5725
5726         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5727
5728 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5729
5730         * breakpoint.c (init_breakpoint_sal): Add quotes around part
5731         of command in two error message.
5732
5733 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5734
5735         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5736
5737 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5738
5739         * breakpoint.c (find_condition_and_thread): Minor reformatting.
5740
5741 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5742
5743         * NEWS (show auto-load scripts-directory): Add forgotten command.
5744
5745 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5746
5747         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5748         parameters.
5749
5750 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5751
5752         * amd64-tdep.c: Include features/i386/x32.c and
5753         features/i386/x32-avx.c.
5754         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5755         initialize_tdesc_x32_avx.
5756
5757 2012-05-14  Stan Shebs  <stan@codesourcery.com>
5758
5759         Add dynamic printf.
5760         * breakpoint.h (enum bptype): New type bp_dprintf.
5761         (struct breakpoint): New field extra_string.
5762         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5763         (create_breakpoint): Add extra_string arg.
5764         * breakpoint.c (dprintf_breakpoint_ops): New.
5765         (is_breakpoint): Add bp_dprintf.
5766         (bpstat_what): Add dprintf case.
5767         (bptype_string): Ditto.
5768         (print_one_breakpoint_location): Ditto.
5769         (init_bp_location): Ditto.
5770         (bkpt_print_mention): Ditto.
5771         (dprintf_style_enums): New array.
5772         (dprintf_style): New global.
5773         (dprintf_function): New global.
5774         (dprintf_channel): New global.
5775         (update_dprintf_command_list): New function.
5776         (update_dprintf_commands): New function.
5777         (init_breakpoint_sal): Add extra_string argument, handle it.
5778         (create_breakpoint_sal): Add extra_string argument.
5779         (create_breakpoints_sal): Add extra_string argument, update callers.
5780         (find_condition_and_thread): Add extra argument.
5781         (create_breakpoint): Add extra_string argument, record it.
5782         (dprintf_command): New function.
5783         (break_command_1): Add arg to create_breakpoint call.
5784         (handle_gnu_v3_exceptions): Ditto.
5785         (trace_command): Ditto.
5786         (ftrace_command): Ditto.
5787         (strace_command): Ditto.
5788         (bkpt_print_mention): Add dprintf case.
5789         (create_breakpoint_sal_default): Add extra_string argument.
5790         (_initialize_breakpoint): Add new commands.
5791         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5792         * python/py-breakpoint.c (bppy_init): Ditto.
5793         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5794
5795 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
5796
5797         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5798
5799 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
5800
5801         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5802         unsigned long long.
5803
5804 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
5805
5806         Add a new function gdb.find_pc_line to the Python API.
5807         * NEWS (Python Scripting): Add entry about the new function.
5808         * python/python.c (gdbpy_find_pc_line): New function which
5809         implements gdb.find_pc_line.
5810         (GdbMethods): Add entry for the new function.
5811
5812 2012-05-12  Pedro Alves  <palves@redhat.com>
5813
5814         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5815         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5816
5817 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
5818
5819         * inferior.c: Include completer.h
5820         (initialize_inferiors): Set completer of add-inferior to
5821         filename_completer.
5822
5823 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5824
5825         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5826         gdbarch_ptr_bit for x32 core dump.
5827
5828 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5829
5830         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5831         and features/i386/x32-avx-linux.c.
5832
5833 2012-05-11  Stan Shebs  <stan@codesourcery.com>
5834             Kwok Cheung Yeung  <kcy@codesourcery.com>
5835
5836         * NEWS: Describe new info os commands.
5837         * common/linux-osdata.c (PID_T, TIME_T): Define.
5838         (MAX_PID_T_STRLEN): New.
5839         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
5840         MAX_PID_T_STRLEN.
5841         (command_from_pid): Add comment.  Change to use PID_T.
5842         (commandline_from_pid):  Change to use PID_T.
5843         (user_from_pid): Add comment.
5844         (get_process_owner): Add comment. Change to use PID_T and
5845         MAX_PID_T_STRLEN.
5846         (get_number_of_cpu_cores): Add comment.
5847         (get_cores_used_by_process): Add comment.  Change to use PID_T and
5848         MAX_PID_T_STRLEN.
5849         (linux_xfer_osdata_processes): Change to use PID_T and
5850         MAX_PID_T_STRLEN.
5851         (compare_processes): New function.
5852         (linux_xfer_osdata_processgroups): New function.
5853         (linux_xfer_osdata_threads): Change to use PID_T.
5854         (linux_xfer_osdata_fds): New function.
5855         (format_socket_state, print_sockets): New functions.
5856         (union socket_addr): New union.
5857         (linux_xfer_osdata_isockets): New function.
5858         (time_from_time_t, group_from_gid): New functions.
5859         (linux_xfer_osdata_shm): New function.
5860         (linux_xfer_osdata_sem): New function.
5861         (linux_xfer_osdata_msg): New function.
5862         (linux_xfer_osdata_modules): New function.
5863         (osdata_table): Add new entries.
5864         * common/buffer.c (buffer_xml_printf): Add support for long and
5865         long long format specifiers.
5866
5867 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5868
5869         * amd64-linux-tdep.h (tdesc_x32_linux): New.
5870         (tdesc_x32_avx_linux): Likewise.
5871
5872 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5873
5874         Implement multi-component --with-auto-load-dir.
5875         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5876         entries.
5877         (--with-auto-load-safe-path): Update the default value description.
5878         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5879         New.
5880         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
5881         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
5882         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
5883         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
5884         "set auto-load scripts-directory".
5885         * config.in: Regenerate.
5886         * configure: Regenerate.
5887         * configure.ac (--with-auto-load-dir): New configure option.
5888         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5889
5890 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5891
5892         Provide $ddir substitution for --with-auto-load-safe-path.
5893         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5894         entries.
5895         * auto-load.c: Include observer.h.
5896         (auto_load_safe_path_vec_update): Call substitute_path_component for
5897         each component.  New variable ddir_subst.
5898         (auto_load_gdb_datadir_changed): New function.
5899         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5900         AUTO_LOAD_SAFE_PATH.  New comment.
5901         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5902         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
5903         * config.in: Regenerate.
5904         * configure: Regenerate.
5905         * configure.ac (--auto-load-safe-path): Rename
5906         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
5907         GDB_DATADIR/auto-load.
5908         * defs.h (substitute_path_component): New declaration.
5909         * top.c: Include observer.h.
5910         (set_gdb_datadir): New function.
5911         (init_main): Install it for "set data-directory".
5912         * utils.c (substitute_path_component): New function.
5913
5914 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5915
5916         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5917         * auto-load.c (auto_load_objfile_script): Remove check for NULL
5918         DEBUG_FILE_DIRECTORY.  Handle multiple components of
5919         DEBUG_FILE_DIRECTORY.
5920
5921 2012-05-10  Tom Tromey  <tromey@redhat.com>
5922
5923         * dwarf2read.c (recursively_write_psymbols): New function.
5924         (write_psymtabs_to_index): Use it.
5925
5926         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5927         field.
5928         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5929         (load_partial_comp_unit): Update.
5930         (queue_comp_unit): Add argument 'pretend_language'.
5931         (process_queue): Update.
5932         (psymtab_to_symtab_1): Skip dependencies that have a user.
5933         (load_partial_comp_unit_reader): Give meaning to the 'data'
5934         argument.
5935         (load_full_comp_unit): Add 'pretend_language' argument.
5936         (process_full_comp_unit): Add 'pretend_language' argument.  Set
5937         language on CU.
5938         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5939         Update.
5940         (maybe_queue_comp_unit): Add 'pretend_language' argument.
5941         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5942         Update.
5943         (prepare_one_comp_unit): Add 'pretend_language' argument.
5944
5945         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5946         (struct dwarf2_per_objfile) <just_read_cus>: New field.
5947         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5948         (dw2_do_instantiate_symtab): Check whether symtab was read in
5949         before queueing.
5950         (dw2_instantiate_symtab): Add assertion.  Call
5951         process_cu_includes.
5952         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5953         (partial_symtab_p): New typedef.
5954         (set_partial_user): New function.
5955         (dwarf2_build_psymtabs_hard): Use set_partial_user.
5956         (scan_partial_symbols): Add imported CU to imported_symtabs.
5957         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5958         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5959         (get_symtab, recursively_compute_inclusions)
5960         (compute_symtab_includes, process_cu_includes)
5961         (process_imported_unit_die): New functions.
5962         (process_die) <DW_TAG_imported_unit>: New case.
5963         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5964
5965         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5966         comment.
5967         (struct partial_die_info) <locdesc>: Remove.
5968         <d>: New field.
5969         (process_psymtab_comp_unit): Add 'read_partial' argument.
5970         Update.
5971         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5972         (scan_partial_symbols): Handle DW_TAG_imported_unit.
5973         (add_partial_symbol): Update.
5974         (process_die): Handle DW_TAG_partial_unit.
5975         (read_file_scope): Update comment.
5976         (load_partial_dies): Handle DW_TAG_imported_unit.
5977         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5978         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5979
5980 2012-05-10  Tom Tromey  <tromey@redhat.com>
5981
5982         * cc-with-dwz.sh: New file.
5983
5984 2012-05-10  Tom Tromey  <tromey@redhat.com>
5985
5986         * symtab.h (struct symtab) <includes, user>: New fields.
5987         * block.h (struct block_iterator) <d, idx, which>: New fields.
5988         * block.c (initialize_block_iterator, find_iterator_symtab)
5989         (block_iterator_step, block_iter_name_step)
5990         (block_iter_match_step): New functions.
5991         (block_iterator_first, block_iterator_next)
5992         (block_iter_name_first, block_iter_name_next)
5993         (block_iter_match_first, block_iter_match_next): Rewrite.
5994         (get_block_symtab): New function.
5995
5996 2012-05-10  Tom Tromey  <tromey@redhat.com>
5997
5998         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5999         set_block_symtab.
6000         * jit.c (finalize_symtab): Use allocate_global_block,
6001         set_block_symtab.
6002         * buildsym.c (finish_block_internal): New function, from old
6003         finish_block.
6004         (finish_block): Rewrite.
6005         (end_symtab): Use finish_block_internal, set_block_symtab.
6006         * block.h (struct global_block): New.
6007         (allocate_global_block, set_block_symtab): Declare.
6008         * block.c (allocate_global_block, set_block_symtab): New
6009         functions.
6010
6011 2012-05-10  Tom Tromey  <tromey@redhat.com>
6012
6013         * psymtab.c (partial_map_expand_apply): Add assertion.
6014         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6015         (psymtab_to_symtab): Find unshared psymtab.
6016         (dump_psymtab): Print including psymtabs.
6017         (recursively_search_psymtabs): New function.
6018         (expand_symtabs_matching_via_partial): Use it.
6019         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6020         fields.
6021         (enum psymtab_search_status): New.
6022
6023 2012-05-10  Tom Tromey  <tromey@redhat.com>
6024
6025         * tracepoint.c (scope_info): Update.
6026         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6027         (find_pc_sect_symtab, search_symbols)
6028         (default_make_symbol_completion_list_break_on)
6029         (make_file_symbol_completion_list): Update.
6030         * symmisc.c (dump_symtab_1): Update.
6031         * stack.c (print_frame_args, iterate_over_block_locals)
6032         (print_frame_labels, iterate_over_block_arg_vars): Update.
6033         * python/py-block.c (block_object) <dict>: Remove.
6034         <block>: New field.
6035         <iter>: Change type.
6036         (blpy_iter): Update.
6037         (blpy_block_syms_iternext): Update.
6038         * psymtab.c (map_block): Use block iterators.
6039         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6040         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6041         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6042         * infrun.c (check_exception_resume): Update.
6043         * cp-support.c (make_symbol_overload_list_block): Update.
6044         * coffread.c (patch_opaque_types): Update.
6045         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6046         * block.h (struct block_iterator): New.
6047         (block_iterator_first, block_iterator_next, block_iter_name_first)
6048         (block_iter_name_next, block_iter_match_first)
6049         (block_iter_match_next): Declare.
6050         (ALL_BLOCK_SYMBOLS): Redefine.
6051         * block.c (block_iterator_first, block_iterator_next)
6052         (block_iter_name_first, block_iter_name_next)
6053         (block_iter_match_first, block_iter_match_next): New functions.
6054         * ada-lang.c (ada_add_block_symbols)
6055         (ada_make_symbol_completion_list): Use block iterator.
6056
6057 2012-05-10  Tom Tromey  <tromey@redhat.com>
6058
6059         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6060         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6061         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6062         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6063         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6064         Update.
6065
6066 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6067
6068         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6069         print-file-var-lib2.c, print-file-var-main.c and
6070         print-file-var.exp (located in gdb/testsuite/gdb.base).
6071
6072 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6073
6074         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6075         try locating the symbol in the symbol's own objfile first, before
6076         extending the search to all objfiles.
6077         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6078         out of lookup_symbol_aux_symtabs.
6079         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6080         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6081         Do not search EXCLUDE_OBJFILE.
6082         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6083         (lookup_symbol_global): Search for matches in the block's objfile
6084         first, before searching all other objfiles.
6085
6086 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6087
6088         * printcmd.c (set_command): Add pre/post inc/dec.
6089
6090 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6091
6092         * gdb.1: Document -ex option.
6093
6094 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6095
6096         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6097         * inferior.h (AT_SYMBOL): Delete.
6098
6099 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6100
6101         * mips-tdep.c (mips_push_dummy_code): New function.
6102         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6103         ON_STACK and install mips_push_dummy_code as our gdbarch
6104         push_dummy_code routine.
6105
6106 2012-05-09  Pedro Alves  <palves@redhat.com>
6107
6108         * target.c (set_maintenance_target_async_permitted): Rename to ...
6109         (set_target_async_command): ... this.
6110         (show_maintenance_target_async_permitted): Rename to ...
6111         (show_target_async_command): ... this.
6112         (initialize_targets): Adjust.
6113
6114 2012-05-08  Doug Evans  <dje@google.com>
6115
6116         * go-exp.y (classify_name): Add missing assignment of fields of
6117         yylval.ssym.
6118
6119 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6120
6121         Display the ">" prompt in interactive mode while reading canned
6122         commands, even when the current interpreter is MI.
6123
6124         * interps.c (interp_set_temp): New function.
6125
6126         * interps.h (interp_set_temp): Add prototype.
6127
6128         * cli/cli-script.c (restore_interp): New cleanup function.
6129         (read_command_lines): Temporarily override the current interpreter
6130         with CLI and arrange for restoring the original one.
6131
6132 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6133
6134         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6135
6136 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6137
6138         * probe.c (parse_probes): Move conditional to check for
6139         debuginfo files from here...
6140         * stap-probe.c (stap_get_probes): ... to here.
6141
6142 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6143             H.J. Lu  <hongjiu.lu@intel.com>
6144
6145         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6146         `movl %esp, %ebp' for the X32 ABI.
6147
6148 2012-05-07  Tom Tromey  <tromey@redhat.com>
6149
6150         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6151         get_DW_TAG_name.
6152         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6153         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6154         (dwarf_stack_op_name): Remove.
6155         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6156         (decode_locdesc): Use get_DW_OP_name.
6157         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6158         (dwarf2_compile_expr_to_ax): Likewise.
6159         (disassemble_dwarf_expression): Likewise.
6160         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6161
6162 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6163
6164         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6165         (sh_linux_sigtramp_cache): New function.
6166         (sh_linux_sigreturn_init): New function.
6167         (sh_linux_rt_sigreturn_init): New function.
6168         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6169         patterns.
6170         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6171         syscall codes.
6172         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6173         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6174         (sh_linux_init_abi): Add init calls to register new tramp_frame
6175         definitions under 32-bit SH, update comments.
6176
6177 2012-05-07  Pedro Alves  <palves@redhat.com>
6178
6179         PR gdb/10952
6180
6181         * amd64-linux-tdep.c: Include glibc-tdep.h.
6182         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6183         gdbarch_skip_solib_resolver callback.
6184
6185 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6186
6187         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6188         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6189         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6190         (add_auto_load_safe_path): Change the error message.
6191         (_initialize_auto_load): Change the "safe-path" help text.
6192         * configure: Regenerate
6193         * configure.ac (--without-auto-load-safe-path): Set
6194         WITH_AUTO_LOAD_SAFE_PATH to /.
6195
6196 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6197
6198         * stap-probe.h: Do not include unecessary `probe.h'.
6199
6200 2012-05-05  Alan Modra  <amodra@gmail.com>
6201
6202         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6203         bfd_und_section_ptr.
6204         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6205         and bfd_com_section_ptr.
6206
6207 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6208
6209         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6210
6211 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6212
6213         * windows-nat.h (segment_register_p_ftype): New typedef.
6214         (windows_set_segment_register_p): Add declaration.
6215         * windows-nat.c (segment_register_p): New static global.
6216         (windows_set_segment_register_p): New function.
6217         (do_windows_fetch_inferior_registers): Add special handling
6218         for segment registers.
6219         * amd64-windows-nat.c: #include "amd64-tdep.h".
6220         (amd64_windows_segment_register_p): New function.
6221         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6222         * i386-windows-nat.c: #include "i386-tdep.h".
6223         (i386_windows_segment_register_p): New function.
6224         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6225
6226 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6227
6228         * printcmd.c (set_command): Emit a warning if the expression is not
6229         an assignment.
6230
6231 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6232
6233         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6234         Make static.
6235
6236 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6237
6238         * stap-probe.c (stap_is_operator): Change declaration.
6239         (stap_get_opcode): Change return value.
6240         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6241         `stap_parse_argument_1'.
6242
6243 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6244
6245         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6246         debug log.
6247
6248 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6249
6250         Add two new methods global_block and static_block to gdb.Symtab
6251         objects.
6252         * NEWS (Python scripting): Add entry about the new methods.
6253         * python/py-symtab.c (stpy_global_block): New function which
6254         implements the gdb.Symtab.global_block() method.
6255         (stpy_static_block): New function which implements the
6256         gdb.Symtab.static_block() method.
6257         (symtab_object_methods): Add entries for the two new methods.
6258
6259 2012-05-03  Doug Evans  <dje@google.com>
6260
6261         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6262         files.
6263
6264 2012-05-03  Yao Qi  <yao@codesourcery.com>
6265
6266         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6267         space.
6268         (i386_process_record): Ditto.
6269
6270 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6271
6272         * infcall.c (unwind_on_signal_p): Make static.
6273
6274 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6275
6276         * sol-thread.c (solaris_pid_to_str): Make static.
6277         (_initialize_sol_thread): Add prototype.
6278
6279 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6280
6281         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6282
6283 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6284
6285         * MAINTAINERS: Remove myself.
6286
6287 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6288
6289         Fix --without-auto-load-safe-path for MS-Windows host platform.
6290         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6291
6292 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6293
6294         * gdb_curses.h: Undefine KEY_EVENT before including curses
6295         headers.  Move "#undef MOUSE_MOVED" before any curses header
6296         inclusion.
6297
6298 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6299
6300         * features/i386/i386-mmx-linux.c: Regenerate.
6301         * features/rs6000/powerpc-32.c: Likewise.
6302         * features/rs6000/powerpc-32l.c: Likewise.
6303         * features/rs6000/powerpc-403.c: Likewise.
6304         * features/rs6000/powerpc-403gc.c: Likewise.
6305         * features/rs6000/powerpc-405.c: Likewise.
6306         * features/rs6000/powerpc-505.c: Likewise.
6307         * features/rs6000/powerpc-601.c: Likewise.
6308         * features/rs6000/powerpc-602.c: Likewise.
6309         * features/rs6000/powerpc-603.c: Likewise.
6310         * features/rs6000/powerpc-604.c: Likewise.
6311         * features/rs6000/powerpc-64.c: Likewise.
6312         * features/rs6000/powerpc-64l.c: Likewise.
6313         * features/rs6000/powerpc-750.c: Likewise.
6314         * features/rs6000/powerpc-860.c: Likewise.
6315         * features/rs6000/powerpc-e500.c: Likewise.
6316         * features/rs6000/powerpc-e500l.c: Likewise.
6317         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6318         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6319         * features/rs6000/rs6000.c: Likewise.
6320
6321 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6322
6323         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6324         variable.
6325         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6326         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6327         (stap_parse_argument) <e>: Likewise.
6328         (handle_stap_probe) <byte_order>: Likewise.
6329
6330 2012-04-30  Doug Evans  <dje@google.com>
6331
6332         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6333         init_and_read_dies_worker.  All callers updated.
6334         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6335         replaced with init_cutu_and_read_dies.
6336         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6337         (find_partial_die): Remove FIXME.  Don't free current CU.
6338
6339 2012-04-30  Sterling Augustine  <saugustine@google.com>
6340
6341         * contrib: New directory.
6342         * contrib/test_pubnames_and_indexes.py: New file.
6343
6344 2012-04-30  Doug Evans  <dje@google.com>
6345
6346         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6347         All callers updated.
6348         (init_cu_die_reader): Verify the section is non-empty.
6349         (dwarf_decode_line_header): Don't dereference section->asection
6350         until we know the section is present.
6351
6352 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6353
6354         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6355         probes.
6356
6357 2012-04-29  Yao Qi  <yao@codesourcery.com>
6358
6359         * gdb-code-style.el: New hook gdb-markup-hook
6360         and gdb-comment-hook.
6361
6362 2012-04-28  Doug Evans  <dje@google.com>
6363
6364         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6365         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6366         objfile->obfd.
6367         * symfile.h (dwarf2_debug_sections): New member addr.
6368         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6369         (ctx_no_get_addr_index): New function.
6370         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6371         (ctx_no_get_addr_index): Declare.
6372         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6373         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6374         (dwarf_expr_ctx_funcs): Update.
6375         (needs_get_addr_index): New function.
6376         (needs_frame_ctx_funcs): Update.
6377         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6378         * dwarf2read.c: #include "gdbcore.h".
6379         (dwarf2_per_objfile): New members addr, dwo_files.
6380         (dwarf2_elf_names): Add entry for addr.
6381         (struct dwo_section_names): New type.
6382         (dwo_section_names): New static global.
6383         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6384         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6385         old debug_types_section member updated to use this.
6386         Rename member debug_types_section to info_or_types_section,
6387         all uses updated.
6388         (signatured_type): Rename member type_offset to type_offset_in_tu,
6389         all uses updated.  New member type_offset_in_section.
6390         (struct dwo_sections): New type.
6391         (struct dwo_unit): New type.
6392         (struct dwo_file): New type.
6393         (die_reader_specs): New member dwo_file.
6394         (dwarf2_locate_sections): Watch for .debug_addr.
6395         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6396         (dwarf2_read_section): Get bfd of section from bfd's asection,
6397         instead of objfile.
6398         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6399         (create_signatured_type_table_from_index): Initialize
6400         sig_type->info_or_types_section.
6401         (dw2_get_file_names): Statement lists for type units with DWO files
6402         live in the DWO file.
6403         (create_debug_types_hash_table): New function.
6404         (create_all_type_units): Rewrite.
6405         (init_cu_die_reader): New arg dwo_file, all callers updated.
6406         (init_and_read_dies_worker): Get section from
6407         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6408         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6409         continue reading the CU/TU from there.
6410         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6411         updated.  Get section from this_cu->info_or_types_section.
6412         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6413         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6414         DW_FORM_GNU_str_index.
6415         (hash_dwo_file, eq_dwo_file): New functions.
6416         (allocate_dwo_file_hash_table): New function.
6417         (hash_dwo_unit, eq_dwo_unit): New functions.
6418         (allocate_dwo_unit_table): New function.
6419         (dwarf2_locate_dwo_sections): New function.
6420         (struct create_dwo_info_table_data): New type.
6421         (create_debug_info_hash_table_reader): New function.
6422         (create_debug_info_hash_table): New function.
6423         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6424         (lookup_dwo_file): New function.
6425         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6426         (free_dwo_file, free_dwo_file_cleanup): New functions.
6427         (free_dwo_file_from_slot, free_dwo_files): New functions.
6428         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6429         (dwarf2_record_block_ranges): Ditto.
6430         (read_partial_die): Ditto.
6431         (process_enumeration_scope): Update to use type_offset_in_section.
6432         (read_full_die_1): New function.
6433         (read_full_die): Rewrite.
6434         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6435         DW_FORM_GNU_str_index.
6436         (read_addr_index_1, read_addr_index): New functions.
6437         (read_addr_index_from_leb128): New function.
6438         (struct dwarf2_read_addr_index_data): New type.
6439         (dwarf2_read_addr_index_reader): New function.
6440         (dwarf2_read_addr_index): New function.
6441         (read_str_index): New function.
6442         (leb128_size): New function.
6443         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6444         If processing a type unit from a DWO file, get the line section
6445         from the DWO file.
6446         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6447         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6448         DW_FORM_GNU_str_index.
6449         (lookup_die_type): Check whether section offset of type's die is
6450         known before looking it up.  Remove assert.  Condition can
6451         legimately happen for inter-cu type references.
6452         (dwarf_attr_name): Handle Fission attributes.
6453         (dwarf_form_name): Handle Fission forms.
6454         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6455         DW_FORM_GNU_str_index.
6456         (follow_die_sig): Update to use type_offset_in_section.
6457         (decode_locdesc): New case DW_OP_GNU_addr_index.
6458         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6459         DW_FORM_GNU_str_index.
6460         (cu_debug_loc_section): New function.
6461         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6462         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6463         Free DWO files if present.
6464         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6465
6466         Refactor DIE reading.
6467         * dwarf2read.c (dwarf2_per_objfile): Replace members
6468         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6469         (die_reader_specs): New member "die_section".  Temporarily make
6470         member "buffer" non-const, pending constifying all info_ptr uses.
6471         (die_reader_func_ftype): New typedef.
6472         (dw2_get_file_names_reader): New function.
6473         (dw2_get_file_names): Rewrite.
6474         (read_and_check_type_unit_head): Rename arg type_offset to
6475         type_offset_in_tu.
6476         (create_all_type_units): Improve debugging message.
6477         Improve dummy type unit check.
6478         (init_cu_die_reader): New arg "section".  All callers updated.
6479         (init_and_read_dies_worker): New function.
6480         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6481         (init_cutu_and_read_dies_no_follow): New function.
6482         (init_cutu_and_read_dies_simple): New function.
6483         (process_psymtab_comp_unit_reader): New function.
6484         (process_psymtab_comp_unit): Delete args section,
6485         is_debug_types_section.  Rewrite.  All callers updated.
6486         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6487         All callers updated.  Rewrite.
6488         (load_partial_comp_unit_reader): New function.
6489         (load_partial_comp_unit): Rewrite.
6490         (skip_children): New arg reader.  Delete args buffer, cu.
6491         All callers updated.
6492         (skip_one_die): New arg reader.  Delete args buffer, cu.
6493         All callers updated.
6494         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6495         All callers updated.
6496         (load_full_comp_unit_reader): New function.
6497         (load_full_comp_unit): Rewrite.
6498         (read_comp_unit): Delete.
6499         (read_die_and_children_1): Delete, contents moved ...
6500         (read_die_and_children): ... here.
6501         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6502         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6503         All callers updated.
6504         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6505         All callers updated.
6506         (find_partial_die): Rewrite load_all_dies support.
6507         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6508         All callers updated.
6509         (read_attribute): New arg reader.  Delete args abfd, cu.
6510         All callers updated.
6511         (load_full_type_unit): Add assert.
6512         (read_signatured_type_reader): New function.
6513         (read_signatured_type): Rewrite.
6514         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6515         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6516         All callers updated.  Set per_cu->cu = NULL after freeing it.
6517         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6518         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6519         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6520         (set_die_type): Update.
6521         (get_die_type_at_offset): Update.
6522         (read_file_scope): Call prepare_one_comp_unit.
6523         (read_type_unit_scope): Ditto.
6524         (prepare_one_comp_unit): Set producer if present.
6525
6526 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6527
6528         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6529          gettext function on `error'.
6530
6531 2012-04-27  Doug Evans  <dje@google.com>
6532
6533         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6534         is empty.
6535
6536 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6537             Tom Tromey  <tromey@redhat.com>
6538
6539         * breakpoint.c (struct breakpoint_objfile_data)
6540         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6541         <exception_probes>: New fields.
6542         (free_breakpoint_probes): New function.
6543         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6544         `_Unwind_DebugHook'.
6545         (create_exception_master_breakpoint): Likewise.
6546         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6547         * infrun.c: Including necessary header files for handling SystemTap
6548         probes.
6549         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6550         via SystemTap probes.
6551         (check_exception_resume): Remove `func' argument.  Handle exception
6552         unwinding breakpoint set via a SystemTap probe.
6553         (insert_exception_resume_from_probe): New function.
6554
6555 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6556             Tom Tromey  <tromey@redhat.com>
6557             Jan Kratochvil  <jan.kratochvil@redhat.com>
6558
6559         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6560         (COMMON_OBS): Likewise.
6561         (HFILES_NO_SRCDIR): Add `probe'.
6562         * NEWS: Mention support for static and SystemTap probes.
6563         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6564         SystemTap probes' arguments parser.
6565         * arm-linux-tdep.c: Including headers needed to perform the parsing
6566         of SystemTap probes' arguments.
6567         (arm_stap_is_single_operand): New function.
6568         (arm_stap_parse_special_token): Likewise.
6569         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6570         probes' arguments parser.
6571         * ax-gdb.c (require_rvalue): Removing static declaration.
6572         (gen_expr): Likewise.
6573         * ax-gdb.h (gen_expr): Declaring function.
6574         (require_rvalue): Likewise.
6575         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6576         (bkpt_probe_breakpoint_ops): New variable.
6577         (momentary_breakpoint_from_master): Set the `probe' value.
6578         (add_location_to_breakpoint): Likewise.
6579         (break_command_1): Using proper breakpoint_ops according to the
6580         argument passed by the user in the command line.
6581         (bkpt_probe_insert_location): New function.
6582         (bkpt_probe_remove_location): Likewise.
6583         (bkpt_probe_create_sals_from_address): Likewise.
6584         (bkpt_probe_decode_linespec): Likewise.
6585         (tracepoint_probe_create_sals_from_address): Likewise.
6586         (tracepoint_probe_decode_linespec): Likewise.
6587         (tracepoint_probe_breakpoint_ops): New variable.
6588         (trace_command): Using proper breakpoint_ops according to the
6589         argument passed by the user in the command line.
6590         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6591         static probes on breakpoints and tracepoints.
6592         * breakpoint.h (struct bp_location) <probe>: New field.
6593         * cli-utils.c (skip_spaces_const): New function.
6594         (extract_arg): Likewise.
6595         * cli-utils.h (skip_spaces_const): Likewise.
6596         (extract_arg): Likewise.
6597         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6598         * configure.ac: Append `stap-probe.o' to be generated when ELF
6599         support is present.
6600         * configure: Regenerate.
6601         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6602         * elfread.c: Include `probe.h' and `arch-utils.h'.
6603         (probe_key): New variable.
6604         (elf_get_probes): New function.
6605         (elf_get_probe_argument_count): Likewise.
6606         (elf_evaluate_probe_argument): Likewise.
6607         (elf_compile_to_ax): Likewise.
6608         (elf_symfile_relocate_probe): Likewise.
6609         (stap_probe_key_free): Likewise.
6610         (elf_probe_fns): New variable.
6611         (elf_sym_fns): Add `sym_probe_fns' value.
6612         (elf_sym_fns_lazy_psyms): Likewise.
6613         (elf_sym_fns_gdb_index): Likewise.
6614         (_initialize_elfread): Initialize objfile cache for static
6615         probes.
6616         * gdb_vecs.h (struct probe): New forward declaration.
6617         (probe_p): New VEC declaration.
6618         * gdbarch.c: Regenerate.
6619         * gdbarch.h: Regenerate.
6620         * gdbarch.sh (stap_integer_prefix): New variable.
6621         (stap_integer_suffix): Likewise.
6622         (stap_register_prefix): Likewise.
6623         (stap_register_suffix): Likewise.
6624         (stap_register_indirection_prefix): Likewise.
6625         (stap_register_indirection_suffix): Likewise.
6626         (stap_gdb_register_prefix): Likewise.
6627         (stap_gdb_register_suffix): Likewise.
6628         (stap_is_single_operand): New function.
6629         (stap_parse_special_token): Likewise.
6630         (struct stap_parse_info): Forward declaration.
6631         * i386-tdep.c: Including headers needed to perform the parsing
6632         of SystemTap probes' arguments.
6633         (i386_stap_is_single_operand): New function.
6634         (i386_stap_parse_special_token): Likewise.
6635         (i386_elf_init_abi): Initializing proper fields used by SystemTap
6636         probes' arguments parser.
6637         * i386-tdep.h (i386_stap_is_single_operand): New function.
6638         (i386_stap_parse_special_token): Likewise.
6639         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6640         * mipsread.c (ecoff_sym_fns): Likewise.
6641         * objfiles.c (objfile_relocate1): Support relocation for static
6642         probes.
6643         * parse.c (prefixify_expression): Remove static declaration.
6644         (initialize_expout): Likewise.
6645         (reallocate_expout): Likewise.
6646         * parser-defs.h (initialize_expout): Declare function.
6647         (reallocate_expout): Likewise.
6648         (prefixify_expression): Likewise.
6649         * ppc-linux-tdep.c: Including headers needed to perform the parsing
6650         of SystemTap probes' arguments.
6651         (ppc_stap_is_single_operand): New function.
6652         (ppc_stap_parse_special_token): Likewise.
6653         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6654         probes' arguments parser.
6655         * probe.c: New file, for generic statically defined probe support.
6656         * probe.h: Likewise.
6657         * s390-tdep.c: Including headers needed to perform the parsing of
6658         SystemTap probes' arguments.
6659         (s390_stap_is_single_operand): New function.
6660         (s390_gdbarch_init): Initializing proper fields used by SystemTap
6661         probes' arguments parser.
6662         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6663         * stap-probe.c: New file, for SystemTap probe support.
6664         * stap-probe.h: Likewise.
6665         * symfile.h: Include `gdb_vecs.h'.
6666         (struct sym_probe_fns): New struct.
6667         (struct sym_fns) <sym_probe_fns>: New field.
6668         * symtab.c (init_sal): Initialize `probe' field.
6669         * symtab.h (struct probe): Forward declaration.
6670         (struct symtab_and_line) <probe>: New field.
6671         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6672         locations.
6673         (stop_tracing): Likewise.
6674         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6675
6676 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6677             Tom Tromey  <tromey@redhat.com>
6678
6679         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6680         and to compile agent expressions.
6681         * infrun.c (siginfo_make_value): New argument `ignore'.
6682         (siginfo_funcs): New struct.
6683         (_initialize_infrun): New argument when calling
6684         `create_internalvar_type_lazy'.
6685         * thread.c (thread_id_make_value): New argument `ignore'.
6686         (thread_funcs): New struct.
6687         (_initialize_thread): New argument when calling
6688         `create_internalvar_type_lazy'.
6689         * tracepoint.c (sdata_make_value): New argument `ignore'.
6690         (sdata_funcs): New struct.
6691         (_initialize_tracepoint): New argument when calling
6692         `create_internalvar_type_lazy'.
6693         * value.c (make_value): New struct.
6694         (create_internalvar_type_lazy): New argument `data'.
6695         (compile_internalvar_to_ax): New function.
6696         (value_of_internalvar): Properly handling `make_value' case.
6697         (clear_internalvar): Likewise.
6698         (show_convenience): Adding `TRY_CATCH' block.
6699         * value.h (internalvar_make_value): Delete, replace by...
6700         (struct internalvar_funcs): ... this.
6701         (create_internalvar_type_lazy) <fun>: Delete argument.
6702         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6703         (compile_internalvar_to_ax): New function.
6704         * windows-tdep.c (tlb_make_value): New argument `ignore'.
6705         (tlb_funcs): New struct.
6706         (_initialize_windows_tdep): New argument when calling
6707         `create_internalvar_type_lazy'.
6708
6709 2012-04-27  Mark Wielaard  <mjw@redhat.com>
6710
6711         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6712         see whether it is an address or a constant offset from DW_AT_low_pc.
6713         (dwarf2_record_block_ranges): Likewise.
6714         (read_partial_die): Likewise.
6715
6716 2012-04-26  Mark Wielaard  <mjw@redhat.com>
6717
6718         * MAINTAINERS (Write After Approval): Add myself to the list.
6719
6720 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6721
6722         * proc-utils.h (proc_prettyprint_signalset): New prototype.
6723         (proc_prettyprint_signal): Likewise.
6724         (proc_prettyprint_faultset): Likewise.
6725         (proc_prettyprint_fault): Likewise.
6726         (proc_prettyprint_actionset): Likewise.
6727         (proc_prettyprint_flags): Move to new proc-flags.c section.
6728         (proc_prettyfprint_flags): New prototype.
6729         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6730         (proc_syscall, proc_cursig): Likewise.
6731         (proc_set_kill_on_last_close): Likewise.
6732         (proc_unset_kill_on_last_close): Likewise.
6733         (proc_set_watchpoint): Make static.
6734         (proc_delete_dead_threads): Likewise.
6735         (procfs_set_watchpoint): Likewise.
6736         (_initialize_procfs): Add prototype.
6737         * proc-events.c: Include proc-utils.h.
6738         (init_syscall_table): Make static.
6739         * proc-api.c (_initialize_proc_api): Add prototype.
6740         * proc-flags.c: Include proc-utils.h.
6741
6742 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6743
6744         * configure.ac: Add AC_ARG_PROGRAM.
6745         * configure: Regenerate.
6746
6747 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6748
6749         Fix DW_AT_lower_bound defaults for DWARF-4+.
6750         * dwarf2read.c (read_subrange_type): Remove initialization of low and
6751         high.  New variable low_default_is_valid.  Implement DWARF-4+
6752         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
6753         no default by the DWARF standard.
6754
6755 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
6756             Maciej W. Rozycki  <macro@codesourcery.com>
6757
6758         * infrun.c (handle_inferior_event): Move the check for return
6759         trampolines ahead of the check for function trampolines.
6760         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6761         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6762         (mips_str_mips16_ret_stub): Likewise.
6763         (mips_str_call_fp_stub): Likewise.
6764         (mips_str_call_stub): Likewise.
6765         (mips_str_fn_stub): Likewise.
6766         (mips_str_pic): Likewise.
6767         (mips_in_frame_stub): New function.
6768         (mips_unwind_pc): Return the return address rather than the PC
6769         if the PC of an intermediate frame is inside a call thunk.
6770         (mips_is_stub_suffix): New function.
6771         (mips_is_stub_mode): Likewise.
6772         (mips_get_mips16_fn_stub_pc): Likewise.
6773         (mips_skip_mips16_trampoline_code): Update to handle all the
6774         currently generated stub types.  Don't recurse into __fn_stub
6775         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
6776         Use cooked register accesses.
6777         (mips_in_return_stub): Reintroduce function.
6778         (mips_skip_trampoline_code): Traverse trampolines recursively.
6779         (mips_gdbarch_init): Handle MIPS16 return trampolines.
6780
6781 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
6782
6783         GDB 7.4.1 released.
6784
6785 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
6786
6787         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6788         * features/arm-with-m-vfp-d16.xml: New file. Describes
6789         Cortex-M with VFPv4-sp-d16 FPU register layout.
6790         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6791         * features/arm-with-m-vfp-d16.c: New. Generated from above.
6792         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6793         (arm-register_g_packet_guesses): Add vfp-d16 guess.
6794         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6795
6796 2012-04-25  Doug Evans  <dje@google.com>
6797
6798         * cli/cli-decode.c (print_doc_line): Use stream instead of
6799         current_uiout.
6800
6801 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
6802
6803         * features/arm-with-iwmmxt.c: Regenerate.
6804         * features/arm-with-m-fpa-layout.c: Likewise.
6805         * features/arm-with-m.c: Likewise.
6806         * features/arm-with-neon.c: Likewise.
6807         * features/arm-with-vfpv2.c: Likewise.
6808         * features/arm-with-vfpv3.c: Likewise.
6809         * features/mips-dsp-linux.c: Likewise.
6810         * features/mips-linux.c: Likewise.
6811         * features/mips64-dsp-linux.c: Likewise.
6812         * features/mips64-linux.c: Likewise.
6813         * features/s390-linux32.c: Likewise.
6814         * features/s390-linux32v1.c: Likewise.
6815         * features/s390-linux32v2.c: Likewise.
6816         * features/s390-linux64.c: Likewise.
6817         * features/s390-linux64v1.c: Likewise.
6818         * features/s390-linux64v2.c: Likewise.
6819         * features/s390x-linux64.c: Likewise.
6820         * features/s390x-linux64v1.c: Likewise.
6821         * features/s390x-linux64v2.c: Likewise.
6822         * features/tic6x-c62x-linux.c: Likewise.
6823         * features/tic6x-c62x.c: Likewise.
6824         * features/tic6x-c64x-linux.c: Likewise.
6825         * features/tic6x-c64x.c: Likewise.
6826         * features/tic6x-c64xp-linux.c: Likewise.
6827         * features/tic6x-c64xp.c: Likewise.
6828         * target-descriptions.c: Only generate `field_type' and `type'
6829         variables when needed.
6830
6831 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
6832
6833         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6834
6835 2012-04-25  Doug Evans  <dje@google.com>
6836
6837         Initial pass at Go language support.
6838         * NEWS: Mention Go.
6839         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6840         go-valprint.c.
6841         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6842         (YYFILES): Add go-exp.c.
6843         (YYOBJ): Add go-exp.o.
6844         (local-maintainer-clean): Delete go-exp.c.
6845         * defs.h (enum language): Add language_go.
6846         * dwarf2read.c: #include "go-lang.h".
6847         (fixup_go_packaging): New function.
6848         (process_full_comp_unit): Call it when processing Go CUs.
6849         (dwarf2_physname): Add Go support.
6850         (read_file_scope): Handle missing language spec for GNU Go.
6851         (set_cu_language): Handle DW_LANG_Go.
6852         * go-exp.y: New file.
6853         * go-lang.h: New file.
6854         * go-lang.c: New file.
6855         * go-typeprint.c: New file.
6856         * go-valprint.c: New file.
6857         * symtab.c: #include "go-lang.h".
6858         (symbol_set_language): Handle language_go.
6859         (symbol_find_demangled_name, symbol_set_names): Ditto.
6860         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6861
6862 2012-04-24  Jim Meyering  <meyering@redhat.com>
6863
6864         avoid a few strncpy-induced buffer overruns
6865         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6866         fname and psargs before trying to concatenate.
6867         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6868         "name" before applying strchr.
6869
6870 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
6871
6872         * CONTRIBUTE: Use unified diff instead of context diff when
6873         generating patches.
6874
6875 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6876
6877         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6878         code.  Handle JR.HB correctly.
6879
6880 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6881
6882         * mips-tdep.c
6883         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6884         with the other MIPS16 helpers.
6885
6886 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
6887
6888         * observer.sh: Conditionally declare `args', thus cleaning up
6889         unused instances of this variable.
6890
6891 2012-04-24  Yao Qi  <yao@codesourcery.com>
6892
6893         Revert this patch to allow breakpoint always-inserted
6894         in record target.
6895         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
6896         * breakpoint.c: Include record.h.
6897         (breakpoints_always_inserted_mode): Return false when the record
6898         target is in use.
6899
6900         * breakpoint.c (iterate_over_bp_locations): New.
6901         * breakpoint.h: Declare.
6902         New typedef walk_bp_location_callback.
6903         * record.c (record_open): Call record_init_record_breakpoints.
6904         (record_sync_record_breakpoints): New.
6905         (record_init_record_breakpoints): New.
6906         * NEWS: Mention supporting breakpoint always-inserted mode in
6907         record target.
6908
6909 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
6910
6911         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6912         any thread.
6913
6914 2012-04-24  Yao Qi  <yao@codesourcery.com>
6915
6916         * breakpoint.c (ep_is_catchpoint): Renamed to ...
6917         (is_catchpoint): ... it.
6918         (print_one_breakpoint_location): Caller update.
6919         * breakpoint.h: Update declaration.
6920
6921 2012-04-23  David S. Miller  <davem@davemloft.net>
6922
6923         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6924
6925 2012-04-23  Tom Tromey  <tromey@redhat.com>
6926
6927         * buildsym.c (add_free_pendings): Remove.
6928         * buildsym.h (add_free_pendings): Remove.
6929
6930 2012-04-23  Doug Evans  <dje@google.com>
6931
6932         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6933         attr.u.unsnd instead of attr.u.addr.
6934         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6935         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6936         DW_FORM_ref_udata.
6937         (dump_die_shallow): Update cases DW_FORM_ref_addr,
6938         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
6939         DW_FORM_ref_udata.
6940         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6941
6942 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
6943
6944         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6945         (mips_o32_return_value): Likewise.
6946         (mips_o64_return_value): Likewise.
6947
6948 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
6949
6950         * ada-lang.c (ada_evaluate_subexp): Add cases for
6951         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6952         their treatment in eval.c.
6953
6954 2012-04-21  David S. Miller  <davem@davemloft.net>
6955
6956         * sparc-tdep.c (X_DISP10): Define.
6957         (sparc_analyze_control_transfer): Handle compare-and-branch.
6958
6959 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
6960
6961         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6962         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6963
6964 2012-04-20  Nigel Stephens  <nigel@mips.com>
6965             Maciej W. Rozycki  <macro@codesourcery.com>
6966
6967         * mips-tdep.c (mips_float_register_p): New function.
6968         (mips_convert_register_float_case_p): Use mips_float_register_p.
6969         (mips_register_type): Likewise.
6970         (mips_print_register): Likewise.
6971         (print_gp_register_row): Likewise.
6972         (mips_print_registers_info): Likewise.
6973
6974 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
6975
6976         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6977         of mips16 symbols.
6978
6979 2012-04-20  Andrew Pinski  <apinski@cavium.com>
6980
6981         * MAINTAINERS (Write After Approval): Add myself to the list.
6982
6983 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6984
6985         * MAINTAINERS: Update my e-mail address.
6986
6987 2012-04-20  Pedro Alves  <palves@redhat.com>
6988
6989         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6990         $srcdir.
6991         * configure: Regenerate.
6992
6993 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6994
6995         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
6996         declaration.
6997         * gdb_vecs.h: Declare `const_char_ptr' VEC.
6998
6999 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7000
7001         Fix compilation compatibility with python-2.4
7002         * python/py-type.c (convert_field): Cast ADDRSTRING for
7003         PyObject_SetAttrString as non-const.  New comment.
7004
7005 2012-04-19  Tom Tromey  <tromey@redhat.com>
7006
7007         * top.c (quit_target): Use all_cleanups.
7008         * main.c (captured_command_loop): Use all_cleanups.
7009         * exceptions.c (throw_exception): Use all_cleanups.
7010
7011 2012-04-19  Pedro Alves  <palves@redhat.com>
7012
7013         * Makefile.in (GNULIB_BUILDDIR): New.
7014         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7015         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7016         (CLEANDIRS). Remove gnulib/import.
7017         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7018         (all-lib): Ditto.
7019         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7020         (gnulib/import/Makefile): Replace gnulib/import with
7021         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7022         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7023         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7024         acx_configure_dir.m4.
7025         * acinclude.m4: Include acx_configure_dir.m4.
7026         * acx_configure_dir.m4: New file.
7027         * aclocal.m4: Regenerate.
7028         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7029         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7030         (GNULIB): New variable.
7031         (GNULIB_STDINT_H): Adjust.
7032         (AC_OUTPUT): Don't output gnulib/Makefile.
7033         * gdb/defs.h: Include build-gnulib/config.h.
7034         * aclocal.m4: Regenerate.
7035         * config.in: Regenerate.
7036         * configure: Regenerate.
7037
7038         * gnulib/Makefile.in: New file.
7039         * gnulib/configure.ac: New file.
7040         * gnulib/aclocal.m4: New file.
7041         * gnulib/config.in: New file.
7042         * gnulib/configure: New file.
7043         * gnulib/: Re-run gnulib-tool to adjust.
7044
7045 2012-04-19  Doug Evans  <dje@google.com>
7046
7047         * cleanups.h (struct cleanup): Move to cleanups.c.
7048         (make_cleanup_dtor_ftype): New typedef.
7049         (make_cleanup_dtor): Use it.
7050         (ALL_CLEANUPS): Replace with ...
7051         (all_cleanups): ... this.  Declare.  All uses updated.
7052         * cleanups.c: #include "gdb_assert.h".
7053         (sentinel_cleanup): New static global.
7054         (SENTINEL_CLEANUP): Define.
7055         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7056         (make_my_cleanup2): Assert result is non-NULL.
7057         (all_cleanups): New function.
7058         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7059         of NULL.
7060
7061 2012-04-19  Pedro Alves  <palves@redhat.com>
7062
7063         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7064         Adjust paths to gnulib imported files.
7065
7066 2012-04-19  Pedro Alves  <palves@redhat.com>
7067
7068         * gnulib/: Move whole directory ...
7069         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7070         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7071         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7072         (aclocal_m4_deps): Adjust.
7073         * aclocal.m4: Regenerate.
7074         * configure: Regenerate.
7075         * configure.ac: Adjust AC_OUTPUT output.
7076
7077 2012-04-19  Yao Qi  <yao@codesourcery.com>
7078
7079         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7080         (vec.o): New rule.
7081         * vec.c: Move it ...
7082         * common/vec.c: ... here.
7083         * vec.h: Move it ...
7084         * common/vec.h: ... here.
7085
7086 2012-04-19  Yao Qi  <yao@codesourcery.com>
7087
7088         * gdb-code-style.el: New.
7089
7090 2012-04-18  Pedro Alves  <palves@redhat.com>
7091
7092         Update gnulib from latest git.
7093         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7094
7095         * gnulib/Makefile.am: Update.
7096         * gnulib/dummy.c: Update.
7097         * gnulib/extra/arg-nonnull.h: Update.
7098         * gnulib/extra/c++defs.h: Update.
7099         * gnulib/extra/update-copyright: Update.
7100         * gnulib/extra/warn-on-use.h: Update.
7101         * gnulib/inttypes.in.h: Update.
7102         * gnulib/m4/00gnulib.m4: Update.
7103         * gnulib/m4/extensions.m4: Update.
7104         * gnulib/m4/gnulib-cache.m4: Update.
7105         * gnulib/m4/gnulib-common.m4: Update.
7106         * gnulib/m4/gnulib-comp.m4: Update.
7107         * gnulib/m4/gnulib-tool.m4: Update.
7108         * gnulib/m4/include_next.m4: Update.
7109         * gnulib/m4/inttypes-pri.m4: Update.
7110         * gnulib/m4/inttypes.m4: Update.
7111         * gnulib/m4/longlong.m4: Update.
7112         * gnulib/m4/memchr.m4: Update.
7113         * gnulib/m4/memmem.m4: Update.
7114         * gnulib/m4/mmap-anon.m4: Update.
7115         * gnulib/m4/multiarch.m4: Update.
7116         * gnulib/m4/onceonly.m4: Update.
7117         * gnulib/m4/stddef_h.m4: Update.
7118         * gnulib/m4/stdint.m4: Update.
7119         * gnulib/m4/string_h.m4: Update.
7120         * gnulib/m4/warn-on-use.m4: Update.
7121         * gnulib/m4/wchar_h.m4: Update.
7122         * gnulib/m4/wchar_t.m4: Update.
7123         * gnulib/m4/wint_t.m4: Update.
7124         * gnulib/memchr.c: Update.
7125         * gnulib/memmem.c: Update.
7126         * gnulib/stddef.in.h: Update.
7127         * gnulib/stdint.in.h: Update.
7128         * gnulib/str-two-way.h: Update.
7129         * gnulib/string.in.h: Update.
7130         * gnulib/wchar.in.h: Update.
7131
7132         * gnulib/extra/arg-nonnull.h: Delete.
7133         * gnulib/extra/c++defs.h: Delete.
7134         * gnulib/extra/warn-on-use.h: Delete.
7135         * gnulib/m4/wchar_h.m4: Delete.
7136         * gnulib/m4/wint_t.m4: Delete.
7137         * gnulib/wchar.in.h: Delete.
7138
7139         * gnulib/extra/snippets/arg-nonnull.h: New.
7140         * gnulib/extra/snippets/c++defs.h: New.
7141         * gnulib/extra/snippets/warn-on-use.h: New.
7142
7143         * aclocal.m4: Regenerate.
7144         * config.in: Regenerate.
7145         * configure: Regenerate.
7146         * gnulib/Makefile.in: Regenerate.
7147
7148 2012-04-18  Pedro Alves  <palves@redhat.com>
7149
7150         Reimport the update-copyright module from gnulib
7151         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7152
7153         * configure: Regenerate.
7154         * gnulib/Makefile.am: Update.
7155         * gnulib/Makefile.in: Regenerate.
7156         * gnulib/extra/update-copyright: Update.
7157         * gnulib/m4/gnulib-cache.m4: Update.
7158         * gnulib/m4/gnulib-comp.m4: Update.
7159
7160 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7161
7162         * configure.ac (aix): Put -lpthread into libs.
7163         * configure: Regenerate.
7164
7165 2012-04-18  Tom Tromey  <tromey@redhat.com>
7166
7167         * linespec.c (convert_linespec_to_sals): Don't use
7168         SYMBOL_OBJ_SECTION.
7169         (compare_msymbols): Arguments are minsym_and_objfile, not
7170         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7171
7172 2012-04-18  Pedro Alves  <palves@redhat.com>
7173
7174         Revert gnulib/ part of:
7175         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7176         Copyright year update in most files (performed by copyright.sh).
7177
7178 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7179
7180         Fix 64-bit constants on 32-bit hosts.
7181         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7182         from unsigned long to ULONGEST.
7183         (read_signed_leb128): Change declaration return type from long to
7184         LONGEST.
7185         (dwarf2_const_value_attr): Change declaration parameter value from long
7186         to LONGEST.
7187         (dwarf2_compute_name): Change variable value from long to LONGEST.
7188         (read_unsigned_leb128): Change return type, variable result and some
7189         casts from unsigned long to ULONGEST.
7190         (read_signed_leb128): Change return type, variable result and some
7191         casts from long to LONGEST.
7192         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7193         value from long to LONGEST.
7194         (dwarf2_const_value): Change variable value from long to LONGEST.
7195         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7196         plongest and hex_string.
7197         * symtab.h (struct general_symbol_info): Change ivalue from long to
7198         LONGEST, remove the comment.
7199         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7200         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7201
7202 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7203
7204         PR symtab/7259:
7205         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7206         * ada-lang.c (ada_discrete_type_high_bound)
7207         (ada_discrete_type_low_bound): Fix function comment.  Use
7208         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7209         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7210         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7211         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7212         Use TYPE_FIELD_ENUMVAL.
7213         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7214         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7215         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7216         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7217         TYPE_CODE_ENUM.
7218         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7219         * dwarf2read.c (process_enumeration_scope): Likewise.
7220         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7221         field.bitpos.
7222         (class StructMainTypePrettyPrinter): Support also
7223         FIELD_LOC_KIND_ENUMVAL.
7224         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7225         TYPE_CODE_ENUM.
7226         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7227         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7228         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7229         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7230         field enumval.
7231         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7232         accommodate enumval.
7233         (struct call_site): Adjust loc_kind to accommodate enumval.
7234         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7235         (TYPE_FIELD_ENUMVAL): New macros.
7236         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7237         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7238         TYPE_CODE_ENUM.
7239         * p-typeprint.c (pascal_type_print_base): Likewise.
7240         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7241         enumval.
7242         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7243         * python/py-type.c (convert_field): New variable addrstring.  Use
7244         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7245         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7246         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7247         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7248         TYPE_CODE_ENUM.
7249         * valprint.c (generic_val_print): Likewise.
7250
7251 2012-04-17  Doug Evans  <dje@google.com>
7252
7253         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7254
7255         * dwarf2read.c: Whitespace fixes.
7256         (lookup_signatured_type): Tweak comment.
7257         (get_die_type_at_offset): Fix comment.
7258
7259 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7260
7261         * xcoffread.c (xcoff_secnum_to_sections): New function.
7262         (secnum_to_section, secnum_to_bfd_section): Reimplement
7263         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7264         into "n_scnum".
7265         (RECORD_MINIMAL_SYMBOL): Delete.
7266         (record_minimal_symbol): New function.
7267         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7268         by call to record_minimal_symbol and set misc_func_recorded
7269         to 1.  Set last_csect_sec to the XCOFF section index instead
7270         of GDB's section_offset index.  Update calls to
7271         prim_record_minimal_symbol_and_info to pass the BFD section
7272         as well.
7273
7274 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7275
7276         * xcoffread.c (read_xcoff_symtab): Delete variables
7277         last_csect_val and last_csect_sec and associated code.
7278
7279 2012-04-17  Doug Evans  <dje@google.com>
7280
7281         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7282         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7283         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7284         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7285
7286         * cleanups.h: New file.
7287         * cleanups.c: New file.
7288         * Makefile.in (SFILES): Add cleanups.c.
7289         (HFILES_NO_SRCDIR): Add cleanups.h.
7290         (COMMON_OBS): Add cleanups.o.
7291         * defs.h (struct cleanup): Moved to cleanups.h.
7292         (do_cleanups,do_final_cleanups): Ditto.
7293         (discard_cleanups,discard_final_cleanups): Ditto
7294         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7295         (save_cleanups,save_final_cleanups): Ditto.
7296         (restore_cleanups,restore_final_cleanups): Ditto.
7297         (null_cleanup): Ditto.
7298         (make_my_cleanup,make_my_cleanup2): Ditto.
7299         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7300         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7301         (do_cleanups,do_final_cleanups): Ditto.
7302         (discard_cleanups,discard_final_cleanups): Ditto
7303         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7304         (save_cleanups,save_final_cleanups): Ditto.
7305         (restore_cleanups,restore_final_cleanups): Ditto.
7306         (null_cleanup): Ditto.
7307         (make_my_cleanup,make_my_cleanup2): Ditto.
7308         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7309
7310         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7311         make_my_cleanup.
7312         (make_cleanup_dyn_string_delete): Ditto.
7313         (make_cleanup_ui_file_delete): Ditto.
7314         (make_cleanup_ui_out_redirect_pop): Ditto.
7315         (make_cleanup_free_section_addr_info): Ditto.
7316         (make_cleanup_restore_integer): Ditto.
7317         (make_cleanup_unpush_target): Ditto.
7318         (make_cleanup_value_free_to_mark): Ditto.
7319         (make_cleanup_value_free): Ditto.
7320         (make_cleanup_free_so): Ditto.
7321
7322 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7323
7324         New option "set debug auto-load".
7325         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7326         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7327         (auto_load_safe_path_vec_update)
7328         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7329         if DEBUG_AUTO_LOAD.
7330         (file_is_auto_load_safe): New parameters debug_fmt and ....
7331         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7332         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7333         caller by explanatory string.
7334         (_initialize_auto_load): Register "set debug auto-load".
7335         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7336         and ....
7337         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7338         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7339         by explanatory string.
7340         * main.c (captured_main): Likewise.
7341         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7342         (source_section_scripts): Likewise.
7343
7344 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7345
7346         New option "set auto-load safe-path".
7347         * NEWS: New commands "set auto-load safe-path"
7348         and "show auto-load safe-path".
7349         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7350         (auto_load_safe_path, auto_load_safe_path_vec)
7351         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7352         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7353         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7354         (source_gdb_script_for_objfile): New variable is_safe.  Call
7355         file_is_auto_load_safe.  Return if it is not.
7356         (struct loaded_script): New field loaded.
7357         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7358         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7359         output "Missing" to "No".
7360         (_initialize_auto_load): New variable cmd.  Initialize
7361         auto_load_safe_path.  Register "set auto-load safe-path",
7362         "show auto-load safe-path" and "add-auto-load-safe-path".
7363         * auto-load.h (maybe_add_script): Add parameter loaded.
7364         (file_is_auto_load_safe): New declaration.
7365         * config.in: Regenerate.
7366         * configure: Regenerate.
7367         * configure.ac: New parameters --with-auto-load-safe-path
7368         and --without-auto-load-safe-path.
7369         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7370         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7371         * main.c (captured_main): Check file_is_auto_load_safe for
7372         LOCAL_GDBINIT.
7373         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7374         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7375         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7376         not.
7377
7378 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7379
7380         auto-load: Implementation.
7381         * NEWS: New descriptions for "info auto-load",
7382         "info auto-load gdb-scripts", "info auto-load python-scripts",
7383         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7384         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7385         and "show auto-load-scripts".  New description for "set auto-load",
7386         "show auto-load", "set auto-load gdb-scripts",
7387         "show auto-load gdb-scripts", "set auto-load python-scripts",
7388         "show auto-load python-scripts", "set auto-load local-gdbinit",
7389         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7390         "show auto-load libthread-db".
7391         * auto-load.c: Remove include python/python-internal.h.  Add includes
7392         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7393         cli/cli-setshow.h.
7394         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7395         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7396         (gdbpy_global_auto_load): Rename to ...
7397         (global_auto_load): ... here.
7398         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7399         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7400         (script_language_gdb, source_gdb_script_for_objfile): New.
7401         (struct loaded_script): New field language.
7402         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7403         LANGUAGE.
7404         (maybe_add_script): Add parameter language.  Drop redundant
7405         entry.full_path initialization.  Initialize entry.language and
7406         (*slot)->language.
7407         (auto_load_objfile_script): Change parameter suffix to language.
7408         Remove the call of maybe_add_script.
7409         Call language->source_script_for_objfile.
7410         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7411         New.
7412         (collect_matching_scripts): Adjust it for
7413         struct collect_matching_scripts_data.
7414         (auto_load_info_scripts_pattern_nl): New variable.
7415         (info_auto_load_scripts): Rename to ...
7416         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7417         for struct collect_matching_scripts_data.
7418         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7419         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7420         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7421         (auto_load_info_cmdlist_get): New.
7422         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7423         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7424         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7425         "info auto-load local-gdbinit".
7426         * auto-load.h (struct script_language): New.
7427         (gdbpy_global_auto_load): Rename to ...
7428         (global_auto_load): ... here.
7429         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7430         (auto_load_local_gdbinit_loaded): New declarations.
7431         (maybe_add_script): New parameter language.
7432         (auto_load_objfile_script): Change parameter suffix to language.
7433         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7434         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7435         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7436         declarations.
7437         * linux-thread-db.c: Include auto-load.h and ctype.h.
7438         (auto_load_thread_db, show_auto_load_thread_db): New.
7439         (struct thread_db_info): New field filename.
7440         (delete_thread_db_info): Call xfree for FILENAME.
7441         (try_thread_db_load): Initialize FILENAME.
7442         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7443         if !AUTO_LOAD_THREAD_DB.
7444         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7445         (_initialize_thread_db): Install auto_load_thread_db
7446         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7447         as "info auto-load libthread-db".
7448         * main.c (captured_main): Rename gdbpy_global_auto_load to
7449         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7450         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7451         (print_gdb_help): Extend the help for 'local init file'.
7452         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7453         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7454         (auto_load_scripts): Rename to ...
7455         (auto_load_python_scripts): ... here, update the comment.
7456         (gdbpy_load_auto_script_for_objfile): New declaration.
7457         (show_auto_load_python_scripts, script_language_python)
7458         (gdbpy_load_auto_script_for_objfile): New.
7459         (source_section_scripts): Refactor the code.
7460         (load_auto_scripts_for_objfile): Rename to ...
7461         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7462         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7463         (info_auto_load_python_scripts): New.
7464         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7465         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7466         Register "set auto-load-scripts" as its deprecated alias.  Register
7467         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7468         its deprecated alias.
7469         (load_auto_scripts_for_objfile): Rename to ...
7470         (gdbpy_load_auto_scripts_for_objfile): ... here.
7471         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7472         (gdbpy_load_auto_scripts_for_objfile): ... here.
7473
7474 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7475
7476         auto-load: Move files.
7477         * Makefile.in (SFILES): Add auto-load.c.
7478         (HFILES_NO_SRCDIR): Add auto-load.h.
7479         (COMMON_OBS): Add auto-load.o.
7480         (distclean): Change .gdbinit for gdb-gdb.gdb.
7481         * auto-load.c: New file, with parts from python/py-auto-load.c.
7482         * auto-load.h: New file, with parts from python/python.h.
7483         * configure: Regenerate.
7484         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7485         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7486         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7487         * main.c: Include auto-load.h.
7488         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7489         command.h, observer.h and progspace.h to auto-load.c.  Add include
7490         auto-load.h.
7491         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7492         (struct loaded_script, auto_load_pspace_data)
7493         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7494         (hash_loaded_script_entry, eq_loaded_script_entry)
7495         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7496         (maybe_add_script): Move to auto-load.c.
7497         (source_section_scripts): Change maybe_add_script parameters passing,
7498         use script_not_found_warning_print.
7499         (clear_section_scripts, auto_load_objfile_script)
7500         (auto_load_new_objfile, loaded_script_ptr)
7501         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7502         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7503         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7504         auto_load_new_objfile and info_auto_load_scripts initizations to
7505         auto-load.c.
7506         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7507
7508 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7509
7510         Code cleanup.
7511         * charset.c (find_charset_names): Remove variables ix and elt.
7512         Use free_char_ptr_vec.
7513         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7514         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7515         debugdir_end.  New variable debugdir_len.
7516         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7517         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7518         declarations.
7519         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7520         and elt.  Use free_char_ptr_vec.
7521         * source.c (add_path): Remove variables argv, arg and argv_index.
7522         New variables dir_vec, back_to, ix and name.
7523         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7524         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7525         no longer expecting DIRNAME_SEPARATOR.
7526         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7527         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7528         no longer expecting DIRNAME_SEPARATOR.
7529         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7530         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7531         debugdir_end.
7532         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7533         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7534         (dirnames_to_char_ptr_vec): New functions.
7535
7536 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7537
7538         Code cleanup.
7539         * source.c (add_path): Remove always true conditional 'p == 0' and
7540         unindent its code block.
7541
7542 2012-04-17  Pedro Alves  <palves@redhat.com>
7543
7544         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7545         (FIELD_BITPOS_LVAL): ... this.
7546         (FIELD_BITPOS): New.
7547         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7548         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7549         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7550         SET_FIELD_BITPOS.
7551         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7552         SET_FIELD_BITPOS.
7553         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7554         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7555         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7556         SET_FIELD_BITPOS.
7557
7558 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7559
7560         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7561         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7562         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7563         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7564         * jv-lang.c (java_link_class_type): Likewise, once.
7565         * stabsread.c (read_enum_type): Likewise.
7566
7567 2012-04-16  Yao Qi  <yao@codesourcery.com>
7568
7569         * common/agent.c (agent_run_command): Add one more parameter `len'.
7570         Update callers.
7571         * common/agent.h: Update declaration.
7572         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7573         Update.
7574         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7575
7576 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7577
7578         PR mi/13393
7579         * value.c (value_actual_type): New function.
7580         * value.h (value_actual_type): New declaration.
7581         * varobj.c (update_type_if_necessary): New function.
7582         (varobj_create): Call value_actual_type instead of
7583         value_type.
7584         (install_dynamic_child): distinct changed and type changed MI variable
7585         objects.
7586         (update_dynamic_varobj_children): Updated for install_dynamic_child
7587         change.  All callers updated.
7588         (varobj_update): Support for MI variable object type change if
7589         the value changed and RTTI is used to determine the type.
7590         (create_child_with_value): Call value_actual_type instead of
7591         value_type.
7592         (adjust_value_for_child_access): Extended with a new parameter which
7593         specify whether the given value should be casted to enclosing type.
7594         All callers updated.
7595
7596 2012-04-14  Yao Qi  <yao@codesourcery.com>
7597
7598         Import gnulib module inttypes from git
7599         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7600         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7601         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7602         gnulib/m4/inttypes-pri.m4
7603         * aclocal.m4, config.in, configure: Regenerated.
7604         * gnulib/Makefile.am: Update.
7605         * gnulib/Makefile.in: Update.
7606         * gnulib/m4/gnulib-cache.m4: Update.
7607         * gnulib/m4/gnulib-comp.m4: Update.
7608         * gnulib/inttypes.in.h: New.
7609         * gnulib/m4/inttypes-pri.m4: New.
7610         * gnulib/m4/inttypes.m4: New.
7611
7612 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
7613
7614         * infrun.c (resume): Update PC address to the real PC after
7615         preparing to do displaced stepping.
7616
7617 2012-04-12  Doug Evans  <dje@google.com>
7618
7619         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7620         All callers updated.
7621
7622 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
7623
7624         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7625
7626 2012-04-12  Doug Evans  <dje@google.com>
7627
7628         * dwarf2read.c (create_all_type_units): Renamed from
7629         create_debug_types_hash_table.  All callers updated.
7630
7631         * dwarf2read.c (create_signatured_type_table_from_index): Rename
7632         local type_sig to sig_type, type_offset to type_offset_in_tu.
7633         (hash_signatured_type): Renamed from hash_type_signature,
7634         all callers updated.
7635         (eq_signatured_type): Renamed from eq_type_signature,
7636         all callers updated.
7637         (create_debug_types_hash_table): Rename local type_sig to sig_type.
7638         (process_enumeration_scope): Ditto.
7639         (lookup_signatured_type_at_offset): Ditto.
7640         (load_full_type_unit, read_signatured_type): Ditto.
7641
7642 2012-04-12  Yao Qi  <yao@codesourcery.com>
7643
7644         * remote.c (async_remote_interrupt): Correct function name in
7645         debug message.
7646         (async_remote_interrupt_twice): Ditto.
7647
7648 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
7649
7650         * source.c (find_and_open_source): Consistently pass resulting
7651         full path through xfullpath.
7652
7653 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7654
7655         Provide more specific displaced-stepping memory error message.
7656         * infrun.c (displaced_step_prepare): New variable status.  Call
7657         target_read_memory instead of read_memory, provide more specific
7658         error message.
7659
7660 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7661
7662         PR gdb/13901
7663         * darwin-nat.c (darwin_execvp): Revert previous patch.
7664
7665 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7666
7667         PR gdb/13901
7668         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7669         in case of change.
7670
7671 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7672
7673         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7674         warning.
7675
7676 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
7677
7678         New command 'explore' which helps explore values and types in
7679         scope.
7680         * NEWS: Add an entry about the new 'explore' command.
7681         * data-directory/Makefile.in: Add gdb/command/explore.py
7682         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7683         command using the GDB Python API.
7684
7685 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7686
7687         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7688         extension in jump target calculation.
7689
7690 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7691
7692         * mips-tdep.c (mips32_next_pc): Handle JALX.
7693
7694 2012-04-10  Yao Qi  <yao@codesourcery.com>
7695
7696         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7697
7698 2012-04-10  Yao Qi  <yao@codesourcery.com>
7699
7700         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7701         and gnulib/m4/gnulib-tool.m4.
7702
7703 2012-04-10  Doug Evans  <dje@google.com>
7704
7705         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7706         (load_partial_dies): Clarify comment.
7707         (find_partial_die): Support rereading type units.
7708         Clarify CU handling, if we know offset is in CU, don't search for the
7709         containing CU.  Add comment regarding memory waste.
7710
7711 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7712
7713         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7714         i386/x32-avx and i386/x32-avx-linux.
7715         (i386/x32-expedite): New.
7716         (i386/x32-linux-expedite): Likewise.
7717         (i386/x32-avx-expedite): Likewise.
7718         (i386/x32-avx-linux-expedite): Likewise.
7719         ($(outdir)/i386/x32.dat): Likewise.
7720         ($(outdir)/i386/x32-linux.dat): Likewise.
7721         ($(outdir)/i386/x32-avx.dat): Likewise.
7722         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7723
7724         * features/i386/x32-avx-linux.xml: New file.
7725         * features/i386/x32-avx.xml: Likewise.
7726         * features/i386/x32-core.xml: Likewise.
7727         * features/i386/x32-linux.xml: Likewise.
7728         * features/i386/x32.xml: Likewise.
7729
7730         * features/i386/x32-avx-linux.c: New.  Generated.
7731         * features/i386/x32-avx.c: Likewise.
7732         * features/i386/x32-linux.c: Likewise.
7733         * features/i386/x32.c: Likewise.
7734         * regformats/i386/x32-avx-linux.dat: Likewise.
7735         * regformats/i386/x32-avx.dat: Likewise.
7736         * regformats/i386/x32-linux.dat: Likewise.
7737         * regformats/i386/x32.dat: Likewise.
7738
7739 2012-04-10  Tristan Gingold  <gingold@adacore.com>
7740
7741         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7742         code to kill the inferior.
7743
7744 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7745
7746         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7747         defines.
7748         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7749         defines.
7750         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7751         (yyvsp): New defines.
7752         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7753         defines.
7754         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7755         defines.
7756         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7757         defines.
7758         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7759         defines.
7760         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7761         defines.
7762
7763 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7764
7765         * sparc64-tdep.c (sparc64_store_arguments)
7766         (sparc64_store_arguments): Fix coding style.
7767
7768 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
7769
7770         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7771         complex floats, adjust some related comments and tighten a related
7772         assertion.
7773         (sparc64_extract_return_value): Handle complex floats.
7774
7775 2012-04-07  Doug Evans  <dje@google.com>
7776
7777         * dwarf2read.c (load_partial_dies): Change condition to assert.
7778
7779 2012-04-06  Doug Evans  <dje@google.com>
7780
7781         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7782         "mov %rsp,%rbp".
7783
7784 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
7785
7786         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7787         fencepost error.
7788         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7789         (v850_gdbarch_init): Set `num_regs' as appropriate for the
7790         architecture.
7791
7792 2012-04-05  Keith Seitz  <keiths@redhat.com>
7793
7794         * linespec.c (decode_compound): Remove.
7795         (enum offset_relative_sign): New enum.
7796         (struct line_offset): New struct.
7797         (struct linespec): New struct.
7798         (struct linespec_state): Move file_symtabs,
7799         user_filename, and user_function into struct linespec.
7800         Make result an anonymous struct holding vectors of
7801         symbolp and minsym_and_objfile_d.
7802         Add language member.
7803         (enum ls_token_type): New enum.
7804         (linespec_keywords): New array.
7805         (struct ls_token): New struct.
7806         (struct ls_parser): New struct.
7807         (linespec_lexer_lex_number): New function.
7808         (linespec_lexer_lex_keyword): New function.
7809         (is_ada_operator): New function.
7810         (skip_quote_char): New function.
7811         (copy_token_string): New function.
7812         (is_closing_quote_enclosed): New function.
7813         (find_parameter_list_end): New function.
7814         (linespec_lexer_lex_string): New function.
7815         (linespec_lexer_lex_one): New function.
7816         (linespec_lexer_consume_token): New function.
7817         (linespec_lexer_peek_token): New function.
7818         (cplusplus_error): Remove unused function.
7819         (find_methods): Update comment.
7820         (find_toplevel_char): Return const.
7821         (is_objc_method_format): Remove unused function.
7822         (find_toplevel_string): New function.
7823         (is_linespec_boundary): Remove.
7824         (symbol_not_found_error): New function.
7825         (find_method_overload_end): Remove function.
7826         (unexpected_linespec_error): New function.
7827         (keep_name_info): Remove.
7828         (linespec_parse_line_offset): New function.
7829         (linespec_parse_basic): New function.
7830         (canonicalize_linespec): New function.
7831         (decode_line_internal): Remove.
7832         (create_sals_line_offset): New function adapted from
7833         decode_all_digits.
7834         (convert_linespec_to_sals): New function.
7835         (parse_linespec): New function.
7836         (linespec_parser_new): New function.
7837         (linespec_state_destructor): Change parameter type to
7838         struct linespec_state *.
7839         Add language parameter.
7840         Remove freeing of moved members.
7841         (linespec_parser_delete): New function.
7842         (decode_line_full): Use parse_linespec and linespec_parser_new.
7843         (decode_line_1): Likewise.
7844         (decode_indirect): Rename to ...
7845         (linespec_expression_to_pc): ... this and rewrite
7846         to simply find CORE_ADDR, storing this result for later
7847         conversion to SALs.
7848         (locate_first_half): Remove.
7849         (deocde_objc): Add parameter LS.
7850         Initialize new struct collect_info members.
7851         Handle minimal symbols, too.
7852         (decode_compound): Delete.
7853         (lookup_prefix_sym): Rewrite.
7854         (compare_msymbols): New function.
7855         (find_method): Rewrite.
7856         Do not call cplusplus_error.
7857         (symtabs_from_filename): Rewrite.
7858         (collect_function_symbols): Delete.
7859         (find_function_symbols): Rewrite without ARGPTR-style
7860         processing.
7861         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7862         (decode_dollar): Adapted and renamed to ...
7863         (linespec_parse_variable): ... this.
7864         (find_linespec_symbols): New function.
7865         (decode_label): Adapted and renamed to ...
7866         (find_label_symbols): ... this.
7867         (decode_digits_list_mode): Add and use LS argument.
7868         (decode_digits_ordinary): Likewise.
7869         (collect_symbols): Do not collect SALs, just symbols and msymbols.
7870         If in list mode, allow any symbol class.  Otherwise, only
7871         permit LOC_BLOCK symbols.
7872         (minsym_found): Update comments.
7873         (search_minsyms_for_name): Do not convert the matching symbol
7874         into a SAL.  Simply push the symbol and objfile into the
7875         result vector.
7876         (decode_variable): Delete. Contents adapted into
7877         find_linespec_symbols.
7878
7879         * cp-support.c (SKIP_SPACE): Remove.
7880         (operator_tokens): Remove unused global.
7881         (cp_validate_operator): Remove.
7882         * cp-support.h (cp_validate_operator): Remove declaration.
7883
7884 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7885
7886         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7887         for TYPE_VPTR_FIELDNO.
7888         * valprint.c (valprint_check_validity): Make it global, move the
7889         function comment ...
7890         * value.h (valprint_check_validity): ... to this new declaration.
7891
7892 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7893
7894         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7895         the STATE32 api for i386 state.
7896         (i386_darwin_store_inferior_registers): Likewise.
7897
7898 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7899
7900         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7901         SS offset.
7902         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7903         format_string.
7904
7905 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7906
7907         PR gdb/13901
7908         * darwin-nat.c (darwin_execvp): Set binary preference.
7909
7910 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7911
7912         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7913
7914 2012-03-30  Tom Tromey  <tromey@redhat.com>
7915
7916         * python/python.c (gdbpy_decode_line): Move cleanup creation out
7917         of TRY_CATCH.  Fix error handling.
7918         * python/py-value.c (convert_value_from_python): Move 'old'
7919         declaration to innermost scope.
7920
7921 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7922             Andrey Smirnov  <andrew.smirnov@gmail.com>
7923
7924         -Wshadow warning fix.
7925         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7926         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7927         Adjust code accordingly.
7928
7929 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7930
7931         * ada-lang.c (symbol_completion_add): Rename parameter
7932         "encoded" into "encoded_p".  Ajust code and documentation
7933         accordingly.
7934
7935 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7936             Andrey Smirnov  <andrew.smirnov@gmail.com>
7937
7938         -Wshadow warning fix.
7939         * ada-lang.c (symbol_completion_add): Rename parameter
7940         "wild_match" into wild_match_p.  Update code and documentation
7941         accordingly.
7942
7943 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7944
7945         * ada-lang.c (symbol_completion_match): Rename parameter
7946         "encoded" into "encoded_p".  Ajust code and documentation
7947         accordingly.
7948
7949 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7950             Andrey Smirnov  <andrew.smirnov@gmail.com>
7951
7952         -Wshadow warning fix.
7953         * ada-lang.c (symbol_completion_match): Rename parameter
7954         "wild_match" into "wild_match_p".  Adjust code and function
7955         documentation accordingly.
7956
7957 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7958             Andrey Smirnov  <andrew.smirnov@gmail.com>
7959
7960         -Wshadow warning fix.
7961         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7962         "symbol_info" into "info".  Adjust code accordingly.
7963         (ada_lookup_symbol): Likewise.
7964
7965 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7966
7967         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7968         of this function's documentation.
7969
7970 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7971             Andrey Smirnov  <andrew.smirnov@gmail.com>
7972
7973         -Wshadow warning fix.
7974         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7975         variable into "wild_match_p".  Adjust code accordingly.
7976
7977 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7978             Andrey Smirnov  <andrew.smirnov@gmail.com>
7979
7980         -Wshadow warning fix.
7981         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7982         parameter into "wild_match_p".  Adjust code accordingly.
7983         Document this parameter in the function description.
7984
7985 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7986             Andrey Smirnov  <andrew.smirnov@gmail.com>
7987
7988         -Wshadow warning fix.
7989         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7990         "wild_match" parameter to "wild_match_p" (-Wshadow).
7991
7992 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7993
7994         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7995         in function documentation.
7996
7997 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7998             Andrey Smirnov  <andrew.smirnov@gmail.com>
7999
8000         -Wshadow warning fix.
8001         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8002         variable into wild_match_p.  Adjust code accordingly.
8003
8004 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8005             Andrey Smirnov  <andrew.smirnov@gmail.com>
8006
8007         * ada-valprint.c (ada_val_print_1): Move the code handling
8008         TYPE_CODE_ENUM inside its own lexical block.  Declare
8009         variables len and val there, instead of in the function's
8010         top level block.  Avoid declaring deref_val again in a way
8011         that shadows another variable of the same name declared
8012         in one of the up-level blocks.  Just re-use the up-level
8013         variable instead.
8014
8015 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8016
8017         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8018         Replace block_found argument by symbol_info.  Adjust
8019         implementation accordingly.  Add function documentation.
8020         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8021         Fix documentation.
8022         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8023         * ada-exp.y (write_object_renaming): Adjust to new
8024         ada_lookup_encoded_symbol API.
8025
8026 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8027
8028         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8029         documentation.
8030
8031 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8032
8033         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8034         (v850_register_name): Add the mpu and fpu register names.
8035         (v850e_register_name): Add the mpu and fpu register names.
8036         (v850e2_register_name): New function.
8037         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8038         bfd_mach_v850e2v3.
8039
8040 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8041
8042         * NEWS: Add entry for Ada varobj support.
8043
8044 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8045
8046         * varobj.c (default_value_is_changeable_p): New function,
8047         extracted from varobj_value_is_changeable_p.  Add declaration.
8048         (ada_value_is_changeable_p): New function, extracted from
8049         varobj_value_is_changeable_p.  Add declaration.
8050         (struct language_specific): New field "value_is_changeable_p".
8051         (languages): Add entries for new field.
8052         (varobj_create): Set language before calling install_new_value.
8053         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8054         "value_is_changeable_p" language callback.
8055
8056 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8057
8058         * ada-varobj.h, ada-varobj.c: New files.
8059         * Makefile.in (SFILES): Add ada-varobj.c.
8060         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8061         (COMMON_OBS): Add ada-varobj.o.
8062
8063 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8064
8065         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8066         (struct language_specific): New field "value_has_mutated".
8067         (languages): Set field "value_has_mutated" in each entry of array.
8068         (varobj_value_has_mutated): New function.
8069         (varobj_udpdate): Add handling of type mutation.
8070         (value_of_root): Add handling of type mutation.
8071         (ada_value_has_mutated): New function.
8072
8073 2012-03-28  Pedro Alves  <palves@redhat.com>
8074
8075         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8076         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8077
8078 2012-03-28  Tom Tromey  <tromey@redhat.com>
8079
8080         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8081         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8082         before returning.
8083
8084 2012-03-28  Tom Tromey  <tromey@redhat.com>
8085
8086         * .dir-locals.el: New file.
8087
8088 2012-03-28  Pedro Alves  <palves@redhat.com>
8089
8090         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8091
8092 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8093
8094         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8095         handling for r0.
8096
8097 2012-03-27  Pedro Alves  <palves@redhat.com>
8098
8099         Eliminate struct ui_stream.
8100
8101         * ui-out.h (struct ui_stream): Delete.
8102         (ui_out_field_stream): Adjust prototype.
8103         (ui_out_stream_new, ui_out_stream_delete)
8104         (make_cleanup_ui_out_stream_delete): Delete declarations.
8105         * ui-out.c (ui_out_field_stream): Change prototype to take a
8106         ui_file instead of a ui_stream.  Adjust.
8107         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8108         (make_cleanup_ui_out_stream_delete): Delete.
8109         * breakpoint.c (print_breakpoint_location)
8110         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8111         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8112         * disasm.c (dump_insns): Ditto.
8113         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8114         prototype.
8115         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8116         ui_stream/ui_out_stream_new.
8117         * infcmd.c (print_return_value): Ditto.
8118         * osdata.c (info_osdata_command): Don't allocate a local
8119         ui_stream.
8120         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8121         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8122         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8123         allocate a local ui_stream.
8124         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8125         instead of ui_stream/ui_out_stream_new.
8126         (list_args_or_locals): Don't allocate a local ui_stream.
8127         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8128         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8129         ui_stream/ui_out_stream_new.
8130         * cli/cli-setshow.c (do_setshow_command): Ditto.
8131
8132 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8133
8134         * arm-linux-tdep.c (arm_linux_init_abi): Call
8135         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8136         * arm-tdep.c (arm_process_record): New function.
8137         (deallocate_reg_mem): New function.
8138         (decode_insn): New function.
8139         (thumb_record_branch): New function.
8140         (thumb_record_ldm_stm_swi(): New function.
8141         (thumb_record_misc): New function.
8142         (thumb_record_ld_st_stack): New function.
8143         (thumb_record_ld_st_imm_offset): New function.
8144         (thumb_record_ld_st_reg_offset(): New function.
8145         (thumb_record_add_sub_cmp_mov): New function.
8146         (thumb_record_shift_add_sub): New function.
8147         (arm_record_coproc_data_proc): New function.
8148         (arm_record_coproc): New function.
8149         (arm_record_b_bl): New function.
8150         (arm_record_ld_st_multiple): New function.
8151         (arm_record_ld_st_reg_offset): New function.
8152         (arm_record_ld_st_imm_offset): New function.
8153         (arm_record_data_proc_imm): New function.
8154         (arm_record_data_proc_misc_ld_str): New function.
8155         (arm_record_extension_space): New function.
8156         (arm_record_strx): New function.
8157         (sbo_sbz): New function.
8158         (struct insn_decode_record): New structure for arm insn record.
8159         (REG_ALLOC): New macro for reg allocations.
8160         (MEM_ALLOC): New macro for memory allocations.
8161         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8162
8163 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8164
8165         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8166         (store_register): Likewise.
8167
8168 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8169
8170         * MAINTAINERS (Write After Approval): Add myself to the list.
8171
8172 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8173
8174         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8175         Describe also the option "auto".
8176
8177 2012-03-22  Richard Henderson  <rth@redhat.com>
8178
8179         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8180         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8181
8182 2012-03-22  Richard Henderson  <rth@redhat.com>
8183
8184         * jit.c (jit_read_code_entry): Compute alignment and offset of
8185         int64_t member before computing entry_size.
8186
8187 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8188
8189         Python scripting: Add new method Value.referenced_value to
8190         gdb.Value which can dereference pointer as well as reference
8191         values.
8192         * NEWS: Add entry under 'Python scripting' about the new method
8193         Value.referenced_value on gdb.Value objects.
8194         * python/py-value.c (valpy_referenced_value): New function
8195         defining a new method on gdb.Value objects which can dereference
8196         pointer and reference values.
8197
8198 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8199
8200         * MAINTAINERS (Write After Approval): Add myself to the list.
8201
8202 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8203
8204         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8205         in addition to "main".
8206
8207 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8208
8209         * expression.h (op_name): Add declaration.
8210         * expprint.c (op_name): Remove declaration.  Make non-static.
8211         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8212
8213 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8214
8215         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8216         of struct siginfo.
8217         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8218         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8219         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8220         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8221         (linux_nat_get_siginfo): Likewise.
8222         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8223         (linux_nat_get_siginfo): Likewise.
8224         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8225         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8226         * procfs.c (gdb_siginfo_t): Likewise.
8227
8228 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8229
8230         * .gitignore: Ignore more files.
8231
8232 2012-03-20  Pedro Alves  <palves@redhat.com>
8233
8234         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8235         returns.
8236
8237 2012-03-20  Yao Qi  <yao@codesourcery.com>
8238
8239         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8240         comment.
8241
8242 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8243
8244         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8245         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8246         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8247         sect_offset.
8248         * dwarf2expr.h (cu_offset, sect_offset): New types.
8249         (struct dwarf_expr_context_funcs) <dwarf_call>
8250         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8251         sect_offset.
8252         (struct dwarf_expr_context) <len>: Improve the comment.
8253         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8254         cu_offset and sect_offset.
8255         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8256         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8257         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8258         * dwarf2loc.h: Include dwarf2expr.h.
8259         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8260         and sect_offset.
8261         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8262         Improve the comment.
8263         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8264         (struct signatured_type, struct line_header, struct partial_die_info)
8265         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8266         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8267         (get_die_type_at_offset, create_cus_from_index)
8268         (create_signatured_type_table_from_index, dw2_get_file_names)
8269         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8270         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8271         (create_debug_types_hash_table, process_psymtab_comp_unit)
8272         (load_partial_comp_unit, create_all_comp_units)
8273         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8274         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8275         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8276         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8277         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8278         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8279         (find_partial_die, read_attribute_value, lookup_die_type)
8280         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8281         (is_ref_attr): New function comment.
8282         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8283         Use cu_offset and sect_offset.
8284         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8285         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8286         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8287         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8288         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8289         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8290         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8291         sect_offset.
8292
8293 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8294
8295         Code cleanup.
8296         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8297         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8298         with xfree.
8299         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8300
8301 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8302
8303         * NEWS: Describe new options --init-command=FILE, -ix and
8304         --init-eval-command=COMMAND, -iex.
8305         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8306         CMDARG_INIT_COMMAND.
8307         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8308         "init-command", "init-eval-command", "ix" and "iex" to the variable
8309         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8310         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8311         (print_gdb_help): Describe --init-command=FILE, -ix and
8312         --init-eval-command=COMMAND, -iex.
8313
8314 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8315
8316         Code cleanup.
8317         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8318         (cmdarg_s, VEC (cmdarg_s)): New.
8319         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8320         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8321         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8322         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8323         of CMDARG.
8324
8325 2012-03-19  Tom Tromey  <tromey@redhat.com>
8326
8327         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8328
8329 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8330
8331         PR symtab/13777
8332         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8333         GCC >=4.5.
8334
8335 2012-03-16  Chris January  <chris.january@allinea.com>
8336
8337         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8338         of clear.
8339
8340 2012-03-16  Chris January  <chris.january@allinea.com>
8341
8342         * source.c (add_path): Use memmove instead of strcpy because the
8343         strings overlap.
8344
8345 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8346
8347         * value.h (set_value_parent): Add declaration.
8348         * value.c (set_value_parent): New function.
8349         (value_address): If VALUE->PARENT is not NULL, then use it as
8350         the base address instead of VALUE->LOCATION.address.
8351         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8352         the same as OBJ's address.  Adjust V's offset accordingly.
8353         Set V's parent.
8354
8355 2012-03-16  Gary Benson  <gbenson@redhat.com>
8356
8357         PR breakpoints/10738
8358         * dwarf2read.c (use_deprecated_index_sections): New global.
8359         (struct partial_die_info): New member may_be_inlined.
8360         (read_partial_die): Set may_be_inlined where appropriate.
8361         (add_partial_subprogram): Add partial symbols for partial
8362         DIEs that may be inlined.
8363         (new_symbol_full): Add inlined subroutines to the current
8364         scope.
8365         (write_psymtabs_to_index): Bump version number.
8366         (dwarf2_read_index): Read only version 6 indices unless
8367         use_deprecated_index_sections is set.
8368         * linespec.c (symbol_and_data_callback): New structure.
8369         (iterate_inline_only): New function.
8370         (iterate_over_all_matching_symtabs): New argument
8371         "include_inline".  If nonzero, also call the callback for
8372         symbols representing inlined subroutines.
8373         (lookup_prefix_sym): Pass extra argument to the above.
8374         (find_function_symbols): Likewise.
8375         (add_matching_symbols_to_info): Likewise.
8376         * NEWS: Mention that GDB can now set breakpoints on inlined
8377         functions.
8378
8379 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8380
8381         * p-typeprint.c (pascal_type_print_method_args):
8382         Fix display of parameter of methods.
8383
8384 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8385
8386         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8387         Add missing prototype.
8388
8389 2012-03-16  Yao Qi  <yao@codesourcery.com>
8390             Jan Kratochvil  <jan.kratochvil@redhat.com>
8391
8392         Fix false compilation warning.
8393         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8394
8395 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8396             Pedro Alves  <pedro@codesourcery.com>
8397
8398         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8399         (arm_register_g_packet_guesses): New function.
8400         (arm_gdbarch_init): Don't force a target description with
8401         registers when the executable is detected as M-profile.  Instead
8402         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8403         (_initialize_arm_tdep): Initialize the new target description.
8404         * features/arm-with-m-fpa-layout.xml: New description.
8405         * features/arm-with-m-fpa-layout.c: New, generated.
8406
8407 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8408
8409         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8410         Update function description.
8411         (insert_bp_location): Do not wipe bl->target_info out.
8412         * mem-break.c: #include "gdb_string.h".
8413         (default_memory_insert_breakpoint): Do not call target_read_memory
8414         with a pointer to the breakpoint's shadow_contents buffer.  Use
8415         a local buffer instead.
8416         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8417
8418 2012-03-15  Tom Tromey  <tromey@redhat.com>
8419
8420         * NEWS: Mention "info vtbl", not "info vtable".
8421         * cp-support.c (info_vtbl_command): Fix comment.
8422         (_initialize_cp_support): Fix text.
8423
8424 2012-03-15  Tom Tromey  <tromey@redhat.com>
8425
8426         * cp-valprint.c (cp_print_value_fields): Use
8427         print_function_pointer_address for vtable slot.
8428
8429 2012-03-15  Tom Tromey  <tromey@redhat.com>
8430
8431         * gnu-v3-abi.c (struct value_and_voffset): New.
8432         (hash_value_and_voffset, eq_value_and_voffset)
8433         (compare_value_and_voffset, compute_vtable_size)
8434         (print_one_vtable, gnuv3_print_vtable): New functions.
8435         (init_gnuv3_ops): Initialize 'print_vtable' field.
8436         * cp-support.c (info_vtbl_command): New function.
8437         (_initialize_cp_support): Add "info vtbl".
8438         * cp-abi.h (cplus_print_vtable): Declare.
8439         (struct cp_abi_ops) <print_vtable>: New field.
8440         * cp-abi.c (cplus_print_vtable): New function.
8441         * NEWS: Update.
8442
8443 2012-03-15  Tom Tromey  <tromey@redhat.com>
8444
8445         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8446         iterate_over_symbols.
8447
8448 2012-03-14  Doug Evans  <dje@google.com>
8449
8450         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8451         DW_OP_GNU_parameter_ref.
8452
8453 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8454
8455         Fix double prompt of 'interpreter-exec mi'.
8456         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8457         (mi_interpreter_resume): use it.
8458         (mi_execute_command_input_handler): New function.
8459         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8460         mi_execute_command_input_handler.
8461
8462 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8463
8464         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8465         prototype.
8466         (darwin_debug_port_info): Make static.
8467         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8468         * machoread.c (_initialize_machoread): Add prototype.
8469         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8470         (i386_darwin_set_control, i386_darwin_get_control)
8471         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8472         i386_darwin_get_status, i386_darwin_get_control):
8473         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8474
8475 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8476
8477         * ax-gdb.c (gen_usual_unary): Remove special handling of
8478         enum and bool types.
8479
8480 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8481
8482         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8483
8484 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8485
8486         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8487
8488 2012-03-13  Chris January  <chris.january@allinea.com>
8489
8490         * aix-thread.c (fill_sprs): Store the floating point registers
8491         at the correct offsets into vals.
8492
8493 2012-03-13  Doug Evans  <dje@google.com>
8494
8495         * NEWS: Mention symbol-reloading has been deleted.
8496         * symfile.c (symbol_reloading): Delete.
8497         (show_symbol_reloading): Delete.
8498         (_initialize_symfile): Delete set/show symbol-reloading.
8499
8500         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8501         read_in_chain until we have successfully read it in.
8502         (load_full_comp_unit): Ditto.
8503         (read_signatured_type): Add comment.
8504
8505 2012-03-13  Chris January  <chris.january@allinea.com>
8506
8507         * stabsread.c (fix_common_block): Change type of valu argument
8508         to CORE_ADDR.
8509
8510 2012-03-13  Chris January  <chris.january@allinea.com>
8511
8512         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8513         instruction.
8514
8515 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8516
8517         * common/linux-procfs.c (linux_proc_get_int): New, from
8518         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8519         field.
8520         (linux_proc_get_tgid): Only call linux_proc_get_int.
8521         (linux_proc_get_tracerpid): New.
8522         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8523         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8524         linux_proc_pid_has_state.
8525         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8526         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8527         (linux_ptrace_attach_warnings): New.
8528         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8529         New declaration.
8530         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8531         (linux_nat_attach): New variables ex, buffer, message and message_s.
8532         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8533
8534 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8535
8536         * Makefile.in (linux-ptrace.o): New.
8537         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8538         from linux-nat.c.
8539         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8540         * common/linux-ptrace.c: New file.
8541         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8542         * config/arm/linux.mh: Likewise.
8543         * config/i386/linux.mh: Likewise.
8544         * config/i386/linux64.mh: Likewise.
8545         * config/ia64/linux.mh: Likewise.
8546         * config/m32r/linux.mh: Likewise.
8547         * config/m68k/linux.mh: Likewise.
8548         * config/mips/linux.mh: Likewise.
8549         * config/pa/linux.mh: Likewise.
8550         * config/powerpc/linux.mh: Likewise.
8551         * config/powerpc/ppc64-linux.mh: Likewise.
8552         * config/powerpc/spu-linux.mh: Likewise.
8553         * config/s390/s390.mh: Likewise.
8554         * config/sparc/linux.mh: Likewise.
8555         * config/sparc/linux64.mh: Likewise.
8556         * config/xtensa/linux.mh: Likewise.
8557         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8558         common/linux-procfs.c.
8559         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8560
8561 2012-03-13  Hui Zhu  <teawater@gmail.com>
8562             Pedro Alves  <palves@redhat.com>
8563
8564         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8565         CREATE_BREAKPOINT_FLAGS_INSERTED.
8566         (create_breakpoint_sal, create_breakpoints_sal)
8567         (base_breakpoint_create_breakpoints_sal)
8568         (tracepoint_create_breakpoints_sal)
8569         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8570         down.
8571         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8572         (ftrace_command, strace_command): Adjust.
8573         (create_tracepoint_from_upload): Pass
8574         CREATE_BREAKPOINT_FLAGS_INSERTED.
8575         * breakpoint.h (enum breakpoint_create_flags): New.
8576         (create_breakpoint): New flags parameter.
8577         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8578         * python/py-breakpoint.c (bppy_init): Adjust.
8579         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8580         * spu-tdep.c (spu_catch_start): Adjust.
8581
8582 2012-03-13  Pedro Alves  <palves@redhat.com>
8583             Hui Zhu  <teawater@gmail.com>
8584             Yao Qi  <yao@codesourcery.com>
8585
8586         * remote.c (struct remote_state): New field `starting_up'.
8587         (remote_start_remote): Set and clear it.
8588         (remote_can_download_tracepoint): If starting up, return false.
8589
8590 2012-03-13  Yao Qi  <yao@codesourcery.com>
8591
8592         * inferior.h (struct inferior): Remove fields any_syscall_count,
8593         syscalls_counts and total_syscalls_count.  Move them to new
8594         struct catch_syscall_inferior_data in breakpoint.c.
8595         * breakpoint.c: Call DEF_VEC_I(int).
8596         (struct catch_syscall_inferior_data): New.
8597         (get_catch_syscall_inferior_data): New.
8598         (catch_syscall_inferior_data_cleanup): New.
8599         (insert_catch_syscall): Update to access data in
8600         struct catch_syscall_inferior_data.
8601         (insert_catch_syscall): Likewise.
8602         (remove_catch_syscall): Likewise.
8603         (remove_catch_syscall): Likewise.
8604         (is_syscall_catchpoint_enabled): Likewise.
8605         (add_catch_command): Likewise.
8606         (_initialize_breakpoint): Register cleanup.
8607         * breakpoint.h: Removed DEF_VEC_I(int).
8608         * dwarf2loc.c: Call DEF_VEC_I(int).
8609         * mi/mi-main.c: Likewise.
8610
8611 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
8612
8613         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8614
8615 2012-03-12  Chris January  <chris.january@allinea.com>
8616
8617         * aix-thread.c (_initialize_aix_thread): Add prototype.
8618         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8619         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8620
8621 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
8622
8623         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8624         include of "amd64-nat.h".
8625
8626 2012-03-12  Tom Tromey  <tromey@redhat.com>
8627
8628         * buildsym.c (record_pending_block): Now static.
8629         * buildsym.h: (record_pending_block): Remove.
8630
8631 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
8632
8633         * amd64bsd-nat.c: Include amd64bsd-nat.h.
8634
8635 2012-03-09  Tom Tromey  <tromey@redhat.com>
8636
8637         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8638         producer_is_gxx_lt_4_6>: New fields.
8639         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8640
8641 2012-03-09  Tom Tromey  <tromey@redhat.com>
8642
8643         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8644
8645 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8646
8647         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8648         prototype.
8649
8650 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8651
8652         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8653
8654 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8655
8656         Fix -Wmissing-prototypes build.
8657         * arm-linux-nat.c (get_thread_id): Make it static.
8658         * xtensa-linux-nat.c (get_thread_id): Likewise.
8659
8660 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8661
8662         * server.c (process_point_options): If a conditional expression
8663         is found, only print a message if remote_debug is nonzero.
8664
8665 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
8666
8667         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8668         of internal error for unknown/unsupported types.
8669
8670 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8671
8672         Fix CU relative vs. absolute DIE offsets.
8673         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8674         offset to offset_in_cu.
8675         * dwarf2read.c (process_enumeration_scope): Add CU offset to
8676         TYPE_OFFSET.
8677         (dwarf2_fetch_die_location_block): Rename parameter offset to
8678         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
8679
8680 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8681
8682         * libunwind-frame.c: Rename to ...
8683         * ia64-libunwind-tdep.c: ... here.
8684         * libunwind-frame.h: Rename to ...
8685         * ia64-libunwind-tdep.h: ... here.
8686         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8687         ia64-libunwind-tdep.h.
8688         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8689         * README (--with-libunwind): Rename to ...
8690         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8691         * config.in: Regenerate.
8692         * configure: Regenerate.
8693         * configure.ac: New option --with-libunwind-ia64, make the
8694         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
8695         Remove AC_DEFINE for HAVE_LIBUNWIND.
8696         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8697         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8698         Rename libunwind-frame in the general comment.
8699         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8700         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8701         Move forward declarations inside #ifndef.  Rename libunwind-frame in
8702         the general comment.
8703         * ia64-tdep.c: Rename libunwind-frame.h #include to
8704         ia64-libunwind-tdep.h.
8705         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8706         (ia64_libunwind_descr): Rename libunwind-frame to
8707         ia64-libunwind-tdep in these function comments.
8708         * ia64-tdep.h: Rename libunwind-frame.h #include to
8709         ia64-libunwind-tdep.h.
8710         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8711         ia64-libunwind-tdep in that data comment.
8712
8713 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8714
8715         * libunwind-frame.h (struct frame_unwind): New declaration.
8716
8717 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8718
8719         * breakpoint.c (_initialize_breakpoint): Fix error in help of
8720         "set breakpoint condition-evaluation" command.
8721
8722 2012-03-08  Tristan Gingold  <gingold@adacore.com>
8723
8724         * sparc-stub.c: Move to stubs/
8725         * sh-stub.c: Likewise.
8726         * m68k-stub.c: Likewise.
8727         * m32r-stub.c: Likewise.
8728         * i386-stub.c: Likewise.
8729
8730 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
8731
8732         * m68klinux-tdep.c (m68k_linux_init_abi): Register
8733         linux_get_siginfo_type.
8734
8735         * m68klinux-nat.c: Include "gdb_proc_service.h".
8736         (PTRACE_GET_THREAD_AREA): Define.
8737         (ps_get_thread_area): New function.
8738
8739 2012-03-08  Yao Qi  <yao@codesourcery.com>
8740
8741         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8742         `xsnprintf'.
8743         (remote_query_attached): Likewise.
8744         (remote_static_tracepoint_marker_at): Likewise.
8745         (remote_set_permissions): Likewise.
8746         (remote_detach_1, extended_remote_attach_1): Likewise.
8747         (send_g_packet, remote_vkill): Likewise.
8748         (extended_remote_disable_randomization): Likewise.
8749         (remote_add_target_side_condition): Likewise.
8750         (remote_insert_breakpoint): Likewise.
8751         (remote_remove_breakpoint): Likewise.
8752         (remote_insert_watchpoint): Likewise.
8753         (remote_remove_watchpoint): Likewise.
8754         (remote_insert_hw_breakpoint): Likewise.
8755         (remote_insert_hw_breakpoint): Likewise.
8756         (remote_remove_hw_breakpoint): Likewise.
8757         (remote_download_command_source): Likewise.
8758         (remote_download_tracepoint): Likewise.
8759         (remote_download_trace_state_variable): Likewise.
8760         (remote_disable_tracepoint): Likewise.
8761         (remote_trace_set_readonly_regions): Likewise.
8762         (remote_get_tracepoint_status): Likewise.
8763         (remote_trace_find): Likewise.
8764         (remote_get_trace_state_variable_value): Likewise.
8765         (remote_set_disconnected_tracing): Likewise.
8766         (remote_set_circular_trace_buffer): Likewise.
8767         (remote_get_min_fast_tracepoint_insn_len): Likewise.
8768         (remote_use_agent): Likewise.
8769         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8770         Update callers.
8771
8772 2012-03-07  Pedro Alves  <palves@redhat.com>
8773
8774         * NEWS: Mention QProgramSignals.
8775         * inferior.h (update_signals_program_target): Declare.
8776         * infrun.c: (update_signals_program_target): New.
8777         (handle_command): Update the target of the new program signals
8778         array changes.
8779         * remote.c (PACKET_QProgramSignals): New enum.
8780         (last_program_signals_packet): New global.
8781         (remote_program_signals): New.
8782         (remote_start_remote): Update the target with the program signals
8783         list.
8784         (remote_protocol_features): Add entry for QPassSignals.
8785         (remote_open_1): Free anc clear last_program_signals_packet.
8786         (init_remote_ops): Install remote_program_signals.
8787         * target.c (update_current_target): Adjust.
8788         (target_program_signals): New.
8789         * target.h (struct target_ops) <to_program_signals>: New field.
8790         (target_program_signals): Declare.
8791
8792 2012-03-07  Pedro Alves  <palves@redhat.com>
8793
8794         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8795         extensions.
8796
8797 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8798
8799         * m68klinux-nat.c (getregs_supplies): Make static.
8800         (getfpregs_supplies): Likewise.
8801         (have_ptrace_getregs): Likewise.
8802
8803 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
8804
8805         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8806         in call to get_die_type_at_offset.
8807
8808 2012-03-06  Stan Shebs  <stan@codesourcery.com>
8809
8810         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8811         * mi/mi-cmd-disas.c: Ditto.
8812         * mi/mi-cmd-env.c: Ditto.
8813         * mi/mi-cmd-file.c: Ditto.
8814         * mi/mi-cmd-stack.c: Ditto.
8815         * mi/mi-cmd-target.c: Ditto.
8816         * mi/mi-cmd-var.c: Ditto.
8817         * mi/mi-cmds.c: Ditto.
8818         * mi/mi-cmds.h: Ditto.
8819         * mi/mi-console.c: Ditto.
8820         * mi/mi-getopt.c: Ditto.
8821         * mi/mi-getopt.h: Ditto.
8822         * mi/mi-interp.c: Ditto.
8823         * mi/mi-main.c: Ditto.
8824         * mi/mi-out.c: Ditto.
8825         * mi/mi-parse.c: Ditto.
8826         * mi/mi-parse.h: Ditto.
8827         * mi/mi-symbol-cmds.c: Ditto.
8828
8829         * mi/mi-getopt.h: Move mi_opt struct up.
8830         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8831         return.
8832         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8833
8834 2012-03-06  Tom Tromey  <tromey@redhat.com>
8835
8836         * proc-service.c (ps_pglobal_lookup): Set the current program
8837         space.
8838
8839 2012-03-06  Pedro Alves  <palves@redhat.com>
8840
8841         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8842
8843 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
8844
8845         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8846
8847 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8848
8849         Code cleanup.
8850         * common/linux-osdata.c (linux_common_core_of_thread): New function
8851         comment.
8852         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8853         call by linux_common_core_of_thread.
8854         (linux_nat_core_of_thread_1): Remove.
8855         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8856         * linux-thread-db.c: Include linux-osdata.h.
8857         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8858         linux_common_core_of_thread.
8859
8860 2012-03-05  Tom Tromey  <tromey@redhat.com>
8861
8862         * value.c (value_primitive_field): Don't fetch contents for
8863         non-virtual bases.
8864
8865 2012-03-05  Tom Tromey  <tromey@redhat.com>
8866
8867         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8868
8869 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8870
8871         * s390-nat.c: Include "gregset.h".
8872
8873 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8874
8875         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8876         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8877         (libunwind_load): New variable so_error, use it for dlerror.  Try to
8878         load also LIBUNWIND_SO_7.
8879
8880 2012-03-05  Pedro Alves  <palves@redhat.com>
8881
8882         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8883         is not NULL, and remove resulting dead code.
8884
8885 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
8886
8887         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8888         prologue to sh_analyze_prologue.
8889         (sh_analyze_prologue): Make better use of such an upper limit, and
8890         generally be more cautious about accessing memory.
8891
8892 2012-03-05  Tom Tromey  <tromey@redhat.com>
8893
8894         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8895         _initialize_ia64_hpux_tdep.
8896
8897 2012-03-05  Pedro Alves  <palves@redhat.com>
8898
8899         PR gdb/13766
8900
8901         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8902         the register state is clear, supply explicit zero, instead of
8903         marking the register unavailable.
8904
8905 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8906
8907         * NEWS: Mention OpenVMS ia64 new target.
8908
8909 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8910
8911         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8912         (ia64_unw_accessors, ia64_unw_rse_accessors)
8913         (ia64_libunwind_descr): Declare.
8914         * ia64-vms-tdep.c: New file.
8915         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8916         (ia64_libunwind_descr): Make them public.
8917         * configure.tgt: Add ia64-*-*vms*.
8918         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8919         (ALLDEPFILES): Add ia64-vms-tdep.c
8920
8921 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8922
8923         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8924         * remote.c (PACKET_qXfer_uib): New enum value.
8925         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8926         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8927         (_initialize_remote): Call add_packet_config_cmd for
8928         xfer:uib packet.
8929
8930 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8931
8932         * osabi.c (gdb_osabi_names): Add OpenVMS.
8933         (generic_elf_osabi_sniffer): Likewise.
8934         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8935
8936 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8937
8938         Removed unused code.
8939         * libunwind-frame.c (libunwind_frame_unwind)
8940         (libunwind_frame_base_address): Remove.
8941         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8942
8943 2012-03-04  Yao Qi  <yao@codesourcery.com>
8944
8945         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8946         remove trailing new line.
8947         (agent_run_command, agent_run_command): Add _ markup.
8948         (agent_capability_check): Likewise.
8949
8950 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8951
8952         * breakpoint.c (set_condition_evaluation_mode): Set
8953         CONDITION_EVALUATION_MODE unconditionally.
8954
8955 2012-03-03  Yao Qi  <yao@codesourcery.com>
8956
8957         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8958         * common/agent.h: Update declaration.
8959         * inf-child.c (inf_child_use_agent): New.
8960         (inf_child_can_use_agent): New.
8961         (inf_child_target): Initialize fields `to_use_agent'
8962         and `to_can_use_agent'.
8963         * agent.c (agent_new_objfile): New.
8964         (_initialize_agent): Add agent_new_objfile to new_objfile
8965         observer.
8966
8967         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8968         New.
8969         (linux_target_install_ops): Initialize field
8970         `to_static_tracepoint_markers_by_strid'.
8971         * remote.c (free_current_marker): Move it to ...
8972         * tracepoint.c (free_current_marker): ... here.  New.
8973         (cleanup_target_stop): New.
8974         * tracepoint.h: Declare free_current_marker.
8975         * NEWS: Add one entry about `info static-tracepoint-marker'.
8976
8977 2012-03-03  Yao Qi  <yao@codesourcery.com>
8978
8979         * common/agent.c (agent_loaded_p): New.
8980         (agent_look_up_symbols): New global.
8981         * common/agent.h: Declare agent_loaded_p.
8982
8983 2012-03-03  Yao Qi  <yao@codesourcery.com>
8984
8985         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8986         (agent_capability_check, agent_capability_invalidate): New.
8987         (symbol_list): New array element.
8988         * common/agent.h (enum agent_capa): New.
8989         * target.c (target_pre_inferior): Call agent_capability_invalidate.
8990
8991 2012-03-03  Yao Qi  <yao@codesourcery.com>
8992
8993         * target.h (struct target_ops) <to_use_agent>: New field.
8994         (struct target_ops) <to_can_use_agent>: New field.
8995         (target_use_agent, target_can_use_agent): New macro.
8996         * target.c (update_current_target): Update.
8997         * remote.c: New enum `PACKET_QAgent'.
8998         (remote_protocol_features): Add a new element.
8999         (remote_use_agent, remote_can_use_agent): New.
9000         (init_remote_ops): Initialize field `can_use_agent' with
9001         remote_can_use_agent.  Intiailize field `use_agent' with
9002         remote_use_agent.
9003         * common/agent.c (use_agent): New global.
9004         * common/agent.h: Declare it.
9005         * tracepoint.c (info_static_tracepoint_markers_command): Add
9006         comment.
9007         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9008         (COMMON_OBS): Add common/agent.o and agent.o
9009         (common-agent.o): New rule.
9010         * agent.c: New.
9011
9012 2012-03-03  Yao Qi  <yao@codesourcery.com>
9013
9014         * common/agent.c: New.
9015         * common/agent.h: New.
9016         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9017         AC_CHECK_HEADERS.
9018         * configure, configh.in: Regenerated.
9019
9020 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9021
9022         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9023         unless it exists for this architecture.
9024
9025 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9026
9027         * language.h (struct language_defn): New "method" la_read_var_value.
9028         * findvar.c: #include "language.h".
9029         (default_read_var_value): Renames read_var_value.  Rewrite
9030         function description.
9031         (read_var_value): New function.
9032         * value.h (default_read_var_value): Add prototype.
9033         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9034         New functions.
9035         (ada_language_defn): Add entry for la_read_var_value.
9036         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9037         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9038         language_defn structures to add entry for new la_read_var_value
9039         field.
9040
9041 2012-03-02  Tom Tromey  <tromey@redhat.com>
9042             Pedro Alves  <palves@redhat.com>
9043
9044         PR breakpoints/13776:
9045         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9046         breakpoints.
9047         (delete_longjmp_breakpoint_at_next_stop): New.
9048         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9049         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9050         before deleting the inferior.  Add comments.
9051         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9052         breakpoints immediately, but only on next stop.  Move that code
9053         next to where we mark other breakpoints for deletion.
9054
9055 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9056
9057         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9058         marker.
9059         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9060         violation.
9061
9062 2012-03-02  Pedro Alves  <palves@redhat.com>
9063
9064         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9065
9066 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9067
9068         Fix -Wmissing-prototypes build.
9069         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9070         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9071         (gdbsim_has_memory): Likewise.
9072
9073 2012-03-02  Yao Qi  <yao@codesourcery.com>
9074
9075         Fix -Wmissing-prototypes build.
9076         * charset.c (phony_iconv_open): Make static.
9077         (phony_iconv_close, phony_iconv): Likewise.
9078         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9079         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9080         prototype.
9081         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9082         * ser-mingw.c (create_select_thread): Make static.
9083         * windows-termcap.c (tgetent): New prototype.
9084         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9085
9086 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9087
9088         Fix -Wmissing-prototypes build.
9089         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9090         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9091         (_initialize_loadable): New prototypes.
9092
9093 2012-03-02  Doug Evans  <dje@google.com>
9094
9095         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9096         abbrev table, read_comp_unit will do it.
9097
9098 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9099
9100         Fix -Wmissing-prototypes build.
9101         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9102         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9103         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9104         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9105         (_initialize_arm_symbian_tdep): New prototype.
9106         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9107         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9108         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9109         static.
9110         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9111         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9112         prototype.
9113         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9114         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9115         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9116         static.
9117         * moxie-tdep.c (moxie_process_record): Likewise.
9118         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9119         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9120         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9121         (_initialize_rl78_tdep): New prototype.
9122         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9123         (_initialize_rx_tdep): New prototype.
9124         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9125         (_initialize_darwin_solib): New prototype.
9126         * solib-spu.c: Include solib-spu.h.
9127         (_initialize_spu_solib): New prototype.
9128         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9129         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9130         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9131         (tic6x_software_single_step): Make it static.
9132         (_initialize_tic6x_tdep): New prototype.
9133
9134 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9135
9136         Fix -Wmissing-prototypes build.
9137         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9138         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9139
9140 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9141
9142         Fix -Wmissing-prototypes build.
9143         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9144         (frv_have_stopped_data_address): Remove.
9145
9146 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9147
9148         Fix -Wmissing-prototypes build.
9149         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9150         * sh-tdep.c: Include sh64-tdep.h.
9151         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9152         * sh64-tdep.c: Include sh64-tdep.h.
9153         * sh64-tdep.h: New file.
9154
9155 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9156
9157         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9158
9159 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9160
9161         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9162         sp_regnum once the gdbarch_init_osabi hook has been called.
9163
9164 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9165
9166         * mips-tdep.c (mips32_bc1_pc): New function.
9167         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9168         BPOSGE32 and BPOSGE64 instructions.
9169         (deal_with_atomic_sequence): Likewise.
9170         (mips32_instruction_has_delay_slot): Likewise.
9171
9172 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9173             Chris Dearman  <chris@mips.com>
9174             Maciej W. Rozycki  <macro@codesourcery.com>
9175             Joseph Myers  <joseph@codesourcery.com>
9176
9177         * features/mips-dsp.xml: New file.
9178         * features/mips64-dsp.xml: New file.
9179         * features/mips-dsp-linux.xml: New file.
9180         * features/mips64-dsp-linux.xml: New file.
9181         * features/Makefile (WHICH): Add mips-dsp-linux and
9182         mips64-dsp-linux.
9183         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9184         * features/mips-dsp-linux.c: New file.
9185         * features/mips64-dsp-linux.c: New file.
9186         * regformats/mips-dsp-linux.dat: New file.
9187         * regformats/mips64-dsp-linux.dat: New file.
9188         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9189         registers.
9190         (mips64_linux_register_addr): Likewise.
9191         (mips64_linux_regsets_fetch_registers): Likewise.
9192         (mips64_linux_regsets_store_registers): Likewise.
9193         (mips64_linux_fetch_registers): Update call to
9194         mips64_linux_regsets_fetch_registers.
9195         (mips64_linux_store_registers): Update call to
9196         mips64_linux_regsets_store_registers.
9197         (mips_linux_read_description): Probe for DSP registers.
9198         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9199         and initialize_tdesc_mips64_dsp_linux.
9200         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9201         Remove padding of no longer used embedded register slots.
9202         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9203         (MIPS_RESTART_REGNUM): Redefine enum value.
9204         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9205         strings.
9206         (mips_tx39_reg_names): Likewise.
9207         (mips_linux_reg_names): New array of register names for Linux
9208         targets.
9209         (mips_register_name): Check for a null pointer in
9210         mips_processor_reg_names and return an empty string.
9211         (mips_register_type): Exclude embedded registers for the IRIX
9212         and Linux ABIs.
9213         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9214         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9215         DSP registers.
9216         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9217         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9218         (mips_gdbarch_init): Likewise.  Initialize internal register
9219         indices for the Linux ABI.  Use dynamic numbers to refer to
9220         registers, as applicable, while parsing the target description.
9221         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9222
9223 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9224
9225         * frame.h (read_frame_register_unsigned): Fix typo in function
9226         description.
9227
9228 2012-03-01  Pedro Alves  <palves@redhat.com>
9229
9230         * jit-reader.in [!__cplusplus]
9231         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9232
9233 2012-03-01  Pedro Alves  <palves@redhat.com>
9234
9235         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9236         * configure: Regenerate.
9237
9238 2012-03-01  Pedro Alves  <palves@redhat.com>
9239
9240         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9241         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9242         (ftrace_command, strace_command): Make static.
9243         * d-lang.c (_initialize_d_language): Declare.
9244         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9245         * dwarf2loc.c (_initialize_dwarf2loc):
9246         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9247         * exec.c (exec_get_section_table): Make static.
9248         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9249         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9250         * inferior.c (remove_inferior_command, add_inferior_command)
9251         (clone_inferior_command): Make static.
9252         * linux-nat.c (linux_nat_thread_address_space)
9253         (linux_nat_core_of_thread): Make static.
9254         * linux-tdep.c (_initialize_linux_tdep): Declare.
9255         * objc-lang.c (_initialize_objc_lang): Declare.
9256         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9257         Make static.
9258         (_initialize_opencl_language): Declare.
9259         * record.c (_initialize_record): Declare.
9260         * remote.c (demand_private_info, remote_get_tib_address)
9261         (remote_supports_cond_tracepoints)
9262         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9263         Make static.
9264         * skip.c (_initialize_step_skip): Declare.
9265         * symtab.c (skip_prologue_using_lineinfo): Make static.
9266         * tracepoint.c (delete_trace_state_variable)
9267         (trace_variable_command, delete_trace_variable_command)
9268         (get_uploaded_tsv, find_matching_tracepoint_location)
9269         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9270         Make static.
9271         * value.c (pack_unsigned_long): Make static.
9272         * varobj.c (varobj_ensure_python_env): Make static.
9273         * windows-tdep.c (_initialize_windows_tdep): Declare.
9274         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9275
9276 2012-03-01  Pedro Alves  <palves@redhat.com>
9277
9278         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9279         gdbarch parameter.
9280         (linux_init_abi): Install it as has_shared_address_space gdbarch
9281         callback.
9282
9283 2012-03-01  Pedro Alves  <palves@redhat.com>
9284
9285         * observer.c (observer_test_first_notification_function)
9286         (observer_test_second_notification_function)
9287         (observer_test_third_notification_function): Add declarations.
9288
9289 2012-03-01  Pedro Alves  <palves@redhat.com>
9290
9291         * common/signals.c (default_target_signal_to_host)
9292         (default_target_signal_from_host): Move ...
9293         * arch-utils.c: ... here.
9294         * arch-utils.h (default_target_signal_to_host)
9295         (default_target_signal_from_host): Declare.
9296
9297         * common/signals.c (target_signal_from_command): Move ...
9298         * infrun.c: ... here.
9299         * inferior.h (target_signal_from_command): Declare.
9300         * target.h (target_signal_from_command)
9301         (default_target_signal_from_host, default_target_signal_to_host):
9302         Delete declarations.
9303
9304         * common/signals.c (_initialize_signals): Delete.
9305
9306 2012-03-01  Pedro Alves  <palves@redhat.com>
9307
9308         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9309         both __cplusplus and !__cplusplus.
9310
9311 2012-03-01  Pedro Alves  <palves@redhat.com>
9312
9313         * psymtab.c (find_and_open_source): Delete declaration.
9314         * source.c (find_and_open_source): Move comment ...
9315         * source.h (find_and_open_source): ... to this new declaration.
9316
9317 2012-03-01  Pedro Alves  <palves@redhat.com>
9318
9319         * inline-frame.c: Include inline-frame.h.
9320
9321 2012-03-01  Pedro Alves  <palves@redhat.com>
9322
9323         * tui/tui-data.c (set_gen_win_origin): Delete.
9324         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9325         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9326
9327 2012-03-01  Pedro Alves  <palves@redhat.com>
9328
9329         * remote.c (encode_actions): Delete declaration.
9330         * tracepoint.c (encode_actions): Make extern.
9331         * tracepoint.h (encode_actions): Declare.
9332
9333 2012-03-01  Pedro Alves  <palves@redhat.com>
9334
9335         * python/py-breakpoint.c: Include python.h.
9336         * python/py-continueevent.c (create_continue_event_object): Make
9337         static.
9338         * python/py-lazy-string.c (stpy_get_type): Make static.
9339         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9340         Make static.
9341         * python/py-utils.c (unicode_to_target_python_string): Make
9342         static.
9343         * python/py-value.c: Include python.h.
9344
9345 2012-03-01  Pedro Alves  <palves@redhat.com>
9346
9347         * inferior.c (delete_threads_of_inferior): Delete.
9348
9349 2012-03-01  Pedro Alves  <palves@redhat.com>
9350
9351         Import fallback definitions from glibc.
9352
9353         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9354         ps_prochandle): Forward declare.
9355         (ps_err_e): Use glibc's comments.
9356         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9357         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9358         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9359         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9360         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9361         (struct ps_prochandle): Adjust comment.
9362
9363 2012-03-01  Pedro Alves  <palves@redhat.com>
9364
9365         * ada-lang.c (ada_modulus_from_name): Delete.
9366         * ada-lex.l (lexer_init): Make static.
9367
9368 2012-03-01  Pedro Alves  <palves@redhat.com>
9369
9370         PR gdb/13767
9371
9372         * frame.c (read_frame_register_unsigned): New.
9373         * frame.h (read_frame_register_unsigned): Declare.
9374         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9375         Handle it.
9376         (print_i387_control_word): New parameter `control_p'.  Handle it.
9377         (i387_print_float_info): Handle unavailable float registers.
9378
9379 2012-03-01  Keith Seitz  <keiths@redhat.com>
9380
9381         * linespec.c (decode_line_2): Sort the list of methods
9382         alphabetically before presenting the user with a selection
9383         menu.
9384
9385 2012-03-01  Doug Evans  <dje@google.com>
9386
9387         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9388         has_namespace_info.
9389         (dwarf2_read_abbrevs): Remove corresponding initialization.
9390
9391 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9392
9393         * NEWS: Mention new python command class gdb.COMMAND_USER.
9394         * cli/cli-cmds.c (show_user): Print error when used on a python
9395         command.
9396         (init_cli_cmds): Update documentation strings for "show user" and
9397         "set/show max-user-call-depth" to clarify that it does not apply to
9398         python commands.
9399         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9400         error check.
9401         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9402         gdb python api.
9403         * top.c (execute_command): Only execute a user-defined command as a
9404         legacy macro if c->user_commands is set.
9405
9406 2012-03-01  Tom Tromey  <tromey@redhat.com>
9407
9408         * valprint.h (struct generic_val_print_decorations): New.
9409         (generic_val_print): Declare.
9410         * valprint.c (generic_val_print): New function.
9411         * p-valprint.c (p_decorations): New global.
9412         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9413         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9414         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9415         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9416         * m2-valprint.c (m2_decorations): New global.
9417         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9418         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9419         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9420         TYPE_CODE_ERROR>: Call generic_val_print.
9421         * f-valprint.c (f_decorations): New global.
9422         (f_val_print): Use print_function_pointer_address.
9423         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9424         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9425         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9426         generic_val_print.
9427         * c-valprint.c (c_decorations): New global.
9428         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9429         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9430         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9431         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9432         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9433         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9434         case.
9435
9436 2012-03-01  Tom Tromey  <tromey@redhat.com>
9437
9438         * valprint.c (val_print): Update.
9439         * p-valprint (pascal_val_print): Return void.
9440         * p-lang.h (pascal_val_print): Return void.
9441         * m2-valprint.c (m2_val_print): Return void.
9442         * m2-lang.h (m2_val_print): Return void.
9443         * language.h (struct language_defn) <la_val_print>: Return void.
9444         * language.c (unk_lang_val_print): Return void.
9445         * jv-valprint.c (java_val_print): Return void.
9446         * jv-lang.h (java_val_print): Return void.
9447         * f-valprint.c (f_val_print): Return void.
9448         * f-lang.h (f_val_print): Return void.
9449         * d-valprint.c (d_val_print): Return void.
9450         (dynamic_array_type): Update.
9451         * d-lang.h (d_val_print): Return void.
9452         * c-valprint.c (c_val_print): Return void.
9453         * c-lang.h (c_val_print): Return void.
9454         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9455         void.
9456         * ada-lang.h (ada_val_print): Return void.
9457
9458 2012-03-01  Tom Tromey  <tromey@redhat.com>
9459
9460         * value.h (val_print): Return void.
9461         * valprint.c (val_print): Return void.
9462
9463 2012-03-01  Tom Tromey  <tromey@redhat.com>
9464
9465         * value.h (common_val_print): Return void.
9466         * valprint.c (common_val_print): Return void.
9467
9468 2012-03-01  Tom Tromey  <tromey@redhat.com>
9469
9470         * value.h (value_print): Return void.
9471         * valprint.c (value_print): Return void.
9472         * p-valprint.c (pascal_value_print): Return void.
9473         * p-lang.h (pascal_value_print): Return void.
9474         * language.h (struct language_defn) <la_value_print>: Return
9475         void.
9476         * language.c (unk_lang_value_print): Return void.
9477         * jv-valprint.c (java_value_print): Return void.
9478         * jv-lang.h (java_value_print): Return void.
9479         * f-valprint.c (c_value_print): Don't declare.
9480         Include c-lang.h.
9481         * c-valprint.c (c_value_print): Return void.
9482         * c-lang.h (c_value_print): Return void.
9483         * ada-valprint.c (ada_value_print): Return void.
9484         * ada-lang.h (ada_value_print): Return void.
9485
9486 2012-03-01  Tom Tromey  <tromey@redhat.com>
9487
9488         * value.c (value_primitive_field): Handle virtual base classes.
9489
9490 2012-03-01  Tom Tromey  <tromey@redhat.com>
9491
9492         * gdbtypes.h (struct vbase): Remove.
9493
9494 2012-03-01  Tom Tromey  <tromey@redhat.com>
9495
9496         * c-valprint.c (print_function_pointer_address): Move...
9497         * valprint.c: ... here.  Make non-static.
9498         * m2-valprint.c (print_function_pointer_address): Remove.
9499         * valprint.h (print_function_pointer_address): Declare.
9500
9501 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9502
9503         * NEWS: Document the fact that one can provide a condition when
9504         creating an Ada exception catchpoint.
9505
9506 2012-03-01  Tom Tromey  <tromey@redhat.com>
9507
9508         * valprint.c (val_print_type_code_flags): Fix placement of
9509         trailing brace.
9510
9511 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9512
9513         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9514         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9515         environment variable before calling update-copyright.
9516
9517 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9518
9519         * gnulib/extra/update-copyright: Update to the latest from
9520         gnulib's git repository.
9521         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9522         variable to 2 instead of 1.
9523
9524 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9525
9526         * varobj.c (c_value_of_variable): Remove dead code.
9527
9528 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9529
9530         * ada-lex.p (processId): Do not modify already encoded IDs.
9531         Update function documentation.
9532
9533 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9534
9535         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9536         "name" with "struct symbol *name_sym".
9537         * ada-exp.y (write_var_or_type): Update call to
9538         ada_find_renaming_symbol.
9539         "name" with "struct symbol *name_sym". Adjust Implementation
9540         accordingly.  Adjust the function documentation.
9541
9542 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9543
9544         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9545         * ada-lang.c (ada_find_any_type): Add advance declaration.
9546         Make static.  Replace ada_find_any_symbol by
9547         ada_find_any_type_symbol.
9548         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9549         Improve function description.  Make static.
9550         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9551         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9552
9553 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9554
9555         * ada-lang.c (struct tag_args): Delete.
9556         (ada_get_tsd_type): Function body moved up in source file.
9557         (ada_tag_name_1, ada_tag_name_2): Delete.
9558         (ada_get_tsd_from_tag): New function.
9559         (ada_tag_name_from_tsd): New function.
9560         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9561         to determine the tag name.
9562
9563 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9564
9565         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9566         declaration.
9567         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9568         function.
9569
9570 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9571
9572         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9573
9574 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9575
9576         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9577         full searches.
9578
9579 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9580
9581         * ada-lang.c (constrained_packed_array_type): If there is a
9582         parallel XA type, use it to determine the array index type.
9583
9584 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9585
9586         * ada-valprint.c (ada_val_print_1): If our value is a reference
9587         to an array descriptor, dereference it before converting it
9588         to a simple array.
9589
9590 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9591
9592         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9593         creating fixed value.
9594         (ada_value_ind, ada_coerce_ref, assign_component)
9595         (ada_evaluate_subexp): Remove call to unwrap_value before
9596         call to ada_to_fixed_value.
9597
9598 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9599
9600         * ada-lang.c (to_fixed_array_type): Set result's type name.
9601
9602 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9603
9604         * ada-lang.c (catch_ada_exception_command_split): Add new
9605         argument cond_string.  Add support for condition at end of
9606         "catch exception" commands.
9607         (ada_decode_exception_location): Add new argument cond_string.
9608         Update call to catch_ada_exception_command_split.
9609         (create_ada_exception_catchpoint): Add new argument cond_string.
9610         Set the breakpoint condition if needed.
9611         (catch_ada_exception_command): Update call to
9612         ada_decode_exception_location.
9613         (ada_decode_assert_location): Add function documentation.
9614         Add support for condition at end of "catch assert" command.
9615         (catch_assert_command): Update calls to ada_decode_assert_location
9616         and create_ada_exception_catchpoint.
9617
9618 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9619
9620         Fix disp-step-syscall.exp: fork: single step over fork.
9621         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9622         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9623         comment, change parameters gdbarch and ptid to regcache.  Remove
9624         parameter regcache, initialize gdbarch from regcache here.
9625         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9626         New functions.
9627         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9628         instead.
9629         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9630         'syscall'.  Make the 'int' check more strict.
9631
9632 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9633
9634         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9635         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9636         (i386_linux_intx80_sysenter_syscall_record): ... here.
9637         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9638         Use the renamed function name.
9639
9640 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9641
9642         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9643         * breakpoint.c (until_break_command): Likewise.
9644         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9645         * infcall.c (call_function_by_hand): Likewise.
9646         * infcmd.c (finish_forward): Likewise.
9647         * infrun.c (insert_exception_resume_breakpoint): Likewise.
9648
9649 2012-02-28  Tristan Gingold  <gingold@adacore.com>
9650
9651         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9652         avoid variable assignments inside condition.
9653
9654 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9655
9656         Fix static analysis issue found by cppcheck.
9657         * microblaze-tdep.c (microblaze_extract_return_value): Fix
9658         uninitialized BUF for size 2.
9659
9660 2012-02-27  Chris Dearman  <chris@mips.com>
9661             Nathan Froyd  <froydnj@codesourcery.com>
9662             Maciej W. Rozycki  <macro@codesourcery.com>
9663
9664         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9665         (mips16_instruction_has_delay_slot): Likewise.
9666         (mips_segment_boundary): Likewise.
9667         (mips_adjust_breakpoint_address): Likewise.
9668         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9669
9670 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
9671             Maciej W. Rozycki  <macro@codesourcery.com>
9672
9673         * infrun.c (handle_inferior_event): Don't proceed through
9674         shared library trampolines if stepping at the machine
9675         instruction level.
9676
9677 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
9678
9679         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9680         too.
9681
9682 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
9683
9684         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9685         (sh_stub_unwind_sniffer): New functions.
9686         (sh_stub_unwind): New variable.
9687         (sh_gdbarch_init): Wire everything.
9688
9689 2012-02-27  Pedro Alves  <palves@redhat.com>
9690
9691         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9692         (linux_nat_post_attach_wait): Adjust to use
9693         linux_proc_pid_is_stopped.
9694         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9695         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9696         based on pid_is_stopped from both linux-nat.c and
9697         gdbserver/linux-low.c, and renamed.
9698
9699 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9700
9701         * remote.c (remote_watchpoint_addr_within_range): New function.
9702         (init_remote_ops): Use it.
9703
9704 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9705
9706         * target.h (target_watchpoint_addr_within_range): Document macro.
9707
9708 2012-02-24  Pedro Alves  <palves@redhat.com>
9709
9710         * stack.c (set_last_displayed_sal): Issue internal_error instead
9711         of warning, and issue it after clearing the last displayed sal.
9712
9713 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9714             Pedro Alves  <palves@redhat.com>
9715
9716         * breakpoint.c (until_break_command): Install breakpoints after
9717         all frame manipulations.
9718
9719 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9720
9721         * remote.c (remote_supports_cond_breakpoints): New forward
9722         declaration.
9723         (remote_add_target_side_condition): New function.
9724         (remote_insert_breakpoint): Add target-side breakpoint
9725         conditional if supported.
9726         (remote_insert_hw_breakpoint): Likewise.
9727         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9728         hook.
9729
9730         * target.c (update_current_target): Inherit
9731         to_supports_evaluation_of_breakpoint_conditions.
9732         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9733
9734         * target.h (struct target_ops)
9735         <to_supports_evaluation_of_breakpoint_conditions>: New field.
9736         (target_supports_evaluation_of_breakpoint_conditions): New #define.
9737
9738         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9739         (condition_evaluation_both, condition_evaluation_auto,
9740         condition_evaluation_host, condition_evaluation_target,
9741         condition_evaluation_enums, condition_evaluation_mode_1,
9742         condition_evaluation_mode): New static globals.
9743         (translate_condition_evaluation_mode): New function.
9744         (breakpoint_condition_evaluation_mode): New function.
9745         (gdb_evaluates_breakpoint_condition_p): New function.
9746         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9747         (mark_breakpoint_modified): New function.
9748         (mark_breakpoint_location_modified): New function.
9749         (set_condition_evaluation_mode): New function.
9750         (show_condition_evaluation_mode): New function.
9751         (bp_location_compare_addrs): New function.
9752         (get_first_location_gte_addr): New helper function.
9753         (set_breakpoint_condition): Free condition bytecode if locations
9754         has become unconditional.  Call mark_breakpoint_modified (...).
9755         (condition_command): Call update_global_location_list (1) for
9756         breakpoints.
9757         (breakpoint_xfer_memory): Use is_breakpoint (...).
9758         (is_breakpoint): New function.
9759         (parse_cond_to_aexpr): New function.
9760         (build_target_condition_list): New function.
9761         (insert_bp_location): Handle target-side conditional
9762         breakpoints and call build_target_condition_list (...).
9763         (update_inserted_breakpoint_locations): New function.
9764         (insert_breakpoint_locations): Handle target-side conditional
9765         breakpoints.
9766         (bpstat_check_breakpoint_conditions): Add comment.
9767         (bp_condition_evaluator): New function.
9768         (bp_location_condition_evaluator): New function.
9769         (print_breakpoint_location): Print information on where the condition
9770         will be evaluated.
9771         (print_one_breakpoint_location): Likewise.
9772         (init_bp_location): Call mark_breakpoint_location_modified (...) for
9773         breakpoint location.
9774         (force_breakpoint_reinsertion): New functions.
9775         (update_global_location_list): Handle target-side breakpoint
9776         conditions.
9777         Reinsert locations that are already inserted if conditions have
9778         changed.
9779         (bp_location_dtor): Free agent expression bytecode.
9780         (disable_breakpoint): Call mark_breakpoint_modified (...).
9781         Call update_global_location_list (...) with parameter 1 for breakpoints.
9782         (disable_command): Call mark_breakpoint_location_modified (...).
9783         Call update_global_location_list (...) with parameter 1 for breakpoints.
9784         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9785         (enable_command): mark_breakpoint_location_modified (...).
9786         (_initialize_breakpoint): Update documentation and add
9787         condition-evaluation breakpoint subcommand.
9788
9789         * breakpoint.h: Include ax.h.
9790         (condition_list): New data structure.
9791         (condition_status): New enum.
9792         (bp_target_info) <cond_list>: New field.
9793         (bp_location) <condition_changed, cond_bytecode>: New fields.
9794         (is_breakpoint): New prototype.
9795
9796 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9797
9798         * remote.c (remote_state) <cond_breakpoints>: New field.
9799         (PACKET_ConditionalBreakpoints): New enum.
9800         (remote_cond_breakpoint_feature): New function.
9801         (remote_protocol_features): Add new ConditionalBreakpoints entry.
9802         (remote_supports_cond_breakpoints): New function.
9803         (_initialize_remote): Add new packet configuration for
9804         target-side conditional breakpoints.
9805
9806 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9807
9808         * NEWS: Mention target-side conditional breakpoint support,
9809         new condition-evaluation breakpoint subcommand and remote
9810         packet extensions.
9811
9812 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9813
9814         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9815         number.
9816
9817 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
9818
9819         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9820         (after_prologue): Remove.
9821
9822 2012-02-23  Tom Tromey  <tromey@redhat.com>
9823
9824         * jv-valprint.c (java_val_print): Remove dead code.
9825
9826 2012-02-23  Tristan Gingold  <gingold@adacore.com>
9827
9828         * ada-tasks.c (struct ada_tasks_inferior_data): Add
9829         known_tasks_element and known_tasks_length fields.
9830         (read_known_tasks_array): Change argument type.  Use pointer type
9831         and number of elements from DATA.  Adjust.
9832         (read_known_tasks_list): Likewise.
9833         (get_known_tasks_addr): Remove.
9834         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9835         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
9836         type and array length.  Merge former get_known_tasks_addr code.
9837
9838 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9839
9840         PR backtrace/13716
9841         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9842         it after set_momentary_breakpoint.
9843
9844 2012-02-22  Sterling Augustine  <saugustine@google.com>
9845
9846         PR 13689:
9847         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9848
9849 2012-02-22  Gary Benson  <gbenson@redhat.com>
9850
9851         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9852         (find_slot_in_mapped_hash): Likewise.
9853
9854 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9855
9856         PR build/13638
9857         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9858         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9859         * configure: Regenerate.
9860
9861 2012-02-21  Tristan Gingold  <gingold@adacore.com>
9862             Pedro Alves  <palves@redhat.com>
9863
9864         * ia64-tdep.c: Do not include libunwind-ia64.h.
9865         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9866         Include libunwind-ia64.h instead of libunwind.h.
9867         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9868         for libunwind.h existence.
9869         * configure, config.in: Regenerate.
9870
9871 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9872
9873         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9874         instead of value_rtti_target_type.
9875         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9876         instead of value_rtti_target_type.
9877         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9878         value_rtti_target_type.
9879         * valops.c (value_ind): Extract function readjust_indirect_value_type.
9880         (value_rtti_target_type): Rename to ...
9881         (value_rtti_indirect_type): ... here and make it indirect.  Update
9882         function comment.
9883         * value.c (readjust_indirect_value_type): New function.
9884         (coerce_ref): Support for enclosing type setting for references
9885         with readjust_indirect_value_type.
9886         * value.h (readjust_value_type): New declaration.
9887         (value_rtti_target_type): Rename to ...
9888         (value_rtti_indirect_type): ... here.
9889
9890 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9891
9892         * MAINTAINERS (Write After Approval): Add myself to the list.
9893
9894 2012-02-20  Doug Evans  <dje@google.com>
9895
9896         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9897         Rename objfile_p_char parameter to objfilep.
9898         (build_objfile_section_table): Result is now void.  All callers
9899         updated.
9900         * objfiles.h (struct objfile): Tweak comments, whitespace.
9901         (build_objfile_section_table): Update.
9902
9903         * elfread.c (elf_symfile_segments): Fix warning text.
9904
9905 2012-02-20  Tom Tromey  <tromey@redhat.com>
9906
9907         PR gdb/13498:
9908         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9909         particular set of file names once.
9910         (dw2_map_symbol_filenames): Likewise.
9911
9912 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9913
9914         Code cleanup.
9915         * main.c (write_files): Remove the declaration.
9916         (external_editor_command): Move the declaration ...
9917         [GDBTK] (external_editor_command): ... here.  Fix the comment.
9918
9919 2012-02-20  Tom Tromey  <tromey@redhat.com>
9920
9921         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9922         extraneous block.
9923
9924 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9925
9926         * darwin-nat.h (enum darwin_msg_state): Add comments.
9927
9928 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9929
9930         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9931         value.
9932
9933 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
9934
9935         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9936         between function description and implementation.
9937
9938 2012-02-17  Tom Tromey  <tromey@redhat.com>
9939
9940         PR python/12070:
9941         * python/py-event.c (event_object_getset): New global.
9942         (event_object_type): Reference it.
9943         * python/py-type.c (field_object_getset): New global.
9944         (field_object_type): Reference it.
9945         * python/python-internal.h (gdb_py_generic_dict): Declare.
9946         * python/py-utils.c (gdb_py_generic_dict): New function.
9947
9948 2012-02-17  Tristan Gingold  <gingold@adacore.com>
9949
9950         * solib-darwin.c (darwin_current_sos): Check magic and filetype
9951
9952 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
9953
9954         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9955         TYPE_CALLING_CONVENTION annotation.
9956
9957 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
9958
9959         * MAINTAINERS: Add rx to target ISA section.
9960         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9961         (ALLDEPFILES): Add rx-tdep.c.
9962
9963 2012-02-16  Tom Tromey  <tromey@redhat.com>
9964
9965         * symfile.c (symbol_file_add_main_1): Use inferior's
9966         symfile_flags.
9967         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9968         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9969         inferior.
9970         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9971         inferior.
9972         (follow_exec): Use inferior's symfile_flags.
9973         * inferior.h (struct inferior) <symfile_flags>: New field.
9974
9975 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
9976
9977         PR gdb/9734:
9978         * remote-sim.c (gdbsim_create_inferior): Call error() when
9979         sim_create_inferior() fails.
9980
9981 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
9982
9983         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9984
9985 2012-02-16  Tom Tromey  <tromey@redhat.com>
9986
9987         PR c++/13653:
9988         * thread.c (struct current_thread_cleanup) <was_removable>: New
9989         field.
9990         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9991         (make_cleanup_restore_current_thread): Initialize new field.
9992
9993 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
9994
9995         * MAINTAINERS: Add rl78 to target ISA section.
9996         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9997         (ALLDEPFILES): Add rl78-tdep.c.
9998         * NEWS: Mention rl78 as a new target.
9999
10000 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10001
10002         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10003         data.
10004         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10005
10006 2012-02-15  Tom Tromey  <tromey@redhat.com>
10007
10008         PR gdb/12659:
10009         * infcmd.c (registers_info): Print just the current register's
10010         name.
10011
10012 2012-02-15  Tom Tromey  <tromey@redhat.com>
10013
10014         * python/py-symbol.c (sympy_value): Use _().
10015
10016 2012-02-15  Pedro Alves  <palves@redhat.com>
10017
10018         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10019         output to be like native targets'.
10020         (remote_pid_to_str): Special case the null ptid.
10021
10022 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10023
10024         * NEWS: Mention enable count command.
10025         * breakpoint.h (struct breakpoint): New field enable_count.
10026         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10027         (enable_breakpoint): Add arg to call.
10028         (struct disp_data): New struct.
10029         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10030         (do_map_enable_once_breakpoint): Create a struct and pass it.
10031         (do_map_enable_delete_breakpoint): Ditto.
10032         (do_map_enable_count_breakpoint): New function.
10033         (enable_count_command): New function.
10034         (bpstat_stop_status): Decrement enable_count.
10035         (print_one_breakpoint_location): Report enable count.
10036         (_initialize_breakpoint): Add enable count command.
10037
10038 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10039
10040         * rl78-tdep.c (reggroups.h): Include.
10041         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10042         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10043         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10044         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10045         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10046         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10047         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10048         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10049         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10050         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10051         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10052         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10053         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10054         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10055         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10056         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10057         beginning of register list.
10058         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10059         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10060         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10061         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10062         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10063         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10064         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10065         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10066         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10067         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10068         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10069         the pseudo registers.  Rearrange other pseudo registers too so
10070         that the bank registers appear at the end.
10071         (rl78_register_type): Account for the fact that the byte sized
10072         bank registers are now pseudo-registers.
10073         (rl78_register_name): Rearrange the register name array.  Make
10074         initial set of raw banked registers inaccessible.
10075         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10076         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10077         case for copying bytes back and forth between raw and pseudo
10078         versions of the banked registers.  Update other cases to reflect
10079         the changed names.
10080         (rl78_return_value): Update to account for changed names of
10081         raw registers.
10082         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10083         rl78_register_sim_regno().
10084
10085 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10086
10087         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10088         the name parameter being passed to find_pc_partial_function().
10089
10090 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10091
10092         * MAINTAINERS: Step down from being ia64 target maintainer.
10093
10094 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10095
10096         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10097         compilation warning.
10098
10099 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10100
10101         Fix crash on loaded shlibs without loaded exec_bfd.
10102         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10103         (set_section_command): Replace exec_bfd by p->bfd.
10104
10105 2012-02-10  Tom Tromey  <tromey@redhat.com>
10106
10107         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10108         when we have a C++ qualified name.
10109
10110 2012-02-10  Pedro Alves  <palves@redhat.com>
10111
10112         * inferior.c (inferior_pid_to_str): New.
10113         (print_inferior, inferior_command): Use it.
10114
10115 2012-02-10  Pedro Alves  <palves@redhat.com>
10116
10117         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10118         the test CFLAGS.
10119         * configure: Regenerate.
10120
10121 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10122
10123         * linespec.c (decode_line_internal): Fix comment correctness.
10124
10125 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10126
10127         PR gdb/12953
10128         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10129         * amd64bsd-nat.c: Add support for debug registers (adapted from
10130         i386bsd-nat.c).
10131         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10132         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10133         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10134         (amd64bsd_dr_get_control): New functions.
10135         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10136         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10137         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10138         watchpoints initialization.
10139         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10140
10141 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10142
10143         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10144         flds_bnds.fields.
10145         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10146
10147 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10148
10149         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10150
10151 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10152
10153         * language.h (symbol_name_cmp_ftype): Renames
10154         symbol_name_match_p_ftype.
10155         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10156         la_get_symbol_name_match_p.
10157         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10158         ada_get_symbol_name_match_p.  Update comment.
10159         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10160         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10161         Renames symbol_name_match_p.  Update field type.
10162         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10163         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10164         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10165         "la_get_symbol_name_cmp" in comments.
10166         * language.c: Likewise.
10167
10168 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10169
10170         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10171         %eflags offset.
10172         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10173         (amd64_sol2_gregset32_reg_offs): Likewise.
10174
10175 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10176
10177         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10178         of the returned BFD is allocated by GDB.
10179
10180 2012-02-07  Tom Tromey  <tromey@redhat.com>
10181
10182         PR python/12027:
10183         * python/python-internal.h (frame_object_type): Declare.
10184         * python/py-symbol.c (sympy_needs_frame): New function.
10185         (sympy_value): New function.
10186         (symbol_object_getset): Add "needs_frame".
10187         (symbol_object_methods): Add "value".
10188         * python/py-frame.c (frame_object_type): No longer static.
10189
10190 2012-02-07  Tom Tromey  <tromey@redhat.com>
10191
10192         PR python/13599:
10193         * python/py-symbol.c (sympy_line): New function.
10194         (symbol_object_getset): Add "line".
10195
10196 2012-02-07  Tom Tromey  <tromey@redhat.com>
10197
10198         * charset.c (find_charset_names): Check 'in' against NULL.
10199
10200 2012-02-06  Doug Evans  <dje@google.com>
10201
10202         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10203         and fields.name members from char * to const char *.  All uses updated.
10204         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10205         from char * to const char *.  All uses updated.
10206         (type_name_no_tag): Update.
10207         (lookup_unsigned_typename, lookup_signed_typename): Update.
10208         * gdbtypes.c (type_name_no_tag): Change result type
10209         from char * to const char *.  All callers updated.
10210         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10211         name parameter from char * to const char *.
10212         * symtab.h (struct cplus_specific): Change type of demangled_name
10213         member from char * to const char *.  All uses updated.
10214         (struct general_symbol_info): Change type of name and
10215         mangled_lang.demangled_name members from char * to const char *.
10216         All uses updated.
10217         (symbol_get_demangled_name, symbol_natural_name): Update.
10218         (symbol_demangled_name, symbol_search_name): Update.
10219         * symtab.c (symbol_get_demangled_name): Change result type
10220         from char * to const char *.  All callers updated.
10221         (symbol_natural_name, symbol_demangled_name): Ditto.
10222         (symbol_search_name): Ditto.
10223         (completion_list_add_name): Change type of symname,sym_text,
10224         text,word parameters from char * to const char *.
10225         (completion_list_objc_symbol): Change type of sym_text,
10226         text,word parameters from char * to const char *.
10227         * ada-lang.c (find_struct_field): Change type of name parameter
10228         from char * to const char *.
10229         (encoded_ordered_before): Similarly for N0,N1 parameters.
10230         (old_renaming_is_invisible): Similarly for function_name parameter.
10231         (ada_type_name): Change result type from char * to const char *.
10232         All callers updated.
10233         * ada-lang.h (ada_type_name): Update.
10234         * buildsym.c (hashname): Change type of name parameter
10235         from char * to const char *.
10236         * buildsym.h (hashname): Update.
10237         * dbxread.c (end_psymtab): Change type of include_list parameter
10238         from char ** to const char **.
10239         * dwarf2read.c (determine_prefix): Change result type
10240         from char * to const char *.  All callers updated.
10241         * f-lang.c (find_common_for_function): Change type of name, funcname
10242         parameters from char * to const char *.
10243         * f-lang.c (find_common_for_function): Update.
10244         * f-valprint.c (list_all_visible_commons): Change type of funcname
10245         parameters from char * to const char *.
10246         * gdbarch.sh (static_transform_name): Change type of name parameter
10247         and result from char * to const char *.
10248         * gdbarch.c: Regenerate.
10249         * gdbarch.h: Regenerate.
10250         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10251         of name parameter from char * to const char *.
10252         * jv-lang.c (java_primitive_type_from_name): Ditto.
10253         (java_demangled_signature_length): Similarly for signature parameter.
10254         (java_demangled_signature_copy): Ditto.
10255         (java_demangle_type_signature): Ditto.
10256         * jv-lang.h (java_primitive_type_from_name): Update.
10257         (java_demangle_type_signature): Update.
10258         * objc-lang.c (specialcmp): Change type of a,b parameters
10259         from char * to const char *.
10260         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10261         from char * to const char *.  All callers updated.
10262         * p-lang.h (is_pascal_string_type): Update.
10263         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10264         of name parameter from char * to const char *.
10265         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10266         * utils.c (fprintf_symbol_filtered): Ditto.
10267         * defs.h (fprintf_symbol_filtered): Update.
10268         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10269         * stabsread.h (end_psymtab): Update.
10270         * stack.c (find_frame_funname): Change type of funname parameter
10271         from char ** to const char **.
10272         * stack.h (find_frame_funname): Update.
10273         * typeprint.c (type_print): Change type of varstring parameter
10274         from char * to const char *.
10275         * value.h (type_print): Update.
10276         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10277         from char * to const char *.  All callers updated.
10278         (xcoff_end_psymtab): Change type of include_list parameter
10279         from char ** to const char **.  All callers updated.
10280         (swap_sym): Similarly for name parameter.  All callers updated.
10281         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10282         Use xstrdup.
10283         (process_coff_symbol): Use xstrdup.
10284         * stabsread.c (stabs_method_name_from_physname): Renamed from
10285         update_method_name_from_physname.  Change result type from void
10286         to char *.  All callers updated.
10287         (read_member_functions): In has_destructor case, store name in objfile
10288         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10289
10290 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10291
10292         * configure: Rebuild.
10293         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10294         LDFLAGS.
10295
10296 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10297
10298         * configure.tgt (rl78-*-elf): New target.
10299         * rl78-tdep.c: New file.
10300
10301 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10302
10303         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10304         and continue the loop.  Add QUIT statement.
10305
10306 2012-02-03  Tom Tromey  <tromey@redhat.com>
10307
10308         PR gdb/13596:
10309         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10310         bfd_lookup_symbol_from_symtab.
10311         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10312         gdb_bfd_lookup_symbol_from_symtab.
10313
10314 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10315
10316         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10317         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10318         symbol.  Add assertion that sym2 is never NULL.
10319
10320 2012-02-02  Doug Evans  <dje@google.com>
10321
10322         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10323         "name" parameter to const char ** from char **.  All callers updated.
10324         (find_pc_partial_function): Ditto.
10325         (cache_pc_function_name): Change type to const char * from char *.
10326         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10327         (find_pc_partial_function): Update.
10328         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10329         type of "name" parameter to const char * from char *.
10330         All uses updated.
10331         * arch-utils.c (generic_in_solib_return_trampoline): Change
10332         type of "name" parameter to const char * from char *.
10333         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10334         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10335         type of "name" parameter to const char * from char *.
10336         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10337         * gdbarch.c: Regenerate.
10338         * gdbarch.h: Regenerate.
10339         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10340         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10341         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10342         type of "name" parameter to const char * from char *.
10343         * skip.c (skip_function_pc): Ditto.
10344         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10345         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10346         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10347         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10348         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10349         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10350         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10351         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10352         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10353
10354 2012-02-02  Pedro Alves  <palves@redhat.com>
10355
10356         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10357         the current inferior has no execution.  Make sure the current
10358         remote process matches gdb's current inferior.
10359
10360 2012-02-02  Tom Tromey  <tromey@redhat.com>
10361
10362         PR gdb/13405:
10363         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10364         read-only memory.
10365
10366 2012-02-02  Tom Tromey  <tromey@redhat.com>
10367
10368         PR gdb/9307:
10369         * symtab.c (lookup_language_this): Set block_found.
10370
10371 2012-02-01  Tom Tromey  <tromey@redhat.com>
10372
10373         PR gdb/13431:
10374         * jit.c (struct jit_inferior_data): Rewrite.
10375         (struct jit_objfile_data): New.
10376         (get_jit_objfile_data): New function.
10377         (add_objfile_entry): Update.
10378         (jit_read_descriptor): Return int.  Replace descriptor_addr
10379         argument with inf_data.  Update.  Don't call error.
10380         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10381         descriptor here.
10382         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10383         (jit_reset_inferior_data_and_breakpoints)
10384         (jit_inferior_created_observer): Remove.
10385         (jit_inferior_exit_hook): Update.
10386         (jit_executable_changed_observer): Remove.
10387         (jit_event_handler): Update.
10388         (free_objfile_data): Reset inferior data if needed.
10389         (_initialize_jit): Update.
10390
10391 2012-02-01  Tom Tromey  <tromey@redhat.com>
10392
10393         * jit.c (bfd_open_from_target_memory): Move higher in file.
10394
10395 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10396
10397         * libunwind-frame.c (libunwind_load): Display message if dlopen
10398         failed.
10399
10400 2012-02-01  Gary Benson  <gbenson@redhat.com>
10401
10402         * symtab.h (symbol_found_callback_ftype): New typedef.
10403         (iterate_over_symbols): Use the above.
10404         * symtab.c (iterate_over_symbols): Likewise.
10405         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10406         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10407         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10408         (iterate_name_matcher): Document return values.
10409         (collect_one_symbol): Likewise.
10410         (collect_function_symbols): Likewise.
10411         (collect_symbols): Likewise.
10412
10413 2012-02-01  Tom Tromey  <tromey@redhat.com>
10414
10415         * ada-lang.c (resolve_subexp): Update.
10416         (ada_lookup_symbol_list): Add 'full_search' argument.
10417         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10418         ada_lookup_symbol_list.
10419         (ada_lookup_encoded_symbol): Update.
10420         (get_var_value): Update.
10421         * ada-exp.y (block_lookup): Update.
10422         (write_var_or_type): Update.
10423         (write_name_assoc): Update.
10424         * ada-lang.h (ada_lookup_symbol_list): Update.
10425
10426 2012-01-31  Tom Tromey  <tromey@redhat.com>
10427
10428         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10429         comment.
10430
10431 2012-01-31  Doug Evans  <dje@google.com>
10432
10433         * symtab.h: Remove outdated comment.
10434         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10435
10436 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10437
10438         Fix build error in Darwin port.
10439         * i386-darwin-nat.c: Include i386-nat.h.
10440
10441 2012-01-30  Tom Tromey  <tromey@redhat.com>
10442
10443         PR breakpoints/13568:
10444         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10445         argument.  Check for recursive includes.
10446         (dwarf_decode_macros): Create an include hash.
10447
10448 2012-01-30  Michael Eager  <eager@eagercon.com>
10449
10450         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10451         * ppc-linux-tdep.c: Include glibc-tdep.h.
10452         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10453         (powerpc_linux_in_plt_stub): New function.
10454         (powerpc_linux_in_dynsym_resolve_code): New function.
10455         (ppc_skip_trampoline_code): New function.
10456         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10457         Use glibc_skip_solib_resolver.
10458
10459 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10460
10461         Code cleanup: Make 1440 bytes of data segment read-only.
10462         * arch-utils.c (endian_enum): Make it const char *const [].
10463         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10464         Likewise.
10465         * breakpoint.c (always_inserted_enums): Likewise.
10466         * cli/cli-cmds.c (script_ext_enums): Likewise.
10467         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10468         enumlist parameter const char *const *.
10469         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10470         const char *const *.
10471         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10472         parameter const char *const *.
10473         * cris-tdep.c (cris_modes): Make it const char *const [].
10474         * filesystem.c (target_file_system_kinds): Likewise.
10475         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10476         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10477         (can_use_displaced_stepping_enum, scheduler_enums)
10478         (exec_direction_names): Likewise.
10479         * language.c (_initialize_language): Make the type_or_range_names and
10480         case_sensitive_names variables const char *const [].
10481         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10482         * python/python.c (python_excp_enums): Likewise.
10483         * remote.c (interrupt_sequence_modes): Likewise.
10484         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10485         * serial.c (logbase_enums): Likewise.
10486         * sh-tdep.c (sh_cc_enum): Likewise.
10487         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10488         Likewise.
10489         * symtab.c (multiple_symbols_modes): Likewise.
10490         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10491         Likewise.
10492         * utils.c (internal_problem_modes): Likewise.
10493
10494 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10495
10496         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10497         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10498         result.
10499
10500 2012-01-27  Doug Evans  <dje@google.com>
10501
10502         * configure.ac (with_python): Fix absolute path handling for win32.
10503         * configure: Regenerate.
10504
10505 2012-01-26  Doug Evans  <dje@google.com>
10506
10507         * symtab.c: Whitespace cleanup, no code changes.
10508
10509         * symtab.c (lookup_symbol_in_language): Improve comment.
10510         (lookup_symbol_aux): Fix comment.
10511
10512         * psymtab.c (add_psymbol_to_list): Result is now "void".
10513         * psympriv.h (add_psymbol_to_list): Update.
10514
10515         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10516
10517 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10518
10519         Do not open script filenames twice.
10520         * cli/cli-cmds.c (source_script_from_stream): Pass to
10521         source_python_script also STREAM.
10522         * python/py-auto-load.c (source_section_scripts): Pass to
10523         source_python_script_for_objfile also STREAM.
10524         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10525         also INPUT.
10526         * python/python-internal.h (source_python_script_for_objfile): New
10527         parameter file, rename parameter file to filename.
10528         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10529         instead if !_WIN32.  Update the function comment.
10530         (source_python_script, source_python_script_for_objfile)
10531         (source_python_script): New parameter file, rename parameter file to
10532         filename.  Pass FILENAME to python_run_simple_file.
10533         * python/python.h (source_python_script): New parameter file, rename
10534         parameter file to filename.
10535
10536 2012-01-26  Pedro Alves  <palves@redhat.com>
10537
10538         * corelow.c (core_has_fake_pid): Delete.
10539         (core_close): Delete references to `core_has_fake_pid'.
10540         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10541         (core_open): Delete references to `core_has_fake_pid'.
10542         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10543         the removed global.
10544
10545 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10546
10547         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10548         Remove language parameter from name_matcher.  Adjust the comment.
10549         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10550         Remove language parameter.
10551         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10552         * linespec.c (iterate_name_matcher): Likewise.
10553         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10554         name_matcher.  Adjust call accordingly.
10555         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10556         (maintenance_check_symtabs): Adjust type of parameter "fun".
10557         * psymtab.h (maintenance_check_symtabs): Likewise.
10558
10559 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10560
10561         * language.h (symbol_name_match_p_ftype): New typedef.
10562         (struct language_defn): Replace field la_symbol_name_compare
10563         by la_get_symbol_name_match_p.
10564         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10565         (ada_language_defn): Use it.
10566         * linespec.c (struct symbol_matcher_data): New type.
10567         (iterate_name_matcher): Rewrite.
10568         (iterate_over_all_matching_symtabs): Pass a pointer to
10569         a symbol_matcher_data struct to expand_symtabs_matching
10570         instead of just the lookup name.
10571         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10572         opencl-lang.c, p-lang.c, language.c: Delete field
10573         la_symbol_name_compare, and replace by NULL for new field
10574         la_get_symbol_name_match_p.
10575         * symfile.h (struct quick_symbol_functions): Update comment.
10576
10577 2012-01-25  Tom Tromey  <tromey@redhat.com>
10578
10579         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10580         dereferencing.
10581
10582 2012-01-24  Tom Tromey  <tromey@redhat.com>
10583
10584         PR symtab/12406:
10585         * solib.c (update_solib_list): Update the program space's
10586         added_solibs and deleted_solibs fields.
10587         * progspace.h (struct program_space) <added_solibs,
10588         deleted_solibs>: New fields.
10589         (clear_program_space_solib_cache): Declare.
10590         * progspace.c (release_program_space): Call
10591         clear_program_space_solib_cache.
10592         (clear_program_space_solib_cache): New function.
10593         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10594         bpstat_stop_status.  Use handle_solib_event.
10595         * breakpoint.c: Include gdb_regex.h.
10596         (print_solib_event): New function.
10597         (bpstat_print): Use print_solib_event.
10598         (bpstat_stop_status): Add special case for bp_shlib_event.
10599         (handle_solib_event): New function.
10600         (bpstat_what): Use handle_solib_event.
10601         (struct solib_catchpoint): New.
10602         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10603         (breakpoint_hit_catch_solib, check_status_catch_solib)
10604         (print_it_catch_solib, print_one_catch_solib)
10605         (print_mention_catch_solib, print_recreate_catch_solib): New
10606         functions.
10607         (catch_solib_breakpoint_ops): New global.
10608         (catch_load_or_unload, catch_load_command_1)
10609         (catch_unload_command_1): New functions.
10610         (internal_bkpt_check_status): Add special case for
10611         bp_shlib_event.
10612         (internal_bkpt_print_it): Use print_solib_event.
10613         (initialize_breakpoint_ops): Initialize
10614         catch_solib_breakpoint_ops.
10615         (_initialize_breakpoint): Register "catch load" and "catch
10616         unload".
10617         * breakpoint.h (handle_solib_event): Declare.
10618         * NEWS: Add entry for "catch load" and "catch unload".
10619
10620 2012-01-24  Tom Tromey  <tromey@redhat.com>
10621
10622         * ada-lang.c: Include gdb_vecs.h.
10623         * charset.c: Include gdb_vecs.h.
10624         * tracepoint.h: Include gdb_vecs.h.
10625         * gdb_vecs.h: New file.
10626
10627 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
10628
10629         * breakpoint.c (breakpoint_hit_catch_fork)
10630         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10631         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10632         * infrun.c (inferior_has_forked, inferior_has_vforked)
10633         (inferior_has_execd, inferior_has_called_syscall): Delete.
10634         (handle_syscall_event): Get syscall_number from the execution
10635         control state's wait status.
10636         (wait_for_inferior): Don't clear syscall_number.
10637
10638 2012-01-24  Pedro Alves  <palves@redhat.com>
10639
10640         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10641         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10642         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10643         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10644         `ws' parameter.
10645         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
10646         false for events other than TARGET_SIGNAL_TRAP.
10647         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10648         Add `ws' parameter.
10649         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
10650         events other than TARGET_SIGNAL_TRAP.
10651         (tracepoint_breakpoint_hit): Add `ws' parameter.
10652         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10653         parameter.
10654         (bpstat_stop_status): Same.
10655         (pc_at_non_inline_function): Same.
10656         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10657         to pass the current event's waitstatus to bpstat_stop_status
10658         and pc_at_non_inline_function.
10659
10660 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10661
10662         Code cleanup.
10663         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10664         Update the function comment for it.
10665         (source_script_with_search): Call make_cleanup_fclose for STREAM.
10666         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10667         for STREAM.
10668
10669 2012-01-24  Pedro Alves  <palves@redhat.com>
10670
10671         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10672         outside `bs->stop' block.
10673         (bpstat_what): Rework bp_shlib_event handling.
10674         (internal_bkpt_check_status): If the breakpoint is a
10675         bp_shlib_event, then set bs->stop and bs->print if
10676         stop_on_solib_events is set.
10677
10678 2012-01-24  Gary Benson  <gbenson@redhat.com>
10679
10680         Delete #if 0'd out code.
10681         * stack.c (print_frame_label_vars): Remove.
10682         (catch_info): Likewise.
10683         (_initialize_stack): Remove "info catch" command.
10684         * NEWS: Mention the above.
10685
10686 2012-01-24  Pedro Alves  <palves@redhat.com>
10687
10688         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
10689         it.
10690         (remote_notice_new_inferior): If the remote end doesn't support
10691         the multiprocess extensions, then the PID is fake.
10692         (add_current_inferior_and_thread): New.
10693         (remote_start_remote): Use it.
10694         (extended_remote_attach_1): Adjust.
10695         (extended_remote_create_inferior_1): Use
10696         add_current_inferior_and_thread.
10697
10698 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10699
10700         Fix watchpoints to be specific for each inferior.
10701         * breakpoint.c (watchpoint_in_thread_scope): Verify also
10702         current_program_space.
10703         * i386-nat.c (i386_inferior_data_cleanup): New.
10704         (i386_inferior_data_get): Replace variable inf_data_local by an
10705         inferior_data call.
10706         (i386_use_watchpoints): Initialize i386_inferior_data.
10707         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10708         specific iterate_over_lwps.
10709
10710 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10711
10712         Fix watchpoints across inferior fork.
10713         * amd64-linux-nat.c (update_debug_registers_callback): Update the
10714         comment for linux_nat_iterate_watchpoint_lwps.
10715         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10716         linux_nat_iterate_watchpoint_lwps.
10717         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10718         * i386-linux-nat.c (update_debug_registers_callback): Update the
10719         comment for linux_nat_iterate_watchpoint_lwps.
10720         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10721         linux_nat_iterate_watchpoint_lwps.
10722         (i386_linux_prepare_to_resume): New comment on Linux kernel.
10723         * i386-nat.c: Include inferior.h.
10724         (dr_mirror): Remove.
10725         (i386_inferior_data, struct i386_inferior_data)
10726         (i386_inferior_data_get): New.
10727         (i386_debug_reg_state): Use i386_inferior_data_get.
10728         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10729         (i386_insert_watchpoint, i386_remove_watchpoint)
10730         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10731         (i386_remove_hw_breakpoint): New variable state, use
10732         i386_debug_reg_state instead of DR_MIRROR.
10733         * linux-nat.c (delete_lwp): New declaration.
10734         (num_lwps): Move here from downwards.
10735         (delete_lwp_cleanup): New.
10736         (linux_child_follow_fork): Create new child_lp, call
10737         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10738         PTRACE_DETACH.
10739         (num_lwps): Move upwards.
10740         (linux_nat_iterate_watchpoint_lwps): New.
10741         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10742         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10743
10744 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
10745
10746         GDB 7.4 released.
10747
10748 2012-01-23  Pedro Alves  <palves@redhat.com>
10749
10750         * top.c (caution): Rename to ...
10751         (confirm): ... this.
10752         (show_caution): Rename to ...
10753         (show_confirm): ... this.
10754         (quit_cover): Adjust.
10755         (init_main): Adjust.
10756         * top.h (caution): Rename to ...
10757         (confirm): ... this.
10758         * utils.c (internal_vproblem, defaulted_query): Adjust.
10759
10760 2012-01-23  Pedro Alves  <palves@redhat.com>
10761
10762         * top.c (caution): Update comment.
10763         (execute_command): Don't consider the current value of `caution'.
10764
10765 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10766
10767         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10768
10769 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
10770
10771         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10772         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10773         * target.c (target_fileio_pwrite): Remove buffer address from
10774         debug output.
10775         (target_fileio_pread): Likewise.
10776
10777 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10778
10779         * NEWS: Document remote "info proc" and "generate-core-file".
10780
10781 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10782
10783         * gdbarch.sh (find_memory_regions): New callback.
10784         * gdbarch.c, gdbarch.h: Regenerate.
10785
10786         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10787         callback before falling back to target method.
10788
10789         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10790         (linux_target_install_ops): No longer install it.
10791
10792         * linux-tdep.c (linux_find_memory_regions): New function.
10793         (linux_init_abi): Install it.
10794
10795 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10796
10797         * gdbarch.sh (make_corefile_notes): New architecture callback.
10798         * gdbarch.c: Regenerate.
10799         * gdbarch.h: Likewise.
10800
10801         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10802         before target_make_corefile_notes.  If NULL is returned, the
10803         target does not support core file generation.
10804
10805         * linux-nat.c: Include "linux-tdep.h".
10806         (find_signalled_thread, find_stop_signal): Remove.
10807         (linux_nat_do_thread_registers): Likewise.
10808         (struct linux_nat_corefile_thread_data): Likewise.
10809         (linux_nat_corefile_thread_callback): Likewise.
10810         (iterate_over_spus): Likewise.
10811         (struct linux_spu_corefile_data): Likewise.
10812         (linux_spu_corefile_callback): Likewise.
10813         (linux_spu_make_corefile_notes): Likewise.
10814         (linux_nat_collect_thread_registers): New function.
10815         (linux_nat_make_corefile_notes): Replace contents by call to
10816         linux_make_corefile_notes passing linux_nat_collect_thread_registers
10817         as native-only callback.
10818
10819         * linux-tdep.h: Include "bfd.h".
10820         (struct regcache): Add forward declaration.
10821         (linux_collect_thread_registers_ftype): New typedef.
10822         (linux_make_corefile_notes): Add prototype.
10823         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10824         "regset.h", and "elf-bfd.h".
10825         (find_signalled_thread, find_stop_signal): New functions.
10826         (linux_spu_make_corefile_notes): Likewise.
10827         (linux_collect_thread_registers): Likewise.
10828         (struct linux_corefile_thread_data): New data structure.
10829         (linux_corefile_thread_callback): New funcion.
10830         (linux_make_corefile_notes): Likewise.
10831         (linux_make_corefile_notes_1): Likewise.
10832         (linux_init_abi): Install it.
10833
10834 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10835
10836         * gdbarch.sh (info_proc): New callback.
10837         * gdbarch.c, gdbarch.h: Regenerate.
10838
10839         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10840         before falling back to the target info_proc callback.
10841
10842         * linux-nat.c: Do not include "cli/cli-utils.h".
10843         (linux_nat_info_proc): Remove.
10844         (linux_target_install_ops): No longer install it.
10845
10846         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10847         (read_mapping): New function.
10848         (linux_info_proc): Likewise.
10849         (linux_init_abi): Install it.
10850
10851 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10852
10853         * defs.h (enum info_proc_what): Moved here from linux-nat.c
10854         * infcmd.c: (info_proc_cmd_1): New function.
10855         (info_proc_cmd): New function, moved here from equivalent routine
10856         orignally in linux-nat.c.
10857         (info_proc_cmd_mappings): Likewise.
10858         (info_proc_cmd_stat): Likewise.
10859         (info_proc_cmd_status): Likewise.
10860         (info_proc_cmd_cwd): Likewise.
10861         (info_proc_cmd_cmdline): Likewise.
10862         (info_proc_cmd_exe): Likewise.
10863         (info_proc_cmd_all): Likewise.
10864         (_initialize_infcmd): Install "info proc" command and subcommands.
10865
10866         * target.h (struct target_ops): Add to_info_proc.
10867         (target_info_proc): Add prototype.
10868         * target.c (target_info_proc): New function.
10869
10870         * procfs.c (procfs_info_proc): Add prototype.
10871         (info_proc_cmd): Rename into ...
10872         (procfs_info_proc): ... this.  Update argument types as appropriate
10873         for a to_info_proc implementation.  Handle "what" argument.
10874         (procfs_target): Install procfs_info_proc.
10875         (_initialize_procfs): No longer install "info proc" command.
10876
10877         * linux-nat.c: (enum info_proc_what): Remove.
10878         (linux_nat_info_proc_cmd_1): Rename into ...
10879         (linux_nat_info_proc): ... this.  Update argument types as appropriate
10880         for a to_info_proc implementation.
10881         (linux_nat_info_proc_cmd): Remove.
10882         (linux_nat_info_proc_cmd_mappings): Likewise.
10883         (linux_nat_info_proc_cmd_stat): Likewise.
10884         (linux_nat_info_proc_cmd_status): Likewise.
10885         (linux_nat_info_proc_cmd_cwd): Likewise.
10886         (linux_nat_info_proc_cmd_cmdline): Likewise.
10887         (linux_nat_info_proc_cmd_exe): Likewise.
10888         (linux_nat_info_proc_cmd_all): Likewise.
10889         (linux_target_install_ops): Install linux_nat_info_proc.
10890         (_initialize_linux_nat): No longer install "info proc" command
10891         and subcommands.
10892
10893 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10894
10895         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10896         * config.in, configure: Regenerate.
10897
10898         * target.h (struct target_ops): Add to_fileio_readlink.
10899         (target_fileio_readlink): Add prototype.
10900         * target.c (target_fileio_readlink): New function.
10901
10902         * inf-child.c: Conditionally include <sys/param.h>.
10903         (inf_child_fileio_readlink): New function.
10904         (inf_child_target): Install it.
10905
10906         * remote.c (PACKET_vFile_readlink): New enum value.
10907         (remote_hostio_readlink): New function.
10908         (init_remote_ops): Install it.
10909         (_initialize_remote): Handle vFile:readlink packet type.
10910
10911 2012-01-20  Pedro Alves  <palves@redhat.com>
10912             Ulrich Weigand  <ulrich.weigand@linaro.org>
10913
10914         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10915         * config.in, configure: Regenerate.
10916
10917         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10918         to_fileio_pread, to_fileio_close, to_fileio_unlink.
10919         (target_fileio_open): Add prototype.
10920         (target_fileio_pwrite): Likewise.
10921         (target_fileio_pread): Likewise.
10922         (target_fileio_close): Likewise.
10923         (target_fileio_unlink): Likewise.
10924         (target_fileio_read_alloc): Likewise.
10925         (target_fileio_read_stralloc): Likewise.
10926
10927         * target.c: Include "gdb/fileio.h".
10928         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10929         (default_fileio_target): New function.
10930         (target_fileio_open): Likewise.
10931         (target_fileio_pwrite): Likewise.
10932         (target_fileio_pread): Likewise.
10933         (target_fileio_close): Likewise.
10934         (target_fileio_unlink): Likewise.
10935         (target_fileio_close_cleanup): Likewise.
10936         (target_fileio_read_alloc_1): Likewise.
10937         (target_fileio_read_alloc): Likewise.
10938         (target_fileio_read_stralloc): Likewise.
10939
10940         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10941         <fcntl.h>, and <unistd.h>.
10942         (inf_child_fileio_open_flags_to_host): New function.
10943         (inf_child_errno_to_fileio_error): Likewise.
10944         (inf_child_fileio_open): Likewise.
10945         (inf_child_fileio_pwrite): Likewise.
10946         (inf_child_fileio_pread): Likewise.
10947         (inf_child_fileio_close): Likewise.
10948         (inf_child_fileio_unlink): Likewise.
10949         (inf_child_target): Install to_fileio routines.
10950
10951         * remote.c (init_remote_ops): Install to_fileio routines.
10952
10953 2012-01-20  Pedro Alves  <palves@redhat.com>
10954             Ulrich Weigand  <ulrich.weigand@linaro.org>
10955
10956         * remote.c (remote_multi_process_p): Only check for multi-process
10957         protocol feature, do not check for extended protocol.
10958         (remote_supports_multi_process): Check for extended protocol here.
10959         (set_general_process): Likewise.
10960         (extended_remote_kill): Likewise.
10961         (remote_pid_to_str): Likewise.
10962         (remote_query_supported): Always query multiprocess mode.
10963
10964 2012-01-20  Pedro Alves  <palves@redhat.com>
10965             Ulrich Weigand  <ulrich.weigand@linaro.org>
10966
10967         * inferior.h (struct inferior): Add fake_pid_p.
10968         * inferior.c (exit_inferior_1): Clear fake_pid_p.
10969         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10970         magic_null_ptid since the remote side doesn't provide a real PID.
10971
10972 2012-01-19  Tom Tromey  <tromey@redhat.com>
10973
10974         * NEWS: Combine the two Python sections.
10975
10976 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10977
10978         * target.h (target_close): Update comment on the target's unpush state.
10979
10980 2012-01-19  Pedro Alves  <palves@redhat.com>
10981
10982         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10983         linux_nat_async directly instead of going through the target
10984         vector.
10985         * target.c (unpush_target): Close target after unpushing it, not
10986         before.
10987
10988 2012-01-19  Gary Benson  <gbenson@redhat.com>
10989
10990         * mdebugread.c (sort_blocks): Replace integer constants with ones
10991         derived from FIRST_LOCAL_BLOCK.
10992
10993 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
10994             Jan Kratochvil  <jan.kratochvil@redhat.com>
10995
10996         PR gdb/9538
10997         * symfile.c (find_separate_debug_file): New function.
10998         (terminate_after_last_dir_separator): Likewise.
10999         (find_separate_debug_file_by_debuglink): Also try realpath.
11000         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11001         * configure: Regenerate.
11002         * config.in: Regenerate.
11003
11004 2012-01-18  Doug Evans  <dje@google.com>
11005
11006         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11007         (main.o): Remove rule.
11008         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11009         (--with-sysroot): Rewrite.
11010         * configure: Regenerate.
11011         * config.in: Regenerate.
11012
11013 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11014
11015         * parse.c (initialize_expout): New function.
11016         (reallocate_expout): Likewise.
11017         (parse_exp_in_context): Use `initialize_expout' and
11018         `reallocate_expout' when appropriate.
11019
11020 2012-01-18  Pedro Alves  <palves@redhat.com>
11021
11022         * record.c (struct record_breakpoint, record_breakpoint_p)
11023         (record_breakpoints): New.
11024         (record_insert_breakpoint, record_remove_breakpoint): Manage
11025         record breakpoints list.  Only remove breakpoints from the
11026         inferior if they had been inserted there in the first place.
11027
11028 2012-01-17  Doug Evans  <dje@google.com>
11029
11030         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11031         if we know we don't have a file name to look for.
11032
11033 2012-01-17  Pedro Alves  <palves@redhat.com>
11034
11035         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11036         the frame's stop reason is UNWIND_UNAVAILABLE.
11037
11038 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11039
11040         Fix compilation error.
11041         * m2-exp.y (yyerror): Use ANSI C prototype.
11042
11043 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11044
11045         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11046         (growbuf_by_size): Likewise.
11047         (yyerror): Likewise.
11048         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11049         (modblock): Remove variable (was #if 0'ed).
11050         (parse_number): Convert prototype from K&R to ANSI C.
11051         (yyerror): Likewise.
11052         * objc-exp.y (parse_number): Likewise.
11053         (yyerror): Likewise.
11054         (yylex): Remove #if 0'ed code.
11055         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11056         (yyerror): Likewise.
11057
11058 2012-01-16  Tom Tromey  <tromey@redhat.com>
11059
11060         * NEWS: Add item.
11061         * symtab.h (compare_filenames_for_search): Declare.
11062         * symtab.c (compare_filenames_for_search): New function.
11063         (iterate_over_some_symtabs): Use it.
11064         * symfile.h (struct quick_symbol_functions)
11065         <map_symtabs_matching_filename>: Change spec.
11066         * psymtab.c (partial_map_symtabs_matching_filename): Use
11067         compare_filenames_for_search.  Update for new spec.
11068         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11069         compare_filenames_for_search.  Update for new spec.
11070         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11071
11072 2012-01-16  Tom Tromey  <tromey@redhat.com>
11073
11074         PR python/13281:
11075         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11076         (struct main_type) <flag_flag_enum>: New field.
11077         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11078         * NEWS: Add entries.
11079         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11080         enums.
11081         * python/lib/gdb/printing.py (_EnumInstance): New class.
11082         (FlagEnumerationPrinter): Likewise.
11083
11084 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11085
11086         * breakpoint.c (create_sals_from_address_default): New function.
11087         (create_breakpoints_sal_default): Likewise.
11088         (decode_linespec_default): Likewise.
11089         (is_marker_spec): Removed.
11090         (strace_marker_p): New function.
11091         (init_breakpoint_sal): Using `strace_marker_p' instead of
11092         `is_marker_spec'.
11093         (create_breakpoint): Call method `create_sals_from_address' from
11094         breakpoint_ops, replacing code that created SALs conditionally
11095         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11096         replacing code that created breakpoints conditionally on the type
11097         wanted.
11098         (base_breakpoint_create_sals_from_address): New function.
11099         (base_breakpoint_create_breakpoints_sal): Likewise.
11100         (base_breakpoint_decode_linespec): Likewise.
11101         (base_breakpoint_ops): Add methods
11102         `base_breakpoint_create_sals_from_address',
11103         `base_breakpoint_create_breakpoints_sal' and
11104         `base_breakpoint_decode_linespec'.
11105         (bkpt_create_sals_from_address): New function.
11106         (bkpt_create_breakpoints_sal): Likewise.
11107         (bkpt_decode_linespec): Likewise.
11108         (tracepoint_create_sals_from_address): Likewise.
11109         (tracepoint_create_breakpoints_sal): Likewise.
11110         (tracepoint_decode_linespec): Likewise.
11111         (strace_marker_create_sals_from_address): Likewise.
11112         (strace_marker_create_breakpoints_sal): Likewise.
11113         (strace_marker_decode_linespec): Likewise.
11114         (strace_marker_breakpoint_ops): New variable.
11115         (addr_string_to_sals): Remove `marker_spec'.  Call method
11116         `decode_linespec' from breakpoint_ops, replacing code that decoded
11117         an address string into a SAL.  Use `strace_marker_p' instead of
11118         `marker_spec'.
11119         (strace_command): Decide whether we are dealing with a static
11120         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11121         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11122         * breakpoint.h (linespec_result, linespec_sals): New forward
11123         declarations.
11124         (breakpoint_ops) <create_sals_from_address>,
11125         <create_breakpoints_sal>, <decode_linespec>: New methods.
11126
11127 2012-01-14  Doug Evans  <dje@google.com>
11128
11129         * NEWS: Update text for "maint set python print-stack".
11130         It is deprecated in gdb 7.4 and deleted in 7.5.
11131
11132 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11133
11134         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11135         including curses.h.
11136
11137 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11138
11139         * configure: Regenerate.
11140         * config.in: Regenerate.
11141
11142 2012-01-12  Keith Seitz  <keiths@redhat.com>
11143
11144         PR mi/10586
11145         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11146         (ANONYMOUS_UNION_NAME): Define.
11147         (is_path_expr_parent): New function.
11148         (get_path_expr_parent): New function.
11149         (is_anonymous_child): New function.
11150         (create_child_with_value): If the child is anonymous and without
11151         a name, assign an object name to it.
11152         (c_describe_child): Use get_path_expr_parent to determine
11153         the parent expression.
11154         If there field represents an anonymous struct or union and
11155         has no name, set an appropriate display name and expression.
11156         (cplus_describe_child): Likewise.
11157
11158 2012-01-12  Pedro Alves  <palves@redhat.com>
11159
11160         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11161         available when %ebp is found to be zero (outermost).
11162
11163 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11164
11165         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11166         an internal gdb_static_assert.
11167         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11168
11169 2012-01-11  Tom Tromey  <tromey@redhat.com>
11170
11171         PR gdb/9598:
11172         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11173         catch" and "catch throw".
11174
11175 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11176
11177         * blockframe.c (block_innermost_frame): Start search from selected
11178         frame, if present, or otherwise the current frame.
11179
11180         * c-exp.y (variable): Update innermost_block for
11181         'block COLONCOLON NAME' clause.
11182         * m2-exp.y (variable): Ditto.
11183         * objc-exp.y (variable): Ditto.
11184
11185 2012-01-10  Tom Tromey  <tromey@redhat.com>
11186
11187         PR python/13199:
11188         * python/python.c (finish_python_initialization): Set sys.argv.
11189
11190 2012-01-10  Doug Evans  <dje@google.com>
11191
11192         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11193         "want_line_info".  All callers updated.
11194         (dwarf_decode_lines_1): New function.
11195         (handle_DW_AT_stmt_list): Add function comment.
11196         New arg "want_line_info".  All callers updated.
11197         (read_file_scope,read_type_unit_scope): Move comment from
11198         handle_DW_AT_stmt_list to here.
11199
11200 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11201
11202         Fix regression after libiberty/ update for GCC PR 6057 and others.
11203         * c-exp.y (operator) <OPERATOR DELETE>
11204         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11205         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11206         (make_builtin_type, make_name): New variable i, add gdb_assert.
11207         (operator) <OPERATOR NEW>: Update ARGS to 3.
11208         (operator) <OPERATOR DELETE>: Add trailing space.
11209         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11210         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11211         * cp-support.c (cp_canonicalize_string): Check NULL from
11212         cp_comp_to_string, call warning and return.
11213
11214 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11215
11216         Fix duplicate .o files after omitting libbfd.a.
11217         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11218         (SFILES): Add corelow.c.
11219         (COMMON_OBS): Add corelow.o.
11220         (ALLDEPFILES): Remove corelow.c.
11221         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11222         * config/alpha/alpha-osf3.mh: Likewise.
11223         * config/alpha/fbsd.mh: Likewise.
11224         * config/arm/nbsdaout.mh: Likewise.
11225         * config/arm/nbsdelf.mh: Likewise.
11226         * config/i386/i386gnu.mh: Likewise.
11227         * config/ia64/hpux.mh: Likewise.
11228         * config/ia64/linux.mh: Likewise.
11229         * config/m32r/linux.mh: Likewise.
11230         * config/m68k/linux.mh: Likewise.
11231         * config/mips/irix5.mh: Likewise.
11232         * config/mips/irix6.mh: Likewise.
11233         * config/pa/hpux.mh: Likewise.
11234         * config/pa/linux.mh: Likewise.
11235         * config/powerpc/aix.mh: Likewise.
11236         * config/sparc/linux.mh: Likewise.
11237         * config/sparc/linux64.mh: Likewise.
11238         * config/sparc/sol2.mh: Likewise.
11239         * config/vax/vax.mh: Likewise.
11240         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11241         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11242         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11243         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11244         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11245         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11246         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11247         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11248         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11249         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11250         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11251         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11252         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11253         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11254         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11255         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11256         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11257         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11258         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11259         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11260         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11261         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11262         corelow.o from gdb_target_obs.
11263         * corefile.c (core_target): Update the comment on NULL value.
11264         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11265         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11266         MATCHES.  Drop YUMMY set on NULL.
11267         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11268         reclaim CORE_DATA if it is already NULL.
11269
11270 2012-01-09  Doug Evans  <dje@google.com>
11271
11272         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11273         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11274
11275 2012-01-09  Keith Seitz  <keiths@redhat.com>
11276
11277         * breakpoint.c (wrapper.h): Don't include.
11278
11279 2012-01-09  Keith Seitz  <keiths@redhat.com>
11280
11281         * Makefile.in (SFILES): Remove wrapper.c.
11282         (HFILES_NO_SRCDIR): Remove wrapper.h.
11283         (COMMON_OBS): Remove wrapper.o.
11284         * cli/cli-interp.c: Don't inlude wrapper.h.
11285         * corelow.c: Likewise.
11286         (core_open): Replace gdb_target_find_new_threads with
11287         TRY_CATCH around target_find_new_threads.
11288         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11289         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11290         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11291         evaluate_expression.
11292         (varobj_set_value): Likewise for evaluate_expression and
11293         value_assign.
11294         (install_new_variable): Likewise for value_fetch_lazy.
11295         (adjust_value_for_child_access): Likewise for value_ind.
11296         (c_describe_child): Likewise for value_subscript and
11297         value_ind.
11298         (c_value_of_root): Likewise for evaluate_expression.
11299         * wrapper.c: Remove.
11300         * wrapper.h: Remove.
11301
11302 2012-01-09  Doug Evans  <dje@google.com>
11303
11304         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11305         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11306         "abfd" args with "section".  All callers updated.
11307         Error checking code moved ...
11308         (error_check_comp_unit_head): ... here.  New function.
11309         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11310         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11311         (create_debug_types_hash_table): Simplify by using
11312         read_and_check_type_unit_head.
11313
11314         * parser-defs.h (namecopy): Delete.
11315         * parse.c (namecopy, namecopy_size): Move into copy_name.
11316
11317 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11318
11319         Partially fix duplicate .o files after omitting libbfd.a.
11320         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11321         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11322         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11323         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11324         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11325         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11326         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11327
11328 2012-01-09  Pedro Alves  <palves@redhat.com>
11329
11330         * MAINTAINERS: Update my email address.
11331
11332 2012-01-08  Doug Evans  <dje@google.com>
11333
11334         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11335         n_type_units.  Rename type_comp_units to all_type_units.
11336         All uses updated.
11337         (add_signatured_type_cu_to_table): Renamed from
11338         add_signatured_type_cu_to_list.  All callers updated.
11339
11340         * gdbtypes.h (struct cplus_struct_type): Delete member
11341         nfn_fields_total.  All uses removed.
11342
11343 2012-01-06  Doug Evans  <dje@google.com>
11344
11345         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11346         to top of file.
11347         (dwarf2_find_comp_unit): Delete.
11348         (process_psymtab_comp_unit): Make result "void".
11349         Delete args buffer, info_ptr, buffer_size, and replace with
11350         "section".  All callers updated.
11351         (dwarf2_build_psymtabs_hard): Simplify.
11352
11353 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11354             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11355
11356         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11357         before `struct gdb_exception'.
11358         * breakpoint.c (update_global_location_list_nothrow)
11359         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11360         * cp-abi.c (value_rtti_type): Likewise.
11361         * cp-support.c (cp_validate_operator): Likewise.
11362         * infrun.c (insert_exception_resume_breakpoint)
11363         (check_exception_resume, keep_going): Likewise.
11364         * mi-interp.c (mi_breakpoint_created)
11365         (mi_breakpoint_modified): Likewise.
11366         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11367         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11368         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11369
11370 2012-01-05  Doug Evans  <dje@google.com>
11371
11372         * dwarf2read.c (statement_prologue): Delete, unused.
11373
11374         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11375         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11376
11377         * dwarf2read.c (comp_unit_header): Delete, unused.
11378
11379 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11380
11381         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11382         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11383
11384 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11385
11386         * infrun.c (normal_stop): Don't skip calling the normal_stop
11387         observers if the thread was doing a multi-step, but stopped for
11388         some reason other than stepping.
11389
11390 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11391
11392         * cli/cli-decode.h: Add comments.
11393         (CMD_LIST_AMBIGUOUS): Moved to command.h
11394         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11395         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11396         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11397         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11398         (add_com, add_com_alias, add_info, add_info_alias)
11399         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11400         declarations.
11401         * command.h: Add and adjust comments.
11402         (CMD_LIST_AMBIGUOUS): Moved here.
11403         (help_cmd, help_cmd_list): Delete declarations.
11404
11405 2012-01-04  Doug Evans  <dje@google.com>
11406
11407         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11408         All callers updated.
11409         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11410         Replace all arguments with "per_cu".  All callers updated.
11411
11412         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11413
11414         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11415         New arg "per_cu".  All callers updated.
11416
11417         Delete #if 0'd out code.
11418         * language.c (binop_result_type): Delete.
11419         (simple_type, ordered_type, same_type, integral_type): Delete.
11420         (numeric_type, character_type, string_type, boolean_type): Delete.
11421         (float_type, structured_type): Delete.
11422         * language.h: Update.
11423
11424 2012-01-04  Tom Tromey  <tromey@redhat.com>
11425
11426         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11427
11428 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11429
11430         * corefile.c (close_exec_file): Delete.
11431         (reopen_exec_file): Remove commented out code that seems related
11432         to close_exec_file, which is being deleted here.
11433         * inferior.h (close_exec_file): Delete.
11434         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11435
11436 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11437
11438         * ada-lang.c: #include "cli/cli-utils.h".
11439         (get_selections): Use skip_spaces.
11440         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11441         (catch_ada_exception_command_split): Use skip_spaces.
11442         (ada_decode_assert_location): Likewise.
11443
11444 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11445
11446         * linespec.c (decode_line_internal): Check for C++ or Java
11447         compound constructs only if the current language is C, C++
11448         or Java.
11449
11450 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11451
11452         Revert:
11453         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11454                     Joel Brobecker  <brobecker@adacore.com>
11455         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11456         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11457         3 times.
11458         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11459         fall through into AT_ENTRY_POINT.
11460         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11461         DUMMY_ADDR with it.
11462         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11463         PPC_INSN_SIZE skip to 3 times.
11464
11465 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11466
11467         * linespec.c (add_minsym): Preserve function descriptors.
11468
11469 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11470
11471         * breakpoint.c (all_locations_are_pending): Consider locations
11472         in program spaces executing during startup pending as well.
11473
11474 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11475
11476         Copyright year update in most files of the GDB Project.
11477
11478 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11479
11480         * copyright.sh: Delete.
11481         * copyright.py: Rewrite.
11482
11483 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11484
11485         * gnulib/extra/update-copyright: New file, imported from gnulib.
11486
11487 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11488
11489         * README (Copyright and License Notices): New section.
11490
11491 2012-01-03  Tom Tromey  <tromey@redhat.com>
11492
11493         PR python/12533:
11494         * python/py-value.c (valpy_dereference, valpy_get_address
11495         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11496         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11497         (valpy_absolute, valpy_richcompare): Free intermediate values.
11498
11499 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11500
11501         * ada-lang.c: Reformat the copyright notice.
11502
11503 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11504
11505         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11506         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11507         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11508         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11509         Revert this part of:
11510         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11511         Build gdb directly from *.o files not using libgdb.a.
11512         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11513
11514 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11515
11516         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11517         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11518         Reformat the copyright header.
11519
11520 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11521
11522         Revert this part of:
11523         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11524         Remove the gdbtui binary.
11525         * gdb.c (main): Remove args.interpreter_p initialization.
11526         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11527         * main.h (struct captured_main_args): Remove interpreter_p.
11528
11529 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11530
11531         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11532
11533 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11534
11535         * top.c (print_gdb_version): Update copyright year.
11536
11537 2012-01-02  Yao Qi  <yao@codesourcery.com>
11538
11539         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11540
11541 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11542             Joel Brobecker  <brobecker@adacore.com>
11543
11544         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11545         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11546         3 times.
11547         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11548         fall through into AT_ENTRY_POINT.
11549         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11550         DUMMY_ADDR with it.
11551         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11552         PPC_INSN_SIZE skip to 3 times.
11553
11554 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11555
11556         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11557         the return value.
11558         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11559
11560 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11561
11562         Build gdb directly from *.o files not using libgdb.a.
11563         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11564         (COMMON_OBS): Remove solib-target.o.
11565         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11566         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11567         (LIBGDB_OBS, libgdb.a): Move it above.
11568         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11569         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11570         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11571         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11572         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11573         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11574         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11575         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11576         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11577         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11578         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11579         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11580         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11581         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11582         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11583         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11584         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11585         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11586         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11587         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11588         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11589         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11590         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11591         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11592         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11593         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11594         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11595
11596 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11597
11598         Remove the gdbtui binary.
11599         * .gitignore (/gdbtui): Remove.
11600         * Makefile.in (TUI): Remove.
11601         (SUBDIR_TUI_OBS): Remove tui-main.o.
11602         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11603         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11604         (tui-main.o): Remove.
11605         (all_object_files): Remove tui-main.o.
11606         * NEWS: New note for the gdbtui removal.
11607         * configure: Rebuilt.
11608         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11609         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11610         CONFIG_UNINSTALL respectively.
11611         * gdb.c (main): Remove args.interpreter_p initialization.
11612         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11613         * main.h (struct captured_main_args): Remove interpreter_p.
11614         * tui/tui-main.c: Remove.
11615
11616 2012-01-01  Doug Evans  <dje@google.com>
11617
11618         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11619         (dwarf2_physname, read_import_statement): Ditto.
11620         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11621         (process_structure_scope read_subroutine_type): Ditto.
11622         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11623         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11624         (dwarf2_fetch_die_location_block): Ditto.
11625         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11626
11627         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11628         All callers updated.
11629         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11630         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11631         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11632
11633         * dwarf2read.c (load_cu): Move assert to more useful location.
11634
11635         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11636         All callers updated.
11637
11638         * dwarf2read.c (dwarf2_per_objfile): Add comment.
11639         (dwarf2_elf_names): Minor reformat.
11640         (dwarf2_per_cu_data): Tweak comment.
11641         (dwarf2_read_section): Fix comment.
11642         (create_all_comp_units): Fix comment.
11643         (load_full_comp_unit): Fix comment.
11644         (process_full_comp_unit): Fix comment.
11645         (read_signatured_type): Fix comment.
11646
11647 For older changes see ChangeLog-2011.
11648 \f
11649 Local Variables:
11650 mode: change-log
11651 left-margin: 8
11652 fill-column: 74
11653 version-control: never
11654 coding: utf-8
11655 End: