* python/python.c (start_type_printers): Initialize 'result_obj'.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2012-11-12  Tom Tromey  <tromey@redhat.com>
2
3         * python/python.c (start_type_printers): Initialize 'result_obj'.
4
5 2012-11-12  Tom Tromey  <tromey@redhat.com>
6
7         * NEWS: Update.
8         * data-directory/Makefile.in (PYTHON_FILES): Add
9         type_printers.py.
10         * python/lib/gdb/command/type_printers.py: New file.
11         * python/lib/gdb/command/types.py (TypePrinter): New class.
12         (_get_some_type_recognizers, get_type_recognizers,
13         apply_type_recognizers, register_type_printer): New
14         functions.
15         * python/py-objfile.c (objfile_object) <type_printers>: New
16         field.
17         (objfpy_dealloc): Decref new field.
18         (objfpy_new): Set new field.
19         (objfpy_get_type_printers, objfpy_set_type_printers): New
20         functions.
21         (objfile_to_objfile_object): Set new field.
22         (objfile_getset): Add "type_printers".
23         * python/py-progspace.c (pspace_object) <type_printers>: New
24         field.
25         (pspy_dealloc): Decref new field.
26         (pspy_new): Set new field.
27         (pspy_get_type_printers, pspy_set_type_printers): New functions.
28         (pspace_to_pspace_object): Set new field.
29         (pspace_getset): Add "type_printers".
30         * python/python.c (start_type_printers, apply_type_printers,
31         free_type_printers): New functions.
32         (_initialize_python): Set gdb.type_printers.
33         * python/python.h (start_type_printers, apply_type_printers,
34         free_type_printers): Declare.
35         * typeprint.c (type_print_raw_options, default_ptype_flags):
36         Update for new fields.
37         (do_free_global_table, create_global_typedef_table,
38         find_global_typedef): New functions.
39         (find_typedef_in_hash): Use find_global_typedef.
40         (whatis_exp): Use create_global_typedef_table.  Change cleanup
41         handling.
42         * typeprint.h (struct type_print_options) <global_typedefs,
43         global_printers>: New fields.
44
45 2012-11-12  Tom Tromey  <tromey@redhat.com>
46
47         * c-typeprint.c (find_typedef_for_canonicalize,
48         print_name_maybe_canonical): New functions.
49         (c_print_type): Look up type name.
50         (cp_type_print_derivation_info): Add flags argument.  Use
51         print_name_maybe_canonical.
52         (cp_type_print_method_args): Add wrapping.
53         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
54         (c_type_print_template_args): New function.
55         (c_type_print_base): Change wrapping.  Use
56         print_name_maybe_canonical.
57         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
58         type name lookups.
59         * gdbtypes.c (types_equal): No longer static.
60         * gdbtypes.h (types_equal): Declare.
61         * typeprint.c (type_print_raw_options, default_ptype_flags):
62         Update.
63         (struct typedef_hash_table): New.
64         (hash_typedef_field, eq_typedef_field,
65         recursively_update_typedef_hash, add_template_parameters,
66         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
67         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
68         copy_typedef_hash, find_typedef_in_hash): New functions.
69         * typeprint.h (struct type_print_options) <local_typedefs>:
70         New field.
71         (recursively_update_typedef_hash, add_template_parameters,
72         create_typedef_hash, free_typedef_hash,
73         make_cleanup_free_typedef_hash, copy_typedef_hash,
74         find_typedef_in_hash): Declare.
75
76 2012-11-12  Tom Tromey  <tromey@redhat.com>
77
78         * cp-support.c (inspect_type,
79         replace_typedefs_qualified_name, replace_typedefs): Add
80         finder, data arguments.  Call as needed.
81         (cp_canonicalize_string_full): New function.
82         (cp_canonicalize_string_no_typedefs): Rewrite.
83         * cp-support.h (canonicalization_ftype): New typedef.
84         (cp_canonicalize_string_full): Declare.
85
86 2012-11-12  Tom Tromey  <tromey@redhat.com>
87
88         * NEWS: Update.
89         * c-typeprint.c (c_type_print_base): Handle print_method and
90         print_typedefs flags.
91         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
92         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
93         options.
94         * typeprint.c (type_print_raw_options, default_ptype_flags):
95         Update for new field.s
96         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
97         (setprinttypelist, showprinttypelist, print_methods,
98         print_typedefs): New globals.
99         (set_print_type, show_print_type, set_print_type_methods,
100         show_print_type_methods, set_print_type_typedefs,
101         show_print_type_typedefs): New functions.
102         (_initialize_typeprint): Update documentation.  Add "print
103         type methods" and "print type typedefs" parameters.
104         * typeprint.h (struct type_print_options) <print_methods,
105         print_typedefs>: New fields.
106
107 2012-11-12  Tom Tromey  <tromey@redhat.com>
108
109         * c-typeprint.c (cp_type_print_method_args): Add flags
110         argument.  Call c_print_type, not type_print.
111         (c_type_print_base): Call c_print_type, not type_print.
112         Update.
113
114 2012-11-12  Tom Tromey  <tromey@redhat.com>
115
116         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
117         to type-printing functions.
118         * ada-lang.h (ada_print_type): Add argument.
119         * ada-typeprint.c (print_array_type, print_variant_clauses,
120         print_variant_part, print_selected_record_field_types,
121         print_record_field_types, print_unchecked_union_type,
122         print_func_type, ada_print_type): Add flags argument.
123         (ada_print_typedef): Update.
124         * c-exp.y (OPERATOR conversion_type_id): Update.
125         * c-lang.h (c_print_type, c_type_print_base): Update.
126         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
127         c_type_print_modifier, c_type_print_args,
128         c_type_print_varspec_suffix, c_type_print_base): Add flags
129         argument.
130         * cp-valprint.c (cp_print_class_member): Update.
131         * dwarf2read.c (dwarf2_compute_name): Update.
132         * f-lang.h (f_print_type): Add argument.
133         * f-typeprint.c (f_print_type): Add flags argument.
134         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
135         * go-lang.h (go_print_type): Add argument.
136         * go-typeprint.c (go_print_type): Add flags argument.
137         * jv-lang.h (java_print_type): Add argument.
138         * jv-typeprint.c (java_type_print_base, java_print_type): Add
139         flags argument.
140         * language.c (unk_lang_print_type): Add flags argument.
141         * language.h (struct language_defn) <la_print_type>: Add flags
142         argument.
143         (LA_PRINT_TYPE): Likewise.
144         * m2-lang.h (m2_print_type): Add argument.
145         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
146         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
147         m2_unbounded_array, m2_record_fields): Add flags argument.
148         * p-lang.h (pascal_print_type, pascal_type_print_base,
149         pascal_type_print_varspec_prefix): Add argument.
150         * p-typeprint.c (pascal_print_type,
151         pascal_type_print_varspec_prefix, pascal_print_func_args,
152         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
153         flags argument.
154         * symmisc.c (print_symbol): Update.
155         * typeprint.c (type_print_raw_options, default_ptype_flags):
156         New globals.
157         (type_print): Update.
158         * typeprint.h (struct type_print_options): New.
159         (type_print_raw_options): Declare.
160         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
161
162 2012-11-10  Keith Seitz  <keiths@redhat.com>
163
164         * breakpoint.c (clear_command): Add cleanup for
165         sals.sals if an argument is given.
166
167         * linespec.c (parse_linespec): Do cleanups after
168         parsing a convenience variable.
169
170 2012-11-10  Keith Seitz  <keiths@redhat.com>
171
172         PR gdb/14288
173         * c-valprint.c (c_val_print): For character arrays
174         with "print null" option on, print ellipses if
175         the output is truncated and the next character is not \000.
176         * valprint.c (MAX_WCHARS): Define.
177         (WCHAR_BUFLEN): Likewise.
178         (WCHAR_BUFLEN_MAX): Likewise.
179         (struct converted_character): New structure.
180         (count_next_character): New function.
181         (print_converted_chars_to_obstack): New function.
182         (generic_printstr): Rewrite using count_next_character
183         and print_converted_chars_to_obstack.
184
185 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
186
187         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
188         while executing the gdb command.
189         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
190         are called from prompt_for_continue.
191         * tui/tui-io.c (tui_redisplay_readline): Likewise.
192
193 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
194
195         PR tui/9584
196
197         * tui/tui.c (tui_rl_command_key): Do not call execute_command
198         but insert the command to execute in readline's buffer.
199
200 2012-11-09  Tom Tromey  <tromey@redhat.com>
201
202         * gdbarch.sh (target_gdbarch): Remove macro.
203         (get_target_gdbarch): Rename to target_gdbarch.
204         * gdbarch.c, gdbarch.h: Rebuild.
205         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
206         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
207         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
208         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
209         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
210         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
211         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
212         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
213         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
214         procfs.c, progspace.c, ravenscar-thread.c, record.c,
215         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
216         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
217         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
218         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
219         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
220         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
221         target-descriptions.c, target.c, target.h, tracepoint.c,
222         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
223         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
224         python/py-inferior.c, python/python.c: Update.
225
226 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
227
228         * source.c (print_source_lines_base): Add fullname field giving
229         full path to file in mi output.
230         * NEWS: Mention the new fullname field.
231
232 2012-11-09  Yao Qi  <yao@codesourcery.com>
233
234         * NEWS: Mention the fix to the ambiguity of 'fo' command.
235
236 2012-11-09  Pedro Alves  <palves@redhat.com>
237
238         PR gdb/14306
239
240         * infrun.c: Include target-descriptions.h.
241         (follow_exec): Fetch new target description.
242
243 2012-11-09  Yao Qi  <yao@codesourcery.com>
244
245         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
246         0x8d (lea).
247
248 2012-11-09  Yao Qi  <yao@codesourcery.com>
249
250         * breakpoint.c: Declare set_tracepoint_count.
251         (install_breakpoint): Call set_tracepoint_count if B is a
252         tracepoint.
253         (trace_command): Don't call set_tracepoint_count.  Re-indent.
254         (strace_command, ftrace_command):
255         (create_tracepoint_from_upload): Likewise.
256
257 2012-11-09  Pedro Alves  <palves@redhat.com>
258
259         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
260         (get_target_gdbarch) <gdbarch.h>: New function.
261         (startup_gdbarch) <gdbarch.h>: Declare.
262         <gdbarch.c> (target_gdbarch): Delete.
263         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
264         current inferior's gdbarch.
265         <gdbarch.c> (get_target_gdbarch): New function.
266         * inferior.c: Include target-descriptions.h.
267         (free_inferior): Free target description info.
268         (add_inferior_with_spaces): Set the inferior's initial
269         architecture.
270         (clone_inferior_command): Copy the original inferior's target
271         description if it was user specified.
272         (initialize_inferiors): Add comment.
273         * inferior.h (struct target_desc_info): Forward declare.
274         (struct inferior) <gdbarch>: New field.
275         * linux-nat.c: Include target-descriptions.h.
276         (linux_child_follow_fork): Copy the parent's architecture and
277         target description to the child.
278         * target-descriptions.c: Include inferior.h.
279         (struct target_desc_info): New structure, holding the equivalents
280         of ...
281         (target_desc_fetched, current_target_desc)
282         (target_description_filename): ... these removed globals.
283         (get_tdesc_info, target_desc_info_from_user_p)
284         (copy_inferior_target_desc_info, target_desc_info_free): New.
285         (target_desc_fetched, current_target_desc)
286         (target_description_filename): Reimplemented as convenience
287         macros.
288         (tdesc_filename_cmd_string): New global.
289         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
290         tdescs filename ..." commands to the per-inferior equivalent.
291         (show_tdesc_filename_cmd): Get the value to show from the
292         per-inferior description filename.
293         (_initilize_target_descriptions): Change the "set/show tdesc
294         filename" commands' variable.
295         * target-descriptions.h (struct target_desc, struct target_desc_info)
296         (struct inferior): Forward declare.
297         (target_find_description, target_clear_description)
298         (target_current_description): Adjust comments.
299         (copy_inferior_target_desc_info, target_desc_info_free)
300         (target_desc_info_from_user_p). Declare.
301
302 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
303
304         * tui/tui-hooks.c (tui_about_to_proceed): New function.
305         (tui_target_wait_hook): Remove.
306         (tui_install_hooks): Install the about_to_proceed observer.
307         (tui_remove_hooks): And remove it here.
308
309 2012-11-08  Tom Tromey  <tromey@redhat.com>
310
311         * linux-tdep.c (linux_make_siginfo_note): New function.
312         (linux_make_corefile_notes): Use it.
313         * corelow.c (get_core_siginfo): New function.
314         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
315
316 2012-11-08  Tom Tromey  <tromey@redhat.com>
317
318         PR gdb/14704:
319         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
320         (zlib_decompress_section): Remove.
321         (gdb_bfd_map_section): Only check for compressed section
322         in mmap case.  Use bfd_get_full_section_contents.
323         * osabi.c (check_note): Add 'sectsize' argument.  Read
324         section data.
325         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
326         section data.  Update for check_note change.
327         * xcoffread.c (xcoff_initial_scan): Use
328         bfd_get_full_section_contents.
329         * py-auto-load.c (auto_load_section_scripts): Use
330         bfd_get_full_section_contents.
331         * contrib/cc-with-tweaks.sh: Add -Z option.
332
333 2012-11-08  Tom Tromey  <tromey@redhat.com>
334
335         * python/py-bpevent.c: Include defs.h.
336         * python/py-continueevent.c: Include defs.h.
337         * python/py-event.c: Include defs.h.
338         * python/py-event.h: Don't include defs.h.
339         * python/py-events.h: Don't include defs.h.
340         * python/py-evts.c: Include defs.h.
341         * python/py-exitedevent.c: Include defs.h.
342         * python/py-newobjfileevent.c: Include defs.h.
343         * python/py-signalevent.c: Include defs.h.
344         * python/py-stopevent.c: Include defs.h.
345         * python/py-threadevent.c: Include defs.h.
346
347 2012-11-08  Pierre Muller  <muller@sourceware.org>
348
349         * update-web-ari.sh (print_heading): Add number of files
350         checked.
351         (nb_files): New variable counting the number of sources
352         files found by gdb_find.sh script.
353         (debug_awk): New variable to allow extra debug output.
354         (indexes): Add more information if DEBUG_AWK is set.
355
356 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
357
358         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
359         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
360         following the change in PLT call stubs on linker.
361
362 2012-11-08  Pierre Muller  <muller@sourceware.org>
363
364         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
365         as default language.
366         (AWK): Use = instead of == for sh test to avoid warning.
367         (Linux rule): Correct [:digit] into [[:digit:]].
368         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
369         (vasprintf rule): Adapt to common subdirectory moves.
370         (xasprintf rule): Idem.
371         (xvasprintf rule): Idem.
372         (var_boolean rule): Accept occurence in == or != test.
373
374         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
375
376 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
377
378         * tui/tui-hooks.c (tui_inferior_exit): New function.
379         (tui_detach_hook): Remove.
380         (tui_install_hooks): Install the inferior exit observer.
381         (tui_remove_hooks): Remove it.
382
383 2012-11-08  Yao Qi  <yao@codesourcery.com>
384
385         PR gdb/14777.
386         * source.c (_initialize_source): Call add_com_alias to abbreviate
387         'forward-search' as 'fo'.
388
389 2012-11-07  Pedro Alves  <palves@redhat.com>
390
391         * arm-tdep.c: Make defs.h be the first include.
392         * coff-pe-read.c: Ditto.
393         * gnu-nat.c: Ditto.
394         * go32-nat.c: Ditto.
395         * i386-nat.c: Ditto.
396         * ppcnbsd-nat.c: Ditto.
397         * ada-varobj.h: Don't include defs.h.
398         * i386-darwin-tdep.h: Ditto.
399         * i386-nat.h: Ditto.
400
401 2012-11-07  Pedro Alves  <palves@redhat.com>
402
403         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
404         Committee.
405
406 2012-11-07  Pierre Muller  <muller@sourceware.org>
407
408         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
409         File already uses "gdb_dirent.h" header.
410
411 2012-11-07  Yao Qi  <yao@codesourcery.com>
412
413         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
414         tracepoint_count'.
415
416 2012-11-06  Tom Tromey  <tromey@redhat.com>
417
418         * target.h (inferior_has_forked, inferior_has_vforked)
419         (inferior_has_execd, inferior_has_called_syscall): Remove
420         declarations.
421
422 2012-11-06  Pierre Muller  <muller@sourceware.org>
423
424         * remote.c (remote_insert_hw_breakpoint): ARI fix,
425         add missing internalization markup.
426
427 2012-11-06  Pedro Alves  <palves@redhat.com>
428
429         PR gdb/14810
430
431         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
432
433 2012-11-06  Pierre Muller  <muller@sourceware.org>
434
435         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
436         is not executable.
437
438 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
439
440         * gnulib/update-gnulib.sh: New script.
441
442 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
443
444         * MAINTAINERS: Update my email address.
445
446 2012-11-05  Tom Tromey  <tromey@redhat.com>
447
448         * frame.c (put_frame_register): Don't use temporary buffer.
449
450 2012-11-05  Pedro Alves  <palves@redhat.com>
451
452         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
453         child.  Clear 'pending_detach'.
454         * infrun.c (handle_vfork_child_exec_or_exit): Clear
455         'pending_detach' in the vfork parent.
456
457 2012-11-05  Doug Evans  <dje@google.com>
458
459         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
460         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
461         * dwarf2read.c: #include "elf-bfd.h".
462         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
463         (dwop_section_names): Renamed from dwo_section names.  All uses
464         updated.  Add entries for .debug_cu_index, .debug_tu_index.
465         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
466         All uses updated.
467         (struct dwp_sections): New type.
468         (struct virtual_dwo_sections): New type.
469         (struct dwp_hash_table): New type.
470         (struct dwp_file): New type.
471         (init_cutu_and_read_dies): Ensure DWO info/types section has been
472         read in.  Handle DWOs coming from DWP files.
473         (lookup_dwo_file_slot): New function.
474         (dwarf2_locate_dwo_sections): Move definition closer to use.
475         (create_dwo_debug_info_hash_table_reader): Renamed from
476         create_debug_info_hash_table_reader.  All callers updated.
477         (create_dwo_debug_info_hash_table): Renamed from
478         create_debug_info_hash_table.  All callers updated.
479         (create_dwp_hash_table): New function.
480         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
481         (lookup_dwo_in_dwp): New function.
482         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
483         is_dwp.  All callers updated.
484         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
485         (open_and_init_dwo_file): Renamed from init_dwo_file.
486         All callers updated.
487         (lookup_dwo_file): Delete.
488         (dwarf2_locate_dwp_sections): New function.
489         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
490         (allocate_dwp_loaded_cutus_table): New function.
491         (open_and_init_dwp_file): New function.
492         (lookup_dwo_cutu): New function.
493         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
494
495 2012-11-03  Yao Qi  <yao@codesourcery.com>
496
497         Fix PR gdb/14617.
498         * breakpoint.c (trace_pass_set_count): Call
499         observer_notify_breakpoint_modified instead of
500         observer_notify_tracepoint_modified.
501         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
502
503 2012-11-02  Tom Tromey  <tromey@redhat.com>
504
505         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
506         argument to complete_on_enum.
507
508 2012-11-02  Tom Tromey  <tromey@redhat.com>
509
510         * configure: Rebuild.
511         * configure.ac (build_warnings): Add -Wempty-body.
512         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
513         * remote.c (handle_notification): Use braces for empty 'else' body.
514         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
515         'else' body.
516         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
517         'else' body.
518         * solib-som.c (som_relocate_section_addresses): Use braces
519         for empty 'else' body.
520         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
521         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
522
523 2012-11-02  Pedro Alves  <palves@redhat.com>
524
525         PR gdb/14766
526
527         * infrun.c (handle_inferior_event)
528         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
529         null_ptid before handling a vfork child exec or exit.  Switch to
530         the event ptid afterwards.
531
532 2012-11-02  Yao Qi  <yao@codesourcery.com>
533
534         * std-operator.def: Remove OP_LABELED.
535         * eval.c: Remove the declaration of 'get_label'.
536         (get_label): Remove.
537         (evaluate_struct_tuple): Remove code handling OP_LABELED.
538         Update comment.
539         Remove local variable 'variantno' and related code.
540         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
541         with 'fieldno'.
542         * expprint.c (print_subexp_standard): Likewise.
543         (dump_subexp_body_standard): Likewise.
544         * parse.c (operator_length_standard): Likewise.
545
546 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
547
548         Incorporate ARI web page generator into GDB sources.
549         * contrib/ari/create-web-ari-in-src.sh: New file.
550         * contrib/ari/gdb_ari.sh: New file.
551         * contrib/ari/gdb_find.sh: New file.
552         * contrib/ari/update-web-ari.sh: New file.
553
554 2012-10-31  Tom Tromey  <tromey@redhat.com>
555
556         * gdbarch.c: Rebuild.
557         * gdbarch.sh: Remove references to gdbarch_swap.
558         * corelow.c (core_open): Remove obsolete comment.
559
560 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
561
562         PR cli/14772
563         * c-typeprint.c (c_print_type): Don't print a space for vector
564         types, this is handled within the suffix.
565         (c_type_print_varspec_suffix): Add a space to vector suffix.
566
567 2012-10-26  Pedro Alves  <palves@redhat.com>
568
569         * amd64-tdep.c (amd64_relocate_instruction): Use
570         store_unsigned_integer instead of memcpy.
571         * i386-tdep.c (i386_relocate_instruction): Ditto.
572
573 2012-10-26  Pedro Alves  <palves@redhat.com>
574
575         * infrun.c (handle_inferior_event): Merge handling of
576         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
577         switch case.
578
579 2012-10-26  Pedro Alves  <palves@redhat.com>
580
581         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
582         Remove comment.
583
584 2012-10-26  Pedro Alves  <palves@redhat.com>
585
586         * target.c (target_waitstatus_to_string): Handle
587         TARGET_WAITKIND_VFORK_DONE.
588
589 2012-10-26  Pedro Alves  <palves@redhat.com>
590
591         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
592         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
593
594 2012-10-24  Tristan Gingold  <gingold@adacore.com>
595
596         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
597         Add comments.
598
599 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
600
601         * ravenscar-thread.c (ravenscar_wait): Only update the list
602         of threads and inferior_ptid if the inferior is still alive.
603
604 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
605
606         * ada-lang.c (is_known_support_routine): Use lbasename when
607         matching the symtab's filename against
608         known_runtime_file_name_patterns.
609
610 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
611
612         * ada-lang.c (ada_same_array_size_p): New function.
613         (ada_promote_array_of_integrals): New function.
614         (coerce_for_assign): Add handling of arrays where the elements
615         are integrals of a smaller size than the size of the target
616         array element type.
617
618 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
619
620         * doublest.c (convert_doublest_to_floatformat): Fix comparison
621         against maximum exponent value.
622
623 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
624
625         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
626         "unwind-seh.c".
627
628 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
629
630         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
631         strip typedef layer when computing the fixed type's field type,
632         only when computing its size.
633
634 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
635
636         PR gdb/12783
637         * i386-tdep.c (i386_return_value): Handle complex double and long
638         double.
639
640 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
641
642         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
643         New local variable args_len.
644         Quote the name of the executable when computing the command line.
645
646 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
647
648         PR gdb/12796
649         PR gdb/12798
650         PR gdb/12800
651         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
652         AMD64_FTAG_REGNUM.
653         * amd64-tdep.c (amd64_classify): Classify complex types.
654         (amd64_return_value): Handle the COMPLEX_X87 class.
655
656 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
657
658         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
659         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
660
661 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
662
663         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
664         function.
665         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
666         to amd64_windows_auto_wide_charset.
667
668 2012-10-23  Yao Qi  <yao@codesourcery.com>
669
670         * event-top.c (mark_async_signal_handler_wrapper): Remove.
671         * event-top.h: Remove its declaration.
672         (async_request_quit): Call mark_async_signal_handler instead of
673         mark_async_signal_handler_wrapper.
674         (async_do_nothing, async_disconnect): Likewise.
675         (async_stop_sig): Likewise.
676         * remote.c (handle_remote_sigint): Likewise.
677         (handle_remote_sigint_twice): Likewise.
678
679 2012-10-23  Yao Qi  <yao@codesourcery.com>
680
681         * event-top.c (sigint_token, sighup_token): Replace 'void *'
682         with 'static struct async_signal_handler *'.
683         (sighup_token, sigquit_token, sigstp_token): Likewise.
684
685 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
686
687         * gdbarch.sh (function_list): Use 'pstring' when printing
688         a variable which could return NULL.
689         * gdbarch.c: Regenerate.
690
691 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
692             Tom Tromey  <tromey@redhat.com>
693
694         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
695         inneffective if condition by gdb assertion.  Add function
696         description comment.
697
698 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
699
700         * parser-defs.h (struct exp_descriptor): Document constraint
701         on return value for "op_name" callbacks.
702
703 2012-10-18  Tom Tromey  <tromey@redhat.com>
704
705         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
706         * symtab.c (iterate_over_some_symtabs): Constify.
707         * source.h (symtab_to_fullname): Return 'const char *'.
708         * source.c (symtab_to_fullname): Return 'const char *'.
709         * python/py-symtab.c (stpy_fullname): Constify.
710         * cli/cli-cmds.c (edit_command): Constify.
711         * breakpoint.c (print_breakpoint_location)
712         (update_static_tracepoint): Constify.
713
714 2012-10-18  Tom Tromey  <tromey@redhat.com>
715
716         * breakpoint.c (compare_breakpoints): Fix comparison.
717
718 2012-10-18  Tom Tromey  <tromey@redhat.com>
719
720         * valprint.c (generic_emit_char, generic_printstr): Pass size of
721         gdb_wchar_t to convert_between_encodings.
722
723 2012-10-17  Yao Qi  <yao@codesourcery.com>
724
725         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
726         more parameter 'inferior'.
727         * corefile.c (write_memory_with_notification): Caller update.
728
729         * mi/mi-cmd-var.c: Include "mi-main.h".
730         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
731         to 1 and restore it later.
732         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
733         and "data-write-memory-bytes.
734         * mi/mi-interp.c: Include objfiles.h.
735         (mi_interpreter_init): Call observer_attach_memory_changed.
736         (mi_memory_changed): New.
737         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
738         New field.
739
740         * NEWS: Mention new MI notification "memory-changed".
741
742 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
743
744         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
745
746 2012-10-15  Doug Evans  <dje@google.com>
747
748         New option -nh: inhibit loading of ~/.gdbinit.
749         * NEWS: Mention -nh.
750         * main.c (captured_main): Recognize and process -nh.
751         (print_gdb_help): Mention -nh.
752         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
753
754 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
755
756         PR backtrace/14646
757         PR gdb/14647
758         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
759         pc_regnum_from_eax.
760         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
761         nor pc_regnum_from_eax.
762         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
763         nor pc_regnum_from_eax.
764
765 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
766
767         Fix entry values resolving in inlined frames.
768         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
769         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
770         entries of FRAME.
771
772 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
773
774         * configure.ac: Build with -DMS_WIN64 if building with Python
775         enabled using GCC on amd64-windows.
776         * configure: Regenerate.
777
778 2012-10-15  Tom Tromey  <tromey@redhat.com>
779
780         PR python/14635:
781         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
782         to Py_None.
783
784 2012-10-15  Tom Tromey  <tromey@redhat.com>
785
786         PR python/14634:
787         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
788
789 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
790
791         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
792         reset thread numbering back to 1.
793
794 2012-10-11  Doug Evans  <dje@google.com>
795
796         PR breakpoints/14643.
797         * linespec.c (struct ls_parser): New member keyword_ok.
798         (linespec_lexer_lex_string): Add comment.
799         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
800         for one.
801         (parse_linespec): Set keyword_ok.
802
803 2012-10-10  Doug Evans  <dje@google.com>
804
805         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
806         "0x" prefix on address in log message.
807
808         * dwarf2read.c (read_1_byte): Add const to buf parameter.
809         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
810         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
811         (lookup_dwo_file): Add const to dwo_name parameter.
812         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
813
814 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
815
816         Fix crash during stepping on ppc32.
817         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
818         SYM.
819
820 2012-10-03  Doug Evans  <dje@google.com>
821
822         PR symtab/14601
823         * buildsym.c (buildsym_init): Reset using_directives to NULL.
824
825 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
826
827         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
828         output and use uint32_t not long to ensure 4 byte size.
829
830 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
831
832         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
833         unref'ed it.
834
835 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
836
837         * target.c (simple_search_memory): Include access length in
838         warning message.
839
840 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
841             Edjunior Machado  <emachado@linux.vnet.ibm.com>
842
843         PR gdb/13989
844         * solib.c (solib_find): Prevent GDB from loading native libraries when
845         debugging a cross-target corefile.
846
847 2012-09-28  selven  <pcthegreat@gmail.com>
848
849         Make definition match declaration.
850
851         * regcache.c (regcache_register_status): Change return type to
852         enum register_status.
853
854 2012-09-28  Yao Qi  <yao@codesourcery.com>
855
856         * mi/mi-main.c (mi_cmd_data_write_memory): Call
857         write_memory_with_notification instead of write_memory.
858         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
859         instead of target_write_memory.
860
861 2012-09-28  Yao Qi  <yao@codesourcery.com>
862
863         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
864         when the length of content is not an even number.
865
866 2012-09-27  Tom Tromey  <tromey@redhat.com>
867
868         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
869         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
870
871 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
872
873         * sol-thread.c (sol_thread_fetch_registers)
874         (sol_thread_store_registers): Delete commented out code.
875
876 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
877
878         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
879         Move these functions to sparc-sol-thread.c.
880         * sparc-sol-thread.c: New file.
881         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
882         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
883         configurations.
884         * configure: Regenerate.
885
886 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
887
888         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
889         Remove commented-out code.
890
891 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
892
893         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
894         Enable this code for sparc hosts only.
895
896 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
897
898         * procfs.h (procfs_find_LDT_entry): Add declaration.
899         * sol-thread.c (ps_lgetLDT): Delete local declaration of
900         function procfs_find_LDT_entry.
901
902 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
903
904         * procfs.c (proc_get_LDT_entry): Make static.
905
906 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
907
908         * procfs.c (proc_find_memory_regions): Fix declaration.
909
910 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
911
912         * amd64-tdep.c (amd64_return_value): Revert previous change
913         that used TYPE_LENGTH directly.
914         * bfin-tdep.c (bfin_extract_return_value): Likewise.
915         (bfin_store_return_value): Likewise.
916         * cris-tdep.c (cris_store_return_value): Likewise.
917         (cris_extract_return_value): Likewise.
918         * h8300-tdep.c (h8300_extract_return_value): Likewise.
919         * hppa-tdep.c (hppa64_return_value): Likewise.
920         * lm32-tdep.c (lm32_store_return_value): Likewise.
921         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
922         * spu-tdep.c (spu_value_from_register): Likewise.
923         * vax-tdep.c (vax_return_value): Likewise.
924
925 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
926
927         * gdbtypes.c (lookup_array_range_type): Expand parameters
928         LOW_BOUND and HIGH_BOUND to LONGEST.
929         (lookup_string_range_type): Likewise.
930         * gdbtypes.h (lookup_array_range_type): Likewise.
931         (lookup_string_range_type): Likewise.
932         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
933         Expand HIGHBOUND to ssize_t.
934         (value_string): Likewise.
935         * value.h (value_cstring): Expand parameter LEN to ssize_t.
936         (value_string): Likewise.
937
938 2012-09-27  Yao Qi  <yao@codesourcery.com>
939
940         PR breakpoints/13898
941         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
942         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
943         per breakpoint type.
944
945 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
946
947         * procfs.c: Add gdb_bfd header.
948         * rs6000-nat.c: Likewise.
949         * solib-pa64.c: Likewise.
950         * spu-linux-nat.c: Likewise.
951         * windows-nat.c: Likewise.
952
953 2012-09-26  Tom Tromey  <tromey@redhat.com>
954
955         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
956
957 2012-09-26  Tom Tromey  <tromey@redhat.com>
958
959         * dwarf2read.c (mark_common_block_symbol_computed): New function.
960         (read_common_block): Handle child DIEs with
961         DW_AT_data_member_location.
962         (new_symbol_full): Add special case for common blocks.
963
964 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
965             Tom Tromey  <tromey@redhat.com>
966
967         * dwarf2read.c (read_common_block): Rewrite.
968         (new_symbol_full): Handle DW_TAG_common_block.
969         * f-lang.c (head_common_list, find_common_for_function):
970         Remove.
971         * f-lang.h (struct common_entry, struct saved_f77_common,
972         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
973         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
974         BLANK_COMMON_NAME_LOCAL): Remove.
975         (struct common_block): New.
976         * f-valprint.c (list_all_visible_commons): Remove.
977         (info_common_command_for_block): New function.
978         (info_common_command): Use it.
979         * stack.c (iterate_over_block_locals): Special case for
980         COMMON_BLOCK_DOMAIN.
981         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
982         constant.
983         (struct general_symbol_info) <value.common_block>: New field.
984         (SYMBOL_VALUE_COMMON_BLOCK): New define.
985
986 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
987             Tom Tromey  <tromey@redhat.com>
988
989         * f-lang.c (allocate_saved_bf_node,
990         allocate_saved_function_node, allocate_saved_f77_common_node,
991         allocate_common_entry_node, tail_common_list, current_common,
992         saved_bf_list, saved_bf_list_end, current_head_bf_list,
993         tmp_bf_ptr, add_common_block, add_common_entry,
994         find_first_common_named, patch_common_entries,
995         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
996         global_remote_debug, get_bf_for_fcn, saved_function_list,
997         saved_function_list_end, clear_function_list, struct saved_fcn,
998         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
999         SAVED_BF, SAVED_BF_PTR): Remove.
1000         * f-lang.h (tail_common_list, current_common,
1001         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1002         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1003         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1004         real_main_c_value): Remove.
1005         * f-valprint.c (there_is_a_visible_common_named): Remove.
1006
1007 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1008
1009         * breakpoint.c (update_global_location_list): Ignore previous
1010         duplicate status of a breakpoint when starting a new scan for
1011         duplicate breakpoints.
1012
1013 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1014         PR breakpoints/14419
1015         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1016         support LLVM compiler.
1017
1018 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1019
1020         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1021         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1022         (bfin_store_return_value): Likewise.
1023         * cris-tdep.c (cris_store_return_value): Likewise.
1024         (cris_extract_return_value): Likewise.
1025         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1026         * hppa-tdep.c (hppa64_return_value): Likewise.
1027         * lm32-tdep.c (lm32_store_return_value): Likewise.
1028         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1029         * spu-tdep.c (spu_value_from_register): Likewise.
1030         * vax-tdep.c (vax_return_value): Likewise.
1031
1032 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1033
1034         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1035         parameter LEN to ssize_t.
1036
1037 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1038
1039         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1040         variable LEN.
1041         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1042         directly.
1043         (alpha_store_return_value): Likewise.
1044         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1045         (amd64_push_arguments): Likewise.
1046         * ax-gdb.c (gen_trace_static_fields): Likewise.
1047         (gen_traced_pop): Likewise.
1048         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1049         * breakpoint.c (update_watchpoint): Likewise.
1050         * findcmd.c (parse_find_args): Use local variable for type
1051         instead of length.
1052         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1053         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1054         (h8300_store_return_value): Likewise.
1055         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1056         Use i386_darwin_arg_type_alignment directly.
1057         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1058         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1059         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1060         (m68hc11_extract_return_value): Likewise.
1061         * mep-tdep.c (mep_push_dummy_call): Likewise.
1062         * printcmd.c (float_type_from_length): Likewise.
1063         * s390-tdep.c (s390_value_from_register): Likewise.
1064         * stack.c (read_frame_arg): Likewise.
1065         * tracepoint.c (encode_actions_1): Likewise.
1066         * valops.c (value_fetch_lazy): Use local variable for type
1067         instead of length.  Use TYPE_LENGTH directly.
1068         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1069
1070 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1071
1072         * symtab.c (skip_prologue_sal): Fix typo in comment.
1073
1074 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1075
1076         * linespec.c (create_sals_line_offset): Fix typo in comment.
1077
1078 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1079
1080         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1081         use plongest to print the array size.
1082
1083 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1084
1085         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1086         * p-valprint.c (pascal_type_print_base): Likewise.
1087
1088 2012-09-22  Yao Qi  <yao@codesourcery.com>
1089
1090         * remote.c (remote_get_trace_status): Remove setting default
1091         values of fields of 'ts'.
1092
1093 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1094
1095         Fix internal error on canonicalization of clang types.
1096         * cp-name-parser.y (operator): New comment at make_operator call for
1097         new, delete, new[] and delete[].
1098         (exp): Use "sizeof ".  Add new comment at make_operator call.
1099
1100 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1101
1102         Fix disassemble without parameters in tailcall frame.
1103         * cli/cli-cmds.c (disassemble_current_function): Use
1104         get_frame_address_in_block.
1105
1106 2012-09-21  Tom Tromey  <tromey@redhat.com>
1107
1108         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1109         TYPE_CODE_UNION>: Unify, removing a goto.
1110
1111 2012-09-21  Tom Tromey  <tromey@redhat.com>
1112
1113         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1114
1115 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1116
1117         * findvar.c (read_frame_register_value): Mark the result value as
1118         optimized out if any of the input registers have been optimized out.
1119
1120 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1121
1122         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1123
1124 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1125
1126         * eval.c (evaluate_subexp_standard): Eliminate single-use
1127         variable LOWER.
1128
1129 2012-09-21  Yao Qi  <yao@codesourcery.com>
1130
1131         * mi/mi-interp.c: Declare mi_record_changed.
1132         (mi_interpreter_init): Call observer_attach_record_changed.
1133         (mi_record_changed): New.
1134         * record.c (record_open): Call observer_notify_record_changed.
1135         (cmd_record_stop): Call observer_notify_record_changed.
1136         * NEWS: Mention it.
1137
1138 2012-09-20  Tom Tromey  <tromey@redhat.com>
1139
1140         * NEWS: Update.
1141         * python/python.c (finalize_python): New function.
1142         (_initialize_python): Make a final cleanup.
1143
1144 2012-09-19  Doug Evans  <dje@google.com>
1145
1146         * buildsym.h (param_symbols): Delete, unused.
1147         (context_stack): Delete member "params", unused.
1148         * buildsym.c (push_context): Update.
1149         * dwarf2read.c (read_func_scope): Update.
1150
1151 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1152
1153         * sh-tdep.c (sh_register_convert_to_virtual)
1154         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1155         all callers.  Just do a memcpy if not the little-endian case.
1156
1157         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1158         set_gdbarch_double_format and set_gdbarch_long_double_format.
1159         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1160         set_gdbarch_double_format.
1161         * sh-tdep.c (sh_gdbarch_init): Likewise.
1162
1163         * NEWS: Document the removal of SH's 'regs' command.
1164         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1165         command.
1166
1167 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1168
1169         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1170         `jump'.
1171
1172 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1173
1174         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1175         language when iterating over symbols.
1176
1177 2012-09-18  Yao Qi  <yao@codesourcery.com>
1178
1179         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1180         (mi_interpreter_init): Call observer_attach_tsv_created and
1181         observer_attach_tsv_deleted.
1182         (mi_tsv_created, mi_tsv_deleted): New.
1183         * tracepoint.c (delete_trace_state_variable): Call
1184         observer_notify_tsv_deleted.
1185         (trace_variable_command): Call observer_notify_tsv_created.
1186         (delete_trace_variable_command): Call
1187         observer_notify_tsv_deleted.
1188         (create_tsv_from_upload): Call observer_notify_tsv_created.
1189         * NEWS: Mention it.
1190
1191 2012-09-18  Yao Qi  <yao@codesourcery.com>
1192
1193         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1194         if traceframe changed.
1195         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1196         "trace-find".
1197         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1198         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1199         'traceframe_changed'.
1200         (mi_traceframe_changed): New.
1201         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1202         New field.
1203         * NEWS: Mention the new MI notification.
1204
1205 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1206
1207         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1208
1209 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1210
1211         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1212         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1213         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1214         Extend code also for PaX support.  Convert all gdb_assert to warning
1215         calls.
1216
1217 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1218
1219         Implement auto-load user conveniences suggested by Doug Evans.
1220         * auto-load.c: Include top.h.
1221         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1222         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1223         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1224         scripts-directory.  Document in online help one can use also files for
1225         set auto-load safe-path.
1226         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1227         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1228
1229 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1230
1231         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1232         of LEN.
1233
1234 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1235
1236         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1237         ELTLEN and use TYPE_LENGTH directly.
1238         (m2_val_print): Likewise.
1239         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1240         variable LEN and use TYPE_LENGTH directly.
1241         (m68k_svr4_store_return_value): Likewise.
1242         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1243         ARGLEN and use TYPE_LENGTH directly.
1244         (mips_o64_push_dummy_call): Likewise.
1245         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1246         variable LENGTH and use TYPE_LENGTH directly.
1247         (s390_function_arg_float): Likewise.
1248         (s390_function_arg_integer): Likewise.
1249         (s390_push_dummy_call): Likewise.
1250         (s390_return_value_convention): Likewise.
1251         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1252         TYPE_LENGTH directly.
1253
1254 2012-09-17  Yao Qi  <yao@codesourcery.com>
1255
1256         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1257         Update comment to add_setshow_integer_cmd.
1258         * cli/cli-setshow.c (do_set_command): Handle case
1259         'var_zuinteger_unlimited'.
1260         (do_show_command): Likewise.
1261         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1262         for command 'remotetimeout'.
1263         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1264         to var_integer.
1265         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1266         for command 'set listsize'.
1267
1268 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1269
1270         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1271         variable LEN.
1272
1273 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1274
1275         PR 14119
1276         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1277         (frame_pop): Drop also TAILCALL_FRAME frames.
1278         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1279
1280 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1281             Pedro Alves  <palves@redhat.com>
1282
1283         PR 14548
1284         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1285         function start if we are already at function start.  Both for
1286         reverse-next and for reverse-step into function without line number
1287         info.
1288
1289 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1290
1291         Code cleanup - rename 'inline' depth to 'artificial' depth.
1292         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1293         frame_id_artificial_p, extend the comment.
1294         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1295         * frame.c (fprint_frame_id): Rename at a user, change debug output
1296         text to "artificial=".
1297         (skip_inlined_frames): Rename to ...
1298         (skip_artificial_frames): ... here.  Extend the comment.
1299         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1300         (frame_id_inlined_p): Rename to ...
1301         (frame_id_artificial_p): ... here.  Rename at a user.
1302         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1303         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1304         at a user.
1305         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1306         Extend the comment.
1307         (frame_id_inlined_p): Rename to ...
1308         (frame_id_artificial_p): ... here.
1309         * inline-frame.c (inline_frame_this_id): Rename at a user.
1310
1311 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1312
1313         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1314         vector variables using vector_size syntax rather than array
1315         syntax.
1316
1317 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1318
1319         * valarith.c (value_concat): Replace unsafe ALLOCA with
1320         XMALLOC/XFREE.
1321
1322 2012-09-14  Pedro Alves  <palves@redhat.com>
1323
1324         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1325
1326 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1327
1328         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1329         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1330         data-directory as appropriate.
1331
1332 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1333
1334         * printcmd.c (ui_printf): Eliminate single-use variable
1335         PARAM_LEN.
1336
1337 2012-09-14  Yao Qi  <yao@codesourcery.com>
1338             Pedro Alves  <palves@redhat.com>
1339
1340         * valops.c (value_assign): Move observer_notify_target_changed
1341         below to replace reinit_frame_cache.
1342
1343 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1344
1345         Refactor Python "gdb" module into a proper Python package, by
1346         introducing a new "_gdb" module for code implemented in C, and
1347         using reload/__import__ instead of exec.
1348         * python/lib/gdb/__init__.py: Import * from _gdb.
1349         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1350         prompt_hook, sys.argv): Moved from finish_python_initialization.
1351         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1352         (packages, auto_load_packages): New list and function replacing
1353         module_dict and auto-loading code, using __file__ instead of
1354         gdb.PYTHONDIR and reload/__import__ instead of exec.
1355         (GdbSetPythonDirectory): Replacing function of the same name
1356         from finish_python_initialization, using reload/__import__ instead
1357         of exec, as well as call auto_load_packages.
1358         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1359         gdb_python_module and not gdb_module.
1360         * python/python-internal.h (gdb_python_module): Declare.
1361         * python/python.c (gdb_python_module): New global.
1362         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1363         (_initialize_python): Rename gdb module to _gdb.
1364         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1365         (finish_python_initialization): Move Python code to
1366         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1367         __main__.
1368
1369 2012-09-13  Pedro Alves  <palves@redhat.com>
1370
1371         * Makefile.in (COMMON_OBS): Add registry.o.
1372         * registry.c: New file.
1373         * registry.h (struct registry_container): Declare.
1374         (registry_data_callback): New typedef.
1375         (struct registry_data, struct registry_data_registration, struct
1376         registry_data_registry): New type.
1377         (register_data_with_cleanup, registry_alloc_data)
1378         (registry_callback_adaptor, registry_clear_data)
1379         (registry_container_free_data, registry_set_data, registry_data):
1380         Declare.
1381         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1382         the new common structures and functions.
1383         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1384         callback typedefs.
1385
1386 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1387
1388         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1389         there is an error inserting hardware breakpoints and use the
1390         error message from the target.
1391
1392         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1393         Catch this exception and print the error message contained within. Do not
1394         print the default hardware error breakpoint message in this case.
1395
1396 2012-09-12  Doug Evans  <dje@google.com>
1397
1398         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1399         cu == NULL.
1400
1401 2012-09-11  Doug Evans  <dje@google.com>
1402
1403         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1404         .gdb_index symbol attributes if there are none.
1405
1406 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1407
1408         * symtab.h (struct minimal_symbol) [has_size]: New field.
1409         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1410         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1411         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1412         minimal symbols if the symbol's size is actually known.
1413         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1414         of msymbol's size field.  Add comment.
1415         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1416         SET_MSYMBOL_SIZE to set the minimal symbol size.
1417
1418 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1419
1420         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1421         minimal_symbol struct object, rather than setting some of its
1422         fields one by one.
1423
1424 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1425
1426         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1427         passed_a_ptr flag when displaying typedef types.
1428
1429 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1430
1431         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1432         the optimized_out flag is preserved.
1433
1434 2012-09-10  Anthony Green  <green@moxielogic.com>
1435
1436         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1437         prologue changes in GCC.
1438
1439 2012-09-10  Keith Seitz  <keiths@redhat.com>
1440
1441         PR gdb/13483
1442         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1443         (BOOL_CONVERSION_BADNESS): ... this.
1444         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1445         (rank_one_type): Allow all boolean conversions
1446         permitted by the standard.
1447
1448 2012-09-06  Tom Tromey  <tromey@redhat.com>
1449
1450         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1451         Don't decref py_objfile.
1452
1453 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1454
1455         Do not enable -lmcheck by default when Python is enabled with
1456         threading support.
1457         * configure.ac: (python_has_threads) New variable, by testing
1458         if WITH_THREAD is defined in Python.h.
1459         Move --enable-lmcheck after --with-python.
1460         Do not enable -lmcheck by default if python_has_threads=yes.
1461         Warn if --enable-lmcheck and python_has_threads=yes.
1462         * configure: Regenerate.
1463
1464 2012-08-31  Yao Qi  <yao@codesourcery.com>
1465
1466         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1467         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1468         Update some commands.
1469         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1470         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1471         to 1.
1472
1473 2012-08-31  Yao Qi  <yao@codesourcery.com>
1474
1475         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1476
1477 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1478
1479         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1480
1481 2012-08-29  Doug Evans  <dje@google.com>
1482
1483         * main.c (print_gdb_help): Remove reference to
1484         --use-deprecated-index-sections.
1485
1486 2012-08-28  Yao Qi  <yao@codesourcery.com>
1487
1488         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1489         (init_cmds): Call add_setshow_uinteger_cmd for command
1490         'max-user-call-depth'.
1491         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1492         declaration of 'max_user_call_depth'.
1493         * frame.c (backtrace_limit): Add 'unsigned'.
1494         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1495         'limit'.
1496         * remote.c (remoteaddresssize): Add 'unsigned'.
1497         (remote_address_masked): Change local var 'address_size' to
1498         'unsigned'.
1499         (_initialize_remote): Call add_setshow_uinteger_cmd for
1500         'remoteaddresssize'.
1501         * top.c (history_size): Add 'unsigned'.
1502         (show_commands): Change local variables to 'unsigned'.
1503         (set_history_size_command): Don't check history_size is negative.
1504         Adjust the condition to call unstifle_history and set history_size
1505         to UNIT_MAX.
1506
1507 2012-08-28  Pedro Alves  <palves@redhat.com>
1508
1509         PR gdb/14428
1510
1511         * infcmd.c (default_print_one_register_info): New, factored out
1512         from default_print_registers_info.
1513         (default_print_registers_info): Use it.  Mark value unavailable if
1514         necessary.
1515         (registers_info): Print user registers with
1516         default_print_one_register_info.
1517
1518 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1519
1520         PR tui/14486
1521         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1522         is not NULL before referencing it.
1523
1524 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1525
1526         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1527         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1528         original PC for it.
1529
1530 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1531             Jan Kratochvil  <jan.kratochvil@redhat.com>
1532
1533         * auto-load.c (auto_load_objfile_script): Rename to ...
1534         (auto_load_objfile_script_1): ... here, change variable realname to
1535         parameter realname, document it, add return value, add variable retval.
1536         (auto_load_objfile_script): New function.
1537
1538 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1539
1540         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1541         followed by a whitespace.
1542
1543 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1544
1545         PR gdb/14494.
1546         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1547         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1548         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1549         here.
1550
1551 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1552
1553         * memattr.c (create_mem_region): Fix memory region overlapping
1554         checking.
1555
1556 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1557
1558         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1559         with xmalloc/cleanup.
1560         * mt-tdep.c (mt_push_dummy_call): Likewise.
1561         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1562         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1563
1564 2012-08-24  Yao Qi  <yao@codesourcery.com>
1565
1566         * jv-exp.y (push_expression_name): Add "." at the end of error
1567         message.
1568
1569 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1570
1571         Document how to return from "python-interactive" to GDB.
1572         * python/python.c (_initialize_python): Update documentation.
1573
1574 2012-08-23  Pedro Alves  <palves@redhat.com>
1575
1576         * infrun.c (_initialize_infrun) <handle command help text>:
1577         Mention that multiple signals are supported.
1578
1579 2012-08-23  Pedro Alves  <palves@redhat.com>
1580
1581         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1582         string.
1583
1584 2012-08-23  Yao Qi  <yao@codesourcery.com>
1585
1586         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1587         (tfind_1): Don't call registers_changed, set_traceframe_num,
1588         and clear_traceframe_info.
1589         Call set_current_traceframe.
1590         (set_current_traceframe): call set_traceframe_num.
1591
1592 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1593
1594         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1595         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1596
1597 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1598
1599         Enable readline in Python in a GDB-specific way and block the
1600         standard Python readline module to prevent conflicts with GDB.
1601         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1602         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1603         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1604         * python/py-gdb-readline.c: New file.
1605         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1606         prototype.
1607         * python/python.c (_initialize_python): Call
1608         gdbpy_initialize_gdb_readline.
1609
1610 2012-08-22  Keith Seitz  <keiths@redhat.com>
1611
1612         * defs.h: Include build-gnulib/config.h
1613
1614 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
1615
1616         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1617         and blx pc.
1618
1619 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1620
1621         Add a new "python-interactive" command that starts a standard
1622         Python interactive prompt with "pi" as alias, and add "py" as
1623         an alias to "python".
1624         * NEWS: Mention the new commands.
1625         * python/python.c (eval_python_command): New function.
1626         (python_interactive_command): For "python-interactive" with
1627         arguments, call eval_python_command.  For "python-interactive"
1628         without arguments, call PyRun_InteractiveLoop.
1629         (_initialize_python): Add "python-interactive" command with
1630         "pi" as alias, and add "py" as an alias to "python".
1631
1632 2012-08-22  Tom Tromey  <tromey@redhat.com>
1633
1634         * defs.h (quit_flag): Don't declare.
1635         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1636         (QUIT): Use new functions.
1637         * event-top.c (command_handler): Use clear_quit_flag.
1638         (handle_sigint): Use set_quit_flag.
1639         (async_request_quit): Use check_quit_flag.  Don't check
1640         immediate_quit.
1641         * exceptions.c (throw_exception): Use clear_quit_flag.
1642         * main.c (captured_main): Use clear_quit_flag.
1643         * python/python.c (clear_quit_flag, set_quit_flag)
1644         (check_quit_flag): New functions.
1645         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1646         clear_quit_flag.
1647         * remote.c (remote_wait_as): Use check_quit_flag,
1648         clear_quit_flag.
1649         (remote_start_remote): Call QUIT.
1650         * symfile.c (load_progress): Use check_quit_flag.
1651         * top.c (command_loop): Use clear_quit_flag.
1652         (command_line_input): Call QUIT.
1653         * utils.c (quit_flag): Conditionally define.
1654         (clear_quit_flag, check_quit_flag, set_quit_flag): New
1655         functions.
1656         (prompt_for_continue): Call QUIT.  Use quit, not
1657         async_request_quit.
1658         * remote-mips.c (mips_expect_timeout): Call QUIT.
1659         * monitor.c (monitor_expect): Call QUIT.
1660
1661 2012-08-22  Tom Tromey  <tromey@redhat.com>
1662
1663         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1664         (async_init_signals): Update.
1665         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1666         (SIGWINCH_HANDLER_BODY): Remove.
1667
1668 2012-08-22  Tom Tromey  <tromey@redhat.com>
1669
1670         * jit.c (jit_object_close_impl): Don't malloc the objfile
1671         name.
1672         * objfiles.c (allocate_objfile): Don't malloc the objfile
1673         name.
1674         (free_objfile): Don't free the objfile name.
1675         * objfiles.h (struct objfile) <name>: Update comment.
1676         * symfile.c (reread_symbols): Fix reference counting.  Don't
1677         malloc objfile name.
1678
1679 2012-08-22  Tom Tromey  <tromey@redhat.com>
1680
1681         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1682         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1683         (symfile_bfd_open): Likewise.
1684         (generic_load): Likewise.
1685         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1686         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1687         gdb_bfd_open.
1688         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1689         Use gdb_bfd_open.
1690         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1691         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1692         (pmon_load_fast): Likewise.
1693         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1694         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1695         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1696         (macho_check_dsym): Likewise.
1697         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1698         (m32r_upload_command): Likewise.
1699         * gdb_bfd.h (gdb_bfd_cache): Declare.
1700         * gdb_bfd.c (struct gdb_bfd_data): New.
1701         (gdb_bfd_cache): New global.
1702         (struct gdb_bfd_cache_search): New.
1703         (hash_bfd): New function.
1704         (eq_bfd): Likewise.
1705         (gdb_bfd_open): Likewise.
1706         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1707         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
1708         gdb_bfd_data.
1709         * exec.c (exec_file_attach): Use gdb_bfd_open.
1710         * dsrec.c (load_srec): Use gdb_bfd_open.
1711
1712 2012-08-22  Tom Tromey  <tromey@redhat.com>
1713
1714         * dwarf2read.c (macro_start_file): Update.
1715         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1716         (free_objfile_per_bfd_storage): Destroy macro_cache.
1717         (allocate_objfile, free_objfile): Update.
1718         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1719         New field.
1720         (struct objfile) <macro_cache>: Remove.
1721         * symfile.c (reread_symbols): Update.
1722         * symmisc.c (print_symbol_bcache_statistics): Update.
1723         (print_objfile_statistics): Update.
1724
1725 2012-08-22  Tom Tromey  <tromey@redhat.com>
1726
1727         * elfread.c (elf_symtab_read): Update.
1728         * objfiles.c (objfiles_bfd_data): New global.
1729         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1730         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1731         (allocate_objfile, free_objfile): Update.
1732         (_initialize_objfiles): Initialize objfiles_bfd_data.
1733         * objfiles.h (struct objfile_per_bfd_storage): New.
1734         (struct objfile) <per_bfd>: New field.
1735         <filename_cache>: Remove.
1736         (set_objfile_per_bfd): Declare.
1737         * symfile.c (reread_symbols): Update.  Call
1738         set_objfile_per_bfd.
1739         (allocate_symtab): Update.
1740         * symmisc.c (print_symbol_bcache_statistics): Update.
1741         (print_objfile_statistics): Print the size of the BFD obstack.
1742
1743 2012-08-22  Tom Tromey  <tromey@redhat.com>
1744
1745         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
1746         * gdb_bfd.c: Use DEFINE_REGISTRY.
1747         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1748         (gdb_bfd_ref): Call bfd_alloc_data.
1749         (gdb_bfd_unref): Call bfd_free_data.
1750
1751 2012-08-22  Tom Tromey  <tromey@redhat.com>
1752
1753         * registry.h (struct registry_fields): New.
1754         (REGISTRY_FIELDS): Redefine.
1755         (REGISTRY_ACCESS_FIELD): New macro.
1756         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
1757         functions.
1758
1759 2012-08-22  Tom Tromey  <tromey@redhat.com>
1760
1761         * auto-load.c (_initialize_auto_load): Update.
1762         * solib-svr4.c (_initialize_svr4_solib): Update
1763         * solib-dsbt.c (_initialize_dsbt_solib): Update.
1764         * solib-darwin.c (_initialize_darwin_solib): Update.
1765         * registry.h: New file.
1766         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1767         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1768         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
1769         (register_program_space_data_with_cleanup)
1770         (register_program_space_data, program_space_alloc_data)
1771         (clear_program_space_data, set_program_space_data)
1772         (program_space_data): Don't declare.
1773         * progspace.c: Use DEFINE_REGISTRY.
1774         (struct program_space_data, struct
1775         program_space_data_registration, struct
1776         program_space_data_registry, program_space_data_registry)
1777         (register_program_space_data_with_cleanup)
1778         (register_program_space_data, program_space_alloc_data)
1779         (program_space_free_data, clear_program_space_data)
1780         (set_program_space_data, program_space_data): Remove.
1781         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
1782         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1783         (register_objfile_data_with_cleanup, register_objfile_data)
1784         (clear_objfile_data, set_objfile_data, objfile_data): Don't
1785         declare.
1786         * objfiles.c: Use DEFINE_REGISTRY.
1787         (struct objfile_data, struct objfile_data_registration, struct
1788         objfile_data_registry, objfile_data_registry)
1789         (register_objfile_data_with_cleanup, register_objfile_data)
1790         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1791         (set_objfile_data, objfile_data): Remove.
1792         (_initialize_objfiles): Update.
1793         * jit.c (_initialize_jit): Update.
1794         * inflow.c (_initialize_inflow): Update.
1795         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
1796         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1797         (register_inferior_data_with_cleanup, register_inferior_data)
1798         (clear_inferior_data, set_inferior_data, inferior_data): Don't
1799         declare.
1800         * inferior.c: Use DEFINE_REGISTRY.
1801         (struct inferior_data, struct inferior_data_registration, struct
1802         inferior_data_registry, inferior_data_registry)
1803         (register_inferior_data_with_cleanup, register_inferior_data)
1804         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
1805         (set_inferior_data, inferior_data): Remove.
1806         * auxv.c (_initialize_auxv): Update.
1807         * ada-lang.c (_initialize_ada_language): Update.
1808         * breakpoint.c (_initialize_breakpoint): Update.
1809         * i386-nat.c (i386_use_watchpoints): Update.
1810
1811 2012-08-22  Tom Tromey  <tromey@redhat.com>
1812
1813         * exec.c (exec_close, exec_file_attach): Update.
1814         (add_to_section_table): Initialize 'key' field.
1815         (add_target_sections, remove_target_sections): Add 'key' argument.
1816         * exec.h (add_target_sections, remove_target_sections): Add
1817         'key' argument.
1818         * solib.c (solib_map_sections, update_solib_list, clear_solib)
1819         (reload_shared_libraries_1): Update.
1820         * target.h (struct target_section) <key>: New field.
1821
1822 2012-08-22  Tom Tromey  <tromey@redhat.com>
1823
1824         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1825
1826 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1827
1828         * symfile.c (allocate_symtab): Use host_address_to_string
1829         function instead of cast of pointer to long which is not
1830         compatible with x86_64-w64-mingw32 build.
1831
1832 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1833
1834         * mips-tdep.c (is_octeon): New function.
1835         (is_octeon_bbit_op): New function.
1836         (mips32_next_pc): Handle Octeon's bbit instructions.
1837         (mips32_instruction_has_delay_slot): Likewise.
1838
1839 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1840
1841         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1842         before the function.
1843
1844 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1845
1846         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1847
1848 2012-08-19  Keith Seitz  <keiths@redhat.com>
1849
1850         PR c++/14365
1851         * c-typeprint.c (c_type_print_varspec_prefix): Pass
1852         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1853
1854 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
1855
1856         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1857         The typo broke "make TAGS".
1858
1859 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
1860
1861         GDB 7.5 released.
1862
1863 2012-08-17  Keith Seitz  <keiths@redhat.com>
1864
1865         PR c++/13356
1866         * gdbtypes.c (strict_type_checking): New variable.
1867         (show_strict_type_checking): New function.
1868         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1869         if strict type checking is disabled.
1870         (_initialize_gdbtypes): Add "check type" subcommand.
1871         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1872
1873 2012-08-17  Keith Seitz  <keiths@redhat.com>
1874
1875         * language.h (type_mode): Remove.
1876         (type_check): Remove.
1877         (struct language_defn): Remove la_type_check.
1878         (STRICT_TYPE): Remove unused macro.
1879         (type_error): Remove.
1880         * language.c (set_type_range_case): Renamed to ...
1881         (set_range_case): ... this.  Update all callers.
1882         Remove type_mode/type_check.
1883         (type_mode): Remove.
1884         (type_check): Remove.
1885         (show_type_command): Remove.
1886         (set_type_command): Remove.
1887         (language_info): Remove type checking output.
1888         (type_error): Remove unused function.
1889         (range_error): Update comment.
1890         (unknown_language_defn): Remove la_type_check.
1891         (auto_language_defn): Likewise.
1892         (local_language_defn): Likewise.
1893         (_initialize_language): Remove "check type" subcommand.
1894         * ada-lang.c (ada_language_defn): Remove la_type_check.
1895         * c-lang.c (c_language_defn): Likewise.
1896         (cplus_language_defn): Likewise.
1897         (asm_language_defn): Likewise.
1898         (minimal_language_defn): Likewise.
1899         * d-lang.c (d_language_defn): Likewise.
1900         * f-lang.c (f_language_defn): Likewise.
1901         * go-lang.c (go_language_defn): Likewise.
1902         * jv-lang.c (java_language_defn): Likewise.
1903         * m2-lang.c (m2_language_defn): Likewise.
1904         * objc-lang.c (objc_language_defn): Likewise.
1905         * opencl-lang.c (opencl_language_defn): Likewise.
1906         * p-lang.c (pascal_language_defn): Likewise.
1907
1908 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
1909
1910         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1911
1912 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1913
1914         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1915         New function.
1916         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1917         using the regache.  Use ia64_hpux_get_register_from_save_state_t
1918         to access the bsp and bspstore registers if not.
1919
1920 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1921
1922         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1923         * breakpoint.c (detach_breakpoints): Change pid parameter into
1924         a ptid.  Adjust code accordingly.
1925         * infrun.c (handle_inferior_event): Delete variable child_pid.
1926         Update call to detach_breakpoints to pass the child ptid for
1927         fork events.
1928         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1929         assert that inferior_ptid's lwp is zero.
1930         (linux_handle_extended_wait): Update call to detach_breakpoints.
1931         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1932         detach_breakpoints.
1933
1934 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1935
1936         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1937         parent, only call detach_breakpoints if tts.tts_event ==
1938         TTEVT_VFORK.
1939
1940 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1941
1942         * dwarf2-frame.c (dwarf2_frame_cache): Use
1943         get_frame_address_in_block instead of get_frame_pc as
1944         the bound for executing the frame's FDE.
1945
1946 2012-08-16  Yao Qi  <yao@codesourcery.com>
1947
1948         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1949         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1950         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1951         (c_type_print_varspec_suffix): Likewise.
1952         * eval.c (evaluate_subexp_standard): Likewise.
1953         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1954         (f_type_print_varspec_suffix): Likewise.
1955         * gdbtypes.c (is_scalar_type): Likewise.
1956         (recursive_dump_type): Likewise.
1957         * infcall.c (value_arg_coerce): Likewise.
1958         * m2-valprint.c (m2_val_print): Likewise.
1959         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1960         (pascal_type_print_varspec_suffix): Likewise.
1961         (pascal_type_print_base): Likewise.
1962         * p-valprint.c (pascal_val_print): Likewise.
1963         (pascal_val_print): Likewise.
1964         * valops.c (value_slice): Likewise.
1965         * valprint.c (scalar_type_p): Likewise.
1966         * valarith.c (value_bitstring_subscript): Remove.
1967         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1968         Remove comment on TYPE_CODE_BITSTRING.
1969
1970         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1971         TYPE_CODE_BITSTRING.
1972
1973         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1974         slot 0.
1975
1976 2012-08-16  Yao Qi  <yao@codesourcery.com>
1977
1978         * tracepoint.c (trace_find_none_command): Remove.
1979         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1980
1981 2012-08-16  Yao Qi  <yao@codesourcery.com>
1982
1983         * remote.c (handle_notification): Remove parameter 'length'.
1984         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1985
1986 2012-08-15  Keith Seitz  <keiths@redhat.com>
1987
1988         * gdbtypes.c (opaque_type_resolution): Make static.
1989         Add missing comment.
1990         (overload_debug): Add missing comment.
1991         (show_opaque_type_resolution): Likewise.
1992         (show_overload_debug): Likewise.
1993         (print_bit_vector): Remove unnecessary forward declaration.
1994         (print_arg_types): Likewise.
1995         (dump_fn_fieldlists): Likewise.
1996         (print_cplus_stuff): Likewise.
1997
1998 2012-08-15  Tom Tromey  <tromey@redhat.com>
1999
2000         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2001         (gdb_bfd_ref): Initialize new field.
2002         (gdb_bfd_unref): Unref the archive BFD.
2003         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2004         parent archive.
2005
2006 2012-08-15  Tom Tromey  <tromey@redhat.com>
2007
2008         PR python/14387:
2009         * python/py-bpevent.c (create_breakpoint_event_object): Update
2010         comment.
2011         * python/py-event.c (evpy_add_attribute): Update comment.
2012         * python/py-exitedevent.c (create_exited_event_object): Fix
2013         reference counting and error handling.
2014         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2015         Fix reference counting.
2016         * python/py-signalevent.c (create_signal_event_object): Fix
2017         reference counting and error handling.
2018         * python/py-stopevent.c (emit_stop_event): Fix reference
2019         counting.
2020         * python/py-threadevent.c (get_event_thread): Return a
2021         borrowed reference.
2022         * python/py-type.c (convert_field): Fix reference counting.
2023
2024 2012-08-15  Tom Tromey  <tromey@redhat.com>
2025
2026         * dwarf2read.c (dwarf_decode_macro_bytes)
2027         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2028         as hash key.
2029
2030 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2031
2032         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2033         stepi, nexti, finish, next, step, jump, and continue commands.
2034         * infrun.c (_initialize_infrun): Update help text for the handle
2035         command.
2036
2037 2012-08-14  Doug Evans  <dje@google.com>
2038
2039         * gdbtypes.c (struct extra): Delete, unused.
2040
2041         * gdbtypes.c: Whitespace cleanup.
2042         (address_space_name_to_int): Remove "extern" from definition.
2043         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2044
2045         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2046         TYPE_POINTER_TYPE (type).
2047
2048 2012-08-14  Gary Benson  <gbenson@redhat.com>
2049
2050         * solib-svr4.c (svr4_free_library_list): Use free_so.
2051
2052 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2053
2054         * .gitignore: Add go-exp.c.
2055
2056 2012-08-13  Doug Evans  <dje@google.com>
2057
2058         * value.c (show_convenience): Tweak comment.
2059         (_initialize_values): Mention convenience functions in the help text
2060         for "show convenience".
2061
2062 2012-08-13  Yao Qi  <yao@codesourcery.com>
2063
2064         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2065         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2066         TERNOP_SLICE_COUNT.
2067         * eval.c (evaluate_subexp_standard): Likewise.
2068         * expprint.c (print_subexp_standard): Likewise.
2069         (dump_subexp_body_standard): Likewise.
2070         * parse.c (operator_length_standard): Likewise.
2071
2072 2012-08-13  Yao Qi  <yao@codesourcery.com>
2073
2074         * std-operator.def: Remove OP_BITSTRING.
2075         * breakpoint.c (watchpoint_exp_is_const): Update.
2076         * eval.c (evaluate_subexp_standard): Remove handling to
2077         OP_BITSTRING.
2078         * expprint.c (print_subexp_standard): Likewise.
2079         (dump_subexp_body_standard): Likewise.
2080         * parse.c (operator_length_standard): Likewise.
2081         * valops.c (value_bitstring): Remove.
2082         * value.h: Remove the declaration of 'value_bitstring'.
2083
2084 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2085
2086         * linespec.c (find_methods): Remove unused variables `i1' and
2087         `name_len'.
2088         (decode_line_full): Likewise for `arg_start'.
2089
2090 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2091
2092         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2093         (zlib_decompress_section): Likewise for `section_data'.
2094         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2095
2096 2012-08-10  Doug Evans  <dje@google.com>
2097
2098         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2099         * NEWS: Document them.
2100         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2101         function/strfns.py.
2102         * python/py-type.c (typy_array_1): New function.
2103         (typy_array): Call it.
2104         (typy_vector): New function.
2105         (type_object_methods): Add "vector".
2106         * python/lib/gdb/function/__init__.py: New file.
2107         * python/lib/gdb/function/strfns.py: New file.
2108
2109 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2110
2111         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2112         for TYPE_FIELD_BITPOS.
2113         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2114
2115 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2116
2117         PR cli/10436:
2118         * common/vec.h (VEC_merge): Define.
2119         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2120         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2121         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2122         * completer.c: Include gdb_signals.h.
2123         (signal_completer): Define.
2124         * completer.h (signal_completer): Add prototype.
2125         * infcmd.c (_initialize_infcmd): Assign the command
2126         completer for "signal" to handle_completer.
2127         * infrun.c: Include completer.h.
2128         (handle_completer): Define.
2129         (_initialize_infrun): Declare a new local variable c.  Store the
2130         result of add_com("handle") to it.  Assign the command
2131         completer for "handle" to handle_completer.
2132
2133 2012-08-09  Yao Qi  <yao@codesourcery.com>
2134
2135         * cli/cli-decode.c (set_cmd_prefix): New.
2136         (lookup_cmd_for_prefixlist): New.
2137         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2138         of each cmd_list_element in *prefixlist.
2139         (add_setshow_cmd_full): set_cmd_prefix.
2140         (add_alias_cmd): Likewise.
2141         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2142         Declare 'auto_boolean_enums'.
2143         * cli/cli-setshow.c: Include "observer.h".
2144         (notify_command_param_changed_p): New.
2145         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2146         Remove 'static'.
2147         (do_setshow_command): Split it to ...
2148         (do_set_command, do_show_command): ... them.  New.
2149         (do_set_command): Call observer_notify_command_param_changed if
2150         notify_command_param_changed_p returns true.
2151         (cmd_show_list): Caller update.
2152         * auto-load.c (set_auto_load_cmd): Likewise.
2153         * remote.c (show_remote_cmd): Likewise.
2154         * cli/cli-setshow.h: Update declarations.
2155         * top.c (execute_command): Call do_set_command and do_show_command.
2156
2157         * NEWS: Mention new MI notification.
2158         * mi/mi-interp.c: Declare mi_command_param_changed.
2159         (mi_interpreter_init): Attach mi_command_param_changed to
2160         observer command_param_changed.
2161         (mi_command_param_changed): New.
2162         Remove mi_suppress_breakpoint_notifications.
2163         Define global variable mi_suppress_notification.
2164         (mi_breakpoint_created): Update.
2165         (mi_breakpoint_deleted): Likewise.
2166         (mi_breakpoint_modified): Likewise.
2167         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2168         'gdb-set' and set mi_suppress_notification.
2169         * mi/mi-main.h: (mi_suppress_notification): New struct.
2170
2171 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2172             Jan Kratochvil  <jan.kratochvil@redhat.com>
2173
2174         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2175
2176 2012-08-09  Yao Qi  <yao@codesourcery.com>
2177
2178         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2179         (skiplist): Move it to skip.c.
2180         (init_cmd_lists): Remove code setting enablebreaklist and
2181         skiplist to NULL.
2182         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2183         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2184         skiplist.
2185         * gdbcmd.h: Likewise.
2186         * skip.c (_initialize_step_skip): Move 'skiplist' from
2187         cli/cli-cmds.c.
2188
2189 2012-08-09  Yao Qi  <yao@codesourcery.com>
2190
2191         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2192         * gnu-nat.c, symfile.c: Likewise.
2193
2194 2012-08-08  Aaron Gamble  <agamble@google.com>
2195
2196         * utils.c (prompt_for_continue_wait_time): New static global.
2197         (make_command_stats_cleanup): Initialize it.
2198         (report_command_stats): Subtract time waiting for user.
2199         (prompt_for_continue): Track time waiting for user.
2200         (defaulted_query): Track time waiting for user.
2201
2202 2012-08-08  Doug Evans  <dje@google.com>
2203
2204         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2205         UNOP_MEMVAL_TYPE.
2206         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2207         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2208         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2209         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2210         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2211         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2212         elt.
2213         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2214         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2215         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2216         (dump_prefix_expression): Handle OP_TYPE.
2217
2218 2012-08-08  Keith Seitz  <keiths@redhat.com>
2219
2220         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2221         addr_start.
2222
2223 2012-08-08  Doug Evans  <dje@google.com>
2224
2225         * linux-thread-db.c: #include "gdb_vecs.h".
2226         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2227         updated.
2228         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2229         (thread_db_load_search): Use a vector to iterate over path elements.
2230         Handle text appearing after "$pdir".
2231
2232         * gdb_string.h: Moved to ...
2233         * common/gdb_string.h: ... here.
2234         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2235         gdb_string.h and gdb_assert.h.
2236
2237 2012-08-08  Yao Qi  <yao@codesourcery.com>
2238
2239         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2240         (tic6x_value_to_register): Likewise.
2241         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2242         and set_gdbarch_value_to_register.
2243
2244 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2245             Jean-Marc Saffroy  <saffroy@gmail.com>
2246
2247         PR 11804
2248         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2249         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2250         * gcore.c (gcore_create_callback): New function comment.  Add modified
2251         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2252         according to MODIFIED.
2253         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2254         the passed modified value to FUNC.
2255         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2256         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2257         first.  New variables modified and has_anonymous.  Parse the lines of
2258         smaps file.  Add the passed MODIFIED value to FUNC.
2259         * procfs.c (find_memory_regions_callback): Add the passed modified
2260         value.
2261
2262 2012-08-06  Tom Tromey  <tromey@redhat.com>
2263
2264         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2265         (dwarf2_frame_cache): Use it.
2266         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2267         cache initialization constraint.
2268
2269 2012-08-06  Tom Tromey  <tromey@redhat.com>
2270
2271         PR python/14386:
2272         * varobj.c (update_dynamic_varobj_children): Don't call
2273         PyIter_Check.
2274
2275 2012-08-06  Tom Tromey  <tromey@redhat.com>
2276
2277         PR cli/14392:
2278         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2279
2280 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2281
2282         * NEWS: New entry for 'cd' default parameters.
2283         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2284
2285 2012-08-03  Tom Tromey  <tromey@redhat.com>
2286
2287         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2288         return.
2289
2290 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2291
2292         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2293         to attempting lseek/write.
2294         (inf_child_fileio_pread): Likewise for pread.
2295
2296 2012-08-02  Yao Qi  <yao@codesourcery.com>
2297
2298         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2299         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2300         add_setshow_zinteger_cmd.
2301         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2302         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2303         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2304         instead of add_setshow_zinteger_cmd.
2305         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2306         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2307         instead of add_setshow_zinteger_cmd.
2308         * frame.c (frame_debug): Add 'unsigned'.
2309         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2310         add_setshow_zinteger_cmd.
2311         * frame.h: Update the declaration of 'frame_debug'.
2312         * gdbtypes.c (overload_debug): Add 'unsigned'.
2313         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2314         add_setshow_zinteger_cmd.
2315         * inferior.h: Update declaration of 'debug_infrun'.
2316         * infrun.c (debug_infrun): Add 'unsigned'.
2317         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2318         add_setshow_zinteger_cmd.
2319         * jit.c (jit_debug): Add 'unsigned'.
2320         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2321         add_setshow_zinteger_cmd.
2322         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2323         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2324         instead of add_setshow_zinteger_cmd.
2325         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2326         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2327         add_setshow_zinteger_cmd.
2328         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2329         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2330         instead of add_setshow_zinteger_cmd.
2331         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2332         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2333         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2334         intead of add_setshow_zinteger_cmd.
2335         * mips-tdep.c (mips_debug): Add 'unsigned'.
2336         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2337         instead of add_setshow_zinteger_cmd.
2338         * monitor.c (monitor_debug): Add 'unsigned'.
2339         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2340         add_setshow_zinteger_cmd.
2341         * observer.c (observer_debug): Add 'unsigned'.
2342         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2343         add_setshow_zinteger_cmd.
2344         * parse.c (expressiondebug): Add 'unsigned'.
2345         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2346         add_setshow_zinteger_cmd.
2347         * record.c (record_debug): Add 'unsigned'.
2348         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2349         add_setshow_zinteger_cmd.
2350         * record.h: Update the declaration of 'record_debug'.
2351         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2352         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2353         add_setshow_zinteger_cmd.
2354         * serial.c (global_serial_debug_p): Add 'unsigned'.
2355         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2356         add_setshow_zinteger_cmd.
2357         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2358         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2359         add_setshow_zinteger_cmd.
2360         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2361         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2362         add_setshow_zinteger_cmd.
2363         * target.c (targetdebug): Add 'unsigned'.
2364         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2365         add_setshow_zinteger_cmd.
2366         * valops.c (overload_debug): Add 'unsigned'.
2367         * varobj.c (varobjdebug): Add 'unsigned'.
2368         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2369         add_setshow_zinteger_cmd.
2370         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2371         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2372         instead of add_setshow_zinteger_cmd.
2373
2374         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2375         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2376         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2377         instead of add_setshow_zinteger_cmd.
2378         * gdbarch.c, gdbarch.h: Re-generated.
2379
2380 2012-08-02  Yao Qi  <yao@codesourcery.com>
2381
2382         * nto-tdep.c: Don't include cli/cli-decode.h and
2383         cli/cli-cmds.h.
2384         (_initialize_nto_tdep): Remove.
2385         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2386         Remove field.
2387         Remove macro nto_internal_debugging.
2388
2389 2012-08-01  Richard Henderson  <rth@redhat.com>
2390
2391         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2392         (mep-*-*) [gdb_target_obs]: Likewise.
2393
2394 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2395
2396         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2397         linux_get_siginfo_type.
2398
2399 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2400
2401         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2402         AT_ENTRY_POINT.
2403         (call_function_by_hand) <ON_STACK>: Call write_memory with
2404         gdbarch_breakpoint_from_pc, if possible.
2405         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2406         here.
2407
2408 2012-07-31  Yao Qi  <yao@codesourcery.com>
2409
2410         * tracepoint.c: Add 'static' for some variables.
2411
2412 2012-07-31  Yao Qi  <yao@codesourcery.com>
2413
2414         * go32-nat.c: Declare _initialize_go32_nat.
2415         * ser-go32.c: Declare _initialize_ser_dos.
2416         * top.c (do_chdir_cleanup): Add 'static'.
2417
2418 2012-07-30  Keith Seitz  <keiths@redhat.com>
2419
2420         * linespec.c (linespec_lex_number): A number followed
2421         by quotes is a valid number, too.
2422
2423 2012-07-30  Tom Tromey  <tromey@redhat.com>
2424
2425         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2426
2427 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2428
2429         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2430         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2431
2432 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2433
2434         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2435         invalid or reevaluated to prevent prevent references to possibly
2436         delete'd type objects being left in the varobj.
2437
2438 2012-07-27  Tom Tromey  <tromey@redhat.com>
2439             Jan Kratochvil  <jan.kratochvil@redhat.com>
2440
2441         * copying.awk: Print buffer-read-only and vi ro markers.
2442         * copying.c: Rebuild.
2443         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2444         * gdbarch.c, gdbarch.h: Rebuild.
2445         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2446         buffer-read-only and vi ro markers.
2447         * features/arm-with-iwmmxt.c: Rebuild.
2448         * features/arm-with-m-fpa-layout.c: Rebuild.
2449         * features/arm-with-m-vfp-d16.c: Rebuild.
2450         * features/arm-with-m.c: Rebuild.
2451         * features/arm-with-neon.c: Rebuild.
2452         * features/arm-with-vfpv2.c: Rebuild.
2453         * features/arm-with-vfpv3.c: Rebuild.
2454         * features/i386/amd64-avx-linux.c: Rebuild.
2455         * features/i386/amd64-avx.c: Rebuild.
2456         * features/i386/amd64-linux.c: Rebuild.
2457         * features/i386/amd64.c: Rebuild.
2458         * features/i386/i386-avx-linux.c: Rebuild.
2459         * features/i386/i386-avx.c: Rebuild.
2460         * features/i386/i386-linux.c: Rebuild.
2461         * features/i386/i386-mmx-linux.c: Rebuild.
2462         * features/i386/i386-mmx.c: Rebuild.
2463         * features/i386/i386.c: Rebuild.
2464         * features/i386/x32-avx-linux.c: Rebuild.
2465         * features/i386/x32-avx.c: Rebuild.
2466         * features/i386/x32-linux.c: Rebuild.
2467         * features/i386/x32.c: Rebuild.
2468         * features/mips-dsp-linux.c: Rebuild.
2469         * features/mips-linux.c: Rebuild.
2470         * features/mips64-dsp-linux.c: Rebuild.
2471         * features/mips64-linux.c: Rebuild.
2472         * features/rs6000/powerpc-32.c: Rebuild.
2473         * features/rs6000/powerpc-32l.c: Rebuild.
2474         * features/rs6000/powerpc-403.c: Rebuild.
2475         * features/rs6000/powerpc-403gc.c: Rebuild.
2476         * features/rs6000/powerpc-405.c: Rebuild.
2477         * features/rs6000/powerpc-505.c: Rebuild.
2478         * features/rs6000/powerpc-601.c: Rebuild.
2479         * features/rs6000/powerpc-602.c: Rebuild.
2480         * features/rs6000/powerpc-603.c: Rebuild.
2481         * features/rs6000/powerpc-604.c: Rebuild.
2482         * features/rs6000/powerpc-64.c: Rebuild.
2483         * features/rs6000/powerpc-64l.c: Rebuild.
2484         * features/rs6000/powerpc-7400.c: Rebuild.
2485         * features/rs6000/powerpc-750.c: Rebuild.
2486         * features/rs6000/powerpc-860.c: Rebuild.
2487         * features/rs6000/powerpc-altivec32.c: Rebuild.
2488         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2489         * features/rs6000/powerpc-altivec64.c: Rebuild.
2490         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2491         * features/rs6000/powerpc-cell32l.c: Rebuild.
2492         * features/rs6000/powerpc-cell64l.c: Rebuild.
2493         * features/rs6000/powerpc-e500.c: Rebuild.
2494         * features/rs6000/powerpc-e500l.c: Rebuild.
2495         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2496         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2497         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2498         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2499         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2500         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2501         * features/rs6000/powerpc-vsx32.c: Rebuild.
2502         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2503         * features/rs6000/powerpc-vsx64.c: Rebuild.
2504         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2505         * features/rs6000/rs6000.c: Rebuild.
2506         * features/s390-linux32.c: Rebuild.
2507         * features/s390-linux32v1.c: Rebuild.
2508         * features/s390-linux32v2.c: Rebuild.
2509         * features/s390-linux64.c: Rebuild.
2510         * features/s390-linux64v1.c: Rebuild.
2511         * features/s390-linux64v2.c: Rebuild.
2512         * features/s390x-linux64.c: Rebuild.
2513         * features/s390x-linux64v1.c: Rebuild.
2514         * features/s390x-linux64v2.c: Rebuild.
2515         * features/tic6x-c62x-linux.c: Rebuild.
2516         * features/tic6x-c62x.c: Rebuild.
2517         * features/tic6x-c64x-linux.c: Rebuild.
2518         * features/tic6x-c64x.c: Rebuild.
2519         * features/tic6x-c64xp-linux.c: Rebuild.
2520         * features/tic6x-c64xp.c: Rebuild.
2521
2522 2012-07-27  Tom Tromey  <tromey@redhat.com>
2523
2524         * c-exp.y (classify_name): Avoid assignment in condition.
2525
2526 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2527
2528         * amd64-windows-tdep.c: Include "frame.h".
2529         (amd64_windows_skip_trampoline_code): New function.
2530         (amd64_windows_init_abi): Add trampoline registration.
2531
2532 2012-07-27  Yao Qi  <yao@codesourcery.com>
2533
2534         * tracepoint.c (cur_traceframe_number): Remove.
2535         (set_tfile_traceframe): Remove.
2536         (tfile_trace_find, tfile_fetch_registers): Update callers.
2537         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2538         (tfile_open, tfile_trace_find): Likewise.
2539
2540 2012-07-27  Yao Qi  <yao@codesourcery.com>
2541
2542         * thread.c (switch_to_thread): Don't call registers_changed.
2543
2544 2012-07-26  Tom Tromey  <tromey@redhat.com>
2545
2546         * Makefile.in (SFILES): Remove objc-exp.y.
2547         (YYFILES): Remove objc-exp.c.
2548         (YYOBJ): Remove objc-exp.o.
2549         (local-maintainer-clean): Don't mention objc-exp.c.
2550         * c-exp.y: Include objc-lang.h.
2551         (%union) <class>: New field.
2552         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2553         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2554         Objective C productions.
2555         (msglist, msgarglist, msgarg): New productions.
2556         (array_mod, func_mod, operator): Clone productions for
2557         OBJC_LBRAC.
2558         (parse_string_or_char): Handle '@' strings.
2559         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2560         (classify_name): Check la_name_of_this.  Recognize ObjC class
2561         names.
2562         * objc-exp.y: Remove.
2563         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2564         * objc-lang.h (objc_parse, objc_error): Don't declare.
2565
2566 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2567
2568         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2569
2570 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2571
2572         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2573         and decrement.
2574
2575 2012-07-26  Tom Tromey  <tromey@redhat.com>
2576
2577         * copying.c: Rebuild.
2578         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2579         'no_class'.
2580
2581 2012-07-26  Tom Tromey  <tromey@redhat.com>
2582
2583         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2584         immediate_quit.
2585         (print_objfile_statistics): Likewise.
2586         (maintenance_print_symbols): Likewise.
2587         (maintenance_print_msymbols): Likewise.
2588         (maintenance_print_objfiles): Likewise.
2589         * psymtab.c (print_partial_symbols): Call QUIT.
2590         (maintenance_print_psymbols): Likewise.  Don't modify
2591         immediate_quit.
2592         * copying.c (show_copying_command): Don't modify immediate_quit.
2593         (show_warranty_command): Likewise.
2594         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2595
2596 2012-07-26  Keith Seitz  <keiths@redhat.com>
2597
2598         * linespec.c (linespec_lexer_lex_number): The input
2599         is also a valid number if the next character is a comma
2600         or colon.
2601
2602 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
2603
2604         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2605         configure options.
2606
2607 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2608
2609         * machoread.c: Include gdb_bfd.h.
2610
2611 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2612
2613         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2614         offset.
2615
2616 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2617
2618         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2619         SIZE to size_t.
2620         (dwarf2_evaluate_loc_desc): Likewise.
2621         (dwarf2_loc_desc_needs_frame): Likewise.
2622         (locexpr_describe_location_1): Likewise.
2623         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2624         size_t.
2625         (struct dwarf2_loclist_baton): Likewise.
2626         * dwarf2read.c (struct dwarf_block): Likewise.
2627         (dump_die_shallow): Use pulongest to print dwarf_block.size.
2628         (decode_locdesc): Expand SIZE and I to size_t.
2629
2630 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2631
2632         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2633
2634 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2635
2636         * doublest.c (convert_doublest_to_floatformat): If the exponent
2637         is too small, treat the value as zero.  If the exponent is too
2638         large, treat the value as infinity.
2639
2640 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2641
2642         * configure.ac: Add --enable-lmcheck configure option.
2643         * configure: Regenerate.
2644
2645 2012-07-25  Tom Tromey  <tromey@redhat.com>
2646
2647         * NEWS: Mention maint info bfds.
2648         * gdb_bfd.c (all_bfds): New global.
2649         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2650         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2651         New functions.
2652
2653 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
2654
2655         * configure.tgt: Add v850*-*-rtems*.
2656
2657 2012-07-25  Tom Tromey  <tromey@redhat.com>
2658
2659         * macrotab.c (macro_bcache_str): Remove cast.
2660
2661 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
2662
2663         * linespec.c (linespec_lexer_lex_number): Update comments,
2664         change the return and add check to make sure the input is
2665         the decimal numbers.
2666         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2667         false, call linespec_lexer_lex_string.
2668
2669 2012-07-24  Tom Tromey  <tromey@redhat.com>
2670
2671         * symfile.c (symbol_file_add): Don't open BFD twice.
2672
2673 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
2674
2675         * breakpoint.c (create_breakpoint): Store condition for pending
2676         breakpoints.
2677
2678 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2679
2680         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2681         (m68k_return_value): Handle complex types like structures.
2682         (m68k_svr4_return_value): Likewise.
2683
2684 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2685
2686         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2687         parameters to bfd_get_section_name.
2688
2689 2012-07-24  Yao Qi  <yao@codesourcery.com>
2690
2691         * cli/cli-setshow.c: Handle case 'var_uinteger'
2692         and 'var_zuninteger' together.  Handle case 'var_integer' and
2693         'var_zinteger' together.
2694
2695 2012-07-23  Keith Seitz  <keiths@redhat.com>
2696
2697         * linespec.c (convert_linespec_to_sal): Don't add
2698         any symbols to the result vector if symbol_to_sal
2699         returns zero.
2700
2701 2012-07-23  Keith Seitz  <keiths@redhat.com>
2702
2703         * linespec.c (decode_objc): Record the function name
2704         in the linespec.
2705
2706 2012-07-23  Tom Tromey  <tromey@redhat.com>
2707
2708         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
2709         counting.
2710         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2711         (map_vmap): Acquire a reference to the BFD.
2712
2713 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
2714
2715         * p-valprint.c (pascal_object_print_value): Replace potentially
2716         unsafe alloca with xmalloc/xfree.
2717         * valops.c (search_struct_method): Likewise.
2718
2719 2012-07-23  Tom Tromey  <tromey@redhat.com>
2720
2721         * solib-svr4.c (enable_break): Update.
2722         * bfd-target.h (target_bfd_reopen): Update documentation.
2723
2724 2012-07-23  Tom Tromey  <tromey@redhat.com>
2725
2726         * symfile.c (separate_debug_file_exists): Update.
2727         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2728         (reread_symbols): Update.
2729         * elfread.c (build_id_verify): Update.
2730         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2731         bfd_open_maybe_remote.
2732
2733 2012-07-23  Tom Tromey  <tromey@redhat.com>
2734
2735         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2736
2737 2012-07-23  Tom Tromey  <tromey@redhat.com>
2738
2739         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2740         and 'abfd'.
2741         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2742         and 'abfd'.
2743         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2744         * machoread.c (macho_add_oso_symfile): Make a cleanup for
2745         'abfd'.
2746         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2747         * objfiles.c (allocate_objfile): Acquire a new reference.
2748         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2749         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2750         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2751         a cleanup for 'nbfd'.
2752         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2753         for 'nbfd'.
2754         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2755         make a cleanup for 'abfd'.
2756         (symbol_file_add): Make a BFD cleanup.
2757
2758 2012-07-23  Tom Tromey  <tromey@redhat.com>
2759
2760         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2761         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2762         * corelow.c (core_open): Use gdb_bfd_fopen.
2763         * dsrec.c (load_srec): Use gdb_bfd_openr.
2764         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2765         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2766         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2767         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2768         (gdb_bfd_fdopenr): New functions.
2769         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2770         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2771         (gdb_bfd_fdopenr): Declare.
2772         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2773         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2774         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2775         gdb_bfd_openr_next_archived_file.
2776         (macho_check_dsym): Use gdb_bfd_openr.
2777         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2778         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2779         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2780         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2781         gdb_bfd_openr.
2782         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2783         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2784         gdb_bfd_openr_next_archived_file.
2785         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2786         Use gdb_bfd_openr.
2787         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2788         gdb_bfd_openr.
2789         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2790         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2791         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2792         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2793         (symfile_bfd_open): Use gdb_bfd_fopen.
2794         (generic_load): Use gdb_bfd_openr.
2795         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2796
2797 2012-07-23  Tom Tromey  <tromey@redhat.com>
2798
2799         * bfd-target.c (target_bfd_reopen): Update.
2800         * cli/cli-dump.c (bfd_openr_with_cleanup)
2801         (bfd_openw_with_cleanup): Update.
2802         * corelow.c (core_open): Update.
2803         * dsrec.c (load_srec): Update.
2804         * exec.c (exec_file_attach): Update.
2805         * gcore.c (create_gcore_bfd): Update.
2806         * gdb_bfd.c (gdb_bfd_ref): Return void.
2807         (gdb_bfd_open): Update.
2808         * gdb_bfd.h (gdb_bfd_ref): Return void.
2809         Update comments.
2810         * jit.c (jit_bfd_try_read_symtab): Update.
2811         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2812         * machoread.c (macho_symfile_read_all_oso): Update.
2813         (macho_check_dsym): Update.
2814         * procfs.c (insert_dbx_link_bpt_in_file): Update.
2815         * remote-m32r-sdi.c (m32r_load): Update.
2816         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2817         * rs6000-nat.c (add_vmap): Update.
2818         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2819         Update.
2820         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2821         * solib-spu.c (spu_bfd_open): Update.
2822         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2823         * spu-linux-nat.c (spu_bfd_open): Update.
2824         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2825         (generic_load): Update.
2826         * windows-nat.c (windows_make_so): Update.
2827
2828 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2829
2830         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2831
2832 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
2833
2834         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2835         SIGTRAMP_FRAME unwinding.
2836
2837 2012-07-20  Doug Evans  <dje@google.com>
2838
2839         * NEWS: Document new options "set/show use-deprecated-index-sections",
2840         and delete reference to --use-deprecated-index-sections.
2841         * symfile.h (use_deprecated_index_sections): Delete.
2842         * dwarf2read.c (use_deprecated_index_sections): Make static.
2843         (read_index_from_section): Update wording of how to load
2844         deprecated index sections.
2845         (_initialize_dwarf2_read): New options
2846         "set/show use-deprecated-index-sections".
2847         * main.c (captured_main): Delete --use-deprecated-index-sections.
2848
2849 2012-07-20  Pedro Alves  <palves@redhat.com>
2850
2851         PR threads/11692
2852         PR gdb/12203
2853
2854         * infrun.c (handle_inferior_event) <new thread>: Don't special
2855         case minus_one_ptid.
2856         <TARGET_WAITKIND_SPURIOUS>: Ditto.
2857         * linux-thread-db.c (thread_get_info_callback): Don't return early
2858         if the thread is zombie.
2859         (thread_from_lwp): Change return type to void.  Rewrite stale
2860         comment.
2861         (attach_thread): Don't return early if the thread is zombie,
2862         instead set its "dying" flag.
2863         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2864         (find_new_threads_callback): Don't return early if the thread is
2865         zombie.
2866
2867 2012-07-20  Pedro Alves  <palves@redhat.com>
2868
2869         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2870         * target.c (target_wait): Likewise.
2871         (str_comma_list_concat_elem, do_option, target_options_to_string):
2872         New functions.
2873         * target.h (target_options_to_string): Declare.
2874
2875 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
2876             Tom Tromey  <tromey@redhat.com>
2877
2878         * dwarf2read.c (dwarf_decode_macros)
2879         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2880         DW_MACRO_GNU_transparent_include_alt>: New cases.
2881         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2882         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2883
2884 2012-07-20  Tom Tromey  <tromey@redhat.com>
2885
2886         * dwarf2read.c (try_open_dwo_file): Don't call
2887         gdb_bfd_stash_filename.
2888
2889 2012-07-20  Pedro Alves  <palves@redhat.com>
2890
2891         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2892         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2893         (i386_process_record): Tweak description comments.
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_process_record): Use record_read_memory.
2899         * record.c (record_read_memory): New function.
2900         (record_arch_list_add_mem, record_exec_insn): Use
2901         record_read_memory.
2902         * record.h (record_read_memory): Declare.
2903
2904 2012-07-20  Yao Qi  <yao@codesourcery.com>
2905
2906         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2907         NULL for xfree.
2908
2909 2012-07-19  Pedro Alves  <palves@redhat.com>
2910
2911         * record.c (record_resume): Ask the target beneath to report all
2912         signals.
2913
2914 2012-07-19  Doug Evans  <dje@google.com>
2915
2916         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2917         there's no section at address zero.
2918         (dwarf2_record_block_ranges): Ditto.
2919
2920 2012-07-19  Yao Qi  <yao@codesourcery.com>
2921
2922         * command.h, remote.c: Fix a typo in comment.
2923
2924 2012-07-19  Tom Tromey  <tromey@redhat.com>
2925
2926         PR exp/13206:
2927         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2928         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2929         OP_DECLTYPE>: New cases.
2930         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2931         (type_exp): Add new productions.
2932         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2933         and decltype.
2934         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2935         New case.
2936         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2937         OP_DECLTYPE>: New case.
2938         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2939         New case.
2940         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2941         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2942
2943 2012-07-19  Tom Tromey  <tromey@redhat.com>
2944
2945         * c-exp.y (enum token_flags): New.
2946         (struct token) <cxx_only>: Remove.
2947         <flags>: New field.
2948         (tokentab3, tokentab2, ident_tokens): Update.
2949         (lex_one_token): Update.  Handle FLAG_SHADOW.
2950
2951 2012-07-19  Tom Tromey  <tromey@redhat.com>
2952
2953         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2954         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2955         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2956         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
2957         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
2958         type_exp production where appropriate.
2959         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2960         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2961         <UNOP_MEMVAL_TYPE>: New case.
2962         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2963         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2964         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2965         <UNOP_MEMVAL_TYPE>: New case.
2966         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2967         UNOP_REINTERPRET_CAST>: Update.
2968         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2969         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2970         UNOP_REINTERPRET_CAST>: Update.
2971         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2972         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2973         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2974         constants.
2975
2976 2012-07-19  Yao Qi  <yao@codesourcery.com>
2977             Jan Kratochvil <jan.kratochvil@redhat.com>
2978
2979         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2980         and case 'var_optional_filename' together.
2981         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2982         instead of add_setshow_optional_filename_cmd for setshow command
2983         'args'.  Set completer for 'set args'.
2984
2985 2012-07-18  Doug Evans  <dje@google.com>
2986
2987         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2988         * common/gdb_vecs.c: New file, contents from utils.c.
2989         * common/host-defs.h: New file, contents from defs.h.
2990         * utils.h: New file, contents from defs.h.
2991         * defs.h: Move all declarations of objects defined in utils.c
2992         to utils.h (except QUIT() and related).
2993         #include "utils.h", "host-defs.h".
2994         * probe.h (probe_p): Move here from gdb_vecs.h.
2995         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2996         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2997         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2998         * Makefile.in (SFILES): Add common/gdb_vecs.c.
2999         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3000         (COMMON_OBS): Add gdb_vecs.o.
3001         (gdb_vecs.o): New rule.
3002
3003 2012-07-18  Keith Seitz  <keiths@redhat.com>
3004
3005         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3006         parameter.  If non-zero, use SYMNAME as the canonical name
3007         for the SaL.
3008         Update all callers.
3009         (convert_linespec_to_sals): Use add_sal_to_sals for
3010         expressions, too.
3011         (decode_line_full): No need to "fill in missing canonical names"
3012         anymore. Simply make cleanups for the allocated names.
3013
3014 2012-07-18  Keith Seitz  <keiths@redhat.com>
3015
3016         * linespec.c (struct linespec): Constify expression,
3017         source_filename, function_name, and label_name.
3018         (symbol_not_found_error): Make all parameters const.
3019         (linespec_parser_delete): No need to check for NULL
3020         when using xfree. Cast const char * to char * for xfree.
3021
3022 2012-07-18  Keith Seitz  <keiths@redhat.com>
3023
3024         * breakpoint.c (invalid_thread_id_error): New function.
3025         (find_condition_and_thread): Use invalid_thread_id_error.
3026         (watch_command_1): Likewise.
3027
3028 2012-07-18  Tom Tromey  <tromey@redhat.com>
3029
3030         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3031         * contrib/cc-with-tweaks.sh: New file.
3032
3033 2012-07-18  Tom Tromey  <tromey@redhat.com>
3034
3035         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3036         (locate_dwz_sections): Recognize .gdb_index.
3037         (create_cus_from_index_list): New function.
3038         (create_cus_from_index): Use it.  Handle .dwz data.
3039         (read_index_from_section): New function, extracted from
3040         dwarf2_read_index.
3041         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3042         if needed.
3043
3044 2012-07-18  Tom Tromey  <tromey@redhat.com>
3045
3046         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3047         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3048         <is_dwz>: New field.
3049         (struct dwz_file): New.
3050         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3051         (locate_dwz_sections, dwarf2_get_dwz_file)
3052         (get_abbrev_section_for_cu): New functions.
3053         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3054         (read_and_check_type_unit_head): Add abbrev_section argument.
3055         (create_debug_types_hash_table): Update.
3056         (init_cutu_and_read_dies): Use proper abbrev section.
3057         (init_cutu_and_read_dies_no_follow): Likewise.
3058         (set_partial_user): Do nothing if PST==NULL.
3059         (read_comp_units_from_section): New function.
3060         (create_all_comp_units): Use it.
3061         (scan_partial_symbols, partial_die_parent_scope): Update.
3062         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3063         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3064         (find_partial_die): Add offset_in_dwz argument.  Update.
3065         (guess_partial_die_structure_name, fixup_partial_die): Update.
3066         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3067         DW_FORM_GNU_strp_alt.
3068         (read_indirect_string_from_dwz): New function.
3069         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3070         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3071         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3072         (follow_die_offset): Add offset_in_dwz argument.
3073         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3074         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3075         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3076         Handle new macro forms.
3077         (dwarf_decode_macros): Update.
3078         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3079         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3080         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3081         (create_debug_types_hash_table): Use correct abbrev section.
3082         (get_debug_line_section): New function.
3083         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3084         (process_full_comp_unit): Pass 'required' argument to
3085         end_symtab_get_static_block.
3086         * buildsym.h (end_symtab_get_static_block): Update.
3087         * buildsym.c (end_symtab_get_static_block): Add 'required'
3088         argument.
3089         (end_symtab, end_expandable_symtab): Update.
3090
3091 2012-07-18  Tom Tromey  <tromey@redhat.com>
3092
3093         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3094         (pagesize): Remove.
3095         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3096         (zlib_decompress_section): Remove.
3097         (dwarf2_read_section): Use gdb_bfd_map_section.
3098         (munmap_section_buffer): Remove.
3099         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3100         munmap_section_buffer.
3101         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3102         (struct gdb_bfd_section_data): New.
3103         (free_one_bfd_section): New function.
3104         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3105         (get_section_descriptor, zlib_decompress_section)
3106         (gdb_bfd_map_section): New functions.
3107         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3108
3109 2012-07-18  Tom Tromey  <tromey@redhat.com>
3110
3111         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3112
3113 2012-07-18  Tom Tromey  <tromey@redhat.com>
3114
3115         * gdb_bfd.c (struct gdb_bfd_data): New.
3116         (gdb_bfd_cache): New global.
3117         (struct gdb_bfd_cache_search): New.
3118         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3119         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3120         * gdb_bfd.h (gdb_bfd_open): Declare.
3121
3122 2012-07-18  Tom Tromey  <tromey@redhat.com>
3123
3124         * utils.c (make_cleanup_bfd_unref): Rename from
3125         make_cleanup_bfd_close.
3126         * defs.h (make_cleanup_bfd_unref): Rename from
3127         make_cleanup_bfd_close.
3128         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3129         (bfd_openw_with_cleanup): Update.
3130         * corelow.c (core_open): Update.
3131         * dsrec.c (load_srec): Update.
3132         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3133         * remote-m32r-sdi.c (m32r_load): Update.
3134         * remote-mips.c (mips_load_srec): Update.
3135         (pmon_load_fast): Update.
3136         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3137         Update.
3138         (darwin_bfd_open): Update.
3139         * solib.c (solib_bfd_fopen): Update.
3140         * symfile-mem.c (symbol_file_add_from_memory): Update.
3141         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3142         (symfile_bfd_open): Update.
3143         (generic_load): Update.
3144
3145 2012-07-18  Tom Tromey  <tromey@redhat.com>
3146
3147         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3148         (pmon_load_fast): Likewise.
3149         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3150         (m32r_upload_command): Likewise.
3151         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3152         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3153         Use make_cleanup_bfd_close.
3154
3155 2012-07-18  Tom Tromey  <tromey@redhat.com>
3156
3157         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3158         gdb_bfd_stash_filename.
3159         (load_command): Open the new BFD before freeing the old.
3160         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3161         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3162         Call gdb_bfd_stash_filename.
3163         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3164         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3165         gdb_bfd_stash_filename.
3166         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3167         Free found_pathname.
3168         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3169         gdb_bfd_stash_filename.
3170         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3171         * machoread.c (macho_add_oso_symfile): Call
3172         gdb_bfd_stash_filename.
3173         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3174         gdb_bfd_stash_filename.
3175         (macho_check_dsym): Don't copy filename.  Call
3176         gdb_bfd_stash_filename.
3177         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3178         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3179         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3180         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3181         * exec.c (exec_close): Don't free the BFD's filename.
3182         (exec_file_attach): Don't copy the filename.  Call
3183         gdb_bfd_stash_filename.
3184         * corelow.c (core_close): Don't free the BFD's filename.
3185         (core_open): Call gdb_bfd_stash_filename.
3186         * corefile.c (reopen_exec_file): Remove #if 0 code.
3187         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3188         pathname.
3189         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3190
3191 2012-07-18  Tom Tromey  <tromey@redhat.com>
3192
3193         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3194         gdb_bfd_unref.
3195         (free_dwo_file): Use gdb_bfd_unref.
3196         * cli/cli-dump.c: Include gdb_bfd.h.
3197         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3198         (bfd_openr_with_cleanup): Likewise.
3199         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3200         gdb_bfd_unref.
3201         * utils.c: Include gdb_bfd.h.
3202         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3203         * symfile.c: Include gdb_bfd.h.
3204         (separate_debug_file_exists): Use gdb_bfd_unref.
3205         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3206         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3207         (generic_load): Use gdb_bfd_ref.
3208         (reread_symbols): Use gdb_bfd_unref.
3209         * symfile-mem.c: Include gdb_bfd.h.
3210         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3211         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3212         * solib.c: Include gdb_bfd.h.
3213         (solib_bfd_fopen): Use gdb_bfd_ref.
3214         (solib_bfd_open): Use gdb_bfd_unref.
3215         (free_so_symbols): Use gdb_bfd_unref.
3216         (reload_shared_libraries_1): Use gdb_bfd_unref.
3217         * solib-spu.c: Include gdb_bfd.h.
3218         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3219         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3220         gdb_bfd_unref.
3221         * solib-frv.c: Include gdb_bfd.h.
3222         (enable_break2): Use gdb_bfd_unref.
3223         * solib-dsbt.c: Include gdb_bfd.h.
3224         (enable_break2): Use gdb_bfd_unref.
3225         * solib-darwin.c: Include gdb_bfd.h.
3226         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3227         gdb_bfd_unref.
3228         (darwin_bfd_open): Use gdb_bfd_unref.
3229         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3230         * remote-mips.c: Include gdb_bfd.h.
3231         (mips_load_srec): Use gdb_bfd_ref.
3232         (pmon_load_fast): Use gdb_bfd_ref.
3233         * remote-m32r-sdi.c: Include gdb_bfd.h.
3234         (m32r_load): Use gdb_bfd_ref.
3235         * record.c: Include gdb_bfd.h.
3236         (record_save_cleanups): Use gdb_bfd_unref.
3237         (cmd_record_save): Use gdb_bfd_unref.
3238         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3239         gdb_bfd_unref.
3240         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3241         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3242         * objfiles.c: Include gdb_bfd.h.
3243         (free_objfile): Use gdb_bfd_unref.
3244         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3245         gdb_bfd.c.
3246         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3247         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3248         (macho_check_dsym): Likewise.
3249         * m32r-rom.c: Include gdb_bfd.h.
3250         (m32r_load): Use gdb_bfd_ref.
3251         (m32r_upload_command): Use gdb_bfd_ref.
3252         * jit.c: Include gdb_bfd.h.
3253         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3254         * gdb_bfd.h: New file.
3255         * gdb_bfd.c: New file.
3256         * gcore.c: Include gdb_bfd.h.
3257         (create_gcore_bfd): Use gdb_bfd_ref.
3258         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3259         (gcore_command): Use gdb_bfd_unref.
3260         * exec.c: Include gdb_bfd.h.
3261         (exec_close): Use gdb_bfd_unref.
3262         (exec_close_1): Use gdb_bfd_unref.
3263         (exec_file_attach): Use gdb_bfd_ref.
3264         * elfread.c: Include gdb_bfd.h.
3265         (build_id_verify): Use gdb_bfd_unref.
3266         * dsrec.c: Include gdb_bfd.h.
3267         (load_srec): Use gdb_bfd_ref.
3268         * corelow.c: Include gdb_bfd.h.
3269         (core_close): Use gdb_bfd_unref.
3270         (core_open): Use gdb_bfd_ref.
3271         * bfd-target.c: Include gdb_bfd.h.
3272         (target_bfd_xclose): Use gdb_bfd_unref.
3273         (target_bfd_reopen): Use gdb_bfd_ref.
3274         * Makefile.in (SFILES): Add gdb_bfd.c.
3275         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3276         (COMMON_OBS): Add gdb_bfd.o.
3277
3278 2012-07-18  Keith Seitz  <keiths@redhat.com>
3279
3280         * breakpoint.c (find_condition_and_thread): Initialize
3281         TASK and REST.
3282         (create_breakpiont): find_condition_and_thread will now
3283         initialize COND_STRING, THREAD, and REST (and TASK).
3284         (addr_string_to_sals): Likewise.
3285
3286 2012-07-18  Pedro Alves  <palves@redhat.com>
3287
3288         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3289         Pull the single step breakpoints out of the target.
3290
3291 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3292
3293         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3294         * stap-probe.c (compile_probe_arg): Likewise.
3295
3296 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3297
3298         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3299         (elf_compile_to_ax): Likewise.
3300         * infrun.c (insert_exception_resume_from_probe): Likewise.
3301         (check_exception_resume): Remove `objfile' variable.
3302         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3303         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3304         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3305         (compare_entries): Rename to...
3306         (compare_probes): ...this.  Adjust function to work with
3307         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3308         respectively.
3309         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3310         `VEC (probe_p) *'.
3311         (print_ui_out_info): Adjust argument to be `struct probe *'.
3312         (info_probes_for_ops): Adjust internal computations to use
3313         `VEC (probe_p) *'.
3314         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3315         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3316         gen_info_probes_table_values>: Remove `objfile' argument.
3317         (struct probe) <objfile>: New field.
3318         (find_probe_by_pc): Remove `objfile' argument.
3319         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3320         (stap_get_probe_argument_count): Likewise.
3321         (stap_get_arg): Likewise.
3322         (stap_evaluate_probe_argument): Likewise.
3323         (stap_compile_to_ax): Likewise.
3324         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3325         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3326         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3327         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3328         sym_compile_to_ax>: Likewise.
3329
3330 2012-07-18  Terry Guo  <terry.guo@arm.com>
3331
3332         PR 14329
3333         * defs.h (GDB_MI_MSG_WIDTH): New.
3334         * ser_base (ser_base_read_error_fd): New function.
3335         (do_ser_base_readchar): Poll error file descriptor as well as
3336         standard output.
3337         (generic_readchar): Refactor error handling.
3338
3339 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3340
3341         * NEWS: Create a new section for the next release branch.
3342         Rename the section of the current branch, now that it has
3343         been cut.
3344
3345 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3346
3347         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3348         * version.in: Bump version to 7.5.50.20120718-cvs.
3349
3350 2012-07-17  Keith Seitz  <keiths@redhat.com>
3351
3352         * linespec.c (linespec_parse_line_offset): Make parameter
3353         const.
3354
3355 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3356
3357         PR 11914
3358         * f-valprint.c (info_common_command): New variable frame_id.
3359         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3360         * printcmd.c (print_variable_and_value): Extend function comment.
3361         Add comment for invalidated FRAME.
3362         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3363         FI form FRAME_ID after each print_frame_local_vars.
3364         (struct print_variable_and_value_data): Change frame to frame_id.
3365         (do_print_variable_and_value): New variable frame, initialize it from
3366         p->frame_id.  Add comment for invalidated FRAME.
3367         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3368         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3369         for invalidated FRAME.
3370
3371 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3372             Pedro Alves  <palves@redhat.com>
3373
3374         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3375         loop.
3376
3377 2012-07-16  Tom Tromey  <tromey@redhat.com>
3378
3379         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3380
3381 2012-07-15  Doug Evans  <dje@google.com>
3382
3383         * dwarf2read.c (stmt_list_hash): New struct.
3384         (type_unit_group): Embed "per_cu" member, remove pointer.
3385         New union member "t", move member "tus" into it, all uses updated.
3386         New member "hash", replaces member "line_offset, all uses updated.
3387         (quick_file_names): Replace member "offset" with "hash", all uses
3388         updated.
3389         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3390         (hash_file_name_entry, eq_file_name_entry): Call them.
3391         (hash_type_unit_group, eq_type_unit_group): Ditto.
3392         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3393         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3394         (dw2_get_file_names): Update.
3395         (create_type_unit_group): Replace "per_cu" arg with "cu".
3396         All callers updated.  Fix "quick" (.gdb_index) handling.
3397         (get_type_unit_group): Replace "per_cu" arg with "cu".
3398         All callers updated.
3399         (build_type_unit_groups): Don't reset tu_stats.
3400
3401         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3402         "tab_cur_size".  Change member "tab" to be a htab_t.
3403         (create_filename_seen_cache): Update.
3404         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3405         (filename_seen): Update.
3406
3407 2012-07-13  Doug Evans  <dje@google.com>
3408
3409         * symtab.c (filename_seen): Update comment.
3410
3411 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3412             Doug Evans  <dje@google.com>
3413
3414         * buildsym.c (end_symtab_1): Split it to ...
3415         (end_symtab_get_static_block): ... this ...
3416         (end_symtab_from_static_block): ... and this function.
3417         (end_symtab, end_expandable_symtab): Call them.
3418         * buildsym.h (end_symtab_get_static_block)
3419         (end_symtab_from_static_block): New declarations.
3420         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3421         Set its valid CU ranges.
3422
3423 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3424
3425         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3426         DW_OP_GNU_parameter_ref.
3427
3428 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3429
3430         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3431         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3432
3433 2012-07-13  Doug Evans  <dje@google.com>
3434
3435         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3436         (filename_seen_cache): New struct.
3437         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3438         (create_filename_seen_cache): New function.
3439         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3440         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3441         updated.
3442         (output_source_filename_data): New struct.
3443         (output_source_filename): Delete arg "first".  New arg "data".
3444         All callers updated.
3445         (sources_info): Delete local "first".  New locals "data", "cleanups".
3446         Rewrite to use filename_seen_cache.
3447         (add_partial_filename_data): Delete member "first".  New member
3448         "filename_seen_cache".  All uses updated.
3449         (make_source_files_completion_list): Rewrite to use
3450         filename_seen_cache.
3451
3452 2012-07-12  Doug Evans  <dje@google.com>
3453
3454         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3455
3456 2012-07-10  Doug Evans  <dje@google.com>
3457
3458         PR gdb/13498
3459         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3460         all_type_unit_groups, type_unit_groups, tu_stats.
3461         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3462         All uses updated.  Add type_unit_group to union "s".
3463         (type_unit_group): New struct.
3464         (IS_TYPE_UNIT_GROUP): New macro.
3465         (abbrev_table): Delete unused member "section".
3466         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3467         (dw2_get_cu): Assert not used with type_unit_group.
3468         (dw2_get_primary_cu): New function.
3469         (dw2_build_type_unit_groups_reader): New function.
3470         (dw2_build_type_unit_groups): New function.
3471         (dw2_get_file_names): Assert not called on type units.
3472         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3473         Redo loop to iterate over type unit groups instead of type units.
3474         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3475         (read_abbrev_offset): New function.
3476         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3477         updated.
3478         (create_partial_symtab): New function.
3479         (process_psymtab_comp_unit_reader): Assert not used with type units.
3480         Call create_partial_symtab.
3481         (process_psymtab_type_unit): Delete.
3482         (hash_type_unit_group, eq_type_unit_group): New functions.
3483         (allocate_type_unit_groups_table): New function.
3484         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3485         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3486         (create_type_unit_group, get_type_unit_group): New functions.
3487         (tu_abbrev_offset): New struct.
3488         (sort_tu_by_abbrev_offset): New function.
3489         (add_type_unit_group_to_table): New function.
3490         (build_type_unit_groups): New function.
3491         (build_type_psymtabs_reader): New function.
3492         (build_type_psymtab_dependencies): New function.
3493         (build_type_psymtabs): Rewrite.
3494         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3495         is seen in a type unit.
3496         (process_queue): Move symtab expansion debugging printfs here.
3497         Call process_full_type_unit for type units.
3498         (compute_symtab_includes): Assert not called for type units.
3499         (process_cu_includes): Don't call compute_symtab_includes for
3500         type units.
3501         (process_full_type_unit): New function.
3502         (process_imported_unit_die): Flag an error if called for type units.
3503         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3504         updated.  Assert not called for type units.
3505         (read_file_scope): Call dwarf2_start_symtab.
3506         (setup_type_unit_groups): New function.
3507         (read_type_unit_scope): Rewrite.
3508         (abbrev_table_read_table): Initialize abbrev_table->offset.
3509         (abbrev_table_free_cleanup): New function.
3510         (dwarf2_start_symtab): New function.
3511         (load_full_type_unit): Assert not called for type unit groups.
3512         * buildsym.c (finish_block_internal): New arg "expandable".
3513         All callers updated.
3514         (start_symtab): Move most contents to ...
3515         (restart_symtab): ... here.  New function.
3516         (reset_symtab_globals): New function.
3517         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3518         Call reset_symtab_globals.
3519         (end_symtab, end_expandable_symtab): New functions.
3520         (set_missing_symtab, augment_type_symtab): New functions.
3521         * buildsym.h (end_expandable_symtab): Declare.
3522         (augment_type_symtab, restart_symtab): Declare.
3523         * psympriv.h (struct partial_symtab): New member "anonymous".
3524         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3525         anonymous psymtabs.
3526         (read_psymtabs_with_filename): Ditto.
3527         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3528         (expand_symtabs_matching_via_partial): Ditto.
3529         (dump_psymtab): Update.
3530         * dictionary.c (dict_add_pending): New function.
3531         * dictionary.h (dict_add_pending): Declare.
3532
3533 2012-07-09  Doug Evans  <dje@google.com>
3534
3535         * buildsym.c (start_subfile): Remove unnecessary check for
3536         name == NULL.
3537
3538         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3539
3540         * dwarf2read.c (load_full_type_unit): Simplify.
3541
3542         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3543         to struct signatured_type **.  All uses updated.
3544
3545         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3546         All callers updated.
3547
3548 2012-07-09  Tom Tromey  <tromey@redhat.com>
3549
3550         * c-exp.y (check_parameter_typelist): New function.
3551         (parameter_typelist): Call it.
3552         * eval.c (make_params): Handle '(void)' case.
3553         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3554         '(void)' case.
3555
3556 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3557
3558         * common/linux-ptrace.c: Include gdb_assert.h.
3559         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3560         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3561         stdint.h.
3562         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3563         functions.
3564         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3565         * linux-nat.c (linux_child_post_attach)
3566         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3567
3568 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3569
3570         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3571         nptl <2.7 bug workaround for core files.
3572
3573 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3574
3575         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3576         clearing.
3577         (save_siginfo): Remove.
3578         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3579         call.
3580         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3581         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3582         * linux-nat.h (struct lwp_info): Remove field siginfo.
3583
3584 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3585
3586         Code cleanup for the next patch.
3587         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3588         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3589         call for it.
3590         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3591         (ia64_linux_stopped_data_address):
3592         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3593         the return value.
3594         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3595         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3596         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3597         call for it.
3598
3599 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3600
3601         PR 14321
3602         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3603         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3604
3605 2012-07-06  Tom Tromey  <tromey@redhat.com>
3606
3607         * c-exp.y (DOTDOTDOT): New token.
3608         (func_mod, exp): Use parameter_typelist.
3609         (parameter_typelist): New production.
3610         (tokentab3): Add "..." token.
3611         * eval.c (make_params): Handle varargs.
3612         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3613         varargs.
3614
3615 2012-07-06  Tom Tromey  <tromey@redhat.com>
3616
3617         PR exp/9608:
3618         * c-exp.y (%union) <tvec>: Change type.
3619         (func_mod): Now uses <tvec> type.
3620         (exp): Update for tvec change.
3621         (direct_abs_decl): Push the typelist.
3622         (func_mod): Return a typelist.
3623         (nonempty_typelist): Update for tvec change.
3624         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3625         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3626         * parse.c (pop_type_list): New function.
3627         (push_typelist): New function.
3628         (follow_types): Handle tp_function_with_arguments.
3629         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
3630         (enum type_pieces) <tp_function_with_arguments>: New constant.
3631         (union type_stack_elt) <typelist_val>: New field.
3632         (push_typelist): Declare.
3633
3634 2012-07-06  Tom Tromey  <tromey@redhat.com>
3635
3636         * c-exp.y (%union) <type_stack>: New field.
3637         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
3638         (ptr_operator_ts): New production.
3639         (ptype): Update.
3640         * parse.c (type_stack_reserve): New function.
3641         (check_type_stack_depth): Use it.
3642         (pop_type_stack, append_type_stack, push_type_stack)
3643         (get_type_stack, type_stack_cleanup): New functions.
3644         (follow_types): Handle tp_type_stack.
3645         (_initialize_parse): Simplify initialization.
3646         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3647         constant.
3648         (union type_stack_elt) <stack_val>: New field.
3649         (get_type_stack, append_type_stack, push_type_stack)
3650         (type_stack_cleanup): Declare.
3651
3652 2012-07-06  Tom Tromey  <tromey@redhat.com>
3653
3654         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3655         Remove.
3656         (struct type_stack): New.
3657         * parse.c (type_stack, type_stack_size, type_stack_depth):
3658         Remove.
3659         (type_stack): New global.
3660         (parse_exp_in_context, check_type_stack_depth)
3661         (insert_into_type_stack, insert_type, push_type, push_type_int)
3662         (insert_type_address_space, pop_type, pop_type_int)
3663         (_initialize_parse): Update.
3664
3665 2012-07-06  Tom Tromey  <tromey@redhat.com>
3666
3667         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3668         Remove %type.
3669
3670 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3671
3672         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3673
3674 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3675             Jan Kratochvil  <jan.kratochvil@redhat.com>
3676
3677         * cp-valprint.c (cp_print_value): Replace potentially unsafe
3678         alloca with xmalloc/xfree.
3679
3680 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3681
3682         * MAINTAINERS (Write After Approval): Add myself to the list.
3683
3684 2012-07-05  Doug Evans  <dje@google.com>
3685
3686         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3687
3688 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3689
3690         * ax-gdb.c (cli/cli-utils.h): New include.
3691         (linespec.h): Ditto.
3692         (agent_eval_command_one): New function.
3693         (agent_command_1): Ditto.
3694         (agent_command): Call function agent_command_1.
3695         (agent_eval_command): Ditto.
3696         (_initialize_ax_gdb): Change help for "maint agent"
3697         and "maint agent-eval".
3698
3699 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3700
3701         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3702         * cli/cli-utils.c (check_for_argument): New function.
3703         * cli/cli-utils.h (check_for_argument): Ditto.
3704
3705 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3706
3707         * NEWS: Mention x32 ABI support.
3708
3709 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3710
3711         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3712         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3713
3714         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3715         and pc_regnum_from_eax to -1.  Update SP regnum from
3716         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3717         needed.
3718
3719         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3720         pc_regnum_from_eax.
3721
3722 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3723
3724         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3725         * dwarf2expr.h: Include gdbtypes.h.
3726         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3727         these forward declarations.
3728         (cu_offset, sect_offset): Move these ...
3729         * gdbtypes.h: Remove include dwarf2expr.h.
3730         (cu_offset, sect_offset): ... here.
3731
3732 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
3733
3734         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3735         (amd64_linux_sigtramp_code): This.
3736         (amd64_x32_linux_sigtramp_code): New.
3737         (LINUX_SIGTRAMP_LEN): Updated.
3738         (amd64_linux_sigtramp_start): Check x32 sigtramp.
3739
3740 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3741
3742         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3743
3744 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3745
3746         * config.in: Regenerate.
3747         * configure: Regenerate.
3748         * configure.ac: Remove check for gnu/libc-version.h.
3749         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3750         gnu/libc-version.h.
3751         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3752         variables libc_version, libc_major and libc_minor.  Replace sscanf by
3753         inferior_has_bug.  Extend the comment.
3754
3755 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3756
3757         * linux-thread-db.c (inferior_has_bug): New function.
3758         (thread_db_find_new_threads_silently): Return boolean as checked by
3759         inferior_has_bug, describe it in the comments.
3760         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3761         earlier.  Abort the initialization if it returned non-zero.
3762         (thread_db_new_objfile): Exclude debug files.
3763         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
3764         if UNTIL_NO_NEW,
3765
3766 2012-07-02  Doug Evans  <dje@google.com>
3767
3768         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3769         related to queue management.
3770
3771         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3772         instead of "debug dwarf2-die" in debugging printfs.
3773         (create_debug_info_hash_table_reader): Ditto.
3774         (create_debug_info_hash_table): Ditto.
3775         (init_dwo_file): Ditto.
3776         (init_cutu_and_read_dies): Add debugging printf.
3777         (init_cutu_and_read_dies_no_follow): Ditto.
3778         (process_psymtab_comp_unit_reader): Ditto.
3779
3780 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3781
3782         Add target-side support for dynamic printf.
3783         * NEWS: Mention the additional style.
3784         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3785         (struct bp_location): New field cmd_bytecode.
3786         * breakpoint.c: Include format.h.
3787         (disconnected_dprintf): New global.
3788         (parse_cmd_to_aexpr): New function.
3789         (build_target_command_list): New function.
3790         (insert_bp_location): Call it.
3791         (remove_breakpoints_pid): Skip dprintf breakpoints.
3792         (print_one_breakpoint_location): Ditto.
3793         (dprintf_style_agent): New global.
3794         (dprintf_style_enums): Add dprintf_style_agent.
3795         (update_dprintf_command_list): Add agent case.
3796         (agent_printf_command): New function.
3797         (_initialize_breakpoint): Add new commands.
3798         * common/ax.def (printf): New bytecode.
3799         * ax.h (ax_string): Declare.
3800         * ax-gdb.h (gen_printf): Declare.
3801         * ax-gdb.c: Include cli-utils.h, format.h.
3802         (gen_printf): New function.
3803         (maint_agent_print_command): New function.
3804         (_initialize_ax_gdb): Add maint agent-printf command.
3805         * ax-general.c (ax_string): New function.
3806         (ax_print): Add printf disassembly.
3807         * Makefile.in (SFILES): Add format.c
3808         (COMMON_OBS): Add format.o.
3809         * common/format.h: New file.
3810         * common/format.c: New file.
3811         * printcmd.c: Include format.h.
3812         (ui_printf): Call parse_format_string.
3813         * remote.c (remote_state): New field breakpoint_commands.
3814         (PACKET_BreakpointCommands): New enum.
3815         (remote_breakpoint_commands_feature): New function.
3816         (remote_protocol_features): Add new BreakpointCommands entry.
3817         (remote_can_run_breakpoint_commands): New function.
3818         (remote_add_target_side_commands): New function.
3819         (remote_insert_breakpoint): Call it.
3820         (remote_insert_hw_breakpoint): Ditto.
3821         (_initialize_remote): Add new packet configuration for
3822         target-side breakpoint commands.
3823         * target.h (struct target_ops): New field
3824         to_can_run_breakpoint_commands.
3825         (target_can_run_breakpoint_commands): New macro.
3826         * target.c (update_current_target): Handle
3827         to_can_run_breakpoint_commands.
3828
3829 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3830
3831         Execute -ix and -iex only after system and user gdbinit files.
3832         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3833         processing down after gdbinit files.
3834
3835 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3836
3837         Add fnmatch-gnu module.
3838         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3839         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3840         * gnulib/aclocal.m4: Regenerate.
3841         * gnulib/config.in: Regenerate.
3842         * gnulib/configure: Regenerate.
3843         * gnulib/import/dummy.c: Remove.
3844         * gnulib/import/Makefile.am: Regenerate.
3845         * gnulib/import/Makefile.in: Likewise.
3846         * gnulib/import/m4/gnulib-cache.m4: Likewise.
3847         * gnulib/import/m4/gnulib-comp.m4: Likewise.
3848         * gnulib/import/alloca.c: New file.
3849         * gnulib/import/alloca.in.h: Likewise.
3850         * gnulib/import/config.charset: Likewise.
3851         * gnulib/import/fnmatch.c: Likewise.
3852         * gnulib/import/fnmatch.in.h: Likewise.
3853         * gnulib/import/fnmatch_loop.c: Likewise.
3854         * gnulib/import/localcharset.c: Likewise.
3855         * gnulib/import/localcharset.h: Likewise.
3856         * gnulib/import/m4/alloca.m4: Likewise.
3857         * gnulib/import/m4/codeset.m4: Likewise.
3858         * gnulib/import/m4/configmake.m4: Likewise.
3859         * gnulib/import/m4/fcntl-o.m4: Likewise.
3860         * gnulib/import/m4/fnmatch.m4: Likewise.
3861         * gnulib/import/m4/glibc21.m4: Likewise.
3862         * gnulib/import/m4/localcharset.m4: Likewise.
3863         * gnulib/import/m4/locale-fr.m4: Likewise.
3864         * gnulib/import/m4/locale-ja.m4: Likewise.
3865         * gnulib/import/m4/locale-zh.m4: Likewise.
3866         * gnulib/import/m4/mbrtowc.m4: Likewise.
3867         * gnulib/import/m4/mbsinit.m4: Likewise.
3868         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3869         * gnulib/import/m4/mbstate_t.m4: Likewise.
3870         * gnulib/import/m4/stdbool.m4: Likewise.
3871         * gnulib/import/m4/wchar_h.m4: Likewise.
3872         * gnulib/import/m4/wctype_h.m4: Likewise.
3873         * gnulib/import/m4/wint_t.m4: Likewise.
3874         * gnulib/import/mbrtowc.c: Likewise.
3875         * gnulib/import/mbsinit.c: Likewise.
3876         * gnulib/import/mbsrtowcs-impl.h: Likewise.
3877         * gnulib/import/mbsrtowcs-state.c: Likewise.
3878         * gnulib/import/mbsrtowcs.c: Likewise.
3879         * gnulib/import/ref-add.sin: Likewise.
3880         * gnulib/import/ref-del.sin: Likewise.
3881         * gnulib/import/stdbool.in.h: Likewise.
3882         * gnulib/import/streq.h: Likewise.
3883         * gnulib/import/strnlen1.c: Likewise.
3884         * gnulib/import/strnlen1.h: Likewise.
3885         * gnulib/import/verify.h: Likewise.
3886         * gnulib/import/wchar.in.h: Likewise.
3887         * gnulib/import/wctype.in.h: Likewise.
3888
3889 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3890
3891         Support shell wildcards for 'set auto-load safe-path'.
3892         * auto-load.c: Include fnmatch.h.
3893         (filename_is_in_dir): Rename to ...
3894         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3895         it.  Update function comment.  Rename dir_len to pattern_len.  New
3896         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
3897         messages.  Use gdb_filename_fnmatch.
3898         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3899         pattern.
3900         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3901         * defs.h (gdb_filename_fnmatch): New declaration.
3902         * utils.c: Include fnmatch.h.
3903         (gdb_filename_fnmatch): New function.
3904
3905 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
3906
3907         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3908         `-probe' and `-probe-stap' options.
3909
3910 2012-07-01  Yao Qi  <yao@codesourcery.com>
3911
3912         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3913         always_inserted_off, and always_inserted_enums.
3914         Change always_inserted_mode's type to 'enum auto_boolean'.
3915         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3916         callers.
3917         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3918         of add_setshow_enum_cmd.
3919         * infrun.c: Remove can_use_displaced_stepping_auto,
3920         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3921         can_use_displaced_stepping_enum.
3922         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3923         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3924         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3925         add_setshow_enum_cmd.
3926
3927 2012-06-30  Doug Evans  <dje@google.com>
3928
3929         * dwarf2read.c (signatured_type): Make "per_cu" member first.
3930         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3931         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
3932
3933 2012-06-29  Doug Evans  <dje@google.com>
3934
3935         * linespec.c: #include "stack.h".
3936         (decode_line_with_current_source): Moved here from symtab.c and
3937         renamed from decode_line_spec.  All callers updated.
3938         (decode_line_with_last_displayed): Moved here from breakpoint.c and
3939         renamed from decode_line_spec_1.  All callers updated.
3940         * linespec.h (decode_line_with_current_source): Move declaration here
3941         from symtab.h and renamed from decode_line_spec.
3942         (decode_line_with_last_displayed): Move declaration here from symtab.h
3943         and renamed from decode_line_spec_1.
3944         * macrocmd.c: #include "linespec.h".
3945         * symtab.c: Remove #include "linespec.h".
3946
3947 2012-06-28  Doug Evans  <dje@google.com>
3948
3949         * dwarf2read.c (get_cu_length): New function.
3950         (offset_in_cu_p, error_check_comp_unit_head): Call it.
3951         (create_debug_types_hash_table): Ditto.
3952         (init_cutu_and_read_dies): Ditto.
3953         (init_cutu_and_read_dies_no_follow): Ditto.
3954
3955         * dwarf2read.c (dwarf2_find_base_address): Move definition.
3956
3957         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3958         (struct abbrev_table): Define.
3959         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3960         abbrev_table.
3961         (init_cutu_and_read_dies): Update.
3962         (abbrev_table_alloc_abbrev): New function.  Replaces
3963         dwarf_alloc_abbrev.  All callers updated.
3964         (abbrev_table_add_abbrev): New function.
3965         (abbrev_table_lookup_abbrev): New function.  Replaces
3966         dwarf2_lookup_abbrev.  All callers updated.
3967         (abbrev_table_read_table): New function.  Contents moved here from
3968         dwarf2_read_abbrevs.
3969         (dwarf2_read_abbrevs): Call it.
3970         (abbrev_table_free): New function.
3971         (dwarf2_free_abbrev_table): Call it.
3972
3973 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3974
3975         * osdata.c (info_osdata_command): Filter out "Title" columns
3976         from non-MI uses.
3977         * common/linux-osdata.c (struct osdata_type): Add title field.
3978         (osdata_table): Add titles to each entry.
3979         (linux_command_xfer_osdata): Add a column for title data.
3980
3981 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3982
3983         Make logging work for MI.
3984         * NEWS: Mention it.
3985         * interps.h (interp_set_logging_ftype): New typedef.
3986         (struct interp_procs): New field set_logging_proc.
3987         (current_interp_set_logging): Declare.
3988         * interps.c (current_interp_set_logging): New function.
3989         * cli/cli-logging.c: Include interps.h.
3990         (set_logging_redirect): Call current_interp_set_logging.
3991         (pop_output_files): Ditto.
3992         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3993         * mi/mi-console.h (mi_console_set_raw): Declare.
3994         * mi/mi-console.c (mi_console_set_raw): New function.
3995         * mi/mi-interp.c (saved_raw_stdout): New global.
3996         (mi_set_logging): New function.
3997         (_initialize_mi_interp): Add it to interp procs.
3998
3999 2012-06-28  Doug Evans  <dje@google.com>
4000
4001         * symtab.c (lookup_symbol_aux_objfile): Use
4002         ALL_OBJFILE_PRIMARY_SYMTABS.
4003
4004         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4005
4006 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4007
4008         * common/buffer.c: Include inttypes.h and stdint.h.
4009         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4010
4011 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4012             Pedro Alves  <palves@redhat.com>
4013
4014         * gdbthread.h (ALL_THREADS): New macro.
4015         (thread_list): Declare.
4016         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4017         going, but instead fall through to the stepping handling.
4018         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4019         the passed in signal.  Adjust debug output.
4020         (resume_callback): Rename to ...
4021         (linux_nat_resume_callback): ... this.  Pass the thread's last
4022         stop signal, if in "pass" state.
4023         (linux_nat_resume): Adjust to rename.
4024         (stop_wait_callback): New assertion.  Don't respawn signals;
4025         instead let the LWP remain with SIGNALLED set.
4026         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4027         * remote.c (append_pending_thread_resumptions): New.
4028         (remote_vcont_resume): Call it.
4029         * target.h (target_resume): Extend comment.
4030
4031 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4032
4033         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4034
4035 2012-06-27  Doug Evans  <dje@google.com>
4036
4037         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4038         Delete have_addr_base, unused.  All uses updated.
4039         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4040         (dwarf2_get_pc_bounds): Add ranges_base.
4041         (dwarf2_record_block_ranges): Ditto.
4042
4043 2012-06-27  Tom Tromey  <tromey@redhat.com>
4044
4045         PR macros/7961:
4046         * varobj.c (varobj_create): Update.
4047         (varobj_set_value): Update.
4048         * tracepoint.c (validate_actionline): Update.
4049         (encode_actions_1): Update.
4050         * parse.c (parse_exp_1): Add 'pc' argument.
4051         (parse_exp_in_context): Add 'pc' argument.  Change how
4052         expression_context_pc is set.
4053         (parse_expression): Update.
4054         (parse_field_expression): Update.
4055         * expression.h (parse_exp_1): Update.
4056         * eval.c (parse_to_comma_and_eval): Update.
4057         * breakpoint.c (set_breakpoint_condition): Update.
4058         (update_watchpoint): Update.
4059         (init_breakpoint_sal): Update
4060         (find_condition_and_thread): Update.
4061         (watch_command_1): Update.
4062         (update_breakpoint_locations): Update.
4063         * ada-lang.c (ada_read_renaming_var_value): Update.
4064         (create_excep_cond_exprs): Update.
4065
4066 2012-06-27  Doug Evans  <dje@google.com>
4067
4068         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4069         type units.
4070
4071 2012-06-26  Doug Evans  <dje@google.com>
4072
4073         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4074         prototype.
4075         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4076         updated.
4077         (read_and_check_comp_unit_head): Ditto.
4078         (read_and_check_type_unit_head): Ditto.
4079
4080 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4081
4082         New attribute 'last' for gdb.Symtab_and_line.
4083         * NEWS (Python Scripting): Add entry about the new attribute.
4084         * python/py-symtab.c (salpy_get_last): New function which
4085         implements the get method for the 'last' attribute of
4086         gdb.Symtab_and_line.
4087         (sal_object_getset): Add entry for the 'last' attribute.
4088
4089 2012-06-26  Doug Evans  <dje@google.com>
4090
4091         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4092         (dwo_sections): Add macinfo, macro.
4093         (dwarf2_locate_dwo_sections): Watch for macro sections.
4094         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4095         All callers updated.  Handle DWO files.
4096
4097         * NEWS: Mention new options "set debug dwarf2-read" and
4098         "set debug symtab-create".
4099         * dwarf2read.c (dwarf2_read_debug): New static global.
4100         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4101         (process_queue): Ditto.
4102         (process_full_comp_unit): Ditto.
4103         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4104         * elfread.c (elf_symfile_read): Add debugging printf.
4105         * minsyms.c (install_minimal_symbols): Ditto.
4106         * psymtab.c (allocate_psymtab): Ditto.
4107         * symfile.c (allocate_symtab): Ditto.
4108         * symtab.c (symtab_create_debug): New global.
4109         (_initialize_symtab): Add new option "set debug symtab-create".
4110         * symtab.h (symtab_create_debug): Declare.
4111
4112         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4113         (lookup_dwo_type_unit): Ditto.
4114
4115 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4116             H.J. Lu  <hongjiu.lu@intel.com>
4117
4118         * amd64-linux-nat.c: Include <sys/user.h>.
4119         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4120         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4121         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4122
4123         * configure.ac: Check if the fs_base and gs_base members of
4124         `struct user_regs_struct' exist.
4125         * config.in: Regenerated.
4126         * configure: Likewise.
4127
4128 2012-06-25  Michael Eager  <eager@eagercon.com>
4129
4130         PR python/14291
4131         * python/python.c (gdbpy_write): Check for interrupted output.
4132
4133 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4134
4135         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4136         register as a stack alignment in ARM mode.
4137
4138 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4139
4140         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4141         * gnulib/config.in: Regenerate.
4142         * gnulib/configure: Likewise.
4143         * gnulib/import/m4/extensions.m4: Update it.
4144         * gnulib/import/m4/gnulib-common.m4: Likewise.
4145         * gnulib/import/m4/memmem.m4: Likewise.
4146         * gnulib/import/m4/mmap-anon.m4: Likewise.
4147         * gnulib/import/m4/multiarch.m4: Likewise.
4148         * gnulib/import/stdint.in.h: Likewise.
4149
4150 2012-06-24  Yao Qi  <yao@codesourcery.com>
4151
4152         * corefile.c (write_memory_with_notification): New.
4153         * gdbcore.h: Declare write_memory_with_notification.
4154         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4155         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4156         * valops.c (value_assign): Likewise.
4157         * python/py-inferior.c (infpy_write_memory): Call
4158         'write_memory_with_notification'.
4159
4160 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4161
4162         * cc-with-index.sh: Use also -ex "set auto-load no".
4163
4164 2012-06-23  Doug Evans  <dje@google.com>
4165
4166         PR 14125
4167         * NEWS: Document additions to .gdb_index.
4168         * dwarf2read.c: #include "gdb/gdb-index.h".
4169         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4170         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4171         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4172         (dwarf2_read_index): Recognize version 7.
4173         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4174         block_kind, domain): All callers updated.
4175         (dw2_find_symbol_file): Handle new index CU values.
4176         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4177         (add_index_entry): New args is_static, kind.  All callers updated.
4178         (offset_type_compare, uniquify_cu_indices): New functions
4179         (symbol_kind): New function.
4180         (write_psymtabs_to_index): Remove duplicate CU values.
4181         (write_psymtabs_to_index): Write .gdb_index version 7.
4182
4183 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4184
4185         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4186         * configure: Regenerate.
4187
4188 2012-06-20  Yao Qi  <yao@codesourcery.com>
4189
4190         * python/py-inferior.c: Update comments of infpy_read_memory
4191         and infpy_write_memory.
4192
4193 2012-06-19  Tom Tromey  <tromey@redhat.com>
4194
4195         PR exp/9514:
4196         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4197         (push_type_address_space): Remove.
4198         * parse.c (insert_into_type_stack): New function.
4199         (insert_type): Likewise.
4200         (insert_type_address_space): Rename from push_type_address_space.
4201         Insert tp_space_identifier.
4202         * c-exp.y (ptr_operator): New production.
4203         (abs_decl): Use ptr_operator.
4204         (space_identifier): Call insert_type_address_space.
4205         (ptype): Don't use const_or_volatile_or_space_identifier.
4206         (const_or_volatile_noopt): Call insert_type.
4207         (conversion_type_id, conversion_declarator): New productions.
4208         (operator): Use conversion_type_id.
4209
4210 2012-06-18  Doug Evans  <dje@google.com>
4211
4212         * symtab.h (minimal_symbol): New member created_by_gdb.
4213         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4214         created by gdb.
4215         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4216         (search_symbols): Call it instead of lookup_symbol.
4217         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4218
4219         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4220         Adjust address for DW_OP_GNU_addr_index.
4221         * dwarf2expr.h (dwarf_expr_context): Update comment.
4222         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4223         all callers updated.  Handle TLS vars described with
4224         DW_OP_GNU_const_index.
4225         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4226         and DW_OP_GNU_const_index.
4227         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4228
4229         * block.c (find_block_in_blockvector): Make explicit the fact that we
4230         ignore GLOBAL_BLOCK.
4231
4232 2012-06-18  Tom Tromey  <tromey@redhat.com>
4233
4234         * c-exp.y (operator): Remove trailing space after "delete" and
4235         "delete[]".
4236
4237 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4238             Jan Kratochvil  <jan.kratochvil@redhat.com>
4239
4240         Switch i386 and derived targets to ON_STACK.
4241         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4242         (amd64_dicos_init_abi): Remove its installment.
4243         * dicos-tdep.c (dicos_init_abi): Remove the
4244         set_gdbarch_call_dummy_location call.  Update the comment here.
4245         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4246         (i386_dicos_init_abi): Remove its installment.
4247         * i386-tdep.c (i386_push_dummy_code): New function.
4248         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4249         i386_push_dummy_code.
4250
4251 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4252
4253         Remove stale dummy frames.
4254         * breakpoint.c: Include dummy-frame.h.
4255         (longjmp_breakpoint_ops): New variable.
4256         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4257         bp_longjmp_call_dummy.
4258         (bpstat_what, bptype_string, print_one_breakpoint_location)
4259         (init_bp_location): Support bp_longjmp_call_dummy.
4260         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4261         (set_longjmp_breakpoint_for_call_dummy)
4262         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4263         functions.
4264         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4265         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4266         FIXME comment and extend the other comment for bp_call_dummy.
4267         (set_longjmp_breakpoint_for_call_dummy)
4268         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4269         * dummy-frame.c: Include gdbthread.h.
4270         (pop_dummy_frame_bpt): New function.
4271         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4272         (dummy_frame_discard): New function.
4273         (cleanup_dummy_frames): Update the comment about longjmps.
4274         * dummy-frame.h (dummy_frame_discard): New declaration.
4275         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4276         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4277         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4278         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4279         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4280         keep_going if IS_LONGJMP and there is no other reason to stop.
4281
4282 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4283
4284         * remote-sim.c (sim_command_completer): Initialize
4285         variable 'result'.
4286
4287 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4288
4289         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4290         * dwarf2loc.c (call_site_parameter_matches): Support
4291         CALL_SITE_PARAMETER_PARAM_OFFSET.
4292         (needs_dwarf_reg_entry_value): Push stub value.
4293         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4294         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4295         * gdbtypes.h (enum call_site_parameter_kind): New item
4296         CALL_SITE_PARAMETER_PARAM_OFFSET.
4297         (struct call_site.parameter.u): New field param_offset.
4298
4299 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4300
4301         Code cleanup: Generalize call_site.parameter key.
4302         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4303         variable dwarf_reg.  New variable kind_u.  Update parameters to
4304         push_dwarf_reg_entry_value.
4305         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4306         * dwarf2expr.h (enum call_site_parameter_kind)
4307         (union call_site_parameter_u): Forward declarations.
4308         (struct dwarf_expr_context_funcs): Update parameters and their
4309         description for push_dwarf_reg_entry_value.
4310         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4311         * dwarf2loc.c (call_site_parameter_matches): New function.
4312         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4313         description.  Use call_site_parameter_matches.
4314         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4315         Update parameters and their description.
4316         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4317         New variable kind_u.  Adjust the caller for updated parameters.
4318         (needs_dwarf_reg_entry_value): Update parameters.
4319         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4320         instead of attr.  Update for the changed fields of struct
4321         call_site_parameter.
4322         * gdbtypes.h: Include dwarf2expr.h.
4323         (enum call_site_parameter_kind): New.
4324         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4325         fb_offset into new union u.
4326
4327 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4328
4329         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4330         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4331         for x32.
4332
4333 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4334
4335         * amd64-linux-nat.c (compat_x32_clock_t): New.
4336         (compat_x32_siginfo_t): Likewise.
4337         (compat_x32_siginfo_from_siginfo): Likewise.
4338         (siginfo_from_compat_x32_siginfo): Likewise.
4339         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4340         and siginfo_from_compat_x32_siginfo for x32.
4341
4342 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4343
4344         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4345
4346 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4347
4348         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4349         instead of gdbarch_ptr_bit.
4350         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4351         (amd64_supply_native_gregset): Likewise.
4352         (amd64_collect_native_gregset): Likewise.
4353         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4354         (amd64_supply_xsave): Likewise.
4355         (amd64_collect_fxsave): Likewise.
4356         (amd64_collect_xsave): Likewise.
4357
4358 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4359
4360         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4361         (amd64_linux_read_description): Check DS segment register for
4362         x32 process.
4363
4364 2012-06-15  Tom Tromey  <tromey@redhat.com>
4365
4366         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4367         init_cutu_and_read_dies.
4368
4369 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4370
4371         * MAINTAINERS (Write After Approval): Add myself to the list.
4372
4373 2012-06-15  Tom Tromey  <tromey@redhat.com>
4374
4375         * valops.c (value_find_oload_method_list): Now static.
4376         * value.h (value_find_oload_method_list): Don't declare.
4377
4378 2012-06-15  Tom Tromey  <tromey@redhat.com>
4379
4380         * valops.c (find_overload_match): Use value_ind.
4381
4382 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4383
4384         * infrun.c (handle_inferior_event): Correct indentation.
4385
4386 2012-06-14  Doug Evans  <dje@google.com>
4387
4388         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4389         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4390         All uses updated.
4391         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4392         updated.  Handle DEBUG_LOC_START_LENGTH.
4393         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4394         (loclist_describe_location): Ditto.
4395
4396 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4397
4398         PR backtrace/13866
4399         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4400         after hiding inline functions.
4401
4402 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4403
4404         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4405         _initialize_inf_ttrace.
4406
4407 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4408
4409         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4410         _initialize_hppa_hpux_nat.
4411
4412 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4413
4414         * remote-sim.c (sim_command_completer): Change type of return
4415         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4416
4417 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4418             Jan Kratochvil  <jan.kratochvil@redhat.com>
4419
4420         PR tdep/14222
4421         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4422         stack on a 16-byte boundary.
4423
4424 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4425
4426         * jit.c (finalize_symtab): Set function's return type to 'void' by
4427         default.
4428
4429 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4430             H.J. Lu  <hongjiu.lu@intel.com>
4431
4432         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4433         Move bits common to both the classic LP64 and the new x32 ILP32
4434         ABI here.
4435         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4436         (amd64_x32_linux_init_abi): New function.
4437         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4438         subtype.
4439
4440         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4441         * i386-tdep.c (i386_pseudo_register_name): Make public.
4442         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4443         * amd64-tdep.c (amd64_dword_names): Add "eip".
4444         (amd64_x32_pseudo_register_type): New function
4445         (amd64_x32_init_abi): New function.
4446
4447 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4448
4449         PR build/14003
4450         * inferior.h (struct inferior_suspend_state): Comment out.
4451         (struct inferior): Comment out the field suspend.
4452         * infrun.c (struct infcall_suspend_state): Comment out the field
4453         inferior_suspend.
4454         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4455         out its assignment.
4456
4457 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4458
4459         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4460         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4461         function comment.  Return ERROR for unresolved cases.  Implement
4462         returning proper NAME.
4463         (yylex): Accept also NAME from classify_inner_name.
4464         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4465         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4466         LOC_TYPEDEF type.
4467         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4468
4469 2012-06-13  Tom Tromey  <tromey@redhat.com>
4470
4471         * breakpoint.c (condition_completer): New function.
4472         (_initialize_breakpoint): Use it.
4473         * value.c (complete_internalvar): New function.
4474         * value.h (complete_internalvar): Declare.
4475
4476 2012-06-13  Tom Tromey  <tromey@redhat.com>
4477
4478         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4479         * breakpoint.c (catch_syscall_completer): Return a VEC.
4480         * cli/cli-cmds.c (complete_command): Update.
4481         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4482         (complete_on_enum): Likewise.
4483         * command.h: Include gdb_vecs.h.
4484         (completer_ftype): Change return type.
4485         (complete_on_cmdlist, complete_on_enum): Likewise.
4486         * completer.c (noop_completer, filename_completer)
4487         (location_completer): Return a VEC.
4488         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4489         to a VEC.
4490         (expression_completer, complete_line_internal, complete_line)
4491         (command_completer): Return a VEC.
4492         (gdb_completion_word_break_characters, line_completion_function):
4493         Update.
4494         * completer.h: Include gdb_vecs.h.
4495         (complete_line, noop_completer, filename_completer)
4496         (expression_completer, location_completer, command_completer):
4497         Update.
4498         * f-lang.c (f_word_break_characters): Return a VEC.
4499         * interps.c (interpreter_completer): Return a VEC.
4500         * language.h (struct language_defn)
4501         <la_make_symbol_completion_list>: Return a VEC.
4502         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4503         * symtab.c (free_completion_list): Take a VEC.
4504         (return_val_size, return_val_index): Remove.
4505         (return_val): Now a VEC.
4506         (completion_list_add_name): Update.
4507         (default_make_symbol_completion_list_break_on)
4508         (default_make_symbol_completion_list, make_symbol_completion_list)
4509         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4510         Return a VEC.
4511         (add_filename_to_list): Update.
4512         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4513         <list>: Now a VEC.
4514         (maybe_add_partial_symtab_filename): Update.
4515         (make_source_files_completion_list): Return a VEC.
4516         * symtab.h (default_make_symbol_completion_list_break_on)
4517         (default_make_symbol_completion_list, make_symbol_completion_list)
4518         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4519         (make_source_files_completion_list): Update.
4520
4521 2012-06-13  Tom Tromey  <tromey@redhat.com>
4522
4523         * breakpoint.c (add_catch_command): Use completer_ftype.
4524         * breakpoint.h: Include command.h.
4525         (add_catch_command): Use completer_ftype.
4526         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4527         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4528         Use completer_ftype.
4529         * command.h (completer_ftype): New typedef.
4530         (set_cmd_completer): Use it.
4531         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4532         completer_ftype.
4533
4534 2012-06-13  Pedro Alves  <palves@redhat.com>
4535
4536         Partial revert of previous change.
4537
4538         * serial.c (scb_base): New global.
4539         (serial_for_fd): New.
4540         (serial_open, serial_fdopen_ops): Link new serial in open serials
4541         chain.
4542         (do_serial_close): Unlink serial from the open serials chain.
4543
4544 2012-06-12  Pedro Alves  <palves@redhat.com>
4545
4546         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4547         threads here.
4548         (prepare_for_detach): No longer context switch here in non-stop
4549         mode.
4550         (fetch_inferior_event): Ditto.
4551         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4552         to the event thread before removing breakpoints.  Switch to the
4553         event thread before inserting breakpoints and resuming.
4554         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4555         event thread before resuming.
4556         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4557         Switch to the event thread before removing breakpoints.
4558
4559 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4560
4561         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4562         special characters correctly for the Windows shells.  See
4563         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4564         report.
4565         [!__MINGW32__]: Remove extra double quote character from special
4566         characters.
4567
4568 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4569
4570         * ui-out.h: Remove #if 0 declarations.
4571         * ui-out.c: Remove #if 0 functions.
4572
4573 2012-06-11  Pedro Alves  <palves@redhat.com>
4574
4575         * ser-base.c (run_async_handler_and_reschedule): New.
4576         (fd_event, push_event): Use it.
4577         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4578         reference count to 1.
4579         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4580         instead of xfree.
4581         (serial_is_open, serial_ref, serial_unref): New.
4582         * serial.h (serial_open): Adjust comment.
4583         (serial_is_open): Declare.
4584         (serial_close): Adjust comment.
4585         (serial_ref, serial_unref) Declare.
4586         (struct serial): New field 'refcnt'.
4587
4588 2012-06-11  Pedro Alves  <palves@redhat.com>
4589
4590         Remove #if 0'd "connect" command, and unnecessary associated
4591         refcounting and serial reuse bits.
4592
4593         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4594         * serial.c (last_serial_opened): Delete.
4595         (scb_base): Delete.
4596         (serial_open): Adjust.
4597         (serial_for_fd): Delete.
4598         (serial_fdopen_ops, do_serial_close): Adjust.
4599         (serial_fdopen_ops): Adjust.
4600
4601 2012-06-11  Pedro Alves  <palves@redhat.com>
4602
4603         * serial.c (do_serial_close): Remove early return when SCB is
4604         null.
4605
4606 2012-06-11  Tom Tromey  <tromey@redhat.com>
4607
4608         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4609
4610 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4611
4612         Fix regression by the "ambiguous linespec" series.
4613         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4614         get_last_displayed_symtab and get_last_displayed_line and depending
4615         on CURSAL.
4616
4617 2012-06-11  Tom Tromey  <tromey@redhat.com>
4618
4619         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4620         (dw2_find_symbol_file): Use it.
4621
4622 2012-06-11  Michael Eager  <eager@eagercon.com>
4623
4624         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4625         * mips-linux-tdep.h (mips_signals): New
4626
4627 2012-06-11  Tom Tromey  <tromey@redhat.com>
4628
4629         * infrun.c (handle_inferior_event)
4630         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4631         breakpoint.
4632         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4633         exception logic in all cases.  Update comments.
4634         (insert_longjmp_resume_breakpoint): Set the exception resume
4635         breakpoint.
4636
4637 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4638
4639         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4640
4641 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
4642
4643         * valarith.c (binop_types_user_defined_p): Fix a typo.
4644
4645 2012-06-08  Yao Qi  <yao@codesourcery.com>
4646             Chung-Lin Tang <cltang@codesourcery.com>
4647
4648         * arch-utils.c (default_return_in_first_hidden_param_p): New.
4649         * arch-utils.h: Declare.
4650         * gdbarch.sh: Add return_in_first_hidden_param_p.
4651         * gdbarch.c, gdbarch.h: Regenerated.
4652         * infcall.c (call_function_by_hand): Call
4653         gdbarch_return_in_first_hidden_param_p instead of
4654         language_pass_by_reference.
4655
4656         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4657         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4658         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4659         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4660         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4661         `cplus_return_struct_by_reference'.
4662         (tic6x_return_value): Handle language cplusplus.
4663         (tic6x_return_in_first_hidden_param_p): New.
4664         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4665
4666 2012-06-07  Doug Evans  <dje@google.com>
4667
4668         * dwarf2read.c (dwarf2_cu): Add comment.
4669
4670 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4671
4672         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4673         variable.
4674         (mips_eabi_push_dummy_call): Likewise.
4675         (mips_n32n64_push_dummy_call): Likewise.
4676         (mips_o32_push_dummy_call): Likewise.
4677         (mips_o64_push_dummy_call): Likewise.
4678
4679 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4680
4681         * mips-tdep.c (mips_convert_register_p): Correct coding style.
4682
4683 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4684
4685         * mips-tdep.c (mips_pseudo_register_type): Use
4686         mips_float_register_p.
4687
4688 2012-06-06  Pedro Alves  <palves@redhat.com>
4689
4690         * infrun.c (handle_inferior_event): Remove calls to
4691         reinit_frame_cache that follow a context_switch call.
4692
4693 2012-06-06  Pedro Alves  <palves@redhat.com>
4694
4695         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4696         context_switch and remove stale comment.
4697
4698 2012-06-06  Pedro Alves  <palves@redhat.com>
4699
4700         * infrun.c (struct execution_control_state): Remove
4701         `new_thread_event' field.
4702         (handle_inferior_event): Simplify new threads handling; don't
4703         resume the inferior if we find a new thread.
4704
4705 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
4706
4707         * NEWS: Document the deprecation of SH's 'regs' command.
4708         * inferior.h (all_registers_info): Add function declaration.
4709         * sh-tdep.c (sh_show_regs): Remove variable.
4710         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4711         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4712         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4713         (sh_show_regs_command): Remove functions.
4714         (sh_gdbarch_init): Don't set sh_show_regs.
4715         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4716         'info all-registers'.
4717         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4718         (sh64_show_regs): Remove functions.
4719         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4720
4721 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4722
4723         * configure.ac: Move development=true below AC_INIT.
4724         * configure: Regenerate.
4725
4726 2012-06-05  Stan Shebs  <stan@codesourcery.com>
4727
4728         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4729         gdb_stdout.
4730
4731 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4732
4733         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4734         argument as ssize_t.
4735         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4736         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4737         * target.c (target_read_stack, target_write_memory)
4738         (target_write_raw_memory): Likewise.
4739         * target.h (target_read_stack, target_write_memory)
4740         (target_write_raw_memory): Likewise.
4741
4742 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4743
4744         * symfile-mem.c: Change gdb_static_assert to ssize_t.
4745         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4746         * target.c (target_read_memory): Change LEN to ssize_t.
4747         * target.h (target_read_memory): Change LEN to ssize_t.
4748
4749 2012-06-05  Pedro Alves  <palves@redhat.com>
4750
4751         PR backtrace/13866
4752
4753         * breakpoint.c (until_break_command): Only fetch the selected
4754         frame after decode_line_1.
4755
4756 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
4757
4758         * solib-svr4.c (enable_break): Don't fallback to setting the solib
4759         event breakpoint at _start, __start or main if a program
4760         interpreter is not found.
4761
4762 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4763
4764         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4765         Add declaration.
4766         * windows-tdep.c: #include "objfiles.h".
4767         (windows_iterate_over_objfiles_in_search_order): New function.
4768         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4769         iterate_over_objfiles_in_search_order gdbarch method to
4770         windows_iterate_over_objfiles_in_search_order.
4771         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4772
4773 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4774
4775         * gdbarch.sh: Add generation of
4776         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4777         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
4778         (iterate_over_objfiles_in_search_order): New gdbarch method.
4779         * gdbarch.h, gdbarch.c: Regenerate.
4780         * objfiles.h (default_iterate_over_objfiles_in_search_order):
4781         Add declaration.
4782         * objfiles.c (default_iterate_over_objfiles_in_search_order):
4783         New function.
4784         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4785         out of lookup_symbol_aux_symtabs.
4786         (lookup_symbol_aux_symtabs): Replace extracted-out code by
4787         call to lookup_symbol_aux_objfile.
4788         (struct global_sym_lookup_data): New type.
4789         (lookup_symbol_global_iterator_cb): New function.
4790         (lookup_symbol_global): Search for symbol using
4791         gdbarch_iterate_over_objfiles_in_search_order and
4792         lookup_symbol_global_iterator_cb.
4793         * findvar.c (struct minsym_lookup_data): New type.
4794         (minsym_lookup_iterator_cb): New function.
4795         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4796         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4797         and minsym_lookup_iterator_cb.
4798
4799 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4800
4801         Revert the following patch:
4802         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4803         try locating the symbol in the symbol's own objfile first, before
4804         extending the search to all objfiles.
4805         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4806         out of lookup_symbol_aux_symtabs.
4807         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4808         Replace extracted-out code by call to lookup_symbol_aux_objfile.
4809         Do not search EXCLUDE_OBJFILE.
4810         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4811         (lookup_symbol_global): Search for matches in the block's objfile
4812         first, before searching all other objfiles.
4813
4814 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4815
4816         * breakpoint.c (find_condition_and_thread): Stop parsing
4817         as soon as the first invalid keyword is found.
4818
4819 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4820
4821         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4822
4823 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4824
4825         * config/djgpp/djcheck.sh: Add copyright header.
4826
4827 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4828
4829         * copyright.py (update_files, main): Fix path to update-copyright
4830         script.
4831
4832 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4833
4834         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4835         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4836         for which a reminder to update by hand is printed.
4837
4838 2012-06-04  Doug Evans  <dje@google.com>
4839
4840         * buildsym.c (make_blockvector): Add comment.
4841
4842 2012-06-04  Pedro Alves  <palves@redhat.com>
4843
4844         * arch-utils.c (default_gdb_signal_from_target): Delete.
4845         * arch-utils.h (default_gdb_signal_from_target): Delete.
4846         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
4847         gdbarch_gdb_signal_from_target_p.
4848         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4849         predicate).
4850         * gdbarch.h: Regenerate.
4851         * gdbarch.c: Regenerate.
4852
4853 2012-06-04  Pedro Alves  <palves@redhat.com>
4854
4855         * gdbarch.sh (gdb_signal_from_target): Mention that the
4856         implementation of the method must be host independent.
4857         * gdbarch.h: Regenerate.
4858
4859 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4860
4861         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4862         parameters.
4863         (target_read_memory_bfd): New function.
4864         (symbol_file_add_from_memory): Use it.
4865
4866 2012-06-03  Doug Evans  <dje@google.com>
4867
4868         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4869         of primary symtab.
4870         (basic_lookup_transparent_type): Ditto.
4871
4872         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4873         (ALL_PRIMARY_SYMTABS): Use it.
4874         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4875         * dwarf2read.c (dw2_find_symbol_file): Ditto.
4876         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4877         * symtab.c (lookup_symbol_aux_objfile): Ditto.
4878         (basic_lookup_transparent_type): Ditto.
4879
4880 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4881
4882         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
4883         it to optimize resolution of demangled name.
4884
4885 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4886
4887         * configure.ac (development): Define new variable.
4888         Call AC_CHECK_LIB for mcheck if $development.
4889         (ERROR_ON_WARNING): Enable it by default only if $development.
4890         * config.in: Regenerate.
4891         * configure: Regenerate.
4892
4893 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4894
4895         * target.c (target_read_memory): Make LEN argument as size_t.
4896         * target.h (target_read_memory): Likewise.
4897
4898 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4899
4900         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4901
4902 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4903
4904         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4905         BookE interface for PowerPC server processors if not available
4906         in the Linux Kernel.
4907
4908 2012-05-31  Keith Seitz  <keiths@redhat.com>
4909
4910         * linespec.c (decode_objc): Add cleanup to free
4911         INFO.FILE_SYMTABS.
4912         (find_linespec_symbols): Add cleanup to free CLASSES.
4913         * symfile.c (find_separate_debug_file_by_debuglink): Add
4914         cleanup to free DEBUGLINK.
4915         * ui-out.c (clear_header_list): No need to check if
4916         HEADER_NEXT.COLHDR is NULL.
4917         Free HEADER_NEXT.COL_NAME.
4918
4919 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4920
4921         * ada-lang.c (standard_lookup): Prevent uninitialized variable
4922         warning.
4923
4924 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4925
4926         * configure.host (gdb_host_cpu): Handle tilegx*.
4927         (gdb_host): Handle tilegx-*-linux*.
4928         * tilegx-linux-nat.c: New file.
4929         * config/tilegx/linux.mh: New file.
4930
4931 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4932
4933         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4934         tilegx-linux-tdep.o.
4935         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4936         tilegx-linux-tdep.c.
4937         * configure.tgt: Handle tilegx-*-linux*.
4938         * tilegx-tdep.h: New file.
4939         * tilegx-tdep.c: New file.
4940         * tilegx-linux-tdep.c: New file.
4941         * regformats/reg-tilegx.dat: New file.
4942
4943 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4944
4945         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4946         accounting of hw watchpoints on ppc.
4947
4948 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
4949
4950         * source.c (openp): Expand tilde in path entries.
4951
4952 2012-05-29  Doug Evans  <dje@google.com>
4953
4954         * buildsym.c (block_compar): Fix comment.
4955         (end_symtab): Fix and clarify some comments.
4956
4957         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4958         cleanup_undefined_types.
4959         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4960         All callers updated.
4961
4962 2012-05-29  Tom Tromey  <tromey@redhat.com>
4963
4964         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4965         fails.
4966         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4967         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4968         fails.
4969         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4970         fails.
4971
4972 2012-05-29  Tristan Gingold  <gingold@adacore.com>
4973
4974         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4975         (struct darwin_info): ... New struct.
4976         (solib_darwin_pspace_data): New variable.
4977         (darwin_pspace_data_cleanup): New function.
4978         (get_darwin_info): Likewise.
4979         (darwin_dyld_version_ok, darwin_load_image_infos)
4980         (darwin_solib_get_all_image_info_addr_at_init)
4981         (darwin_solib_read_all_image_info_addr): Add info argument.
4982         Adjust code.
4983         (darwin_current_sos): Use per pspace structure.
4984         (darwin_solib_create_inferior_hook): Likewise.
4985         (darwin_clear_solib): Likewise.
4986         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4987
4988 2012-05-28  Pedro Alves  <palves@redhat.com>
4989
4990         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4991         block that uses them.  Clear ecss before handling each event.
4992
4993 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4994
4995         * solib-svr4.c (svr4_current_sos): New comment on
4996         svr4_current_sos_via_xfer_libraries fall back.
4997
4998 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4999
5000         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5001         it as a fallback for TYPE_IS_OPAQUE.
5002         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5003         symbols for lookup_symbol.
5004
5005 2012-05-24  John Steele Scott  <toojays@toojays.net>
5006
5007         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5008         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5009         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5010         (check_producer): ... this new function, which also checks for ICC
5011         and caches the result.
5012         (producer_is_icc): New function.
5013         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5014         producer was ICC.
5015
5016 2012-05-24  Pedro Alves  <palves@redhat.com>
5017
5018         PR gdb/7205
5019
5020         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5021         (default_gdb_signal_to_target): ... this.  Add comment.
5022         (default_gdb_signal_from_host): Rename to ...
5023         (default_gdb_signal_from_target): ... this.  Add comment.
5024         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5025         (default_gdb_signal_to_target): ... this.
5026         (default_gdb_signal_from_host): Rename to ...
5027         (default_gdb_signal_from_target): ... this.
5028         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5029         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5030         (gdb_signal_from_target): ... this.  Adjust to
5031         default_gdb_signal_from_host naming change.  Extend comment.
5032         (gdb_signal_to_host): Rename to ...
5033         (gdb_signal_to_target): ... this.  Adjust to
5034         default_gdb_signal_to_host naming change.
5035         * gdbarch.h, gdbarch.c: Renegerate.
5036
5037 2012-05-24  Pedro Alves  <palves@redhat.com>
5038
5039         PR gdb/7205
5040
5041         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
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 tui/14159
5052
5053         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5054         string, instead of reusing the va_list argument.
5055
5056 2012-05-24  Tom Tromey  <tromey@redhat.com>
5057
5058         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5059         Remove.
5060
5061 2012-05-23  Doug Evans  <dje@google.com>
5062
5063         * symtab.c (search_symbols): Formatting fixes.
5064         (print_symbol_info): Formatting fixes.
5065
5066         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5067         int64_t change to leb128 API.
5068         (read_encoded_value, decode_frame_entry_1): Ditto.
5069         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5070         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5071         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5072         (execute_stack_op): Ditto.
5073         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5074         (safe_read_uleb128, safe_read_sleb128): Ditto.
5075         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5076         (dwarf2_compile_expr_to_ax): Ditto.
5077         (locexpr_describe_location_piece): Ditto.
5078         (disassemble_dwarf_expression): Ditto.
5079         (locexpr_describe_location_1): Ditto.
5080
5081 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5082             Kwok Cheung Yeung  <kcy@codesourcery.com>
5083
5084         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5085         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5086         (mi-cmd-info.o): New rule.
5087         * osdata.h (info_osdata_command): New declaration.
5088         * osdata.c (info_osdata_command): Change to non-static.
5089         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5090         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5091         * mi/mi-cmd-info.c: New file.
5092
5093 2012-05-23  Doug Evans  <dje@google.com>
5094
5095         * symtab.c (search_symbols): Pass NULL for file_matcher to
5096         expand_symtabs_matching if there are no files to match.
5097
5098         * gdbtypes.c (lookup_typename): Simplify.
5099
5100 2012-05-23  Pedro Alves  <palves@redhat.com>
5101
5102         * arch-utils.h (default_target_signal_to_host): Delete.
5103         * arch-utils.c (default_target_signal_to_host): Delete.
5104         * gdbarch.sh (target_signal_to_host): Remove.
5105         * gdbarch.h, gdbarch.c: Regenerate.
5106
5107 2012-05-22  Doug Evans  <dje@google.com>
5108
5109         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5110         "const gdb_byte *".
5111         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5112         (execute_cfa_program): Update to match API of leb128 functions.
5113         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5114         "const gdb_byte *".
5115         (read_unsigned_leb128, read_signed_leb128): Delete.
5116         (read_initial_length): Change type of buf argument to
5117         "const gdb_byte *".
5118         (read_encoded_value): Update to match API of leb128 functions.
5119         (decode_frame_entry): Change result to "const gdb_byte *", and
5120         similarly for "start" parameter.
5121         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5122         (dwarf2_build_frame_info): Change local frame_ptr to
5123         "const gdb_byte *".
5124         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5125         read_uleb128, read_sleb128.  All callers updated.
5126         (safe_skip_leb128): New function.
5127         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5128         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5129         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5130         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5131         read_uleb128, read_sleb128.
5132         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5133         (execute_stack_op): Update to match API of leb128 functions.
5134         * dwarf2expr.h: #include "leb128.h".
5135         (read_uleb128, read_sleb128): Delete.
5136         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5137         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5138         * dwarf2loc.c (debug_loc_kind): New enum.
5139         (decode_debug_loc_addresses): New function.
5140         (decode_debug_loc_dwo_addresses): New function.
5141         (dwarf2_find_location_expression): Rewrite.
5142         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5143         (locexpr_describe_location_piece): Ditto.
5144         (disassemble_dwarf_expression): Ditto.
5145         (locexpr_describe_location_1): Ditto.
5146         (loclist_describe_location): Rewrite.
5147         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5148         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5149         (dwarf2_section_buffer_overflow_complaint): Renamed from
5150         dwarf2_macros_too_long_complaint.  All callers updated.
5151         (skip_leb128): Delete.
5152         (init_cu_die_reader): Initialize reader->buffer_end.
5153         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5154         (skip_form_bytes): New arg buffer_end.  All callers updated.
5155         Replace call to skip_leb128 with gdb_skip_leb128.
5156         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5157         (fill_in_loclist_baton): Initialize baton->from_dwo.
5158
5159 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5160
5161         * mips-linux-nat.c (mips_linux_read_description): Use a more
5162         verbose error message.
5163
5164 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5165
5166         * NEWS: Add MIPS/Linux DSP support.
5167         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5168         (SIGCONTEXT_DSPCTL): New macro.
5169         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5170         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5171         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5172         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5173         (N64_SIGCONTEXT_HI3): Likewise.
5174         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5175         (N64_SIGCONTEXT_LO3): Likewise.
5176         (N64_SIGCONTEXT_DSPCTL): Likewise.
5177         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5178         (mips_linux_o32_sigframe_init): Handle DSP registers.
5179         (mips_linux_n32n64_sigframe_init): Likewise.
5180
5181 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5182
5183         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5184         call to abort.
5185
5186 2012-05-22  Pedro Alves  <palves@redhat.com>
5187
5188         * target.h (store_waitstatus): Move declaration ...
5189         * inf-child.h (store_waitstatus): ... here.
5190         * target.c: Move inclusion of gdb_wait.h, and ...
5191         (store_waitstatus): ... this ...
5192         * inf-child.c: ... here.
5193         * linux-nat.c: Include inf-child.h.
5194         * rs6000-nat.c: Include inf-child.h.
5195         * spu-linux-nat.c: Include inf-child.h.
5196
5197 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5198
5199         * tracepoint.c (start_tracing): Add missing i18n markup.
5200         (stop_tracing, set_trace_user): Ditto.
5201         (set_trace_notes, set_trace_stop_notes): Ditto.
5202
5203 2012-05-21  Tom Tromey  <tromey@redhat.com>
5204
5205         PR c++/7173:
5206         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5207         types.
5208         * value.h (value_cast_pointers): Update.
5209         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5210         (value_cast): Update.
5211         (update_search_result): New function.
5212         (do_search_struct_field): New, from search_struct_field.  Check
5213         for ambiguous results.
5214         (search_struct_field): Rewrite.
5215         * infcall.c (value_arg_coerce): Update.
5216         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5217         value_cast_pointers.
5218         * ada-lang.c (ada_convert_actual): Update.
5219
5220 2012-05-21  Tom Tromey  <tromey@redhat.com>
5221
5222         * macroexp.c (macro_stringify): Terminate the string.
5223
5224 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5225
5226         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5227         Describe it.
5228         * auto-load.c (auto_load_expand_dir_vars): New function.
5229         (auto_load_safe_path_vec_update): Use it, remove the
5230         substitute_path_component call thanks to it.
5231         (auto_load_objfile_script): Remove the debug_file_directory processing.
5232         Use auto_load_expand_dir_vars, remove the substitute_path_component
5233         call thanks to it.
5234         * configure: Regenerate.
5235         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5236         path.  Escape $ also for $debugdir.
5237         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5238         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5239
5240 2012-05-20  Doug Evans  <dje@google.com>
5241
5242         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5243         before use.  Check for symtab->includes == NULL before scanning it.
5244
5245 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5246
5247         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5248
5249 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5250
5251         * NEWS: Add microMIPS support and "set mips compression",
5252         "show mips compression" commands.
5253         * mips-tdep.h (mips_isa): New enum.
5254         (gdbarch_tdep): Add mips_isa.
5255         (mips_pc_is_mips16): Update prototype.
5256         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5257         * mips-tdep.c (mips_compression_mips16): New variable.
5258         (mips_compression_micromips): Likewise.
5259         (mips_compression_strings): Likewise.
5260         (mips_compression_string): Likewise.
5261         (is_mips16_isa, is_micromips_isa): New functions.
5262         (is_mips16_addr): Rename to...
5263         (is_compact_addr): ... this.
5264         (unmake_mips16_addr): Likewise to...
5265         (unmake_compact_addr): ... this.
5266         (make_mips16_addr): Likewise to...
5267         (make_compact_addr): ... this.
5268         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5269         functions.
5270         (mips_elf_make_msymbol_special): Handle microMIPS code.
5271         (msymbol_is_special): Rename to...
5272         (msymbol_is_mips16): ... this.
5273         (mips_make_symbol_special, mips_pc_is_mips16): Update
5274         accordingly.
5275         (msymbol_is_mips, msymbol_is_micromips): New functions.
5276         (mips16_to_32_reg): Rename to...
5277         (mips_reg3_to_reg): ... this.
5278         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5279         (mips_pc_isa): Likewise.
5280         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5281         code.
5282         (mips_fetch_instruction): Pass return status instead of printing
5283         an error message if requested.  Handle microMIPS code.  Bail out
5284         on an invalid ISA.
5285         (micromips_op): New macro.
5286         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5287         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5288         (b6s4_op, b7s3_reg): Likewise.
5289         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5290         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5291         (mips_insn_size): New function.
5292         (mips32_next_pc): Update mips_fetch_instruction call.
5293         (micromips_relative_offset7): New function.
5294         (micromips_relative_offset10): Likewise.
5295         (micromips_relative_offset16): Likewise.
5296         (micromips_pc_insn_size): Likewise.
5297         (micromips_bc1_pc): Likewise.
5298         (micromips_next_pc): Likewise.
5299         (unpack_mips16): Update mips_fetch_instruction call.
5300         (extended_mips16_next_pc): Update according to change to
5301         mips16_to_32_reg.
5302         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5303         code.
5304         (mips16_scan_prologue): Update mips_fetch_instruction call.
5305         Update according to change to mips16_to_32_reg.
5306         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5307         (mips_insn16_frame_base_sniffer): Likewise.
5308         (micromips_decode_imm9): New function.
5309         (micromips_scan_prologue): Likewise.
5310         (mips_micro_frame_cache): Likewise.
5311         (mips_micro_frame_this_id): Likewise.
5312         (mips_micro_frame_prev_register): Likewise.
5313         (mips_micro_frame_sniffer): Likewise.
5314         (mips_micro_frame_unwind): New variable.
5315         (mips_micro_frame_base_address): New function.
5316         (mips_micro_frame_base): New variable.
5317         (mips_micro_frame_base_sniffer): New function.
5318         (mips32_scan_prologue): Update mips_fetch_instruction call.
5319         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5320         rather than for MIPS16.
5321         (mips_insn32_frame_base_sniffer): Likewise.
5322         (mips_addr_bits_remove): Handle microMIPS code.
5323         (deal_with_atomic_sequence): Rename to...
5324         (mips_deal_with_atomic_sequence): ... this.  Update the type
5325         of the variable used to hold an instruction.  Remove the ISA bit
5326         check.  Update mips_fetch_instruction call.
5327         (micromips_deal_with_atomic_sequence): New function.
5328         (deal_with_atomic_sequence): Likewise.
5329         (mips_about_to_return): Handle microMIPS code.  Update
5330         mips_fetch_instruction call.
5331         (heuristic_proc_start): Check for the standard MIPS ISA rather
5332         than for MIPS16.  Update mips_pc_is_mips16 and
5333         mips_fetch_instruction calls.  Handle microMIPS code.
5334         (mips_push_dummy_code): Handle microMIPS code.
5335         (mips_eabi_push_dummy_call): Likewise.
5336         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5337         (mips_o64_push_dummy_call): Handle microMIPS code.
5338         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5339         (is_delayed): Remove function.
5340         (mips_single_step_through_delay): Replace the call to is_delayed
5341         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5342         Handle microMIPS code.
5343         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5344         microMIPS code.
5345         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5346         call.
5347         (micromips_in_function_epilogue_p): New function.
5348         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5349         call.
5350         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5351         Handle microMIPS.
5352         (gdb_print_insn_mips): Likewise.
5353         (mips_breakpoint_from_pc): Likewise.
5354         (mips_remote_breakpoint_from_pc): New function.
5355         (mips32_instruction_has_delay_slot): Simplify making use of the
5356         updated mips_fetch_instruction interface.
5357         (micromips_instruction_has_delay_slot): New function.
5358         (mips16_instruction_has_delay_slot): Simplify making use of the
5359         updated mips_fetch_instruction interface.
5360         (mips_adjust_breakpoint_address): Check for the standard MIPS
5361         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5362         calls.  Handle microMIPS code.
5363         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5364         (mips_skip_trampoline_code): Handle microMIPS code.
5365         (global_mips_compression): New function.
5366         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5367         file flags.  Register the microMIPS remote breakpoint handler
5368         and heuristic frame unwinder.
5369         (show_mips_compression): New function.
5370         (_initialize_mips_tdep): Add the "set mips compression" and
5371         "show mips compression" commands.
5372
5373 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5374
5375         * ada-lang.c:
5376         * ada-tasks.c:
5377         * ada-varobj.c:
5378         * amd64-darwin-tdep.c:
5379         * arm-symbian-tdep.c:
5380         * arm-tdep.c:
5381         * avr-tdep.c:
5382         * ax-gdb.c:
5383         * bfin-linux-tdep.c:
5384         * breakpoint.c:
5385         * c-valprint.c:
5386         * cli/cli-cmds.c:
5387         * coffread.c:
5388         * cp-support.c:
5389         * cris-tdep.c:
5390         * dwarf2-frame-tailcall.c:
5391         * dwarf2-frame.c:
5392         * dwarf2expr.c:
5393         * dwarf2loc.c:
5394         * dwarf2read.c:
5395         * elfread.c:
5396         * eval.c:
5397         * expprint.c:
5398         * f-valprint.c:
5399         * frv-tdep.c:
5400         * h8300-tdep.c:
5401         * hppa-hpux-tdep.c:
5402         * hppa-tdep.c:
5403         * hppanbsd-tdep.c:
5404         * i386-nto-tdep.c:
5405         * i386-tdep.c:
5406         * i387-tdep.c:
5407         * ia64-tdep.c:
5408         * jit.c:
5409         * linespec.c:
5410         * linux-tdep.c:
5411         * lm32-tdep.c:
5412         * m2-valprint.c:
5413         * m32c-tdep.c:
5414         * m32r-rom.c:
5415         * m32r-tdep.c:
5416         * m68k-tdep.c:
5417         * m68klinux-tdep.c:
5418         * mi/mi-main.c:
5419         * microblaze-tdep.c:
5420         * mips-linux-tdep.c:
5421         * mips-tdep.c:
5422         * mn10300-tdep.c:
5423         * p-valprint.c:
5424         * parse.c:
5425         * ppc-linux-tdep.c:
5426         * ppc-sysv-tdep.c:
5427         * printcmd.c:
5428         * python/py-finishbreakpoint.c:
5429         * python/py-inferior.c:
5430         * python/py-infthread.c:
5431         * python/py-type.c:
5432         * python/python.c:
5433         * remote-fileio.c:
5434         * remote-m32r-sdi.c:
5435         * remote-mips.c:
5436         * reverse.c:
5437         * rl78-tdep.c:
5438         * rs6000-aix-tdep.c:
5439         * rs6000-tdep.c:
5440         * s390-tdep.c:
5441         * score-tdep.c:
5442         * sh64-tdep.c:
5443         * skip.c:
5444         * solib-darwin.c:
5445         * solib-dsbt.c:
5446         * solib-frv.c:
5447         * sparc-tdep.c:
5448         * spu-multiarch.c:
5449         * spu-tdep.c:
5450         * stack.c:
5451         * symfile.c:
5452         * symtab.c:
5453         * tic6x-tdep.c:
5454         * tracepoint.c:
5455         * v850-tdep.c:
5456         * valarith.c:
5457         * valprint.c:
5458         * value.c:
5459         * xcoffread.c:
5460         * xtensa-tdep.c:
5461         * ada-lang.c:
5462         * ada-tasks.c:
5463         * ada-varobj.c:
5464         * amd64-darwin-tdep.c:
5465         * arm-symbian-tdep.c:
5466         * arm-tdep.c: Delete unused variables.
5467
5468 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5469
5470         Rename $ddir to $datadir.
5471         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5472         * auto-load.c (auto_load_safe_path_vec_update)
5473         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5474         * configure: Regenerate.
5475         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5476         Likewise.  Remove the 'use $ddir' help string.
5477
5478 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5479
5480         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5481         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5482
5483 2012-05-18  Tom Tromey  <tromey@redhat.com>
5484
5485         PR exp/13907:
5486         * valprint.h (struct value_print_options) <symbol_print>: New
5487         field.
5488         * valprint.c (user_print_options): Add default for symbol_print.
5489         (show_symbol_print): New function.
5490         (generic_val_print): Respect symbol_print.
5491         (_initialize_valprint): Add "print symbol" setting.
5492         * f-valprint.c (f_val_print): Respect symbol_print.
5493         * c-valprint.c (c_val_print): Respect symbol_print.
5494         * NEWS: Update.
5495         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5496         zero-size symbols.
5497         (print_address_demangle): Return int.
5498         * defs.h: (print_address_symbolic): Return int.
5499         * value.h (print_address_demangle): Return int.
5500
5501 2012-05-18  Tom Tromey  <tromey@redhat.com>
5502
5503         * valprint.c (val_print_string): Don't print leading space.
5504         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5505         print space before string or vtbl.
5506         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5507         before string.
5508         * jv-valprint.c (java_value_print): Print space before string.
5509         * go-valprint.c (print_go_string): Print space before string.
5510         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5511         space before string.
5512         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5513         space before string or vtbl.
5514         * auxv.c (fprint_target_auxv): Print space after address.
5515
5516 2012-05-18  Tom Tromey  <tromey@redhat.com>
5517
5518         * printcmd.c (print_address_demangle): Remove special case for 0.
5519
5520 2012-05-18  Tom Tromey  <tromey@redhat.com>
5521
5522         * printcmd.c (print_address_demangle): Add 'opts' argument.
5523         * p-valprint.c (pascal_val_print): Update.
5524         * jv-valprint.c (java_val_print): Update.
5525         * value.h: Update.
5526         * valprint.c (generic_val_print): Update.
5527         (print_function_pointer_address): Add 'options' argument.  Remove
5528         'addressprint' argument.  Update.
5529         * m2-valprint.c (print_unpacked_pointer): Update.
5530         * gnu-v3-abi.c (print_one_vtable): Update.
5531         (gnuv3_print_method_ptr): Update.
5532         * f-valprint.c (f_val_print): Update.
5533         * cp-valprint.c (cp_print_value_fields): Update.
5534         * valprint.h (print_function_pointer_address): Update.
5535         * c-valprint.c (c_val_print): Update.
5536
5537 2012-05-18  Tom Tromey  <tromey@redhat.com>
5538
5539         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5540         directly corresponding to the found psymtab.
5541         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5542         (dw2_find_pc_sect_symtab): Use it.
5543         * block.h (blockvector_contains_pc): Declare.
5544         * block.c (find_block_in_blockvector): New function.
5545         (blockvector_for_pc_sect): Use it.
5546         (blockvector_contains_pc): New function.
5547
5548 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5549
5550         * mips-tdep.h (mips_write_pc): New prototype.
5551         * mips-tdep.c (mips_write_pc): Make external, add description.
5552         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5553         add description.
5554
5555 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5556
5557         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5558         mips_regnum->pc.
5559         (mips_unwind_pc, mips_write_pc): Likewise.
5560         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5561         gdbarch_read_pc.
5562
5563 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5564
5565         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5566         proc_warn, proc_error, proc_get_status, proc_flags,
5567         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5568         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5569         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5570         proc_stop_process, proc_wait_for_stop, proc_run_process,
5571         proc_set_traced_signals, proc_set_traced_faults,
5572         proc_set_traced_sysentry, proc_set_traced_sysexit,
5573         proc_set_held_signals, proc_get_held_signals,
5574         proc_get_traced_signals, proc_get_traced_faults,
5575         proc_get_traced_sysentry, proc_get_traced_sysexit,
5576         proc_clear_current_fault, proc_set_current_signal,
5577         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5578         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5579         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5580         proc_get_current_thread, proc_get_current_thread,
5581         proc_get_current_thread, proc_update_threads,
5582         proc_update_threads, proc_update_threads, proc_update_threads,
5583         proc_iterate_over_threads, procfs_find_new_threads,
5584         procfs_pid_to_str): Make static.  Remove advance declaration.
5585         (proc_cursig): Make static.  Conditionalized defintion on
5586         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5587         (proc_syscall, proc_set_kill_on_last_close,
5588         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5589         proc_get_pending_signals, proc_get_signal_actions,
5590         proc_trace_signal, proc_ignore_signal): Delete.
5591
5592 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5593
5594         * coffread.c (cs_section_address): Passing proper argument for
5595         `bfd_get_section_vma'.
5596         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5597         `bfd_get_section_flags'.
5598         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5599         `bfd_get_section_vma'.
5600
5601 2012-05-16  Tom Tromey  <tromey@redhat.com>
5602
5603         PR macros/13205:
5604         * macrotab.h: (macro_define_special): Declare.
5605         (enum macro_special_kind): New.
5606         (struct macro_definition) <argc, replacement>: Update comments.
5607         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5608         (macro_define_object_internal): New function.
5609         (macro_define_object): Use it.
5610         (macro_define_special): New function.
5611         (fixup_definition): New function.
5612         (macro_lookup_definition, foreach_macro_in_scope)
5613         (foreach_macro): Use fixup_definition.
5614         * macroexp.h (macro_stringify): Declare.
5615         * macroexp.c (free_buffer_return_text): New function.
5616         (stringify): Constify "arg".
5617         (macro_stringify): New function.
5618         * dwarf2read.c (macro_start_file): Call macro_define_special.
5619
5620 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5621             Maciej W. Rozycki  <macro@mips.com>
5622
5623         * breakpoint.h (bp_location): Add related_address member.
5624         * inferior.h (get_return_value): Take a pointer to struct value
5625         instead of struct type for the function requested.
5626         * value.h (using_struct_return): Likewise.
5627         * gdbarch.sh (return_value): Take a pointer to struct value
5628         instead of struct type for the function requested.
5629         * breakpoint.c (set_breakpoint_location_function): Initialize
5630         related_address for bp_gnu_ifunc_resolver breakpoints.
5631         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5632         requested function's address to gdbarch_return_value.
5633         * eval.c (evaluate_subexp_standard): Pass the requested
5634         function's address to using_struct_return.
5635         * infcall.c (call_function_by_hand): Pass the requested
5636         function's address to using_struct_return and
5637         gdbarch_return_value.
5638         * infcmd.c (get_return_value): Take a pointer to struct value
5639         instead of struct type for the function requested.
5640         (print_return_value): Update accordingly.
5641         (finish_command_continuation): Likewise.
5642         * stack.c (return_command): Pass the requested function's
5643         address to using_struct_return and gdbarch_return_value.
5644         * value.c (using_struct_return): Take a pointer to struct value
5645         instead of struct type for the function requested.  Pass the
5646         requested function's address to gdbarch_return_value.
5647         * python/py-finishbreakpoint.c (finish_breakpoint_object):
5648         New function_value member, replacing function_type.
5649         (bpfinishpy_dealloc): Update accordingly.
5650         (bpfinishpy_pre_stop_hook): Likewise.
5651         (bpfinishpy_init): Likewise.  Record the requested function's
5652         address.
5653         * mips-tdep.c (mips_fval_reg): New enum.
5654         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5655         words put in GP registers.
5656         (mips_o64_push_dummy_call): Update a comment.
5657         (mips_o32_return_value): Take a pointer to struct value instead
5658         of struct type for the function requested and use it to check if
5659         using the MIPS16 calling convention.  Return the designated
5660         general purpose registers for floating-point values returned in
5661         MIPS16 mode.
5662         (mips_o64_return_value): Likewise.
5663         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5664         (ppc_sysv_abi_broken_return_value): Likewise.
5665         (ppc64_sysv_abi_return_value): Likewise.
5666         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5667         value instead of struct type for the function requested.
5668         * amd64-tdep.c (amd64_return_value): Likewise.
5669         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5670         * arm-tdep.c (arm_return_value): Likewise.
5671         * avr-tdep.c (avr_return_value): Likewise.
5672         * bfin-tdep.c (bfin_return_value): Likewise.
5673         * cris-tdep.c (cris_return_value): Likewise.
5674         * frv-tdep.c (frv_return_value): Likewise.
5675         * h8300-tdep.c (h8300_return_value): Likewise.
5676         (h8300h_return_value): Likewise.
5677         * hppa-tdep.c (hppa32_return_value): Likewise.
5678         (hppa64_return_value): Likewise.
5679         * i386-tdep.c (i386_return_value): Likewise.
5680         * ia64-tdep.c (ia64_return_value): Likewise.
5681         * iq2000-tdep.c (iq2000_return_value): Likewise.
5682         * lm32-tdep.c (lm32_return_value): Likewise.
5683         * m32c-tdep.c (m32c_return_value): Likewise.
5684         * m32r-tdep.c (m32r_return_value): Likewise.
5685         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5686         * m68k-tdep.c (m68k_return_value): Likewise.
5687         (m68k_svr4_return_value): Likewise.
5688         * m88k-tdep.c (m88k_return_value): Likewise.
5689         * mep-tdep.c (mep_return_value): Likewise.
5690         * microblaze-tdep.c (microblaze_return_value): Likewise.
5691         * mn10300-tdep.c (mn10300_return_value): Likewise.
5692         * moxie-tdep.c (moxie_return_value): Likewise.
5693         * mt-tdep.c (mt_return_value): Likewise.
5694         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5695         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5696         (ppc_sysv_abi_broken_return_value): Likewise.
5697         (ppc64_sysv_abi_return_value): Likewise.
5698         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5699         * rl78-tdep.c (rl78_return_value): Likewise.
5700         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5701         * rx-tdep.c (rx_return_value): Likewise.
5702         * s390-tdep.c (s390_return_value): Likewise.
5703         * score-tdep.c (score_return_value): Likewise.
5704         * sh-tdep.c (sh_return_value_nofpu): Likewise.
5705         (sh_return_value_fpu): Likewise.
5706         * sh64-tdep.c (sh64_return_value): Likewise.
5707         * sparc-tdep.c (sparc32_return_value): Likewise.
5708         * sparc64-tdep.c (sparc64_return_value): Likewise.
5709         * spu-tdep.c (spu_return_value): Likewise.
5710         * tic6x-tdep.c (tic6x_return_value): Likewise.
5711         * v850-tdep.c (v850_return_value): Likewise.
5712         * vax-tdep.c (vax_return_value): Likewise.
5713         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5714         * xtensa-tdep.c (xtensa_return_value): Likewise.
5715         * gdbarch.c: Regenerate.
5716         * gdbarch.h: Regenerate.
5717
5718 2012-05-15  Tom Tromey  <tromey@redhat.com>
5719
5720         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5721
5722 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5723
5724         * breakpoint.c (init_breakpoint_sal): Add quotes around part
5725         of command in two error message.
5726
5727 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5728
5729         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5730
5731 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5732
5733         * breakpoint.c (find_condition_and_thread): Minor reformatting.
5734
5735 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5736
5737         * NEWS (show auto-load scripts-directory): Add forgotten command.
5738
5739 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5740
5741         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5742         parameters.
5743
5744 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5745
5746         * amd64-tdep.c: Include features/i386/x32.c and
5747         features/i386/x32-avx.c.
5748         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5749         initialize_tdesc_x32_avx.
5750
5751 2012-05-14  Stan Shebs  <stan@codesourcery.com>
5752
5753         Add dynamic printf.
5754         * breakpoint.h (enum bptype): New type bp_dprintf.
5755         (struct breakpoint): New field extra_string.
5756         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5757         (create_breakpoint): Add extra_string arg.
5758         * breakpoint.c (dprintf_breakpoint_ops): New.
5759         (is_breakpoint): Add bp_dprintf.
5760         (bpstat_what): Add dprintf case.
5761         (bptype_string): Ditto.
5762         (print_one_breakpoint_location): Ditto.
5763         (init_bp_location): Ditto.
5764         (bkpt_print_mention): Ditto.
5765         (dprintf_style_enums): New array.
5766         (dprintf_style): New global.
5767         (dprintf_function): New global.
5768         (dprintf_channel): New global.
5769         (update_dprintf_command_list): New function.
5770         (update_dprintf_commands): New function.
5771         (init_breakpoint_sal): Add extra_string argument, handle it.
5772         (create_breakpoint_sal): Add extra_string argument.
5773         (create_breakpoints_sal): Add extra_string argument, update callers.
5774         (find_condition_and_thread): Add extra argument.
5775         (create_breakpoint): Add extra_string argument, record it.
5776         (dprintf_command): New function.
5777         (break_command_1): Add arg to create_breakpoint call.
5778         (handle_gnu_v3_exceptions): Ditto.
5779         (trace_command): Ditto.
5780         (ftrace_command): Ditto.
5781         (strace_command): Ditto.
5782         (bkpt_print_mention): Add dprintf case.
5783         (create_breakpoint_sal_default): Add extra_string argument.
5784         (_initialize_breakpoint): Add new commands.
5785         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5786         * python/py-breakpoint.c (bppy_init): Ditto.
5787         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5788
5789 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
5790
5791         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5792
5793 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
5794
5795         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5796         unsigned long long.
5797
5798 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
5799
5800         Add a new function gdb.find_pc_line to the Python API.
5801         * NEWS (Python Scripting): Add entry about the new function.
5802         * python/python.c (gdbpy_find_pc_line): New function which
5803         implements gdb.find_pc_line.
5804         (GdbMethods): Add entry for the new function.
5805
5806 2012-05-12  Pedro Alves  <palves@redhat.com>
5807
5808         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5809         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5810
5811 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
5812
5813         * inferior.c: Include completer.h
5814         (initialize_inferiors): Set completer of add-inferior to
5815         filename_completer.
5816
5817 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5818
5819         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5820         gdbarch_ptr_bit for x32 core dump.
5821
5822 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5823
5824         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5825         and features/i386/x32-avx-linux.c.
5826
5827 2012-05-11  Stan Shebs  <stan@codesourcery.com>
5828             Kwok Cheung Yeung  <kcy@codesourcery.com>
5829
5830         * NEWS: Describe new info os commands.
5831         * common/linux-osdata.c (PID_T, TIME_T): Define.
5832         (MAX_PID_T_STRLEN): New.
5833         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
5834         MAX_PID_T_STRLEN.
5835         (command_from_pid): Add comment.  Change to use PID_T.
5836         (commandline_from_pid):  Change to use PID_T.
5837         (user_from_pid): Add comment.
5838         (get_process_owner): Add comment. Change to use PID_T and
5839         MAX_PID_T_STRLEN.
5840         (get_number_of_cpu_cores): Add comment.
5841         (get_cores_used_by_process): Add comment.  Change to use PID_T and
5842         MAX_PID_T_STRLEN.
5843         (linux_xfer_osdata_processes): Change to use PID_T and
5844         MAX_PID_T_STRLEN.
5845         (compare_processes): New function.
5846         (linux_xfer_osdata_processgroups): New function.
5847         (linux_xfer_osdata_threads): Change to use PID_T.
5848         (linux_xfer_osdata_fds): New function.
5849         (format_socket_state, print_sockets): New functions.
5850         (union socket_addr): New union.
5851         (linux_xfer_osdata_isockets): New function.
5852         (time_from_time_t, group_from_gid): New functions.
5853         (linux_xfer_osdata_shm): New function.
5854         (linux_xfer_osdata_sem): New function.
5855         (linux_xfer_osdata_msg): New function.
5856         (linux_xfer_osdata_modules): New function.
5857         (osdata_table): Add new entries.
5858         * common/buffer.c (buffer_xml_printf): Add support for long and
5859         long long format specifiers.
5860
5861 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5862
5863         * amd64-linux-tdep.h (tdesc_x32_linux): New.
5864         (tdesc_x32_avx_linux): Likewise.
5865
5866 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5867
5868         Implement multi-component --with-auto-load-dir.
5869         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5870         entries.
5871         (--with-auto-load-safe-path): Update the default value description.
5872         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5873         New.
5874         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
5875         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
5876         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
5877         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
5878         "set auto-load scripts-directory".
5879         * config.in: Regenerate.
5880         * configure: Regenerate.
5881         * configure.ac (--with-auto-load-dir): New configure option.
5882         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5883
5884 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5885
5886         Provide $ddir substitution for --with-auto-load-safe-path.
5887         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5888         entries.
5889         * auto-load.c: Include observer.h.
5890         (auto_load_safe_path_vec_update): Call substitute_path_component for
5891         each component.  New variable ddir_subst.
5892         (auto_load_gdb_datadir_changed): New function.
5893         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5894         AUTO_LOAD_SAFE_PATH.  New comment.
5895         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5896         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
5897         * config.in: Regenerate.
5898         * configure: Regenerate.
5899         * configure.ac (--auto-load-safe-path): Rename
5900         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
5901         GDB_DATADIR/auto-load.
5902         * defs.h (substitute_path_component): New declaration.
5903         * top.c: Include observer.h.
5904         (set_gdb_datadir): New function.
5905         (init_main): Install it for "set data-directory".
5906         * utils.c (substitute_path_component): New function.
5907
5908 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5909
5910         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5911         * auto-load.c (auto_load_objfile_script): Remove check for NULL
5912         DEBUG_FILE_DIRECTORY.  Handle multiple components of
5913         DEBUG_FILE_DIRECTORY.
5914
5915 2012-05-10  Tom Tromey  <tromey@redhat.com>
5916
5917         * dwarf2read.c (recursively_write_psymbols): New function.
5918         (write_psymtabs_to_index): Use it.
5919
5920         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5921         field.
5922         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5923         (load_partial_comp_unit): Update.
5924         (queue_comp_unit): Add argument 'pretend_language'.
5925         (process_queue): Update.
5926         (psymtab_to_symtab_1): Skip dependencies that have a user.
5927         (load_partial_comp_unit_reader): Give meaning to the 'data'
5928         argument.
5929         (load_full_comp_unit): Add 'pretend_language' argument.
5930         (process_full_comp_unit): Add 'pretend_language' argument.  Set
5931         language on CU.
5932         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5933         Update.
5934         (maybe_queue_comp_unit): Add 'pretend_language' argument.
5935         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5936         Update.
5937         (prepare_one_comp_unit): Add 'pretend_language' argument.
5938
5939         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5940         (struct dwarf2_per_objfile) <just_read_cus>: New field.
5941         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5942         (dw2_do_instantiate_symtab): Check whether symtab was read in
5943         before queueing.
5944         (dw2_instantiate_symtab): Add assertion.  Call
5945         process_cu_includes.
5946         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5947         (partial_symtab_p): New typedef.
5948         (set_partial_user): New function.
5949         (dwarf2_build_psymtabs_hard): Use set_partial_user.
5950         (scan_partial_symbols): Add imported CU to imported_symtabs.
5951         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5952         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5953         (get_symtab, recursively_compute_inclusions)
5954         (compute_symtab_includes, process_cu_includes)
5955         (process_imported_unit_die): New functions.
5956         (process_die) <DW_TAG_imported_unit>: New case.
5957         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5958
5959         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5960         comment.
5961         (struct partial_die_info) <locdesc>: Remove.
5962         <d>: New field.
5963         (process_psymtab_comp_unit): Add 'read_partial' argument.
5964         Update.
5965         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5966         (scan_partial_symbols): Handle DW_TAG_imported_unit.
5967         (add_partial_symbol): Update.
5968         (process_die): Handle DW_TAG_partial_unit.
5969         (read_file_scope): Update comment.
5970         (load_partial_dies): Handle DW_TAG_imported_unit.
5971         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5972         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5973
5974 2012-05-10  Tom Tromey  <tromey@redhat.com>
5975
5976         * cc-with-dwz.sh: New file.
5977
5978 2012-05-10  Tom Tromey  <tromey@redhat.com>
5979
5980         * symtab.h (struct symtab) <includes, user>: New fields.
5981         * block.h (struct block_iterator) <d, idx, which>: New fields.
5982         * block.c (initialize_block_iterator, find_iterator_symtab)
5983         (block_iterator_step, block_iter_name_step)
5984         (block_iter_match_step): New functions.
5985         (block_iterator_first, block_iterator_next)
5986         (block_iter_name_first, block_iter_name_next)
5987         (block_iter_match_first, block_iter_match_next): Rewrite.
5988         (get_block_symtab): New function.
5989
5990 2012-05-10  Tom Tromey  <tromey@redhat.com>
5991
5992         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5993         set_block_symtab.
5994         * jit.c (finalize_symtab): Use allocate_global_block,
5995         set_block_symtab.
5996         * buildsym.c (finish_block_internal): New function, from old
5997         finish_block.
5998         (finish_block): Rewrite.
5999         (end_symtab): Use finish_block_internal, set_block_symtab.
6000         * block.h (struct global_block): New.
6001         (allocate_global_block, set_block_symtab): Declare.
6002         * block.c (allocate_global_block, set_block_symtab): New
6003         functions.
6004
6005 2012-05-10  Tom Tromey  <tromey@redhat.com>
6006
6007         * psymtab.c (partial_map_expand_apply): Add assertion.
6008         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6009         (psymtab_to_symtab): Find unshared psymtab.
6010         (dump_psymtab): Print including psymtabs.
6011         (recursively_search_psymtabs): New function.
6012         (expand_symtabs_matching_via_partial): Use it.
6013         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6014         fields.
6015         (enum psymtab_search_status): New.
6016
6017 2012-05-10  Tom Tromey  <tromey@redhat.com>
6018
6019         * tracepoint.c (scope_info): Update.
6020         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6021         (find_pc_sect_symtab, search_symbols)
6022         (default_make_symbol_completion_list_break_on)
6023         (make_file_symbol_completion_list): Update.
6024         * symmisc.c (dump_symtab_1): Update.
6025         * stack.c (print_frame_args, iterate_over_block_locals)
6026         (print_frame_labels, iterate_over_block_arg_vars): Update.
6027         * python/py-block.c (block_object) <dict>: Remove.
6028         <block>: New field.
6029         <iter>: Change type.
6030         (blpy_iter): Update.
6031         (blpy_block_syms_iternext): Update.
6032         * psymtab.c (map_block): Use block iterators.
6033         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6034         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6035         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6036         * infrun.c (check_exception_resume): Update.
6037         * cp-support.c (make_symbol_overload_list_block): Update.
6038         * coffread.c (patch_opaque_types): Update.
6039         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6040         * block.h (struct block_iterator): New.
6041         (block_iterator_first, block_iterator_next, block_iter_name_first)
6042         (block_iter_name_next, block_iter_match_first)
6043         (block_iter_match_next): Declare.
6044         (ALL_BLOCK_SYMBOLS): Redefine.
6045         * block.c (block_iterator_first, block_iterator_next)
6046         (block_iter_name_first, block_iter_name_next)
6047         (block_iter_match_first, block_iter_match_next): New functions.
6048         * ada-lang.c (ada_add_block_symbols)
6049         (ada_make_symbol_completion_list): Use block iterator.
6050
6051 2012-05-10  Tom Tromey  <tromey@redhat.com>
6052
6053         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6054         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6055         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6056         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6057         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6058         Update.
6059
6060 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6061
6062         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6063         print-file-var-lib2.c, print-file-var-main.c and
6064         print-file-var.exp (located in gdb/testsuite/gdb.base).
6065
6066 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6067
6068         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6069         try locating the symbol in the symbol's own objfile first, before
6070         extending the search to all objfiles.
6071         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6072         out of lookup_symbol_aux_symtabs.
6073         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6074         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6075         Do not search EXCLUDE_OBJFILE.
6076         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6077         (lookup_symbol_global): Search for matches in the block's objfile
6078         first, before searching all other objfiles.
6079
6080 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6081
6082         * printcmd.c (set_command): Add pre/post inc/dec.
6083
6084 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6085
6086         * gdb.1: Document -ex option.
6087
6088 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6089
6090         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6091         * inferior.h (AT_SYMBOL): Delete.
6092
6093 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6094
6095         * mips-tdep.c (mips_push_dummy_code): New function.
6096         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6097         ON_STACK and install mips_push_dummy_code as our gdbarch
6098         push_dummy_code routine.
6099
6100 2012-05-09  Pedro Alves  <palves@redhat.com>
6101
6102         * target.c (set_maintenance_target_async_permitted): Rename to ...
6103         (set_target_async_command): ... this.
6104         (show_maintenance_target_async_permitted): Rename to ...
6105         (show_target_async_command): ... this.
6106         (initialize_targets): Adjust.
6107
6108 2012-05-08  Doug Evans  <dje@google.com>
6109
6110         * go-exp.y (classify_name): Add missing assignment of fields of
6111         yylval.ssym.
6112
6113 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6114
6115         Display the ">" prompt in interactive mode while reading canned
6116         commands, even when the current interpreter is MI.
6117
6118         * interps.c (interp_set_temp): New function.
6119
6120         * interps.h (interp_set_temp): Add prototype.
6121
6122         * cli/cli-script.c (restore_interp): New cleanup function.
6123         (read_command_lines): Temporarily override the current interpreter
6124         with CLI and arrange for restoring the original one.
6125
6126 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6127
6128         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6129
6130 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6131
6132         * probe.c (parse_probes): Move conditional to check for
6133         debuginfo files from here...
6134         * stap-probe.c (stap_get_probes): ... to here.
6135
6136 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6137             H.J. Lu  <hongjiu.lu@intel.com>
6138
6139         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6140         `movl %esp, %ebp' for the X32 ABI.
6141
6142 2012-05-07  Tom Tromey  <tromey@redhat.com>
6143
6144         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6145         get_DW_TAG_name.
6146         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6147         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6148         (dwarf_stack_op_name): Remove.
6149         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6150         (decode_locdesc): Use get_DW_OP_name.
6151         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6152         (dwarf2_compile_expr_to_ax): Likewise.
6153         (disassemble_dwarf_expression): Likewise.
6154         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6155
6156 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6157
6158         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6159         (sh_linux_sigtramp_cache): New function.
6160         (sh_linux_sigreturn_init): New function.
6161         (sh_linux_rt_sigreturn_init): New function.
6162         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6163         patterns.
6164         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6165         syscall codes.
6166         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6167         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6168         (sh_linux_init_abi): Add init calls to register new tramp_frame
6169         definitions under 32-bit SH, update comments.
6170
6171 2012-05-07  Pedro Alves  <palves@redhat.com>
6172
6173         PR gdb/10952
6174
6175         * amd64-linux-tdep.c: Include glibc-tdep.h.
6176         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6177         gdbarch_skip_solib_resolver callback.
6178
6179 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6180
6181         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6182         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6183         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6184         (add_auto_load_safe_path): Change the error message.
6185         (_initialize_auto_load): Change the "safe-path" help text.
6186         * configure: Regenerate
6187         * configure.ac (--without-auto-load-safe-path): Set
6188         WITH_AUTO_LOAD_SAFE_PATH to /.
6189
6190 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6191
6192         * stap-probe.h: Do not include unecessary `probe.h'.
6193
6194 2012-05-05  Alan Modra  <amodra@gmail.com>
6195
6196         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6197         bfd_und_section_ptr.
6198         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6199         and bfd_com_section_ptr.
6200
6201 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6202
6203         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6204
6205 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6206
6207         * windows-nat.h (segment_register_p_ftype): New typedef.
6208         (windows_set_segment_register_p): Add declaration.
6209         * windows-nat.c (segment_register_p): New static global.
6210         (windows_set_segment_register_p): New function.
6211         (do_windows_fetch_inferior_registers): Add special handling
6212         for segment registers.
6213         * amd64-windows-nat.c: #include "amd64-tdep.h".
6214         (amd64_windows_segment_register_p): New function.
6215         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6216         * i386-windows-nat.c: #include "i386-tdep.h".
6217         (i386_windows_segment_register_p): New function.
6218         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6219
6220 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6221
6222         * printcmd.c (set_command): Emit a warning if the expression is not
6223         an assignment.
6224
6225 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6226
6227         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6228         Make static.
6229
6230 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6231
6232         * stap-probe.c (stap_is_operator): Change declaration.
6233         (stap_get_opcode): Change return value.
6234         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6235         `stap_parse_argument_1'.
6236
6237 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6238
6239         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6240         debug log.
6241
6242 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6243
6244         Add two new methods global_block and static_block to gdb.Symtab
6245         objects.
6246         * NEWS (Python scripting): Add entry about the new methods.
6247         * python/py-symtab.c (stpy_global_block): New function which
6248         implements the gdb.Symtab.global_block() method.
6249         (stpy_static_block): New function which implements the
6250         gdb.Symtab.static_block() method.
6251         (symtab_object_methods): Add entries for the two new methods.
6252
6253 2012-05-03  Doug Evans  <dje@google.com>
6254
6255         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6256         files.
6257
6258 2012-05-03  Yao Qi  <yao@codesourcery.com>
6259
6260         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6261         space.
6262         (i386_process_record): Ditto.
6263
6264 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6265
6266         * infcall.c (unwind_on_signal_p): Make static.
6267
6268 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6269
6270         * sol-thread.c (solaris_pid_to_str): Make static.
6271         (_initialize_sol_thread): Add prototype.
6272
6273 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6274
6275         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6276
6277 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6278
6279         * MAINTAINERS: Remove myself.
6280
6281 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6282
6283         Fix --without-auto-load-safe-path for MS-Windows host platform.
6284         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6285
6286 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6287
6288         * gdb_curses.h: Undefine KEY_EVENT before including curses
6289         headers.  Move "#undef MOUSE_MOVED" before any curses header
6290         inclusion.
6291
6292 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6293
6294         * features/i386/i386-mmx-linux.c: Regenerate.
6295         * features/rs6000/powerpc-32.c: Likewise.
6296         * features/rs6000/powerpc-32l.c: Likewise.
6297         * features/rs6000/powerpc-403.c: Likewise.
6298         * features/rs6000/powerpc-403gc.c: Likewise.
6299         * features/rs6000/powerpc-405.c: Likewise.
6300         * features/rs6000/powerpc-505.c: Likewise.
6301         * features/rs6000/powerpc-601.c: Likewise.
6302         * features/rs6000/powerpc-602.c: Likewise.
6303         * features/rs6000/powerpc-603.c: Likewise.
6304         * features/rs6000/powerpc-604.c: Likewise.
6305         * features/rs6000/powerpc-64.c: Likewise.
6306         * features/rs6000/powerpc-64l.c: Likewise.
6307         * features/rs6000/powerpc-750.c: Likewise.
6308         * features/rs6000/powerpc-860.c: Likewise.
6309         * features/rs6000/powerpc-e500.c: Likewise.
6310         * features/rs6000/powerpc-e500l.c: Likewise.
6311         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6312         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6313         * features/rs6000/rs6000.c: Likewise.
6314
6315 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6316
6317         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6318         variable.
6319         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6320         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6321         (stap_parse_argument) <e>: Likewise.
6322         (handle_stap_probe) <byte_order>: Likewise.
6323
6324 2012-04-30  Doug Evans  <dje@google.com>
6325
6326         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6327         init_and_read_dies_worker.  All callers updated.
6328         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6329         replaced with init_cutu_and_read_dies.
6330         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6331         (find_partial_die): Remove FIXME.  Don't free current CU.
6332
6333 2012-04-30  Sterling Augustine  <saugustine@google.com>
6334
6335         * contrib: New directory.
6336         * contrib/test_pubnames_and_indexes.py: New file.
6337
6338 2012-04-30  Doug Evans  <dje@google.com>
6339
6340         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6341         All callers updated.
6342         (init_cu_die_reader): Verify the section is non-empty.
6343         (dwarf_decode_line_header): Don't dereference section->asection
6344         until we know the section is present.
6345
6346 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6347
6348         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6349         probes.
6350
6351 2012-04-29  Yao Qi  <yao@codesourcery.com>
6352
6353         * gdb-code-style.el: New hook gdb-markup-hook
6354         and gdb-comment-hook.
6355
6356 2012-04-28  Doug Evans  <dje@google.com>
6357
6358         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6359         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6360         objfile->obfd.
6361         * symfile.h (dwarf2_debug_sections): New member addr.
6362         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6363         (ctx_no_get_addr_index): New function.
6364         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6365         (ctx_no_get_addr_index): Declare.
6366         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6367         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6368         (dwarf_expr_ctx_funcs): Update.
6369         (needs_get_addr_index): New function.
6370         (needs_frame_ctx_funcs): Update.
6371         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6372         * dwarf2read.c: #include "gdbcore.h".
6373         (dwarf2_per_objfile): New members addr, dwo_files.
6374         (dwarf2_elf_names): Add entry for addr.
6375         (struct dwo_section_names): New type.
6376         (dwo_section_names): New static global.
6377         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6378         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6379         old debug_types_section member updated to use this.
6380         Rename member debug_types_section to info_or_types_section,
6381         all uses updated.
6382         (signatured_type): Rename member type_offset to type_offset_in_tu,
6383         all uses updated.  New member type_offset_in_section.
6384         (struct dwo_sections): New type.
6385         (struct dwo_unit): New type.
6386         (struct dwo_file): New type.
6387         (die_reader_specs): New member dwo_file.
6388         (dwarf2_locate_sections): Watch for .debug_addr.
6389         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6390         (dwarf2_read_section): Get bfd of section from bfd's asection,
6391         instead of objfile.
6392         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6393         (create_signatured_type_table_from_index): Initialize
6394         sig_type->info_or_types_section.
6395         (dw2_get_file_names): Statement lists for type units with DWO files
6396         live in the DWO file.
6397         (create_debug_types_hash_table): New function.
6398         (create_all_type_units): Rewrite.
6399         (init_cu_die_reader): New arg dwo_file, all callers updated.
6400         (init_and_read_dies_worker): Get section from
6401         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6402         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6403         continue reading the CU/TU from there.
6404         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6405         updated.  Get section from this_cu->info_or_types_section.
6406         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6407         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6408         DW_FORM_GNU_str_index.
6409         (hash_dwo_file, eq_dwo_file): New functions.
6410         (allocate_dwo_file_hash_table): New function.
6411         (hash_dwo_unit, eq_dwo_unit): New functions.
6412         (allocate_dwo_unit_table): New function.
6413         (dwarf2_locate_dwo_sections): New function.
6414         (struct create_dwo_info_table_data): New type.
6415         (create_debug_info_hash_table_reader): New function.
6416         (create_debug_info_hash_table): New function.
6417         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6418         (lookup_dwo_file): New function.
6419         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6420         (free_dwo_file, free_dwo_file_cleanup): New functions.
6421         (free_dwo_file_from_slot, free_dwo_files): New functions.
6422         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6423         (dwarf2_record_block_ranges): Ditto.
6424         (read_partial_die): Ditto.
6425         (process_enumeration_scope): Update to use type_offset_in_section.
6426         (read_full_die_1): New function.
6427         (read_full_die): Rewrite.
6428         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6429         DW_FORM_GNU_str_index.
6430         (read_addr_index_1, read_addr_index): New functions.
6431         (read_addr_index_from_leb128): New function.
6432         (struct dwarf2_read_addr_index_data): New type.
6433         (dwarf2_read_addr_index_reader): New function.
6434         (dwarf2_read_addr_index): New function.
6435         (read_str_index): New function.
6436         (leb128_size): New function.
6437         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6438         If processing a type unit from a DWO file, get the line section
6439         from the DWO file.
6440         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6441         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6442         DW_FORM_GNU_str_index.
6443         (lookup_die_type): Check whether section offset of type's die is
6444         known before looking it up.  Remove assert.  Condition can
6445         legimately happen for inter-cu type references.
6446         (dwarf_attr_name): Handle Fission attributes.
6447         (dwarf_form_name): Handle Fission forms.
6448         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6449         DW_FORM_GNU_str_index.
6450         (follow_die_sig): Update to use type_offset_in_section.
6451         (decode_locdesc): New case DW_OP_GNU_addr_index.
6452         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6453         DW_FORM_GNU_str_index.
6454         (cu_debug_loc_section): New function.
6455         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6456         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6457         Free DWO files if present.
6458         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6459
6460         Refactor DIE reading.
6461         * dwarf2read.c (dwarf2_per_objfile): Replace members
6462         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6463         (die_reader_specs): New member "die_section".  Temporarily make
6464         member "buffer" non-const, pending constifying all info_ptr uses.
6465         (die_reader_func_ftype): New typedef.
6466         (dw2_get_file_names_reader): New function.
6467         (dw2_get_file_names): Rewrite.
6468         (read_and_check_type_unit_head): Rename arg type_offset to
6469         type_offset_in_tu.
6470         (create_all_type_units): Improve debugging message.
6471         Improve dummy type unit check.
6472         (init_cu_die_reader): New arg "section".  All callers updated.
6473         (init_and_read_dies_worker): New function.
6474         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6475         (init_cutu_and_read_dies_no_follow): New function.
6476         (init_cutu_and_read_dies_simple): New function.
6477         (process_psymtab_comp_unit_reader): New function.
6478         (process_psymtab_comp_unit): Delete args section,
6479         is_debug_types_section.  Rewrite.  All callers updated.
6480         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6481         All callers updated.  Rewrite.
6482         (load_partial_comp_unit_reader): New function.
6483         (load_partial_comp_unit): Rewrite.
6484         (skip_children): New arg reader.  Delete args buffer, cu.
6485         All callers updated.
6486         (skip_one_die): New arg reader.  Delete args buffer, cu.
6487         All callers updated.
6488         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6489         All callers updated.
6490         (load_full_comp_unit_reader): New function.
6491         (load_full_comp_unit): Rewrite.
6492         (read_comp_unit): Delete.
6493         (read_die_and_children_1): Delete, contents moved ...
6494         (read_die_and_children): ... here.
6495         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6496         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6497         All callers updated.
6498         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6499         All callers updated.
6500         (find_partial_die): Rewrite load_all_dies support.
6501         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6502         All callers updated.
6503         (read_attribute): New arg reader.  Delete args abfd, cu.
6504         All callers updated.
6505         (load_full_type_unit): Add assert.
6506         (read_signatured_type_reader): New function.
6507         (read_signatured_type): Rewrite.
6508         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6509         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6510         All callers updated.  Set per_cu->cu = NULL after freeing it.
6511         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6512         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6513         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6514         (set_die_type): Update.
6515         (get_die_type_at_offset): Update.
6516         (read_file_scope): Call prepare_one_comp_unit.
6517         (read_type_unit_scope): Ditto.
6518         (prepare_one_comp_unit): Set producer if present.
6519
6520 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6521
6522         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6523          gettext function on `error'.
6524
6525 2012-04-27  Doug Evans  <dje@google.com>
6526
6527         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6528         is empty.
6529
6530 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6531             Tom Tromey  <tromey@redhat.com>
6532
6533         * breakpoint.c (struct breakpoint_objfile_data)
6534         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6535         <exception_probes>: New fields.
6536         (free_breakpoint_probes): New function.
6537         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6538         `_Unwind_DebugHook'.
6539         (create_exception_master_breakpoint): Likewise.
6540         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6541         * infrun.c: Including necessary header files for handling SystemTap
6542         probes.
6543         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6544         via SystemTap probes.
6545         (check_exception_resume): Remove `func' argument.  Handle exception
6546         unwinding breakpoint set via a SystemTap probe.
6547         (insert_exception_resume_from_probe): New function.
6548
6549 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6550             Tom Tromey  <tromey@redhat.com>
6551             Jan Kratochvil  <jan.kratochvil@redhat.com>
6552
6553         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6554         (COMMON_OBS): Likewise.
6555         (HFILES_NO_SRCDIR): Add `probe'.
6556         * NEWS: Mention support for static and SystemTap probes.
6557         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6558         SystemTap probes' arguments parser.
6559         * arm-linux-tdep.c: Including headers needed to perform the parsing
6560         of SystemTap probes' arguments.
6561         (arm_stap_is_single_operand): New function.
6562         (arm_stap_parse_special_token): Likewise.
6563         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6564         probes' arguments parser.
6565         * ax-gdb.c (require_rvalue): Removing static declaration.
6566         (gen_expr): Likewise.
6567         * ax-gdb.h (gen_expr): Declaring function.
6568         (require_rvalue): Likewise.
6569         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6570         (bkpt_probe_breakpoint_ops): New variable.
6571         (momentary_breakpoint_from_master): Set the `probe' value.
6572         (add_location_to_breakpoint): Likewise.
6573         (break_command_1): Using proper breakpoint_ops according to the
6574         argument passed by the user in the command line.
6575         (bkpt_probe_insert_location): New function.
6576         (bkpt_probe_remove_location): Likewise.
6577         (bkpt_probe_create_sals_from_address): Likewise.
6578         (bkpt_probe_decode_linespec): Likewise.
6579         (tracepoint_probe_create_sals_from_address): Likewise.
6580         (tracepoint_probe_decode_linespec): Likewise.
6581         (tracepoint_probe_breakpoint_ops): New variable.
6582         (trace_command): Using proper breakpoint_ops according to the
6583         argument passed by the user in the command line.
6584         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6585         static probes on breakpoints and tracepoints.
6586         * breakpoint.h (struct bp_location) <probe>: New field.
6587         * cli-utils.c (skip_spaces_const): New function.
6588         (extract_arg): Likewise.
6589         * cli-utils.h (skip_spaces_const): Likewise.
6590         (extract_arg): Likewise.
6591         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6592         * configure.ac: Append `stap-probe.o' to be generated when ELF
6593         support is present.
6594         * configure: Regenerate.
6595         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6596         * elfread.c: Include `probe.h' and `arch-utils.h'.
6597         (probe_key): New variable.
6598         (elf_get_probes): New function.
6599         (elf_get_probe_argument_count): Likewise.
6600         (elf_evaluate_probe_argument): Likewise.
6601         (elf_compile_to_ax): Likewise.
6602         (elf_symfile_relocate_probe): Likewise.
6603         (stap_probe_key_free): Likewise.
6604         (elf_probe_fns): New variable.
6605         (elf_sym_fns): Add `sym_probe_fns' value.
6606         (elf_sym_fns_lazy_psyms): Likewise.
6607         (elf_sym_fns_gdb_index): Likewise.
6608         (_initialize_elfread): Initialize objfile cache for static
6609         probes.
6610         * gdb_vecs.h (struct probe): New forward declaration.
6611         (probe_p): New VEC declaration.
6612         * gdbarch.c: Regenerate.
6613         * gdbarch.h: Regenerate.
6614         * gdbarch.sh (stap_integer_prefix): New variable.
6615         (stap_integer_suffix): Likewise.
6616         (stap_register_prefix): Likewise.
6617         (stap_register_suffix): Likewise.
6618         (stap_register_indirection_prefix): Likewise.
6619         (stap_register_indirection_suffix): Likewise.
6620         (stap_gdb_register_prefix): Likewise.
6621         (stap_gdb_register_suffix): Likewise.
6622         (stap_is_single_operand): New function.
6623         (stap_parse_special_token): Likewise.
6624         (struct stap_parse_info): Forward declaration.
6625         * i386-tdep.c: Including headers needed to perform the parsing
6626         of SystemTap probes' arguments.
6627         (i386_stap_is_single_operand): New function.
6628         (i386_stap_parse_special_token): Likewise.
6629         (i386_elf_init_abi): Initializing proper fields used by SystemTap
6630         probes' arguments parser.
6631         * i386-tdep.h (i386_stap_is_single_operand): New function.
6632         (i386_stap_parse_special_token): Likewise.
6633         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6634         * mipsread.c (ecoff_sym_fns): Likewise.
6635         * objfiles.c (objfile_relocate1): Support relocation for static
6636         probes.
6637         * parse.c (prefixify_expression): Remove static declaration.
6638         (initialize_expout): Likewise.
6639         (reallocate_expout): Likewise.
6640         * parser-defs.h (initialize_expout): Declare function.
6641         (reallocate_expout): Likewise.
6642         (prefixify_expression): Likewise.
6643         * ppc-linux-tdep.c: Including headers needed to perform the parsing
6644         of SystemTap probes' arguments.
6645         (ppc_stap_is_single_operand): New function.
6646         (ppc_stap_parse_special_token): Likewise.
6647         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6648         probes' arguments parser.
6649         * probe.c: New file, for generic statically defined probe support.
6650         * probe.h: Likewise.
6651         * s390-tdep.c: Including headers needed to perform the parsing of
6652         SystemTap probes' arguments.
6653         (s390_stap_is_single_operand): New function.
6654         (s390_gdbarch_init): Initializing proper fields used by SystemTap
6655         probes' arguments parser.
6656         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6657         * stap-probe.c: New file, for SystemTap probe support.
6658         * stap-probe.h: Likewise.
6659         * symfile.h: Include `gdb_vecs.h'.
6660         (struct sym_probe_fns): New struct.
6661         (struct sym_fns) <sym_probe_fns>: New field.
6662         * symtab.c (init_sal): Initialize `probe' field.
6663         * symtab.h (struct probe): Forward declaration.
6664         (struct symtab_and_line) <probe>: New field.
6665         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6666         locations.
6667         (stop_tracing): Likewise.
6668         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6669
6670 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6671             Tom Tromey  <tromey@redhat.com>
6672
6673         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6674         and to compile agent expressions.
6675         * infrun.c (siginfo_make_value): New argument `ignore'.
6676         (siginfo_funcs): New struct.
6677         (_initialize_infrun): New argument when calling
6678         `create_internalvar_type_lazy'.
6679         * thread.c (thread_id_make_value): New argument `ignore'.
6680         (thread_funcs): New struct.
6681         (_initialize_thread): New argument when calling
6682         `create_internalvar_type_lazy'.
6683         * tracepoint.c (sdata_make_value): New argument `ignore'.
6684         (sdata_funcs): New struct.
6685         (_initialize_tracepoint): New argument when calling
6686         `create_internalvar_type_lazy'.
6687         * value.c (make_value): New struct.
6688         (create_internalvar_type_lazy): New argument `data'.
6689         (compile_internalvar_to_ax): New function.
6690         (value_of_internalvar): Properly handling `make_value' case.
6691         (clear_internalvar): Likewise.
6692         (show_convenience): Adding `TRY_CATCH' block.
6693         * value.h (internalvar_make_value): Delete, replace by...
6694         (struct internalvar_funcs): ... this.
6695         (create_internalvar_type_lazy) <fun>: Delete argument.
6696         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6697         (compile_internalvar_to_ax): New function.
6698         * windows-tdep.c (tlb_make_value): New argument `ignore'.
6699         (tlb_funcs): New struct.
6700         (_initialize_windows_tdep): New argument when calling
6701         `create_internalvar_type_lazy'.
6702
6703 2012-04-27  Mark Wielaard  <mjw@redhat.com>
6704
6705         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6706         see whether it is an address or a constant offset from DW_AT_low_pc.
6707         (dwarf2_record_block_ranges): Likewise.
6708         (read_partial_die): Likewise.
6709
6710 2012-04-26  Mark Wielaard  <mjw@redhat.com>
6711
6712         * MAINTAINERS (Write After Approval): Add myself to the list.
6713
6714 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6715
6716         * proc-utils.h (proc_prettyprint_signalset): New prototype.
6717         (proc_prettyprint_signal): Likewise.
6718         (proc_prettyprint_faultset): Likewise.
6719         (proc_prettyprint_fault): Likewise.
6720         (proc_prettyprint_actionset): Likewise.
6721         (proc_prettyprint_flags): Move to new proc-flags.c section.
6722         (proc_prettyfprint_flags): New prototype.
6723         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6724         (proc_syscall, proc_cursig): Likewise.
6725         (proc_set_kill_on_last_close): Likewise.
6726         (proc_unset_kill_on_last_close): Likewise.
6727         (proc_set_watchpoint): Make static.
6728         (proc_delete_dead_threads): Likewise.
6729         (procfs_set_watchpoint): Likewise.
6730         (_initialize_procfs): Add prototype.
6731         * proc-events.c: Include proc-utils.h.
6732         (init_syscall_table): Make static.
6733         * proc-api.c (_initialize_proc_api): Add prototype.
6734         * proc-flags.c: Include proc-utils.h.
6735
6736 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6737
6738         * configure.ac: Add AC_ARG_PROGRAM.
6739         * configure: Regenerate.
6740
6741 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6742
6743         Fix DW_AT_lower_bound defaults for DWARF-4+.
6744         * dwarf2read.c (read_subrange_type): Remove initialization of low and
6745         high.  New variable low_default_is_valid.  Implement DWARF-4+
6746         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
6747         no default by the DWARF standard.
6748
6749 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
6750             Maciej W. Rozycki  <macro@codesourcery.com>
6751
6752         * infrun.c (handle_inferior_event): Move the check for return
6753         trampolines ahead of the check for function trampolines.
6754         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6755         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6756         (mips_str_mips16_ret_stub): Likewise.
6757         (mips_str_call_fp_stub): Likewise.
6758         (mips_str_call_stub): Likewise.
6759         (mips_str_fn_stub): Likewise.
6760         (mips_str_pic): Likewise.
6761         (mips_in_frame_stub): New function.
6762         (mips_unwind_pc): Return the return address rather than the PC
6763         if the PC of an intermediate frame is inside a call thunk.
6764         (mips_is_stub_suffix): New function.
6765         (mips_is_stub_mode): Likewise.
6766         (mips_get_mips16_fn_stub_pc): Likewise.
6767         (mips_skip_mips16_trampoline_code): Update to handle all the
6768         currently generated stub types.  Don't recurse into __fn_stub
6769         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
6770         Use cooked register accesses.
6771         (mips_in_return_stub): Reintroduce function.
6772         (mips_skip_trampoline_code): Traverse trampolines recursively.
6773         (mips_gdbarch_init): Handle MIPS16 return trampolines.
6774
6775 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
6776
6777         GDB 7.4.1 released.
6778
6779 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
6780
6781         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6782         * features/arm-with-m-vfp-d16.xml: New file. Describes
6783         Cortex-M with VFPv4-sp-d16 FPU register layout.
6784         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6785         * features/arm-with-m-vfp-d16.c: New. Generated from above.
6786         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6787         (arm-register_g_packet_guesses): Add vfp-d16 guess.
6788         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6789
6790 2012-04-25  Doug Evans  <dje@google.com>
6791
6792         * cli/cli-decode.c (print_doc_line): Use stream instead of
6793         current_uiout.
6794
6795 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
6796
6797         * features/arm-with-iwmmxt.c: Regenerate.
6798         * features/arm-with-m-fpa-layout.c: Likewise.
6799         * features/arm-with-m.c: Likewise.
6800         * features/arm-with-neon.c: Likewise.
6801         * features/arm-with-vfpv2.c: Likewise.
6802         * features/arm-with-vfpv3.c: Likewise.
6803         * features/mips-dsp-linux.c: Likewise.
6804         * features/mips-linux.c: Likewise.
6805         * features/mips64-dsp-linux.c: Likewise.
6806         * features/mips64-linux.c: Likewise.
6807         * features/s390-linux32.c: Likewise.
6808         * features/s390-linux32v1.c: Likewise.
6809         * features/s390-linux32v2.c: Likewise.
6810         * features/s390-linux64.c: Likewise.
6811         * features/s390-linux64v1.c: Likewise.
6812         * features/s390-linux64v2.c: Likewise.
6813         * features/s390x-linux64.c: Likewise.
6814         * features/s390x-linux64v1.c: Likewise.
6815         * features/s390x-linux64v2.c: Likewise.
6816         * features/tic6x-c62x-linux.c: Likewise.
6817         * features/tic6x-c62x.c: Likewise.
6818         * features/tic6x-c64x-linux.c: Likewise.
6819         * features/tic6x-c64x.c: Likewise.
6820         * features/tic6x-c64xp-linux.c: Likewise.
6821         * features/tic6x-c64xp.c: Likewise.
6822         * target-descriptions.c: Only generate `field_type' and `type'
6823         variables when needed.
6824
6825 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
6826
6827         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6828
6829 2012-04-25  Doug Evans  <dje@google.com>
6830
6831         Initial pass at Go language support.
6832         * NEWS: Mention Go.
6833         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6834         go-valprint.c.
6835         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6836         (YYFILES): Add go-exp.c.
6837         (YYOBJ): Add go-exp.o.
6838         (local-maintainer-clean): Delete go-exp.c.
6839         * defs.h (enum language): Add language_go.
6840         * dwarf2read.c: #include "go-lang.h".
6841         (fixup_go_packaging): New function.
6842         (process_full_comp_unit): Call it when processing Go CUs.
6843         (dwarf2_physname): Add Go support.
6844         (read_file_scope): Handle missing language spec for GNU Go.
6845         (set_cu_language): Handle DW_LANG_Go.
6846         * go-exp.y: New file.
6847         * go-lang.h: New file.
6848         * go-lang.c: New file.
6849         * go-typeprint.c: New file.
6850         * go-valprint.c: New file.
6851         * symtab.c: #include "go-lang.h".
6852         (symbol_set_language): Handle language_go.
6853         (symbol_find_demangled_name, symbol_set_names): Ditto.
6854         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6855
6856 2012-04-24  Jim Meyering  <meyering@redhat.com>
6857
6858         avoid a few strncpy-induced buffer overruns
6859         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6860         fname and psargs before trying to concatenate.
6861         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6862         "name" before applying strchr.
6863
6864 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
6865
6866         * CONTRIBUTE: Use unified diff instead of context diff when
6867         generating patches.
6868
6869 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6870
6871         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6872         code.  Handle JR.HB correctly.
6873
6874 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6875
6876         * mips-tdep.c
6877         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6878         with the other MIPS16 helpers.
6879
6880 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
6881
6882         * observer.sh: Conditionally declare `args', thus cleaning up
6883         unused instances of this variable.
6884
6885 2012-04-24  Yao Qi  <yao@codesourcery.com>
6886
6887         Revert this patch to allow breakpoint always-inserted
6888         in record target.
6889         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
6890         * breakpoint.c: Include record.h.
6891         (breakpoints_always_inserted_mode): Return false when the record
6892         target is in use.
6893
6894         * breakpoint.c (iterate_over_bp_locations): New.
6895         * breakpoint.h: Declare.
6896         New typedef walk_bp_location_callback.
6897         * record.c (record_open): Call record_init_record_breakpoints.
6898         (record_sync_record_breakpoints): New.
6899         (record_init_record_breakpoints): New.
6900         * NEWS: Mention supporting breakpoint always-inserted mode in
6901         record target.
6902
6903 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
6904
6905         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6906         any thread.
6907
6908 2012-04-24  Yao Qi  <yao@codesourcery.com>
6909
6910         * breakpoint.c (ep_is_catchpoint): Renamed to ...
6911         (is_catchpoint): ... it.
6912         (print_one_breakpoint_location): Caller update.
6913         * breakpoint.h: Update declaration.
6914
6915 2012-04-23  David S. Miller  <davem@davemloft.net>
6916
6917         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6918
6919 2012-04-23  Tom Tromey  <tromey@redhat.com>
6920
6921         * buildsym.c (add_free_pendings): Remove.
6922         * buildsym.h (add_free_pendings): Remove.
6923
6924 2012-04-23  Doug Evans  <dje@google.com>
6925
6926         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6927         attr.u.unsnd instead of attr.u.addr.
6928         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6929         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6930         DW_FORM_ref_udata.
6931         (dump_die_shallow): Update cases DW_FORM_ref_addr,
6932         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
6933         DW_FORM_ref_udata.
6934         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6935
6936 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
6937
6938         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6939         (mips_o32_return_value): Likewise.
6940         (mips_o64_return_value): Likewise.
6941
6942 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
6943
6944         * ada-lang.c (ada_evaluate_subexp): Add cases for
6945         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6946         their treatment in eval.c.
6947
6948 2012-04-21  David S. Miller  <davem@davemloft.net>
6949
6950         * sparc-tdep.c (X_DISP10): Define.
6951         (sparc_analyze_control_transfer): Handle compare-and-branch.
6952
6953 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
6954
6955         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6956         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6957
6958 2012-04-20  Nigel Stephens  <nigel@mips.com>
6959             Maciej W. Rozycki  <macro@codesourcery.com>
6960
6961         * mips-tdep.c (mips_float_register_p): New function.
6962         (mips_convert_register_float_case_p): Use mips_float_register_p.
6963         (mips_register_type): Likewise.
6964         (mips_print_register): Likewise.
6965         (print_gp_register_row): Likewise.
6966         (mips_print_registers_info): Likewise.
6967
6968 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
6969
6970         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6971         of mips16 symbols.
6972
6973 2012-04-20  Andrew Pinski  <apinski@cavium.com>
6974
6975         * MAINTAINERS (Write After Approval): Add myself to the list.
6976
6977 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6978
6979         * MAINTAINERS: Update my e-mail address.
6980
6981 2012-04-20  Pedro Alves  <palves@redhat.com>
6982
6983         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6984         $srcdir.
6985         * configure: Regenerate.
6986
6987 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6988
6989         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
6990         declaration.
6991         * gdb_vecs.h: Declare `const_char_ptr' VEC.
6992
6993 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6994
6995         Fix compilation compatibility with python-2.4
6996         * python/py-type.c (convert_field): Cast ADDRSTRING for
6997         PyObject_SetAttrString as non-const.  New comment.
6998
6999 2012-04-19  Tom Tromey  <tromey@redhat.com>
7000
7001         * top.c (quit_target): Use all_cleanups.
7002         * main.c (captured_command_loop): Use all_cleanups.
7003         * exceptions.c (throw_exception): Use all_cleanups.
7004
7005 2012-04-19  Pedro Alves  <palves@redhat.com>
7006
7007         * Makefile.in (GNULIB_BUILDDIR): New.
7008         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7009         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7010         (CLEANDIRS). Remove gnulib/import.
7011         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7012         (all-lib): Ditto.
7013         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7014         (gnulib/import/Makefile): Replace gnulib/import with
7015         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7016         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7017         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7018         acx_configure_dir.m4.
7019         * acinclude.m4: Include acx_configure_dir.m4.
7020         * acx_configure_dir.m4: New file.
7021         * aclocal.m4: Regenerate.
7022         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7023         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7024         (GNULIB): New variable.
7025         (GNULIB_STDINT_H): Adjust.
7026         (AC_OUTPUT): Don't output gnulib/Makefile.
7027         * gdb/defs.h: Include build-gnulib/config.h.
7028         * aclocal.m4: Regenerate.
7029         * config.in: Regenerate.
7030         * configure: Regenerate.
7031
7032         * gnulib/Makefile.in: New file.
7033         * gnulib/configure.ac: New file.
7034         * gnulib/aclocal.m4: New file.
7035         * gnulib/config.in: New file.
7036         * gnulib/configure: New file.
7037         * gnulib/: Re-run gnulib-tool to adjust.
7038
7039 2012-04-19  Doug Evans  <dje@google.com>
7040
7041         * cleanups.h (struct cleanup): Move to cleanups.c.
7042         (make_cleanup_dtor_ftype): New typedef.
7043         (make_cleanup_dtor): Use it.
7044         (ALL_CLEANUPS): Replace with ...
7045         (all_cleanups): ... this.  Declare.  All uses updated.
7046         * cleanups.c: #include "gdb_assert.h".
7047         (sentinel_cleanup): New static global.
7048         (SENTINEL_CLEANUP): Define.
7049         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7050         (make_my_cleanup2): Assert result is non-NULL.
7051         (all_cleanups): New function.
7052         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7053         of NULL.
7054
7055 2012-04-19  Pedro Alves  <palves@redhat.com>
7056
7057         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7058         Adjust paths to gnulib imported files.
7059
7060 2012-04-19  Pedro Alves  <palves@redhat.com>
7061
7062         * gnulib/: Move whole directory ...
7063         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7064         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7065         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7066         (aclocal_m4_deps): Adjust.
7067         * aclocal.m4: Regenerate.
7068         * configure: Regenerate.
7069         * configure.ac: Adjust AC_OUTPUT output.
7070
7071 2012-04-19  Yao Qi  <yao@codesourcery.com>
7072
7073         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7074         (vec.o): New rule.
7075         * vec.c: Move it ...
7076         * common/vec.c: ... here.
7077         * vec.h: Move it ...
7078         * common/vec.h: ... here.
7079
7080 2012-04-19  Yao Qi  <yao@codesourcery.com>
7081
7082         * gdb-code-style.el: New.
7083
7084 2012-04-18  Pedro Alves  <palves@redhat.com>
7085
7086         Update gnulib from latest git.
7087         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7088
7089         * gnulib/Makefile.am: Update.
7090         * gnulib/dummy.c: Update.
7091         * gnulib/extra/arg-nonnull.h: Update.
7092         * gnulib/extra/c++defs.h: Update.
7093         * gnulib/extra/update-copyright: Update.
7094         * gnulib/extra/warn-on-use.h: Update.
7095         * gnulib/inttypes.in.h: Update.
7096         * gnulib/m4/00gnulib.m4: Update.
7097         * gnulib/m4/extensions.m4: Update.
7098         * gnulib/m4/gnulib-cache.m4: Update.
7099         * gnulib/m4/gnulib-common.m4: Update.
7100         * gnulib/m4/gnulib-comp.m4: Update.
7101         * gnulib/m4/gnulib-tool.m4: Update.
7102         * gnulib/m4/include_next.m4: Update.
7103         * gnulib/m4/inttypes-pri.m4: Update.
7104         * gnulib/m4/inttypes.m4: Update.
7105         * gnulib/m4/longlong.m4: Update.
7106         * gnulib/m4/memchr.m4: Update.
7107         * gnulib/m4/memmem.m4: Update.
7108         * gnulib/m4/mmap-anon.m4: Update.
7109         * gnulib/m4/multiarch.m4: Update.
7110         * gnulib/m4/onceonly.m4: Update.
7111         * gnulib/m4/stddef_h.m4: Update.
7112         * gnulib/m4/stdint.m4: Update.
7113         * gnulib/m4/string_h.m4: Update.
7114         * gnulib/m4/warn-on-use.m4: Update.
7115         * gnulib/m4/wchar_h.m4: Update.
7116         * gnulib/m4/wchar_t.m4: Update.
7117         * gnulib/m4/wint_t.m4: Update.
7118         * gnulib/memchr.c: Update.
7119         * gnulib/memmem.c: Update.
7120         * gnulib/stddef.in.h: Update.
7121         * gnulib/stdint.in.h: Update.
7122         * gnulib/str-two-way.h: Update.
7123         * gnulib/string.in.h: Update.
7124         * gnulib/wchar.in.h: Update.
7125
7126         * gnulib/extra/arg-nonnull.h: Delete.
7127         * gnulib/extra/c++defs.h: Delete.
7128         * gnulib/extra/warn-on-use.h: Delete.
7129         * gnulib/m4/wchar_h.m4: Delete.
7130         * gnulib/m4/wint_t.m4: Delete.
7131         * gnulib/wchar.in.h: Delete.
7132
7133         * gnulib/extra/snippets/arg-nonnull.h: New.
7134         * gnulib/extra/snippets/c++defs.h: New.
7135         * gnulib/extra/snippets/warn-on-use.h: New.
7136
7137         * aclocal.m4: Regenerate.
7138         * config.in: Regenerate.
7139         * configure: Regenerate.
7140         * gnulib/Makefile.in: Regenerate.
7141
7142 2012-04-18  Pedro Alves  <palves@redhat.com>
7143
7144         Reimport the update-copyright module from gnulib
7145         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7146
7147         * configure: Regenerate.
7148         * gnulib/Makefile.am: Update.
7149         * gnulib/Makefile.in: Regenerate.
7150         * gnulib/extra/update-copyright: Update.
7151         * gnulib/m4/gnulib-cache.m4: Update.
7152         * gnulib/m4/gnulib-comp.m4: Update.
7153
7154 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7155
7156         * configure.ac (aix): Put -lpthread into libs.
7157         * configure: Regenerate.
7158
7159 2012-04-18  Tom Tromey  <tromey@redhat.com>
7160
7161         * linespec.c (convert_linespec_to_sals): Don't use
7162         SYMBOL_OBJ_SECTION.
7163         (compare_msymbols): Arguments are minsym_and_objfile, not
7164         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7165
7166 2012-04-18  Pedro Alves  <palves@redhat.com>
7167
7168         Revert gnulib/ part of:
7169         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7170         Copyright year update in most files (performed by copyright.sh).
7171
7172 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7173
7174         Fix 64-bit constants on 32-bit hosts.
7175         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7176         from unsigned long to ULONGEST.
7177         (read_signed_leb128): Change declaration return type from long to
7178         LONGEST.
7179         (dwarf2_const_value_attr): Change declaration parameter value from long
7180         to LONGEST.
7181         (dwarf2_compute_name): Change variable value from long to LONGEST.
7182         (read_unsigned_leb128): Change return type, variable result and some
7183         casts from unsigned long to ULONGEST.
7184         (read_signed_leb128): Change return type, variable result and some
7185         casts from long to LONGEST.
7186         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7187         value from long to LONGEST.
7188         (dwarf2_const_value): Change variable value from long to LONGEST.
7189         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7190         plongest and hex_string.
7191         * symtab.h (struct general_symbol_info): Change ivalue from long to
7192         LONGEST, remove the comment.
7193         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7194         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7195
7196 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7197
7198         PR symtab/7259:
7199         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7200         * ada-lang.c (ada_discrete_type_high_bound)
7201         (ada_discrete_type_low_bound): Fix function comment.  Use
7202         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7203         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7204         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7205         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7206         Use TYPE_FIELD_ENUMVAL.
7207         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7208         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7209         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7210         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7211         TYPE_CODE_ENUM.
7212         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7213         * dwarf2read.c (process_enumeration_scope): Likewise.
7214         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7215         field.bitpos.
7216         (class StructMainTypePrettyPrinter): Support also
7217         FIELD_LOC_KIND_ENUMVAL.
7218         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7219         TYPE_CODE_ENUM.
7220         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7221         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7222         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7223         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7224         field enumval.
7225         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7226         accommodate enumval.
7227         (struct call_site): Adjust loc_kind to accommodate enumval.
7228         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7229         (TYPE_FIELD_ENUMVAL): New macros.
7230         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7231         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7232         TYPE_CODE_ENUM.
7233         * p-typeprint.c (pascal_type_print_base): Likewise.
7234         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7235         enumval.
7236         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7237         * python/py-type.c (convert_field): New variable addrstring.  Use
7238         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7239         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7240         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7241         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7242         TYPE_CODE_ENUM.
7243         * valprint.c (generic_val_print): Likewise.
7244
7245 2012-04-17  Doug Evans  <dje@google.com>
7246
7247         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7248
7249         * dwarf2read.c: Whitespace fixes.
7250         (lookup_signatured_type): Tweak comment.
7251         (get_die_type_at_offset): Fix comment.
7252
7253 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7254
7255         * xcoffread.c (xcoff_secnum_to_sections): New function.
7256         (secnum_to_section, secnum_to_bfd_section): Reimplement
7257         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7258         into "n_scnum".
7259         (RECORD_MINIMAL_SYMBOL): Delete.
7260         (record_minimal_symbol): New function.
7261         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7262         by call to record_minimal_symbol and set misc_func_recorded
7263         to 1.  Set last_csect_sec to the XCOFF section index instead
7264         of GDB's section_offset index.  Update calls to
7265         prim_record_minimal_symbol_and_info to pass the BFD section
7266         as well.
7267
7268 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7269
7270         * xcoffread.c (read_xcoff_symtab): Delete variables
7271         last_csect_val and last_csect_sec and associated code.
7272
7273 2012-04-17  Doug Evans  <dje@google.com>
7274
7275         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7276         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7277         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7278         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7279
7280         * cleanups.h: New file.
7281         * cleanups.c: New file.
7282         * Makefile.in (SFILES): Add cleanups.c.
7283         (HFILES_NO_SRCDIR): Add cleanups.h.
7284         (COMMON_OBS): Add cleanups.o.
7285         * defs.h (struct cleanup): Moved to cleanups.h.
7286         (do_cleanups,do_final_cleanups): Ditto.
7287         (discard_cleanups,discard_final_cleanups): Ditto
7288         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7289         (save_cleanups,save_final_cleanups): Ditto.
7290         (restore_cleanups,restore_final_cleanups): Ditto.
7291         (null_cleanup): Ditto.
7292         (make_my_cleanup,make_my_cleanup2): Ditto.
7293         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7294         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7295         (do_cleanups,do_final_cleanups): Ditto.
7296         (discard_cleanups,discard_final_cleanups): Ditto
7297         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7298         (save_cleanups,save_final_cleanups): Ditto.
7299         (restore_cleanups,restore_final_cleanups): Ditto.
7300         (null_cleanup): Ditto.
7301         (make_my_cleanup,make_my_cleanup2): Ditto.
7302         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7303
7304         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7305         make_my_cleanup.
7306         (make_cleanup_dyn_string_delete): Ditto.
7307         (make_cleanup_ui_file_delete): Ditto.
7308         (make_cleanup_ui_out_redirect_pop): Ditto.
7309         (make_cleanup_free_section_addr_info): Ditto.
7310         (make_cleanup_restore_integer): Ditto.
7311         (make_cleanup_unpush_target): Ditto.
7312         (make_cleanup_value_free_to_mark): Ditto.
7313         (make_cleanup_value_free): Ditto.
7314         (make_cleanup_free_so): Ditto.
7315
7316 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7317
7318         New option "set debug auto-load".
7319         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7320         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7321         (auto_load_safe_path_vec_update)
7322         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7323         if DEBUG_AUTO_LOAD.
7324         (file_is_auto_load_safe): New parameters debug_fmt and ....
7325         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7326         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7327         caller by explanatory string.
7328         (_initialize_auto_load): Register "set debug auto-load".
7329         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7330         and ....
7331         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7332         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7333         by explanatory string.
7334         * main.c (captured_main): Likewise.
7335         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7336         (source_section_scripts): Likewise.
7337
7338 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7339
7340         New option "set auto-load safe-path".
7341         * NEWS: New commands "set auto-load safe-path"
7342         and "show auto-load safe-path".
7343         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7344         (auto_load_safe_path, auto_load_safe_path_vec)
7345         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7346         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7347         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7348         (source_gdb_script_for_objfile): New variable is_safe.  Call
7349         file_is_auto_load_safe.  Return if it is not.
7350         (struct loaded_script): New field loaded.
7351         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7352         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7353         output "Missing" to "No".
7354         (_initialize_auto_load): New variable cmd.  Initialize
7355         auto_load_safe_path.  Register "set auto-load safe-path",
7356         "show auto-load safe-path" and "add-auto-load-safe-path".
7357         * auto-load.h (maybe_add_script): Add parameter loaded.
7358         (file_is_auto_load_safe): New declaration.
7359         * config.in: Regenerate.
7360         * configure: Regenerate.
7361         * configure.ac: New parameters --with-auto-load-safe-path
7362         and --without-auto-load-safe-path.
7363         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7364         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7365         * main.c (captured_main): Check file_is_auto_load_safe for
7366         LOCAL_GDBINIT.
7367         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7368         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7369         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7370         not.
7371
7372 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7373
7374         auto-load: Implementation.
7375         * NEWS: New descriptions for "info auto-load",
7376         "info auto-load gdb-scripts", "info auto-load python-scripts",
7377         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7378         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7379         and "show auto-load-scripts".  New description for "set auto-load",
7380         "show auto-load", "set auto-load gdb-scripts",
7381         "show auto-load gdb-scripts", "set auto-load python-scripts",
7382         "show auto-load python-scripts", "set auto-load local-gdbinit",
7383         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7384         "show auto-load libthread-db".
7385         * auto-load.c: Remove include python/python-internal.h.  Add includes
7386         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7387         cli/cli-setshow.h.
7388         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7389         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7390         (gdbpy_global_auto_load): Rename to ...
7391         (global_auto_load): ... here.
7392         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7393         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7394         (script_language_gdb, source_gdb_script_for_objfile): New.
7395         (struct loaded_script): New field language.
7396         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7397         LANGUAGE.
7398         (maybe_add_script): Add parameter language.  Drop redundant
7399         entry.full_path initialization.  Initialize entry.language and
7400         (*slot)->language.
7401         (auto_load_objfile_script): Change parameter suffix to language.
7402         Remove the call of maybe_add_script.
7403         Call language->source_script_for_objfile.
7404         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7405         New.
7406         (collect_matching_scripts): Adjust it for
7407         struct collect_matching_scripts_data.
7408         (auto_load_info_scripts_pattern_nl): New variable.
7409         (info_auto_load_scripts): Rename to ...
7410         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7411         for struct collect_matching_scripts_data.
7412         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7413         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7414         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7415         (auto_load_info_cmdlist_get): New.
7416         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7417         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7418         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7419         "info auto-load local-gdbinit".
7420         * auto-load.h (struct script_language): New.
7421         (gdbpy_global_auto_load): Rename to ...
7422         (global_auto_load): ... here.
7423         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7424         (auto_load_local_gdbinit_loaded): New declarations.
7425         (maybe_add_script): New parameter language.
7426         (auto_load_objfile_script): Change parameter suffix to language.
7427         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7428         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7429         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7430         declarations.
7431         * linux-thread-db.c: Include auto-load.h and ctype.h.
7432         (auto_load_thread_db, show_auto_load_thread_db): New.
7433         (struct thread_db_info): New field filename.
7434         (delete_thread_db_info): Call xfree for FILENAME.
7435         (try_thread_db_load): Initialize FILENAME.
7436         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7437         if !AUTO_LOAD_THREAD_DB.
7438         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7439         (_initialize_thread_db): Install auto_load_thread_db
7440         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7441         as "info auto-load libthread-db".
7442         * main.c (captured_main): Rename gdbpy_global_auto_load to
7443         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7444         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7445         (print_gdb_help): Extend the help for 'local init file'.
7446         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7447         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7448         (auto_load_scripts): Rename to ...
7449         (auto_load_python_scripts): ... here, update the comment.
7450         (gdbpy_load_auto_script_for_objfile): New declaration.
7451         (show_auto_load_python_scripts, script_language_python)
7452         (gdbpy_load_auto_script_for_objfile): New.
7453         (source_section_scripts): Refactor the code.
7454         (load_auto_scripts_for_objfile): Rename to ...
7455         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7456         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7457         (info_auto_load_python_scripts): New.
7458         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7459         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7460         Register "set auto-load-scripts" as its deprecated alias.  Register
7461         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7462         its deprecated alias.
7463         (load_auto_scripts_for_objfile): Rename to ...
7464         (gdbpy_load_auto_scripts_for_objfile): ... here.
7465         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7466         (gdbpy_load_auto_scripts_for_objfile): ... here.
7467
7468 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7469
7470         auto-load: Move files.
7471         * Makefile.in (SFILES): Add auto-load.c.
7472         (HFILES_NO_SRCDIR): Add auto-load.h.
7473         (COMMON_OBS): Add auto-load.o.
7474         (distclean): Change .gdbinit for gdb-gdb.gdb.
7475         * auto-load.c: New file, with parts from python/py-auto-load.c.
7476         * auto-load.h: New file, with parts from python/python.h.
7477         * configure: Regenerate.
7478         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7479         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7480         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7481         * main.c: Include auto-load.h.
7482         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7483         command.h, observer.h and progspace.h to auto-load.c.  Add include
7484         auto-load.h.
7485         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7486         (struct loaded_script, auto_load_pspace_data)
7487         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7488         (hash_loaded_script_entry, eq_loaded_script_entry)
7489         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7490         (maybe_add_script): Move to auto-load.c.
7491         (source_section_scripts): Change maybe_add_script parameters passing,
7492         use script_not_found_warning_print.
7493         (clear_section_scripts, auto_load_objfile_script)
7494         (auto_load_new_objfile, loaded_script_ptr)
7495         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7496         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7497         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7498         auto_load_new_objfile and info_auto_load_scripts initizations to
7499         auto-load.c.
7500         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7501
7502 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7503
7504         Code cleanup.
7505         * charset.c (find_charset_names): Remove variables ix and elt.
7506         Use free_char_ptr_vec.
7507         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7508         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7509         debugdir_end.  New variable debugdir_len.
7510         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7511         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7512         declarations.
7513         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7514         and elt.  Use free_char_ptr_vec.
7515         * source.c (add_path): Remove variables argv, arg and argv_index.
7516         New variables dir_vec, back_to, ix and name.
7517         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7518         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7519         no longer expecting DIRNAME_SEPARATOR.
7520         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7521         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7522         no longer expecting DIRNAME_SEPARATOR.
7523         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7524         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7525         debugdir_end.
7526         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7527         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7528         (dirnames_to_char_ptr_vec): New functions.
7529
7530 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7531
7532         Code cleanup.
7533         * source.c (add_path): Remove always true conditional 'p == 0' and
7534         unindent its code block.
7535
7536 2012-04-17  Pedro Alves  <palves@redhat.com>
7537
7538         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7539         (FIELD_BITPOS_LVAL): ... this.
7540         (FIELD_BITPOS): New.
7541         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7542         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7543         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7544         SET_FIELD_BITPOS.
7545         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7546         SET_FIELD_BITPOS.
7547         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7548         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7549         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7550         SET_FIELD_BITPOS.
7551
7552 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7553
7554         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7555         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7556         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7557         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7558         * jv-lang.c (java_link_class_type): Likewise, once.
7559         * stabsread.c (read_enum_type): Likewise.
7560
7561 2012-04-16  Yao Qi  <yao@codesourcery.com>
7562
7563         * common/agent.c (agent_run_command): Add one more parameter `len'.
7564         Update callers.
7565         * common/agent.h: Update declaration.
7566         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7567         Update.
7568         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7569
7570 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7571
7572         PR mi/13393
7573         * value.c (value_actual_type): New function.
7574         * value.h (value_actual_type): New declaration.
7575         * varobj.c (update_type_if_necessary): New function.
7576         (varobj_create): Call value_actual_type instead of
7577         value_type.
7578         (install_dynamic_child): distinct changed and type changed MI variable
7579         objects.
7580         (update_dynamic_varobj_children): Updated for install_dynamic_child
7581         change.  All callers updated.
7582         (varobj_update): Support for MI variable object type change if
7583         the value changed and RTTI is used to determine the type.
7584         (create_child_with_value): Call value_actual_type instead of
7585         value_type.
7586         (adjust_value_for_child_access): Extended with a new parameter which
7587         specify whether the given value should be casted to enclosing type.
7588         All callers updated.
7589
7590 2012-04-14  Yao Qi  <yao@codesourcery.com>
7591
7592         Import gnulib module inttypes from git
7593         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7594         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7595         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7596         gnulib/m4/inttypes-pri.m4
7597         * aclocal.m4, config.in, configure: Regenerated.
7598         * gnulib/Makefile.am: Update.
7599         * gnulib/Makefile.in: Update.
7600         * gnulib/m4/gnulib-cache.m4: Update.
7601         * gnulib/m4/gnulib-comp.m4: Update.
7602         * gnulib/inttypes.in.h: New.
7603         * gnulib/m4/inttypes-pri.m4: New.
7604         * gnulib/m4/inttypes.m4: New.
7605
7606 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
7607
7608         * infrun.c (resume): Update PC address to the real PC after
7609         preparing to do displaced stepping.
7610
7611 2012-04-12  Doug Evans  <dje@google.com>
7612
7613         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7614         All callers updated.
7615
7616 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
7617
7618         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7619
7620 2012-04-12  Doug Evans  <dje@google.com>
7621
7622         * dwarf2read.c (create_all_type_units): Renamed from
7623         create_debug_types_hash_table.  All callers updated.
7624
7625         * dwarf2read.c (create_signatured_type_table_from_index): Rename
7626         local type_sig to sig_type, type_offset to type_offset_in_tu.
7627         (hash_signatured_type): Renamed from hash_type_signature,
7628         all callers updated.
7629         (eq_signatured_type): Renamed from eq_type_signature,
7630         all callers updated.
7631         (create_debug_types_hash_table): Rename local type_sig to sig_type.
7632         (process_enumeration_scope): Ditto.
7633         (lookup_signatured_type_at_offset): Ditto.
7634         (load_full_type_unit, read_signatured_type): Ditto.
7635
7636 2012-04-12  Yao Qi  <yao@codesourcery.com>
7637
7638         * remote.c (async_remote_interrupt): Correct function name in
7639         debug message.
7640         (async_remote_interrupt_twice): Ditto.
7641
7642 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
7643
7644         * source.c (find_and_open_source): Consistently pass resulting
7645         full path through xfullpath.
7646
7647 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7648
7649         Provide more specific displaced-stepping memory error message.
7650         * infrun.c (displaced_step_prepare): New variable status.  Call
7651         target_read_memory instead of read_memory, provide more specific
7652         error message.
7653
7654 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7655
7656         PR gdb/13901
7657         * darwin-nat.c (darwin_execvp): Revert previous patch.
7658
7659 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7660
7661         PR gdb/13901
7662         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7663         in case of change.
7664
7665 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7666
7667         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7668         warning.
7669
7670 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
7671
7672         New command 'explore' which helps explore values and types in
7673         scope.
7674         * NEWS: Add an entry about the new 'explore' command.
7675         * data-directory/Makefile.in: Add gdb/command/explore.py
7676         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7677         command using the GDB Python API.
7678
7679 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7680
7681         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7682         extension in jump target calculation.
7683
7684 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7685
7686         * mips-tdep.c (mips32_next_pc): Handle JALX.
7687
7688 2012-04-10  Yao Qi  <yao@codesourcery.com>
7689
7690         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7691
7692 2012-04-10  Yao Qi  <yao@codesourcery.com>
7693
7694         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7695         and gnulib/m4/gnulib-tool.m4.
7696
7697 2012-04-10  Doug Evans  <dje@google.com>
7698
7699         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7700         (load_partial_dies): Clarify comment.
7701         (find_partial_die): Support rereading type units.
7702         Clarify CU handling, if we know offset is in CU, don't search for the
7703         containing CU.  Add comment regarding memory waste.
7704
7705 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7706
7707         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7708         i386/x32-avx and i386/x32-avx-linux.
7709         (i386/x32-expedite): New.
7710         (i386/x32-linux-expedite): Likewise.
7711         (i386/x32-avx-expedite): Likewise.
7712         (i386/x32-avx-linux-expedite): Likewise.
7713         ($(outdir)/i386/x32.dat): Likewise.
7714         ($(outdir)/i386/x32-linux.dat): Likewise.
7715         ($(outdir)/i386/x32-avx.dat): Likewise.
7716         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7717
7718         * features/i386/x32-avx-linux.xml: New file.
7719         * features/i386/x32-avx.xml: Likewise.
7720         * features/i386/x32-core.xml: Likewise.
7721         * features/i386/x32-linux.xml: Likewise.
7722         * features/i386/x32.xml: Likewise.
7723
7724         * features/i386/x32-avx-linux.c: New.  Generated.
7725         * features/i386/x32-avx.c: Likewise.
7726         * features/i386/x32-linux.c: Likewise.
7727         * features/i386/x32.c: Likewise.
7728         * regformats/i386/x32-avx-linux.dat: Likewise.
7729         * regformats/i386/x32-avx.dat: Likewise.
7730         * regformats/i386/x32-linux.dat: Likewise.
7731         * regformats/i386/x32.dat: Likewise.
7732
7733 2012-04-10  Tristan Gingold  <gingold@adacore.com>
7734
7735         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7736         code to kill the inferior.
7737
7738 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7739
7740         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7741         defines.
7742         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7743         defines.
7744         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7745         (yyvsp): New defines.
7746         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7747         defines.
7748         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7749         defines.
7750         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7751         defines.
7752         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7753         defines.
7754         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7755         defines.
7756
7757 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7758
7759         * sparc64-tdep.c (sparc64_store_arguments)
7760         (sparc64_store_arguments): Fix coding style.
7761
7762 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
7763
7764         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7765         complex floats, adjust some related comments and tighten a related
7766         assertion.
7767         (sparc64_extract_return_value): Handle complex floats.
7768
7769 2012-04-07  Doug Evans  <dje@google.com>
7770
7771         * dwarf2read.c (load_partial_dies): Change condition to assert.
7772
7773 2012-04-06  Doug Evans  <dje@google.com>
7774
7775         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7776         "mov %rsp,%rbp".
7777
7778 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
7779
7780         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7781         fencepost error.
7782         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7783         (v850_gdbarch_init): Set `num_regs' as appropriate for the
7784         architecture.
7785
7786 2012-04-05  Keith Seitz  <keiths@redhat.com>
7787
7788         * linespec.c (decode_compound): Remove.
7789         (enum offset_relative_sign): New enum.
7790         (struct line_offset): New struct.
7791         (struct linespec): New struct.
7792         (struct linespec_state): Move file_symtabs,
7793         user_filename, and user_function into struct linespec.
7794         Make result an anonymous struct holding vectors of
7795         symbolp and minsym_and_objfile_d.
7796         Add language member.
7797         (enum ls_token_type): New enum.
7798         (linespec_keywords): New array.
7799         (struct ls_token): New struct.
7800         (struct ls_parser): New struct.
7801         (linespec_lexer_lex_number): New function.
7802         (linespec_lexer_lex_keyword): New function.
7803         (is_ada_operator): New function.
7804         (skip_quote_char): New function.
7805         (copy_token_string): New function.
7806         (is_closing_quote_enclosed): New function.
7807         (find_parameter_list_end): New function.
7808         (linespec_lexer_lex_string): New function.
7809         (linespec_lexer_lex_one): New function.
7810         (linespec_lexer_consume_token): New function.
7811         (linespec_lexer_peek_token): New function.
7812         (cplusplus_error): Remove unused function.
7813         (find_methods): Update comment.
7814         (find_toplevel_char): Return const.
7815         (is_objc_method_format): Remove unused function.
7816         (find_toplevel_string): New function.
7817         (is_linespec_boundary): Remove.
7818         (symbol_not_found_error): New function.
7819         (find_method_overload_end): Remove function.
7820         (unexpected_linespec_error): New function.
7821         (keep_name_info): Remove.
7822         (linespec_parse_line_offset): New function.
7823         (linespec_parse_basic): New function.
7824         (canonicalize_linespec): New function.
7825         (decode_line_internal): Remove.
7826         (create_sals_line_offset): New function adapted from
7827         decode_all_digits.
7828         (convert_linespec_to_sals): New function.
7829         (parse_linespec): New function.
7830         (linespec_parser_new): New function.
7831         (linespec_state_destructor): Change parameter type to
7832         struct linespec_state *.
7833         Add language parameter.
7834         Remove freeing of moved members.
7835         (linespec_parser_delete): New function.
7836         (decode_line_full): Use parse_linespec and linespec_parser_new.
7837         (decode_line_1): Likewise.
7838         (decode_indirect): Rename to ...
7839         (linespec_expression_to_pc): ... this and rewrite
7840         to simply find CORE_ADDR, storing this result for later
7841         conversion to SALs.
7842         (locate_first_half): Remove.
7843         (deocde_objc): Add parameter LS.
7844         Initialize new struct collect_info members.
7845         Handle minimal symbols, too.
7846         (decode_compound): Delete.
7847         (lookup_prefix_sym): Rewrite.
7848         (compare_msymbols): New function.
7849         (find_method): Rewrite.
7850         Do not call cplusplus_error.
7851         (symtabs_from_filename): Rewrite.
7852         (collect_function_symbols): Delete.
7853         (find_function_symbols): Rewrite without ARGPTR-style
7854         processing.
7855         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7856         (decode_dollar): Adapted and renamed to ...
7857         (linespec_parse_variable): ... this.
7858         (find_linespec_symbols): New function.
7859         (decode_label): Adapted and renamed to ...
7860         (find_label_symbols): ... this.
7861         (decode_digits_list_mode): Add and use LS argument.
7862         (decode_digits_ordinary): Likewise.
7863         (collect_symbols): Do not collect SALs, just symbols and msymbols.
7864         If in list mode, allow any symbol class.  Otherwise, only
7865         permit LOC_BLOCK symbols.
7866         (minsym_found): Update comments.
7867         (search_minsyms_for_name): Do not convert the matching symbol
7868         into a SAL.  Simply push the symbol and objfile into the
7869         result vector.
7870         (decode_variable): Delete. Contents adapted into
7871         find_linespec_symbols.
7872
7873         * cp-support.c (SKIP_SPACE): Remove.
7874         (operator_tokens): Remove unused global.
7875         (cp_validate_operator): Remove.
7876         * cp-support.h (cp_validate_operator): Remove declaration.
7877
7878 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7879
7880         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7881         for TYPE_VPTR_FIELDNO.
7882         * valprint.c (valprint_check_validity): Make it global, move the
7883         function comment ...
7884         * value.h (valprint_check_validity): ... to this new declaration.
7885
7886 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7887
7888         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7889         the STATE32 api for i386 state.
7890         (i386_darwin_store_inferior_registers): Likewise.
7891
7892 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7893
7894         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7895         SS offset.
7896         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7897         format_string.
7898
7899 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7900
7901         PR gdb/13901
7902         * darwin-nat.c (darwin_execvp): Set binary preference.
7903
7904 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7905
7906         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7907
7908 2012-03-30  Tom Tromey  <tromey@redhat.com>
7909
7910         * python/python.c (gdbpy_decode_line): Move cleanup creation out
7911         of TRY_CATCH.  Fix error handling.
7912         * python/py-value.c (convert_value_from_python): Move 'old'
7913         declaration to innermost scope.
7914
7915 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7916             Andrey Smirnov  <andrew.smirnov@gmail.com>
7917
7918         -Wshadow warning fix.
7919         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7920         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7921         Adjust code accordingly.
7922
7923 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7924
7925         * ada-lang.c (symbol_completion_add): Rename parameter
7926         "encoded" into "encoded_p".  Ajust code and documentation
7927         accordingly.
7928
7929 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7930             Andrey Smirnov  <andrew.smirnov@gmail.com>
7931
7932         -Wshadow warning fix.
7933         * ada-lang.c (symbol_completion_add): Rename parameter
7934         "wild_match" into wild_match_p.  Update code and documentation
7935         accordingly.
7936
7937 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7938
7939         * ada-lang.c (symbol_completion_match): Rename parameter
7940         "encoded" into "encoded_p".  Ajust code and documentation
7941         accordingly.
7942
7943 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7944             Andrey Smirnov  <andrew.smirnov@gmail.com>
7945
7946         -Wshadow warning fix.
7947         * ada-lang.c (symbol_completion_match): Rename parameter
7948         "wild_match" into "wild_match_p".  Adjust code and function
7949         documentation accordingly.
7950
7951 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7952             Andrey Smirnov  <andrew.smirnov@gmail.com>
7953
7954         -Wshadow warning fix.
7955         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7956         "symbol_info" into "info".  Adjust code accordingly.
7957         (ada_lookup_symbol): Likewise.
7958
7959 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7960
7961         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7962         of this function's documentation.
7963
7964 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7965             Andrey Smirnov  <andrew.smirnov@gmail.com>
7966
7967         -Wshadow warning fix.
7968         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7969         variable into "wild_match_p".  Adjust code accordingly.
7970
7971 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7972             Andrey Smirnov  <andrew.smirnov@gmail.com>
7973
7974         -Wshadow warning fix.
7975         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7976         parameter into "wild_match_p".  Adjust code accordingly.
7977         Document this parameter in the function description.
7978
7979 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7980             Andrey Smirnov  <andrew.smirnov@gmail.com>
7981
7982         -Wshadow warning fix.
7983         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7984         "wild_match" parameter to "wild_match_p" (-Wshadow).
7985
7986 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7987
7988         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7989         in function documentation.
7990
7991 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7992             Andrey Smirnov  <andrew.smirnov@gmail.com>
7993
7994         -Wshadow warning fix.
7995         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7996         variable into wild_match_p.  Adjust code accordingly.
7997
7998 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7999             Andrey Smirnov  <andrew.smirnov@gmail.com>
8000
8001         * ada-valprint.c (ada_val_print_1): Move the code handling
8002         TYPE_CODE_ENUM inside its own lexical block.  Declare
8003         variables len and val there, instead of in the function's
8004         top level block.  Avoid declaring deref_val again in a way
8005         that shadows another variable of the same name declared
8006         in one of the up-level blocks.  Just re-use the up-level
8007         variable instead.
8008
8009 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8010
8011         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8012         Replace block_found argument by symbol_info.  Adjust
8013         implementation accordingly.  Add function documentation.
8014         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8015         Fix documentation.
8016         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8017         * ada-exp.y (write_object_renaming): Adjust to new
8018         ada_lookup_encoded_symbol API.
8019
8020 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8021
8022         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8023         documentation.
8024
8025 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8026
8027         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8028         (v850_register_name): Add the mpu and fpu register names.
8029         (v850e_register_name): Add the mpu and fpu register names.
8030         (v850e2_register_name): New function.
8031         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8032         bfd_mach_v850e2v3.
8033
8034 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8035
8036         * NEWS: Add entry for Ada varobj support.
8037
8038 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8039
8040         * varobj.c (default_value_is_changeable_p): New function,
8041         extracted from varobj_value_is_changeable_p.  Add declaration.
8042         (ada_value_is_changeable_p): New function, extracted from
8043         varobj_value_is_changeable_p.  Add declaration.
8044         (struct language_specific): New field "value_is_changeable_p".
8045         (languages): Add entries for new field.
8046         (varobj_create): Set language before calling install_new_value.
8047         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8048         "value_is_changeable_p" language callback.
8049
8050 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8051
8052         * ada-varobj.h, ada-varobj.c: New files.
8053         * Makefile.in (SFILES): Add ada-varobj.c.
8054         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8055         (COMMON_OBS): Add ada-varobj.o.
8056
8057 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8058
8059         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8060         (struct language_specific): New field "value_has_mutated".
8061         (languages): Set field "value_has_mutated" in each entry of array.
8062         (varobj_value_has_mutated): New function.
8063         (varobj_udpdate): Add handling of type mutation.
8064         (value_of_root): Add handling of type mutation.
8065         (ada_value_has_mutated): New function.
8066
8067 2012-03-28  Pedro Alves  <palves@redhat.com>
8068
8069         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8070         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8071
8072 2012-03-28  Tom Tromey  <tromey@redhat.com>
8073
8074         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8075         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8076         before returning.
8077
8078 2012-03-28  Tom Tromey  <tromey@redhat.com>
8079
8080         * .dir-locals.el: New file.
8081
8082 2012-03-28  Pedro Alves  <palves@redhat.com>
8083
8084         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8085
8086 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8087
8088         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8089         handling for r0.
8090
8091 2012-03-27  Pedro Alves  <palves@redhat.com>
8092
8093         Eliminate struct ui_stream.
8094
8095         * ui-out.h (struct ui_stream): Delete.
8096         (ui_out_field_stream): Adjust prototype.
8097         (ui_out_stream_new, ui_out_stream_delete)
8098         (make_cleanup_ui_out_stream_delete): Delete declarations.
8099         * ui-out.c (ui_out_field_stream): Change prototype to take a
8100         ui_file instead of a ui_stream.  Adjust.
8101         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8102         (make_cleanup_ui_out_stream_delete): Delete.
8103         * breakpoint.c (print_breakpoint_location)
8104         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8105         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8106         * disasm.c (dump_insns): Ditto.
8107         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8108         prototype.
8109         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8110         ui_stream/ui_out_stream_new.
8111         * infcmd.c (print_return_value): Ditto.
8112         * osdata.c (info_osdata_command): Don't allocate a local
8113         ui_stream.
8114         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8115         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8116         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8117         allocate a local ui_stream.
8118         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8119         instead of ui_stream/ui_out_stream_new.
8120         (list_args_or_locals): Don't allocate a local ui_stream.
8121         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8122         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8123         ui_stream/ui_out_stream_new.
8124         * cli/cli-setshow.c (do_setshow_command): Ditto.
8125
8126 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8127
8128         * arm-linux-tdep.c (arm_linux_init_abi): Call
8129         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8130         * arm-tdep.c (arm_process_record): New function.
8131         (deallocate_reg_mem): New function.
8132         (decode_insn): New function.
8133         (thumb_record_branch): New function.
8134         (thumb_record_ldm_stm_swi(): New function.
8135         (thumb_record_misc): New function.
8136         (thumb_record_ld_st_stack): New function.
8137         (thumb_record_ld_st_imm_offset): New function.
8138         (thumb_record_ld_st_reg_offset(): New function.
8139         (thumb_record_add_sub_cmp_mov): New function.
8140         (thumb_record_shift_add_sub): New function.
8141         (arm_record_coproc_data_proc): New function.
8142         (arm_record_coproc): New function.
8143         (arm_record_b_bl): New function.
8144         (arm_record_ld_st_multiple): New function.
8145         (arm_record_ld_st_reg_offset): New function.
8146         (arm_record_ld_st_imm_offset): New function.
8147         (arm_record_data_proc_imm): New function.
8148         (arm_record_data_proc_misc_ld_str): New function.
8149         (arm_record_extension_space): New function.
8150         (arm_record_strx): New function.
8151         (sbo_sbz): New function.
8152         (struct insn_decode_record): New structure for arm insn record.
8153         (REG_ALLOC): New macro for reg allocations.
8154         (MEM_ALLOC): New macro for memory allocations.
8155         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8156
8157 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8158
8159         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8160         (store_register): Likewise.
8161
8162 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8163
8164         * MAINTAINERS (Write After Approval): Add myself to the list.
8165
8166 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8167
8168         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8169         Describe also the option "auto".
8170
8171 2012-03-22  Richard Henderson  <rth@redhat.com>
8172
8173         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8174         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8175
8176 2012-03-22  Richard Henderson  <rth@redhat.com>
8177
8178         * jit.c (jit_read_code_entry): Compute alignment and offset of
8179         int64_t member before computing entry_size.
8180
8181 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8182
8183         Python scripting: Add new method Value.referenced_value to
8184         gdb.Value which can dereference pointer as well as reference
8185         values.
8186         * NEWS: Add entry under 'Python scripting' about the new method
8187         Value.referenced_value on gdb.Value objects.
8188         * python/py-value.c (valpy_referenced_value): New function
8189         defining a new method on gdb.Value objects which can dereference
8190         pointer and reference values.
8191
8192 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8193
8194         * MAINTAINERS (Write After Approval): Add myself to the list.
8195
8196 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8197
8198         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8199         in addition to "main".
8200
8201 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8202
8203         * expression.h (op_name): Add declaration.
8204         * expprint.c (op_name): Remove declaration.  Make non-static.
8205         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8206
8207 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8208
8209         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8210         of struct siginfo.
8211         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8212         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8213         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8214         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8215         (linux_nat_get_siginfo): Likewise.
8216         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8217         (linux_nat_get_siginfo): Likewise.
8218         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8219         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8220         * procfs.c (gdb_siginfo_t): Likewise.
8221
8222 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8223
8224         * .gitignore: Ignore more files.
8225
8226 2012-03-20  Pedro Alves  <palves@redhat.com>
8227
8228         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8229         returns.
8230
8231 2012-03-20  Yao Qi  <yao@codesourcery.com>
8232
8233         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8234         comment.
8235
8236 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8237
8238         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8239         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8240         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8241         sect_offset.
8242         * dwarf2expr.h (cu_offset, sect_offset): New types.
8243         (struct dwarf_expr_context_funcs) <dwarf_call>
8244         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8245         sect_offset.
8246         (struct dwarf_expr_context) <len>: Improve the comment.
8247         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8248         cu_offset and sect_offset.
8249         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8250         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8251         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8252         * dwarf2loc.h: Include dwarf2expr.h.
8253         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8254         and sect_offset.
8255         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8256         Improve the comment.
8257         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8258         (struct signatured_type, struct line_header, struct partial_die_info)
8259         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8260         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8261         (get_die_type_at_offset, create_cus_from_index)
8262         (create_signatured_type_table_from_index, dw2_get_file_names)
8263         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8264         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8265         (create_debug_types_hash_table, process_psymtab_comp_unit)
8266         (load_partial_comp_unit, create_all_comp_units)
8267         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8268         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8269         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8270         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8271         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8272         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8273         (find_partial_die, read_attribute_value, lookup_die_type)
8274         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8275         (is_ref_attr): New function comment.
8276         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8277         Use cu_offset and sect_offset.
8278         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8279         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8280         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8281         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8282         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8283         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8284         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8285         sect_offset.
8286
8287 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8288
8289         Code cleanup.
8290         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8291         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8292         with xfree.
8293         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8294
8295 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8296
8297         * NEWS: Describe new options --init-command=FILE, -ix and
8298         --init-eval-command=COMMAND, -iex.
8299         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8300         CMDARG_INIT_COMMAND.
8301         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8302         "init-command", "init-eval-command", "ix" and "iex" to the variable
8303         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8304         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8305         (print_gdb_help): Describe --init-command=FILE, -ix and
8306         --init-eval-command=COMMAND, -iex.
8307
8308 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8309
8310         Code cleanup.
8311         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8312         (cmdarg_s, VEC (cmdarg_s)): New.
8313         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8314         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8315         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8316         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8317         of CMDARG.
8318
8319 2012-03-19  Tom Tromey  <tromey@redhat.com>
8320
8321         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8322
8323 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8324
8325         PR symtab/13777
8326         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8327         GCC >=4.5.
8328
8329 2012-03-16  Chris January  <chris.january@allinea.com>
8330
8331         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8332         of clear.
8333
8334 2012-03-16  Chris January  <chris.january@allinea.com>
8335
8336         * source.c (add_path): Use memmove instead of strcpy because the
8337         strings overlap.
8338
8339 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8340
8341         * value.h (set_value_parent): Add declaration.
8342         * value.c (set_value_parent): New function.
8343         (value_address): If VALUE->PARENT is not NULL, then use it as
8344         the base address instead of VALUE->LOCATION.address.
8345         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8346         the same as OBJ's address.  Adjust V's offset accordingly.
8347         Set V's parent.
8348
8349 2012-03-16  Gary Benson  <gbenson@redhat.com>
8350
8351         PR breakpoints/10738
8352         * dwarf2read.c (use_deprecated_index_sections): New global.
8353         (struct partial_die_info): New member may_be_inlined.
8354         (read_partial_die): Set may_be_inlined where appropriate.
8355         (add_partial_subprogram): Add partial symbols for partial
8356         DIEs that may be inlined.
8357         (new_symbol_full): Add inlined subroutines to the current
8358         scope.
8359         (write_psymtabs_to_index): Bump version number.
8360         (dwarf2_read_index): Read only version 6 indices unless
8361         use_deprecated_index_sections is set.
8362         * linespec.c (symbol_and_data_callback): New structure.
8363         (iterate_inline_only): New function.
8364         (iterate_over_all_matching_symtabs): New argument
8365         "include_inline".  If nonzero, also call the callback for
8366         symbols representing inlined subroutines.
8367         (lookup_prefix_sym): Pass extra argument to the above.
8368         (find_function_symbols): Likewise.
8369         (add_matching_symbols_to_info): Likewise.
8370         * NEWS: Mention that GDB can now set breakpoints on inlined
8371         functions.
8372
8373 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8374
8375         * p-typeprint.c (pascal_type_print_method_args):
8376         Fix display of parameter of methods.
8377
8378 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8379
8380         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8381         Add missing prototype.
8382
8383 2012-03-16  Yao Qi  <yao@codesourcery.com>
8384             Jan Kratochvil  <jan.kratochvil@redhat.com>
8385
8386         Fix false compilation warning.
8387         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8388
8389 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8390             Pedro Alves  <pedro@codesourcery.com>
8391
8392         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8393         (arm_register_g_packet_guesses): New function.
8394         (arm_gdbarch_init): Don't force a target description with
8395         registers when the executable is detected as M-profile.  Instead
8396         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8397         (_initialize_arm_tdep): Initialize the new target description.
8398         * features/arm-with-m-fpa-layout.xml: New description.
8399         * features/arm-with-m-fpa-layout.c: New, generated.
8400
8401 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8402
8403         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8404         Update function description.
8405         (insert_bp_location): Do not wipe bl->target_info out.
8406         * mem-break.c: #include "gdb_string.h".
8407         (default_memory_insert_breakpoint): Do not call target_read_memory
8408         with a pointer to the breakpoint's shadow_contents buffer.  Use
8409         a local buffer instead.
8410         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8411
8412 2012-03-15  Tom Tromey  <tromey@redhat.com>
8413
8414         * NEWS: Mention "info vtbl", not "info vtable".
8415         * cp-support.c (info_vtbl_command): Fix comment.
8416         (_initialize_cp_support): Fix text.
8417
8418 2012-03-15  Tom Tromey  <tromey@redhat.com>
8419
8420         * cp-valprint.c (cp_print_value_fields): Use
8421         print_function_pointer_address for vtable slot.
8422
8423 2012-03-15  Tom Tromey  <tromey@redhat.com>
8424
8425         * gnu-v3-abi.c (struct value_and_voffset): New.
8426         (hash_value_and_voffset, eq_value_and_voffset)
8427         (compare_value_and_voffset, compute_vtable_size)
8428         (print_one_vtable, gnuv3_print_vtable): New functions.
8429         (init_gnuv3_ops): Initialize 'print_vtable' field.
8430         * cp-support.c (info_vtbl_command): New function.
8431         (_initialize_cp_support): Add "info vtbl".
8432         * cp-abi.h (cplus_print_vtable): Declare.
8433         (struct cp_abi_ops) <print_vtable>: New field.
8434         * cp-abi.c (cplus_print_vtable): New function.
8435         * NEWS: Update.
8436
8437 2012-03-15  Tom Tromey  <tromey@redhat.com>
8438
8439         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8440         iterate_over_symbols.
8441
8442 2012-03-14  Doug Evans  <dje@google.com>
8443
8444         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8445         DW_OP_GNU_parameter_ref.
8446
8447 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8448
8449         Fix double prompt of 'interpreter-exec mi'.
8450         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8451         (mi_interpreter_resume): use it.
8452         (mi_execute_command_input_handler): New function.
8453         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8454         mi_execute_command_input_handler.
8455
8456 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8457
8458         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8459         prototype.
8460         (darwin_debug_port_info): Make static.
8461         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8462         * machoread.c (_initialize_machoread): Add prototype.
8463         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8464         (i386_darwin_set_control, i386_darwin_get_control)
8465         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8466         i386_darwin_get_status, i386_darwin_get_control):
8467         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8468
8469 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8470
8471         * ax-gdb.c (gen_usual_unary): Remove special handling of
8472         enum and bool types.
8473
8474 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8475
8476         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8477
8478 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8479
8480         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8481
8482 2012-03-13  Chris January  <chris.january@allinea.com>
8483
8484         * aix-thread.c (fill_sprs): Store the floating point registers
8485         at the correct offsets into vals.
8486
8487 2012-03-13  Doug Evans  <dje@google.com>
8488
8489         * NEWS: Mention symbol-reloading has been deleted.
8490         * symfile.c (symbol_reloading): Delete.
8491         (show_symbol_reloading): Delete.
8492         (_initialize_symfile): Delete set/show symbol-reloading.
8493
8494         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8495         read_in_chain until we have successfully read it in.
8496         (load_full_comp_unit): Ditto.
8497         (read_signatured_type): Add comment.
8498
8499 2012-03-13  Chris January  <chris.january@allinea.com>
8500
8501         * stabsread.c (fix_common_block): Change type of valu argument
8502         to CORE_ADDR.
8503
8504 2012-03-13  Chris January  <chris.january@allinea.com>
8505
8506         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8507         instruction.
8508
8509 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8510
8511         * common/linux-procfs.c (linux_proc_get_int): New, from
8512         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8513         field.
8514         (linux_proc_get_tgid): Only call linux_proc_get_int.
8515         (linux_proc_get_tracerpid): New.
8516         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8517         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8518         linux_proc_pid_has_state.
8519         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8520         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8521         (linux_ptrace_attach_warnings): New.
8522         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8523         New declaration.
8524         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8525         (linux_nat_attach): New variables ex, buffer, message and message_s.
8526         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8527
8528 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8529
8530         * Makefile.in (linux-ptrace.o): New.
8531         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8532         from linux-nat.c.
8533         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8534         * common/linux-ptrace.c: New file.
8535         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8536         * config/arm/linux.mh: Likewise.
8537         * config/i386/linux.mh: Likewise.
8538         * config/i386/linux64.mh: Likewise.
8539         * config/ia64/linux.mh: Likewise.
8540         * config/m32r/linux.mh: Likewise.
8541         * config/m68k/linux.mh: Likewise.
8542         * config/mips/linux.mh: Likewise.
8543         * config/pa/linux.mh: Likewise.
8544         * config/powerpc/linux.mh: Likewise.
8545         * config/powerpc/ppc64-linux.mh: Likewise.
8546         * config/powerpc/spu-linux.mh: Likewise.
8547         * config/s390/s390.mh: Likewise.
8548         * config/sparc/linux.mh: Likewise.
8549         * config/sparc/linux64.mh: Likewise.
8550         * config/xtensa/linux.mh: Likewise.
8551         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8552         common/linux-procfs.c.
8553         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8554
8555 2012-03-13  Hui Zhu  <teawater@gmail.com>
8556             Pedro Alves  <palves@redhat.com>
8557
8558         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8559         CREATE_BREAKPOINT_FLAGS_INSERTED.
8560         (create_breakpoint_sal, create_breakpoints_sal)
8561         (base_breakpoint_create_breakpoints_sal)
8562         (tracepoint_create_breakpoints_sal)
8563         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8564         down.
8565         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8566         (ftrace_command, strace_command): Adjust.
8567         (create_tracepoint_from_upload): Pass
8568         CREATE_BREAKPOINT_FLAGS_INSERTED.
8569         * breakpoint.h (enum breakpoint_create_flags): New.
8570         (create_breakpoint): New flags parameter.
8571         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8572         * python/py-breakpoint.c (bppy_init): Adjust.
8573         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8574         * spu-tdep.c (spu_catch_start): Adjust.
8575
8576 2012-03-13  Pedro Alves  <palves@redhat.com>
8577             Hui Zhu  <teawater@gmail.com>
8578             Yao Qi  <yao@codesourcery.com>
8579
8580         * remote.c (struct remote_state): New field `starting_up'.
8581         (remote_start_remote): Set and clear it.
8582         (remote_can_download_tracepoint): If starting up, return false.
8583
8584 2012-03-13  Yao Qi  <yao@codesourcery.com>
8585
8586         * inferior.h (struct inferior): Remove fields any_syscall_count,
8587         syscalls_counts and total_syscalls_count.  Move them to new
8588         struct catch_syscall_inferior_data in breakpoint.c.
8589         * breakpoint.c: Call DEF_VEC_I(int).
8590         (struct catch_syscall_inferior_data): New.
8591         (get_catch_syscall_inferior_data): New.
8592         (catch_syscall_inferior_data_cleanup): New.
8593         (insert_catch_syscall): Update to access data in
8594         struct catch_syscall_inferior_data.
8595         (insert_catch_syscall): Likewise.
8596         (remove_catch_syscall): Likewise.
8597         (remove_catch_syscall): Likewise.
8598         (is_syscall_catchpoint_enabled): Likewise.
8599         (add_catch_command): Likewise.
8600         (_initialize_breakpoint): Register cleanup.
8601         * breakpoint.h: Removed DEF_VEC_I(int).
8602         * dwarf2loc.c: Call DEF_VEC_I(int).
8603         * mi/mi-main.c: Likewise.
8604
8605 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
8606
8607         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8608
8609 2012-03-12  Chris January  <chris.january@allinea.com>
8610
8611         * aix-thread.c (_initialize_aix_thread): Add prototype.
8612         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8613         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8614
8615 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
8616
8617         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8618         include of "amd64-nat.h".
8619
8620 2012-03-12  Tom Tromey  <tromey@redhat.com>
8621
8622         * buildsym.c (record_pending_block): Now static.
8623         * buildsym.h: (record_pending_block): Remove.
8624
8625 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
8626
8627         * amd64bsd-nat.c: Include amd64bsd-nat.h.
8628
8629 2012-03-09  Tom Tromey  <tromey@redhat.com>
8630
8631         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8632         producer_is_gxx_lt_4_6>: New fields.
8633         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8634
8635 2012-03-09  Tom Tromey  <tromey@redhat.com>
8636
8637         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8638
8639 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8640
8641         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8642         prototype.
8643
8644 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8645
8646         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8647
8648 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8649
8650         Fix -Wmissing-prototypes build.
8651         * arm-linux-nat.c (get_thread_id): Make it static.
8652         * xtensa-linux-nat.c (get_thread_id): Likewise.
8653
8654 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8655
8656         * server.c (process_point_options): If a conditional expression
8657         is found, only print a message if remote_debug is nonzero.
8658
8659 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
8660
8661         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8662         of internal error for unknown/unsupported types.
8663
8664 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8665
8666         Fix CU relative vs. absolute DIE offsets.
8667         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8668         offset to offset_in_cu.
8669         * dwarf2read.c (process_enumeration_scope): Add CU offset to
8670         TYPE_OFFSET.
8671         (dwarf2_fetch_die_location_block): Rename parameter offset to
8672         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
8673
8674 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8675
8676         * libunwind-frame.c: Rename to ...
8677         * ia64-libunwind-tdep.c: ... here.
8678         * libunwind-frame.h: Rename to ...
8679         * ia64-libunwind-tdep.h: ... here.
8680         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8681         ia64-libunwind-tdep.h.
8682         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8683         * README (--with-libunwind): Rename to ...
8684         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8685         * config.in: Regenerate.
8686         * configure: Regenerate.
8687         * configure.ac: New option --with-libunwind-ia64, make the
8688         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
8689         Remove AC_DEFINE for HAVE_LIBUNWIND.
8690         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8691         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8692         Rename libunwind-frame in the general comment.
8693         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8694         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8695         Move forward declarations inside #ifndef.  Rename libunwind-frame in
8696         the general comment.
8697         * ia64-tdep.c: Rename libunwind-frame.h #include to
8698         ia64-libunwind-tdep.h.
8699         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8700         (ia64_libunwind_descr): Rename libunwind-frame to
8701         ia64-libunwind-tdep in these function comments.
8702         * ia64-tdep.h: Rename libunwind-frame.h #include to
8703         ia64-libunwind-tdep.h.
8704         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8705         ia64-libunwind-tdep in that data comment.
8706
8707 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8708
8709         * libunwind-frame.h (struct frame_unwind): New declaration.
8710
8711 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8712
8713         * breakpoint.c (_initialize_breakpoint): Fix error in help of
8714         "set breakpoint condition-evaluation" command.
8715
8716 2012-03-08  Tristan Gingold  <gingold@adacore.com>
8717
8718         * sparc-stub.c: Move to stubs/
8719         * sh-stub.c: Likewise.
8720         * m68k-stub.c: Likewise.
8721         * m32r-stub.c: Likewise.
8722         * i386-stub.c: Likewise.
8723
8724 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
8725
8726         * m68klinux-tdep.c (m68k_linux_init_abi): Register
8727         linux_get_siginfo_type.
8728
8729         * m68klinux-nat.c: Include "gdb_proc_service.h".
8730         (PTRACE_GET_THREAD_AREA): Define.
8731         (ps_get_thread_area): New function.
8732
8733 2012-03-08  Yao Qi  <yao@codesourcery.com>
8734
8735         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8736         `xsnprintf'.
8737         (remote_query_attached): Likewise.
8738         (remote_static_tracepoint_marker_at): Likewise.
8739         (remote_set_permissions): Likewise.
8740         (remote_detach_1, extended_remote_attach_1): Likewise.
8741         (send_g_packet, remote_vkill): Likewise.
8742         (extended_remote_disable_randomization): Likewise.
8743         (remote_add_target_side_condition): Likewise.
8744         (remote_insert_breakpoint): Likewise.
8745         (remote_remove_breakpoint): Likewise.
8746         (remote_insert_watchpoint): Likewise.
8747         (remote_remove_watchpoint): Likewise.
8748         (remote_insert_hw_breakpoint): Likewise.
8749         (remote_insert_hw_breakpoint): Likewise.
8750         (remote_remove_hw_breakpoint): Likewise.
8751         (remote_download_command_source): Likewise.
8752         (remote_download_tracepoint): Likewise.
8753         (remote_download_trace_state_variable): Likewise.
8754         (remote_disable_tracepoint): Likewise.
8755         (remote_trace_set_readonly_regions): Likewise.
8756         (remote_get_tracepoint_status): Likewise.
8757         (remote_trace_find): Likewise.
8758         (remote_get_trace_state_variable_value): Likewise.
8759         (remote_set_disconnected_tracing): Likewise.
8760         (remote_set_circular_trace_buffer): Likewise.
8761         (remote_get_min_fast_tracepoint_insn_len): Likewise.
8762         (remote_use_agent): Likewise.
8763         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8764         Update callers.
8765
8766 2012-03-07  Pedro Alves  <palves@redhat.com>
8767
8768         * NEWS: Mention QProgramSignals.
8769         * inferior.h (update_signals_program_target): Declare.
8770         * infrun.c: (update_signals_program_target): New.
8771         (handle_command): Update the target of the new program signals
8772         array changes.
8773         * remote.c (PACKET_QProgramSignals): New enum.
8774         (last_program_signals_packet): New global.
8775         (remote_program_signals): New.
8776         (remote_start_remote): Update the target with the program signals
8777         list.
8778         (remote_protocol_features): Add entry for QPassSignals.
8779         (remote_open_1): Free anc clear last_program_signals_packet.
8780         (init_remote_ops): Install remote_program_signals.
8781         * target.c (update_current_target): Adjust.
8782         (target_program_signals): New.
8783         * target.h (struct target_ops) <to_program_signals>: New field.
8784         (target_program_signals): Declare.
8785
8786 2012-03-07  Pedro Alves  <palves@redhat.com>
8787
8788         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8789         extensions.
8790
8791 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8792
8793         * m68klinux-nat.c (getregs_supplies): Make static.
8794         (getfpregs_supplies): Likewise.
8795         (have_ptrace_getregs): Likewise.
8796
8797 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
8798
8799         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8800         in call to get_die_type_at_offset.
8801
8802 2012-03-06  Stan Shebs  <stan@codesourcery.com>
8803
8804         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8805         * mi/mi-cmd-disas.c: Ditto.
8806         * mi/mi-cmd-env.c: Ditto.
8807         * mi/mi-cmd-file.c: Ditto.
8808         * mi/mi-cmd-stack.c: Ditto.
8809         * mi/mi-cmd-target.c: Ditto.
8810         * mi/mi-cmd-var.c: Ditto.
8811         * mi/mi-cmds.c: Ditto.
8812         * mi/mi-cmds.h: Ditto.
8813         * mi/mi-console.c: Ditto.
8814         * mi/mi-getopt.c: Ditto.
8815         * mi/mi-getopt.h: Ditto.
8816         * mi/mi-interp.c: Ditto.
8817         * mi/mi-main.c: Ditto.
8818         * mi/mi-out.c: Ditto.
8819         * mi/mi-parse.c: Ditto.
8820         * mi/mi-parse.h: Ditto.
8821         * mi/mi-symbol-cmds.c: Ditto.
8822
8823         * mi/mi-getopt.h: Move mi_opt struct up.
8824         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8825         return.
8826         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8827
8828 2012-03-06  Tom Tromey  <tromey@redhat.com>
8829
8830         * proc-service.c (ps_pglobal_lookup): Set the current program
8831         space.
8832
8833 2012-03-06  Pedro Alves  <palves@redhat.com>
8834
8835         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8836
8837 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
8838
8839         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8840
8841 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8842
8843         Code cleanup.
8844         * common/linux-osdata.c (linux_common_core_of_thread): New function
8845         comment.
8846         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8847         call by linux_common_core_of_thread.
8848         (linux_nat_core_of_thread_1): Remove.
8849         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8850         * linux-thread-db.c: Include linux-osdata.h.
8851         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8852         linux_common_core_of_thread.
8853
8854 2012-03-05  Tom Tromey  <tromey@redhat.com>
8855
8856         * value.c (value_primitive_field): Don't fetch contents for
8857         non-virtual bases.
8858
8859 2012-03-05  Tom Tromey  <tromey@redhat.com>
8860
8861         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8862
8863 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8864
8865         * s390-nat.c: Include "gregset.h".
8866
8867 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8868
8869         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8870         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8871         (libunwind_load): New variable so_error, use it for dlerror.  Try to
8872         load also LIBUNWIND_SO_7.
8873
8874 2012-03-05  Pedro Alves  <palves@redhat.com>
8875
8876         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8877         is not NULL, and remove resulting dead code.
8878
8879 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
8880
8881         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8882         prologue to sh_analyze_prologue.
8883         (sh_analyze_prologue): Make better use of such an upper limit, and
8884         generally be more cautious about accessing memory.
8885
8886 2012-03-05  Tom Tromey  <tromey@redhat.com>
8887
8888         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8889         _initialize_ia64_hpux_tdep.
8890
8891 2012-03-05  Pedro Alves  <palves@redhat.com>
8892
8893         PR gdb/13766
8894
8895         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8896         the register state is clear, supply explicit zero, instead of
8897         marking the register unavailable.
8898
8899 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8900
8901         * NEWS: Mention OpenVMS ia64 new target.
8902
8903 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8904
8905         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8906         (ia64_unw_accessors, ia64_unw_rse_accessors)
8907         (ia64_libunwind_descr): Declare.
8908         * ia64-vms-tdep.c: New file.
8909         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8910         (ia64_libunwind_descr): Make them public.
8911         * configure.tgt: Add ia64-*-*vms*.
8912         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8913         (ALLDEPFILES): Add ia64-vms-tdep.c
8914
8915 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8916
8917         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8918         * remote.c (PACKET_qXfer_uib): New enum value.
8919         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8920         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8921         (_initialize_remote): Call add_packet_config_cmd for
8922         xfer:uib packet.
8923
8924 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8925
8926         * osabi.c (gdb_osabi_names): Add OpenVMS.
8927         (generic_elf_osabi_sniffer): Likewise.
8928         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8929
8930 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8931
8932         Removed unused code.
8933         * libunwind-frame.c (libunwind_frame_unwind)
8934         (libunwind_frame_base_address): Remove.
8935         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8936
8937 2012-03-04  Yao Qi  <yao@codesourcery.com>
8938
8939         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8940         remove trailing new line.
8941         (agent_run_command, agent_run_command): Add _ markup.
8942         (agent_capability_check): Likewise.
8943
8944 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8945
8946         * breakpoint.c (set_condition_evaluation_mode): Set
8947         CONDITION_EVALUATION_MODE unconditionally.
8948
8949 2012-03-03  Yao Qi  <yao@codesourcery.com>
8950
8951         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8952         * common/agent.h: Update declaration.
8953         * inf-child.c (inf_child_use_agent): New.
8954         (inf_child_can_use_agent): New.
8955         (inf_child_target): Initialize fields `to_use_agent'
8956         and `to_can_use_agent'.
8957         * agent.c (agent_new_objfile): New.
8958         (_initialize_agent): Add agent_new_objfile to new_objfile
8959         observer.
8960
8961         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8962         New.
8963         (linux_target_install_ops): Initialize field
8964         `to_static_tracepoint_markers_by_strid'.
8965         * remote.c (free_current_marker): Move it to ...
8966         * tracepoint.c (free_current_marker): ... here.  New.
8967         (cleanup_target_stop): New.
8968         * tracepoint.h: Declare free_current_marker.
8969         * NEWS: Add one entry about `info static-tracepoint-marker'.
8970
8971 2012-03-03  Yao Qi  <yao@codesourcery.com>
8972
8973         * common/agent.c (agent_loaded_p): New.
8974         (agent_look_up_symbols): New global.
8975         * common/agent.h: Declare agent_loaded_p.
8976
8977 2012-03-03  Yao Qi  <yao@codesourcery.com>
8978
8979         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8980         (agent_capability_check, agent_capability_invalidate): New.
8981         (symbol_list): New array element.
8982         * common/agent.h (enum agent_capa): New.
8983         * target.c (target_pre_inferior): Call agent_capability_invalidate.
8984
8985 2012-03-03  Yao Qi  <yao@codesourcery.com>
8986
8987         * target.h (struct target_ops) <to_use_agent>: New field.
8988         (struct target_ops) <to_can_use_agent>: New field.
8989         (target_use_agent, target_can_use_agent): New macro.
8990         * target.c (update_current_target): Update.
8991         * remote.c: New enum `PACKET_QAgent'.
8992         (remote_protocol_features): Add a new element.
8993         (remote_use_agent, remote_can_use_agent): New.
8994         (init_remote_ops): Initialize field `can_use_agent' with
8995         remote_can_use_agent.  Intiailize field `use_agent' with
8996         remote_use_agent.
8997         * common/agent.c (use_agent): New global.
8998         * common/agent.h: Declare it.
8999         * tracepoint.c (info_static_tracepoint_markers_command): Add
9000         comment.
9001         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9002         (COMMON_OBS): Add common/agent.o and agent.o
9003         (common-agent.o): New rule.
9004         * agent.c: New.
9005
9006 2012-03-03  Yao Qi  <yao@codesourcery.com>
9007
9008         * common/agent.c: New.
9009         * common/agent.h: New.
9010         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9011         AC_CHECK_HEADERS.
9012         * configure, configh.in: Regenerated.
9013
9014 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9015
9016         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9017         unless it exists for this architecture.
9018
9019 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9020
9021         * language.h (struct language_defn): New "method" la_read_var_value.
9022         * findvar.c: #include "language.h".
9023         (default_read_var_value): Renames read_var_value.  Rewrite
9024         function description.
9025         (read_var_value): New function.
9026         * value.h (default_read_var_value): Add prototype.
9027         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9028         New functions.
9029         (ada_language_defn): Add entry for la_read_var_value.
9030         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9031         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9032         language_defn structures to add entry for new la_read_var_value
9033         field.
9034
9035 2012-03-02  Tom Tromey  <tromey@redhat.com>
9036             Pedro Alves  <palves@redhat.com>
9037
9038         PR breakpoints/13776:
9039         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9040         breakpoints.
9041         (delete_longjmp_breakpoint_at_next_stop): New.
9042         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9043         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9044         before deleting the inferior.  Add comments.
9045         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9046         breakpoints immediately, but only on next stop.  Move that code
9047         next to where we mark other breakpoints for deletion.
9048
9049 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9050
9051         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9052         marker.
9053         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9054         violation.
9055
9056 2012-03-02  Pedro Alves  <palves@redhat.com>
9057
9058         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9059
9060 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9061
9062         Fix -Wmissing-prototypes build.
9063         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9064         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9065         (gdbsim_has_memory): Likewise.
9066
9067 2012-03-02  Yao Qi  <yao@codesourcery.com>
9068
9069         Fix -Wmissing-prototypes build.
9070         * charset.c (phony_iconv_open): Make static.
9071         (phony_iconv_close, phony_iconv): Likewise.
9072         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9073         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9074         prototype.
9075         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9076         * ser-mingw.c (create_select_thread): Make static.
9077         * windows-termcap.c (tgetent): New prototype.
9078         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9079
9080 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9081
9082         Fix -Wmissing-prototypes build.
9083         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9084         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9085         (_initialize_loadable): New prototypes.
9086
9087 2012-03-02  Doug Evans  <dje@google.com>
9088
9089         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9090         abbrev table, read_comp_unit will do it.
9091
9092 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9093
9094         Fix -Wmissing-prototypes build.
9095         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9096         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9097         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9098         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9099         (_initialize_arm_symbian_tdep): New prototype.
9100         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9101         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9102         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9103         static.
9104         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9105         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9106         prototype.
9107         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9108         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9109         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9110         static.
9111         * moxie-tdep.c (moxie_process_record): Likewise.
9112         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9113         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9114         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9115         (_initialize_rl78_tdep): New prototype.
9116         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9117         (_initialize_rx_tdep): New prototype.
9118         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9119         (_initialize_darwin_solib): New prototype.
9120         * solib-spu.c: Include solib-spu.h.
9121         (_initialize_spu_solib): New prototype.
9122         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9123         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9124         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9125         (tic6x_software_single_step): Make it static.
9126         (_initialize_tic6x_tdep): New prototype.
9127
9128 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9129
9130         Fix -Wmissing-prototypes build.
9131         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9132         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9133
9134 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9135
9136         Fix -Wmissing-prototypes build.
9137         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9138         (frv_have_stopped_data_address): Remove.
9139
9140 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9141
9142         Fix -Wmissing-prototypes build.
9143         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9144         * sh-tdep.c: Include sh64-tdep.h.
9145         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9146         * sh64-tdep.c: Include sh64-tdep.h.
9147         * sh64-tdep.h: New file.
9148
9149 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9150
9151         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9152
9153 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9154
9155         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9156         sp_regnum once the gdbarch_init_osabi hook has been called.
9157
9158 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9159
9160         * mips-tdep.c (mips32_bc1_pc): New function.
9161         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9162         BPOSGE32 and BPOSGE64 instructions.
9163         (deal_with_atomic_sequence): Likewise.
9164         (mips32_instruction_has_delay_slot): Likewise.
9165
9166 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9167             Chris Dearman  <chris@mips.com>
9168             Maciej W. Rozycki  <macro@codesourcery.com>
9169             Joseph Myers  <joseph@codesourcery.com>
9170
9171         * features/mips-dsp.xml: New file.
9172         * features/mips64-dsp.xml: New file.
9173         * features/mips-dsp-linux.xml: New file.
9174         * features/mips64-dsp-linux.xml: New file.
9175         * features/Makefile (WHICH): Add mips-dsp-linux and
9176         mips64-dsp-linux.
9177         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9178         * features/mips-dsp-linux.c: New file.
9179         * features/mips64-dsp-linux.c: New file.
9180         * regformats/mips-dsp-linux.dat: New file.
9181         * regformats/mips64-dsp-linux.dat: New file.
9182         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9183         registers.
9184         (mips64_linux_register_addr): Likewise.
9185         (mips64_linux_regsets_fetch_registers): Likewise.
9186         (mips64_linux_regsets_store_registers): Likewise.
9187         (mips64_linux_fetch_registers): Update call to
9188         mips64_linux_regsets_fetch_registers.
9189         (mips64_linux_store_registers): Update call to
9190         mips64_linux_regsets_store_registers.
9191         (mips_linux_read_description): Probe for DSP registers.
9192         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9193         and initialize_tdesc_mips64_dsp_linux.
9194         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9195         Remove padding of no longer used embedded register slots.
9196         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9197         (MIPS_RESTART_REGNUM): Redefine enum value.
9198         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9199         strings.
9200         (mips_tx39_reg_names): Likewise.
9201         (mips_linux_reg_names): New array of register names for Linux
9202         targets.
9203         (mips_register_name): Check for a null pointer in
9204         mips_processor_reg_names and return an empty string.
9205         (mips_register_type): Exclude embedded registers for the IRIX
9206         and Linux ABIs.
9207         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9208         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9209         DSP registers.
9210         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9211         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9212         (mips_gdbarch_init): Likewise.  Initialize internal register
9213         indices for the Linux ABI.  Use dynamic numbers to refer to
9214         registers, as applicable, while parsing the target description.
9215         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9216
9217 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9218
9219         * frame.h (read_frame_register_unsigned): Fix typo in function
9220         description.
9221
9222 2012-03-01  Pedro Alves  <palves@redhat.com>
9223
9224         * jit-reader.in [!__cplusplus]
9225         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9226
9227 2012-03-01  Pedro Alves  <palves@redhat.com>
9228
9229         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9230         * configure: Regenerate.
9231
9232 2012-03-01  Pedro Alves  <palves@redhat.com>
9233
9234         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9235         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9236         (ftrace_command, strace_command): Make static.
9237         * d-lang.c (_initialize_d_language): Declare.
9238         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9239         * dwarf2loc.c (_initialize_dwarf2loc):
9240         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9241         * exec.c (exec_get_section_table): Make static.
9242         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9243         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9244         * inferior.c (remove_inferior_command, add_inferior_command)
9245         (clone_inferior_command): Make static.
9246         * linux-nat.c (linux_nat_thread_address_space)
9247         (linux_nat_core_of_thread): Make static.
9248         * linux-tdep.c (_initialize_linux_tdep): Declare.
9249         * objc-lang.c (_initialize_objc_lang): Declare.
9250         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9251         Make static.
9252         (_initialize_opencl_language): Declare.
9253         * record.c (_initialize_record): Declare.
9254         * remote.c (demand_private_info, remote_get_tib_address)
9255         (remote_supports_cond_tracepoints)
9256         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9257         Make static.
9258         * skip.c (_initialize_step_skip): Declare.
9259         * symtab.c (skip_prologue_using_lineinfo): Make static.
9260         * tracepoint.c (delete_trace_state_variable)
9261         (trace_variable_command, delete_trace_variable_command)
9262         (get_uploaded_tsv, find_matching_tracepoint_location)
9263         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9264         Make static.
9265         * value.c (pack_unsigned_long): Make static.
9266         * varobj.c (varobj_ensure_python_env): Make static.
9267         * windows-tdep.c (_initialize_windows_tdep): Declare.
9268         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9269
9270 2012-03-01  Pedro Alves  <palves@redhat.com>
9271
9272         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9273         gdbarch parameter.
9274         (linux_init_abi): Install it as has_shared_address_space gdbarch
9275         callback.
9276
9277 2012-03-01  Pedro Alves  <palves@redhat.com>
9278
9279         * observer.c (observer_test_first_notification_function)
9280         (observer_test_second_notification_function)
9281         (observer_test_third_notification_function): Add declarations.
9282
9283 2012-03-01  Pedro Alves  <palves@redhat.com>
9284
9285         * common/signals.c (default_target_signal_to_host)
9286         (default_target_signal_from_host): Move ...
9287         * arch-utils.c: ... here.
9288         * arch-utils.h (default_target_signal_to_host)
9289         (default_target_signal_from_host): Declare.
9290
9291         * common/signals.c (target_signal_from_command): Move ...
9292         * infrun.c: ... here.
9293         * inferior.h (target_signal_from_command): Declare.
9294         * target.h (target_signal_from_command)
9295         (default_target_signal_from_host, default_target_signal_to_host):
9296         Delete declarations.
9297
9298         * common/signals.c (_initialize_signals): Delete.
9299
9300 2012-03-01  Pedro Alves  <palves@redhat.com>
9301
9302         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9303         both __cplusplus and !__cplusplus.
9304
9305 2012-03-01  Pedro Alves  <palves@redhat.com>
9306
9307         * psymtab.c (find_and_open_source): Delete declaration.
9308         * source.c (find_and_open_source): Move comment ...
9309         * source.h (find_and_open_source): ... to this new declaration.
9310
9311 2012-03-01  Pedro Alves  <palves@redhat.com>
9312
9313         * inline-frame.c: Include inline-frame.h.
9314
9315 2012-03-01  Pedro Alves  <palves@redhat.com>
9316
9317         * tui/tui-data.c (set_gen_win_origin): Delete.
9318         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9319         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9320
9321 2012-03-01  Pedro Alves  <palves@redhat.com>
9322
9323         * remote.c (encode_actions): Delete declaration.
9324         * tracepoint.c (encode_actions): Make extern.
9325         * tracepoint.h (encode_actions): Declare.
9326
9327 2012-03-01  Pedro Alves  <palves@redhat.com>
9328
9329         * python/py-breakpoint.c: Include python.h.
9330         * python/py-continueevent.c (create_continue_event_object): Make
9331         static.
9332         * python/py-lazy-string.c (stpy_get_type): Make static.
9333         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9334         Make static.
9335         * python/py-utils.c (unicode_to_target_python_string): Make
9336         static.
9337         * python/py-value.c: Include python.h.
9338
9339 2012-03-01  Pedro Alves  <palves@redhat.com>
9340
9341         * inferior.c (delete_threads_of_inferior): Delete.
9342
9343 2012-03-01  Pedro Alves  <palves@redhat.com>
9344
9345         Import fallback definitions from glibc.
9346
9347         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9348         ps_prochandle): Forward declare.
9349         (ps_err_e): Use glibc's comments.
9350         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9351         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9352         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9353         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9354         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9355         (struct ps_prochandle): Adjust comment.
9356
9357 2012-03-01  Pedro Alves  <palves@redhat.com>
9358
9359         * ada-lang.c (ada_modulus_from_name): Delete.
9360         * ada-lex.l (lexer_init): Make static.
9361
9362 2012-03-01  Pedro Alves  <palves@redhat.com>
9363
9364         PR gdb/13767
9365
9366         * frame.c (read_frame_register_unsigned): New.
9367         * frame.h (read_frame_register_unsigned): Declare.
9368         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9369         Handle it.
9370         (print_i387_control_word): New parameter `control_p'.  Handle it.
9371         (i387_print_float_info): Handle unavailable float registers.
9372
9373 2012-03-01  Keith Seitz  <keiths@redhat.com>
9374
9375         * linespec.c (decode_line_2): Sort the list of methods
9376         alphabetically before presenting the user with a selection
9377         menu.
9378
9379 2012-03-01  Doug Evans  <dje@google.com>
9380
9381         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9382         has_namespace_info.
9383         (dwarf2_read_abbrevs): Remove corresponding initialization.
9384
9385 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9386
9387         * NEWS: Mention new python command class gdb.COMMAND_USER.
9388         * cli/cli-cmds.c (show_user): Print error when used on a python
9389         command.
9390         (init_cli_cmds): Update documentation strings for "show user" and
9391         "set/show max-user-call-depth" to clarify that it does not apply to
9392         python commands.
9393         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9394         error check.
9395         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9396         gdb python api.
9397         * top.c (execute_command): Only execute a user-defined command as a
9398         legacy macro if c->user_commands is set.
9399
9400 2012-03-01  Tom Tromey  <tromey@redhat.com>
9401
9402         * valprint.h (struct generic_val_print_decorations): New.
9403         (generic_val_print): Declare.
9404         * valprint.c (generic_val_print): New function.
9405         * p-valprint.c (p_decorations): New global.
9406         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9407         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9408         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9409         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9410         * m2-valprint.c (m2_decorations): New global.
9411         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9412         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9413         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9414         TYPE_CODE_ERROR>: Call generic_val_print.
9415         * f-valprint.c (f_decorations): New global.
9416         (f_val_print): Use print_function_pointer_address.
9417         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9418         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9419         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9420         generic_val_print.
9421         * c-valprint.c (c_decorations): New global.
9422         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9423         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9424         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9425         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9426         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9427         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9428         case.
9429
9430 2012-03-01  Tom Tromey  <tromey@redhat.com>
9431
9432         * valprint.c (val_print): Update.
9433         * p-valprint (pascal_val_print): Return void.
9434         * p-lang.h (pascal_val_print): Return void.
9435         * m2-valprint.c (m2_val_print): Return void.
9436         * m2-lang.h (m2_val_print): Return void.
9437         * language.h (struct language_defn) <la_val_print>: Return void.
9438         * language.c (unk_lang_val_print): Return void.
9439         * jv-valprint.c (java_val_print): Return void.
9440         * jv-lang.h (java_val_print): Return void.
9441         * f-valprint.c (f_val_print): Return void.
9442         * f-lang.h (f_val_print): Return void.
9443         * d-valprint.c (d_val_print): Return void.
9444         (dynamic_array_type): Update.
9445         * d-lang.h (d_val_print): Return void.
9446         * c-valprint.c (c_val_print): Return void.
9447         * c-lang.h (c_val_print): Return void.
9448         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9449         void.
9450         * ada-lang.h (ada_val_print): Return void.
9451
9452 2012-03-01  Tom Tromey  <tromey@redhat.com>
9453
9454         * value.h (val_print): Return void.
9455         * valprint.c (val_print): Return void.
9456
9457 2012-03-01  Tom Tromey  <tromey@redhat.com>
9458
9459         * value.h (common_val_print): Return void.
9460         * valprint.c (common_val_print): Return void.
9461
9462 2012-03-01  Tom Tromey  <tromey@redhat.com>
9463
9464         * value.h (value_print): Return void.
9465         * valprint.c (value_print): Return void.
9466         * p-valprint.c (pascal_value_print): Return void.
9467         * p-lang.h (pascal_value_print): Return void.
9468         * language.h (struct language_defn) <la_value_print>: Return
9469         void.
9470         * language.c (unk_lang_value_print): Return void.
9471         * jv-valprint.c (java_value_print): Return void.
9472         * jv-lang.h (java_value_print): Return void.
9473         * f-valprint.c (c_value_print): Don't declare.
9474         Include c-lang.h.
9475         * c-valprint.c (c_value_print): Return void.
9476         * c-lang.h (c_value_print): Return void.
9477         * ada-valprint.c (ada_value_print): Return void.
9478         * ada-lang.h (ada_value_print): Return void.
9479
9480 2012-03-01  Tom Tromey  <tromey@redhat.com>
9481
9482         * value.c (value_primitive_field): Handle virtual base classes.
9483
9484 2012-03-01  Tom Tromey  <tromey@redhat.com>
9485
9486         * gdbtypes.h (struct vbase): Remove.
9487
9488 2012-03-01  Tom Tromey  <tromey@redhat.com>
9489
9490         * c-valprint.c (print_function_pointer_address): Move...
9491         * valprint.c: ... here.  Make non-static.
9492         * m2-valprint.c (print_function_pointer_address): Remove.
9493         * valprint.h (print_function_pointer_address): Declare.
9494
9495 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9496
9497         * NEWS: Document the fact that one can provide a condition when
9498         creating an Ada exception catchpoint.
9499
9500 2012-03-01  Tom Tromey  <tromey@redhat.com>
9501
9502         * valprint.c (val_print_type_code_flags): Fix placement of
9503         trailing brace.
9504
9505 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9506
9507         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9508         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9509         environment variable before calling update-copyright.
9510
9511 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9512
9513         * gnulib/extra/update-copyright: Update to the latest from
9514         gnulib's git repository.
9515         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9516         variable to 2 instead of 1.
9517
9518 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9519
9520         * varobj.c (c_value_of_variable): Remove dead code.
9521
9522 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9523
9524         * ada-lex.p (processId): Do not modify already encoded IDs.
9525         Update function documentation.
9526
9527 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9528
9529         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9530         "name" with "struct symbol *name_sym".
9531         * ada-exp.y (write_var_or_type): Update call to
9532         ada_find_renaming_symbol.
9533         "name" with "struct symbol *name_sym". Adjust Implementation
9534         accordingly.  Adjust the function documentation.
9535
9536 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9537
9538         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9539         * ada-lang.c (ada_find_any_type): Add advance declaration.
9540         Make static.  Replace ada_find_any_symbol by
9541         ada_find_any_type_symbol.
9542         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9543         Improve function description.  Make static.
9544         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9545         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9546
9547 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9548
9549         * ada-lang.c (struct tag_args): Delete.
9550         (ada_get_tsd_type): Function body moved up in source file.
9551         (ada_tag_name_1, ada_tag_name_2): Delete.
9552         (ada_get_tsd_from_tag): New function.
9553         (ada_tag_name_from_tsd): New function.
9554         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9555         to determine the tag name.
9556
9557 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9558
9559         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9560         declaration.
9561         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9562         function.
9563
9564 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9565
9566         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9567
9568 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9569
9570         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9571         full searches.
9572
9573 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9574
9575         * ada-lang.c (constrained_packed_array_type): If there is a
9576         parallel XA type, use it to determine the array index type.
9577
9578 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9579
9580         * ada-valprint.c (ada_val_print_1): If our value is a reference
9581         to an array descriptor, dereference it before converting it
9582         to a simple array.
9583
9584 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9585
9586         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9587         creating fixed value.
9588         (ada_value_ind, ada_coerce_ref, assign_component)
9589         (ada_evaluate_subexp): Remove call to unwrap_value before
9590         call to ada_to_fixed_value.
9591
9592 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9593
9594         * ada-lang.c (to_fixed_array_type): Set result's type name.
9595
9596 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9597
9598         * ada-lang.c (catch_ada_exception_command_split): Add new
9599         argument cond_string.  Add support for condition at end of
9600         "catch exception" commands.
9601         (ada_decode_exception_location): Add new argument cond_string.
9602         Update call to catch_ada_exception_command_split.
9603         (create_ada_exception_catchpoint): Add new argument cond_string.
9604         Set the breakpoint condition if needed.
9605         (catch_ada_exception_command): Update call to
9606         ada_decode_exception_location.
9607         (ada_decode_assert_location): Add function documentation.
9608         Add support for condition at end of "catch assert" command.
9609         (catch_assert_command): Update calls to ada_decode_assert_location
9610         and create_ada_exception_catchpoint.
9611
9612 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9613
9614         Fix disp-step-syscall.exp: fork: single step over fork.
9615         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9616         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9617         comment, change parameters gdbarch and ptid to regcache.  Remove
9618         parameter regcache, initialize gdbarch from regcache here.
9619         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9620         New functions.
9621         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9622         instead.
9623         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9624         'syscall'.  Make the 'int' check more strict.
9625
9626 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9627
9628         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9629         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9630         (i386_linux_intx80_sysenter_syscall_record): ... here.
9631         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9632         Use the renamed function name.
9633
9634 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9635
9636         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9637         * breakpoint.c (until_break_command): Likewise.
9638         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9639         * infcall.c (call_function_by_hand): Likewise.
9640         * infcmd.c (finish_forward): Likewise.
9641         * infrun.c (insert_exception_resume_breakpoint): Likewise.
9642
9643 2012-02-28  Tristan Gingold  <gingold@adacore.com>
9644
9645         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9646         avoid variable assignments inside condition.
9647
9648 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9649
9650         Fix static analysis issue found by cppcheck.
9651         * microblaze-tdep.c (microblaze_extract_return_value): Fix
9652         uninitialized BUF for size 2.
9653
9654 2012-02-27  Chris Dearman  <chris@mips.com>
9655             Nathan Froyd  <froydnj@codesourcery.com>
9656             Maciej W. Rozycki  <macro@codesourcery.com>
9657
9658         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9659         (mips16_instruction_has_delay_slot): Likewise.
9660         (mips_segment_boundary): Likewise.
9661         (mips_adjust_breakpoint_address): Likewise.
9662         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9663
9664 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
9665             Maciej W. Rozycki  <macro@codesourcery.com>
9666
9667         * infrun.c (handle_inferior_event): Don't proceed through
9668         shared library trampolines if stepping at the machine
9669         instruction level.
9670
9671 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
9672
9673         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9674         too.
9675
9676 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
9677
9678         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9679         (sh_stub_unwind_sniffer): New functions.
9680         (sh_stub_unwind): New variable.
9681         (sh_gdbarch_init): Wire everything.
9682
9683 2012-02-27  Pedro Alves  <palves@redhat.com>
9684
9685         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9686         (linux_nat_post_attach_wait): Adjust to use
9687         linux_proc_pid_is_stopped.
9688         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9689         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9690         based on pid_is_stopped from both linux-nat.c and
9691         gdbserver/linux-low.c, and renamed.
9692
9693 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9694
9695         * remote.c (remote_watchpoint_addr_within_range): New function.
9696         (init_remote_ops): Use it.
9697
9698 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9699
9700         * target.h (target_watchpoint_addr_within_range): Document macro.
9701
9702 2012-02-24  Pedro Alves  <palves@redhat.com>
9703
9704         * stack.c (set_last_displayed_sal): Issue internal_error instead
9705         of warning, and issue it after clearing the last displayed sal.
9706
9707 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9708             Pedro Alves  <palves@redhat.com>
9709
9710         * breakpoint.c (until_break_command): Install breakpoints after
9711         all frame manipulations.
9712
9713 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9714
9715         * remote.c (remote_supports_cond_breakpoints): New forward
9716         declaration.
9717         (remote_add_target_side_condition): New function.
9718         (remote_insert_breakpoint): Add target-side breakpoint
9719         conditional if supported.
9720         (remote_insert_hw_breakpoint): Likewise.
9721         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9722         hook.
9723
9724         * target.c (update_current_target): Inherit
9725         to_supports_evaluation_of_breakpoint_conditions.
9726         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9727
9728         * target.h (struct target_ops)
9729         <to_supports_evaluation_of_breakpoint_conditions>: New field.
9730         (target_supports_evaluation_of_breakpoint_conditions): New #define.
9731
9732         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9733         (condition_evaluation_both, condition_evaluation_auto,
9734         condition_evaluation_host, condition_evaluation_target,
9735         condition_evaluation_enums, condition_evaluation_mode_1,
9736         condition_evaluation_mode): New static globals.
9737         (translate_condition_evaluation_mode): New function.
9738         (breakpoint_condition_evaluation_mode): New function.
9739         (gdb_evaluates_breakpoint_condition_p): New function.
9740         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9741         (mark_breakpoint_modified): New function.
9742         (mark_breakpoint_location_modified): New function.
9743         (set_condition_evaluation_mode): New function.
9744         (show_condition_evaluation_mode): New function.
9745         (bp_location_compare_addrs): New function.
9746         (get_first_location_gte_addr): New helper function.
9747         (set_breakpoint_condition): Free condition bytecode if locations
9748         has become unconditional.  Call mark_breakpoint_modified (...).
9749         (condition_command): Call update_global_location_list (1) for
9750         breakpoints.
9751         (breakpoint_xfer_memory): Use is_breakpoint (...).
9752         (is_breakpoint): New function.
9753         (parse_cond_to_aexpr): New function.
9754         (build_target_condition_list): New function.
9755         (insert_bp_location): Handle target-side conditional
9756         breakpoints and call build_target_condition_list (...).
9757         (update_inserted_breakpoint_locations): New function.
9758         (insert_breakpoint_locations): Handle target-side conditional
9759         breakpoints.
9760         (bpstat_check_breakpoint_conditions): Add comment.
9761         (bp_condition_evaluator): New function.
9762         (bp_location_condition_evaluator): New function.
9763         (print_breakpoint_location): Print information on where the condition
9764         will be evaluated.
9765         (print_one_breakpoint_location): Likewise.
9766         (init_bp_location): Call mark_breakpoint_location_modified (...) for
9767         breakpoint location.
9768         (force_breakpoint_reinsertion): New functions.
9769         (update_global_location_list): Handle target-side breakpoint
9770         conditions.
9771         Reinsert locations that are already inserted if conditions have
9772         changed.
9773         (bp_location_dtor): Free agent expression bytecode.
9774         (disable_breakpoint): Call mark_breakpoint_modified (...).
9775         Call update_global_location_list (...) with parameter 1 for breakpoints.
9776         (disable_command): Call mark_breakpoint_location_modified (...).
9777         Call update_global_location_list (...) with parameter 1 for breakpoints.
9778         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9779         (enable_command): mark_breakpoint_location_modified (...).
9780         (_initialize_breakpoint): Update documentation and add
9781         condition-evaluation breakpoint subcommand.
9782
9783         * breakpoint.h: Include ax.h.
9784         (condition_list): New data structure.
9785         (condition_status): New enum.
9786         (bp_target_info) <cond_list>: New field.
9787         (bp_location) <condition_changed, cond_bytecode>: New fields.
9788         (is_breakpoint): New prototype.
9789
9790 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9791
9792         * remote.c (remote_state) <cond_breakpoints>: New field.
9793         (PACKET_ConditionalBreakpoints): New enum.
9794         (remote_cond_breakpoint_feature): New function.
9795         (remote_protocol_features): Add new ConditionalBreakpoints entry.
9796         (remote_supports_cond_breakpoints): New function.
9797         (_initialize_remote): Add new packet configuration for
9798         target-side conditional breakpoints.
9799
9800 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9801
9802         * NEWS: Mention target-side conditional breakpoint support,
9803         new condition-evaluation breakpoint subcommand and remote
9804         packet extensions.
9805
9806 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9807
9808         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9809         number.
9810
9811 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
9812
9813         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9814         (after_prologue): Remove.
9815
9816 2012-02-23  Tom Tromey  <tromey@redhat.com>
9817
9818         * jv-valprint.c (java_val_print): Remove dead code.
9819
9820 2012-02-23  Tristan Gingold  <gingold@adacore.com>
9821
9822         * ada-tasks.c (struct ada_tasks_inferior_data): Add
9823         known_tasks_element and known_tasks_length fields.
9824         (read_known_tasks_array): Change argument type.  Use pointer type
9825         and number of elements from DATA.  Adjust.
9826         (read_known_tasks_list): Likewise.
9827         (get_known_tasks_addr): Remove.
9828         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9829         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
9830         type and array length.  Merge former get_known_tasks_addr code.
9831
9832 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9833
9834         PR backtrace/13716
9835         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9836         it after set_momentary_breakpoint.
9837
9838 2012-02-22  Sterling Augustine  <saugustine@google.com>
9839
9840         PR 13689:
9841         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9842
9843 2012-02-22  Gary Benson  <gbenson@redhat.com>
9844
9845         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9846         (find_slot_in_mapped_hash): Likewise.
9847
9848 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9849
9850         PR build/13638
9851         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9852         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9853         * configure: Regenerate.
9854
9855 2012-02-21  Tristan Gingold  <gingold@adacore.com>
9856             Pedro Alves  <palves@redhat.com>
9857
9858         * ia64-tdep.c: Do not include libunwind-ia64.h.
9859         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9860         Include libunwind-ia64.h instead of libunwind.h.
9861         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9862         for libunwind.h existence.
9863         * configure, config.in: Regenerate.
9864
9865 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9866
9867         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9868         instead of value_rtti_target_type.
9869         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9870         instead of value_rtti_target_type.
9871         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9872         value_rtti_target_type.
9873         * valops.c (value_ind): Extract function readjust_indirect_value_type.
9874         (value_rtti_target_type): Rename to ...
9875         (value_rtti_indirect_type): ... here and make it indirect.  Update
9876         function comment.
9877         * value.c (readjust_indirect_value_type): New function.
9878         (coerce_ref): Support for enclosing type setting for references
9879         with readjust_indirect_value_type.
9880         * value.h (readjust_value_type): New declaration.
9881         (value_rtti_target_type): Rename to ...
9882         (value_rtti_indirect_type): ... here.
9883
9884 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9885
9886         * MAINTAINERS (Write After Approval): Add myself to the list.
9887
9888 2012-02-20  Doug Evans  <dje@google.com>
9889
9890         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9891         Rename objfile_p_char parameter to objfilep.
9892         (build_objfile_section_table): Result is now void.  All callers
9893         updated.
9894         * objfiles.h (struct objfile): Tweak comments, whitespace.
9895         (build_objfile_section_table): Update.
9896
9897         * elfread.c (elf_symfile_segments): Fix warning text.
9898
9899 2012-02-20  Tom Tromey  <tromey@redhat.com>
9900
9901         PR gdb/13498:
9902         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9903         particular set of file names once.
9904         (dw2_map_symbol_filenames): Likewise.
9905
9906 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9907
9908         Code cleanup.
9909         * main.c (write_files): Remove the declaration.
9910         (external_editor_command): Move the declaration ...
9911         [GDBTK] (external_editor_command): ... here.  Fix the comment.
9912
9913 2012-02-20  Tom Tromey  <tromey@redhat.com>
9914
9915         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9916         extraneous block.
9917
9918 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9919
9920         * darwin-nat.h (enum darwin_msg_state): Add comments.
9921
9922 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9923
9924         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9925         value.
9926
9927 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
9928
9929         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9930         between function description and implementation.
9931
9932 2012-02-17  Tom Tromey  <tromey@redhat.com>
9933
9934         PR python/12070:
9935         * python/py-event.c (event_object_getset): New global.
9936         (event_object_type): Reference it.
9937         * python/py-type.c (field_object_getset): New global.
9938         (field_object_type): Reference it.
9939         * python/python-internal.h (gdb_py_generic_dict): Declare.
9940         * python/py-utils.c (gdb_py_generic_dict): New function.
9941
9942 2012-02-17  Tristan Gingold  <gingold@adacore.com>
9943
9944         * solib-darwin.c (darwin_current_sos): Check magic and filetype
9945
9946 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
9947
9948         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9949         TYPE_CALLING_CONVENTION annotation.
9950
9951 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
9952
9953         * MAINTAINERS: Add rx to target ISA section.
9954         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9955         (ALLDEPFILES): Add rx-tdep.c.
9956
9957 2012-02-16  Tom Tromey  <tromey@redhat.com>
9958
9959         * symfile.c (symbol_file_add_main_1): Use inferior's
9960         symfile_flags.
9961         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9962         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9963         inferior.
9964         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9965         inferior.
9966         (follow_exec): Use inferior's symfile_flags.
9967         * inferior.h (struct inferior) <symfile_flags>: New field.
9968
9969 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
9970
9971         PR gdb/9734:
9972         * remote-sim.c (gdbsim_create_inferior): Call error() when
9973         sim_create_inferior() fails.
9974
9975 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
9976
9977         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9978
9979 2012-02-16  Tom Tromey  <tromey@redhat.com>
9980
9981         PR c++/13653:
9982         * thread.c (struct current_thread_cleanup) <was_removable>: New
9983         field.
9984         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9985         (make_cleanup_restore_current_thread): Initialize new field.
9986
9987 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
9988
9989         * MAINTAINERS: Add rl78 to target ISA section.
9990         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9991         (ALLDEPFILES): Add rl78-tdep.c.
9992         * NEWS: Mention rl78 as a new target.
9993
9994 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
9995
9996         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9997         data.
9998         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9999
10000 2012-02-15  Tom Tromey  <tromey@redhat.com>
10001
10002         PR gdb/12659:
10003         * infcmd.c (registers_info): Print just the current register's
10004         name.
10005
10006 2012-02-15  Tom Tromey  <tromey@redhat.com>
10007
10008         * python/py-symbol.c (sympy_value): Use _().
10009
10010 2012-02-15  Pedro Alves  <palves@redhat.com>
10011
10012         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10013         output to be like native targets'.
10014         (remote_pid_to_str): Special case the null ptid.
10015
10016 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10017
10018         * NEWS: Mention enable count command.
10019         * breakpoint.h (struct breakpoint): New field enable_count.
10020         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10021         (enable_breakpoint): Add arg to call.
10022         (struct disp_data): New struct.
10023         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10024         (do_map_enable_once_breakpoint): Create a struct and pass it.
10025         (do_map_enable_delete_breakpoint): Ditto.
10026         (do_map_enable_count_breakpoint): New function.
10027         (enable_count_command): New function.
10028         (bpstat_stop_status): Decrement enable_count.
10029         (print_one_breakpoint_location): Report enable count.
10030         (_initialize_breakpoint): Add enable count command.
10031
10032 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10033
10034         * rl78-tdep.c (reggroups.h): Include.
10035         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10036         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10037         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10038         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10039         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10040         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10041         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10042         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10043         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10044         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10045         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10046         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10047         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10048         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10049         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10050         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10051         beginning of register list.
10052         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10053         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10054         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10055         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10056         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10057         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10058         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10059         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10060         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10061         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10062         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10063         the pseudo registers.  Rearrange other pseudo registers too so
10064         that the bank registers appear at the end.
10065         (rl78_register_type): Account for the fact that the byte sized
10066         bank registers are now pseudo-registers.
10067         (rl78_register_name): Rearrange the register name array.  Make
10068         initial set of raw banked registers inaccessible.
10069         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10070         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10071         case for copying bytes back and forth between raw and pseudo
10072         versions of the banked registers.  Update other cases to reflect
10073         the changed names.
10074         (rl78_return_value): Update to account for changed names of
10075         raw registers.
10076         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10077         rl78_register_sim_regno().
10078
10079 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10080
10081         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10082         the name parameter being passed to find_pc_partial_function().
10083
10084 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10085
10086         * MAINTAINERS: Step down from being ia64 target maintainer.
10087
10088 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10089
10090         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10091         compilation warning.
10092
10093 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10094
10095         Fix crash on loaded shlibs without loaded exec_bfd.
10096         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10097         (set_section_command): Replace exec_bfd by p->bfd.
10098
10099 2012-02-10  Tom Tromey  <tromey@redhat.com>
10100
10101         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10102         when we have a C++ qualified name.
10103
10104 2012-02-10  Pedro Alves  <palves@redhat.com>
10105
10106         * inferior.c (inferior_pid_to_str): New.
10107         (print_inferior, inferior_command): Use it.
10108
10109 2012-02-10  Pedro Alves  <palves@redhat.com>
10110
10111         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10112         the test CFLAGS.
10113         * configure: Regenerate.
10114
10115 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10116
10117         * linespec.c (decode_line_internal): Fix comment correctness.
10118
10119 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10120
10121         PR gdb/12953
10122         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10123         * amd64bsd-nat.c: Add support for debug registers (adapted from
10124         i386bsd-nat.c).
10125         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10126         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10127         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10128         (amd64bsd_dr_get_control): New functions.
10129         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10130         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10131         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10132         watchpoints initialization.
10133         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10134
10135 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10136
10137         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10138         flds_bnds.fields.
10139         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10140
10141 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10142
10143         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10144
10145 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10146
10147         * language.h (symbol_name_cmp_ftype): Renames
10148         symbol_name_match_p_ftype.
10149         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10150         la_get_symbol_name_match_p.
10151         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10152         ada_get_symbol_name_match_p.  Update comment.
10153         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10154         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10155         Renames symbol_name_match_p.  Update field type.
10156         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10157         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10158         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10159         "la_get_symbol_name_cmp" in comments.
10160         * language.c: Likewise.
10161
10162 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10163
10164         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10165         %eflags offset.
10166         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10167         (amd64_sol2_gregset32_reg_offs): Likewise.
10168
10169 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10170
10171         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10172         of the returned BFD is allocated by GDB.
10173
10174 2012-02-07  Tom Tromey  <tromey@redhat.com>
10175
10176         PR python/12027:
10177         * python/python-internal.h (frame_object_type): Declare.
10178         * python/py-symbol.c (sympy_needs_frame): New function.
10179         (sympy_value): New function.
10180         (symbol_object_getset): Add "needs_frame".
10181         (symbol_object_methods): Add "value".
10182         * python/py-frame.c (frame_object_type): No longer static.
10183
10184 2012-02-07  Tom Tromey  <tromey@redhat.com>
10185
10186         PR python/13599:
10187         * python/py-symbol.c (sympy_line): New function.
10188         (symbol_object_getset): Add "line".
10189
10190 2012-02-07  Tom Tromey  <tromey@redhat.com>
10191
10192         * charset.c (find_charset_names): Check 'in' against NULL.
10193
10194 2012-02-06  Doug Evans  <dje@google.com>
10195
10196         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10197         and fields.name members from char * to const char *.  All uses updated.
10198         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10199         from char * to const char *.  All uses updated.
10200         (type_name_no_tag): Update.
10201         (lookup_unsigned_typename, lookup_signed_typename): Update.
10202         * gdbtypes.c (type_name_no_tag): Change result type
10203         from char * to const char *.  All callers updated.
10204         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10205         name parameter from char * to const char *.
10206         * symtab.h (struct cplus_specific): Change type of demangled_name
10207         member from char * to const char *.  All uses updated.
10208         (struct general_symbol_info): Change type of name and
10209         mangled_lang.demangled_name members from char * to const char *.
10210         All uses updated.
10211         (symbol_get_demangled_name, symbol_natural_name): Update.
10212         (symbol_demangled_name, symbol_search_name): Update.
10213         * symtab.c (symbol_get_demangled_name): Change result type
10214         from char * to const char *.  All callers updated.
10215         (symbol_natural_name, symbol_demangled_name): Ditto.
10216         (symbol_search_name): Ditto.
10217         (completion_list_add_name): Change type of symname,sym_text,
10218         text,word parameters from char * to const char *.
10219         (completion_list_objc_symbol): Change type of sym_text,
10220         text,word parameters from char * to const char *.
10221         * ada-lang.c (find_struct_field): Change type of name parameter
10222         from char * to const char *.
10223         (encoded_ordered_before): Similarly for N0,N1 parameters.
10224         (old_renaming_is_invisible): Similarly for function_name parameter.
10225         (ada_type_name): Change result type from char * to const char *.
10226         All callers updated.
10227         * ada-lang.h (ada_type_name): Update.
10228         * buildsym.c (hashname): Change type of name parameter
10229         from char * to const char *.
10230         * buildsym.h (hashname): Update.
10231         * dbxread.c (end_psymtab): Change type of include_list parameter
10232         from char ** to const char **.
10233         * dwarf2read.c (determine_prefix): Change result type
10234         from char * to const char *.  All callers updated.
10235         * f-lang.c (find_common_for_function): Change type of name, funcname
10236         parameters from char * to const char *.
10237         * f-lang.c (find_common_for_function): Update.
10238         * f-valprint.c (list_all_visible_commons): Change type of funcname
10239         parameters from char * to const char *.
10240         * gdbarch.sh (static_transform_name): Change type of name parameter
10241         and result from char * to const char *.
10242         * gdbarch.c: Regenerate.
10243         * gdbarch.h: Regenerate.
10244         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10245         of name parameter from char * to const char *.
10246         * jv-lang.c (java_primitive_type_from_name): Ditto.
10247         (java_demangled_signature_length): Similarly for signature parameter.
10248         (java_demangled_signature_copy): Ditto.
10249         (java_demangle_type_signature): Ditto.
10250         * jv-lang.h (java_primitive_type_from_name): Update.
10251         (java_demangle_type_signature): Update.
10252         * objc-lang.c (specialcmp): Change type of a,b parameters
10253         from char * to const char *.
10254         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10255         from char * to const char *.  All callers updated.
10256         * p-lang.h (is_pascal_string_type): Update.
10257         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10258         of name parameter from char * to const char *.
10259         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10260         * utils.c (fprintf_symbol_filtered): Ditto.
10261         * defs.h (fprintf_symbol_filtered): Update.
10262         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10263         * stabsread.h (end_psymtab): Update.
10264         * stack.c (find_frame_funname): Change type of funname parameter
10265         from char ** to const char **.
10266         * stack.h (find_frame_funname): Update.
10267         * typeprint.c (type_print): Change type of varstring parameter
10268         from char * to const char *.
10269         * value.h (type_print): Update.
10270         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10271         from char * to const char *.  All callers updated.
10272         (xcoff_end_psymtab): Change type of include_list parameter
10273         from char ** to const char **.  All callers updated.
10274         (swap_sym): Similarly for name parameter.  All callers updated.
10275         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10276         Use xstrdup.
10277         (process_coff_symbol): Use xstrdup.
10278         * stabsread.c (stabs_method_name_from_physname): Renamed from
10279         update_method_name_from_physname.  Change result type from void
10280         to char *.  All callers updated.
10281         (read_member_functions): In has_destructor case, store name in objfile
10282         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10283
10284 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10285
10286         * configure: Rebuild.
10287         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10288         LDFLAGS.
10289
10290 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10291
10292         * configure.tgt (rl78-*-elf): New target.
10293         * rl78-tdep.c: New file.
10294
10295 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10296
10297         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10298         and continue the loop.  Add QUIT statement.
10299
10300 2012-02-03  Tom Tromey  <tromey@redhat.com>
10301
10302         PR gdb/13596:
10303         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10304         bfd_lookup_symbol_from_symtab.
10305         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10306         gdb_bfd_lookup_symbol_from_symtab.
10307
10308 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10309
10310         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10311         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10312         symbol.  Add assertion that sym2 is never NULL.
10313
10314 2012-02-02  Doug Evans  <dje@google.com>
10315
10316         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10317         "name" parameter to const char ** from char **.  All callers updated.
10318         (find_pc_partial_function): Ditto.
10319         (cache_pc_function_name): Change type to const char * from char *.
10320         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10321         (find_pc_partial_function): Update.
10322         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10323         type of "name" parameter to const char * from char *.
10324         All uses updated.
10325         * arch-utils.c (generic_in_solib_return_trampoline): Change
10326         type of "name" parameter to const char * from char *.
10327         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10328         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10329         type of "name" parameter to const char * from char *.
10330         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10331         * gdbarch.c: Regenerate.
10332         * gdbarch.h: Regenerate.
10333         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10334         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10335         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10336         type of "name" parameter to const char * from char *.
10337         * skip.c (skip_function_pc): Ditto.
10338         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10339         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10340         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10341         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10342         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10343         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10344         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10345         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10346         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10347
10348 2012-02-02  Pedro Alves  <palves@redhat.com>
10349
10350         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10351         the current inferior has no execution.  Make sure the current
10352         remote process matches gdb's current inferior.
10353
10354 2012-02-02  Tom Tromey  <tromey@redhat.com>
10355
10356         PR gdb/13405:
10357         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10358         read-only memory.
10359
10360 2012-02-02  Tom Tromey  <tromey@redhat.com>
10361
10362         PR gdb/9307:
10363         * symtab.c (lookup_language_this): Set block_found.
10364
10365 2012-02-01  Tom Tromey  <tromey@redhat.com>
10366
10367         PR gdb/13431:
10368         * jit.c (struct jit_inferior_data): Rewrite.
10369         (struct jit_objfile_data): New.
10370         (get_jit_objfile_data): New function.
10371         (add_objfile_entry): Update.
10372         (jit_read_descriptor): Return int.  Replace descriptor_addr
10373         argument with inf_data.  Update.  Don't call error.
10374         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10375         descriptor here.
10376         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10377         (jit_reset_inferior_data_and_breakpoints)
10378         (jit_inferior_created_observer): Remove.
10379         (jit_inferior_exit_hook): Update.
10380         (jit_executable_changed_observer): Remove.
10381         (jit_event_handler): Update.
10382         (free_objfile_data): Reset inferior data if needed.
10383         (_initialize_jit): Update.
10384
10385 2012-02-01  Tom Tromey  <tromey@redhat.com>
10386
10387         * jit.c (bfd_open_from_target_memory): Move higher in file.
10388
10389 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10390
10391         * libunwind-frame.c (libunwind_load): Display message if dlopen
10392         failed.
10393
10394 2012-02-01  Gary Benson  <gbenson@redhat.com>
10395
10396         * symtab.h (symbol_found_callback_ftype): New typedef.
10397         (iterate_over_symbols): Use the above.
10398         * symtab.c (iterate_over_symbols): Likewise.
10399         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10400         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10401         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10402         (iterate_name_matcher): Document return values.
10403         (collect_one_symbol): Likewise.
10404         (collect_function_symbols): Likewise.
10405         (collect_symbols): Likewise.
10406
10407 2012-02-01  Tom Tromey  <tromey@redhat.com>
10408
10409         * ada-lang.c (resolve_subexp): Update.
10410         (ada_lookup_symbol_list): Add 'full_search' argument.
10411         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10412         ada_lookup_symbol_list.
10413         (ada_lookup_encoded_symbol): Update.
10414         (get_var_value): Update.
10415         * ada-exp.y (block_lookup): Update.
10416         (write_var_or_type): Update.
10417         (write_name_assoc): Update.
10418         * ada-lang.h (ada_lookup_symbol_list): Update.
10419
10420 2012-01-31  Tom Tromey  <tromey@redhat.com>
10421
10422         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10423         comment.
10424
10425 2012-01-31  Doug Evans  <dje@google.com>
10426
10427         * symtab.h: Remove outdated comment.
10428         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10429
10430 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10431
10432         Fix build error in Darwin port.
10433         * i386-darwin-nat.c: Include i386-nat.h.
10434
10435 2012-01-30  Tom Tromey  <tromey@redhat.com>
10436
10437         PR breakpoints/13568:
10438         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10439         argument.  Check for recursive includes.
10440         (dwarf_decode_macros): Create an include hash.
10441
10442 2012-01-30  Michael Eager  <eager@eagercon.com>
10443
10444         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10445         * ppc-linux-tdep.c: Include glibc-tdep.h.
10446         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10447         (powerpc_linux_in_plt_stub): New function.
10448         (powerpc_linux_in_dynsym_resolve_code): New function.
10449         (ppc_skip_trampoline_code): New function.
10450         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10451         Use glibc_skip_solib_resolver.
10452
10453 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10454
10455         Code cleanup: Make 1440 bytes of data segment read-only.
10456         * arch-utils.c (endian_enum): Make it const char *const [].
10457         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10458         Likewise.
10459         * breakpoint.c (always_inserted_enums): Likewise.
10460         * cli/cli-cmds.c (script_ext_enums): Likewise.
10461         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10462         enumlist parameter const char *const *.
10463         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10464         const char *const *.
10465         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10466         parameter const char *const *.
10467         * cris-tdep.c (cris_modes): Make it const char *const [].
10468         * filesystem.c (target_file_system_kinds): Likewise.
10469         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10470         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10471         (can_use_displaced_stepping_enum, scheduler_enums)
10472         (exec_direction_names): Likewise.
10473         * language.c (_initialize_language): Make the type_or_range_names and
10474         case_sensitive_names variables const char *const [].
10475         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10476         * python/python.c (python_excp_enums): Likewise.
10477         * remote.c (interrupt_sequence_modes): Likewise.
10478         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10479         * serial.c (logbase_enums): Likewise.
10480         * sh-tdep.c (sh_cc_enum): Likewise.
10481         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10482         Likewise.
10483         * symtab.c (multiple_symbols_modes): Likewise.
10484         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10485         Likewise.
10486         * utils.c (internal_problem_modes): Likewise.
10487
10488 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10489
10490         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10491         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10492         result.
10493
10494 2012-01-27  Doug Evans  <dje@google.com>
10495
10496         * configure.ac (with_python): Fix absolute path handling for win32.
10497         * configure: Regenerate.
10498
10499 2012-01-26  Doug Evans  <dje@google.com>
10500
10501         * symtab.c: Whitespace cleanup, no code changes.
10502
10503         * symtab.c (lookup_symbol_in_language): Improve comment.
10504         (lookup_symbol_aux): Fix comment.
10505
10506         * psymtab.c (add_psymbol_to_list): Result is now "void".
10507         * psympriv.h (add_psymbol_to_list): Update.
10508
10509         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10510
10511 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10512
10513         Do not open script filenames twice.
10514         * cli/cli-cmds.c (source_script_from_stream): Pass to
10515         source_python_script also STREAM.
10516         * python/py-auto-load.c (source_section_scripts): Pass to
10517         source_python_script_for_objfile also STREAM.
10518         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10519         also INPUT.
10520         * python/python-internal.h (source_python_script_for_objfile): New
10521         parameter file, rename parameter file to filename.
10522         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10523         instead if !_WIN32.  Update the function comment.
10524         (source_python_script, source_python_script_for_objfile)
10525         (source_python_script): New parameter file, rename parameter file to
10526         filename.  Pass FILENAME to python_run_simple_file.
10527         * python/python.h (source_python_script): New parameter file, rename
10528         parameter file to filename.
10529
10530 2012-01-26  Pedro Alves  <palves@redhat.com>
10531
10532         * corelow.c (core_has_fake_pid): Delete.
10533         (core_close): Delete references to `core_has_fake_pid'.
10534         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10535         (core_open): Delete references to `core_has_fake_pid'.
10536         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10537         the removed global.
10538
10539 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10540
10541         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10542         Remove language parameter from name_matcher.  Adjust the comment.
10543         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10544         Remove language parameter.
10545         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10546         * linespec.c (iterate_name_matcher): Likewise.
10547         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10548         name_matcher.  Adjust call accordingly.
10549         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10550         (maintenance_check_symtabs): Adjust type of parameter "fun".
10551         * psymtab.h (maintenance_check_symtabs): Likewise.
10552
10553 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10554
10555         * language.h (symbol_name_match_p_ftype): New typedef.
10556         (struct language_defn): Replace field la_symbol_name_compare
10557         by la_get_symbol_name_match_p.
10558         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10559         (ada_language_defn): Use it.
10560         * linespec.c (struct symbol_matcher_data): New type.
10561         (iterate_name_matcher): Rewrite.
10562         (iterate_over_all_matching_symtabs): Pass a pointer to
10563         a symbol_matcher_data struct to expand_symtabs_matching
10564         instead of just the lookup name.
10565         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10566         opencl-lang.c, p-lang.c, language.c: Delete field
10567         la_symbol_name_compare, and replace by NULL for new field
10568         la_get_symbol_name_match_p.
10569         * symfile.h (struct quick_symbol_functions): Update comment.
10570
10571 2012-01-25  Tom Tromey  <tromey@redhat.com>
10572
10573         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10574         dereferencing.
10575
10576 2012-01-24  Tom Tromey  <tromey@redhat.com>
10577
10578         PR symtab/12406:
10579         * solib.c (update_solib_list): Update the program space's
10580         added_solibs and deleted_solibs fields.
10581         * progspace.h (struct program_space) <added_solibs,
10582         deleted_solibs>: New fields.
10583         (clear_program_space_solib_cache): Declare.
10584         * progspace.c (release_program_space): Call
10585         clear_program_space_solib_cache.
10586         (clear_program_space_solib_cache): New function.
10587         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10588         bpstat_stop_status.  Use handle_solib_event.
10589         * breakpoint.c: Include gdb_regex.h.
10590         (print_solib_event): New function.
10591         (bpstat_print): Use print_solib_event.
10592         (bpstat_stop_status): Add special case for bp_shlib_event.
10593         (handle_solib_event): New function.
10594         (bpstat_what): Use handle_solib_event.
10595         (struct solib_catchpoint): New.
10596         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10597         (breakpoint_hit_catch_solib, check_status_catch_solib)
10598         (print_it_catch_solib, print_one_catch_solib)
10599         (print_mention_catch_solib, print_recreate_catch_solib): New
10600         functions.
10601         (catch_solib_breakpoint_ops): New global.
10602         (catch_load_or_unload, catch_load_command_1)
10603         (catch_unload_command_1): New functions.
10604         (internal_bkpt_check_status): Add special case for
10605         bp_shlib_event.
10606         (internal_bkpt_print_it): Use print_solib_event.
10607         (initialize_breakpoint_ops): Initialize
10608         catch_solib_breakpoint_ops.
10609         (_initialize_breakpoint): Register "catch load" and "catch
10610         unload".
10611         * breakpoint.h (handle_solib_event): Declare.
10612         * NEWS: Add entry for "catch load" and "catch unload".
10613
10614 2012-01-24  Tom Tromey  <tromey@redhat.com>
10615
10616         * ada-lang.c: Include gdb_vecs.h.
10617         * charset.c: Include gdb_vecs.h.
10618         * tracepoint.h: Include gdb_vecs.h.
10619         * gdb_vecs.h: New file.
10620
10621 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
10622
10623         * breakpoint.c (breakpoint_hit_catch_fork)
10624         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10625         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10626         * infrun.c (inferior_has_forked, inferior_has_vforked)
10627         (inferior_has_execd, inferior_has_called_syscall): Delete.
10628         (handle_syscall_event): Get syscall_number from the execution
10629         control state's wait status.
10630         (wait_for_inferior): Don't clear syscall_number.
10631
10632 2012-01-24  Pedro Alves  <palves@redhat.com>
10633
10634         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10635         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10636         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10637         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10638         `ws' parameter.
10639         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
10640         false for events other than TARGET_SIGNAL_TRAP.
10641         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10642         Add `ws' parameter.
10643         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
10644         events other than TARGET_SIGNAL_TRAP.
10645         (tracepoint_breakpoint_hit): Add `ws' parameter.
10646         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10647         parameter.
10648         (bpstat_stop_status): Same.
10649         (pc_at_non_inline_function): Same.
10650         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10651         to pass the current event's waitstatus to bpstat_stop_status
10652         and pc_at_non_inline_function.
10653
10654 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10655
10656         Code cleanup.
10657         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10658         Update the function comment for it.
10659         (source_script_with_search): Call make_cleanup_fclose for STREAM.
10660         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10661         for STREAM.
10662
10663 2012-01-24  Pedro Alves  <palves@redhat.com>
10664
10665         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10666         outside `bs->stop' block.
10667         (bpstat_what): Rework bp_shlib_event handling.
10668         (internal_bkpt_check_status): If the breakpoint is a
10669         bp_shlib_event, then set bs->stop and bs->print if
10670         stop_on_solib_events is set.
10671
10672 2012-01-24  Gary Benson  <gbenson@redhat.com>
10673
10674         Delete #if 0'd out code.
10675         * stack.c (print_frame_label_vars): Remove.
10676         (catch_info): Likewise.
10677         (_initialize_stack): Remove "info catch" command.
10678         * NEWS: Mention the above.
10679
10680 2012-01-24  Pedro Alves  <palves@redhat.com>
10681
10682         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
10683         it.
10684         (remote_notice_new_inferior): If the remote end doesn't support
10685         the multiprocess extensions, then the PID is fake.
10686         (add_current_inferior_and_thread): New.
10687         (remote_start_remote): Use it.
10688         (extended_remote_attach_1): Adjust.
10689         (extended_remote_create_inferior_1): Use
10690         add_current_inferior_and_thread.
10691
10692 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10693
10694         Fix watchpoints to be specific for each inferior.
10695         * breakpoint.c (watchpoint_in_thread_scope): Verify also
10696         current_program_space.
10697         * i386-nat.c (i386_inferior_data_cleanup): New.
10698         (i386_inferior_data_get): Replace variable inf_data_local by an
10699         inferior_data call.
10700         (i386_use_watchpoints): Initialize i386_inferior_data.
10701         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10702         specific iterate_over_lwps.
10703
10704 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10705
10706         Fix watchpoints across inferior fork.
10707         * amd64-linux-nat.c (update_debug_registers_callback): Update the
10708         comment for linux_nat_iterate_watchpoint_lwps.
10709         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10710         linux_nat_iterate_watchpoint_lwps.
10711         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10712         * i386-linux-nat.c (update_debug_registers_callback): Update the
10713         comment for linux_nat_iterate_watchpoint_lwps.
10714         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10715         linux_nat_iterate_watchpoint_lwps.
10716         (i386_linux_prepare_to_resume): New comment on Linux kernel.
10717         * i386-nat.c: Include inferior.h.
10718         (dr_mirror): Remove.
10719         (i386_inferior_data, struct i386_inferior_data)
10720         (i386_inferior_data_get): New.
10721         (i386_debug_reg_state): Use i386_inferior_data_get.
10722         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10723         (i386_insert_watchpoint, i386_remove_watchpoint)
10724         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10725         (i386_remove_hw_breakpoint): New variable state, use
10726         i386_debug_reg_state instead of DR_MIRROR.
10727         * linux-nat.c (delete_lwp): New declaration.
10728         (num_lwps): Move here from downwards.
10729         (delete_lwp_cleanup): New.
10730         (linux_child_follow_fork): Create new child_lp, call
10731         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10732         PTRACE_DETACH.
10733         (num_lwps): Move upwards.
10734         (linux_nat_iterate_watchpoint_lwps): New.
10735         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10736         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10737
10738 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
10739
10740         GDB 7.4 released.
10741
10742 2012-01-23  Pedro Alves  <palves@redhat.com>
10743
10744         * top.c (caution): Rename to ...
10745         (confirm): ... this.
10746         (show_caution): Rename to ...
10747         (show_confirm): ... this.
10748         (quit_cover): Adjust.
10749         (init_main): Adjust.
10750         * top.h (caution): Rename to ...
10751         (confirm): ... this.
10752         * utils.c (internal_vproblem, defaulted_query): Adjust.
10753
10754 2012-01-23  Pedro Alves  <palves@redhat.com>
10755
10756         * top.c (caution): Update comment.
10757         (execute_command): Don't consider the current value of `caution'.
10758
10759 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10760
10761         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10762
10763 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
10764
10765         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10766         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10767         * target.c (target_fileio_pwrite): Remove buffer address from
10768         debug output.
10769         (target_fileio_pread): Likewise.
10770
10771 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10772
10773         * NEWS: Document remote "info proc" and "generate-core-file".
10774
10775 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10776
10777         * gdbarch.sh (find_memory_regions): New callback.
10778         * gdbarch.c, gdbarch.h: Regenerate.
10779
10780         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10781         callback before falling back to target method.
10782
10783         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10784         (linux_target_install_ops): No longer install it.
10785
10786         * linux-tdep.c (linux_find_memory_regions): New function.
10787         (linux_init_abi): Install it.
10788
10789 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10790
10791         * gdbarch.sh (make_corefile_notes): New architecture callback.
10792         * gdbarch.c: Regenerate.
10793         * gdbarch.h: Likewise.
10794
10795         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10796         before target_make_corefile_notes.  If NULL is returned, the
10797         target does not support core file generation.
10798
10799         * linux-nat.c: Include "linux-tdep.h".
10800         (find_signalled_thread, find_stop_signal): Remove.
10801         (linux_nat_do_thread_registers): Likewise.
10802         (struct linux_nat_corefile_thread_data): Likewise.
10803         (linux_nat_corefile_thread_callback): Likewise.
10804         (iterate_over_spus): Likewise.
10805         (struct linux_spu_corefile_data): Likewise.
10806         (linux_spu_corefile_callback): Likewise.
10807         (linux_spu_make_corefile_notes): Likewise.
10808         (linux_nat_collect_thread_registers): New function.
10809         (linux_nat_make_corefile_notes): Replace contents by call to
10810         linux_make_corefile_notes passing linux_nat_collect_thread_registers
10811         as native-only callback.
10812
10813         * linux-tdep.h: Include "bfd.h".
10814         (struct regcache): Add forward declaration.
10815         (linux_collect_thread_registers_ftype): New typedef.
10816         (linux_make_corefile_notes): Add prototype.
10817         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10818         "regset.h", and "elf-bfd.h".
10819         (find_signalled_thread, find_stop_signal): New functions.
10820         (linux_spu_make_corefile_notes): Likewise.
10821         (linux_collect_thread_registers): Likewise.
10822         (struct linux_corefile_thread_data): New data structure.
10823         (linux_corefile_thread_callback): New funcion.
10824         (linux_make_corefile_notes): Likewise.
10825         (linux_make_corefile_notes_1): Likewise.
10826         (linux_init_abi): Install it.
10827
10828 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10829
10830         * gdbarch.sh (info_proc): New callback.
10831         * gdbarch.c, gdbarch.h: Regenerate.
10832
10833         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10834         before falling back to the target info_proc callback.
10835
10836         * linux-nat.c: Do not include "cli/cli-utils.h".
10837         (linux_nat_info_proc): Remove.
10838         (linux_target_install_ops): No longer install it.
10839
10840         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10841         (read_mapping): New function.
10842         (linux_info_proc): Likewise.
10843         (linux_init_abi): Install it.
10844
10845 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10846
10847         * defs.h (enum info_proc_what): Moved here from linux-nat.c
10848         * infcmd.c: (info_proc_cmd_1): New function.
10849         (info_proc_cmd): New function, moved here from equivalent routine
10850         orignally in linux-nat.c.
10851         (info_proc_cmd_mappings): Likewise.
10852         (info_proc_cmd_stat): Likewise.
10853         (info_proc_cmd_status): Likewise.
10854         (info_proc_cmd_cwd): Likewise.
10855         (info_proc_cmd_cmdline): Likewise.
10856         (info_proc_cmd_exe): Likewise.
10857         (info_proc_cmd_all): Likewise.
10858         (_initialize_infcmd): Install "info proc" command and subcommands.
10859
10860         * target.h (struct target_ops): Add to_info_proc.
10861         (target_info_proc): Add prototype.
10862         * target.c (target_info_proc): New function.
10863
10864         * procfs.c (procfs_info_proc): Add prototype.
10865         (info_proc_cmd): Rename into ...
10866         (procfs_info_proc): ... this.  Update argument types as appropriate
10867         for a to_info_proc implementation.  Handle "what" argument.
10868         (procfs_target): Install procfs_info_proc.
10869         (_initialize_procfs): No longer install "info proc" command.
10870
10871         * linux-nat.c: (enum info_proc_what): Remove.
10872         (linux_nat_info_proc_cmd_1): Rename into ...
10873         (linux_nat_info_proc): ... this.  Update argument types as appropriate
10874         for a to_info_proc implementation.
10875         (linux_nat_info_proc_cmd): Remove.
10876         (linux_nat_info_proc_cmd_mappings): Likewise.
10877         (linux_nat_info_proc_cmd_stat): Likewise.
10878         (linux_nat_info_proc_cmd_status): Likewise.
10879         (linux_nat_info_proc_cmd_cwd): Likewise.
10880         (linux_nat_info_proc_cmd_cmdline): Likewise.
10881         (linux_nat_info_proc_cmd_exe): Likewise.
10882         (linux_nat_info_proc_cmd_all): Likewise.
10883         (linux_target_install_ops): Install linux_nat_info_proc.
10884         (_initialize_linux_nat): No longer install "info proc" command
10885         and subcommands.
10886
10887 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10888
10889         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10890         * config.in, configure: Regenerate.
10891
10892         * target.h (struct target_ops): Add to_fileio_readlink.
10893         (target_fileio_readlink): Add prototype.
10894         * target.c (target_fileio_readlink): New function.
10895
10896         * inf-child.c: Conditionally include <sys/param.h>.
10897         (inf_child_fileio_readlink): New function.
10898         (inf_child_target): Install it.
10899
10900         * remote.c (PACKET_vFile_readlink): New enum value.
10901         (remote_hostio_readlink): New function.
10902         (init_remote_ops): Install it.
10903         (_initialize_remote): Handle vFile:readlink packet type.
10904
10905 2012-01-20  Pedro Alves  <palves@redhat.com>
10906             Ulrich Weigand  <ulrich.weigand@linaro.org>
10907
10908         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10909         * config.in, configure: Regenerate.
10910
10911         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10912         to_fileio_pread, to_fileio_close, to_fileio_unlink.
10913         (target_fileio_open): Add prototype.
10914         (target_fileio_pwrite): Likewise.
10915         (target_fileio_pread): Likewise.
10916         (target_fileio_close): Likewise.
10917         (target_fileio_unlink): Likewise.
10918         (target_fileio_read_alloc): Likewise.
10919         (target_fileio_read_stralloc): Likewise.
10920
10921         * target.c: Include "gdb/fileio.h".
10922         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10923         (default_fileio_target): New function.
10924         (target_fileio_open): Likewise.
10925         (target_fileio_pwrite): Likewise.
10926         (target_fileio_pread): Likewise.
10927         (target_fileio_close): Likewise.
10928         (target_fileio_unlink): Likewise.
10929         (target_fileio_close_cleanup): Likewise.
10930         (target_fileio_read_alloc_1): Likewise.
10931         (target_fileio_read_alloc): Likewise.
10932         (target_fileio_read_stralloc): Likewise.
10933
10934         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10935         <fcntl.h>, and <unistd.h>.
10936         (inf_child_fileio_open_flags_to_host): New function.
10937         (inf_child_errno_to_fileio_error): Likewise.
10938         (inf_child_fileio_open): Likewise.
10939         (inf_child_fileio_pwrite): Likewise.
10940         (inf_child_fileio_pread): Likewise.
10941         (inf_child_fileio_close): Likewise.
10942         (inf_child_fileio_unlink): Likewise.
10943         (inf_child_target): Install to_fileio routines.
10944
10945         * remote.c (init_remote_ops): Install to_fileio routines.
10946
10947 2012-01-20  Pedro Alves  <palves@redhat.com>
10948             Ulrich Weigand  <ulrich.weigand@linaro.org>
10949
10950         * remote.c (remote_multi_process_p): Only check for multi-process
10951         protocol feature, do not check for extended protocol.
10952         (remote_supports_multi_process): Check for extended protocol here.
10953         (set_general_process): Likewise.
10954         (extended_remote_kill): Likewise.
10955         (remote_pid_to_str): Likewise.
10956         (remote_query_supported): Always query multiprocess mode.
10957
10958 2012-01-20  Pedro Alves  <palves@redhat.com>
10959             Ulrich Weigand  <ulrich.weigand@linaro.org>
10960
10961         * inferior.h (struct inferior): Add fake_pid_p.
10962         * inferior.c (exit_inferior_1): Clear fake_pid_p.
10963         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10964         magic_null_ptid since the remote side doesn't provide a real PID.
10965
10966 2012-01-19  Tom Tromey  <tromey@redhat.com>
10967
10968         * NEWS: Combine the two Python sections.
10969
10970 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10971
10972         * target.h (target_close): Update comment on the target's unpush state.
10973
10974 2012-01-19  Pedro Alves  <palves@redhat.com>
10975
10976         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10977         linux_nat_async directly instead of going through the target
10978         vector.
10979         * target.c (unpush_target): Close target after unpushing it, not
10980         before.
10981
10982 2012-01-19  Gary Benson  <gbenson@redhat.com>
10983
10984         * mdebugread.c (sort_blocks): Replace integer constants with ones
10985         derived from FIRST_LOCAL_BLOCK.
10986
10987 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
10988             Jan Kratochvil  <jan.kratochvil@redhat.com>
10989
10990         PR gdb/9538
10991         * symfile.c (find_separate_debug_file): New function.
10992         (terminate_after_last_dir_separator): Likewise.
10993         (find_separate_debug_file_by_debuglink): Also try realpath.
10994         * configure.ac (AC_CHECK_FUNCS): Add lstat.
10995         * configure: Regenerate.
10996         * config.in: Regenerate.
10997
10998 2012-01-18  Doug Evans  <dje@google.com>
10999
11000         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11001         (main.o): Remove rule.
11002         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11003         (--with-sysroot): Rewrite.
11004         * configure: Regenerate.
11005         * config.in: Regenerate.
11006
11007 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11008
11009         * parse.c (initialize_expout): New function.
11010         (reallocate_expout): Likewise.
11011         (parse_exp_in_context): Use `initialize_expout' and
11012         `reallocate_expout' when appropriate.
11013
11014 2012-01-18  Pedro Alves  <palves@redhat.com>
11015
11016         * record.c (struct record_breakpoint, record_breakpoint_p)
11017         (record_breakpoints): New.
11018         (record_insert_breakpoint, record_remove_breakpoint): Manage
11019         record breakpoints list.  Only remove breakpoints from the
11020         inferior if they had been inserted there in the first place.
11021
11022 2012-01-17  Doug Evans  <dje@google.com>
11023
11024         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11025         if we know we don't have a file name to look for.
11026
11027 2012-01-17  Pedro Alves  <palves@redhat.com>
11028
11029         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11030         the frame's stop reason is UNWIND_UNAVAILABLE.
11031
11032 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11033
11034         Fix compilation error.
11035         * m2-exp.y (yyerror): Use ANSI C prototype.
11036
11037 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11038
11039         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11040         (growbuf_by_size): Likewise.
11041         (yyerror): Likewise.
11042         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11043         (modblock): Remove variable (was #if 0'ed).
11044         (parse_number): Convert prototype from K&R to ANSI C.
11045         (yyerror): Likewise.
11046         * objc-exp.y (parse_number): Likewise.
11047         (yyerror): Likewise.
11048         (yylex): Remove #if 0'ed code.
11049         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11050         (yyerror): Likewise.
11051
11052 2012-01-16  Tom Tromey  <tromey@redhat.com>
11053
11054         * NEWS: Add item.
11055         * symtab.h (compare_filenames_for_search): Declare.
11056         * symtab.c (compare_filenames_for_search): New function.
11057         (iterate_over_some_symtabs): Use it.
11058         * symfile.h (struct quick_symbol_functions)
11059         <map_symtabs_matching_filename>: Change spec.
11060         * psymtab.c (partial_map_symtabs_matching_filename): Use
11061         compare_filenames_for_search.  Update for new spec.
11062         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11063         compare_filenames_for_search.  Update for new spec.
11064         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11065
11066 2012-01-16  Tom Tromey  <tromey@redhat.com>
11067
11068         PR python/13281:
11069         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11070         (struct main_type) <flag_flag_enum>: New field.
11071         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11072         * NEWS: Add entries.
11073         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11074         enums.
11075         * python/lib/gdb/printing.py (_EnumInstance): New class.
11076         (FlagEnumerationPrinter): Likewise.
11077
11078 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11079
11080         * breakpoint.c (create_sals_from_address_default): New function.
11081         (create_breakpoints_sal_default): Likewise.
11082         (decode_linespec_default): Likewise.
11083         (is_marker_spec): Removed.
11084         (strace_marker_p): New function.
11085         (init_breakpoint_sal): Using `strace_marker_p' instead of
11086         `is_marker_spec'.
11087         (create_breakpoint): Call method `create_sals_from_address' from
11088         breakpoint_ops, replacing code that created SALs conditionally
11089         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11090         replacing code that created breakpoints conditionally on the type
11091         wanted.
11092         (base_breakpoint_create_sals_from_address): New function.
11093         (base_breakpoint_create_breakpoints_sal): Likewise.
11094         (base_breakpoint_decode_linespec): Likewise.
11095         (base_breakpoint_ops): Add methods
11096         `base_breakpoint_create_sals_from_address',
11097         `base_breakpoint_create_breakpoints_sal' and
11098         `base_breakpoint_decode_linespec'.
11099         (bkpt_create_sals_from_address): New function.
11100         (bkpt_create_breakpoints_sal): Likewise.
11101         (bkpt_decode_linespec): Likewise.
11102         (tracepoint_create_sals_from_address): Likewise.
11103         (tracepoint_create_breakpoints_sal): Likewise.
11104         (tracepoint_decode_linespec): Likewise.
11105         (strace_marker_create_sals_from_address): Likewise.
11106         (strace_marker_create_breakpoints_sal): Likewise.
11107         (strace_marker_decode_linespec): Likewise.
11108         (strace_marker_breakpoint_ops): New variable.
11109         (addr_string_to_sals): Remove `marker_spec'.  Call method
11110         `decode_linespec' from breakpoint_ops, replacing code that decoded
11111         an address string into a SAL.  Use `strace_marker_p' instead of
11112         `marker_spec'.
11113         (strace_command): Decide whether we are dealing with a static
11114         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11115         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11116         * breakpoint.h (linespec_result, linespec_sals): New forward
11117         declarations.
11118         (breakpoint_ops) <create_sals_from_address>,
11119         <create_breakpoints_sal>, <decode_linespec>: New methods.
11120
11121 2012-01-14  Doug Evans  <dje@google.com>
11122
11123         * NEWS: Update text for "maint set python print-stack".
11124         It is deprecated in gdb 7.4 and deleted in 7.5.
11125
11126 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11127
11128         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11129         including curses.h.
11130
11131 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11132
11133         * configure: Regenerate.
11134         * config.in: Regenerate.
11135
11136 2012-01-12  Keith Seitz  <keiths@redhat.com>
11137
11138         PR mi/10586
11139         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11140         (ANONYMOUS_UNION_NAME): Define.
11141         (is_path_expr_parent): New function.
11142         (get_path_expr_parent): New function.
11143         (is_anonymous_child): New function.
11144         (create_child_with_value): If the child is anonymous and without
11145         a name, assign an object name to it.
11146         (c_describe_child): Use get_path_expr_parent to determine
11147         the parent expression.
11148         If there field represents an anonymous struct or union and
11149         has no name, set an appropriate display name and expression.
11150         (cplus_describe_child): Likewise.
11151
11152 2012-01-12  Pedro Alves  <palves@redhat.com>
11153
11154         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11155         available when %ebp is found to be zero (outermost).
11156
11157 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11158
11159         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11160         an internal gdb_static_assert.
11161         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11162
11163 2012-01-11  Tom Tromey  <tromey@redhat.com>
11164
11165         PR gdb/9598:
11166         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11167         catch" and "catch throw".
11168
11169 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11170
11171         * blockframe.c (block_innermost_frame): Start search from selected
11172         frame, if present, or otherwise the current frame.
11173
11174         * c-exp.y (variable): Update innermost_block for
11175         'block COLONCOLON NAME' clause.
11176         * m2-exp.y (variable): Ditto.
11177         * objc-exp.y (variable): Ditto.
11178
11179 2012-01-10  Tom Tromey  <tromey@redhat.com>
11180
11181         PR python/13199:
11182         * python/python.c (finish_python_initialization): Set sys.argv.
11183
11184 2012-01-10  Doug Evans  <dje@google.com>
11185
11186         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11187         "want_line_info".  All callers updated.
11188         (dwarf_decode_lines_1): New function.
11189         (handle_DW_AT_stmt_list): Add function comment.
11190         New arg "want_line_info".  All callers updated.
11191         (read_file_scope,read_type_unit_scope): Move comment from
11192         handle_DW_AT_stmt_list to here.
11193
11194 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11195
11196         Fix regression after libiberty/ update for GCC PR 6057 and others.
11197         * c-exp.y (operator) <OPERATOR DELETE>
11198         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11199         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11200         (make_builtin_type, make_name): New variable i, add gdb_assert.
11201         (operator) <OPERATOR NEW>: Update ARGS to 3.
11202         (operator) <OPERATOR DELETE>: Add trailing space.
11203         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11204         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11205         * cp-support.c (cp_canonicalize_string): Check NULL from
11206         cp_comp_to_string, call warning and return.
11207
11208 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11209
11210         Fix duplicate .o files after omitting libbfd.a.
11211         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11212         (SFILES): Add corelow.c.
11213         (COMMON_OBS): Add corelow.o.
11214         (ALLDEPFILES): Remove corelow.c.
11215         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11216         * config/alpha/alpha-osf3.mh: Likewise.
11217         * config/alpha/fbsd.mh: Likewise.
11218         * config/arm/nbsdaout.mh: Likewise.
11219         * config/arm/nbsdelf.mh: Likewise.
11220         * config/i386/i386gnu.mh: Likewise.
11221         * config/ia64/hpux.mh: Likewise.
11222         * config/ia64/linux.mh: Likewise.
11223         * config/m32r/linux.mh: Likewise.
11224         * config/m68k/linux.mh: Likewise.
11225         * config/mips/irix5.mh: Likewise.
11226         * config/mips/irix6.mh: Likewise.
11227         * config/pa/hpux.mh: Likewise.
11228         * config/pa/linux.mh: Likewise.
11229         * config/powerpc/aix.mh: Likewise.
11230         * config/sparc/linux.mh: Likewise.
11231         * config/sparc/linux64.mh: Likewise.
11232         * config/sparc/sol2.mh: Likewise.
11233         * config/vax/vax.mh: Likewise.
11234         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11235         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11236         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11237         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11238         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11239         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11240         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11241         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11242         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11243         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11244         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11245         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11246         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11247         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11248         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11249         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11250         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11251         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11252         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11253         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11254         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11255         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11256         corelow.o from gdb_target_obs.
11257         * corefile.c (core_target): Update the comment on NULL value.
11258         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11259         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11260         MATCHES.  Drop YUMMY set on NULL.
11261         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11262         reclaim CORE_DATA if it is already NULL.
11263
11264 2012-01-09  Doug Evans  <dje@google.com>
11265
11266         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11267         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11268
11269 2012-01-09  Keith Seitz  <keiths@redhat.com>
11270
11271         * breakpoint.c (wrapper.h): Don't include.
11272
11273 2012-01-09  Keith Seitz  <keiths@redhat.com>
11274
11275         * Makefile.in (SFILES): Remove wrapper.c.
11276         (HFILES_NO_SRCDIR): Remove wrapper.h.
11277         (COMMON_OBS): Remove wrapper.o.
11278         * cli/cli-interp.c: Don't inlude wrapper.h.
11279         * corelow.c: Likewise.
11280         (core_open): Replace gdb_target_find_new_threads with
11281         TRY_CATCH around target_find_new_threads.
11282         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11283         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11284         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11285         evaluate_expression.
11286         (varobj_set_value): Likewise for evaluate_expression and
11287         value_assign.
11288         (install_new_variable): Likewise for value_fetch_lazy.
11289         (adjust_value_for_child_access): Likewise for value_ind.
11290         (c_describe_child): Likewise for value_subscript and
11291         value_ind.
11292         (c_value_of_root): Likewise for evaluate_expression.
11293         * wrapper.c: Remove.
11294         * wrapper.h: Remove.
11295
11296 2012-01-09  Doug Evans  <dje@google.com>
11297
11298         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11299         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11300         "abfd" args with "section".  All callers updated.
11301         Error checking code moved ...
11302         (error_check_comp_unit_head): ... here.  New function.
11303         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11304         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11305         (create_debug_types_hash_table): Simplify by using
11306         read_and_check_type_unit_head.
11307
11308         * parser-defs.h (namecopy): Delete.
11309         * parse.c (namecopy, namecopy_size): Move into copy_name.
11310
11311 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11312
11313         Partially fix duplicate .o files after omitting libbfd.a.
11314         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11315         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11316         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11317         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11318         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11319         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11320         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11321
11322 2012-01-09  Pedro Alves  <palves@redhat.com>
11323
11324         * MAINTAINERS: Update my email address.
11325
11326 2012-01-08  Doug Evans  <dje@google.com>
11327
11328         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11329         n_type_units.  Rename type_comp_units to all_type_units.
11330         All uses updated.
11331         (add_signatured_type_cu_to_table): Renamed from
11332         add_signatured_type_cu_to_list.  All callers updated.
11333
11334         * gdbtypes.h (struct cplus_struct_type): Delete member
11335         nfn_fields_total.  All uses removed.
11336
11337 2012-01-06  Doug Evans  <dje@google.com>
11338
11339         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11340         to top of file.
11341         (dwarf2_find_comp_unit): Delete.
11342         (process_psymtab_comp_unit): Make result "void".
11343         Delete args buffer, info_ptr, buffer_size, and replace with
11344         "section".  All callers updated.
11345         (dwarf2_build_psymtabs_hard): Simplify.
11346
11347 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11348             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11349
11350         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11351         before `struct gdb_exception'.
11352         * breakpoint.c (update_global_location_list_nothrow)
11353         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11354         * cp-abi.c (value_rtti_type): Likewise.
11355         * cp-support.c (cp_validate_operator): Likewise.
11356         * infrun.c (insert_exception_resume_breakpoint)
11357         (check_exception_resume, keep_going): Likewise.
11358         * mi-interp.c (mi_breakpoint_created)
11359         (mi_breakpoint_modified): Likewise.
11360         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11361         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11362         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11363
11364 2012-01-05  Doug Evans  <dje@google.com>
11365
11366         * dwarf2read.c (statement_prologue): Delete, unused.
11367
11368         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11369         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11370
11371         * dwarf2read.c (comp_unit_header): Delete, unused.
11372
11373 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11374
11375         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11376         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11377
11378 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11379
11380         * infrun.c (normal_stop): Don't skip calling the normal_stop
11381         observers if the thread was doing a multi-step, but stopped for
11382         some reason other than stepping.
11383
11384 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11385
11386         * cli/cli-decode.h: Add comments.
11387         (CMD_LIST_AMBIGUOUS): Moved to command.h
11388         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11389         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11390         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11391         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11392         (add_com, add_com_alias, add_info, add_info_alias)
11393         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11394         declarations.
11395         * command.h: Add and adjust comments.
11396         (CMD_LIST_AMBIGUOUS): Moved here.
11397         (help_cmd, help_cmd_list): Delete declarations.
11398
11399 2012-01-04  Doug Evans  <dje@google.com>
11400
11401         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11402         All callers updated.
11403         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11404         Replace all arguments with "per_cu".  All callers updated.
11405
11406         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11407
11408         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11409         New arg "per_cu".  All callers updated.
11410
11411         Delete #if 0'd out code.
11412         * language.c (binop_result_type): Delete.
11413         (simple_type, ordered_type, same_type, integral_type): Delete.
11414         (numeric_type, character_type, string_type, boolean_type): Delete.
11415         (float_type, structured_type): Delete.
11416         * language.h: Update.
11417
11418 2012-01-04  Tom Tromey  <tromey@redhat.com>
11419
11420         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11421
11422 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11423
11424         * corefile.c (close_exec_file): Delete.
11425         (reopen_exec_file): Remove commented out code that seems related
11426         to close_exec_file, which is being deleted here.
11427         * inferior.h (close_exec_file): Delete.
11428         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11429
11430 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11431
11432         * ada-lang.c: #include "cli/cli-utils.h".
11433         (get_selections): Use skip_spaces.
11434         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11435         (catch_ada_exception_command_split): Use skip_spaces.
11436         (ada_decode_assert_location): Likewise.
11437
11438 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11439
11440         * linespec.c (decode_line_internal): Check for C++ or Java
11441         compound constructs only if the current language is C, C++
11442         or Java.
11443
11444 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11445
11446         Revert:
11447         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11448                     Joel Brobecker  <brobecker@adacore.com>
11449         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11450         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11451         3 times.
11452         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11453         fall through into AT_ENTRY_POINT.
11454         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11455         DUMMY_ADDR with it.
11456         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11457         PPC_INSN_SIZE skip to 3 times.
11458
11459 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11460
11461         * linespec.c (add_minsym): Preserve function descriptors.
11462
11463 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11464
11465         * breakpoint.c (all_locations_are_pending): Consider locations
11466         in program spaces executing during startup pending as well.
11467
11468 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11469
11470         Copyright year update in most files of the GDB Project.
11471
11472 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11473
11474         * copyright.sh: Delete.
11475         * copyright.py: Rewrite.
11476
11477 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11478
11479         * gnulib/extra/update-copyright: New file, imported from gnulib.
11480
11481 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11482
11483         * README (Copyright and License Notices): New section.
11484
11485 2012-01-03  Tom Tromey  <tromey@redhat.com>
11486
11487         PR python/12533:
11488         * python/py-value.c (valpy_dereference, valpy_get_address
11489         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11490         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11491         (valpy_absolute, valpy_richcompare): Free intermediate values.
11492
11493 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11494
11495         * ada-lang.c: Reformat the copyright notice.
11496
11497 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11498
11499         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11500         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11501         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11502         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11503         Revert this part of:
11504         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11505         Build gdb directly from *.o files not using libgdb.a.
11506         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11507
11508 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11509
11510         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11511         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11512         Reformat the copyright header.
11513
11514 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11515
11516         Revert this part of:
11517         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11518         Remove the gdbtui binary.
11519         * gdb.c (main): Remove args.interpreter_p initialization.
11520         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11521         * main.h (struct captured_main_args): Remove interpreter_p.
11522
11523 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11524
11525         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11526
11527 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11528
11529         * top.c (print_gdb_version): Update copyright year.
11530
11531 2012-01-02  Yao Qi  <yao@codesourcery.com>
11532
11533         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11534
11535 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11536             Joel Brobecker  <brobecker@adacore.com>
11537
11538         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11539         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11540         3 times.
11541         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11542         fall through into AT_ENTRY_POINT.
11543         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11544         DUMMY_ADDR with it.
11545         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11546         PPC_INSN_SIZE skip to 3 times.
11547
11548 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11549
11550         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11551         the return value.
11552         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11553
11554 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11555
11556         Build gdb directly from *.o files not using libgdb.a.
11557         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11558         (COMMON_OBS): Remove solib-target.o.
11559         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11560         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11561         (LIBGDB_OBS, libgdb.a): Move it above.
11562         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11563         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11564         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11565         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11566         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11567         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11568         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11569         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11570         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11571         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11572         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11573         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11574         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11575         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11576         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11577         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11578         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11579         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11580         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11581         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11582         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11583         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11584         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11585         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11586         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11587         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11588         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11589
11590 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11591
11592         Remove the gdbtui binary.
11593         * .gitignore (/gdbtui): Remove.
11594         * Makefile.in (TUI): Remove.
11595         (SUBDIR_TUI_OBS): Remove tui-main.o.
11596         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11597         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11598         (tui-main.o): Remove.
11599         (all_object_files): Remove tui-main.o.
11600         * NEWS: New note for the gdbtui removal.
11601         * configure: Rebuilt.
11602         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11603         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11604         CONFIG_UNINSTALL respectively.
11605         * gdb.c (main): Remove args.interpreter_p initialization.
11606         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11607         * main.h (struct captured_main_args): Remove interpreter_p.
11608         * tui/tui-main.c: Remove.
11609
11610 2012-01-01  Doug Evans  <dje@google.com>
11611
11612         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11613         (dwarf2_physname, read_import_statement): Ditto.
11614         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11615         (process_structure_scope read_subroutine_type): Ditto.
11616         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11617         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11618         (dwarf2_fetch_die_location_block): Ditto.
11619         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11620
11621         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11622         All callers updated.
11623         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11624         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11625         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11626
11627         * dwarf2read.c (load_cu): Move assert to more useful location.
11628
11629         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11630         All callers updated.
11631
11632         * dwarf2read.c (dwarf2_per_objfile): Add comment.
11633         (dwarf2_elf_names): Minor reformat.
11634         (dwarf2_per_cu_data): Tweak comment.
11635         (dwarf2_read_section): Fix comment.
11636         (create_all_comp_units): Fix comment.
11637         (load_full_comp_unit): Fix comment.
11638         (process_full_comp_unit): Fix comment.
11639         (read_signatured_type): Fix comment.
11640
11641 For older changes see ChangeLog-2011.
11642 \f
11643 Local Variables:
11644 mode: change-log
11645 left-margin: 8
11646 fill-column: 74
11647 version-control: never
11648 coding: utf-8
11649 End: