gdb/
[external/binutils.git] / gdb / ChangeLog
1 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2             Yao Qi  <yao@codesourcery.com>
3
4         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
5         bit of EXC_RETURN.
6         (arm_m_exception_cache, arm_m_exception_this_id)
7         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
8         (arm_m_exception_unwind): New.
9         (arm_gdbarch_init): Register arm_m_exception_unwind.
10
11 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
12
13         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
14         parameter COUNT, for pattern filling of memory regions.
15         * NEWS: Mention it.
16
17 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
18
19         * disasm.h (DISASSEMBLY_FILENAME): New macro.
20         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
21         to print_source_lines ().
22         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
23         flag.
24         * source.c (print_source_lines_base): Prefix source line with
25         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
26
27 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
28
29         * symtab.h (print_source_lines_flags): New enum.
30         * source.c (print_source_lines_base): Change noerror to flags.
31         (print_source_lines): Change noerror to flags.
32
33 2012-11-13  Pierre Muller  <muller@sourceware.org>
34
35         ARI fixes: Avoid sprintf function use rule.
36         * charset.c (convert_between_encodings): Use xsnprintf.
37         * cli-out.c (cli_field_int): Likewise.
38         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
39         * expprint.c (op_name_standard): Likewise.
40         * frv-tdep.c (set_variant_num_gprs): Likewise.
41         (set_variant_num_fprs): Likewise.
42         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
43         * nto-tdep.c (nto_find_and_open_solib): Likewise.
44         (nto_init_solib_absolute_prefix): Likewise.
45         * source.c (init_source_path): Likewise.
46         (print_source_lines_base): Likewise.
47         * valprint.c (print_wchar): Likewise.
48         * mi/mi-out.c (mi_field_int): Likewise.
49         windows-nat.c (windows_pid_to_exec_file): Likewise.
50         (windows_create_inferior): Likewise.
51         (_initialize_check_for_gdb_ini): Likewise.
52
53 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
54
55         * frame.h (deprecated_frame_register_read): Renames
56         frame_register_read.
57         * frame.c (deprecated_frame_register_read): Renames
58         frame_register_read.  Update all callers.
59         * i386-tdep.c: Update all callers of frame_register_read.
60         * infcmd.c: Likewise.
61         * jit.c: Likewise.
62         * mips-tdep.c: Likewise.
63         * mt-tdep.c: Likewise.
64         * sh64-tdep.c: Likewise.
65
66 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
67
68         * frame.h (frame_register_read): Remove FIXME comment.
69         * frame.c (frame_register_read): Add suggestion explaining
70         which function to use in place of this one.
71
72 2012-11-12  Tom Tromey  <tromey@redhat.com>
73
74         * python/python.c (start_type_printers): Initialize 'result_obj'.
75
76 2012-11-12  Tom Tromey  <tromey@redhat.com>
77
78         * NEWS: Update.
79         * data-directory/Makefile.in (PYTHON_FILES): Add
80         type_printers.py.
81         * python/lib/gdb/command/type_printers.py: New file.
82         * python/lib/gdb/command/types.py (TypePrinter): New class.
83         (_get_some_type_recognizers, get_type_recognizers,
84         apply_type_recognizers, register_type_printer): New
85         functions.
86         * python/py-objfile.c (objfile_object) <type_printers>: New
87         field.
88         (objfpy_dealloc): Decref new field.
89         (objfpy_new): Set new field.
90         (objfpy_get_type_printers, objfpy_set_type_printers): New
91         functions.
92         (objfile_to_objfile_object): Set new field.
93         (objfile_getset): Add "type_printers".
94         * python/py-progspace.c (pspace_object) <type_printers>: New
95         field.
96         (pspy_dealloc): Decref new field.
97         (pspy_new): Set new field.
98         (pspy_get_type_printers, pspy_set_type_printers): New functions.
99         (pspace_to_pspace_object): Set new field.
100         (pspace_getset): Add "type_printers".
101         * python/python.c (start_type_printers, apply_type_printers,
102         free_type_printers): New functions.
103         (_initialize_python): Set gdb.type_printers.
104         * python/python.h (start_type_printers, apply_type_printers,
105         free_type_printers): Declare.
106         * typeprint.c (type_print_raw_options, default_ptype_flags):
107         Update for new fields.
108         (do_free_global_table, create_global_typedef_table,
109         find_global_typedef): New functions.
110         (find_typedef_in_hash): Use find_global_typedef.
111         (whatis_exp): Use create_global_typedef_table.  Change cleanup
112         handling.
113         * typeprint.h (struct type_print_options) <global_typedefs,
114         global_printers>: New fields.
115
116 2012-11-12  Tom Tromey  <tromey@redhat.com>
117
118         * c-typeprint.c (find_typedef_for_canonicalize,
119         print_name_maybe_canonical): New functions.
120         (c_print_type): Look up type name.
121         (cp_type_print_derivation_info): Add flags argument.  Use
122         print_name_maybe_canonical.
123         (cp_type_print_method_args): Add wrapping.
124         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
125         (c_type_print_template_args): New function.
126         (c_type_print_base): Change wrapping.  Use
127         print_name_maybe_canonical.
128         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
129         type name lookups.
130         * gdbtypes.c (types_equal): No longer static.
131         * gdbtypes.h (types_equal): Declare.
132         * typeprint.c (type_print_raw_options, default_ptype_flags):
133         Update.
134         (struct typedef_hash_table): New.
135         (hash_typedef_field, eq_typedef_field,
136         recursively_update_typedef_hash, add_template_parameters,
137         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
138         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
139         copy_typedef_hash, find_typedef_in_hash): New functions.
140         * typeprint.h (struct type_print_options) <local_typedefs>:
141         New field.
142         (recursively_update_typedef_hash, add_template_parameters,
143         create_typedef_hash, free_typedef_hash,
144         make_cleanup_free_typedef_hash, copy_typedef_hash,
145         find_typedef_in_hash): Declare.
146
147 2012-11-12  Tom Tromey  <tromey@redhat.com>
148
149         * cp-support.c (inspect_type,
150         replace_typedefs_qualified_name, replace_typedefs): Add
151         finder, data arguments.  Call as needed.
152         (cp_canonicalize_string_full): New function.
153         (cp_canonicalize_string_no_typedefs): Rewrite.
154         * cp-support.h (canonicalization_ftype): New typedef.
155         (cp_canonicalize_string_full): Declare.
156
157 2012-11-12  Tom Tromey  <tromey@redhat.com>
158
159         * NEWS: Update.
160         * c-typeprint.c (c_type_print_base): Handle print_method and
161         print_typedefs flags.
162         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
163         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
164         options.
165         * typeprint.c (type_print_raw_options, default_ptype_flags):
166         Update for new field.s
167         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
168         (setprinttypelist, showprinttypelist, print_methods,
169         print_typedefs): New globals.
170         (set_print_type, show_print_type, set_print_type_methods,
171         show_print_type_methods, set_print_type_typedefs,
172         show_print_type_typedefs): New functions.
173         (_initialize_typeprint): Update documentation.  Add "print
174         type methods" and "print type typedefs" parameters.
175         * typeprint.h (struct type_print_options) <print_methods,
176         print_typedefs>: New fields.
177
178 2012-11-12  Tom Tromey  <tromey@redhat.com>
179
180         * c-typeprint.c (cp_type_print_method_args): Add flags
181         argument.  Call c_print_type, not type_print.
182         (c_type_print_base): Call c_print_type, not type_print.
183         Update.
184
185 2012-11-12  Tom Tromey  <tromey@redhat.com>
186
187         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
188         to type-printing functions.
189         * ada-lang.h (ada_print_type): Add argument.
190         * ada-typeprint.c (print_array_type, print_variant_clauses,
191         print_variant_part, print_selected_record_field_types,
192         print_record_field_types, print_unchecked_union_type,
193         print_func_type, ada_print_type): Add flags argument.
194         (ada_print_typedef): Update.
195         * c-exp.y (OPERATOR conversion_type_id): Update.
196         * c-lang.h (c_print_type, c_type_print_base): Update.
197         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
198         c_type_print_modifier, c_type_print_args,
199         c_type_print_varspec_suffix, c_type_print_base): Add flags
200         argument.
201         * cp-valprint.c (cp_print_class_member): Update.
202         * dwarf2read.c (dwarf2_compute_name): Update.
203         * f-lang.h (f_print_type): Add argument.
204         * f-typeprint.c (f_print_type): Add flags argument.
205         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
206         * go-lang.h (go_print_type): Add argument.
207         * go-typeprint.c (go_print_type): Add flags argument.
208         * jv-lang.h (java_print_type): Add argument.
209         * jv-typeprint.c (java_type_print_base, java_print_type): Add
210         flags argument.
211         * language.c (unk_lang_print_type): Add flags argument.
212         * language.h (struct language_defn) <la_print_type>: Add flags
213         argument.
214         (LA_PRINT_TYPE): Likewise.
215         * m2-lang.h (m2_print_type): Add argument.
216         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
217         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
218         m2_unbounded_array, m2_record_fields): Add flags argument.
219         * p-lang.h (pascal_print_type, pascal_type_print_base,
220         pascal_type_print_varspec_prefix): Add argument.
221         * p-typeprint.c (pascal_print_type,
222         pascal_type_print_varspec_prefix, pascal_print_func_args,
223         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
224         flags argument.
225         * symmisc.c (print_symbol): Update.
226         * typeprint.c (type_print_raw_options, default_ptype_flags):
227         New globals.
228         (type_print): Update.
229         * typeprint.h (struct type_print_options): New.
230         (type_print_raw_options): Declare.
231         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
232
233 2012-11-10  Keith Seitz  <keiths@redhat.com>
234
235         * breakpoint.c (clear_command): Add cleanup for
236         sals.sals if an argument is given.
237
238         * linespec.c (parse_linespec): Do cleanups after
239         parsing a convenience variable.
240
241 2012-11-10  Keith Seitz  <keiths@redhat.com>
242
243         PR gdb/14288
244         * c-valprint.c (c_val_print): For character arrays
245         with "print null" option on, print ellipses if
246         the output is truncated and the next character is not \000.
247         * valprint.c (MAX_WCHARS): Define.
248         (WCHAR_BUFLEN): Likewise.
249         (WCHAR_BUFLEN_MAX): Likewise.
250         (struct converted_character): New structure.
251         (count_next_character): New function.
252         (print_converted_chars_to_obstack): New function.
253         (generic_printstr): Rewrite using count_next_character
254         and print_converted_chars_to_obstack.
255
256 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
257
258         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
259         while executing the gdb command.
260         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
261         are called from prompt_for_continue.
262         * tui/tui-io.c (tui_redisplay_readline): Likewise.
263
264 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
265
266         PR tui/9584
267
268         * tui/tui.c (tui_rl_command_key): Do not call execute_command
269         but insert the command to execute in readline's buffer.
270
271 2012-11-09  Tom Tromey  <tromey@redhat.com>
272
273         * gdbarch.sh (target_gdbarch): Remove macro.
274         (get_target_gdbarch): Rename to target_gdbarch.
275         * gdbarch.c, gdbarch.h: Rebuild.
276         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
277         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
278         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
279         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
280         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
281         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
282         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
283         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
284         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
285         procfs.c, progspace.c, ravenscar-thread.c, record.c,
286         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
287         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
288         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
289         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
290         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
291         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
292         target-descriptions.c, target.c, target.h, tracepoint.c,
293         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
294         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
295         python/py-inferior.c, python/python.c: Update.
296
297 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
298
299         * source.c (print_source_lines_base): Add fullname field giving
300         full path to file in mi output.
301         * NEWS: Mention the new fullname field.
302
303 2012-11-09  Yao Qi  <yao@codesourcery.com>
304
305         * NEWS: Mention the fix to the ambiguity of 'fo' command.
306
307 2012-11-09  Pedro Alves  <palves@redhat.com>
308
309         PR gdb/14306
310
311         * infrun.c: Include target-descriptions.h.
312         (follow_exec): Fetch new target description.
313
314 2012-11-09  Yao Qi  <yao@codesourcery.com>
315
316         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
317         0x8d (lea).
318
319 2012-11-09  Yao Qi  <yao@codesourcery.com>
320
321         * breakpoint.c: Declare set_tracepoint_count.
322         (install_breakpoint): Call set_tracepoint_count if B is a
323         tracepoint.
324         (trace_command): Don't call set_tracepoint_count.  Re-indent.
325         (strace_command, ftrace_command):
326         (create_tracepoint_from_upload): Likewise.
327
328 2012-11-09  Pedro Alves  <palves@redhat.com>
329
330         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
331         (get_target_gdbarch) <gdbarch.h>: New function.
332         (startup_gdbarch) <gdbarch.h>: Declare.
333         <gdbarch.c> (target_gdbarch): Delete.
334         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
335         current inferior's gdbarch.
336         <gdbarch.c> (get_target_gdbarch): New function.
337         * inferior.c: Include target-descriptions.h.
338         (free_inferior): Free target description info.
339         (add_inferior_with_spaces): Set the inferior's initial
340         architecture.
341         (clone_inferior_command): Copy the original inferior's target
342         description if it was user specified.
343         (initialize_inferiors): Add comment.
344         * inferior.h (struct target_desc_info): Forward declare.
345         (struct inferior) <gdbarch>: New field.
346         * linux-nat.c: Include target-descriptions.h.
347         (linux_child_follow_fork): Copy the parent's architecture and
348         target description to the child.
349         * target-descriptions.c: Include inferior.h.
350         (struct target_desc_info): New structure, holding the equivalents
351         of ...
352         (target_desc_fetched, current_target_desc)
353         (target_description_filename): ... these removed globals.
354         (get_tdesc_info, target_desc_info_from_user_p)
355         (copy_inferior_target_desc_info, target_desc_info_free): New.
356         (target_desc_fetched, current_target_desc)
357         (target_description_filename): Reimplemented as convenience
358         macros.
359         (tdesc_filename_cmd_string): New global.
360         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
361         tdescs filename ..." commands to the per-inferior equivalent.
362         (show_tdesc_filename_cmd): Get the value to show from the
363         per-inferior description filename.
364         (_initilize_target_descriptions): Change the "set/show tdesc
365         filename" commands' variable.
366         * target-descriptions.h (struct target_desc, struct target_desc_info)
367         (struct inferior): Forward declare.
368         (target_find_description, target_clear_description)
369         (target_current_description): Adjust comments.
370         (copy_inferior_target_desc_info, target_desc_info_free)
371         (target_desc_info_from_user_p). Declare.
372
373 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
374
375         * tui/tui-hooks.c (tui_about_to_proceed): New function.
376         (tui_target_wait_hook): Remove.
377         (tui_install_hooks): Install the about_to_proceed observer.
378         (tui_remove_hooks): And remove it here.
379
380 2012-11-08  Tom Tromey  <tromey@redhat.com>
381
382         * linux-tdep.c (linux_make_siginfo_note): New function.
383         (linux_make_corefile_notes): Use it.
384         * corelow.c (get_core_siginfo): New function.
385         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
386
387 2012-11-08  Tom Tromey  <tromey@redhat.com>
388
389         PR gdb/14704:
390         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
391         (zlib_decompress_section): Remove.
392         (gdb_bfd_map_section): Only check for compressed section
393         in mmap case.  Use bfd_get_full_section_contents.
394         * osabi.c (check_note): Add 'sectsize' argument.  Read
395         section data.
396         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
397         section data.  Update for check_note change.
398         * xcoffread.c (xcoff_initial_scan): Use
399         bfd_get_full_section_contents.
400         * py-auto-load.c (auto_load_section_scripts): Use
401         bfd_get_full_section_contents.
402         * contrib/cc-with-tweaks.sh: Add -Z option.
403
404 2012-11-08  Tom Tromey  <tromey@redhat.com>
405
406         * python/py-bpevent.c: Include defs.h.
407         * python/py-continueevent.c: Include defs.h.
408         * python/py-event.c: Include defs.h.
409         * python/py-event.h: Don't include defs.h.
410         * python/py-events.h: Don't include defs.h.
411         * python/py-evts.c: Include defs.h.
412         * python/py-exitedevent.c: Include defs.h.
413         * python/py-newobjfileevent.c: Include defs.h.
414         * python/py-signalevent.c: Include defs.h.
415         * python/py-stopevent.c: Include defs.h.
416         * python/py-threadevent.c: Include defs.h.
417
418 2012-11-08  Pierre Muller  <muller@sourceware.org>
419
420         * update-web-ari.sh (print_heading): Add number of files
421         checked.
422         (nb_files): New variable counting the number of sources
423         files found by gdb_find.sh script.
424         (debug_awk): New variable to allow extra debug output.
425         (indexes): Add more information if DEBUG_AWK is set.
426
427 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
428
429         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
430         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
431         following the change in PLT call stubs on linker.
432
433 2012-11-08  Pierre Muller  <muller@sourceware.org>
434
435         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
436         as default language.
437         (AWK): Use = instead of == for sh test to avoid warning.
438         (Linux rule): Correct [:digit] into [[:digit:]].
439         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
440         (vasprintf rule): Adapt to common subdirectory moves.
441         (xasprintf rule): Idem.
442         (xvasprintf rule): Idem.
443         (var_boolean rule): Accept occurence in == or != test.
444
445         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
446
447 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
448
449         * tui/tui-hooks.c (tui_inferior_exit): New function.
450         (tui_detach_hook): Remove.
451         (tui_install_hooks): Install the inferior exit observer.
452         (tui_remove_hooks): Remove it.
453
454 2012-11-08  Yao Qi  <yao@codesourcery.com>
455
456         PR gdb/14777.
457         * source.c (_initialize_source): Call add_com_alias to abbreviate
458         'forward-search' as 'fo'.
459
460 2012-11-07  Pedro Alves  <palves@redhat.com>
461
462         * arm-tdep.c: Make defs.h be the first include.
463         * coff-pe-read.c: Ditto.
464         * gnu-nat.c: Ditto.
465         * go32-nat.c: Ditto.
466         * i386-nat.c: Ditto.
467         * ppcnbsd-nat.c: Ditto.
468         * ada-varobj.h: Don't include defs.h.
469         * i386-darwin-tdep.h: Ditto.
470         * i386-nat.h: Ditto.
471
472 2012-11-07  Pedro Alves  <palves@redhat.com>
473
474         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
475         Committee.
476
477 2012-11-07  Pierre Muller  <muller@sourceware.org>
478
479         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
480         File already uses "gdb_dirent.h" header.
481
482 2012-11-07  Yao Qi  <yao@codesourcery.com>
483
484         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
485         tracepoint_count'.
486
487 2012-11-06  Tom Tromey  <tromey@redhat.com>
488
489         * target.h (inferior_has_forked, inferior_has_vforked)
490         (inferior_has_execd, inferior_has_called_syscall): Remove
491         declarations.
492
493 2012-11-06  Pierre Muller  <muller@sourceware.org>
494
495         * remote.c (remote_insert_hw_breakpoint): ARI fix,
496         add missing internalization markup.
497
498 2012-11-06  Pedro Alves  <palves@redhat.com>
499
500         PR gdb/14810
501
502         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
503
504 2012-11-06  Pierre Muller  <muller@sourceware.org>
505
506         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
507         is not executable.
508
509 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
510
511         * gnulib/update-gnulib.sh: New script.
512
513 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
514
515         * MAINTAINERS: Update my email address.
516
517 2012-11-05  Tom Tromey  <tromey@redhat.com>
518
519         * frame.c (put_frame_register): Don't use temporary buffer.
520
521 2012-11-05  Pedro Alves  <palves@redhat.com>
522
523         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
524         child.  Clear 'pending_detach'.
525         * infrun.c (handle_vfork_child_exec_or_exit): Clear
526         'pending_detach' in the vfork parent.
527
528 2012-11-05  Doug Evans  <dje@google.com>
529
530         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
531         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
532         * dwarf2read.c: #include "elf-bfd.h".
533         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
534         (dwop_section_names): Renamed from dwo_section names.  All uses
535         updated.  Add entries for .debug_cu_index, .debug_tu_index.
536         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
537         All uses updated.
538         (struct dwp_sections): New type.
539         (struct virtual_dwo_sections): New type.
540         (struct dwp_hash_table): New type.
541         (struct dwp_file): New type.
542         (init_cutu_and_read_dies): Ensure DWO info/types section has been
543         read in.  Handle DWOs coming from DWP files.
544         (lookup_dwo_file_slot): New function.
545         (dwarf2_locate_dwo_sections): Move definition closer to use.
546         (create_dwo_debug_info_hash_table_reader): Renamed from
547         create_debug_info_hash_table_reader.  All callers updated.
548         (create_dwo_debug_info_hash_table): Renamed from
549         create_debug_info_hash_table.  All callers updated.
550         (create_dwp_hash_table): New function.
551         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
552         (lookup_dwo_in_dwp): New function.
553         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
554         is_dwp.  All callers updated.
555         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
556         (open_and_init_dwo_file): Renamed from init_dwo_file.
557         All callers updated.
558         (lookup_dwo_file): Delete.
559         (dwarf2_locate_dwp_sections): New function.
560         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
561         (allocate_dwp_loaded_cutus_table): New function.
562         (open_and_init_dwp_file): New function.
563         (lookup_dwo_cutu): New function.
564         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
565
566 2012-11-03  Yao Qi  <yao@codesourcery.com>
567
568         Fix PR gdb/14617.
569         * breakpoint.c (trace_pass_set_count): Call
570         observer_notify_breakpoint_modified instead of
571         observer_notify_tracepoint_modified.
572         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
573
574 2012-11-02  Tom Tromey  <tromey@redhat.com>
575
576         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
577         argument to complete_on_enum.
578
579 2012-11-02  Tom Tromey  <tromey@redhat.com>
580
581         * configure: Rebuild.
582         * configure.ac (build_warnings): Add -Wempty-body.
583         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
584         * remote.c (handle_notification): Use braces for empty 'else' body.
585         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
586         'else' body.
587         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
588         'else' body.
589         * solib-som.c (som_relocate_section_addresses): Use braces
590         for empty 'else' body.
591         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
592         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
593
594 2012-11-02  Pedro Alves  <palves@redhat.com>
595
596         PR gdb/14766
597
598         * infrun.c (handle_inferior_event)
599         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
600         null_ptid before handling a vfork child exec or exit.  Switch to
601         the event ptid afterwards.
602
603 2012-11-02  Yao Qi  <yao@codesourcery.com>
604
605         * std-operator.def: Remove OP_LABELED.
606         * eval.c: Remove the declaration of 'get_label'.
607         (get_label): Remove.
608         (evaluate_struct_tuple): Remove code handling OP_LABELED.
609         Update comment.
610         Remove local variable 'variantno' and related code.
611         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
612         with 'fieldno'.
613         * expprint.c (print_subexp_standard): Likewise.
614         (dump_subexp_body_standard): Likewise.
615         * parse.c (operator_length_standard): Likewise.
616
617 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
618
619         Incorporate ARI web page generator into GDB sources.
620         * contrib/ari/create-web-ari-in-src.sh: New file.
621         * contrib/ari/gdb_ari.sh: New file.
622         * contrib/ari/gdb_find.sh: New file.
623         * contrib/ari/update-web-ari.sh: New file.
624
625 2012-10-31  Tom Tromey  <tromey@redhat.com>
626
627         * gdbarch.c: Rebuild.
628         * gdbarch.sh: Remove references to gdbarch_swap.
629         * corelow.c (core_open): Remove obsolete comment.
630
631 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
632
633         PR cli/14772
634         * c-typeprint.c (c_print_type): Don't print a space for vector
635         types, this is handled within the suffix.
636         (c_type_print_varspec_suffix): Add a space to vector suffix.
637
638 2012-10-26  Pedro Alves  <palves@redhat.com>
639
640         * amd64-tdep.c (amd64_relocate_instruction): Use
641         store_unsigned_integer instead of memcpy.
642         * i386-tdep.c (i386_relocate_instruction): Ditto.
643
644 2012-10-26  Pedro Alves  <palves@redhat.com>
645
646         * infrun.c (handle_inferior_event): Merge handling of
647         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
648         switch case.
649
650 2012-10-26  Pedro Alves  <palves@redhat.com>
651
652         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
653         Remove comment.
654
655 2012-10-26  Pedro Alves  <palves@redhat.com>
656
657         * target.c (target_waitstatus_to_string): Handle
658         TARGET_WAITKIND_VFORK_DONE.
659
660 2012-10-26  Pedro Alves  <palves@redhat.com>
661
662         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
663         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
664
665 2012-10-24  Tristan Gingold  <gingold@adacore.com>
666
667         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
668         Add comments.
669
670 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
671
672         * ravenscar-thread.c (ravenscar_wait): Only update the list
673         of threads and inferior_ptid if the inferior is still alive.
674
675 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
676
677         * ada-lang.c (is_known_support_routine): Use lbasename when
678         matching the symtab's filename against
679         known_runtime_file_name_patterns.
680
681 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
682
683         * ada-lang.c (ada_same_array_size_p): New function.
684         (ada_promote_array_of_integrals): New function.
685         (coerce_for_assign): Add handling of arrays where the elements
686         are integrals of a smaller size than the size of the target
687         array element type.
688
689 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
690
691         * doublest.c (convert_doublest_to_floatformat): Fix comparison
692         against maximum exponent value.
693
694 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
695
696         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
697         "unwind-seh.c".
698
699 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
700
701         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
702         strip typedef layer when computing the fixed type's field type,
703         only when computing its size.
704
705 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
706
707         PR gdb/12783
708         * i386-tdep.c (i386_return_value): Handle complex double and long
709         double.
710
711 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
712
713         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
714         New local variable args_len.
715         Quote the name of the executable when computing the command line.
716
717 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
718
719         PR gdb/12796
720         PR gdb/12798
721         PR gdb/12800
722         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
723         AMD64_FTAG_REGNUM.
724         * amd64-tdep.c (amd64_classify): Classify complex types.
725         (amd64_return_value): Handle the COMPLEX_X87 class.
726
727 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
728
729         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
730         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
731
732 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
733
734         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
735         function.
736         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
737         to amd64_windows_auto_wide_charset.
738
739 2012-10-23  Yao Qi  <yao@codesourcery.com>
740
741         * event-top.c (mark_async_signal_handler_wrapper): Remove.
742         * event-top.h: Remove its declaration.
743         (async_request_quit): Call mark_async_signal_handler instead of
744         mark_async_signal_handler_wrapper.
745         (async_do_nothing, async_disconnect): Likewise.
746         (async_stop_sig): Likewise.
747         * remote.c (handle_remote_sigint): Likewise.
748         (handle_remote_sigint_twice): Likewise.
749
750 2012-10-23  Yao Qi  <yao@codesourcery.com>
751
752         * event-top.c (sigint_token, sighup_token): Replace 'void *'
753         with 'static struct async_signal_handler *'.
754         (sighup_token, sigquit_token, sigstp_token): Likewise.
755
756 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
757
758         * gdbarch.sh (function_list): Use 'pstring' when printing
759         a variable which could return NULL.
760         * gdbarch.c: Regenerate.
761
762 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
763             Tom Tromey  <tromey@redhat.com>
764
765         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
766         inneffective if condition by gdb assertion.  Add function
767         description comment.
768
769 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
770
771         * parser-defs.h (struct exp_descriptor): Document constraint
772         on return value for "op_name" callbacks.
773
774 2012-10-18  Tom Tromey  <tromey@redhat.com>
775
776         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
777         * symtab.c (iterate_over_some_symtabs): Constify.
778         * source.h (symtab_to_fullname): Return 'const char *'.
779         * source.c (symtab_to_fullname): Return 'const char *'.
780         * python/py-symtab.c (stpy_fullname): Constify.
781         * cli/cli-cmds.c (edit_command): Constify.
782         * breakpoint.c (print_breakpoint_location)
783         (update_static_tracepoint): Constify.
784
785 2012-10-18  Tom Tromey  <tromey@redhat.com>
786
787         * breakpoint.c (compare_breakpoints): Fix comparison.
788
789 2012-10-18  Tom Tromey  <tromey@redhat.com>
790
791         * valprint.c (generic_emit_char, generic_printstr): Pass size of
792         gdb_wchar_t to convert_between_encodings.
793
794 2012-10-17  Yao Qi  <yao@codesourcery.com>
795
796         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
797         more parameter 'inferior'.
798         * corefile.c (write_memory_with_notification): Caller update.
799
800         * mi/mi-cmd-var.c: Include "mi-main.h".
801         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
802         to 1 and restore it later.
803         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
804         and "data-write-memory-bytes.
805         * mi/mi-interp.c: Include objfiles.h.
806         (mi_interpreter_init): Call observer_attach_memory_changed.
807         (mi_memory_changed): New.
808         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
809         New field.
810
811         * NEWS: Mention new MI notification "memory-changed".
812
813 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
814
815         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
816
817 2012-10-15  Doug Evans  <dje@google.com>
818
819         New option -nh: inhibit loading of ~/.gdbinit.
820         * NEWS: Mention -nh.
821         * main.c (captured_main): Recognize and process -nh.
822         (print_gdb_help): Mention -nh.
823         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
824
825 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
826
827         PR backtrace/14646
828         PR gdb/14647
829         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
830         pc_regnum_from_eax.
831         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
832         nor pc_regnum_from_eax.
833         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
834         nor pc_regnum_from_eax.
835
836 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
837
838         Fix entry values resolving in inlined frames.
839         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
840         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
841         entries of FRAME.
842
843 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
844
845         * configure.ac: Build with -DMS_WIN64 if building with Python
846         enabled using GCC on amd64-windows.
847         * configure: Regenerate.
848
849 2012-10-15  Tom Tromey  <tromey@redhat.com>
850
851         PR python/14635:
852         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
853         to Py_None.
854
855 2012-10-15  Tom Tromey  <tromey@redhat.com>
856
857         PR python/14634:
858         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
859
860 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
861
862         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
863         reset thread numbering back to 1.
864
865 2012-10-11  Doug Evans  <dje@google.com>
866
867         PR breakpoints/14643.
868         * linespec.c (struct ls_parser): New member keyword_ok.
869         (linespec_lexer_lex_string): Add comment.
870         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
871         for one.
872         (parse_linespec): Set keyword_ok.
873
874 2012-10-10  Doug Evans  <dje@google.com>
875
876         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
877         "0x" prefix on address in log message.
878
879         * dwarf2read.c (read_1_byte): Add const to buf parameter.
880         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
881         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
882         (lookup_dwo_file): Add const to dwo_name parameter.
883         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
884
885 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
886
887         Fix crash during stepping on ppc32.
888         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
889         SYM.
890
891 2012-10-03  Doug Evans  <dje@google.com>
892
893         PR symtab/14601
894         * buildsym.c (buildsym_init): Reset using_directives to NULL.
895
896 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
897
898         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
899         output and use uint32_t not long to ensure 4 byte size.
900
901 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
902
903         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
904         unref'ed it.
905
906 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
907
908         * target.c (simple_search_memory): Include access length in
909         warning message.
910
911 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
912             Edjunior Machado  <emachado@linux.vnet.ibm.com>
913
914         PR gdb/13989
915         * solib.c (solib_find): Prevent GDB from loading native libraries when
916         debugging a cross-target corefile.
917
918 2012-09-28  selven  <pcthegreat@gmail.com>
919
920         Make definition match declaration.
921
922         * regcache.c (regcache_register_status): Change return type to
923         enum register_status.
924
925 2012-09-28  Yao Qi  <yao@codesourcery.com>
926
927         * mi/mi-main.c (mi_cmd_data_write_memory): Call
928         write_memory_with_notification instead of write_memory.
929         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
930         instead of target_write_memory.
931
932 2012-09-28  Yao Qi  <yao@codesourcery.com>
933
934         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
935         when the length of content is not an even number.
936
937 2012-09-27  Tom Tromey  <tromey@redhat.com>
938
939         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
940         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
941
942 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
943
944         * sol-thread.c (sol_thread_fetch_registers)
945         (sol_thread_store_registers): Delete commented out code.
946
947 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
948
949         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
950         Move these functions to sparc-sol-thread.c.
951         * sparc-sol-thread.c: New file.
952         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
953         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
954         configurations.
955         * configure: Regenerate.
956
957 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
958
959         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
960         Remove commented-out code.
961
962 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
963
964         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
965         Enable this code for sparc hosts only.
966
967 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
968
969         * procfs.h (procfs_find_LDT_entry): Add declaration.
970         * sol-thread.c (ps_lgetLDT): Delete local declaration of
971         function procfs_find_LDT_entry.
972
973 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
974
975         * procfs.c (proc_get_LDT_entry): Make static.
976
977 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
978
979         * procfs.c (proc_find_memory_regions): Fix declaration.
980
981 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
982
983         * amd64-tdep.c (amd64_return_value): Revert previous change
984         that used TYPE_LENGTH directly.
985         * bfin-tdep.c (bfin_extract_return_value): Likewise.
986         (bfin_store_return_value): Likewise.
987         * cris-tdep.c (cris_store_return_value): Likewise.
988         (cris_extract_return_value): Likewise.
989         * h8300-tdep.c (h8300_extract_return_value): Likewise.
990         * hppa-tdep.c (hppa64_return_value): Likewise.
991         * lm32-tdep.c (lm32_store_return_value): Likewise.
992         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
993         * spu-tdep.c (spu_value_from_register): Likewise.
994         * vax-tdep.c (vax_return_value): Likewise.
995
996 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
997
998         * gdbtypes.c (lookup_array_range_type): Expand parameters
999         LOW_BOUND and HIGH_BOUND to LONGEST.
1000         (lookup_string_range_type): Likewise.
1001         * gdbtypes.h (lookup_array_range_type): Likewise.
1002         (lookup_string_range_type): Likewise.
1003         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1004         Expand HIGHBOUND to ssize_t.
1005         (value_string): Likewise.
1006         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1007         (value_string): Likewise.
1008
1009 2012-09-27  Yao Qi  <yao@codesourcery.com>
1010
1011         PR breakpoints/13898
1012         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1013         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1014         per breakpoint type.
1015
1016 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1017
1018         * procfs.c: Add gdb_bfd header.
1019         * rs6000-nat.c: Likewise.
1020         * solib-pa64.c: Likewise.
1021         * spu-linux-nat.c: Likewise.
1022         * windows-nat.c: Likewise.
1023
1024 2012-09-26  Tom Tromey  <tromey@redhat.com>
1025
1026         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1027
1028 2012-09-26  Tom Tromey  <tromey@redhat.com>
1029
1030         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1031         (read_common_block): Handle child DIEs with
1032         DW_AT_data_member_location.
1033         (new_symbol_full): Add special case for common blocks.
1034
1035 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1036             Tom Tromey  <tromey@redhat.com>
1037
1038         * dwarf2read.c (read_common_block): Rewrite.
1039         (new_symbol_full): Handle DW_TAG_common_block.
1040         * f-lang.c (head_common_list, find_common_for_function):
1041         Remove.
1042         * f-lang.h (struct common_entry, struct saved_f77_common,
1043         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1044         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1045         BLANK_COMMON_NAME_LOCAL): Remove.
1046         (struct common_block): New.
1047         * f-valprint.c (list_all_visible_commons): Remove.
1048         (info_common_command_for_block): New function.
1049         (info_common_command): Use it.
1050         * stack.c (iterate_over_block_locals): Special case for
1051         COMMON_BLOCK_DOMAIN.
1052         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1053         constant.
1054         (struct general_symbol_info) <value.common_block>: New field.
1055         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1056
1057 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1058             Tom Tromey  <tromey@redhat.com>
1059
1060         * f-lang.c (allocate_saved_bf_node,
1061         allocate_saved_function_node, allocate_saved_f77_common_node,
1062         allocate_common_entry_node, tail_common_list, current_common,
1063         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1064         tmp_bf_ptr, add_common_block, add_common_entry,
1065         find_first_common_named, patch_common_entries,
1066         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1067         global_remote_debug, get_bf_for_fcn, saved_function_list,
1068         saved_function_list_end, clear_function_list, struct saved_fcn,
1069         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1070         SAVED_BF, SAVED_BF_PTR): Remove.
1071         * f-lang.h (tail_common_list, current_common,
1072         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1073         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1074         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1075         real_main_c_value): Remove.
1076         * f-valprint.c (there_is_a_visible_common_named): Remove.
1077
1078 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1079
1080         * breakpoint.c (update_global_location_list): Ignore previous
1081         duplicate status of a breakpoint when starting a new scan for
1082         duplicate breakpoints.
1083
1084 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1085         PR breakpoints/14419
1086         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1087         support LLVM compiler.
1088
1089 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1090
1091         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1092         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1093         (bfin_store_return_value): Likewise.
1094         * cris-tdep.c (cris_store_return_value): Likewise.
1095         (cris_extract_return_value): Likewise.
1096         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1097         * hppa-tdep.c (hppa64_return_value): Likewise.
1098         * lm32-tdep.c (lm32_store_return_value): Likewise.
1099         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1100         * spu-tdep.c (spu_value_from_register): Likewise.
1101         * vax-tdep.c (vax_return_value): Likewise.
1102
1103 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1104
1105         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1106         parameter LEN to ssize_t.
1107
1108 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1109
1110         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1111         variable LEN.
1112         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1113         directly.
1114         (alpha_store_return_value): Likewise.
1115         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1116         (amd64_push_arguments): Likewise.
1117         * ax-gdb.c (gen_trace_static_fields): Likewise.
1118         (gen_traced_pop): Likewise.
1119         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1120         * breakpoint.c (update_watchpoint): Likewise.
1121         * findcmd.c (parse_find_args): Use local variable for type
1122         instead of length.
1123         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1124         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1125         (h8300_store_return_value): Likewise.
1126         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1127         Use i386_darwin_arg_type_alignment directly.
1128         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1129         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1130         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1131         (m68hc11_extract_return_value): Likewise.
1132         * mep-tdep.c (mep_push_dummy_call): Likewise.
1133         * printcmd.c (float_type_from_length): Likewise.
1134         * s390-tdep.c (s390_value_from_register): Likewise.
1135         * stack.c (read_frame_arg): Likewise.
1136         * tracepoint.c (encode_actions_1): Likewise.
1137         * valops.c (value_fetch_lazy): Use local variable for type
1138         instead of length.  Use TYPE_LENGTH directly.
1139         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1140
1141 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1142
1143         * symtab.c (skip_prologue_sal): Fix typo in comment.
1144
1145 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1146
1147         * linespec.c (create_sals_line_offset): Fix typo in comment.
1148
1149 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1150
1151         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1152         use plongest to print the array size.
1153
1154 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1155
1156         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1157         * p-valprint.c (pascal_type_print_base): Likewise.
1158
1159 2012-09-22  Yao Qi  <yao@codesourcery.com>
1160
1161         * remote.c (remote_get_trace_status): Remove setting default
1162         values of fields of 'ts'.
1163
1164 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1165
1166         Fix internal error on canonicalization of clang types.
1167         * cp-name-parser.y (operator): New comment at make_operator call for
1168         new, delete, new[] and delete[].
1169         (exp): Use "sizeof ".  Add new comment at make_operator call.
1170
1171 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1172
1173         Fix disassemble without parameters in tailcall frame.
1174         * cli/cli-cmds.c (disassemble_current_function): Use
1175         get_frame_address_in_block.
1176
1177 2012-09-21  Tom Tromey  <tromey@redhat.com>
1178
1179         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1180         TYPE_CODE_UNION>: Unify, removing a goto.
1181
1182 2012-09-21  Tom Tromey  <tromey@redhat.com>
1183
1184         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1185
1186 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1187
1188         * findvar.c (read_frame_register_value): Mark the result value as
1189         optimized out if any of the input registers have been optimized out.
1190
1191 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1192
1193         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1194
1195 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1196
1197         * eval.c (evaluate_subexp_standard): Eliminate single-use
1198         variable LOWER.
1199
1200 2012-09-21  Yao Qi  <yao@codesourcery.com>
1201
1202         * mi/mi-interp.c: Declare mi_record_changed.
1203         (mi_interpreter_init): Call observer_attach_record_changed.
1204         (mi_record_changed): New.
1205         * record.c (record_open): Call observer_notify_record_changed.
1206         (cmd_record_stop): Call observer_notify_record_changed.
1207         * NEWS: Mention it.
1208
1209 2012-09-20  Tom Tromey  <tromey@redhat.com>
1210
1211         * NEWS: Update.
1212         * python/python.c (finalize_python): New function.
1213         (_initialize_python): Make a final cleanup.
1214
1215 2012-09-19  Doug Evans  <dje@google.com>
1216
1217         * buildsym.h (param_symbols): Delete, unused.
1218         (context_stack): Delete member "params", unused.
1219         * buildsym.c (push_context): Update.
1220         * dwarf2read.c (read_func_scope): Update.
1221
1222 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1223
1224         * sh-tdep.c (sh_register_convert_to_virtual)
1225         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1226         all callers.  Just do a memcpy if not the little-endian case.
1227
1228         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1229         set_gdbarch_double_format and set_gdbarch_long_double_format.
1230         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1231         set_gdbarch_double_format.
1232         * sh-tdep.c (sh_gdbarch_init): Likewise.
1233
1234         * NEWS: Document the removal of SH's 'regs' command.
1235         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1236         command.
1237
1238 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1239
1240         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1241         `jump'.
1242
1243 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1244
1245         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1246         language when iterating over symbols.
1247
1248 2012-09-18  Yao Qi  <yao@codesourcery.com>
1249
1250         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1251         (mi_interpreter_init): Call observer_attach_tsv_created and
1252         observer_attach_tsv_deleted.
1253         (mi_tsv_created, mi_tsv_deleted): New.
1254         * tracepoint.c (delete_trace_state_variable): Call
1255         observer_notify_tsv_deleted.
1256         (trace_variable_command): Call observer_notify_tsv_created.
1257         (delete_trace_variable_command): Call
1258         observer_notify_tsv_deleted.
1259         (create_tsv_from_upload): Call observer_notify_tsv_created.
1260         * NEWS: Mention it.
1261
1262 2012-09-18  Yao Qi  <yao@codesourcery.com>
1263
1264         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1265         if traceframe changed.
1266         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1267         "trace-find".
1268         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1269         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1270         'traceframe_changed'.
1271         (mi_traceframe_changed): New.
1272         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1273         New field.
1274         * NEWS: Mention the new MI notification.
1275
1276 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1277
1278         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1279
1280 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1281
1282         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1283         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1284         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1285         Extend code also for PaX support.  Convert all gdb_assert to warning
1286         calls.
1287
1288 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1289
1290         Implement auto-load user conveniences suggested by Doug Evans.
1291         * auto-load.c: Include top.h.
1292         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1293         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1294         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1295         scripts-directory.  Document in online help one can use also files for
1296         set auto-load safe-path.
1297         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1298         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1299
1300 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1301
1302         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1303         of LEN.
1304
1305 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1306
1307         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1308         ELTLEN and use TYPE_LENGTH directly.
1309         (m2_val_print): Likewise.
1310         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1311         variable LEN and use TYPE_LENGTH directly.
1312         (m68k_svr4_store_return_value): Likewise.
1313         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1314         ARGLEN and use TYPE_LENGTH directly.
1315         (mips_o64_push_dummy_call): Likewise.
1316         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1317         variable LENGTH and use TYPE_LENGTH directly.
1318         (s390_function_arg_float): Likewise.
1319         (s390_function_arg_integer): Likewise.
1320         (s390_push_dummy_call): Likewise.
1321         (s390_return_value_convention): Likewise.
1322         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1323         TYPE_LENGTH directly.
1324
1325 2012-09-17  Yao Qi  <yao@codesourcery.com>
1326
1327         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1328         Update comment to add_setshow_integer_cmd.
1329         * cli/cli-setshow.c (do_set_command): Handle case
1330         'var_zuinteger_unlimited'.
1331         (do_show_command): Likewise.
1332         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1333         for command 'remotetimeout'.
1334         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1335         to var_integer.
1336         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1337         for command 'set listsize'.
1338
1339 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1340
1341         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1342         variable LEN.
1343
1344 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1345
1346         PR 14119
1347         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1348         (frame_pop): Drop also TAILCALL_FRAME frames.
1349         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1350
1351 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1352             Pedro Alves  <palves@redhat.com>
1353
1354         PR 14548
1355         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1356         function start if we are already at function start.  Both for
1357         reverse-next and for reverse-step into function without line number
1358         info.
1359
1360 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1361
1362         Code cleanup - rename 'inline' depth to 'artificial' depth.
1363         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1364         frame_id_artificial_p, extend the comment.
1365         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1366         * frame.c (fprint_frame_id): Rename at a user, change debug output
1367         text to "artificial=".
1368         (skip_inlined_frames): Rename to ...
1369         (skip_artificial_frames): ... here.  Extend the comment.
1370         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1371         (frame_id_inlined_p): Rename to ...
1372         (frame_id_artificial_p): ... here.  Rename at a user.
1373         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1374         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1375         at a user.
1376         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1377         Extend the comment.
1378         (frame_id_inlined_p): Rename to ...
1379         (frame_id_artificial_p): ... here.
1380         * inline-frame.c (inline_frame_this_id): Rename at a user.
1381
1382 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1383
1384         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1385         vector variables using vector_size syntax rather than array
1386         syntax.
1387
1388 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1389
1390         * valarith.c (value_concat): Replace unsafe ALLOCA with
1391         XMALLOC/XFREE.
1392
1393 2012-09-14  Pedro Alves  <palves@redhat.com>
1394
1395         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1396
1397 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1398
1399         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1400         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1401         data-directory as appropriate.
1402
1403 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1404
1405         * printcmd.c (ui_printf): Eliminate single-use variable
1406         PARAM_LEN.
1407
1408 2012-09-14  Yao Qi  <yao@codesourcery.com>
1409             Pedro Alves  <palves@redhat.com>
1410
1411         * valops.c (value_assign): Move observer_notify_target_changed
1412         below to replace reinit_frame_cache.
1413
1414 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1415
1416         Refactor Python "gdb" module into a proper Python package, by
1417         introducing a new "_gdb" module for code implemented in C, and
1418         using reload/__import__ instead of exec.
1419         * python/lib/gdb/__init__.py: Import * from _gdb.
1420         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1421         prompt_hook, sys.argv): Moved from finish_python_initialization.
1422         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1423         (packages, auto_load_packages): New list and function replacing
1424         module_dict and auto-loading code, using __file__ instead of
1425         gdb.PYTHONDIR and reload/__import__ instead of exec.
1426         (GdbSetPythonDirectory): Replacing function of the same name
1427         from finish_python_initialization, using reload/__import__ instead
1428         of exec, as well as call auto_load_packages.
1429         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1430         gdb_python_module and not gdb_module.
1431         * python/python-internal.h (gdb_python_module): Declare.
1432         * python/python.c (gdb_python_module): New global.
1433         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1434         (_initialize_python): Rename gdb module to _gdb.
1435         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1436         (finish_python_initialization): Move Python code to
1437         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1438         __main__.
1439
1440 2012-09-13  Pedro Alves  <palves@redhat.com>
1441
1442         * Makefile.in (COMMON_OBS): Add registry.o.
1443         * registry.c: New file.
1444         * registry.h (struct registry_container): Declare.
1445         (registry_data_callback): New typedef.
1446         (struct registry_data, struct registry_data_registration, struct
1447         registry_data_registry): New type.
1448         (register_data_with_cleanup, registry_alloc_data)
1449         (registry_callback_adaptor, registry_clear_data)
1450         (registry_container_free_data, registry_set_data, registry_data):
1451         Declare.
1452         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1453         the new common structures and functions.
1454         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1455         callback typedefs.
1456
1457 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1458
1459         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1460         there is an error inserting hardware breakpoints and use the
1461         error message from the target.
1462
1463         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1464         Catch this exception and print the error message contained within. Do not
1465         print the default hardware error breakpoint message in this case.
1466
1467 2012-09-12  Doug Evans  <dje@google.com>
1468
1469         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1470         cu == NULL.
1471
1472 2012-09-11  Doug Evans  <dje@google.com>
1473
1474         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1475         .gdb_index symbol attributes if there are none.
1476
1477 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1478
1479         * symtab.h (struct minimal_symbol) [has_size]: New field.
1480         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1481         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1482         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1483         minimal symbols if the symbol's size is actually known.
1484         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1485         of msymbol's size field.  Add comment.
1486         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1487         SET_MSYMBOL_SIZE to set the minimal symbol size.
1488
1489 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1490
1491         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1492         minimal_symbol struct object, rather than setting some of its
1493         fields one by one.
1494
1495 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1496
1497         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1498         passed_a_ptr flag when displaying typedef types.
1499
1500 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1501
1502         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1503         the optimized_out flag is preserved.
1504
1505 2012-09-10  Anthony Green  <green@moxielogic.com>
1506
1507         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1508         prologue changes in GCC.
1509
1510 2012-09-10  Keith Seitz  <keiths@redhat.com>
1511
1512         PR gdb/13483
1513         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1514         (BOOL_CONVERSION_BADNESS): ... this.
1515         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1516         (rank_one_type): Allow all boolean conversions
1517         permitted by the standard.
1518
1519 2012-09-06  Tom Tromey  <tromey@redhat.com>
1520
1521         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1522         Don't decref py_objfile.
1523
1524 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1525
1526         Do not enable -lmcheck by default when Python is enabled with
1527         threading support.
1528         * configure.ac: (python_has_threads) New variable, by testing
1529         if WITH_THREAD is defined in Python.h.
1530         Move --enable-lmcheck after --with-python.
1531         Do not enable -lmcheck by default if python_has_threads=yes.
1532         Warn if --enable-lmcheck and python_has_threads=yes.
1533         * configure: Regenerate.
1534
1535 2012-08-31  Yao Qi  <yao@codesourcery.com>
1536
1537         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1538         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1539         Update some commands.
1540         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1541         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1542         to 1.
1543
1544 2012-08-31  Yao Qi  <yao@codesourcery.com>
1545
1546         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1547
1548 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1549
1550         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1551
1552 2012-08-29  Doug Evans  <dje@google.com>
1553
1554         * main.c (print_gdb_help): Remove reference to
1555         --use-deprecated-index-sections.
1556
1557 2012-08-28  Yao Qi  <yao@codesourcery.com>
1558
1559         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1560         (init_cmds): Call add_setshow_uinteger_cmd for command
1561         'max-user-call-depth'.
1562         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1563         declaration of 'max_user_call_depth'.
1564         * frame.c (backtrace_limit): Add 'unsigned'.
1565         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1566         'limit'.
1567         * remote.c (remoteaddresssize): Add 'unsigned'.
1568         (remote_address_masked): Change local var 'address_size' to
1569         'unsigned'.
1570         (_initialize_remote): Call add_setshow_uinteger_cmd for
1571         'remoteaddresssize'.
1572         * top.c (history_size): Add 'unsigned'.
1573         (show_commands): Change local variables to 'unsigned'.
1574         (set_history_size_command): Don't check history_size is negative.
1575         Adjust the condition to call unstifle_history and set history_size
1576         to UNIT_MAX.
1577
1578 2012-08-28  Pedro Alves  <palves@redhat.com>
1579
1580         PR gdb/14428
1581
1582         * infcmd.c (default_print_one_register_info): New, factored out
1583         from default_print_registers_info.
1584         (default_print_registers_info): Use it.  Mark value unavailable if
1585         necessary.
1586         (registers_info): Print user registers with
1587         default_print_one_register_info.
1588
1589 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1590
1591         PR tui/14486
1592         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1593         is not NULL before referencing it.
1594
1595 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1596
1597         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1598         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1599         original PC for it.
1600
1601 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1602             Jan Kratochvil  <jan.kratochvil@redhat.com>
1603
1604         * auto-load.c (auto_load_objfile_script): Rename to ...
1605         (auto_load_objfile_script_1): ... here, change variable realname to
1606         parameter realname, document it, add return value, add variable retval.
1607         (auto_load_objfile_script): New function.
1608
1609 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1610
1611         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1612         followed by a whitespace.
1613
1614 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1615
1616         PR gdb/14494.
1617         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1618         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1619         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1620         here.
1621
1622 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1623
1624         * memattr.c (create_mem_region): Fix memory region overlapping
1625         checking.
1626
1627 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1628
1629         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1630         with xmalloc/cleanup.
1631         * mt-tdep.c (mt_push_dummy_call): Likewise.
1632         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1633         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1634
1635 2012-08-24  Yao Qi  <yao@codesourcery.com>
1636
1637         * jv-exp.y (push_expression_name): Add "." at the end of error
1638         message.
1639
1640 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1641
1642         Document how to return from "python-interactive" to GDB.
1643         * python/python.c (_initialize_python): Update documentation.
1644
1645 2012-08-23  Pedro Alves  <palves@redhat.com>
1646
1647         * infrun.c (_initialize_infrun) <handle command help text>:
1648         Mention that multiple signals are supported.
1649
1650 2012-08-23  Pedro Alves  <palves@redhat.com>
1651
1652         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1653         string.
1654
1655 2012-08-23  Yao Qi  <yao@codesourcery.com>
1656
1657         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1658         (tfind_1): Don't call registers_changed, set_traceframe_num,
1659         and clear_traceframe_info.
1660         Call set_current_traceframe.
1661         (set_current_traceframe): call set_traceframe_num.
1662
1663 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1664
1665         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1666         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1667
1668 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1669
1670         Enable readline in Python in a GDB-specific way and block the
1671         standard Python readline module to prevent conflicts with GDB.
1672         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1673         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1674         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1675         * python/py-gdb-readline.c: New file.
1676         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1677         prototype.
1678         * python/python.c (_initialize_python): Call
1679         gdbpy_initialize_gdb_readline.
1680
1681 2012-08-22  Keith Seitz  <keiths@redhat.com>
1682
1683         * defs.h: Include build-gnulib/config.h
1684
1685 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
1686
1687         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1688         and blx pc.
1689
1690 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1691
1692         Add a new "python-interactive" command that starts a standard
1693         Python interactive prompt with "pi" as alias, and add "py" as
1694         an alias to "python".
1695         * NEWS: Mention the new commands.
1696         * python/python.c (eval_python_command): New function.
1697         (python_interactive_command): For "python-interactive" with
1698         arguments, call eval_python_command.  For "python-interactive"
1699         without arguments, call PyRun_InteractiveLoop.
1700         (_initialize_python): Add "python-interactive" command with
1701         "pi" as alias, and add "py" as an alias to "python".
1702
1703 2012-08-22  Tom Tromey  <tromey@redhat.com>
1704
1705         * defs.h (quit_flag): Don't declare.
1706         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1707         (QUIT): Use new functions.
1708         * event-top.c (command_handler): Use clear_quit_flag.
1709         (handle_sigint): Use set_quit_flag.
1710         (async_request_quit): Use check_quit_flag.  Don't check
1711         immediate_quit.
1712         * exceptions.c (throw_exception): Use clear_quit_flag.
1713         * main.c (captured_main): Use clear_quit_flag.
1714         * python/python.c (clear_quit_flag, set_quit_flag)
1715         (check_quit_flag): New functions.
1716         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1717         clear_quit_flag.
1718         * remote.c (remote_wait_as): Use check_quit_flag,
1719         clear_quit_flag.
1720         (remote_start_remote): Call QUIT.
1721         * symfile.c (load_progress): Use check_quit_flag.
1722         * top.c (command_loop): Use clear_quit_flag.
1723         (command_line_input): Call QUIT.
1724         * utils.c (quit_flag): Conditionally define.
1725         (clear_quit_flag, check_quit_flag, set_quit_flag): New
1726         functions.
1727         (prompt_for_continue): Call QUIT.  Use quit, not
1728         async_request_quit.
1729         * remote-mips.c (mips_expect_timeout): Call QUIT.
1730         * monitor.c (monitor_expect): Call QUIT.
1731
1732 2012-08-22  Tom Tromey  <tromey@redhat.com>
1733
1734         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1735         (async_init_signals): Update.
1736         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1737         (SIGWINCH_HANDLER_BODY): Remove.
1738
1739 2012-08-22  Tom Tromey  <tromey@redhat.com>
1740
1741         * jit.c (jit_object_close_impl): Don't malloc the objfile
1742         name.
1743         * objfiles.c (allocate_objfile): Don't malloc the objfile
1744         name.
1745         (free_objfile): Don't free the objfile name.
1746         * objfiles.h (struct objfile) <name>: Update comment.
1747         * symfile.c (reread_symbols): Fix reference counting.  Don't
1748         malloc objfile name.
1749
1750 2012-08-22  Tom Tromey  <tromey@redhat.com>
1751
1752         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1753         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1754         (symfile_bfd_open): Likewise.
1755         (generic_load): Likewise.
1756         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1757         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1758         gdb_bfd_open.
1759         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1760         Use gdb_bfd_open.
1761         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1762         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1763         (pmon_load_fast): Likewise.
1764         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1765         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1766         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1767         (macho_check_dsym): Likewise.
1768         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1769         (m32r_upload_command): Likewise.
1770         * gdb_bfd.h (gdb_bfd_cache): Declare.
1771         * gdb_bfd.c (struct gdb_bfd_data): New.
1772         (gdb_bfd_cache): New global.
1773         (struct gdb_bfd_cache_search): New.
1774         (hash_bfd): New function.
1775         (eq_bfd): Likewise.
1776         (gdb_bfd_open): Likewise.
1777         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1778         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
1779         gdb_bfd_data.
1780         * exec.c (exec_file_attach): Use gdb_bfd_open.
1781         * dsrec.c (load_srec): Use gdb_bfd_open.
1782
1783 2012-08-22  Tom Tromey  <tromey@redhat.com>
1784
1785         * dwarf2read.c (macro_start_file): Update.
1786         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1787         (free_objfile_per_bfd_storage): Destroy macro_cache.
1788         (allocate_objfile, free_objfile): Update.
1789         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1790         New field.
1791         (struct objfile) <macro_cache>: Remove.
1792         * symfile.c (reread_symbols): Update.
1793         * symmisc.c (print_symbol_bcache_statistics): Update.
1794         (print_objfile_statistics): Update.
1795
1796 2012-08-22  Tom Tromey  <tromey@redhat.com>
1797
1798         * elfread.c (elf_symtab_read): Update.
1799         * objfiles.c (objfiles_bfd_data): New global.
1800         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1801         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1802         (allocate_objfile, free_objfile): Update.
1803         (_initialize_objfiles): Initialize objfiles_bfd_data.
1804         * objfiles.h (struct objfile_per_bfd_storage): New.
1805         (struct objfile) <per_bfd>: New field.
1806         <filename_cache>: Remove.
1807         (set_objfile_per_bfd): Declare.
1808         * symfile.c (reread_symbols): Update.  Call
1809         set_objfile_per_bfd.
1810         (allocate_symtab): Update.
1811         * symmisc.c (print_symbol_bcache_statistics): Update.
1812         (print_objfile_statistics): Print the size of the BFD obstack.
1813
1814 2012-08-22  Tom Tromey  <tromey@redhat.com>
1815
1816         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
1817         * gdb_bfd.c: Use DEFINE_REGISTRY.
1818         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1819         (gdb_bfd_ref): Call bfd_alloc_data.
1820         (gdb_bfd_unref): Call bfd_free_data.
1821
1822 2012-08-22  Tom Tromey  <tromey@redhat.com>
1823
1824         * registry.h (struct registry_fields): New.
1825         (REGISTRY_FIELDS): Redefine.
1826         (REGISTRY_ACCESS_FIELD): New macro.
1827         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
1828         functions.
1829
1830 2012-08-22  Tom Tromey  <tromey@redhat.com>
1831
1832         * auto-load.c (_initialize_auto_load): Update.
1833         * solib-svr4.c (_initialize_svr4_solib): Update
1834         * solib-dsbt.c (_initialize_dsbt_solib): Update.
1835         * solib-darwin.c (_initialize_darwin_solib): Update.
1836         * registry.h: New file.
1837         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1838         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1839         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
1840         (register_program_space_data_with_cleanup)
1841         (register_program_space_data, program_space_alloc_data)
1842         (clear_program_space_data, set_program_space_data)
1843         (program_space_data): Don't declare.
1844         * progspace.c: Use DEFINE_REGISTRY.
1845         (struct program_space_data, struct
1846         program_space_data_registration, struct
1847         program_space_data_registry, program_space_data_registry)
1848         (register_program_space_data_with_cleanup)
1849         (register_program_space_data, program_space_alloc_data)
1850         (program_space_free_data, clear_program_space_data)
1851         (set_program_space_data, program_space_data): Remove.
1852         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
1853         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1854         (register_objfile_data_with_cleanup, register_objfile_data)
1855         (clear_objfile_data, set_objfile_data, objfile_data): Don't
1856         declare.
1857         * objfiles.c: Use DEFINE_REGISTRY.
1858         (struct objfile_data, struct objfile_data_registration, struct
1859         objfile_data_registry, objfile_data_registry)
1860         (register_objfile_data_with_cleanup, register_objfile_data)
1861         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1862         (set_objfile_data, objfile_data): Remove.
1863         (_initialize_objfiles): Update.
1864         * jit.c (_initialize_jit): Update.
1865         * inflow.c (_initialize_inflow): Update.
1866         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
1867         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1868         (register_inferior_data_with_cleanup, register_inferior_data)
1869         (clear_inferior_data, set_inferior_data, inferior_data): Don't
1870         declare.
1871         * inferior.c: Use DEFINE_REGISTRY.
1872         (struct inferior_data, struct inferior_data_registration, struct
1873         inferior_data_registry, inferior_data_registry)
1874         (register_inferior_data_with_cleanup, register_inferior_data)
1875         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
1876         (set_inferior_data, inferior_data): Remove.
1877         * auxv.c (_initialize_auxv): Update.
1878         * ada-lang.c (_initialize_ada_language): Update.
1879         * breakpoint.c (_initialize_breakpoint): Update.
1880         * i386-nat.c (i386_use_watchpoints): Update.
1881
1882 2012-08-22  Tom Tromey  <tromey@redhat.com>
1883
1884         * exec.c (exec_close, exec_file_attach): Update.
1885         (add_to_section_table): Initialize 'key' field.
1886         (add_target_sections, remove_target_sections): Add 'key' argument.
1887         * exec.h (add_target_sections, remove_target_sections): Add
1888         'key' argument.
1889         * solib.c (solib_map_sections, update_solib_list, clear_solib)
1890         (reload_shared_libraries_1): Update.
1891         * target.h (struct target_section) <key>: New field.
1892
1893 2012-08-22  Tom Tromey  <tromey@redhat.com>
1894
1895         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1896
1897 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1898
1899         * symfile.c (allocate_symtab): Use host_address_to_string
1900         function instead of cast of pointer to long which is not
1901         compatible with x86_64-w64-mingw32 build.
1902
1903 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1904
1905         * mips-tdep.c (is_octeon): New function.
1906         (is_octeon_bbit_op): New function.
1907         (mips32_next_pc): Handle Octeon's bbit instructions.
1908         (mips32_instruction_has_delay_slot): Likewise.
1909
1910 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1911
1912         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1913         before the function.
1914
1915 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1916
1917         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1918
1919 2012-08-19  Keith Seitz  <keiths@redhat.com>
1920
1921         PR c++/14365
1922         * c-typeprint.c (c_type_print_varspec_prefix): Pass
1923         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1924
1925 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
1926
1927         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1928         The typo broke "make TAGS".
1929
1930 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
1931
1932         GDB 7.5 released.
1933
1934 2012-08-17  Keith Seitz  <keiths@redhat.com>
1935
1936         PR c++/13356
1937         * gdbtypes.c (strict_type_checking): New variable.
1938         (show_strict_type_checking): New function.
1939         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1940         if strict type checking is disabled.
1941         (_initialize_gdbtypes): Add "check type" subcommand.
1942         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1943
1944 2012-08-17  Keith Seitz  <keiths@redhat.com>
1945
1946         * language.h (type_mode): Remove.
1947         (type_check): Remove.
1948         (struct language_defn): Remove la_type_check.
1949         (STRICT_TYPE): Remove unused macro.
1950         (type_error): Remove.
1951         * language.c (set_type_range_case): Renamed to ...
1952         (set_range_case): ... this.  Update all callers.
1953         Remove type_mode/type_check.
1954         (type_mode): Remove.
1955         (type_check): Remove.
1956         (show_type_command): Remove.
1957         (set_type_command): Remove.
1958         (language_info): Remove type checking output.
1959         (type_error): Remove unused function.
1960         (range_error): Update comment.
1961         (unknown_language_defn): Remove la_type_check.
1962         (auto_language_defn): Likewise.
1963         (local_language_defn): Likewise.
1964         (_initialize_language): Remove "check type" subcommand.
1965         * ada-lang.c (ada_language_defn): Remove la_type_check.
1966         * c-lang.c (c_language_defn): Likewise.
1967         (cplus_language_defn): Likewise.
1968         (asm_language_defn): Likewise.
1969         (minimal_language_defn): Likewise.
1970         * d-lang.c (d_language_defn): Likewise.
1971         * f-lang.c (f_language_defn): Likewise.
1972         * go-lang.c (go_language_defn): Likewise.
1973         * jv-lang.c (java_language_defn): Likewise.
1974         * m2-lang.c (m2_language_defn): Likewise.
1975         * objc-lang.c (objc_language_defn): Likewise.
1976         * opencl-lang.c (opencl_language_defn): Likewise.
1977         * p-lang.c (pascal_language_defn): Likewise.
1978
1979 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
1980
1981         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1982
1983 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1984
1985         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1986         New function.
1987         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1988         using the regache.  Use ia64_hpux_get_register_from_save_state_t
1989         to access the bsp and bspstore registers if not.
1990
1991 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1992
1993         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1994         * breakpoint.c (detach_breakpoints): Change pid parameter into
1995         a ptid.  Adjust code accordingly.
1996         * infrun.c (handle_inferior_event): Delete variable child_pid.
1997         Update call to detach_breakpoints to pass the child ptid for
1998         fork events.
1999         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2000         assert that inferior_ptid's lwp is zero.
2001         (linux_handle_extended_wait): Update call to detach_breakpoints.
2002         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2003         detach_breakpoints.
2004
2005 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2006
2007         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2008         parent, only call detach_breakpoints if tts.tts_event ==
2009         TTEVT_VFORK.
2010
2011 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2012
2013         * dwarf2-frame.c (dwarf2_frame_cache): Use
2014         get_frame_address_in_block instead of get_frame_pc as
2015         the bound for executing the frame's FDE.
2016
2017 2012-08-16  Yao Qi  <yao@codesourcery.com>
2018
2019         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2020         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2021         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2022         (c_type_print_varspec_suffix): Likewise.
2023         * eval.c (evaluate_subexp_standard): Likewise.
2024         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2025         (f_type_print_varspec_suffix): Likewise.
2026         * gdbtypes.c (is_scalar_type): Likewise.
2027         (recursive_dump_type): Likewise.
2028         * infcall.c (value_arg_coerce): Likewise.
2029         * m2-valprint.c (m2_val_print): Likewise.
2030         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2031         (pascal_type_print_varspec_suffix): Likewise.
2032         (pascal_type_print_base): Likewise.
2033         * p-valprint.c (pascal_val_print): Likewise.
2034         (pascal_val_print): Likewise.
2035         * valops.c (value_slice): Likewise.
2036         * valprint.c (scalar_type_p): Likewise.
2037         * valarith.c (value_bitstring_subscript): Remove.
2038         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2039         Remove comment on TYPE_CODE_BITSTRING.
2040
2041         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2042         TYPE_CODE_BITSTRING.
2043
2044         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2045         slot 0.
2046
2047 2012-08-16  Yao Qi  <yao@codesourcery.com>
2048
2049         * tracepoint.c (trace_find_none_command): Remove.
2050         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2051
2052 2012-08-16  Yao Qi  <yao@codesourcery.com>
2053
2054         * remote.c (handle_notification): Remove parameter 'length'.
2055         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2056
2057 2012-08-15  Keith Seitz  <keiths@redhat.com>
2058
2059         * gdbtypes.c (opaque_type_resolution): Make static.
2060         Add missing comment.
2061         (overload_debug): Add missing comment.
2062         (show_opaque_type_resolution): Likewise.
2063         (show_overload_debug): Likewise.
2064         (print_bit_vector): Remove unnecessary forward declaration.
2065         (print_arg_types): Likewise.
2066         (dump_fn_fieldlists): Likewise.
2067         (print_cplus_stuff): Likewise.
2068
2069 2012-08-15  Tom Tromey  <tromey@redhat.com>
2070
2071         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2072         (gdb_bfd_ref): Initialize new field.
2073         (gdb_bfd_unref): Unref the archive BFD.
2074         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2075         parent archive.
2076
2077 2012-08-15  Tom Tromey  <tromey@redhat.com>
2078
2079         PR python/14387:
2080         * python/py-bpevent.c (create_breakpoint_event_object): Update
2081         comment.
2082         * python/py-event.c (evpy_add_attribute): Update comment.
2083         * python/py-exitedevent.c (create_exited_event_object): Fix
2084         reference counting and error handling.
2085         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2086         Fix reference counting.
2087         * python/py-signalevent.c (create_signal_event_object): Fix
2088         reference counting and error handling.
2089         * python/py-stopevent.c (emit_stop_event): Fix reference
2090         counting.
2091         * python/py-threadevent.c (get_event_thread): Return a
2092         borrowed reference.
2093         * python/py-type.c (convert_field): Fix reference counting.
2094
2095 2012-08-15  Tom Tromey  <tromey@redhat.com>
2096
2097         * dwarf2read.c (dwarf_decode_macro_bytes)
2098         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2099         as hash key.
2100
2101 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2102
2103         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2104         stepi, nexti, finish, next, step, jump, and continue commands.
2105         * infrun.c (_initialize_infrun): Update help text for the handle
2106         command.
2107
2108 2012-08-14  Doug Evans  <dje@google.com>
2109
2110         * gdbtypes.c (struct extra): Delete, unused.
2111
2112         * gdbtypes.c: Whitespace cleanup.
2113         (address_space_name_to_int): Remove "extern" from definition.
2114         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2115
2116         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2117         TYPE_POINTER_TYPE (type).
2118
2119 2012-08-14  Gary Benson  <gbenson@redhat.com>
2120
2121         * solib-svr4.c (svr4_free_library_list): Use free_so.
2122
2123 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2124
2125         * .gitignore: Add go-exp.c.
2126
2127 2012-08-13  Doug Evans  <dje@google.com>
2128
2129         * value.c (show_convenience): Tweak comment.
2130         (_initialize_values): Mention convenience functions in the help text
2131         for "show convenience".
2132
2133 2012-08-13  Yao Qi  <yao@codesourcery.com>
2134
2135         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2136         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2137         TERNOP_SLICE_COUNT.
2138         * eval.c (evaluate_subexp_standard): Likewise.
2139         * expprint.c (print_subexp_standard): Likewise.
2140         (dump_subexp_body_standard): Likewise.
2141         * parse.c (operator_length_standard): Likewise.
2142
2143 2012-08-13  Yao Qi  <yao@codesourcery.com>
2144
2145         * std-operator.def: Remove OP_BITSTRING.
2146         * breakpoint.c (watchpoint_exp_is_const): Update.
2147         * eval.c (evaluate_subexp_standard): Remove handling to
2148         OP_BITSTRING.
2149         * expprint.c (print_subexp_standard): Likewise.
2150         (dump_subexp_body_standard): Likewise.
2151         * parse.c (operator_length_standard): Likewise.
2152         * valops.c (value_bitstring): Remove.
2153         * value.h: Remove the declaration of 'value_bitstring'.
2154
2155 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2156
2157         * linespec.c (find_methods): Remove unused variables `i1' and
2158         `name_len'.
2159         (decode_line_full): Likewise for `arg_start'.
2160
2161 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2162
2163         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2164         (zlib_decompress_section): Likewise for `section_data'.
2165         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2166
2167 2012-08-10  Doug Evans  <dje@google.com>
2168
2169         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2170         * NEWS: Document them.
2171         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2172         function/strfns.py.
2173         * python/py-type.c (typy_array_1): New function.
2174         (typy_array): Call it.
2175         (typy_vector): New function.
2176         (type_object_methods): Add "vector".
2177         * python/lib/gdb/function/__init__.py: New file.
2178         * python/lib/gdb/function/strfns.py: New file.
2179
2180 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2181
2182         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2183         for TYPE_FIELD_BITPOS.
2184         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2185
2186 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2187
2188         PR cli/10436:
2189         * common/vec.h (VEC_merge): Define.
2190         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2191         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2192         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2193         * completer.c: Include gdb_signals.h.
2194         (signal_completer): Define.
2195         * completer.h (signal_completer): Add prototype.
2196         * infcmd.c (_initialize_infcmd): Assign the command
2197         completer for "signal" to handle_completer.
2198         * infrun.c: Include completer.h.
2199         (handle_completer): Define.
2200         (_initialize_infrun): Declare a new local variable c.  Store the
2201         result of add_com("handle") to it.  Assign the command
2202         completer for "handle" to handle_completer.
2203
2204 2012-08-09  Yao Qi  <yao@codesourcery.com>
2205
2206         * cli/cli-decode.c (set_cmd_prefix): New.
2207         (lookup_cmd_for_prefixlist): New.
2208         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2209         of each cmd_list_element in *prefixlist.
2210         (add_setshow_cmd_full): set_cmd_prefix.
2211         (add_alias_cmd): Likewise.
2212         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2213         Declare 'auto_boolean_enums'.
2214         * cli/cli-setshow.c: Include "observer.h".
2215         (notify_command_param_changed_p): New.
2216         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2217         Remove 'static'.
2218         (do_setshow_command): Split it to ...
2219         (do_set_command, do_show_command): ... them.  New.
2220         (do_set_command): Call observer_notify_command_param_changed if
2221         notify_command_param_changed_p returns true.
2222         (cmd_show_list): Caller update.
2223         * auto-load.c (set_auto_load_cmd): Likewise.
2224         * remote.c (show_remote_cmd): Likewise.
2225         * cli/cli-setshow.h: Update declarations.
2226         * top.c (execute_command): Call do_set_command and do_show_command.
2227
2228         * NEWS: Mention new MI notification.
2229         * mi/mi-interp.c: Declare mi_command_param_changed.
2230         (mi_interpreter_init): Attach mi_command_param_changed to
2231         observer command_param_changed.
2232         (mi_command_param_changed): New.
2233         Remove mi_suppress_breakpoint_notifications.
2234         Define global variable mi_suppress_notification.
2235         (mi_breakpoint_created): Update.
2236         (mi_breakpoint_deleted): Likewise.
2237         (mi_breakpoint_modified): Likewise.
2238         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2239         'gdb-set' and set mi_suppress_notification.
2240         * mi/mi-main.h: (mi_suppress_notification): New struct.
2241
2242 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2243             Jan Kratochvil  <jan.kratochvil@redhat.com>
2244
2245         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2246
2247 2012-08-09  Yao Qi  <yao@codesourcery.com>
2248
2249         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2250         (skiplist): Move it to skip.c.
2251         (init_cmd_lists): Remove code setting enablebreaklist and
2252         skiplist to NULL.
2253         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2254         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2255         skiplist.
2256         * gdbcmd.h: Likewise.
2257         * skip.c (_initialize_step_skip): Move 'skiplist' from
2258         cli/cli-cmds.c.
2259
2260 2012-08-09  Yao Qi  <yao@codesourcery.com>
2261
2262         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2263         * gnu-nat.c, symfile.c: Likewise.
2264
2265 2012-08-08  Aaron Gamble  <agamble@google.com>
2266
2267         * utils.c (prompt_for_continue_wait_time): New static global.
2268         (make_command_stats_cleanup): Initialize it.
2269         (report_command_stats): Subtract time waiting for user.
2270         (prompt_for_continue): Track time waiting for user.
2271         (defaulted_query): Track time waiting for user.
2272
2273 2012-08-08  Doug Evans  <dje@google.com>
2274
2275         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2276         UNOP_MEMVAL_TYPE.
2277         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2278         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2279         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2280         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2281         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2282         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2283         elt.
2284         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2285         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2286         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2287         (dump_prefix_expression): Handle OP_TYPE.
2288
2289 2012-08-08  Keith Seitz  <keiths@redhat.com>
2290
2291         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2292         addr_start.
2293
2294 2012-08-08  Doug Evans  <dje@google.com>
2295
2296         * linux-thread-db.c: #include "gdb_vecs.h".
2297         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2298         updated.
2299         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2300         (thread_db_load_search): Use a vector to iterate over path elements.
2301         Handle text appearing after "$pdir".
2302
2303         * gdb_string.h: Moved to ...
2304         * common/gdb_string.h: ... here.
2305         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2306         gdb_string.h and gdb_assert.h.
2307
2308 2012-08-08  Yao Qi  <yao@codesourcery.com>
2309
2310         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2311         (tic6x_value_to_register): Likewise.
2312         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2313         and set_gdbarch_value_to_register.
2314
2315 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2316             Jean-Marc Saffroy  <saffroy@gmail.com>
2317
2318         PR 11804
2319         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2320         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2321         * gcore.c (gcore_create_callback): New function comment.  Add modified
2322         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2323         according to MODIFIED.
2324         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2325         the passed modified value to FUNC.
2326         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2327         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2328         first.  New variables modified and has_anonymous.  Parse the lines of
2329         smaps file.  Add the passed MODIFIED value to FUNC.
2330         * procfs.c (find_memory_regions_callback): Add the passed modified
2331         value.
2332
2333 2012-08-06  Tom Tromey  <tromey@redhat.com>
2334
2335         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2336         (dwarf2_frame_cache): Use it.
2337         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2338         cache initialization constraint.
2339
2340 2012-08-06  Tom Tromey  <tromey@redhat.com>
2341
2342         PR python/14386:
2343         * varobj.c (update_dynamic_varobj_children): Don't call
2344         PyIter_Check.
2345
2346 2012-08-06  Tom Tromey  <tromey@redhat.com>
2347
2348         PR cli/14392:
2349         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2350
2351 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2352
2353         * NEWS: New entry for 'cd' default parameters.
2354         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2355
2356 2012-08-03  Tom Tromey  <tromey@redhat.com>
2357
2358         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2359         return.
2360
2361 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2362
2363         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2364         to attempting lseek/write.
2365         (inf_child_fileio_pread): Likewise for pread.
2366
2367 2012-08-02  Yao Qi  <yao@codesourcery.com>
2368
2369         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2370         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2371         add_setshow_zinteger_cmd.
2372         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2373         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2374         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2375         instead of add_setshow_zinteger_cmd.
2376         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2377         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2378         instead of add_setshow_zinteger_cmd.
2379         * frame.c (frame_debug): Add 'unsigned'.
2380         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2381         add_setshow_zinteger_cmd.
2382         * frame.h: Update the declaration of 'frame_debug'.
2383         * gdbtypes.c (overload_debug): Add 'unsigned'.
2384         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2385         add_setshow_zinteger_cmd.
2386         * inferior.h: Update declaration of 'debug_infrun'.
2387         * infrun.c (debug_infrun): Add 'unsigned'.
2388         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2389         add_setshow_zinteger_cmd.
2390         * jit.c (jit_debug): Add 'unsigned'.
2391         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2392         add_setshow_zinteger_cmd.
2393         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2394         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2395         instead of add_setshow_zinteger_cmd.
2396         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2397         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2398         add_setshow_zinteger_cmd.
2399         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2400         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2401         instead of add_setshow_zinteger_cmd.
2402         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2403         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2404         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2405         intead of add_setshow_zinteger_cmd.
2406         * mips-tdep.c (mips_debug): Add 'unsigned'.
2407         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2408         instead of add_setshow_zinteger_cmd.
2409         * monitor.c (monitor_debug): Add 'unsigned'.
2410         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2411         add_setshow_zinteger_cmd.
2412         * observer.c (observer_debug): Add 'unsigned'.
2413         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2414         add_setshow_zinteger_cmd.
2415         * parse.c (expressiondebug): Add 'unsigned'.
2416         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2417         add_setshow_zinteger_cmd.
2418         * record.c (record_debug): Add 'unsigned'.
2419         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2420         add_setshow_zinteger_cmd.
2421         * record.h: Update the declaration of 'record_debug'.
2422         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2423         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2424         add_setshow_zinteger_cmd.
2425         * serial.c (global_serial_debug_p): Add 'unsigned'.
2426         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2427         add_setshow_zinteger_cmd.
2428         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2429         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2430         add_setshow_zinteger_cmd.
2431         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2432         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2433         add_setshow_zinteger_cmd.
2434         * target.c (targetdebug): Add 'unsigned'.
2435         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2436         add_setshow_zinteger_cmd.
2437         * valops.c (overload_debug): Add 'unsigned'.
2438         * varobj.c (varobjdebug): Add 'unsigned'.
2439         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2440         add_setshow_zinteger_cmd.
2441         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2442         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2443         instead of add_setshow_zinteger_cmd.
2444
2445         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2446         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2447         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2448         instead of add_setshow_zinteger_cmd.
2449         * gdbarch.c, gdbarch.h: Re-generated.
2450
2451 2012-08-02  Yao Qi  <yao@codesourcery.com>
2452
2453         * nto-tdep.c: Don't include cli/cli-decode.h and
2454         cli/cli-cmds.h.
2455         (_initialize_nto_tdep): Remove.
2456         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2457         Remove field.
2458         Remove macro nto_internal_debugging.
2459
2460 2012-08-01  Richard Henderson  <rth@redhat.com>
2461
2462         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2463         (mep-*-*) [gdb_target_obs]: Likewise.
2464
2465 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2466
2467         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2468         linux_get_siginfo_type.
2469
2470 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2471
2472         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2473         AT_ENTRY_POINT.
2474         (call_function_by_hand) <ON_STACK>: Call write_memory with
2475         gdbarch_breakpoint_from_pc, if possible.
2476         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2477         here.
2478
2479 2012-07-31  Yao Qi  <yao@codesourcery.com>
2480
2481         * tracepoint.c: Add 'static' for some variables.
2482
2483 2012-07-31  Yao Qi  <yao@codesourcery.com>
2484
2485         * go32-nat.c: Declare _initialize_go32_nat.
2486         * ser-go32.c: Declare _initialize_ser_dos.
2487         * top.c (do_chdir_cleanup): Add 'static'.
2488
2489 2012-07-30  Keith Seitz  <keiths@redhat.com>
2490
2491         * linespec.c (linespec_lex_number): A number followed
2492         by quotes is a valid number, too.
2493
2494 2012-07-30  Tom Tromey  <tromey@redhat.com>
2495
2496         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2497
2498 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2499
2500         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2501         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2502
2503 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2504
2505         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2506         invalid or reevaluated to prevent prevent references to possibly
2507         delete'd type objects being left in the varobj.
2508
2509 2012-07-27  Tom Tromey  <tromey@redhat.com>
2510             Jan Kratochvil  <jan.kratochvil@redhat.com>
2511
2512         * copying.awk: Print buffer-read-only and vi ro markers.
2513         * copying.c: Rebuild.
2514         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2515         * gdbarch.c, gdbarch.h: Rebuild.
2516         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2517         buffer-read-only and vi ro markers.
2518         * features/arm-with-iwmmxt.c: Rebuild.
2519         * features/arm-with-m-fpa-layout.c: Rebuild.
2520         * features/arm-with-m-vfp-d16.c: Rebuild.
2521         * features/arm-with-m.c: Rebuild.
2522         * features/arm-with-neon.c: Rebuild.
2523         * features/arm-with-vfpv2.c: Rebuild.
2524         * features/arm-with-vfpv3.c: Rebuild.
2525         * features/i386/amd64-avx-linux.c: Rebuild.
2526         * features/i386/amd64-avx.c: Rebuild.
2527         * features/i386/amd64-linux.c: Rebuild.
2528         * features/i386/amd64.c: Rebuild.
2529         * features/i386/i386-avx-linux.c: Rebuild.
2530         * features/i386/i386-avx.c: Rebuild.
2531         * features/i386/i386-linux.c: Rebuild.
2532         * features/i386/i386-mmx-linux.c: Rebuild.
2533         * features/i386/i386-mmx.c: Rebuild.
2534         * features/i386/i386.c: Rebuild.
2535         * features/i386/x32-avx-linux.c: Rebuild.
2536         * features/i386/x32-avx.c: Rebuild.
2537         * features/i386/x32-linux.c: Rebuild.
2538         * features/i386/x32.c: Rebuild.
2539         * features/mips-dsp-linux.c: Rebuild.
2540         * features/mips-linux.c: Rebuild.
2541         * features/mips64-dsp-linux.c: Rebuild.
2542         * features/mips64-linux.c: Rebuild.
2543         * features/rs6000/powerpc-32.c: Rebuild.
2544         * features/rs6000/powerpc-32l.c: Rebuild.
2545         * features/rs6000/powerpc-403.c: Rebuild.
2546         * features/rs6000/powerpc-403gc.c: Rebuild.
2547         * features/rs6000/powerpc-405.c: Rebuild.
2548         * features/rs6000/powerpc-505.c: Rebuild.
2549         * features/rs6000/powerpc-601.c: Rebuild.
2550         * features/rs6000/powerpc-602.c: Rebuild.
2551         * features/rs6000/powerpc-603.c: Rebuild.
2552         * features/rs6000/powerpc-604.c: Rebuild.
2553         * features/rs6000/powerpc-64.c: Rebuild.
2554         * features/rs6000/powerpc-64l.c: Rebuild.
2555         * features/rs6000/powerpc-7400.c: Rebuild.
2556         * features/rs6000/powerpc-750.c: Rebuild.
2557         * features/rs6000/powerpc-860.c: Rebuild.
2558         * features/rs6000/powerpc-altivec32.c: Rebuild.
2559         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2560         * features/rs6000/powerpc-altivec64.c: Rebuild.
2561         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2562         * features/rs6000/powerpc-cell32l.c: Rebuild.
2563         * features/rs6000/powerpc-cell64l.c: Rebuild.
2564         * features/rs6000/powerpc-e500.c: Rebuild.
2565         * features/rs6000/powerpc-e500l.c: Rebuild.
2566         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2567         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2568         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2569         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2570         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2571         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2572         * features/rs6000/powerpc-vsx32.c: Rebuild.
2573         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2574         * features/rs6000/powerpc-vsx64.c: Rebuild.
2575         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2576         * features/rs6000/rs6000.c: Rebuild.
2577         * features/s390-linux32.c: Rebuild.
2578         * features/s390-linux32v1.c: Rebuild.
2579         * features/s390-linux32v2.c: Rebuild.
2580         * features/s390-linux64.c: Rebuild.
2581         * features/s390-linux64v1.c: Rebuild.
2582         * features/s390-linux64v2.c: Rebuild.
2583         * features/s390x-linux64.c: Rebuild.
2584         * features/s390x-linux64v1.c: Rebuild.
2585         * features/s390x-linux64v2.c: Rebuild.
2586         * features/tic6x-c62x-linux.c: Rebuild.
2587         * features/tic6x-c62x.c: Rebuild.
2588         * features/tic6x-c64x-linux.c: Rebuild.
2589         * features/tic6x-c64x.c: Rebuild.
2590         * features/tic6x-c64xp-linux.c: Rebuild.
2591         * features/tic6x-c64xp.c: Rebuild.
2592
2593 2012-07-27  Tom Tromey  <tromey@redhat.com>
2594
2595         * c-exp.y (classify_name): Avoid assignment in condition.
2596
2597 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2598
2599         * amd64-windows-tdep.c: Include "frame.h".
2600         (amd64_windows_skip_trampoline_code): New function.
2601         (amd64_windows_init_abi): Add trampoline registration.
2602
2603 2012-07-27  Yao Qi  <yao@codesourcery.com>
2604
2605         * tracepoint.c (cur_traceframe_number): Remove.
2606         (set_tfile_traceframe): Remove.
2607         (tfile_trace_find, tfile_fetch_registers): Update callers.
2608         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2609         (tfile_open, tfile_trace_find): Likewise.
2610
2611 2012-07-27  Yao Qi  <yao@codesourcery.com>
2612
2613         * thread.c (switch_to_thread): Don't call registers_changed.
2614
2615 2012-07-26  Tom Tromey  <tromey@redhat.com>
2616
2617         * Makefile.in (SFILES): Remove objc-exp.y.
2618         (YYFILES): Remove objc-exp.c.
2619         (YYOBJ): Remove objc-exp.o.
2620         (local-maintainer-clean): Don't mention objc-exp.c.
2621         * c-exp.y: Include objc-lang.h.
2622         (%union) <class>: New field.
2623         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2624         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2625         Objective C productions.
2626         (msglist, msgarglist, msgarg): New productions.
2627         (array_mod, func_mod, operator): Clone productions for
2628         OBJC_LBRAC.
2629         (parse_string_or_char): Handle '@' strings.
2630         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2631         (classify_name): Check la_name_of_this.  Recognize ObjC class
2632         names.
2633         * objc-exp.y: Remove.
2634         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2635         * objc-lang.h (objc_parse, objc_error): Don't declare.
2636
2637 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2638
2639         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2640
2641 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2642
2643         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2644         and decrement.
2645
2646 2012-07-26  Tom Tromey  <tromey@redhat.com>
2647
2648         * copying.c: Rebuild.
2649         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2650         'no_class'.
2651
2652 2012-07-26  Tom Tromey  <tromey@redhat.com>
2653
2654         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2655         immediate_quit.
2656         (print_objfile_statistics): Likewise.
2657         (maintenance_print_symbols): Likewise.
2658         (maintenance_print_msymbols): Likewise.
2659         (maintenance_print_objfiles): Likewise.
2660         * psymtab.c (print_partial_symbols): Call QUIT.
2661         (maintenance_print_psymbols): Likewise.  Don't modify
2662         immediate_quit.
2663         * copying.c (show_copying_command): Don't modify immediate_quit.
2664         (show_warranty_command): Likewise.
2665         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2666
2667 2012-07-26  Keith Seitz  <keiths@redhat.com>
2668
2669         * linespec.c (linespec_lexer_lex_number): The input
2670         is also a valid number if the next character is a comma
2671         or colon.
2672
2673 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
2674
2675         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2676         configure options.
2677
2678 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2679
2680         * machoread.c: Include gdb_bfd.h.
2681
2682 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2683
2684         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2685         offset.
2686
2687 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2688
2689         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2690         SIZE to size_t.
2691         (dwarf2_evaluate_loc_desc): Likewise.
2692         (dwarf2_loc_desc_needs_frame): Likewise.
2693         (locexpr_describe_location_1): Likewise.
2694         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2695         size_t.
2696         (struct dwarf2_loclist_baton): Likewise.
2697         * dwarf2read.c (struct dwarf_block): Likewise.
2698         (dump_die_shallow): Use pulongest to print dwarf_block.size.
2699         (decode_locdesc): Expand SIZE and I to size_t.
2700
2701 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2702
2703         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2704
2705 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2706
2707         * doublest.c (convert_doublest_to_floatformat): If the exponent
2708         is too small, treat the value as zero.  If the exponent is too
2709         large, treat the value as infinity.
2710
2711 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2712
2713         * configure.ac: Add --enable-lmcheck configure option.
2714         * configure: Regenerate.
2715
2716 2012-07-25  Tom Tromey  <tromey@redhat.com>
2717
2718         * NEWS: Mention maint info bfds.
2719         * gdb_bfd.c (all_bfds): New global.
2720         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2721         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2722         New functions.
2723
2724 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
2725
2726         * configure.tgt: Add v850*-*-rtems*.
2727
2728 2012-07-25  Tom Tromey  <tromey@redhat.com>
2729
2730         * macrotab.c (macro_bcache_str): Remove cast.
2731
2732 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
2733
2734         * linespec.c (linespec_lexer_lex_number): Update comments,
2735         change the return and add check to make sure the input is
2736         the decimal numbers.
2737         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2738         false, call linespec_lexer_lex_string.
2739
2740 2012-07-24  Tom Tromey  <tromey@redhat.com>
2741
2742         * symfile.c (symbol_file_add): Don't open BFD twice.
2743
2744 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
2745
2746         * breakpoint.c (create_breakpoint): Store condition for pending
2747         breakpoints.
2748
2749 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2750
2751         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2752         (m68k_return_value): Handle complex types like structures.
2753         (m68k_svr4_return_value): Likewise.
2754
2755 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2756
2757         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2758         parameters to bfd_get_section_name.
2759
2760 2012-07-24  Yao Qi  <yao@codesourcery.com>
2761
2762         * cli/cli-setshow.c: Handle case 'var_uinteger'
2763         and 'var_zuninteger' together.  Handle case 'var_integer' and
2764         'var_zinteger' together.
2765
2766 2012-07-23  Keith Seitz  <keiths@redhat.com>
2767
2768         * linespec.c (convert_linespec_to_sal): Don't add
2769         any symbols to the result vector if symbol_to_sal
2770         returns zero.
2771
2772 2012-07-23  Keith Seitz  <keiths@redhat.com>
2773
2774         * linespec.c (decode_objc): Record the function name
2775         in the linespec.
2776
2777 2012-07-23  Tom Tromey  <tromey@redhat.com>
2778
2779         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
2780         counting.
2781         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2782         (map_vmap): Acquire a reference to the BFD.
2783
2784 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
2785
2786         * p-valprint.c (pascal_object_print_value): Replace potentially
2787         unsafe alloca with xmalloc/xfree.
2788         * valops.c (search_struct_method): Likewise.
2789
2790 2012-07-23  Tom Tromey  <tromey@redhat.com>
2791
2792         * solib-svr4.c (enable_break): Update.
2793         * bfd-target.h (target_bfd_reopen): Update documentation.
2794
2795 2012-07-23  Tom Tromey  <tromey@redhat.com>
2796
2797         * symfile.c (separate_debug_file_exists): Update.
2798         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2799         (reread_symbols): Update.
2800         * elfread.c (build_id_verify): Update.
2801         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2802         bfd_open_maybe_remote.
2803
2804 2012-07-23  Tom Tromey  <tromey@redhat.com>
2805
2806         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2807
2808 2012-07-23  Tom Tromey  <tromey@redhat.com>
2809
2810         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2811         and 'abfd'.
2812         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2813         and 'abfd'.
2814         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2815         * machoread.c (macho_add_oso_symfile): Make a cleanup for
2816         'abfd'.
2817         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2818         * objfiles.c (allocate_objfile): Acquire a new reference.
2819         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2820         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2821         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2822         a cleanup for 'nbfd'.
2823         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2824         for 'nbfd'.
2825         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2826         make a cleanup for 'abfd'.
2827         (symbol_file_add): Make a BFD cleanup.
2828
2829 2012-07-23  Tom Tromey  <tromey@redhat.com>
2830
2831         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2832         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2833         * corelow.c (core_open): Use gdb_bfd_fopen.
2834         * dsrec.c (load_srec): Use gdb_bfd_openr.
2835         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2836         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2837         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2838         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2839         (gdb_bfd_fdopenr): New functions.
2840         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2841         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2842         (gdb_bfd_fdopenr): Declare.
2843         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2844         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2845         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2846         gdb_bfd_openr_next_archived_file.
2847         (macho_check_dsym): Use gdb_bfd_openr.
2848         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2849         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2850         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2851         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2852         gdb_bfd_openr.
2853         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2854         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2855         gdb_bfd_openr_next_archived_file.
2856         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2857         Use gdb_bfd_openr.
2858         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2859         gdb_bfd_openr.
2860         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2861         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2862         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2863         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2864         (symfile_bfd_open): Use gdb_bfd_fopen.
2865         (generic_load): Use gdb_bfd_openr.
2866         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2867
2868 2012-07-23  Tom Tromey  <tromey@redhat.com>
2869
2870         * bfd-target.c (target_bfd_reopen): Update.
2871         * cli/cli-dump.c (bfd_openr_with_cleanup)
2872         (bfd_openw_with_cleanup): Update.
2873         * corelow.c (core_open): Update.
2874         * dsrec.c (load_srec): Update.
2875         * exec.c (exec_file_attach): Update.
2876         * gcore.c (create_gcore_bfd): Update.
2877         * gdb_bfd.c (gdb_bfd_ref): Return void.
2878         (gdb_bfd_open): Update.
2879         * gdb_bfd.h (gdb_bfd_ref): Return void.
2880         Update comments.
2881         * jit.c (jit_bfd_try_read_symtab): Update.
2882         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2883         * machoread.c (macho_symfile_read_all_oso): Update.
2884         (macho_check_dsym): Update.
2885         * procfs.c (insert_dbx_link_bpt_in_file): Update.
2886         * remote-m32r-sdi.c (m32r_load): Update.
2887         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2888         * rs6000-nat.c (add_vmap): Update.
2889         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2890         Update.
2891         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2892         * solib-spu.c (spu_bfd_open): Update.
2893         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2894         * spu-linux-nat.c (spu_bfd_open): Update.
2895         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2896         (generic_load): Update.
2897         * windows-nat.c (windows_make_so): Update.
2898
2899 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2900
2901         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2902
2903 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
2904
2905         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2906         SIGTRAMP_FRAME unwinding.
2907
2908 2012-07-20  Doug Evans  <dje@google.com>
2909
2910         * NEWS: Document new options "set/show use-deprecated-index-sections",
2911         and delete reference to --use-deprecated-index-sections.
2912         * symfile.h (use_deprecated_index_sections): Delete.
2913         * dwarf2read.c (use_deprecated_index_sections): Make static.
2914         (read_index_from_section): Update wording of how to load
2915         deprecated index sections.
2916         (_initialize_dwarf2_read): New options
2917         "set/show use-deprecated-index-sections".
2918         * main.c (captured_main): Delete --use-deprecated-index-sections.
2919
2920 2012-07-20  Pedro Alves  <palves@redhat.com>
2921
2922         PR threads/11692
2923         PR gdb/12203
2924
2925         * infrun.c (handle_inferior_event) <new thread>: Don't special
2926         case minus_one_ptid.
2927         <TARGET_WAITKIND_SPURIOUS>: Ditto.
2928         * linux-thread-db.c (thread_get_info_callback): Don't return early
2929         if the thread is zombie.
2930         (thread_from_lwp): Change return type to void.  Rewrite stale
2931         comment.
2932         (attach_thread): Don't return early if the thread is zombie,
2933         instead set its "dying" flag.
2934         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2935         (find_new_threads_callback): Don't return early if the thread is
2936         zombie.
2937
2938 2012-07-20  Pedro Alves  <palves@redhat.com>
2939
2940         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2941         * target.c (target_wait): Likewise.
2942         (str_comma_list_concat_elem, do_option, target_options_to_string):
2943         New functions.
2944         * target.h (target_options_to_string): Declare.
2945
2946 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
2947             Tom Tromey  <tromey@redhat.com>
2948
2949         * dwarf2read.c (dwarf_decode_macros)
2950         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2951         DW_MACRO_GNU_transparent_include_alt>: New cases.
2952         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2953         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2954
2955 2012-07-20  Tom Tromey  <tromey@redhat.com>
2956
2957         * dwarf2read.c (try_open_dwo_file): Don't call
2958         gdb_bfd_stash_filename.
2959
2960 2012-07-20  Pedro Alves  <palves@redhat.com>
2961
2962         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2963         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2964         (i386_process_record): Tweak description comments.
2965
2966 2012-07-20  Pedro Alves  <palves@redhat.com>
2967
2968         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2969         (i386_process_record): Use record_read_memory.
2970         * record.c (record_read_memory): New function.
2971         (record_arch_list_add_mem, record_exec_insn): Use
2972         record_read_memory.
2973         * record.h (record_read_memory): Declare.
2974
2975 2012-07-20  Yao Qi  <yao@codesourcery.com>
2976
2977         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2978         NULL for xfree.
2979
2980 2012-07-19  Pedro Alves  <palves@redhat.com>
2981
2982         * record.c (record_resume): Ask the target beneath to report all
2983         signals.
2984
2985 2012-07-19  Doug Evans  <dje@google.com>
2986
2987         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2988         there's no section at address zero.
2989         (dwarf2_record_block_ranges): Ditto.
2990
2991 2012-07-19  Yao Qi  <yao@codesourcery.com>
2992
2993         * command.h, remote.c: Fix a typo in comment.
2994
2995 2012-07-19  Tom Tromey  <tromey@redhat.com>
2996
2997         PR exp/13206:
2998         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2999         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3000         OP_DECLTYPE>: New cases.
3001         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3002         (type_exp): Add new productions.
3003         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3004         and decltype.
3005         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3006         New case.
3007         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3008         OP_DECLTYPE>: New case.
3009         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3010         New case.
3011         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3012         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3013
3014 2012-07-19  Tom Tromey  <tromey@redhat.com>
3015
3016         * c-exp.y (enum token_flags): New.
3017         (struct token) <cxx_only>: Remove.
3018         <flags>: New field.
3019         (tokentab3, tokentab2, ident_tokens): Update.
3020         (lex_one_token): Update.  Handle FLAG_SHADOW.
3021
3022 2012-07-19  Tom Tromey  <tromey@redhat.com>
3023
3024         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3025         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3026         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3027         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3028         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3029         type_exp production where appropriate.
3030         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3031         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3032         <UNOP_MEMVAL_TYPE>: New case.
3033         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3034         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3035         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3036         <UNOP_MEMVAL_TYPE>: New case.
3037         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3038         UNOP_REINTERPRET_CAST>: Update.
3039         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3040         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3041         UNOP_REINTERPRET_CAST>: Update.
3042         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3043         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3044         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3045         constants.
3046
3047 2012-07-19  Yao Qi  <yao@codesourcery.com>
3048             Jan Kratochvil <jan.kratochvil@redhat.com>
3049
3050         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3051         and case 'var_optional_filename' together.
3052         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3053         instead of add_setshow_optional_filename_cmd for setshow command
3054         'args'.  Set completer for 'set args'.
3055
3056 2012-07-18  Doug Evans  <dje@google.com>
3057
3058         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3059         * common/gdb_vecs.c: New file, contents from utils.c.
3060         * common/host-defs.h: New file, contents from defs.h.
3061         * utils.h: New file, contents from defs.h.
3062         * defs.h: Move all declarations of objects defined in utils.c
3063         to utils.h (except QUIT() and related).
3064         #include "utils.h", "host-defs.h".
3065         * probe.h (probe_p): Move here from gdb_vecs.h.
3066         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3067         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3068         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3069         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3070         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3071         (COMMON_OBS): Add gdb_vecs.o.
3072         (gdb_vecs.o): New rule.
3073
3074 2012-07-18  Keith Seitz  <keiths@redhat.com>
3075
3076         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3077         parameter.  If non-zero, use SYMNAME as the canonical name
3078         for the SaL.
3079         Update all callers.
3080         (convert_linespec_to_sals): Use add_sal_to_sals for
3081         expressions, too.
3082         (decode_line_full): No need to "fill in missing canonical names"
3083         anymore. Simply make cleanups for the allocated names.
3084
3085 2012-07-18  Keith Seitz  <keiths@redhat.com>
3086
3087         * linespec.c (struct linespec): Constify expression,
3088         source_filename, function_name, and label_name.
3089         (symbol_not_found_error): Make all parameters const.
3090         (linespec_parser_delete): No need to check for NULL
3091         when using xfree. Cast const char * to char * for xfree.
3092
3093 2012-07-18  Keith Seitz  <keiths@redhat.com>
3094
3095         * breakpoint.c (invalid_thread_id_error): New function.
3096         (find_condition_and_thread): Use invalid_thread_id_error.
3097         (watch_command_1): Likewise.
3098
3099 2012-07-18  Tom Tromey  <tromey@redhat.com>
3100
3101         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3102         * contrib/cc-with-tweaks.sh: New file.
3103
3104 2012-07-18  Tom Tromey  <tromey@redhat.com>
3105
3106         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3107         (locate_dwz_sections): Recognize .gdb_index.
3108         (create_cus_from_index_list): New function.
3109         (create_cus_from_index): Use it.  Handle .dwz data.
3110         (read_index_from_section): New function, extracted from
3111         dwarf2_read_index.
3112         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3113         if needed.
3114
3115 2012-07-18  Tom Tromey  <tromey@redhat.com>
3116
3117         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3118         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3119         <is_dwz>: New field.
3120         (struct dwz_file): New.
3121         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3122         (locate_dwz_sections, dwarf2_get_dwz_file)
3123         (get_abbrev_section_for_cu): New functions.
3124         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3125         (read_and_check_type_unit_head): Add abbrev_section argument.
3126         (create_debug_types_hash_table): Update.
3127         (init_cutu_and_read_dies): Use proper abbrev section.
3128         (init_cutu_and_read_dies_no_follow): Likewise.
3129         (set_partial_user): Do nothing if PST==NULL.
3130         (read_comp_units_from_section): New function.
3131         (create_all_comp_units): Use it.
3132         (scan_partial_symbols, partial_die_parent_scope): Update.
3133         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3134         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3135         (find_partial_die): Add offset_in_dwz argument.  Update.
3136         (guess_partial_die_structure_name, fixup_partial_die): Update.
3137         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3138         DW_FORM_GNU_strp_alt.
3139         (read_indirect_string_from_dwz): New function.
3140         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3141         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3142         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3143         (follow_die_offset): Add offset_in_dwz argument.
3144         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3145         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3146         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3147         Handle new macro forms.
3148         (dwarf_decode_macros): Update.
3149         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3150         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3151         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3152         (create_debug_types_hash_table): Use correct abbrev section.
3153         (get_debug_line_section): New function.
3154         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3155         (process_full_comp_unit): Pass 'required' argument to
3156         end_symtab_get_static_block.
3157         * buildsym.h (end_symtab_get_static_block): Update.
3158         * buildsym.c (end_symtab_get_static_block): Add 'required'
3159         argument.
3160         (end_symtab, end_expandable_symtab): Update.
3161
3162 2012-07-18  Tom Tromey  <tromey@redhat.com>
3163
3164         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3165         (pagesize): Remove.
3166         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3167         (zlib_decompress_section): Remove.
3168         (dwarf2_read_section): Use gdb_bfd_map_section.
3169         (munmap_section_buffer): Remove.
3170         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3171         munmap_section_buffer.
3172         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3173         (struct gdb_bfd_section_data): New.
3174         (free_one_bfd_section): New function.
3175         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3176         (get_section_descriptor, zlib_decompress_section)
3177         (gdb_bfd_map_section): New functions.
3178         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3179
3180 2012-07-18  Tom Tromey  <tromey@redhat.com>
3181
3182         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3183
3184 2012-07-18  Tom Tromey  <tromey@redhat.com>
3185
3186         * gdb_bfd.c (struct gdb_bfd_data): New.
3187         (gdb_bfd_cache): New global.
3188         (struct gdb_bfd_cache_search): New.
3189         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3190         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3191         * gdb_bfd.h (gdb_bfd_open): Declare.
3192
3193 2012-07-18  Tom Tromey  <tromey@redhat.com>
3194
3195         * utils.c (make_cleanup_bfd_unref): Rename from
3196         make_cleanup_bfd_close.
3197         * defs.h (make_cleanup_bfd_unref): Rename from
3198         make_cleanup_bfd_close.
3199         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3200         (bfd_openw_with_cleanup): Update.
3201         * corelow.c (core_open): Update.
3202         * dsrec.c (load_srec): Update.
3203         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3204         * remote-m32r-sdi.c (m32r_load): Update.
3205         * remote-mips.c (mips_load_srec): Update.
3206         (pmon_load_fast): Update.
3207         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3208         Update.
3209         (darwin_bfd_open): Update.
3210         * solib.c (solib_bfd_fopen): Update.
3211         * symfile-mem.c (symbol_file_add_from_memory): Update.
3212         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3213         (symfile_bfd_open): Update.
3214         (generic_load): Update.
3215
3216 2012-07-18  Tom Tromey  <tromey@redhat.com>
3217
3218         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3219         (pmon_load_fast): Likewise.
3220         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3221         (m32r_upload_command): Likewise.
3222         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3223         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3224         Use make_cleanup_bfd_close.
3225
3226 2012-07-18  Tom Tromey  <tromey@redhat.com>
3227
3228         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3229         gdb_bfd_stash_filename.
3230         (load_command): Open the new BFD before freeing the old.
3231         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3232         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3233         Call gdb_bfd_stash_filename.
3234         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3235         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3236         gdb_bfd_stash_filename.
3237         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3238         Free found_pathname.
3239         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3240         gdb_bfd_stash_filename.
3241         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3242         * machoread.c (macho_add_oso_symfile): Call
3243         gdb_bfd_stash_filename.
3244         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3245         gdb_bfd_stash_filename.
3246         (macho_check_dsym): Don't copy filename.  Call
3247         gdb_bfd_stash_filename.
3248         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3249         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3250         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3251         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3252         * exec.c (exec_close): Don't free the BFD's filename.
3253         (exec_file_attach): Don't copy the filename.  Call
3254         gdb_bfd_stash_filename.
3255         * corelow.c (core_close): Don't free the BFD's filename.
3256         (core_open): Call gdb_bfd_stash_filename.
3257         * corefile.c (reopen_exec_file): Remove #if 0 code.
3258         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3259         pathname.
3260         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3261
3262 2012-07-18  Tom Tromey  <tromey@redhat.com>
3263
3264         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3265         gdb_bfd_unref.
3266         (free_dwo_file): Use gdb_bfd_unref.
3267         * cli/cli-dump.c: Include gdb_bfd.h.
3268         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3269         (bfd_openr_with_cleanup): Likewise.
3270         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3271         gdb_bfd_unref.
3272         * utils.c: Include gdb_bfd.h.
3273         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3274         * symfile.c: Include gdb_bfd.h.
3275         (separate_debug_file_exists): Use gdb_bfd_unref.
3276         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3277         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3278         (generic_load): Use gdb_bfd_ref.
3279         (reread_symbols): Use gdb_bfd_unref.
3280         * symfile-mem.c: Include gdb_bfd.h.
3281         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3282         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3283         * solib.c: Include gdb_bfd.h.
3284         (solib_bfd_fopen): Use gdb_bfd_ref.
3285         (solib_bfd_open): Use gdb_bfd_unref.
3286         (free_so_symbols): Use gdb_bfd_unref.
3287         (reload_shared_libraries_1): Use gdb_bfd_unref.
3288         * solib-spu.c: Include gdb_bfd.h.
3289         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3290         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3291         gdb_bfd_unref.
3292         * solib-frv.c: Include gdb_bfd.h.
3293         (enable_break2): Use gdb_bfd_unref.
3294         * solib-dsbt.c: Include gdb_bfd.h.
3295         (enable_break2): Use gdb_bfd_unref.
3296         * solib-darwin.c: Include gdb_bfd.h.
3297         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3298         gdb_bfd_unref.
3299         (darwin_bfd_open): Use gdb_bfd_unref.
3300         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3301         * remote-mips.c: Include gdb_bfd.h.
3302         (mips_load_srec): Use gdb_bfd_ref.
3303         (pmon_load_fast): Use gdb_bfd_ref.
3304         * remote-m32r-sdi.c: Include gdb_bfd.h.
3305         (m32r_load): Use gdb_bfd_ref.
3306         * record.c: Include gdb_bfd.h.
3307         (record_save_cleanups): Use gdb_bfd_unref.
3308         (cmd_record_save): Use gdb_bfd_unref.
3309         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3310         gdb_bfd_unref.
3311         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3312         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3313         * objfiles.c: Include gdb_bfd.h.
3314         (free_objfile): Use gdb_bfd_unref.
3315         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3316         gdb_bfd.c.
3317         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3318         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3319         (macho_check_dsym): Likewise.
3320         * m32r-rom.c: Include gdb_bfd.h.
3321         (m32r_load): Use gdb_bfd_ref.
3322         (m32r_upload_command): Use gdb_bfd_ref.
3323         * jit.c: Include gdb_bfd.h.
3324         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3325         * gdb_bfd.h: New file.
3326         * gdb_bfd.c: New file.
3327         * gcore.c: Include gdb_bfd.h.
3328         (create_gcore_bfd): Use gdb_bfd_ref.
3329         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3330         (gcore_command): Use gdb_bfd_unref.
3331         * exec.c: Include gdb_bfd.h.
3332         (exec_close): Use gdb_bfd_unref.
3333         (exec_close_1): Use gdb_bfd_unref.
3334         (exec_file_attach): Use gdb_bfd_ref.
3335         * elfread.c: Include gdb_bfd.h.
3336         (build_id_verify): Use gdb_bfd_unref.
3337         * dsrec.c: Include gdb_bfd.h.
3338         (load_srec): Use gdb_bfd_ref.
3339         * corelow.c: Include gdb_bfd.h.
3340         (core_close): Use gdb_bfd_unref.
3341         (core_open): Use gdb_bfd_ref.
3342         * bfd-target.c: Include gdb_bfd.h.
3343         (target_bfd_xclose): Use gdb_bfd_unref.
3344         (target_bfd_reopen): Use gdb_bfd_ref.
3345         * Makefile.in (SFILES): Add gdb_bfd.c.
3346         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3347         (COMMON_OBS): Add gdb_bfd.o.
3348
3349 2012-07-18  Keith Seitz  <keiths@redhat.com>
3350
3351         * breakpoint.c (find_condition_and_thread): Initialize
3352         TASK and REST.
3353         (create_breakpiont): find_condition_and_thread will now
3354         initialize COND_STRING, THREAD, and REST (and TASK).
3355         (addr_string_to_sals): Likewise.
3356
3357 2012-07-18  Pedro Alves  <palves@redhat.com>
3358
3359         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3360         Pull the single step breakpoints out of the target.
3361
3362 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3363
3364         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3365         * stap-probe.c (compile_probe_arg): Likewise.
3366
3367 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3368
3369         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3370         (elf_compile_to_ax): Likewise.
3371         * infrun.c (insert_exception_resume_from_probe): Likewise.
3372         (check_exception_resume): Remove `objfile' variable.
3373         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3374         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3375         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3376         (compare_entries): Rename to...
3377         (compare_probes): ...this.  Adjust function to work with
3378         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3379         respectively.
3380         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3381         `VEC (probe_p) *'.
3382         (print_ui_out_info): Adjust argument to be `struct probe *'.
3383         (info_probes_for_ops): Adjust internal computations to use
3384         `VEC (probe_p) *'.
3385         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3386         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3387         gen_info_probes_table_values>: Remove `objfile' argument.
3388         (struct probe) <objfile>: New field.
3389         (find_probe_by_pc): Remove `objfile' argument.
3390         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3391         (stap_get_probe_argument_count): Likewise.
3392         (stap_get_arg): Likewise.
3393         (stap_evaluate_probe_argument): Likewise.
3394         (stap_compile_to_ax): Likewise.
3395         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3396         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3397         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3398         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3399         sym_compile_to_ax>: Likewise.
3400
3401 2012-07-18  Terry Guo  <terry.guo@arm.com>
3402
3403         PR 14329
3404         * defs.h (GDB_MI_MSG_WIDTH): New.
3405         * ser_base (ser_base_read_error_fd): New function.
3406         (do_ser_base_readchar): Poll error file descriptor as well as
3407         standard output.
3408         (generic_readchar): Refactor error handling.
3409
3410 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3411
3412         * NEWS: Create a new section for the next release branch.
3413         Rename the section of the current branch, now that it has
3414         been cut.
3415
3416 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3417
3418         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3419         * version.in: Bump version to 7.5.50.20120718-cvs.
3420
3421 2012-07-17  Keith Seitz  <keiths@redhat.com>
3422
3423         * linespec.c (linespec_parse_line_offset): Make parameter
3424         const.
3425
3426 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3427
3428         PR 11914
3429         * f-valprint.c (info_common_command): New variable frame_id.
3430         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3431         * printcmd.c (print_variable_and_value): Extend function comment.
3432         Add comment for invalidated FRAME.
3433         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3434         FI form FRAME_ID after each print_frame_local_vars.
3435         (struct print_variable_and_value_data): Change frame to frame_id.
3436         (do_print_variable_and_value): New variable frame, initialize it from
3437         p->frame_id.  Add comment for invalidated FRAME.
3438         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3439         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3440         for invalidated FRAME.
3441
3442 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3443             Pedro Alves  <palves@redhat.com>
3444
3445         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3446         loop.
3447
3448 2012-07-16  Tom Tromey  <tromey@redhat.com>
3449
3450         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3451
3452 2012-07-15  Doug Evans  <dje@google.com>
3453
3454         * dwarf2read.c (stmt_list_hash): New struct.
3455         (type_unit_group): Embed "per_cu" member, remove pointer.
3456         New union member "t", move member "tus" into it, all uses updated.
3457         New member "hash", replaces member "line_offset, all uses updated.
3458         (quick_file_names): Replace member "offset" with "hash", all uses
3459         updated.
3460         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3461         (hash_file_name_entry, eq_file_name_entry): Call them.
3462         (hash_type_unit_group, eq_type_unit_group): Ditto.
3463         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3464         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3465         (dw2_get_file_names): Update.
3466         (create_type_unit_group): Replace "per_cu" arg with "cu".
3467         All callers updated.  Fix "quick" (.gdb_index) handling.
3468         (get_type_unit_group): Replace "per_cu" arg with "cu".
3469         All callers updated.
3470         (build_type_unit_groups): Don't reset tu_stats.
3471
3472         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3473         "tab_cur_size".  Change member "tab" to be a htab_t.
3474         (create_filename_seen_cache): Update.
3475         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3476         (filename_seen): Update.
3477
3478 2012-07-13  Doug Evans  <dje@google.com>
3479
3480         * symtab.c (filename_seen): Update comment.
3481
3482 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3483             Doug Evans  <dje@google.com>
3484
3485         * buildsym.c (end_symtab_1): Split it to ...
3486         (end_symtab_get_static_block): ... this ...
3487         (end_symtab_from_static_block): ... and this function.
3488         (end_symtab, end_expandable_symtab): Call them.
3489         * buildsym.h (end_symtab_get_static_block)
3490         (end_symtab_from_static_block): New declarations.
3491         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3492         Set its valid CU ranges.
3493
3494 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3495
3496         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3497         DW_OP_GNU_parameter_ref.
3498
3499 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3500
3501         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3502         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3503
3504 2012-07-13  Doug Evans  <dje@google.com>
3505
3506         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3507         (filename_seen_cache): New struct.
3508         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3509         (create_filename_seen_cache): New function.
3510         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3511         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3512         updated.
3513         (output_source_filename_data): New struct.
3514         (output_source_filename): Delete arg "first".  New arg "data".
3515         All callers updated.
3516         (sources_info): Delete local "first".  New locals "data", "cleanups".
3517         Rewrite to use filename_seen_cache.
3518         (add_partial_filename_data): Delete member "first".  New member
3519         "filename_seen_cache".  All uses updated.
3520         (make_source_files_completion_list): Rewrite to use
3521         filename_seen_cache.
3522
3523 2012-07-12  Doug Evans  <dje@google.com>
3524
3525         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3526
3527 2012-07-10  Doug Evans  <dje@google.com>
3528
3529         PR gdb/13498
3530         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3531         all_type_unit_groups, type_unit_groups, tu_stats.
3532         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3533         All uses updated.  Add type_unit_group to union "s".
3534         (type_unit_group): New struct.
3535         (IS_TYPE_UNIT_GROUP): New macro.
3536         (abbrev_table): Delete unused member "section".
3537         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3538         (dw2_get_cu): Assert not used with type_unit_group.
3539         (dw2_get_primary_cu): New function.
3540         (dw2_build_type_unit_groups_reader): New function.
3541         (dw2_build_type_unit_groups): New function.
3542         (dw2_get_file_names): Assert not called on type units.
3543         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3544         Redo loop to iterate over type unit groups instead of type units.
3545         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3546         (read_abbrev_offset): New function.
3547         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3548         updated.
3549         (create_partial_symtab): New function.
3550         (process_psymtab_comp_unit_reader): Assert not used with type units.
3551         Call create_partial_symtab.
3552         (process_psymtab_type_unit): Delete.
3553         (hash_type_unit_group, eq_type_unit_group): New functions.
3554         (allocate_type_unit_groups_table): New function.
3555         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3556         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3557         (create_type_unit_group, get_type_unit_group): New functions.
3558         (tu_abbrev_offset): New struct.
3559         (sort_tu_by_abbrev_offset): New function.
3560         (add_type_unit_group_to_table): New function.
3561         (build_type_unit_groups): New function.
3562         (build_type_psymtabs_reader): New function.
3563         (build_type_psymtab_dependencies): New function.
3564         (build_type_psymtabs): Rewrite.
3565         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3566         is seen in a type unit.
3567         (process_queue): Move symtab expansion debugging printfs here.
3568         Call process_full_type_unit for type units.
3569         (compute_symtab_includes): Assert not called for type units.
3570         (process_cu_includes): Don't call compute_symtab_includes for
3571         type units.
3572         (process_full_type_unit): New function.
3573         (process_imported_unit_die): Flag an error if called for type units.
3574         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3575         updated.  Assert not called for type units.
3576         (read_file_scope): Call dwarf2_start_symtab.
3577         (setup_type_unit_groups): New function.
3578         (read_type_unit_scope): Rewrite.
3579         (abbrev_table_read_table): Initialize abbrev_table->offset.
3580         (abbrev_table_free_cleanup): New function.
3581         (dwarf2_start_symtab): New function.
3582         (load_full_type_unit): Assert not called for type unit groups.
3583         * buildsym.c (finish_block_internal): New arg "expandable".
3584         All callers updated.
3585         (start_symtab): Move most contents to ...
3586         (restart_symtab): ... here.  New function.
3587         (reset_symtab_globals): New function.
3588         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3589         Call reset_symtab_globals.
3590         (end_symtab, end_expandable_symtab): New functions.
3591         (set_missing_symtab, augment_type_symtab): New functions.
3592         * buildsym.h (end_expandable_symtab): Declare.
3593         (augment_type_symtab, restart_symtab): Declare.
3594         * psympriv.h (struct partial_symtab): New member "anonymous".
3595         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3596         anonymous psymtabs.
3597         (read_psymtabs_with_filename): Ditto.
3598         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3599         (expand_symtabs_matching_via_partial): Ditto.
3600         (dump_psymtab): Update.
3601         * dictionary.c (dict_add_pending): New function.
3602         * dictionary.h (dict_add_pending): Declare.
3603
3604 2012-07-09  Doug Evans  <dje@google.com>
3605
3606         * buildsym.c (start_subfile): Remove unnecessary check for
3607         name == NULL.
3608
3609         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3610
3611         * dwarf2read.c (load_full_type_unit): Simplify.
3612
3613         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3614         to struct signatured_type **.  All uses updated.
3615
3616         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3617         All callers updated.
3618
3619 2012-07-09  Tom Tromey  <tromey@redhat.com>
3620
3621         * c-exp.y (check_parameter_typelist): New function.
3622         (parameter_typelist): Call it.
3623         * eval.c (make_params): Handle '(void)' case.
3624         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3625         '(void)' case.
3626
3627 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3628
3629         * common/linux-ptrace.c: Include gdb_assert.h.
3630         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3631         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3632         stdint.h.
3633         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3634         functions.
3635         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3636         * linux-nat.c (linux_child_post_attach)
3637         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3638
3639 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3640
3641         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3642         nptl <2.7 bug workaround for core files.
3643
3644 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3645
3646         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3647         clearing.
3648         (save_siginfo): Remove.
3649         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3650         call.
3651         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3652         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3653         * linux-nat.h (struct lwp_info): Remove field siginfo.
3654
3655 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3656
3657         Code cleanup for the next patch.
3658         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3659         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3660         call for it.
3661         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3662         (ia64_linux_stopped_data_address):
3663         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3664         the return value.
3665         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3666         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3667         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3668         call for it.
3669
3670 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3671
3672         PR 14321
3673         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3674         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3675
3676 2012-07-06  Tom Tromey  <tromey@redhat.com>
3677
3678         * c-exp.y (DOTDOTDOT): New token.
3679         (func_mod, exp): Use parameter_typelist.
3680         (parameter_typelist): New production.
3681         (tokentab3): Add "..." token.
3682         * eval.c (make_params): Handle varargs.
3683         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3684         varargs.
3685
3686 2012-07-06  Tom Tromey  <tromey@redhat.com>
3687
3688         PR exp/9608:
3689         * c-exp.y (%union) <tvec>: Change type.
3690         (func_mod): Now uses <tvec> type.
3691         (exp): Update for tvec change.
3692         (direct_abs_decl): Push the typelist.
3693         (func_mod): Return a typelist.
3694         (nonempty_typelist): Update for tvec change.
3695         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3696         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3697         * parse.c (pop_type_list): New function.
3698         (push_typelist): New function.
3699         (follow_types): Handle tp_function_with_arguments.
3700         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
3701         (enum type_pieces) <tp_function_with_arguments>: New constant.
3702         (union type_stack_elt) <typelist_val>: New field.
3703         (push_typelist): Declare.
3704
3705 2012-07-06  Tom Tromey  <tromey@redhat.com>
3706
3707         * c-exp.y (%union) <type_stack>: New field.
3708         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
3709         (ptr_operator_ts): New production.
3710         (ptype): Update.
3711         * parse.c (type_stack_reserve): New function.
3712         (check_type_stack_depth): Use it.
3713         (pop_type_stack, append_type_stack, push_type_stack)
3714         (get_type_stack, type_stack_cleanup): New functions.
3715         (follow_types): Handle tp_type_stack.
3716         (_initialize_parse): Simplify initialization.
3717         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3718         constant.
3719         (union type_stack_elt) <stack_val>: New field.
3720         (get_type_stack, append_type_stack, push_type_stack)
3721         (type_stack_cleanup): Declare.
3722
3723 2012-07-06  Tom Tromey  <tromey@redhat.com>
3724
3725         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3726         Remove.
3727         (struct type_stack): New.
3728         * parse.c (type_stack, type_stack_size, type_stack_depth):
3729         Remove.
3730         (type_stack): New global.
3731         (parse_exp_in_context, check_type_stack_depth)
3732         (insert_into_type_stack, insert_type, push_type, push_type_int)
3733         (insert_type_address_space, pop_type, pop_type_int)
3734         (_initialize_parse): Update.
3735
3736 2012-07-06  Tom Tromey  <tromey@redhat.com>
3737
3738         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3739         Remove %type.
3740
3741 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3742
3743         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3744
3745 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3746             Jan Kratochvil  <jan.kratochvil@redhat.com>
3747
3748         * cp-valprint.c (cp_print_value): Replace potentially unsafe
3749         alloca with xmalloc/xfree.
3750
3751 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3752
3753         * MAINTAINERS (Write After Approval): Add myself to the list.
3754
3755 2012-07-05  Doug Evans  <dje@google.com>
3756
3757         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3758
3759 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3760
3761         * ax-gdb.c (cli/cli-utils.h): New include.
3762         (linespec.h): Ditto.
3763         (agent_eval_command_one): New function.
3764         (agent_command_1): Ditto.
3765         (agent_command): Call function agent_command_1.
3766         (agent_eval_command): Ditto.
3767         (_initialize_ax_gdb): Change help for "maint agent"
3768         and "maint agent-eval".
3769
3770 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3771
3772         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3773         * cli/cli-utils.c (check_for_argument): New function.
3774         * cli/cli-utils.h (check_for_argument): Ditto.
3775
3776 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3777
3778         * NEWS: Mention x32 ABI support.
3779
3780 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3781
3782         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3783         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3784
3785         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3786         and pc_regnum_from_eax to -1.  Update SP regnum from
3787         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3788         needed.
3789
3790         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3791         pc_regnum_from_eax.
3792
3793 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3794
3795         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3796         * dwarf2expr.h: Include gdbtypes.h.
3797         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3798         these forward declarations.
3799         (cu_offset, sect_offset): Move these ...
3800         * gdbtypes.h: Remove include dwarf2expr.h.
3801         (cu_offset, sect_offset): ... here.
3802
3803 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
3804
3805         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3806         (amd64_linux_sigtramp_code): This.
3807         (amd64_x32_linux_sigtramp_code): New.
3808         (LINUX_SIGTRAMP_LEN): Updated.
3809         (amd64_linux_sigtramp_start): Check x32 sigtramp.
3810
3811 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3812
3813         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3814
3815 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3816
3817         * config.in: Regenerate.
3818         * configure: Regenerate.
3819         * configure.ac: Remove check for gnu/libc-version.h.
3820         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3821         gnu/libc-version.h.
3822         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3823         variables libc_version, libc_major and libc_minor.  Replace sscanf by
3824         inferior_has_bug.  Extend the comment.
3825
3826 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3827
3828         * linux-thread-db.c (inferior_has_bug): New function.
3829         (thread_db_find_new_threads_silently): Return boolean as checked by
3830         inferior_has_bug, describe it in the comments.
3831         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3832         earlier.  Abort the initialization if it returned non-zero.
3833         (thread_db_new_objfile): Exclude debug files.
3834         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
3835         if UNTIL_NO_NEW,
3836
3837 2012-07-02  Doug Evans  <dje@google.com>
3838
3839         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3840         related to queue management.
3841
3842         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3843         instead of "debug dwarf2-die" in debugging printfs.
3844         (create_debug_info_hash_table_reader): Ditto.
3845         (create_debug_info_hash_table): Ditto.
3846         (init_dwo_file): Ditto.
3847         (init_cutu_and_read_dies): Add debugging printf.
3848         (init_cutu_and_read_dies_no_follow): Ditto.
3849         (process_psymtab_comp_unit_reader): Ditto.
3850
3851 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3852
3853         Add target-side support for dynamic printf.
3854         * NEWS: Mention the additional style.
3855         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3856         (struct bp_location): New field cmd_bytecode.
3857         * breakpoint.c: Include format.h.
3858         (disconnected_dprintf): New global.
3859         (parse_cmd_to_aexpr): New function.
3860         (build_target_command_list): New function.
3861         (insert_bp_location): Call it.
3862         (remove_breakpoints_pid): Skip dprintf breakpoints.
3863         (print_one_breakpoint_location): Ditto.
3864         (dprintf_style_agent): New global.
3865         (dprintf_style_enums): Add dprintf_style_agent.
3866         (update_dprintf_command_list): Add agent case.
3867         (agent_printf_command): New function.
3868         (_initialize_breakpoint): Add new commands.
3869         * common/ax.def (printf): New bytecode.
3870         * ax.h (ax_string): Declare.
3871         * ax-gdb.h (gen_printf): Declare.
3872         * ax-gdb.c: Include cli-utils.h, format.h.
3873         (gen_printf): New function.
3874         (maint_agent_print_command): New function.
3875         (_initialize_ax_gdb): Add maint agent-printf command.
3876         * ax-general.c (ax_string): New function.
3877         (ax_print): Add printf disassembly.
3878         * Makefile.in (SFILES): Add format.c
3879         (COMMON_OBS): Add format.o.
3880         * common/format.h: New file.
3881         * common/format.c: New file.
3882         * printcmd.c: Include format.h.
3883         (ui_printf): Call parse_format_string.
3884         * remote.c (remote_state): New field breakpoint_commands.
3885         (PACKET_BreakpointCommands): New enum.
3886         (remote_breakpoint_commands_feature): New function.
3887         (remote_protocol_features): Add new BreakpointCommands entry.
3888         (remote_can_run_breakpoint_commands): New function.
3889         (remote_add_target_side_commands): New function.
3890         (remote_insert_breakpoint): Call it.
3891         (remote_insert_hw_breakpoint): Ditto.
3892         (_initialize_remote): Add new packet configuration for
3893         target-side breakpoint commands.
3894         * target.h (struct target_ops): New field
3895         to_can_run_breakpoint_commands.
3896         (target_can_run_breakpoint_commands): New macro.
3897         * target.c (update_current_target): Handle
3898         to_can_run_breakpoint_commands.
3899
3900 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3901
3902         Execute -ix and -iex only after system and user gdbinit files.
3903         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3904         processing down after gdbinit files.
3905
3906 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3907
3908         Add fnmatch-gnu module.
3909         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3910         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3911         * gnulib/aclocal.m4: Regenerate.
3912         * gnulib/config.in: Regenerate.
3913         * gnulib/configure: Regenerate.
3914         * gnulib/import/dummy.c: Remove.
3915         * gnulib/import/Makefile.am: Regenerate.
3916         * gnulib/import/Makefile.in: Likewise.
3917         * gnulib/import/m4/gnulib-cache.m4: Likewise.
3918         * gnulib/import/m4/gnulib-comp.m4: Likewise.
3919         * gnulib/import/alloca.c: New file.
3920         * gnulib/import/alloca.in.h: Likewise.
3921         * gnulib/import/config.charset: Likewise.
3922         * gnulib/import/fnmatch.c: Likewise.
3923         * gnulib/import/fnmatch.in.h: Likewise.
3924         * gnulib/import/fnmatch_loop.c: Likewise.
3925         * gnulib/import/localcharset.c: Likewise.
3926         * gnulib/import/localcharset.h: Likewise.
3927         * gnulib/import/m4/alloca.m4: Likewise.
3928         * gnulib/import/m4/codeset.m4: Likewise.
3929         * gnulib/import/m4/configmake.m4: Likewise.
3930         * gnulib/import/m4/fcntl-o.m4: Likewise.
3931         * gnulib/import/m4/fnmatch.m4: Likewise.
3932         * gnulib/import/m4/glibc21.m4: Likewise.
3933         * gnulib/import/m4/localcharset.m4: Likewise.
3934         * gnulib/import/m4/locale-fr.m4: Likewise.
3935         * gnulib/import/m4/locale-ja.m4: Likewise.
3936         * gnulib/import/m4/locale-zh.m4: Likewise.
3937         * gnulib/import/m4/mbrtowc.m4: Likewise.
3938         * gnulib/import/m4/mbsinit.m4: Likewise.
3939         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3940         * gnulib/import/m4/mbstate_t.m4: Likewise.
3941         * gnulib/import/m4/stdbool.m4: Likewise.
3942         * gnulib/import/m4/wchar_h.m4: Likewise.
3943         * gnulib/import/m4/wctype_h.m4: Likewise.
3944         * gnulib/import/m4/wint_t.m4: Likewise.
3945         * gnulib/import/mbrtowc.c: Likewise.
3946         * gnulib/import/mbsinit.c: Likewise.
3947         * gnulib/import/mbsrtowcs-impl.h: Likewise.
3948         * gnulib/import/mbsrtowcs-state.c: Likewise.
3949         * gnulib/import/mbsrtowcs.c: Likewise.
3950         * gnulib/import/ref-add.sin: Likewise.
3951         * gnulib/import/ref-del.sin: Likewise.
3952         * gnulib/import/stdbool.in.h: Likewise.
3953         * gnulib/import/streq.h: Likewise.
3954         * gnulib/import/strnlen1.c: Likewise.
3955         * gnulib/import/strnlen1.h: Likewise.
3956         * gnulib/import/verify.h: Likewise.
3957         * gnulib/import/wchar.in.h: Likewise.
3958         * gnulib/import/wctype.in.h: Likewise.
3959
3960 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3961
3962         Support shell wildcards for 'set auto-load safe-path'.
3963         * auto-load.c: Include fnmatch.h.
3964         (filename_is_in_dir): Rename to ...
3965         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3966         it.  Update function comment.  Rename dir_len to pattern_len.  New
3967         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
3968         messages.  Use gdb_filename_fnmatch.
3969         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3970         pattern.
3971         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3972         * defs.h (gdb_filename_fnmatch): New declaration.
3973         * utils.c: Include fnmatch.h.
3974         (gdb_filename_fnmatch): New function.
3975
3976 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
3977
3978         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3979         `-probe' and `-probe-stap' options.
3980
3981 2012-07-01  Yao Qi  <yao@codesourcery.com>
3982
3983         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3984         always_inserted_off, and always_inserted_enums.
3985         Change always_inserted_mode's type to 'enum auto_boolean'.
3986         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3987         callers.
3988         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3989         of add_setshow_enum_cmd.
3990         * infrun.c: Remove can_use_displaced_stepping_auto,
3991         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3992         can_use_displaced_stepping_enum.
3993         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3994         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3995         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3996         add_setshow_enum_cmd.
3997
3998 2012-06-30  Doug Evans  <dje@google.com>
3999
4000         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4001         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4002         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4003
4004 2012-06-29  Doug Evans  <dje@google.com>
4005
4006         * linespec.c: #include "stack.h".
4007         (decode_line_with_current_source): Moved here from symtab.c and
4008         renamed from decode_line_spec.  All callers updated.
4009         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4010         renamed from decode_line_spec_1.  All callers updated.
4011         * linespec.h (decode_line_with_current_source): Move declaration here
4012         from symtab.h and renamed from decode_line_spec.
4013         (decode_line_with_last_displayed): Move declaration here from symtab.h
4014         and renamed from decode_line_spec_1.
4015         * macrocmd.c: #include "linespec.h".
4016         * symtab.c: Remove #include "linespec.h".
4017
4018 2012-06-28  Doug Evans  <dje@google.com>
4019
4020         * dwarf2read.c (get_cu_length): New function.
4021         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4022         (create_debug_types_hash_table): Ditto.
4023         (init_cutu_and_read_dies): Ditto.
4024         (init_cutu_and_read_dies_no_follow): Ditto.
4025
4026         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4027
4028         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4029         (struct abbrev_table): Define.
4030         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4031         abbrev_table.
4032         (init_cutu_and_read_dies): Update.
4033         (abbrev_table_alloc_abbrev): New function.  Replaces
4034         dwarf_alloc_abbrev.  All callers updated.
4035         (abbrev_table_add_abbrev): New function.
4036         (abbrev_table_lookup_abbrev): New function.  Replaces
4037         dwarf2_lookup_abbrev.  All callers updated.
4038         (abbrev_table_read_table): New function.  Contents moved here from
4039         dwarf2_read_abbrevs.
4040         (dwarf2_read_abbrevs): Call it.
4041         (abbrev_table_free): New function.
4042         (dwarf2_free_abbrev_table): Call it.
4043
4044 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4045
4046         * osdata.c (info_osdata_command): Filter out "Title" columns
4047         from non-MI uses.
4048         * common/linux-osdata.c (struct osdata_type): Add title field.
4049         (osdata_table): Add titles to each entry.
4050         (linux_command_xfer_osdata): Add a column for title data.
4051
4052 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4053
4054         Make logging work for MI.
4055         * NEWS: Mention it.
4056         * interps.h (interp_set_logging_ftype): New typedef.
4057         (struct interp_procs): New field set_logging_proc.
4058         (current_interp_set_logging): Declare.
4059         * interps.c (current_interp_set_logging): New function.
4060         * cli/cli-logging.c: Include interps.h.
4061         (set_logging_redirect): Call current_interp_set_logging.
4062         (pop_output_files): Ditto.
4063         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4064         * mi/mi-console.h (mi_console_set_raw): Declare.
4065         * mi/mi-console.c (mi_console_set_raw): New function.
4066         * mi/mi-interp.c (saved_raw_stdout): New global.
4067         (mi_set_logging): New function.
4068         (_initialize_mi_interp): Add it to interp procs.
4069
4070 2012-06-28  Doug Evans  <dje@google.com>
4071
4072         * symtab.c (lookup_symbol_aux_objfile): Use
4073         ALL_OBJFILE_PRIMARY_SYMTABS.
4074
4075         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4076
4077 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4078
4079         * common/buffer.c: Include inttypes.h and stdint.h.
4080         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4081
4082 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4083             Pedro Alves  <palves@redhat.com>
4084
4085         * gdbthread.h (ALL_THREADS): New macro.
4086         (thread_list): Declare.
4087         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4088         going, but instead fall through to the stepping handling.
4089         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4090         the passed in signal.  Adjust debug output.
4091         (resume_callback): Rename to ...
4092         (linux_nat_resume_callback): ... this.  Pass the thread's last
4093         stop signal, if in "pass" state.
4094         (linux_nat_resume): Adjust to rename.
4095         (stop_wait_callback): New assertion.  Don't respawn signals;
4096         instead let the LWP remain with SIGNALLED set.
4097         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4098         * remote.c (append_pending_thread_resumptions): New.
4099         (remote_vcont_resume): Call it.
4100         * target.h (target_resume): Extend comment.
4101
4102 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4103
4104         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4105
4106 2012-06-27  Doug Evans  <dje@google.com>
4107
4108         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4109         Delete have_addr_base, unused.  All uses updated.
4110         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4111         (dwarf2_get_pc_bounds): Add ranges_base.
4112         (dwarf2_record_block_ranges): Ditto.
4113
4114 2012-06-27  Tom Tromey  <tromey@redhat.com>
4115
4116         PR macros/7961:
4117         * varobj.c (varobj_create): Update.
4118         (varobj_set_value): Update.
4119         * tracepoint.c (validate_actionline): Update.
4120         (encode_actions_1): Update.
4121         * parse.c (parse_exp_1): Add 'pc' argument.
4122         (parse_exp_in_context): Add 'pc' argument.  Change how
4123         expression_context_pc is set.
4124         (parse_expression): Update.
4125         (parse_field_expression): Update.
4126         * expression.h (parse_exp_1): Update.
4127         * eval.c (parse_to_comma_and_eval): Update.
4128         * breakpoint.c (set_breakpoint_condition): Update.
4129         (update_watchpoint): Update.
4130         (init_breakpoint_sal): Update
4131         (find_condition_and_thread): Update.
4132         (watch_command_1): Update.
4133         (update_breakpoint_locations): Update.
4134         * ada-lang.c (ada_read_renaming_var_value): Update.
4135         (create_excep_cond_exprs): Update.
4136
4137 2012-06-27  Doug Evans  <dje@google.com>
4138
4139         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4140         type units.
4141
4142 2012-06-26  Doug Evans  <dje@google.com>
4143
4144         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4145         prototype.
4146         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4147         updated.
4148         (read_and_check_comp_unit_head): Ditto.
4149         (read_and_check_type_unit_head): Ditto.
4150
4151 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4152
4153         New attribute 'last' for gdb.Symtab_and_line.
4154         * NEWS (Python Scripting): Add entry about the new attribute.
4155         * python/py-symtab.c (salpy_get_last): New function which
4156         implements the get method for the 'last' attribute of
4157         gdb.Symtab_and_line.
4158         (sal_object_getset): Add entry for the 'last' attribute.
4159
4160 2012-06-26  Doug Evans  <dje@google.com>
4161
4162         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4163         (dwo_sections): Add macinfo, macro.
4164         (dwarf2_locate_dwo_sections): Watch for macro sections.
4165         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4166         All callers updated.  Handle DWO files.
4167
4168         * NEWS: Mention new options "set debug dwarf2-read" and
4169         "set debug symtab-create".
4170         * dwarf2read.c (dwarf2_read_debug): New static global.
4171         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4172         (process_queue): Ditto.
4173         (process_full_comp_unit): Ditto.
4174         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4175         * elfread.c (elf_symfile_read): Add debugging printf.
4176         * minsyms.c (install_minimal_symbols): Ditto.
4177         * psymtab.c (allocate_psymtab): Ditto.
4178         * symfile.c (allocate_symtab): Ditto.
4179         * symtab.c (symtab_create_debug): New global.
4180         (_initialize_symtab): Add new option "set debug symtab-create".
4181         * symtab.h (symtab_create_debug): Declare.
4182
4183         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4184         (lookup_dwo_type_unit): Ditto.
4185
4186 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4187             H.J. Lu  <hongjiu.lu@intel.com>
4188
4189         * amd64-linux-nat.c: Include <sys/user.h>.
4190         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4191         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4192         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4193
4194         * configure.ac: Check if the fs_base and gs_base members of
4195         `struct user_regs_struct' exist.
4196         * config.in: Regenerated.
4197         * configure: Likewise.
4198
4199 2012-06-25  Michael Eager  <eager@eagercon.com>
4200
4201         PR python/14291
4202         * python/python.c (gdbpy_write): Check for interrupted output.
4203
4204 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4205
4206         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4207         register as a stack alignment in ARM mode.
4208
4209 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4210
4211         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4212         * gnulib/config.in: Regenerate.
4213         * gnulib/configure: Likewise.
4214         * gnulib/import/m4/extensions.m4: Update it.
4215         * gnulib/import/m4/gnulib-common.m4: Likewise.
4216         * gnulib/import/m4/memmem.m4: Likewise.
4217         * gnulib/import/m4/mmap-anon.m4: Likewise.
4218         * gnulib/import/m4/multiarch.m4: Likewise.
4219         * gnulib/import/stdint.in.h: Likewise.
4220
4221 2012-06-24  Yao Qi  <yao@codesourcery.com>
4222
4223         * corefile.c (write_memory_with_notification): New.
4224         * gdbcore.h: Declare write_memory_with_notification.
4225         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4226         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4227         * valops.c (value_assign): Likewise.
4228         * python/py-inferior.c (infpy_write_memory): Call
4229         'write_memory_with_notification'.
4230
4231 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4232
4233         * cc-with-index.sh: Use also -ex "set auto-load no".
4234
4235 2012-06-23  Doug Evans  <dje@google.com>
4236
4237         PR 14125
4238         * NEWS: Document additions to .gdb_index.
4239         * dwarf2read.c: #include "gdb/gdb-index.h".
4240         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4241         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4242         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4243         (dwarf2_read_index): Recognize version 7.
4244         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4245         block_kind, domain): All callers updated.
4246         (dw2_find_symbol_file): Handle new index CU values.
4247         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4248         (add_index_entry): New args is_static, kind.  All callers updated.
4249         (offset_type_compare, uniquify_cu_indices): New functions
4250         (symbol_kind): New function.
4251         (write_psymtabs_to_index): Remove duplicate CU values.
4252         (write_psymtabs_to_index): Write .gdb_index version 7.
4253
4254 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4255
4256         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4257         * configure: Regenerate.
4258
4259 2012-06-20  Yao Qi  <yao@codesourcery.com>
4260
4261         * python/py-inferior.c: Update comments of infpy_read_memory
4262         and infpy_write_memory.
4263
4264 2012-06-19  Tom Tromey  <tromey@redhat.com>
4265
4266         PR exp/9514:
4267         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4268         (push_type_address_space): Remove.
4269         * parse.c (insert_into_type_stack): New function.
4270         (insert_type): Likewise.
4271         (insert_type_address_space): Rename from push_type_address_space.
4272         Insert tp_space_identifier.
4273         * c-exp.y (ptr_operator): New production.
4274         (abs_decl): Use ptr_operator.
4275         (space_identifier): Call insert_type_address_space.
4276         (ptype): Don't use const_or_volatile_or_space_identifier.
4277         (const_or_volatile_noopt): Call insert_type.
4278         (conversion_type_id, conversion_declarator): New productions.
4279         (operator): Use conversion_type_id.
4280
4281 2012-06-18  Doug Evans  <dje@google.com>
4282
4283         * symtab.h (minimal_symbol): New member created_by_gdb.
4284         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4285         created by gdb.
4286         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4287         (search_symbols): Call it instead of lookup_symbol.
4288         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4289
4290         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4291         Adjust address for DW_OP_GNU_addr_index.
4292         * dwarf2expr.h (dwarf_expr_context): Update comment.
4293         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4294         all callers updated.  Handle TLS vars described with
4295         DW_OP_GNU_const_index.
4296         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4297         and DW_OP_GNU_const_index.
4298         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4299
4300         * block.c (find_block_in_blockvector): Make explicit the fact that we
4301         ignore GLOBAL_BLOCK.
4302
4303 2012-06-18  Tom Tromey  <tromey@redhat.com>
4304
4305         * c-exp.y (operator): Remove trailing space after "delete" and
4306         "delete[]".
4307
4308 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4309             Jan Kratochvil  <jan.kratochvil@redhat.com>
4310
4311         Switch i386 and derived targets to ON_STACK.
4312         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4313         (amd64_dicos_init_abi): Remove its installment.
4314         * dicos-tdep.c (dicos_init_abi): Remove the
4315         set_gdbarch_call_dummy_location call.  Update the comment here.
4316         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4317         (i386_dicos_init_abi): Remove its installment.
4318         * i386-tdep.c (i386_push_dummy_code): New function.
4319         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4320         i386_push_dummy_code.
4321
4322 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4323
4324         Remove stale dummy frames.
4325         * breakpoint.c: Include dummy-frame.h.
4326         (longjmp_breakpoint_ops): New variable.
4327         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4328         bp_longjmp_call_dummy.
4329         (bpstat_what, bptype_string, print_one_breakpoint_location)
4330         (init_bp_location): Support bp_longjmp_call_dummy.
4331         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4332         (set_longjmp_breakpoint_for_call_dummy)
4333         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4334         functions.
4335         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4336         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4337         FIXME comment and extend the other comment for bp_call_dummy.
4338         (set_longjmp_breakpoint_for_call_dummy)
4339         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4340         * dummy-frame.c: Include gdbthread.h.
4341         (pop_dummy_frame_bpt): New function.
4342         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4343         (dummy_frame_discard): New function.
4344         (cleanup_dummy_frames): Update the comment about longjmps.
4345         * dummy-frame.h (dummy_frame_discard): New declaration.
4346         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4347         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4348         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4349         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4350         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4351         keep_going if IS_LONGJMP and there is no other reason to stop.
4352
4353 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4354
4355         * remote-sim.c (sim_command_completer): Initialize
4356         variable 'result'.
4357
4358 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4359
4360         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4361         * dwarf2loc.c (call_site_parameter_matches): Support
4362         CALL_SITE_PARAMETER_PARAM_OFFSET.
4363         (needs_dwarf_reg_entry_value): Push stub value.
4364         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4365         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4366         * gdbtypes.h (enum call_site_parameter_kind): New item
4367         CALL_SITE_PARAMETER_PARAM_OFFSET.
4368         (struct call_site.parameter.u): New field param_offset.
4369
4370 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4371
4372         Code cleanup: Generalize call_site.parameter key.
4373         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4374         variable dwarf_reg.  New variable kind_u.  Update parameters to
4375         push_dwarf_reg_entry_value.
4376         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4377         * dwarf2expr.h (enum call_site_parameter_kind)
4378         (union call_site_parameter_u): Forward declarations.
4379         (struct dwarf_expr_context_funcs): Update parameters and their
4380         description for push_dwarf_reg_entry_value.
4381         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4382         * dwarf2loc.c (call_site_parameter_matches): New function.
4383         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4384         description.  Use call_site_parameter_matches.
4385         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4386         Update parameters and their description.
4387         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4388         New variable kind_u.  Adjust the caller for updated parameters.
4389         (needs_dwarf_reg_entry_value): Update parameters.
4390         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4391         instead of attr.  Update for the changed fields of struct
4392         call_site_parameter.
4393         * gdbtypes.h: Include dwarf2expr.h.
4394         (enum call_site_parameter_kind): New.
4395         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4396         fb_offset into new union u.
4397
4398 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4399
4400         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4401         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4402         for x32.
4403
4404 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4405
4406         * amd64-linux-nat.c (compat_x32_clock_t): New.
4407         (compat_x32_siginfo_t): Likewise.
4408         (compat_x32_siginfo_from_siginfo): Likewise.
4409         (siginfo_from_compat_x32_siginfo): Likewise.
4410         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4411         and siginfo_from_compat_x32_siginfo for x32.
4412
4413 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4414
4415         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4416
4417 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4418
4419         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4420         instead of gdbarch_ptr_bit.
4421         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4422         (amd64_supply_native_gregset): Likewise.
4423         (amd64_collect_native_gregset): Likewise.
4424         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4425         (amd64_supply_xsave): Likewise.
4426         (amd64_collect_fxsave): Likewise.
4427         (amd64_collect_xsave): Likewise.
4428
4429 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4430
4431         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4432         (amd64_linux_read_description): Check DS segment register for
4433         x32 process.
4434
4435 2012-06-15  Tom Tromey  <tromey@redhat.com>
4436
4437         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4438         init_cutu_and_read_dies.
4439
4440 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4441
4442         * MAINTAINERS (Write After Approval): Add myself to the list.
4443
4444 2012-06-15  Tom Tromey  <tromey@redhat.com>
4445
4446         * valops.c (value_find_oload_method_list): Now static.
4447         * value.h (value_find_oload_method_list): Don't declare.
4448
4449 2012-06-15  Tom Tromey  <tromey@redhat.com>
4450
4451         * valops.c (find_overload_match): Use value_ind.
4452
4453 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4454
4455         * infrun.c (handle_inferior_event): Correct indentation.
4456
4457 2012-06-14  Doug Evans  <dje@google.com>
4458
4459         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4460         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4461         All uses updated.
4462         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4463         updated.  Handle DEBUG_LOC_START_LENGTH.
4464         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4465         (loclist_describe_location): Ditto.
4466
4467 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4468
4469         PR backtrace/13866
4470         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4471         after hiding inline functions.
4472
4473 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4474
4475         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4476         _initialize_inf_ttrace.
4477
4478 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4479
4480         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4481         _initialize_hppa_hpux_nat.
4482
4483 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4484
4485         * remote-sim.c (sim_command_completer): Change type of return
4486         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4487
4488 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4489             Jan Kratochvil  <jan.kratochvil@redhat.com>
4490
4491         PR tdep/14222
4492         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4493         stack on a 16-byte boundary.
4494
4495 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4496
4497         * jit.c (finalize_symtab): Set function's return type to 'void' by
4498         default.
4499
4500 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4501             H.J. Lu  <hongjiu.lu@intel.com>
4502
4503         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4504         Move bits common to both the classic LP64 and the new x32 ILP32
4505         ABI here.
4506         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4507         (amd64_x32_linux_init_abi): New function.
4508         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4509         subtype.
4510
4511         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4512         * i386-tdep.c (i386_pseudo_register_name): Make public.
4513         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4514         * amd64-tdep.c (amd64_dword_names): Add "eip".
4515         (amd64_x32_pseudo_register_type): New function
4516         (amd64_x32_init_abi): New function.
4517
4518 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4519
4520         PR build/14003
4521         * inferior.h (struct inferior_suspend_state): Comment out.
4522         (struct inferior): Comment out the field suspend.
4523         * infrun.c (struct infcall_suspend_state): Comment out the field
4524         inferior_suspend.
4525         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4526         out its assignment.
4527
4528 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4529
4530         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4531         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4532         function comment.  Return ERROR for unresolved cases.  Implement
4533         returning proper NAME.
4534         (yylex): Accept also NAME from classify_inner_name.
4535         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4536         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4537         LOC_TYPEDEF type.
4538         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4539
4540 2012-06-13  Tom Tromey  <tromey@redhat.com>
4541
4542         * breakpoint.c (condition_completer): New function.
4543         (_initialize_breakpoint): Use it.
4544         * value.c (complete_internalvar): New function.
4545         * value.h (complete_internalvar): Declare.
4546
4547 2012-06-13  Tom Tromey  <tromey@redhat.com>
4548
4549         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4550         * breakpoint.c (catch_syscall_completer): Return a VEC.
4551         * cli/cli-cmds.c (complete_command): Update.
4552         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4553         (complete_on_enum): Likewise.
4554         * command.h: Include gdb_vecs.h.
4555         (completer_ftype): Change return type.
4556         (complete_on_cmdlist, complete_on_enum): Likewise.
4557         * completer.c (noop_completer, filename_completer)
4558         (location_completer): Return a VEC.
4559         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4560         to a VEC.
4561         (expression_completer, complete_line_internal, complete_line)
4562         (command_completer): Return a VEC.
4563         (gdb_completion_word_break_characters, line_completion_function):
4564         Update.
4565         * completer.h: Include gdb_vecs.h.
4566         (complete_line, noop_completer, filename_completer)
4567         (expression_completer, location_completer, command_completer):
4568         Update.
4569         * f-lang.c (f_word_break_characters): Return a VEC.
4570         * interps.c (interpreter_completer): Return a VEC.
4571         * language.h (struct language_defn)
4572         <la_make_symbol_completion_list>: Return a VEC.
4573         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4574         * symtab.c (free_completion_list): Take a VEC.
4575         (return_val_size, return_val_index): Remove.
4576         (return_val): Now a VEC.
4577         (completion_list_add_name): Update.
4578         (default_make_symbol_completion_list_break_on)
4579         (default_make_symbol_completion_list, make_symbol_completion_list)
4580         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4581         Return a VEC.
4582         (add_filename_to_list): Update.
4583         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4584         <list>: Now a VEC.
4585         (maybe_add_partial_symtab_filename): Update.
4586         (make_source_files_completion_list): Return a VEC.
4587         * symtab.h (default_make_symbol_completion_list_break_on)
4588         (default_make_symbol_completion_list, make_symbol_completion_list)
4589         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4590         (make_source_files_completion_list): Update.
4591
4592 2012-06-13  Tom Tromey  <tromey@redhat.com>
4593
4594         * breakpoint.c (add_catch_command): Use completer_ftype.
4595         * breakpoint.h: Include command.h.
4596         (add_catch_command): Use completer_ftype.
4597         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4598         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4599         Use completer_ftype.
4600         * command.h (completer_ftype): New typedef.
4601         (set_cmd_completer): Use it.
4602         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4603         completer_ftype.
4604
4605 2012-06-13  Pedro Alves  <palves@redhat.com>
4606
4607         Partial revert of previous change.
4608
4609         * serial.c (scb_base): New global.
4610         (serial_for_fd): New.
4611         (serial_open, serial_fdopen_ops): Link new serial in open serials
4612         chain.
4613         (do_serial_close): Unlink serial from the open serials chain.
4614
4615 2012-06-12  Pedro Alves  <palves@redhat.com>
4616
4617         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4618         threads here.
4619         (prepare_for_detach): No longer context switch here in non-stop
4620         mode.
4621         (fetch_inferior_event): Ditto.
4622         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4623         to the event thread before removing breakpoints.  Switch to the
4624         event thread before inserting breakpoints and resuming.
4625         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4626         event thread before resuming.
4627         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4628         Switch to the event thread before removing breakpoints.
4629
4630 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4631
4632         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4633         special characters correctly for the Windows shells.  See
4634         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4635         report.
4636         [!__MINGW32__]: Remove extra double quote character from special
4637         characters.
4638
4639 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4640
4641         * ui-out.h: Remove #if 0 declarations.
4642         * ui-out.c: Remove #if 0 functions.
4643
4644 2012-06-11  Pedro Alves  <palves@redhat.com>
4645
4646         * ser-base.c (run_async_handler_and_reschedule): New.
4647         (fd_event, push_event): Use it.
4648         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4649         reference count to 1.
4650         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4651         instead of xfree.
4652         (serial_is_open, serial_ref, serial_unref): New.
4653         * serial.h (serial_open): Adjust comment.
4654         (serial_is_open): Declare.
4655         (serial_close): Adjust comment.
4656         (serial_ref, serial_unref) Declare.
4657         (struct serial): New field 'refcnt'.
4658
4659 2012-06-11  Pedro Alves  <palves@redhat.com>
4660
4661         Remove #if 0'd "connect" command, and unnecessary associated
4662         refcounting and serial reuse bits.
4663
4664         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4665         * serial.c (last_serial_opened): Delete.
4666         (scb_base): Delete.
4667         (serial_open): Adjust.
4668         (serial_for_fd): Delete.
4669         (serial_fdopen_ops, do_serial_close): Adjust.
4670         (serial_fdopen_ops): Adjust.
4671
4672 2012-06-11  Pedro Alves  <palves@redhat.com>
4673
4674         * serial.c (do_serial_close): Remove early return when SCB is
4675         null.
4676
4677 2012-06-11  Tom Tromey  <tromey@redhat.com>
4678
4679         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4680
4681 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4682
4683         Fix regression by the "ambiguous linespec" series.
4684         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4685         get_last_displayed_symtab and get_last_displayed_line and depending
4686         on CURSAL.
4687
4688 2012-06-11  Tom Tromey  <tromey@redhat.com>
4689
4690         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4691         (dw2_find_symbol_file): Use it.
4692
4693 2012-06-11  Michael Eager  <eager@eagercon.com>
4694
4695         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4696         * mips-linux-tdep.h (mips_signals): New
4697
4698 2012-06-11  Tom Tromey  <tromey@redhat.com>
4699
4700         * infrun.c (handle_inferior_event)
4701         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4702         breakpoint.
4703         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4704         exception logic in all cases.  Update comments.
4705         (insert_longjmp_resume_breakpoint): Set the exception resume
4706         breakpoint.
4707
4708 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4709
4710         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4711
4712 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
4713
4714         * valarith.c (binop_types_user_defined_p): Fix a typo.
4715
4716 2012-06-08  Yao Qi  <yao@codesourcery.com>
4717             Chung-Lin Tang <cltang@codesourcery.com>
4718
4719         * arch-utils.c (default_return_in_first_hidden_param_p): New.
4720         * arch-utils.h: Declare.
4721         * gdbarch.sh: Add return_in_first_hidden_param_p.
4722         * gdbarch.c, gdbarch.h: Regenerated.
4723         * infcall.c (call_function_by_hand): Call
4724         gdbarch_return_in_first_hidden_param_p instead of
4725         language_pass_by_reference.
4726
4727         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4728         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4729         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4730         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4731         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4732         `cplus_return_struct_by_reference'.
4733         (tic6x_return_value): Handle language cplusplus.
4734         (tic6x_return_in_first_hidden_param_p): New.
4735         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4736
4737 2012-06-07  Doug Evans  <dje@google.com>
4738
4739         * dwarf2read.c (dwarf2_cu): Add comment.
4740
4741 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4742
4743         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4744         variable.
4745         (mips_eabi_push_dummy_call): Likewise.
4746         (mips_n32n64_push_dummy_call): Likewise.
4747         (mips_o32_push_dummy_call): Likewise.
4748         (mips_o64_push_dummy_call): Likewise.
4749
4750 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4751
4752         * mips-tdep.c (mips_convert_register_p): Correct coding style.
4753
4754 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4755
4756         * mips-tdep.c (mips_pseudo_register_type): Use
4757         mips_float_register_p.
4758
4759 2012-06-06  Pedro Alves  <palves@redhat.com>
4760
4761         * infrun.c (handle_inferior_event): Remove calls to
4762         reinit_frame_cache that follow a context_switch call.
4763
4764 2012-06-06  Pedro Alves  <palves@redhat.com>
4765
4766         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4767         context_switch and remove stale comment.
4768
4769 2012-06-06  Pedro Alves  <palves@redhat.com>
4770
4771         * infrun.c (struct execution_control_state): Remove
4772         `new_thread_event' field.
4773         (handle_inferior_event): Simplify new threads handling; don't
4774         resume the inferior if we find a new thread.
4775
4776 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
4777
4778         * NEWS: Document the deprecation of SH's 'regs' command.
4779         * inferior.h (all_registers_info): Add function declaration.
4780         * sh-tdep.c (sh_show_regs): Remove variable.
4781         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4782         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4783         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4784         (sh_show_regs_command): Remove functions.
4785         (sh_gdbarch_init): Don't set sh_show_regs.
4786         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4787         'info all-registers'.
4788         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4789         (sh64_show_regs): Remove functions.
4790         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4791
4792 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4793
4794         * configure.ac: Move development=true below AC_INIT.
4795         * configure: Regenerate.
4796
4797 2012-06-05  Stan Shebs  <stan@codesourcery.com>
4798
4799         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4800         gdb_stdout.
4801
4802 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4803
4804         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4805         argument as ssize_t.
4806         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4807         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4808         * target.c (target_read_stack, target_write_memory)
4809         (target_write_raw_memory): Likewise.
4810         * target.h (target_read_stack, target_write_memory)
4811         (target_write_raw_memory): Likewise.
4812
4813 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4814
4815         * symfile-mem.c: Change gdb_static_assert to ssize_t.
4816         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4817         * target.c (target_read_memory): Change LEN to ssize_t.
4818         * target.h (target_read_memory): Change LEN to ssize_t.
4819
4820 2012-06-05  Pedro Alves  <palves@redhat.com>
4821
4822         PR backtrace/13866
4823
4824         * breakpoint.c (until_break_command): Only fetch the selected
4825         frame after decode_line_1.
4826
4827 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
4828
4829         * solib-svr4.c (enable_break): Don't fallback to setting the solib
4830         event breakpoint at _start, __start or main if a program
4831         interpreter is not found.
4832
4833 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4834
4835         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4836         Add declaration.
4837         * windows-tdep.c: #include "objfiles.h".
4838         (windows_iterate_over_objfiles_in_search_order): New function.
4839         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4840         iterate_over_objfiles_in_search_order gdbarch method to
4841         windows_iterate_over_objfiles_in_search_order.
4842         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4843
4844 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4845
4846         * gdbarch.sh: Add generation of
4847         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4848         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
4849         (iterate_over_objfiles_in_search_order): New gdbarch method.
4850         * gdbarch.h, gdbarch.c: Regenerate.
4851         * objfiles.h (default_iterate_over_objfiles_in_search_order):
4852         Add declaration.
4853         * objfiles.c (default_iterate_over_objfiles_in_search_order):
4854         New function.
4855         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4856         out of lookup_symbol_aux_symtabs.
4857         (lookup_symbol_aux_symtabs): Replace extracted-out code by
4858         call to lookup_symbol_aux_objfile.
4859         (struct global_sym_lookup_data): New type.
4860         (lookup_symbol_global_iterator_cb): New function.
4861         (lookup_symbol_global): Search for symbol using
4862         gdbarch_iterate_over_objfiles_in_search_order and
4863         lookup_symbol_global_iterator_cb.
4864         * findvar.c (struct minsym_lookup_data): New type.
4865         (minsym_lookup_iterator_cb): New function.
4866         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4867         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4868         and minsym_lookup_iterator_cb.
4869
4870 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4871
4872         Revert the following patch:
4873         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4874         try locating the symbol in the symbol's own objfile first, before
4875         extending the search to all objfiles.
4876         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4877         out of lookup_symbol_aux_symtabs.
4878         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4879         Replace extracted-out code by call to lookup_symbol_aux_objfile.
4880         Do not search EXCLUDE_OBJFILE.
4881         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4882         (lookup_symbol_global): Search for matches in the block's objfile
4883         first, before searching all other objfiles.
4884
4885 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4886
4887         * breakpoint.c (find_condition_and_thread): Stop parsing
4888         as soon as the first invalid keyword is found.
4889
4890 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4891
4892         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4893
4894 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4895
4896         * config/djgpp/djcheck.sh: Add copyright header.
4897
4898 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4899
4900         * copyright.py (update_files, main): Fix path to update-copyright
4901         script.
4902
4903 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4904
4905         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4906         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4907         for which a reminder to update by hand is printed.
4908
4909 2012-06-04  Doug Evans  <dje@google.com>
4910
4911         * buildsym.c (make_blockvector): Add comment.
4912
4913 2012-06-04  Pedro Alves  <palves@redhat.com>
4914
4915         * arch-utils.c (default_gdb_signal_from_target): Delete.
4916         * arch-utils.h (default_gdb_signal_from_target): Delete.
4917         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
4918         gdbarch_gdb_signal_from_target_p.
4919         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4920         predicate).
4921         * gdbarch.h: Regenerate.
4922         * gdbarch.c: Regenerate.
4923
4924 2012-06-04  Pedro Alves  <palves@redhat.com>
4925
4926         * gdbarch.sh (gdb_signal_from_target): Mention that the
4927         implementation of the method must be host independent.
4928         * gdbarch.h: Regenerate.
4929
4930 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4931
4932         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4933         parameters.
4934         (target_read_memory_bfd): New function.
4935         (symbol_file_add_from_memory): Use it.
4936
4937 2012-06-03  Doug Evans  <dje@google.com>
4938
4939         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4940         of primary symtab.
4941         (basic_lookup_transparent_type): Ditto.
4942
4943         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4944         (ALL_PRIMARY_SYMTABS): Use it.
4945         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4946         * dwarf2read.c (dw2_find_symbol_file): Ditto.
4947         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4948         * symtab.c (lookup_symbol_aux_objfile): Ditto.
4949         (basic_lookup_transparent_type): Ditto.
4950
4951 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4952
4953         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
4954         it to optimize resolution of demangled name.
4955
4956 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4957
4958         * configure.ac (development): Define new variable.
4959         Call AC_CHECK_LIB for mcheck if $development.
4960         (ERROR_ON_WARNING): Enable it by default only if $development.
4961         * config.in: Regenerate.
4962         * configure: Regenerate.
4963
4964 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4965
4966         * target.c (target_read_memory): Make LEN argument as size_t.
4967         * target.h (target_read_memory): Likewise.
4968
4969 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4970
4971         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4972
4973 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4974
4975         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4976         BookE interface for PowerPC server processors if not available
4977         in the Linux Kernel.
4978
4979 2012-05-31  Keith Seitz  <keiths@redhat.com>
4980
4981         * linespec.c (decode_objc): Add cleanup to free
4982         INFO.FILE_SYMTABS.
4983         (find_linespec_symbols): Add cleanup to free CLASSES.
4984         * symfile.c (find_separate_debug_file_by_debuglink): Add
4985         cleanup to free DEBUGLINK.
4986         * ui-out.c (clear_header_list): No need to check if
4987         HEADER_NEXT.COLHDR is NULL.
4988         Free HEADER_NEXT.COL_NAME.
4989
4990 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4991
4992         * ada-lang.c (standard_lookup): Prevent uninitialized variable
4993         warning.
4994
4995 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4996
4997         * configure.host (gdb_host_cpu): Handle tilegx*.
4998         (gdb_host): Handle tilegx-*-linux*.
4999         * tilegx-linux-nat.c: New file.
5000         * config/tilegx/linux.mh: New file.
5001
5002 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5003
5004         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5005         tilegx-linux-tdep.o.
5006         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5007         tilegx-linux-tdep.c.
5008         * configure.tgt: Handle tilegx-*-linux*.
5009         * tilegx-tdep.h: New file.
5010         * tilegx-tdep.c: New file.
5011         * tilegx-linux-tdep.c: New file.
5012         * regformats/reg-tilegx.dat: New file.
5013
5014 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5015
5016         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5017         accounting of hw watchpoints on ppc.
5018
5019 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5020
5021         * source.c (openp): Expand tilde in path entries.
5022
5023 2012-05-29  Doug Evans  <dje@google.com>
5024
5025         * buildsym.c (block_compar): Fix comment.
5026         (end_symtab): Fix and clarify some comments.
5027
5028         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5029         cleanup_undefined_types.
5030         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5031         All callers updated.
5032
5033 2012-05-29  Tom Tromey  <tromey@redhat.com>
5034
5035         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5036         fails.
5037         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5038         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5039         fails.
5040         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5041         fails.
5042
5043 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5044
5045         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5046         (struct darwin_info): ... New struct.
5047         (solib_darwin_pspace_data): New variable.
5048         (darwin_pspace_data_cleanup): New function.
5049         (get_darwin_info): Likewise.
5050         (darwin_dyld_version_ok, darwin_load_image_infos)
5051         (darwin_solib_get_all_image_info_addr_at_init)
5052         (darwin_solib_read_all_image_info_addr): Add info argument.
5053         Adjust code.
5054         (darwin_current_sos): Use per pspace structure.
5055         (darwin_solib_create_inferior_hook): Likewise.
5056         (darwin_clear_solib): Likewise.
5057         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5058
5059 2012-05-28  Pedro Alves  <palves@redhat.com>
5060
5061         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5062         block that uses them.  Clear ecss before handling each event.
5063
5064 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5065
5066         * solib-svr4.c (svr4_current_sos): New comment on
5067         svr4_current_sos_via_xfer_libraries fall back.
5068
5069 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5070
5071         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5072         it as a fallback for TYPE_IS_OPAQUE.
5073         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5074         symbols for lookup_symbol.
5075
5076 2012-05-24  John Steele Scott  <toojays@toojays.net>
5077
5078         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5079         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5080         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5081         (check_producer): ... this new function, which also checks for ICC
5082         and caches the result.
5083         (producer_is_icc): New function.
5084         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5085         producer was ICC.
5086
5087 2012-05-24  Pedro Alves  <palves@redhat.com>
5088
5089         PR gdb/7205
5090
5091         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5092         (default_gdb_signal_to_target): ... this.  Add comment.
5093         (default_gdb_signal_from_host): Rename to ...
5094         (default_gdb_signal_from_target): ... this.  Add comment.
5095         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5096         (default_gdb_signal_to_target): ... this.
5097         (default_gdb_signal_from_host): Rename to ...
5098         (default_gdb_signal_from_target): ... this.
5099         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5100         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5101         (gdb_signal_from_target): ... this.  Adjust to
5102         default_gdb_signal_from_host naming change.  Extend comment.
5103         (gdb_signal_to_host): Rename to ...
5104         (gdb_signal_to_target): ... this.  Adjust to
5105         default_gdb_signal_to_host naming change.
5106         * gdbarch.h, gdbarch.c: Renegerate.
5107
5108 2012-05-24  Pedro Alves  <palves@redhat.com>
5109
5110         PR gdb/7205
5111
5112         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5113
5114 2012-05-24  Pedro Alves  <palves@redhat.com>
5115
5116         PR gdb/7205
5117
5118         Replace target_signal with gdb_signal throughout.
5119
5120 2012-05-24  Pedro Alves  <palves@redhat.com>
5121
5122         PR tui/14159
5123
5124         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5125         string, instead of reusing the va_list argument.
5126
5127 2012-05-24  Tom Tromey  <tromey@redhat.com>
5128
5129         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5130         Remove.
5131
5132 2012-05-23  Doug Evans  <dje@google.com>
5133
5134         * symtab.c (search_symbols): Formatting fixes.
5135         (print_symbol_info): Formatting fixes.
5136
5137         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5138         int64_t change to leb128 API.
5139         (read_encoded_value, decode_frame_entry_1): Ditto.
5140         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5141         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5142         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5143         (execute_stack_op): Ditto.
5144         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5145         (safe_read_uleb128, safe_read_sleb128): Ditto.
5146         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5147         (dwarf2_compile_expr_to_ax): Ditto.
5148         (locexpr_describe_location_piece): Ditto.
5149         (disassemble_dwarf_expression): Ditto.
5150         (locexpr_describe_location_1): Ditto.
5151
5152 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5153             Kwok Cheung Yeung  <kcy@codesourcery.com>
5154
5155         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5156         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5157         (mi-cmd-info.o): New rule.
5158         * osdata.h (info_osdata_command): New declaration.
5159         * osdata.c (info_osdata_command): Change to non-static.
5160         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5161         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5162         * mi/mi-cmd-info.c: New file.
5163
5164 2012-05-23  Doug Evans  <dje@google.com>
5165
5166         * symtab.c (search_symbols): Pass NULL for file_matcher to
5167         expand_symtabs_matching if there are no files to match.
5168
5169         * gdbtypes.c (lookup_typename): Simplify.
5170
5171 2012-05-23  Pedro Alves  <palves@redhat.com>
5172
5173         * arch-utils.h (default_target_signal_to_host): Delete.
5174         * arch-utils.c (default_target_signal_to_host): Delete.
5175         * gdbarch.sh (target_signal_to_host): Remove.
5176         * gdbarch.h, gdbarch.c: Regenerate.
5177
5178 2012-05-22  Doug Evans  <dje@google.com>
5179
5180         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5181         "const gdb_byte *".
5182         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5183         (execute_cfa_program): Update to match API of leb128 functions.
5184         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5185         "const gdb_byte *".
5186         (read_unsigned_leb128, read_signed_leb128): Delete.
5187         (read_initial_length): Change type of buf argument to
5188         "const gdb_byte *".
5189         (read_encoded_value): Update to match API of leb128 functions.
5190         (decode_frame_entry): Change result to "const gdb_byte *", and
5191         similarly for "start" parameter.
5192         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5193         (dwarf2_build_frame_info): Change local frame_ptr to
5194         "const gdb_byte *".
5195         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5196         read_uleb128, read_sleb128.  All callers updated.
5197         (safe_skip_leb128): New function.
5198         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5199         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5200         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5201         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5202         read_uleb128, read_sleb128.
5203         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5204         (execute_stack_op): Update to match API of leb128 functions.
5205         * dwarf2expr.h: #include "leb128.h".
5206         (read_uleb128, read_sleb128): Delete.
5207         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5208         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5209         * dwarf2loc.c (debug_loc_kind): New enum.
5210         (decode_debug_loc_addresses): New function.
5211         (decode_debug_loc_dwo_addresses): New function.
5212         (dwarf2_find_location_expression): Rewrite.
5213         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5214         (locexpr_describe_location_piece): Ditto.
5215         (disassemble_dwarf_expression): Ditto.
5216         (locexpr_describe_location_1): Ditto.
5217         (loclist_describe_location): Rewrite.
5218         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5219         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5220         (dwarf2_section_buffer_overflow_complaint): Renamed from
5221         dwarf2_macros_too_long_complaint.  All callers updated.
5222         (skip_leb128): Delete.
5223         (init_cu_die_reader): Initialize reader->buffer_end.
5224         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5225         (skip_form_bytes): New arg buffer_end.  All callers updated.
5226         Replace call to skip_leb128 with gdb_skip_leb128.
5227         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5228         (fill_in_loclist_baton): Initialize baton->from_dwo.
5229
5230 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5231
5232         * mips-linux-nat.c (mips_linux_read_description): Use a more
5233         verbose error message.
5234
5235 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5236
5237         * NEWS: Add MIPS/Linux DSP support.
5238         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5239         (SIGCONTEXT_DSPCTL): New macro.
5240         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5241         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5242         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5243         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5244         (N64_SIGCONTEXT_HI3): Likewise.
5245         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5246         (N64_SIGCONTEXT_LO3): Likewise.
5247         (N64_SIGCONTEXT_DSPCTL): Likewise.
5248         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5249         (mips_linux_o32_sigframe_init): Handle DSP registers.
5250         (mips_linux_n32n64_sigframe_init): Likewise.
5251
5252 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5253
5254         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5255         call to abort.
5256
5257 2012-05-22  Pedro Alves  <palves@redhat.com>
5258
5259         * target.h (store_waitstatus): Move declaration ...
5260         * inf-child.h (store_waitstatus): ... here.
5261         * target.c: Move inclusion of gdb_wait.h, and ...
5262         (store_waitstatus): ... this ...
5263         * inf-child.c: ... here.
5264         * linux-nat.c: Include inf-child.h.
5265         * rs6000-nat.c: Include inf-child.h.
5266         * spu-linux-nat.c: Include inf-child.h.
5267
5268 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5269
5270         * tracepoint.c (start_tracing): Add missing i18n markup.
5271         (stop_tracing, set_trace_user): Ditto.
5272         (set_trace_notes, set_trace_stop_notes): Ditto.
5273
5274 2012-05-21  Tom Tromey  <tromey@redhat.com>
5275
5276         PR c++/7173:
5277         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5278         types.
5279         * value.h (value_cast_pointers): Update.
5280         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5281         (value_cast): Update.
5282         (update_search_result): New function.
5283         (do_search_struct_field): New, from search_struct_field.  Check
5284         for ambiguous results.
5285         (search_struct_field): Rewrite.
5286         * infcall.c (value_arg_coerce): Update.
5287         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5288         value_cast_pointers.
5289         * ada-lang.c (ada_convert_actual): Update.
5290
5291 2012-05-21  Tom Tromey  <tromey@redhat.com>
5292
5293         * macroexp.c (macro_stringify): Terminate the string.
5294
5295 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5296
5297         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5298         Describe it.
5299         * auto-load.c (auto_load_expand_dir_vars): New function.
5300         (auto_load_safe_path_vec_update): Use it, remove the
5301         substitute_path_component call thanks to it.
5302         (auto_load_objfile_script): Remove the debug_file_directory processing.
5303         Use auto_load_expand_dir_vars, remove the substitute_path_component
5304         call thanks to it.
5305         * configure: Regenerate.
5306         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5307         path.  Escape $ also for $debugdir.
5308         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5309         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5310
5311 2012-05-20  Doug Evans  <dje@google.com>
5312
5313         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5314         before use.  Check for symtab->includes == NULL before scanning it.
5315
5316 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5317
5318         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5319
5320 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5321
5322         * NEWS: Add microMIPS support and "set mips compression",
5323         "show mips compression" commands.
5324         * mips-tdep.h (mips_isa): New enum.
5325         (gdbarch_tdep): Add mips_isa.
5326         (mips_pc_is_mips16): Update prototype.
5327         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5328         * mips-tdep.c (mips_compression_mips16): New variable.
5329         (mips_compression_micromips): Likewise.
5330         (mips_compression_strings): Likewise.
5331         (mips_compression_string): Likewise.
5332         (is_mips16_isa, is_micromips_isa): New functions.
5333         (is_mips16_addr): Rename to...
5334         (is_compact_addr): ... this.
5335         (unmake_mips16_addr): Likewise to...
5336         (unmake_compact_addr): ... this.
5337         (make_mips16_addr): Likewise to...
5338         (make_compact_addr): ... this.
5339         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5340         functions.
5341         (mips_elf_make_msymbol_special): Handle microMIPS code.
5342         (msymbol_is_special): Rename to...
5343         (msymbol_is_mips16): ... this.
5344         (mips_make_symbol_special, mips_pc_is_mips16): Update
5345         accordingly.
5346         (msymbol_is_mips, msymbol_is_micromips): New functions.
5347         (mips16_to_32_reg): Rename to...
5348         (mips_reg3_to_reg): ... this.
5349         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5350         (mips_pc_isa): Likewise.
5351         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5352         code.
5353         (mips_fetch_instruction): Pass return status instead of printing
5354         an error message if requested.  Handle microMIPS code.  Bail out
5355         on an invalid ISA.
5356         (micromips_op): New macro.
5357         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5358         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5359         (b6s4_op, b7s3_reg): Likewise.
5360         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5361         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5362         (mips_insn_size): New function.
5363         (mips32_next_pc): Update mips_fetch_instruction call.
5364         (micromips_relative_offset7): New function.
5365         (micromips_relative_offset10): Likewise.
5366         (micromips_relative_offset16): Likewise.
5367         (micromips_pc_insn_size): Likewise.
5368         (micromips_bc1_pc): Likewise.
5369         (micromips_next_pc): Likewise.
5370         (unpack_mips16): Update mips_fetch_instruction call.
5371         (extended_mips16_next_pc): Update according to change to
5372         mips16_to_32_reg.
5373         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5374         code.
5375         (mips16_scan_prologue): Update mips_fetch_instruction call.
5376         Update according to change to mips16_to_32_reg.
5377         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5378         (mips_insn16_frame_base_sniffer): Likewise.
5379         (micromips_decode_imm9): New function.
5380         (micromips_scan_prologue): Likewise.
5381         (mips_micro_frame_cache): Likewise.
5382         (mips_micro_frame_this_id): Likewise.
5383         (mips_micro_frame_prev_register): Likewise.
5384         (mips_micro_frame_sniffer): Likewise.
5385         (mips_micro_frame_unwind): New variable.
5386         (mips_micro_frame_base_address): New function.
5387         (mips_micro_frame_base): New variable.
5388         (mips_micro_frame_base_sniffer): New function.
5389         (mips32_scan_prologue): Update mips_fetch_instruction call.
5390         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5391         rather than for MIPS16.
5392         (mips_insn32_frame_base_sniffer): Likewise.
5393         (mips_addr_bits_remove): Handle microMIPS code.
5394         (deal_with_atomic_sequence): Rename to...
5395         (mips_deal_with_atomic_sequence): ... this.  Update the type
5396         of the variable used to hold an instruction.  Remove the ISA bit
5397         check.  Update mips_fetch_instruction call.
5398         (micromips_deal_with_atomic_sequence): New function.
5399         (deal_with_atomic_sequence): Likewise.
5400         (mips_about_to_return): Handle microMIPS code.  Update
5401         mips_fetch_instruction call.
5402         (heuristic_proc_start): Check for the standard MIPS ISA rather
5403         than for MIPS16.  Update mips_pc_is_mips16 and
5404         mips_fetch_instruction calls.  Handle microMIPS code.
5405         (mips_push_dummy_code): Handle microMIPS code.
5406         (mips_eabi_push_dummy_call): Likewise.
5407         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5408         (mips_o64_push_dummy_call): Handle microMIPS code.
5409         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5410         (is_delayed): Remove function.
5411         (mips_single_step_through_delay): Replace the call to is_delayed
5412         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5413         Handle microMIPS code.
5414         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5415         microMIPS code.
5416         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5417         call.
5418         (micromips_in_function_epilogue_p): New function.
5419         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5420         call.
5421         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5422         Handle microMIPS.
5423         (gdb_print_insn_mips): Likewise.
5424         (mips_breakpoint_from_pc): Likewise.
5425         (mips_remote_breakpoint_from_pc): New function.
5426         (mips32_instruction_has_delay_slot): Simplify making use of the
5427         updated mips_fetch_instruction interface.
5428         (micromips_instruction_has_delay_slot): New function.
5429         (mips16_instruction_has_delay_slot): Simplify making use of the
5430         updated mips_fetch_instruction interface.
5431         (mips_adjust_breakpoint_address): Check for the standard MIPS
5432         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5433         calls.  Handle microMIPS code.
5434         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5435         (mips_skip_trampoline_code): Handle microMIPS code.
5436         (global_mips_compression): New function.
5437         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5438         file flags.  Register the microMIPS remote breakpoint handler
5439         and heuristic frame unwinder.
5440         (show_mips_compression): New function.
5441         (_initialize_mips_tdep): Add the "set mips compression" and
5442         "show mips compression" commands.
5443
5444 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5445
5446         * ada-lang.c:
5447         * ada-tasks.c:
5448         * ada-varobj.c:
5449         * amd64-darwin-tdep.c:
5450         * arm-symbian-tdep.c:
5451         * arm-tdep.c:
5452         * avr-tdep.c:
5453         * ax-gdb.c:
5454         * bfin-linux-tdep.c:
5455         * breakpoint.c:
5456         * c-valprint.c:
5457         * cli/cli-cmds.c:
5458         * coffread.c:
5459         * cp-support.c:
5460         * cris-tdep.c:
5461         * dwarf2-frame-tailcall.c:
5462         * dwarf2-frame.c:
5463         * dwarf2expr.c:
5464         * dwarf2loc.c:
5465         * dwarf2read.c:
5466         * elfread.c:
5467         * eval.c:
5468         * expprint.c:
5469         * f-valprint.c:
5470         * frv-tdep.c:
5471         * h8300-tdep.c:
5472         * hppa-hpux-tdep.c:
5473         * hppa-tdep.c:
5474         * hppanbsd-tdep.c:
5475         * i386-nto-tdep.c:
5476         * i386-tdep.c:
5477         * i387-tdep.c:
5478         * ia64-tdep.c:
5479         * jit.c:
5480         * linespec.c:
5481         * linux-tdep.c:
5482         * lm32-tdep.c:
5483         * m2-valprint.c:
5484         * m32c-tdep.c:
5485         * m32r-rom.c:
5486         * m32r-tdep.c:
5487         * m68k-tdep.c:
5488         * m68klinux-tdep.c:
5489         * mi/mi-main.c:
5490         * microblaze-tdep.c:
5491         * mips-linux-tdep.c:
5492         * mips-tdep.c:
5493         * mn10300-tdep.c:
5494         * p-valprint.c:
5495         * parse.c:
5496         * ppc-linux-tdep.c:
5497         * ppc-sysv-tdep.c:
5498         * printcmd.c:
5499         * python/py-finishbreakpoint.c:
5500         * python/py-inferior.c:
5501         * python/py-infthread.c:
5502         * python/py-type.c:
5503         * python/python.c:
5504         * remote-fileio.c:
5505         * remote-m32r-sdi.c:
5506         * remote-mips.c:
5507         * reverse.c:
5508         * rl78-tdep.c:
5509         * rs6000-aix-tdep.c:
5510         * rs6000-tdep.c:
5511         * s390-tdep.c:
5512         * score-tdep.c:
5513         * sh64-tdep.c:
5514         * skip.c:
5515         * solib-darwin.c:
5516         * solib-dsbt.c:
5517         * solib-frv.c:
5518         * sparc-tdep.c:
5519         * spu-multiarch.c:
5520         * spu-tdep.c:
5521         * stack.c:
5522         * symfile.c:
5523         * symtab.c:
5524         * tic6x-tdep.c:
5525         * tracepoint.c:
5526         * v850-tdep.c:
5527         * valarith.c:
5528         * valprint.c:
5529         * value.c:
5530         * xcoffread.c:
5531         * xtensa-tdep.c:
5532         * ada-lang.c:
5533         * ada-tasks.c:
5534         * ada-varobj.c:
5535         * amd64-darwin-tdep.c:
5536         * arm-symbian-tdep.c:
5537         * arm-tdep.c: Delete unused variables.
5538
5539 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5540
5541         Rename $ddir to $datadir.
5542         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5543         * auto-load.c (auto_load_safe_path_vec_update)
5544         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5545         * configure: Regenerate.
5546         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5547         Likewise.  Remove the 'use $ddir' help string.
5548
5549 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5550
5551         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5552         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5553
5554 2012-05-18  Tom Tromey  <tromey@redhat.com>
5555
5556         PR exp/13907:
5557         * valprint.h (struct value_print_options) <symbol_print>: New
5558         field.
5559         * valprint.c (user_print_options): Add default for symbol_print.
5560         (show_symbol_print): New function.
5561         (generic_val_print): Respect symbol_print.
5562         (_initialize_valprint): Add "print symbol" setting.
5563         * f-valprint.c (f_val_print): Respect symbol_print.
5564         * c-valprint.c (c_val_print): Respect symbol_print.
5565         * NEWS: Update.
5566         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5567         zero-size symbols.
5568         (print_address_demangle): Return int.
5569         * defs.h: (print_address_symbolic): Return int.
5570         * value.h (print_address_demangle): Return int.
5571
5572 2012-05-18  Tom Tromey  <tromey@redhat.com>
5573
5574         * valprint.c (val_print_string): Don't print leading space.
5575         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5576         print space before string or vtbl.
5577         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5578         before string.
5579         * jv-valprint.c (java_value_print): Print space before string.
5580         * go-valprint.c (print_go_string): Print space before string.
5581         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5582         space before string.
5583         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5584         space before string or vtbl.
5585         * auxv.c (fprint_target_auxv): Print space after address.
5586
5587 2012-05-18  Tom Tromey  <tromey@redhat.com>
5588
5589         * printcmd.c (print_address_demangle): Remove special case for 0.
5590
5591 2012-05-18  Tom Tromey  <tromey@redhat.com>
5592
5593         * printcmd.c (print_address_demangle): Add 'opts' argument.
5594         * p-valprint.c (pascal_val_print): Update.
5595         * jv-valprint.c (java_val_print): Update.
5596         * value.h: Update.
5597         * valprint.c (generic_val_print): Update.
5598         (print_function_pointer_address): Add 'options' argument.  Remove
5599         'addressprint' argument.  Update.
5600         * m2-valprint.c (print_unpacked_pointer): Update.
5601         * gnu-v3-abi.c (print_one_vtable): Update.
5602         (gnuv3_print_method_ptr): Update.
5603         * f-valprint.c (f_val_print): Update.
5604         * cp-valprint.c (cp_print_value_fields): Update.
5605         * valprint.h (print_function_pointer_address): Update.
5606         * c-valprint.c (c_val_print): Update.
5607
5608 2012-05-18  Tom Tromey  <tromey@redhat.com>
5609
5610         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5611         directly corresponding to the found psymtab.
5612         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5613         (dw2_find_pc_sect_symtab): Use it.
5614         * block.h (blockvector_contains_pc): Declare.
5615         * block.c (find_block_in_blockvector): New function.
5616         (blockvector_for_pc_sect): Use it.
5617         (blockvector_contains_pc): New function.
5618
5619 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5620
5621         * mips-tdep.h (mips_write_pc): New prototype.
5622         * mips-tdep.c (mips_write_pc): Make external, add description.
5623         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5624         add description.
5625
5626 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5627
5628         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5629         mips_regnum->pc.
5630         (mips_unwind_pc, mips_write_pc): Likewise.
5631         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5632         gdbarch_read_pc.
5633
5634 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5635
5636         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5637         proc_warn, proc_error, proc_get_status, proc_flags,
5638         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5639         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5640         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5641         proc_stop_process, proc_wait_for_stop, proc_run_process,
5642         proc_set_traced_signals, proc_set_traced_faults,
5643         proc_set_traced_sysentry, proc_set_traced_sysexit,
5644         proc_set_held_signals, proc_get_held_signals,
5645         proc_get_traced_signals, proc_get_traced_faults,
5646         proc_get_traced_sysentry, proc_get_traced_sysexit,
5647         proc_clear_current_fault, proc_set_current_signal,
5648         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5649         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5650         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5651         proc_get_current_thread, proc_get_current_thread,
5652         proc_get_current_thread, proc_update_threads,
5653         proc_update_threads, proc_update_threads, proc_update_threads,
5654         proc_iterate_over_threads, procfs_find_new_threads,
5655         procfs_pid_to_str): Make static.  Remove advance declaration.
5656         (proc_cursig): Make static.  Conditionalized defintion on
5657         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5658         (proc_syscall, proc_set_kill_on_last_close,
5659         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5660         proc_get_pending_signals, proc_get_signal_actions,
5661         proc_trace_signal, proc_ignore_signal): Delete.
5662
5663 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5664
5665         * coffread.c (cs_section_address): Passing proper argument for
5666         `bfd_get_section_vma'.
5667         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5668         `bfd_get_section_flags'.
5669         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5670         `bfd_get_section_vma'.
5671
5672 2012-05-16  Tom Tromey  <tromey@redhat.com>
5673
5674         PR macros/13205:
5675         * macrotab.h: (macro_define_special): Declare.
5676         (enum macro_special_kind): New.
5677         (struct macro_definition) <argc, replacement>: Update comments.
5678         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5679         (macro_define_object_internal): New function.
5680         (macro_define_object): Use it.
5681         (macro_define_special): New function.
5682         (fixup_definition): New function.
5683         (macro_lookup_definition, foreach_macro_in_scope)
5684         (foreach_macro): Use fixup_definition.
5685         * macroexp.h (macro_stringify): Declare.
5686         * macroexp.c (free_buffer_return_text): New function.
5687         (stringify): Constify "arg".
5688         (macro_stringify): New function.
5689         * dwarf2read.c (macro_start_file): Call macro_define_special.
5690
5691 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5692             Maciej W. Rozycki  <macro@mips.com>
5693
5694         * breakpoint.h (bp_location): Add related_address member.
5695         * inferior.h (get_return_value): Take a pointer to struct value
5696         instead of struct type for the function requested.
5697         * value.h (using_struct_return): Likewise.
5698         * gdbarch.sh (return_value): Take a pointer to struct value
5699         instead of struct type for the function requested.
5700         * breakpoint.c (set_breakpoint_location_function): Initialize
5701         related_address for bp_gnu_ifunc_resolver breakpoints.
5702         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5703         requested function's address to gdbarch_return_value.
5704         * eval.c (evaluate_subexp_standard): Pass the requested
5705         function's address to using_struct_return.
5706         * infcall.c (call_function_by_hand): Pass the requested
5707         function's address to using_struct_return and
5708         gdbarch_return_value.
5709         * infcmd.c (get_return_value): Take a pointer to struct value
5710         instead of struct type for the function requested.
5711         (print_return_value): Update accordingly.
5712         (finish_command_continuation): Likewise.
5713         * stack.c (return_command): Pass the requested function's
5714         address to using_struct_return and gdbarch_return_value.
5715         * value.c (using_struct_return): Take a pointer to struct value
5716         instead of struct type for the function requested.  Pass the
5717         requested function's address to gdbarch_return_value.
5718         * python/py-finishbreakpoint.c (finish_breakpoint_object):
5719         New function_value member, replacing function_type.
5720         (bpfinishpy_dealloc): Update accordingly.
5721         (bpfinishpy_pre_stop_hook): Likewise.
5722         (bpfinishpy_init): Likewise.  Record the requested function's
5723         address.
5724         * mips-tdep.c (mips_fval_reg): New enum.
5725         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5726         words put in GP registers.
5727         (mips_o64_push_dummy_call): Update a comment.
5728         (mips_o32_return_value): Take a pointer to struct value instead
5729         of struct type for the function requested and use it to check if
5730         using the MIPS16 calling convention.  Return the designated
5731         general purpose registers for floating-point values returned in
5732         MIPS16 mode.
5733         (mips_o64_return_value): Likewise.
5734         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5735         (ppc_sysv_abi_broken_return_value): Likewise.
5736         (ppc64_sysv_abi_return_value): Likewise.
5737         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5738         value instead of struct type for the function requested.
5739         * amd64-tdep.c (amd64_return_value): Likewise.
5740         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5741         * arm-tdep.c (arm_return_value): Likewise.
5742         * avr-tdep.c (avr_return_value): Likewise.
5743         * bfin-tdep.c (bfin_return_value): Likewise.
5744         * cris-tdep.c (cris_return_value): Likewise.
5745         * frv-tdep.c (frv_return_value): Likewise.
5746         * h8300-tdep.c (h8300_return_value): Likewise.
5747         (h8300h_return_value): Likewise.
5748         * hppa-tdep.c (hppa32_return_value): Likewise.
5749         (hppa64_return_value): Likewise.
5750         * i386-tdep.c (i386_return_value): Likewise.
5751         * ia64-tdep.c (ia64_return_value): Likewise.
5752         * iq2000-tdep.c (iq2000_return_value): Likewise.
5753         * lm32-tdep.c (lm32_return_value): Likewise.
5754         * m32c-tdep.c (m32c_return_value): Likewise.
5755         * m32r-tdep.c (m32r_return_value): Likewise.
5756         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5757         * m68k-tdep.c (m68k_return_value): Likewise.
5758         (m68k_svr4_return_value): Likewise.
5759         * m88k-tdep.c (m88k_return_value): Likewise.
5760         * mep-tdep.c (mep_return_value): Likewise.
5761         * microblaze-tdep.c (microblaze_return_value): Likewise.
5762         * mn10300-tdep.c (mn10300_return_value): Likewise.
5763         * moxie-tdep.c (moxie_return_value): Likewise.
5764         * mt-tdep.c (mt_return_value): Likewise.
5765         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5766         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5767         (ppc_sysv_abi_broken_return_value): Likewise.
5768         (ppc64_sysv_abi_return_value): Likewise.
5769         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5770         * rl78-tdep.c (rl78_return_value): Likewise.
5771         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5772         * rx-tdep.c (rx_return_value): Likewise.
5773         * s390-tdep.c (s390_return_value): Likewise.
5774         * score-tdep.c (score_return_value): Likewise.
5775         * sh-tdep.c (sh_return_value_nofpu): Likewise.
5776         (sh_return_value_fpu): Likewise.
5777         * sh64-tdep.c (sh64_return_value): Likewise.
5778         * sparc-tdep.c (sparc32_return_value): Likewise.
5779         * sparc64-tdep.c (sparc64_return_value): Likewise.
5780         * spu-tdep.c (spu_return_value): Likewise.
5781         * tic6x-tdep.c (tic6x_return_value): Likewise.
5782         * v850-tdep.c (v850_return_value): Likewise.
5783         * vax-tdep.c (vax_return_value): Likewise.
5784         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5785         * xtensa-tdep.c (xtensa_return_value): Likewise.
5786         * gdbarch.c: Regenerate.
5787         * gdbarch.h: Regenerate.
5788
5789 2012-05-15  Tom Tromey  <tromey@redhat.com>
5790
5791         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5792
5793 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5794
5795         * breakpoint.c (init_breakpoint_sal): Add quotes around part
5796         of command in two error message.
5797
5798 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5799
5800         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5801
5802 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5803
5804         * breakpoint.c (find_condition_and_thread): Minor reformatting.
5805
5806 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5807
5808         * NEWS (show auto-load scripts-directory): Add forgotten command.
5809
5810 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5811
5812         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5813         parameters.
5814
5815 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5816
5817         * amd64-tdep.c: Include features/i386/x32.c and
5818         features/i386/x32-avx.c.
5819         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5820         initialize_tdesc_x32_avx.
5821
5822 2012-05-14  Stan Shebs  <stan@codesourcery.com>
5823
5824         Add dynamic printf.
5825         * breakpoint.h (enum bptype): New type bp_dprintf.
5826         (struct breakpoint): New field extra_string.
5827         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5828         (create_breakpoint): Add extra_string arg.
5829         * breakpoint.c (dprintf_breakpoint_ops): New.
5830         (is_breakpoint): Add bp_dprintf.
5831         (bpstat_what): Add dprintf case.
5832         (bptype_string): Ditto.
5833         (print_one_breakpoint_location): Ditto.
5834         (init_bp_location): Ditto.
5835         (bkpt_print_mention): Ditto.
5836         (dprintf_style_enums): New array.
5837         (dprintf_style): New global.
5838         (dprintf_function): New global.
5839         (dprintf_channel): New global.
5840         (update_dprintf_command_list): New function.
5841         (update_dprintf_commands): New function.
5842         (init_breakpoint_sal): Add extra_string argument, handle it.
5843         (create_breakpoint_sal): Add extra_string argument.
5844         (create_breakpoints_sal): Add extra_string argument, update callers.
5845         (find_condition_and_thread): Add extra argument.
5846         (create_breakpoint): Add extra_string argument, record it.
5847         (dprintf_command): New function.
5848         (break_command_1): Add arg to create_breakpoint call.
5849         (handle_gnu_v3_exceptions): Ditto.
5850         (trace_command): Ditto.
5851         (ftrace_command): Ditto.
5852         (strace_command): Ditto.
5853         (bkpt_print_mention): Add dprintf case.
5854         (create_breakpoint_sal_default): Add extra_string argument.
5855         (_initialize_breakpoint): Add new commands.
5856         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5857         * python/py-breakpoint.c (bppy_init): Ditto.
5858         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5859
5860 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
5861
5862         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5863
5864 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
5865
5866         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5867         unsigned long long.
5868
5869 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
5870
5871         Add a new function gdb.find_pc_line to the Python API.
5872         * NEWS (Python Scripting): Add entry about the new function.
5873         * python/python.c (gdbpy_find_pc_line): New function which
5874         implements gdb.find_pc_line.
5875         (GdbMethods): Add entry for the new function.
5876
5877 2012-05-12  Pedro Alves  <palves@redhat.com>
5878
5879         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5880         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5881
5882 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
5883
5884         * inferior.c: Include completer.h
5885         (initialize_inferiors): Set completer of add-inferior to
5886         filename_completer.
5887
5888 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5889
5890         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5891         gdbarch_ptr_bit for x32 core dump.
5892
5893 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5894
5895         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5896         and features/i386/x32-avx-linux.c.
5897
5898 2012-05-11  Stan Shebs  <stan@codesourcery.com>
5899             Kwok Cheung Yeung  <kcy@codesourcery.com>
5900
5901         * NEWS: Describe new info os commands.
5902         * common/linux-osdata.c (PID_T, TIME_T): Define.
5903         (MAX_PID_T_STRLEN): New.
5904         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
5905         MAX_PID_T_STRLEN.
5906         (command_from_pid): Add comment.  Change to use PID_T.
5907         (commandline_from_pid):  Change to use PID_T.
5908         (user_from_pid): Add comment.
5909         (get_process_owner): Add comment. Change to use PID_T and
5910         MAX_PID_T_STRLEN.
5911         (get_number_of_cpu_cores): Add comment.
5912         (get_cores_used_by_process): Add comment.  Change to use PID_T and
5913         MAX_PID_T_STRLEN.
5914         (linux_xfer_osdata_processes): Change to use PID_T and
5915         MAX_PID_T_STRLEN.
5916         (compare_processes): New function.
5917         (linux_xfer_osdata_processgroups): New function.
5918         (linux_xfer_osdata_threads): Change to use PID_T.
5919         (linux_xfer_osdata_fds): New function.
5920         (format_socket_state, print_sockets): New functions.
5921         (union socket_addr): New union.
5922         (linux_xfer_osdata_isockets): New function.
5923         (time_from_time_t, group_from_gid): New functions.
5924         (linux_xfer_osdata_shm): New function.
5925         (linux_xfer_osdata_sem): New function.
5926         (linux_xfer_osdata_msg): New function.
5927         (linux_xfer_osdata_modules): New function.
5928         (osdata_table): Add new entries.
5929         * common/buffer.c (buffer_xml_printf): Add support for long and
5930         long long format specifiers.
5931
5932 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5933
5934         * amd64-linux-tdep.h (tdesc_x32_linux): New.
5935         (tdesc_x32_avx_linux): Likewise.
5936
5937 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5938
5939         Implement multi-component --with-auto-load-dir.
5940         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5941         entries.
5942         (--with-auto-load-safe-path): Update the default value description.
5943         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5944         New.
5945         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
5946         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
5947         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
5948         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
5949         "set auto-load scripts-directory".
5950         * config.in: Regenerate.
5951         * configure: Regenerate.
5952         * configure.ac (--with-auto-load-dir): New configure option.
5953         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5954
5955 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5956
5957         Provide $ddir substitution for --with-auto-load-safe-path.
5958         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5959         entries.
5960         * auto-load.c: Include observer.h.
5961         (auto_load_safe_path_vec_update): Call substitute_path_component for
5962         each component.  New variable ddir_subst.
5963         (auto_load_gdb_datadir_changed): New function.
5964         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5965         AUTO_LOAD_SAFE_PATH.  New comment.
5966         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5967         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
5968         * config.in: Regenerate.
5969         * configure: Regenerate.
5970         * configure.ac (--auto-load-safe-path): Rename
5971         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
5972         GDB_DATADIR/auto-load.
5973         * defs.h (substitute_path_component): New declaration.
5974         * top.c: Include observer.h.
5975         (set_gdb_datadir): New function.
5976         (init_main): Install it for "set data-directory".
5977         * utils.c (substitute_path_component): New function.
5978
5979 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5980
5981         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5982         * auto-load.c (auto_load_objfile_script): Remove check for NULL
5983         DEBUG_FILE_DIRECTORY.  Handle multiple components of
5984         DEBUG_FILE_DIRECTORY.
5985
5986 2012-05-10  Tom Tromey  <tromey@redhat.com>
5987
5988         * dwarf2read.c (recursively_write_psymbols): New function.
5989         (write_psymtabs_to_index): Use it.
5990
5991         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5992         field.
5993         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5994         (load_partial_comp_unit): Update.
5995         (queue_comp_unit): Add argument 'pretend_language'.
5996         (process_queue): Update.
5997         (psymtab_to_symtab_1): Skip dependencies that have a user.
5998         (load_partial_comp_unit_reader): Give meaning to the 'data'
5999         argument.
6000         (load_full_comp_unit): Add 'pretend_language' argument.
6001         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6002         language on CU.
6003         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6004         Update.
6005         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6006         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6007         Update.
6008         (prepare_one_comp_unit): Add 'pretend_language' argument.
6009
6010         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6011         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6012         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6013         (dw2_do_instantiate_symtab): Check whether symtab was read in
6014         before queueing.
6015         (dw2_instantiate_symtab): Add assertion.  Call
6016         process_cu_includes.
6017         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6018         (partial_symtab_p): New typedef.
6019         (set_partial_user): New function.
6020         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6021         (scan_partial_symbols): Add imported CU to imported_symtabs.
6022         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6023         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6024         (get_symtab, recursively_compute_inclusions)
6025         (compute_symtab_includes, process_cu_includes)
6026         (process_imported_unit_die): New functions.
6027         (process_die) <DW_TAG_imported_unit>: New case.
6028         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6029
6030         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6031         comment.
6032         (struct partial_die_info) <locdesc>: Remove.
6033         <d>: New field.
6034         (process_psymtab_comp_unit): Add 'read_partial' argument.
6035         Update.
6036         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6037         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6038         (add_partial_symbol): Update.
6039         (process_die): Handle DW_TAG_partial_unit.
6040         (read_file_scope): Update comment.
6041         (load_partial_dies): Handle DW_TAG_imported_unit.
6042         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6043         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6044
6045 2012-05-10  Tom Tromey  <tromey@redhat.com>
6046
6047         * cc-with-dwz.sh: New file.
6048
6049 2012-05-10  Tom Tromey  <tromey@redhat.com>
6050
6051         * symtab.h (struct symtab) <includes, user>: New fields.
6052         * block.h (struct block_iterator) <d, idx, which>: New fields.
6053         * block.c (initialize_block_iterator, find_iterator_symtab)
6054         (block_iterator_step, block_iter_name_step)
6055         (block_iter_match_step): New functions.
6056         (block_iterator_first, block_iterator_next)
6057         (block_iter_name_first, block_iter_name_next)
6058         (block_iter_match_first, block_iter_match_next): Rewrite.
6059         (get_block_symtab): New function.
6060
6061 2012-05-10  Tom Tromey  <tromey@redhat.com>
6062
6063         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6064         set_block_symtab.
6065         * jit.c (finalize_symtab): Use allocate_global_block,
6066         set_block_symtab.
6067         * buildsym.c (finish_block_internal): New function, from old
6068         finish_block.
6069         (finish_block): Rewrite.
6070         (end_symtab): Use finish_block_internal, set_block_symtab.
6071         * block.h (struct global_block): New.
6072         (allocate_global_block, set_block_symtab): Declare.
6073         * block.c (allocate_global_block, set_block_symtab): New
6074         functions.
6075
6076 2012-05-10  Tom Tromey  <tromey@redhat.com>
6077
6078         * psymtab.c (partial_map_expand_apply): Add assertion.
6079         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6080         (psymtab_to_symtab): Find unshared psymtab.
6081         (dump_psymtab): Print including psymtabs.
6082         (recursively_search_psymtabs): New function.
6083         (expand_symtabs_matching_via_partial): Use it.
6084         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6085         fields.
6086         (enum psymtab_search_status): New.
6087
6088 2012-05-10  Tom Tromey  <tromey@redhat.com>
6089
6090         * tracepoint.c (scope_info): Update.
6091         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6092         (find_pc_sect_symtab, search_symbols)
6093         (default_make_symbol_completion_list_break_on)
6094         (make_file_symbol_completion_list): Update.
6095         * symmisc.c (dump_symtab_1): Update.
6096         * stack.c (print_frame_args, iterate_over_block_locals)
6097         (print_frame_labels, iterate_over_block_arg_vars): Update.
6098         * python/py-block.c (block_object) <dict>: Remove.
6099         <block>: New field.
6100         <iter>: Change type.
6101         (blpy_iter): Update.
6102         (blpy_block_syms_iternext): Update.
6103         * psymtab.c (map_block): Use block iterators.
6104         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6105         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6106         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6107         * infrun.c (check_exception_resume): Update.
6108         * cp-support.c (make_symbol_overload_list_block): Update.
6109         * coffread.c (patch_opaque_types): Update.
6110         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6111         * block.h (struct block_iterator): New.
6112         (block_iterator_first, block_iterator_next, block_iter_name_first)
6113         (block_iter_name_next, block_iter_match_first)
6114         (block_iter_match_next): Declare.
6115         (ALL_BLOCK_SYMBOLS): Redefine.
6116         * block.c (block_iterator_first, block_iterator_next)
6117         (block_iter_name_first, block_iter_name_next)
6118         (block_iter_match_first, block_iter_match_next): New functions.
6119         * ada-lang.c (ada_add_block_symbols)
6120         (ada_make_symbol_completion_list): Use block iterator.
6121
6122 2012-05-10  Tom Tromey  <tromey@redhat.com>
6123
6124         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6125         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6126         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6127         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6128         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6129         Update.
6130
6131 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6132
6133         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6134         print-file-var-lib2.c, print-file-var-main.c and
6135         print-file-var.exp (located in gdb/testsuite/gdb.base).
6136
6137 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6138
6139         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6140         try locating the symbol in the symbol's own objfile first, before
6141         extending the search to all objfiles.
6142         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6143         out of lookup_symbol_aux_symtabs.
6144         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6145         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6146         Do not search EXCLUDE_OBJFILE.
6147         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6148         (lookup_symbol_global): Search for matches in the block's objfile
6149         first, before searching all other objfiles.
6150
6151 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6152
6153         * printcmd.c (set_command): Add pre/post inc/dec.
6154
6155 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6156
6157         * gdb.1: Document -ex option.
6158
6159 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6160
6161         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6162         * inferior.h (AT_SYMBOL): Delete.
6163
6164 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6165
6166         * mips-tdep.c (mips_push_dummy_code): New function.
6167         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6168         ON_STACK and install mips_push_dummy_code as our gdbarch
6169         push_dummy_code routine.
6170
6171 2012-05-09  Pedro Alves  <palves@redhat.com>
6172
6173         * target.c (set_maintenance_target_async_permitted): Rename to ...
6174         (set_target_async_command): ... this.
6175         (show_maintenance_target_async_permitted): Rename to ...
6176         (show_target_async_command): ... this.
6177         (initialize_targets): Adjust.
6178
6179 2012-05-08  Doug Evans  <dje@google.com>
6180
6181         * go-exp.y (classify_name): Add missing assignment of fields of
6182         yylval.ssym.
6183
6184 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6185
6186         Display the ">" prompt in interactive mode while reading canned
6187         commands, even when the current interpreter is MI.
6188
6189         * interps.c (interp_set_temp): New function.
6190
6191         * interps.h (interp_set_temp): Add prototype.
6192
6193         * cli/cli-script.c (restore_interp): New cleanup function.
6194         (read_command_lines): Temporarily override the current interpreter
6195         with CLI and arrange for restoring the original one.
6196
6197 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6198
6199         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6200
6201 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6202
6203         * probe.c (parse_probes): Move conditional to check for
6204         debuginfo files from here...
6205         * stap-probe.c (stap_get_probes): ... to here.
6206
6207 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6208             H.J. Lu  <hongjiu.lu@intel.com>
6209
6210         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6211         `movl %esp, %ebp' for the X32 ABI.
6212
6213 2012-05-07  Tom Tromey  <tromey@redhat.com>
6214
6215         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6216         get_DW_TAG_name.
6217         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6218         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6219         (dwarf_stack_op_name): Remove.
6220         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6221         (decode_locdesc): Use get_DW_OP_name.
6222         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6223         (dwarf2_compile_expr_to_ax): Likewise.
6224         (disassemble_dwarf_expression): Likewise.
6225         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6226
6227 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6228
6229         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6230         (sh_linux_sigtramp_cache): New function.
6231         (sh_linux_sigreturn_init): New function.
6232         (sh_linux_rt_sigreturn_init): New function.
6233         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6234         patterns.
6235         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6236         syscall codes.
6237         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6238         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6239         (sh_linux_init_abi): Add init calls to register new tramp_frame
6240         definitions under 32-bit SH, update comments.
6241
6242 2012-05-07  Pedro Alves  <palves@redhat.com>
6243
6244         PR gdb/10952
6245
6246         * amd64-linux-tdep.c: Include glibc-tdep.h.
6247         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6248         gdbarch_skip_solib_resolver callback.
6249
6250 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6251
6252         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6253         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6254         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6255         (add_auto_load_safe_path): Change the error message.
6256         (_initialize_auto_load): Change the "safe-path" help text.
6257         * configure: Regenerate
6258         * configure.ac (--without-auto-load-safe-path): Set
6259         WITH_AUTO_LOAD_SAFE_PATH to /.
6260
6261 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6262
6263         * stap-probe.h: Do not include unecessary `probe.h'.
6264
6265 2012-05-05  Alan Modra  <amodra@gmail.com>
6266
6267         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6268         bfd_und_section_ptr.
6269         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6270         and bfd_com_section_ptr.
6271
6272 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6273
6274         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6275
6276 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6277
6278         * windows-nat.h (segment_register_p_ftype): New typedef.
6279         (windows_set_segment_register_p): Add declaration.
6280         * windows-nat.c (segment_register_p): New static global.
6281         (windows_set_segment_register_p): New function.
6282         (do_windows_fetch_inferior_registers): Add special handling
6283         for segment registers.
6284         * amd64-windows-nat.c: #include "amd64-tdep.h".
6285         (amd64_windows_segment_register_p): New function.
6286         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6287         * i386-windows-nat.c: #include "i386-tdep.h".
6288         (i386_windows_segment_register_p): New function.
6289         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6290
6291 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6292
6293         * printcmd.c (set_command): Emit a warning if the expression is not
6294         an assignment.
6295
6296 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6297
6298         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6299         Make static.
6300
6301 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6302
6303         * stap-probe.c (stap_is_operator): Change declaration.
6304         (stap_get_opcode): Change return value.
6305         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6306         `stap_parse_argument_1'.
6307
6308 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6309
6310         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6311         debug log.
6312
6313 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6314
6315         Add two new methods global_block and static_block to gdb.Symtab
6316         objects.
6317         * NEWS (Python scripting): Add entry about the new methods.
6318         * python/py-symtab.c (stpy_global_block): New function which
6319         implements the gdb.Symtab.global_block() method.
6320         (stpy_static_block): New function which implements the
6321         gdb.Symtab.static_block() method.
6322         (symtab_object_methods): Add entries for the two new methods.
6323
6324 2012-05-03  Doug Evans  <dje@google.com>
6325
6326         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6327         files.
6328
6329 2012-05-03  Yao Qi  <yao@codesourcery.com>
6330
6331         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6332         space.
6333         (i386_process_record): Ditto.
6334
6335 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6336
6337         * infcall.c (unwind_on_signal_p): Make static.
6338
6339 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6340
6341         * sol-thread.c (solaris_pid_to_str): Make static.
6342         (_initialize_sol_thread): Add prototype.
6343
6344 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6345
6346         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6347
6348 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6349
6350         * MAINTAINERS: Remove myself.
6351
6352 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6353
6354         Fix --without-auto-load-safe-path for MS-Windows host platform.
6355         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6356
6357 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6358
6359         * gdb_curses.h: Undefine KEY_EVENT before including curses
6360         headers.  Move "#undef MOUSE_MOVED" before any curses header
6361         inclusion.
6362
6363 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6364
6365         * features/i386/i386-mmx-linux.c: Regenerate.
6366         * features/rs6000/powerpc-32.c: Likewise.
6367         * features/rs6000/powerpc-32l.c: Likewise.
6368         * features/rs6000/powerpc-403.c: Likewise.
6369         * features/rs6000/powerpc-403gc.c: Likewise.
6370         * features/rs6000/powerpc-405.c: Likewise.
6371         * features/rs6000/powerpc-505.c: Likewise.
6372         * features/rs6000/powerpc-601.c: Likewise.
6373         * features/rs6000/powerpc-602.c: Likewise.
6374         * features/rs6000/powerpc-603.c: Likewise.
6375         * features/rs6000/powerpc-604.c: Likewise.
6376         * features/rs6000/powerpc-64.c: Likewise.
6377         * features/rs6000/powerpc-64l.c: Likewise.
6378         * features/rs6000/powerpc-750.c: Likewise.
6379         * features/rs6000/powerpc-860.c: Likewise.
6380         * features/rs6000/powerpc-e500.c: Likewise.
6381         * features/rs6000/powerpc-e500l.c: Likewise.
6382         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6383         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6384         * features/rs6000/rs6000.c: Likewise.
6385
6386 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6387
6388         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6389         variable.
6390         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6391         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6392         (stap_parse_argument) <e>: Likewise.
6393         (handle_stap_probe) <byte_order>: Likewise.
6394
6395 2012-04-30  Doug Evans  <dje@google.com>
6396
6397         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6398         init_and_read_dies_worker.  All callers updated.
6399         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6400         replaced with init_cutu_and_read_dies.
6401         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6402         (find_partial_die): Remove FIXME.  Don't free current CU.
6403
6404 2012-04-30  Sterling Augustine  <saugustine@google.com>
6405
6406         * contrib: New directory.
6407         * contrib/test_pubnames_and_indexes.py: New file.
6408
6409 2012-04-30  Doug Evans  <dje@google.com>
6410
6411         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6412         All callers updated.
6413         (init_cu_die_reader): Verify the section is non-empty.
6414         (dwarf_decode_line_header): Don't dereference section->asection
6415         until we know the section is present.
6416
6417 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6418
6419         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6420         probes.
6421
6422 2012-04-29  Yao Qi  <yao@codesourcery.com>
6423
6424         * gdb-code-style.el: New hook gdb-markup-hook
6425         and gdb-comment-hook.
6426
6427 2012-04-28  Doug Evans  <dje@google.com>
6428
6429         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6430         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6431         objfile->obfd.
6432         * symfile.h (dwarf2_debug_sections): New member addr.
6433         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6434         (ctx_no_get_addr_index): New function.
6435         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6436         (ctx_no_get_addr_index): Declare.
6437         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6438         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6439         (dwarf_expr_ctx_funcs): Update.
6440         (needs_get_addr_index): New function.
6441         (needs_frame_ctx_funcs): Update.
6442         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6443         * dwarf2read.c: #include "gdbcore.h".
6444         (dwarf2_per_objfile): New members addr, dwo_files.
6445         (dwarf2_elf_names): Add entry for addr.
6446         (struct dwo_section_names): New type.
6447         (dwo_section_names): New static global.
6448         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6449         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6450         old debug_types_section member updated to use this.
6451         Rename member debug_types_section to info_or_types_section,
6452         all uses updated.
6453         (signatured_type): Rename member type_offset to type_offset_in_tu,
6454         all uses updated.  New member type_offset_in_section.
6455         (struct dwo_sections): New type.
6456         (struct dwo_unit): New type.
6457         (struct dwo_file): New type.
6458         (die_reader_specs): New member dwo_file.
6459         (dwarf2_locate_sections): Watch for .debug_addr.
6460         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6461         (dwarf2_read_section): Get bfd of section from bfd's asection,
6462         instead of objfile.
6463         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6464         (create_signatured_type_table_from_index): Initialize
6465         sig_type->info_or_types_section.
6466         (dw2_get_file_names): Statement lists for type units with DWO files
6467         live in the DWO file.
6468         (create_debug_types_hash_table): New function.
6469         (create_all_type_units): Rewrite.
6470         (init_cu_die_reader): New arg dwo_file, all callers updated.
6471         (init_and_read_dies_worker): Get section from
6472         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6473         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6474         continue reading the CU/TU from there.
6475         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6476         updated.  Get section from this_cu->info_or_types_section.
6477         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6478         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6479         DW_FORM_GNU_str_index.
6480         (hash_dwo_file, eq_dwo_file): New functions.
6481         (allocate_dwo_file_hash_table): New function.
6482         (hash_dwo_unit, eq_dwo_unit): New functions.
6483         (allocate_dwo_unit_table): New function.
6484         (dwarf2_locate_dwo_sections): New function.
6485         (struct create_dwo_info_table_data): New type.
6486         (create_debug_info_hash_table_reader): New function.
6487         (create_debug_info_hash_table): New function.
6488         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6489         (lookup_dwo_file): New function.
6490         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6491         (free_dwo_file, free_dwo_file_cleanup): New functions.
6492         (free_dwo_file_from_slot, free_dwo_files): New functions.
6493         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6494         (dwarf2_record_block_ranges): Ditto.
6495         (read_partial_die): Ditto.
6496         (process_enumeration_scope): Update to use type_offset_in_section.
6497         (read_full_die_1): New function.
6498         (read_full_die): Rewrite.
6499         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6500         DW_FORM_GNU_str_index.
6501         (read_addr_index_1, read_addr_index): New functions.
6502         (read_addr_index_from_leb128): New function.
6503         (struct dwarf2_read_addr_index_data): New type.
6504         (dwarf2_read_addr_index_reader): New function.
6505         (dwarf2_read_addr_index): New function.
6506         (read_str_index): New function.
6507         (leb128_size): New function.
6508         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6509         If processing a type unit from a DWO file, get the line section
6510         from the DWO file.
6511         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6512         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6513         DW_FORM_GNU_str_index.
6514         (lookup_die_type): Check whether section offset of type's die is
6515         known before looking it up.  Remove assert.  Condition can
6516         legimately happen for inter-cu type references.
6517         (dwarf_attr_name): Handle Fission attributes.
6518         (dwarf_form_name): Handle Fission forms.
6519         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6520         DW_FORM_GNU_str_index.
6521         (follow_die_sig): Update to use type_offset_in_section.
6522         (decode_locdesc): New case DW_OP_GNU_addr_index.
6523         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6524         DW_FORM_GNU_str_index.
6525         (cu_debug_loc_section): New function.
6526         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6527         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6528         Free DWO files if present.
6529         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6530
6531         Refactor DIE reading.
6532         * dwarf2read.c (dwarf2_per_objfile): Replace members
6533         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6534         (die_reader_specs): New member "die_section".  Temporarily make
6535         member "buffer" non-const, pending constifying all info_ptr uses.
6536         (die_reader_func_ftype): New typedef.
6537         (dw2_get_file_names_reader): New function.
6538         (dw2_get_file_names): Rewrite.
6539         (read_and_check_type_unit_head): Rename arg type_offset to
6540         type_offset_in_tu.
6541         (create_all_type_units): Improve debugging message.
6542         Improve dummy type unit check.
6543         (init_cu_die_reader): New arg "section".  All callers updated.
6544         (init_and_read_dies_worker): New function.
6545         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6546         (init_cutu_and_read_dies_no_follow): New function.
6547         (init_cutu_and_read_dies_simple): New function.
6548         (process_psymtab_comp_unit_reader): New function.
6549         (process_psymtab_comp_unit): Delete args section,
6550         is_debug_types_section.  Rewrite.  All callers updated.
6551         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6552         All callers updated.  Rewrite.
6553         (load_partial_comp_unit_reader): New function.
6554         (load_partial_comp_unit): Rewrite.
6555         (skip_children): New arg reader.  Delete args buffer, cu.
6556         All callers updated.
6557         (skip_one_die): New arg reader.  Delete args buffer, cu.
6558         All callers updated.
6559         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6560         All callers updated.
6561         (load_full_comp_unit_reader): New function.
6562         (load_full_comp_unit): Rewrite.
6563         (read_comp_unit): Delete.
6564         (read_die_and_children_1): Delete, contents moved ...
6565         (read_die_and_children): ... here.
6566         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6567         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6568         All callers updated.
6569         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6570         All callers updated.
6571         (find_partial_die): Rewrite load_all_dies support.
6572         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6573         All callers updated.
6574         (read_attribute): New arg reader.  Delete args abfd, cu.
6575         All callers updated.
6576         (load_full_type_unit): Add assert.
6577         (read_signatured_type_reader): New function.
6578         (read_signatured_type): Rewrite.
6579         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6580         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6581         All callers updated.  Set per_cu->cu = NULL after freeing it.
6582         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6583         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6584         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6585         (set_die_type): Update.
6586         (get_die_type_at_offset): Update.
6587         (read_file_scope): Call prepare_one_comp_unit.
6588         (read_type_unit_scope): Ditto.
6589         (prepare_one_comp_unit): Set producer if present.
6590
6591 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6592
6593         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6594          gettext function on `error'.
6595
6596 2012-04-27  Doug Evans  <dje@google.com>
6597
6598         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6599         is empty.
6600
6601 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6602             Tom Tromey  <tromey@redhat.com>
6603
6604         * breakpoint.c (struct breakpoint_objfile_data)
6605         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6606         <exception_probes>: New fields.
6607         (free_breakpoint_probes): New function.
6608         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6609         `_Unwind_DebugHook'.
6610         (create_exception_master_breakpoint): Likewise.
6611         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6612         * infrun.c: Including necessary header files for handling SystemTap
6613         probes.
6614         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6615         via SystemTap probes.
6616         (check_exception_resume): Remove `func' argument.  Handle exception
6617         unwinding breakpoint set via a SystemTap probe.
6618         (insert_exception_resume_from_probe): New function.
6619
6620 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6621             Tom Tromey  <tromey@redhat.com>
6622             Jan Kratochvil  <jan.kratochvil@redhat.com>
6623
6624         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6625         (COMMON_OBS): Likewise.
6626         (HFILES_NO_SRCDIR): Add `probe'.
6627         * NEWS: Mention support for static and SystemTap probes.
6628         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6629         SystemTap probes' arguments parser.
6630         * arm-linux-tdep.c: Including headers needed to perform the parsing
6631         of SystemTap probes' arguments.
6632         (arm_stap_is_single_operand): New function.
6633         (arm_stap_parse_special_token): Likewise.
6634         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6635         probes' arguments parser.
6636         * ax-gdb.c (require_rvalue): Removing static declaration.
6637         (gen_expr): Likewise.
6638         * ax-gdb.h (gen_expr): Declaring function.
6639         (require_rvalue): Likewise.
6640         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6641         (bkpt_probe_breakpoint_ops): New variable.
6642         (momentary_breakpoint_from_master): Set the `probe' value.
6643         (add_location_to_breakpoint): Likewise.
6644         (break_command_1): Using proper breakpoint_ops according to the
6645         argument passed by the user in the command line.
6646         (bkpt_probe_insert_location): New function.
6647         (bkpt_probe_remove_location): Likewise.
6648         (bkpt_probe_create_sals_from_address): Likewise.
6649         (bkpt_probe_decode_linespec): Likewise.
6650         (tracepoint_probe_create_sals_from_address): Likewise.
6651         (tracepoint_probe_decode_linespec): Likewise.
6652         (tracepoint_probe_breakpoint_ops): New variable.
6653         (trace_command): Using proper breakpoint_ops according to the
6654         argument passed by the user in the command line.
6655         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6656         static probes on breakpoints and tracepoints.
6657         * breakpoint.h (struct bp_location) <probe>: New field.
6658         * cli-utils.c (skip_spaces_const): New function.
6659         (extract_arg): Likewise.
6660         * cli-utils.h (skip_spaces_const): Likewise.
6661         (extract_arg): Likewise.
6662         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6663         * configure.ac: Append `stap-probe.o' to be generated when ELF
6664         support is present.
6665         * configure: Regenerate.
6666         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6667         * elfread.c: Include `probe.h' and `arch-utils.h'.
6668         (probe_key): New variable.
6669         (elf_get_probes): New function.
6670         (elf_get_probe_argument_count): Likewise.
6671         (elf_evaluate_probe_argument): Likewise.
6672         (elf_compile_to_ax): Likewise.
6673         (elf_symfile_relocate_probe): Likewise.
6674         (stap_probe_key_free): Likewise.
6675         (elf_probe_fns): New variable.
6676         (elf_sym_fns): Add `sym_probe_fns' value.
6677         (elf_sym_fns_lazy_psyms): Likewise.
6678         (elf_sym_fns_gdb_index): Likewise.
6679         (_initialize_elfread): Initialize objfile cache for static
6680         probes.
6681         * gdb_vecs.h (struct probe): New forward declaration.
6682         (probe_p): New VEC declaration.
6683         * gdbarch.c: Regenerate.
6684         * gdbarch.h: Regenerate.
6685         * gdbarch.sh (stap_integer_prefix): New variable.
6686         (stap_integer_suffix): Likewise.
6687         (stap_register_prefix): Likewise.
6688         (stap_register_suffix): Likewise.
6689         (stap_register_indirection_prefix): Likewise.
6690         (stap_register_indirection_suffix): Likewise.
6691         (stap_gdb_register_prefix): Likewise.
6692         (stap_gdb_register_suffix): Likewise.
6693         (stap_is_single_operand): New function.
6694         (stap_parse_special_token): Likewise.
6695         (struct stap_parse_info): Forward declaration.
6696         * i386-tdep.c: Including headers needed to perform the parsing
6697         of SystemTap probes' arguments.
6698         (i386_stap_is_single_operand): New function.
6699         (i386_stap_parse_special_token): Likewise.
6700         (i386_elf_init_abi): Initializing proper fields used by SystemTap
6701         probes' arguments parser.
6702         * i386-tdep.h (i386_stap_is_single_operand): New function.
6703         (i386_stap_parse_special_token): Likewise.
6704         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6705         * mipsread.c (ecoff_sym_fns): Likewise.
6706         * objfiles.c (objfile_relocate1): Support relocation for static
6707         probes.
6708         * parse.c (prefixify_expression): Remove static declaration.
6709         (initialize_expout): Likewise.
6710         (reallocate_expout): Likewise.
6711         * parser-defs.h (initialize_expout): Declare function.
6712         (reallocate_expout): Likewise.
6713         (prefixify_expression): Likewise.
6714         * ppc-linux-tdep.c: Including headers needed to perform the parsing
6715         of SystemTap probes' arguments.
6716         (ppc_stap_is_single_operand): New function.
6717         (ppc_stap_parse_special_token): Likewise.
6718         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6719         probes' arguments parser.
6720         * probe.c: New file, for generic statically defined probe support.
6721         * probe.h: Likewise.
6722         * s390-tdep.c: Including headers needed to perform the parsing of
6723         SystemTap probes' arguments.
6724         (s390_stap_is_single_operand): New function.
6725         (s390_gdbarch_init): Initializing proper fields used by SystemTap
6726         probes' arguments parser.
6727         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6728         * stap-probe.c: New file, for SystemTap probe support.
6729         * stap-probe.h: Likewise.
6730         * symfile.h: Include `gdb_vecs.h'.
6731         (struct sym_probe_fns): New struct.
6732         (struct sym_fns) <sym_probe_fns>: New field.
6733         * symtab.c (init_sal): Initialize `probe' field.
6734         * symtab.h (struct probe): Forward declaration.
6735         (struct symtab_and_line) <probe>: New field.
6736         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6737         locations.
6738         (stop_tracing): Likewise.
6739         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6740
6741 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6742             Tom Tromey  <tromey@redhat.com>
6743
6744         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6745         and to compile agent expressions.
6746         * infrun.c (siginfo_make_value): New argument `ignore'.
6747         (siginfo_funcs): New struct.
6748         (_initialize_infrun): New argument when calling
6749         `create_internalvar_type_lazy'.
6750         * thread.c (thread_id_make_value): New argument `ignore'.
6751         (thread_funcs): New struct.
6752         (_initialize_thread): New argument when calling
6753         `create_internalvar_type_lazy'.
6754         * tracepoint.c (sdata_make_value): New argument `ignore'.
6755         (sdata_funcs): New struct.
6756         (_initialize_tracepoint): New argument when calling
6757         `create_internalvar_type_lazy'.
6758         * value.c (make_value): New struct.
6759         (create_internalvar_type_lazy): New argument `data'.
6760         (compile_internalvar_to_ax): New function.
6761         (value_of_internalvar): Properly handling `make_value' case.
6762         (clear_internalvar): Likewise.
6763         (show_convenience): Adding `TRY_CATCH' block.
6764         * value.h (internalvar_make_value): Delete, replace by...
6765         (struct internalvar_funcs): ... this.
6766         (create_internalvar_type_lazy) <fun>: Delete argument.
6767         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6768         (compile_internalvar_to_ax): New function.
6769         * windows-tdep.c (tlb_make_value): New argument `ignore'.
6770         (tlb_funcs): New struct.
6771         (_initialize_windows_tdep): New argument when calling
6772         `create_internalvar_type_lazy'.
6773
6774 2012-04-27  Mark Wielaard  <mjw@redhat.com>
6775
6776         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6777         see whether it is an address or a constant offset from DW_AT_low_pc.
6778         (dwarf2_record_block_ranges): Likewise.
6779         (read_partial_die): Likewise.
6780
6781 2012-04-26  Mark Wielaard  <mjw@redhat.com>
6782
6783         * MAINTAINERS (Write After Approval): Add myself to the list.
6784
6785 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6786
6787         * proc-utils.h (proc_prettyprint_signalset): New prototype.
6788         (proc_prettyprint_signal): Likewise.
6789         (proc_prettyprint_faultset): Likewise.
6790         (proc_prettyprint_fault): Likewise.
6791         (proc_prettyprint_actionset): Likewise.
6792         (proc_prettyprint_flags): Move to new proc-flags.c section.
6793         (proc_prettyfprint_flags): New prototype.
6794         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6795         (proc_syscall, proc_cursig): Likewise.
6796         (proc_set_kill_on_last_close): Likewise.
6797         (proc_unset_kill_on_last_close): Likewise.
6798         (proc_set_watchpoint): Make static.
6799         (proc_delete_dead_threads): Likewise.
6800         (procfs_set_watchpoint): Likewise.
6801         (_initialize_procfs): Add prototype.
6802         * proc-events.c: Include proc-utils.h.
6803         (init_syscall_table): Make static.
6804         * proc-api.c (_initialize_proc_api): Add prototype.
6805         * proc-flags.c: Include proc-utils.h.
6806
6807 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6808
6809         * configure.ac: Add AC_ARG_PROGRAM.
6810         * configure: Regenerate.
6811
6812 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6813
6814         Fix DW_AT_lower_bound defaults for DWARF-4+.
6815         * dwarf2read.c (read_subrange_type): Remove initialization of low and
6816         high.  New variable low_default_is_valid.  Implement DWARF-4+
6817         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
6818         no default by the DWARF standard.
6819
6820 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
6821             Maciej W. Rozycki  <macro@codesourcery.com>
6822
6823         * infrun.c (handle_inferior_event): Move the check for return
6824         trampolines ahead of the check for function trampolines.
6825         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6826         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6827         (mips_str_mips16_ret_stub): Likewise.
6828         (mips_str_call_fp_stub): Likewise.
6829         (mips_str_call_stub): Likewise.
6830         (mips_str_fn_stub): Likewise.
6831         (mips_str_pic): Likewise.
6832         (mips_in_frame_stub): New function.
6833         (mips_unwind_pc): Return the return address rather than the PC
6834         if the PC of an intermediate frame is inside a call thunk.
6835         (mips_is_stub_suffix): New function.
6836         (mips_is_stub_mode): Likewise.
6837         (mips_get_mips16_fn_stub_pc): Likewise.
6838         (mips_skip_mips16_trampoline_code): Update to handle all the
6839         currently generated stub types.  Don't recurse into __fn_stub
6840         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
6841         Use cooked register accesses.
6842         (mips_in_return_stub): Reintroduce function.
6843         (mips_skip_trampoline_code): Traverse trampolines recursively.
6844         (mips_gdbarch_init): Handle MIPS16 return trampolines.
6845
6846 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
6847
6848         GDB 7.4.1 released.
6849
6850 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
6851
6852         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6853         * features/arm-with-m-vfp-d16.xml: New file. Describes
6854         Cortex-M with VFPv4-sp-d16 FPU register layout.
6855         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6856         * features/arm-with-m-vfp-d16.c: New. Generated from above.
6857         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6858         (arm-register_g_packet_guesses): Add vfp-d16 guess.
6859         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6860
6861 2012-04-25  Doug Evans  <dje@google.com>
6862
6863         * cli/cli-decode.c (print_doc_line): Use stream instead of
6864         current_uiout.
6865
6866 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
6867
6868         * features/arm-with-iwmmxt.c: Regenerate.
6869         * features/arm-with-m-fpa-layout.c: Likewise.
6870         * features/arm-with-m.c: Likewise.
6871         * features/arm-with-neon.c: Likewise.
6872         * features/arm-with-vfpv2.c: Likewise.
6873         * features/arm-with-vfpv3.c: Likewise.
6874         * features/mips-dsp-linux.c: Likewise.
6875         * features/mips-linux.c: Likewise.
6876         * features/mips64-dsp-linux.c: Likewise.
6877         * features/mips64-linux.c: Likewise.
6878         * features/s390-linux32.c: Likewise.
6879         * features/s390-linux32v1.c: Likewise.
6880         * features/s390-linux32v2.c: Likewise.
6881         * features/s390-linux64.c: Likewise.
6882         * features/s390-linux64v1.c: Likewise.
6883         * features/s390-linux64v2.c: Likewise.
6884         * features/s390x-linux64.c: Likewise.
6885         * features/s390x-linux64v1.c: Likewise.
6886         * features/s390x-linux64v2.c: Likewise.
6887         * features/tic6x-c62x-linux.c: Likewise.
6888         * features/tic6x-c62x.c: Likewise.
6889         * features/tic6x-c64x-linux.c: Likewise.
6890         * features/tic6x-c64x.c: Likewise.
6891         * features/tic6x-c64xp-linux.c: Likewise.
6892         * features/tic6x-c64xp.c: Likewise.
6893         * target-descriptions.c: Only generate `field_type' and `type'
6894         variables when needed.
6895
6896 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
6897
6898         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6899
6900 2012-04-25  Doug Evans  <dje@google.com>
6901
6902         Initial pass at Go language support.
6903         * NEWS: Mention Go.
6904         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6905         go-valprint.c.
6906         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6907         (YYFILES): Add go-exp.c.
6908         (YYOBJ): Add go-exp.o.
6909         (local-maintainer-clean): Delete go-exp.c.
6910         * defs.h (enum language): Add language_go.
6911         * dwarf2read.c: #include "go-lang.h".
6912         (fixup_go_packaging): New function.
6913         (process_full_comp_unit): Call it when processing Go CUs.
6914         (dwarf2_physname): Add Go support.
6915         (read_file_scope): Handle missing language spec for GNU Go.
6916         (set_cu_language): Handle DW_LANG_Go.
6917         * go-exp.y: New file.
6918         * go-lang.h: New file.
6919         * go-lang.c: New file.
6920         * go-typeprint.c: New file.
6921         * go-valprint.c: New file.
6922         * symtab.c: #include "go-lang.h".
6923         (symbol_set_language): Handle language_go.
6924         (symbol_find_demangled_name, symbol_set_names): Ditto.
6925         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6926
6927 2012-04-24  Jim Meyering  <meyering@redhat.com>
6928
6929         avoid a few strncpy-induced buffer overruns
6930         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6931         fname and psargs before trying to concatenate.
6932         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6933         "name" before applying strchr.
6934
6935 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
6936
6937         * CONTRIBUTE: Use unified diff instead of context diff when
6938         generating patches.
6939
6940 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6941
6942         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6943         code.  Handle JR.HB correctly.
6944
6945 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6946
6947         * mips-tdep.c
6948         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6949         with the other MIPS16 helpers.
6950
6951 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
6952
6953         * observer.sh: Conditionally declare `args', thus cleaning up
6954         unused instances of this variable.
6955
6956 2012-04-24  Yao Qi  <yao@codesourcery.com>
6957
6958         Revert this patch to allow breakpoint always-inserted
6959         in record target.
6960         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
6961         * breakpoint.c: Include record.h.
6962         (breakpoints_always_inserted_mode): Return false when the record
6963         target is in use.
6964
6965         * breakpoint.c (iterate_over_bp_locations): New.
6966         * breakpoint.h: Declare.
6967         New typedef walk_bp_location_callback.
6968         * record.c (record_open): Call record_init_record_breakpoints.
6969         (record_sync_record_breakpoints): New.
6970         (record_init_record_breakpoints): New.
6971         * NEWS: Mention supporting breakpoint always-inserted mode in
6972         record target.
6973
6974 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
6975
6976         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6977         any thread.
6978
6979 2012-04-24  Yao Qi  <yao@codesourcery.com>
6980
6981         * breakpoint.c (ep_is_catchpoint): Renamed to ...
6982         (is_catchpoint): ... it.
6983         (print_one_breakpoint_location): Caller update.
6984         * breakpoint.h: Update declaration.
6985
6986 2012-04-23  David S. Miller  <davem@davemloft.net>
6987
6988         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6989
6990 2012-04-23  Tom Tromey  <tromey@redhat.com>
6991
6992         * buildsym.c (add_free_pendings): Remove.
6993         * buildsym.h (add_free_pendings): Remove.
6994
6995 2012-04-23  Doug Evans  <dje@google.com>
6996
6997         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6998         attr.u.unsnd instead of attr.u.addr.
6999         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7000         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7001         DW_FORM_ref_udata.
7002         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7003         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7004         DW_FORM_ref_udata.
7005         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7006
7007 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7008
7009         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7010         (mips_o32_return_value): Likewise.
7011         (mips_o64_return_value): Likewise.
7012
7013 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7014
7015         * ada-lang.c (ada_evaluate_subexp): Add cases for
7016         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7017         their treatment in eval.c.
7018
7019 2012-04-21  David S. Miller  <davem@davemloft.net>
7020
7021         * sparc-tdep.c (X_DISP10): Define.
7022         (sparc_analyze_control_transfer): Handle compare-and-branch.
7023
7024 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7025
7026         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7027         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7028
7029 2012-04-20  Nigel Stephens  <nigel@mips.com>
7030             Maciej W. Rozycki  <macro@codesourcery.com>
7031
7032         * mips-tdep.c (mips_float_register_p): New function.
7033         (mips_convert_register_float_case_p): Use mips_float_register_p.
7034         (mips_register_type): Likewise.
7035         (mips_print_register): Likewise.
7036         (print_gp_register_row): Likewise.
7037         (mips_print_registers_info): Likewise.
7038
7039 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7040
7041         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7042         of mips16 symbols.
7043
7044 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7045
7046         * MAINTAINERS (Write After Approval): Add myself to the list.
7047
7048 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7049
7050         * MAINTAINERS: Update my e-mail address.
7051
7052 2012-04-20  Pedro Alves  <palves@redhat.com>
7053
7054         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7055         $srcdir.
7056         * configure: Regenerate.
7057
7058 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7059
7060         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7061         declaration.
7062         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7063
7064 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7065
7066         Fix compilation compatibility with python-2.4
7067         * python/py-type.c (convert_field): Cast ADDRSTRING for
7068         PyObject_SetAttrString as non-const.  New comment.
7069
7070 2012-04-19  Tom Tromey  <tromey@redhat.com>
7071
7072         * top.c (quit_target): Use all_cleanups.
7073         * main.c (captured_command_loop): Use all_cleanups.
7074         * exceptions.c (throw_exception): Use all_cleanups.
7075
7076 2012-04-19  Pedro Alves  <palves@redhat.com>
7077
7078         * Makefile.in (GNULIB_BUILDDIR): New.
7079         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7080         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7081         (CLEANDIRS). Remove gnulib/import.
7082         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7083         (all-lib): Ditto.
7084         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7085         (gnulib/import/Makefile): Replace gnulib/import with
7086         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7087         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7088         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7089         acx_configure_dir.m4.
7090         * acinclude.m4: Include acx_configure_dir.m4.
7091         * acx_configure_dir.m4: New file.
7092         * aclocal.m4: Regenerate.
7093         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7094         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7095         (GNULIB): New variable.
7096         (GNULIB_STDINT_H): Adjust.
7097         (AC_OUTPUT): Don't output gnulib/Makefile.
7098         * gdb/defs.h: Include build-gnulib/config.h.
7099         * aclocal.m4: Regenerate.
7100         * config.in: Regenerate.
7101         * configure: Regenerate.
7102
7103         * gnulib/Makefile.in: New file.
7104         * gnulib/configure.ac: New file.
7105         * gnulib/aclocal.m4: New file.
7106         * gnulib/config.in: New file.
7107         * gnulib/configure: New file.
7108         * gnulib/: Re-run gnulib-tool to adjust.
7109
7110 2012-04-19  Doug Evans  <dje@google.com>
7111
7112         * cleanups.h (struct cleanup): Move to cleanups.c.
7113         (make_cleanup_dtor_ftype): New typedef.
7114         (make_cleanup_dtor): Use it.
7115         (ALL_CLEANUPS): Replace with ...
7116         (all_cleanups): ... this.  Declare.  All uses updated.
7117         * cleanups.c: #include "gdb_assert.h".
7118         (sentinel_cleanup): New static global.
7119         (SENTINEL_CLEANUP): Define.
7120         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7121         (make_my_cleanup2): Assert result is non-NULL.
7122         (all_cleanups): New function.
7123         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7124         of NULL.
7125
7126 2012-04-19  Pedro Alves  <palves@redhat.com>
7127
7128         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7129         Adjust paths to gnulib imported files.
7130
7131 2012-04-19  Pedro Alves  <palves@redhat.com>
7132
7133         * gnulib/: Move whole directory ...
7134         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7135         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7136         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7137         (aclocal_m4_deps): Adjust.
7138         * aclocal.m4: Regenerate.
7139         * configure: Regenerate.
7140         * configure.ac: Adjust AC_OUTPUT output.
7141
7142 2012-04-19  Yao Qi  <yao@codesourcery.com>
7143
7144         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7145         (vec.o): New rule.
7146         * vec.c: Move it ...
7147         * common/vec.c: ... here.
7148         * vec.h: Move it ...
7149         * common/vec.h: ... here.
7150
7151 2012-04-19  Yao Qi  <yao@codesourcery.com>
7152
7153         * gdb-code-style.el: New.
7154
7155 2012-04-18  Pedro Alves  <palves@redhat.com>
7156
7157         Update gnulib from latest git.
7158         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7159
7160         * gnulib/Makefile.am: Update.
7161         * gnulib/dummy.c: Update.
7162         * gnulib/extra/arg-nonnull.h: Update.
7163         * gnulib/extra/c++defs.h: Update.
7164         * gnulib/extra/update-copyright: Update.
7165         * gnulib/extra/warn-on-use.h: Update.
7166         * gnulib/inttypes.in.h: Update.
7167         * gnulib/m4/00gnulib.m4: Update.
7168         * gnulib/m4/extensions.m4: Update.
7169         * gnulib/m4/gnulib-cache.m4: Update.
7170         * gnulib/m4/gnulib-common.m4: Update.
7171         * gnulib/m4/gnulib-comp.m4: Update.
7172         * gnulib/m4/gnulib-tool.m4: Update.
7173         * gnulib/m4/include_next.m4: Update.
7174         * gnulib/m4/inttypes-pri.m4: Update.
7175         * gnulib/m4/inttypes.m4: Update.
7176         * gnulib/m4/longlong.m4: Update.
7177         * gnulib/m4/memchr.m4: Update.
7178         * gnulib/m4/memmem.m4: Update.
7179         * gnulib/m4/mmap-anon.m4: Update.
7180         * gnulib/m4/multiarch.m4: Update.
7181         * gnulib/m4/onceonly.m4: Update.
7182         * gnulib/m4/stddef_h.m4: Update.
7183         * gnulib/m4/stdint.m4: Update.
7184         * gnulib/m4/string_h.m4: Update.
7185         * gnulib/m4/warn-on-use.m4: Update.
7186         * gnulib/m4/wchar_h.m4: Update.
7187         * gnulib/m4/wchar_t.m4: Update.
7188         * gnulib/m4/wint_t.m4: Update.
7189         * gnulib/memchr.c: Update.
7190         * gnulib/memmem.c: Update.
7191         * gnulib/stddef.in.h: Update.
7192         * gnulib/stdint.in.h: Update.
7193         * gnulib/str-two-way.h: Update.
7194         * gnulib/string.in.h: Update.
7195         * gnulib/wchar.in.h: Update.
7196
7197         * gnulib/extra/arg-nonnull.h: Delete.
7198         * gnulib/extra/c++defs.h: Delete.
7199         * gnulib/extra/warn-on-use.h: Delete.
7200         * gnulib/m4/wchar_h.m4: Delete.
7201         * gnulib/m4/wint_t.m4: Delete.
7202         * gnulib/wchar.in.h: Delete.
7203
7204         * gnulib/extra/snippets/arg-nonnull.h: New.
7205         * gnulib/extra/snippets/c++defs.h: New.
7206         * gnulib/extra/snippets/warn-on-use.h: New.
7207
7208         * aclocal.m4: Regenerate.
7209         * config.in: Regenerate.
7210         * configure: Regenerate.
7211         * gnulib/Makefile.in: Regenerate.
7212
7213 2012-04-18  Pedro Alves  <palves@redhat.com>
7214
7215         Reimport the update-copyright module from gnulib
7216         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7217
7218         * configure: Regenerate.
7219         * gnulib/Makefile.am: Update.
7220         * gnulib/Makefile.in: Regenerate.
7221         * gnulib/extra/update-copyright: Update.
7222         * gnulib/m4/gnulib-cache.m4: Update.
7223         * gnulib/m4/gnulib-comp.m4: Update.
7224
7225 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7226
7227         * configure.ac (aix): Put -lpthread into libs.
7228         * configure: Regenerate.
7229
7230 2012-04-18  Tom Tromey  <tromey@redhat.com>
7231
7232         * linespec.c (convert_linespec_to_sals): Don't use
7233         SYMBOL_OBJ_SECTION.
7234         (compare_msymbols): Arguments are minsym_and_objfile, not
7235         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7236
7237 2012-04-18  Pedro Alves  <palves@redhat.com>
7238
7239         Revert gnulib/ part of:
7240         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7241         Copyright year update in most files (performed by copyright.sh).
7242
7243 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7244
7245         Fix 64-bit constants on 32-bit hosts.
7246         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7247         from unsigned long to ULONGEST.
7248         (read_signed_leb128): Change declaration return type from long to
7249         LONGEST.
7250         (dwarf2_const_value_attr): Change declaration parameter value from long
7251         to LONGEST.
7252         (dwarf2_compute_name): Change variable value from long to LONGEST.
7253         (read_unsigned_leb128): Change return type, variable result and some
7254         casts from unsigned long to ULONGEST.
7255         (read_signed_leb128): Change return type, variable result and some
7256         casts from long to LONGEST.
7257         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7258         value from long to LONGEST.
7259         (dwarf2_const_value): Change variable value from long to LONGEST.
7260         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7261         plongest and hex_string.
7262         * symtab.h (struct general_symbol_info): Change ivalue from long to
7263         LONGEST, remove the comment.
7264         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7265         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7266
7267 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7268
7269         PR symtab/7259:
7270         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7271         * ada-lang.c (ada_discrete_type_high_bound)
7272         (ada_discrete_type_low_bound): Fix function comment.  Use
7273         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7274         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7275         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7276         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7277         Use TYPE_FIELD_ENUMVAL.
7278         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7279         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7280         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7281         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7282         TYPE_CODE_ENUM.
7283         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7284         * dwarf2read.c (process_enumeration_scope): Likewise.
7285         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7286         field.bitpos.
7287         (class StructMainTypePrettyPrinter): Support also
7288         FIELD_LOC_KIND_ENUMVAL.
7289         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7290         TYPE_CODE_ENUM.
7291         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7292         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7293         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7294         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7295         field enumval.
7296         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7297         accommodate enumval.
7298         (struct call_site): Adjust loc_kind to accommodate enumval.
7299         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7300         (TYPE_FIELD_ENUMVAL): New macros.
7301         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7302         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7303         TYPE_CODE_ENUM.
7304         * p-typeprint.c (pascal_type_print_base): Likewise.
7305         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7306         enumval.
7307         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7308         * python/py-type.c (convert_field): New variable addrstring.  Use
7309         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7310         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7311         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7312         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7313         TYPE_CODE_ENUM.
7314         * valprint.c (generic_val_print): Likewise.
7315
7316 2012-04-17  Doug Evans  <dje@google.com>
7317
7318         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7319
7320         * dwarf2read.c: Whitespace fixes.
7321         (lookup_signatured_type): Tweak comment.
7322         (get_die_type_at_offset): Fix comment.
7323
7324 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7325
7326         * xcoffread.c (xcoff_secnum_to_sections): New function.
7327         (secnum_to_section, secnum_to_bfd_section): Reimplement
7328         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7329         into "n_scnum".
7330         (RECORD_MINIMAL_SYMBOL): Delete.
7331         (record_minimal_symbol): New function.
7332         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7333         by call to record_minimal_symbol and set misc_func_recorded
7334         to 1.  Set last_csect_sec to the XCOFF section index instead
7335         of GDB's section_offset index.  Update calls to
7336         prim_record_minimal_symbol_and_info to pass the BFD section
7337         as well.
7338
7339 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7340
7341         * xcoffread.c (read_xcoff_symtab): Delete variables
7342         last_csect_val and last_csect_sec and associated code.
7343
7344 2012-04-17  Doug Evans  <dje@google.com>
7345
7346         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7347         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7348         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7349         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7350
7351         * cleanups.h: New file.
7352         * cleanups.c: New file.
7353         * Makefile.in (SFILES): Add cleanups.c.
7354         (HFILES_NO_SRCDIR): Add cleanups.h.
7355         (COMMON_OBS): Add cleanups.o.
7356         * defs.h (struct cleanup): Moved to cleanups.h.
7357         (do_cleanups,do_final_cleanups): Ditto.
7358         (discard_cleanups,discard_final_cleanups): Ditto
7359         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7360         (save_cleanups,save_final_cleanups): Ditto.
7361         (restore_cleanups,restore_final_cleanups): Ditto.
7362         (null_cleanup): Ditto.
7363         (make_my_cleanup,make_my_cleanup2): Ditto.
7364         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7365         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7366         (do_cleanups,do_final_cleanups): Ditto.
7367         (discard_cleanups,discard_final_cleanups): Ditto
7368         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7369         (save_cleanups,save_final_cleanups): Ditto.
7370         (restore_cleanups,restore_final_cleanups): Ditto.
7371         (null_cleanup): Ditto.
7372         (make_my_cleanup,make_my_cleanup2): Ditto.
7373         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7374
7375         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7376         make_my_cleanup.
7377         (make_cleanup_dyn_string_delete): Ditto.
7378         (make_cleanup_ui_file_delete): Ditto.
7379         (make_cleanup_ui_out_redirect_pop): Ditto.
7380         (make_cleanup_free_section_addr_info): Ditto.
7381         (make_cleanup_restore_integer): Ditto.
7382         (make_cleanup_unpush_target): Ditto.
7383         (make_cleanup_value_free_to_mark): Ditto.
7384         (make_cleanup_value_free): Ditto.
7385         (make_cleanup_free_so): Ditto.
7386
7387 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7388
7389         New option "set debug auto-load".
7390         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7391         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7392         (auto_load_safe_path_vec_update)
7393         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7394         if DEBUG_AUTO_LOAD.
7395         (file_is_auto_load_safe): New parameters debug_fmt and ....
7396         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7397         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7398         caller by explanatory string.
7399         (_initialize_auto_load): Register "set debug auto-load".
7400         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7401         and ....
7402         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7403         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7404         by explanatory string.
7405         * main.c (captured_main): Likewise.
7406         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7407         (source_section_scripts): Likewise.
7408
7409 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7410
7411         New option "set auto-load safe-path".
7412         * NEWS: New commands "set auto-load safe-path"
7413         and "show auto-load safe-path".
7414         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7415         (auto_load_safe_path, auto_load_safe_path_vec)
7416         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7417         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7418         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7419         (source_gdb_script_for_objfile): New variable is_safe.  Call
7420         file_is_auto_load_safe.  Return if it is not.
7421         (struct loaded_script): New field loaded.
7422         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7423         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7424         output "Missing" to "No".
7425         (_initialize_auto_load): New variable cmd.  Initialize
7426         auto_load_safe_path.  Register "set auto-load safe-path",
7427         "show auto-load safe-path" and "add-auto-load-safe-path".
7428         * auto-load.h (maybe_add_script): Add parameter loaded.
7429         (file_is_auto_load_safe): New declaration.
7430         * config.in: Regenerate.
7431         * configure: Regenerate.
7432         * configure.ac: New parameters --with-auto-load-safe-path
7433         and --without-auto-load-safe-path.
7434         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7435         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7436         * main.c (captured_main): Check file_is_auto_load_safe for
7437         LOCAL_GDBINIT.
7438         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7439         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7440         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7441         not.
7442
7443 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7444
7445         auto-load: Implementation.
7446         * NEWS: New descriptions for "info auto-load",
7447         "info auto-load gdb-scripts", "info auto-load python-scripts",
7448         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7449         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7450         and "show auto-load-scripts".  New description for "set auto-load",
7451         "show auto-load", "set auto-load gdb-scripts",
7452         "show auto-load gdb-scripts", "set auto-load python-scripts",
7453         "show auto-load python-scripts", "set auto-load local-gdbinit",
7454         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7455         "show auto-load libthread-db".
7456         * auto-load.c: Remove include python/python-internal.h.  Add includes
7457         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7458         cli/cli-setshow.h.
7459         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7460         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7461         (gdbpy_global_auto_load): Rename to ...
7462         (global_auto_load): ... here.
7463         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7464         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7465         (script_language_gdb, source_gdb_script_for_objfile): New.
7466         (struct loaded_script): New field language.
7467         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7468         LANGUAGE.
7469         (maybe_add_script): Add parameter language.  Drop redundant
7470         entry.full_path initialization.  Initialize entry.language and
7471         (*slot)->language.
7472         (auto_load_objfile_script): Change parameter suffix to language.
7473         Remove the call of maybe_add_script.
7474         Call language->source_script_for_objfile.
7475         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7476         New.
7477         (collect_matching_scripts): Adjust it for
7478         struct collect_matching_scripts_data.
7479         (auto_load_info_scripts_pattern_nl): New variable.
7480         (info_auto_load_scripts): Rename to ...
7481         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7482         for struct collect_matching_scripts_data.
7483         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7484         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7485         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7486         (auto_load_info_cmdlist_get): New.
7487         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7488         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7489         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7490         "info auto-load local-gdbinit".
7491         * auto-load.h (struct script_language): New.
7492         (gdbpy_global_auto_load): Rename to ...
7493         (global_auto_load): ... here.
7494         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7495         (auto_load_local_gdbinit_loaded): New declarations.
7496         (maybe_add_script): New parameter language.
7497         (auto_load_objfile_script): Change parameter suffix to language.
7498         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7499         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7500         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7501         declarations.
7502         * linux-thread-db.c: Include auto-load.h and ctype.h.
7503         (auto_load_thread_db, show_auto_load_thread_db): New.
7504         (struct thread_db_info): New field filename.
7505         (delete_thread_db_info): Call xfree for FILENAME.
7506         (try_thread_db_load): Initialize FILENAME.
7507         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7508         if !AUTO_LOAD_THREAD_DB.
7509         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7510         (_initialize_thread_db): Install auto_load_thread_db
7511         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7512         as "info auto-load libthread-db".
7513         * main.c (captured_main): Rename gdbpy_global_auto_load to
7514         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7515         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7516         (print_gdb_help): Extend the help for 'local init file'.
7517         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7518         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7519         (auto_load_scripts): Rename to ...
7520         (auto_load_python_scripts): ... here, update the comment.
7521         (gdbpy_load_auto_script_for_objfile): New declaration.
7522         (show_auto_load_python_scripts, script_language_python)
7523         (gdbpy_load_auto_script_for_objfile): New.
7524         (source_section_scripts): Refactor the code.
7525         (load_auto_scripts_for_objfile): Rename to ...
7526         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7527         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7528         (info_auto_load_python_scripts): New.
7529         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7530         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7531         Register "set auto-load-scripts" as its deprecated alias.  Register
7532         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7533         its deprecated alias.
7534         (load_auto_scripts_for_objfile): Rename to ...
7535         (gdbpy_load_auto_scripts_for_objfile): ... here.
7536         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7537         (gdbpy_load_auto_scripts_for_objfile): ... here.
7538
7539 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7540
7541         auto-load: Move files.
7542         * Makefile.in (SFILES): Add auto-load.c.
7543         (HFILES_NO_SRCDIR): Add auto-load.h.
7544         (COMMON_OBS): Add auto-load.o.
7545         (distclean): Change .gdbinit for gdb-gdb.gdb.
7546         * auto-load.c: New file, with parts from python/py-auto-load.c.
7547         * auto-load.h: New file, with parts from python/python.h.
7548         * configure: Regenerate.
7549         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7550         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7551         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7552         * main.c: Include auto-load.h.
7553         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7554         command.h, observer.h and progspace.h to auto-load.c.  Add include
7555         auto-load.h.
7556         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7557         (struct loaded_script, auto_load_pspace_data)
7558         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7559         (hash_loaded_script_entry, eq_loaded_script_entry)
7560         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7561         (maybe_add_script): Move to auto-load.c.
7562         (source_section_scripts): Change maybe_add_script parameters passing,
7563         use script_not_found_warning_print.
7564         (clear_section_scripts, auto_load_objfile_script)
7565         (auto_load_new_objfile, loaded_script_ptr)
7566         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7567         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7568         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7569         auto_load_new_objfile and info_auto_load_scripts initizations to
7570         auto-load.c.
7571         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7572
7573 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7574
7575         Code cleanup.
7576         * charset.c (find_charset_names): Remove variables ix and elt.
7577         Use free_char_ptr_vec.
7578         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7579         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7580         debugdir_end.  New variable debugdir_len.
7581         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7582         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7583         declarations.
7584         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7585         and elt.  Use free_char_ptr_vec.
7586         * source.c (add_path): Remove variables argv, arg and argv_index.
7587         New variables dir_vec, back_to, ix and name.
7588         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7589         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7590         no longer expecting DIRNAME_SEPARATOR.
7591         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7592         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7593         no longer expecting DIRNAME_SEPARATOR.
7594         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7595         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7596         debugdir_end.
7597         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7598         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7599         (dirnames_to_char_ptr_vec): New functions.
7600
7601 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7602
7603         Code cleanup.
7604         * source.c (add_path): Remove always true conditional 'p == 0' and
7605         unindent its code block.
7606
7607 2012-04-17  Pedro Alves  <palves@redhat.com>
7608
7609         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7610         (FIELD_BITPOS_LVAL): ... this.
7611         (FIELD_BITPOS): New.
7612         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7613         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7614         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7615         SET_FIELD_BITPOS.
7616         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7617         SET_FIELD_BITPOS.
7618         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7619         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7620         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7621         SET_FIELD_BITPOS.
7622
7623 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7624
7625         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7626         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7627         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7628         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7629         * jv-lang.c (java_link_class_type): Likewise, once.
7630         * stabsread.c (read_enum_type): Likewise.
7631
7632 2012-04-16  Yao Qi  <yao@codesourcery.com>
7633
7634         * common/agent.c (agent_run_command): Add one more parameter `len'.
7635         Update callers.
7636         * common/agent.h: Update declaration.
7637         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7638         Update.
7639         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7640
7641 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7642
7643         PR mi/13393
7644         * value.c (value_actual_type): New function.
7645         * value.h (value_actual_type): New declaration.
7646         * varobj.c (update_type_if_necessary): New function.
7647         (varobj_create): Call value_actual_type instead of
7648         value_type.
7649         (install_dynamic_child): distinct changed and type changed MI variable
7650         objects.
7651         (update_dynamic_varobj_children): Updated for install_dynamic_child
7652         change.  All callers updated.
7653         (varobj_update): Support for MI variable object type change if
7654         the value changed and RTTI is used to determine the type.
7655         (create_child_with_value): Call value_actual_type instead of
7656         value_type.
7657         (adjust_value_for_child_access): Extended with a new parameter which
7658         specify whether the given value should be casted to enclosing type.
7659         All callers updated.
7660
7661 2012-04-14  Yao Qi  <yao@codesourcery.com>
7662
7663         Import gnulib module inttypes from git
7664         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7665         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7666         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7667         gnulib/m4/inttypes-pri.m4
7668         * aclocal.m4, config.in, configure: Regenerated.
7669         * gnulib/Makefile.am: Update.
7670         * gnulib/Makefile.in: Update.
7671         * gnulib/m4/gnulib-cache.m4: Update.
7672         * gnulib/m4/gnulib-comp.m4: Update.
7673         * gnulib/inttypes.in.h: New.
7674         * gnulib/m4/inttypes-pri.m4: New.
7675         * gnulib/m4/inttypes.m4: New.
7676
7677 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
7678
7679         * infrun.c (resume): Update PC address to the real PC after
7680         preparing to do displaced stepping.
7681
7682 2012-04-12  Doug Evans  <dje@google.com>
7683
7684         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7685         All callers updated.
7686
7687 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
7688
7689         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7690
7691 2012-04-12  Doug Evans  <dje@google.com>
7692
7693         * dwarf2read.c (create_all_type_units): Renamed from
7694         create_debug_types_hash_table.  All callers updated.
7695
7696         * dwarf2read.c (create_signatured_type_table_from_index): Rename
7697         local type_sig to sig_type, type_offset to type_offset_in_tu.
7698         (hash_signatured_type): Renamed from hash_type_signature,
7699         all callers updated.
7700         (eq_signatured_type): Renamed from eq_type_signature,
7701         all callers updated.
7702         (create_debug_types_hash_table): Rename local type_sig to sig_type.
7703         (process_enumeration_scope): Ditto.
7704         (lookup_signatured_type_at_offset): Ditto.
7705         (load_full_type_unit, read_signatured_type): Ditto.
7706
7707 2012-04-12  Yao Qi  <yao@codesourcery.com>
7708
7709         * remote.c (async_remote_interrupt): Correct function name in
7710         debug message.
7711         (async_remote_interrupt_twice): Ditto.
7712
7713 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
7714
7715         * source.c (find_and_open_source): Consistently pass resulting
7716         full path through xfullpath.
7717
7718 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7719
7720         Provide more specific displaced-stepping memory error message.
7721         * infrun.c (displaced_step_prepare): New variable status.  Call
7722         target_read_memory instead of read_memory, provide more specific
7723         error message.
7724
7725 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7726
7727         PR gdb/13901
7728         * darwin-nat.c (darwin_execvp): Revert previous patch.
7729
7730 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7731
7732         PR gdb/13901
7733         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7734         in case of change.
7735
7736 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7737
7738         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7739         warning.
7740
7741 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
7742
7743         New command 'explore' which helps explore values and types in
7744         scope.
7745         * NEWS: Add an entry about the new 'explore' command.
7746         * data-directory/Makefile.in: Add gdb/command/explore.py
7747         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7748         command using the GDB Python API.
7749
7750 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7751
7752         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7753         extension in jump target calculation.
7754
7755 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7756
7757         * mips-tdep.c (mips32_next_pc): Handle JALX.
7758
7759 2012-04-10  Yao Qi  <yao@codesourcery.com>
7760
7761         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7762
7763 2012-04-10  Yao Qi  <yao@codesourcery.com>
7764
7765         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7766         and gnulib/m4/gnulib-tool.m4.
7767
7768 2012-04-10  Doug Evans  <dje@google.com>
7769
7770         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7771         (load_partial_dies): Clarify comment.
7772         (find_partial_die): Support rereading type units.
7773         Clarify CU handling, if we know offset is in CU, don't search for the
7774         containing CU.  Add comment regarding memory waste.
7775
7776 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7777
7778         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7779         i386/x32-avx and i386/x32-avx-linux.
7780         (i386/x32-expedite): New.
7781         (i386/x32-linux-expedite): Likewise.
7782         (i386/x32-avx-expedite): Likewise.
7783         (i386/x32-avx-linux-expedite): Likewise.
7784         ($(outdir)/i386/x32.dat): Likewise.
7785         ($(outdir)/i386/x32-linux.dat): Likewise.
7786         ($(outdir)/i386/x32-avx.dat): Likewise.
7787         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7788
7789         * features/i386/x32-avx-linux.xml: New file.
7790         * features/i386/x32-avx.xml: Likewise.
7791         * features/i386/x32-core.xml: Likewise.
7792         * features/i386/x32-linux.xml: Likewise.
7793         * features/i386/x32.xml: Likewise.
7794
7795         * features/i386/x32-avx-linux.c: New.  Generated.
7796         * features/i386/x32-avx.c: Likewise.
7797         * features/i386/x32-linux.c: Likewise.
7798         * features/i386/x32.c: Likewise.
7799         * regformats/i386/x32-avx-linux.dat: Likewise.
7800         * regformats/i386/x32-avx.dat: Likewise.
7801         * regformats/i386/x32-linux.dat: Likewise.
7802         * regformats/i386/x32.dat: Likewise.
7803
7804 2012-04-10  Tristan Gingold  <gingold@adacore.com>
7805
7806         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7807         code to kill the inferior.
7808
7809 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7810
7811         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7812         defines.
7813         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7814         defines.
7815         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7816         (yyvsp): New defines.
7817         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7818         defines.
7819         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7820         defines.
7821         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7822         defines.
7823         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7824         defines.
7825         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7826         defines.
7827
7828 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7829
7830         * sparc64-tdep.c (sparc64_store_arguments)
7831         (sparc64_store_arguments): Fix coding style.
7832
7833 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
7834
7835         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7836         complex floats, adjust some related comments and tighten a related
7837         assertion.
7838         (sparc64_extract_return_value): Handle complex floats.
7839
7840 2012-04-07  Doug Evans  <dje@google.com>
7841
7842         * dwarf2read.c (load_partial_dies): Change condition to assert.
7843
7844 2012-04-06  Doug Evans  <dje@google.com>
7845
7846         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7847         "mov %rsp,%rbp".
7848
7849 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
7850
7851         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7852         fencepost error.
7853         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7854         (v850_gdbarch_init): Set `num_regs' as appropriate for the
7855         architecture.
7856
7857 2012-04-05  Keith Seitz  <keiths@redhat.com>
7858
7859         * linespec.c (decode_compound): Remove.
7860         (enum offset_relative_sign): New enum.
7861         (struct line_offset): New struct.
7862         (struct linespec): New struct.
7863         (struct linespec_state): Move file_symtabs,
7864         user_filename, and user_function into struct linespec.
7865         Make result an anonymous struct holding vectors of
7866         symbolp and minsym_and_objfile_d.
7867         Add language member.
7868         (enum ls_token_type): New enum.
7869         (linespec_keywords): New array.
7870         (struct ls_token): New struct.
7871         (struct ls_parser): New struct.
7872         (linespec_lexer_lex_number): New function.
7873         (linespec_lexer_lex_keyword): New function.
7874         (is_ada_operator): New function.
7875         (skip_quote_char): New function.
7876         (copy_token_string): New function.
7877         (is_closing_quote_enclosed): New function.
7878         (find_parameter_list_end): New function.
7879         (linespec_lexer_lex_string): New function.
7880         (linespec_lexer_lex_one): New function.
7881         (linespec_lexer_consume_token): New function.
7882         (linespec_lexer_peek_token): New function.
7883         (cplusplus_error): Remove unused function.
7884         (find_methods): Update comment.
7885         (find_toplevel_char): Return const.
7886         (is_objc_method_format): Remove unused function.
7887         (find_toplevel_string): New function.
7888         (is_linespec_boundary): Remove.
7889         (symbol_not_found_error): New function.
7890         (find_method_overload_end): Remove function.
7891         (unexpected_linespec_error): New function.
7892         (keep_name_info): Remove.
7893         (linespec_parse_line_offset): New function.
7894         (linespec_parse_basic): New function.
7895         (canonicalize_linespec): New function.
7896         (decode_line_internal): Remove.
7897         (create_sals_line_offset): New function adapted from
7898         decode_all_digits.
7899         (convert_linespec_to_sals): New function.
7900         (parse_linespec): New function.
7901         (linespec_parser_new): New function.
7902         (linespec_state_destructor): Change parameter type to
7903         struct linespec_state *.
7904         Add language parameter.
7905         Remove freeing of moved members.
7906         (linespec_parser_delete): New function.
7907         (decode_line_full): Use parse_linespec and linespec_parser_new.
7908         (decode_line_1): Likewise.
7909         (decode_indirect): Rename to ...
7910         (linespec_expression_to_pc): ... this and rewrite
7911         to simply find CORE_ADDR, storing this result for later
7912         conversion to SALs.
7913         (locate_first_half): Remove.
7914         (deocde_objc): Add parameter LS.
7915         Initialize new struct collect_info members.
7916         Handle minimal symbols, too.
7917         (decode_compound): Delete.
7918         (lookup_prefix_sym): Rewrite.
7919         (compare_msymbols): New function.
7920         (find_method): Rewrite.
7921         Do not call cplusplus_error.
7922         (symtabs_from_filename): Rewrite.
7923         (collect_function_symbols): Delete.
7924         (find_function_symbols): Rewrite without ARGPTR-style
7925         processing.
7926         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7927         (decode_dollar): Adapted and renamed to ...
7928         (linespec_parse_variable): ... this.
7929         (find_linespec_symbols): New function.
7930         (decode_label): Adapted and renamed to ...
7931         (find_label_symbols): ... this.
7932         (decode_digits_list_mode): Add and use LS argument.
7933         (decode_digits_ordinary): Likewise.
7934         (collect_symbols): Do not collect SALs, just symbols and msymbols.
7935         If in list mode, allow any symbol class.  Otherwise, only
7936         permit LOC_BLOCK symbols.
7937         (minsym_found): Update comments.
7938         (search_minsyms_for_name): Do not convert the matching symbol
7939         into a SAL.  Simply push the symbol and objfile into the
7940         result vector.
7941         (decode_variable): Delete. Contents adapted into
7942         find_linespec_symbols.
7943
7944         * cp-support.c (SKIP_SPACE): Remove.
7945         (operator_tokens): Remove unused global.
7946         (cp_validate_operator): Remove.
7947         * cp-support.h (cp_validate_operator): Remove declaration.
7948
7949 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7950
7951         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7952         for TYPE_VPTR_FIELDNO.
7953         * valprint.c (valprint_check_validity): Make it global, move the
7954         function comment ...
7955         * value.h (valprint_check_validity): ... to this new declaration.
7956
7957 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7958
7959         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7960         the STATE32 api for i386 state.
7961         (i386_darwin_store_inferior_registers): Likewise.
7962
7963 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7964
7965         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7966         SS offset.
7967         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7968         format_string.
7969
7970 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7971
7972         PR gdb/13901
7973         * darwin-nat.c (darwin_execvp): Set binary preference.
7974
7975 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7976
7977         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7978
7979 2012-03-30  Tom Tromey  <tromey@redhat.com>
7980
7981         * python/python.c (gdbpy_decode_line): Move cleanup creation out
7982         of TRY_CATCH.  Fix error handling.
7983         * python/py-value.c (convert_value_from_python): Move 'old'
7984         declaration to innermost scope.
7985
7986 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7987             Andrey Smirnov  <andrew.smirnov@gmail.com>
7988
7989         -Wshadow warning fix.
7990         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7991         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7992         Adjust code accordingly.
7993
7994 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7995
7996         * ada-lang.c (symbol_completion_add): Rename parameter
7997         "encoded" into "encoded_p".  Ajust code and documentation
7998         accordingly.
7999
8000 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8001             Andrey Smirnov  <andrew.smirnov@gmail.com>
8002
8003         -Wshadow warning fix.
8004         * ada-lang.c (symbol_completion_add): Rename parameter
8005         "wild_match" into wild_match_p.  Update code and documentation
8006         accordingly.
8007
8008 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8009
8010         * ada-lang.c (symbol_completion_match): Rename parameter
8011         "encoded" into "encoded_p".  Ajust code and documentation
8012         accordingly.
8013
8014 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8015             Andrey Smirnov  <andrew.smirnov@gmail.com>
8016
8017         -Wshadow warning fix.
8018         * ada-lang.c (symbol_completion_match): Rename parameter
8019         "wild_match" into "wild_match_p".  Adjust code and function
8020         documentation accordingly.
8021
8022 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8023             Andrey Smirnov  <andrew.smirnov@gmail.com>
8024
8025         -Wshadow warning fix.
8026         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8027         "symbol_info" into "info".  Adjust code accordingly.
8028         (ada_lookup_symbol): Likewise.
8029
8030 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8031
8032         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8033         of this function's documentation.
8034
8035 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8036             Andrey Smirnov  <andrew.smirnov@gmail.com>
8037
8038         -Wshadow warning fix.
8039         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8040         variable into "wild_match_p".  Adjust code accordingly.
8041
8042 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8043             Andrey Smirnov  <andrew.smirnov@gmail.com>
8044
8045         -Wshadow warning fix.
8046         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8047         parameter into "wild_match_p".  Adjust code accordingly.
8048         Document this parameter in the function description.
8049
8050 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8051             Andrey Smirnov  <andrew.smirnov@gmail.com>
8052
8053         -Wshadow warning fix.
8054         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8055         "wild_match" parameter to "wild_match_p" (-Wshadow).
8056
8057 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8058
8059         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8060         in function documentation.
8061
8062 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8063             Andrey Smirnov  <andrew.smirnov@gmail.com>
8064
8065         -Wshadow warning fix.
8066         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8067         variable into wild_match_p.  Adjust code accordingly.
8068
8069 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8070             Andrey Smirnov  <andrew.smirnov@gmail.com>
8071
8072         * ada-valprint.c (ada_val_print_1): Move the code handling
8073         TYPE_CODE_ENUM inside its own lexical block.  Declare
8074         variables len and val there, instead of in the function's
8075         top level block.  Avoid declaring deref_val again in a way
8076         that shadows another variable of the same name declared
8077         in one of the up-level blocks.  Just re-use the up-level
8078         variable instead.
8079
8080 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8081
8082         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8083         Replace block_found argument by symbol_info.  Adjust
8084         implementation accordingly.  Add function documentation.
8085         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8086         Fix documentation.
8087         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8088         * ada-exp.y (write_object_renaming): Adjust to new
8089         ada_lookup_encoded_symbol API.
8090
8091 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8092
8093         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8094         documentation.
8095
8096 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8097
8098         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8099         (v850_register_name): Add the mpu and fpu register names.
8100         (v850e_register_name): Add the mpu and fpu register names.
8101         (v850e2_register_name): New function.
8102         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8103         bfd_mach_v850e2v3.
8104
8105 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8106
8107         * NEWS: Add entry for Ada varobj support.
8108
8109 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8110
8111         * varobj.c (default_value_is_changeable_p): New function,
8112         extracted from varobj_value_is_changeable_p.  Add declaration.
8113         (ada_value_is_changeable_p): New function, extracted from
8114         varobj_value_is_changeable_p.  Add declaration.
8115         (struct language_specific): New field "value_is_changeable_p".
8116         (languages): Add entries for new field.
8117         (varobj_create): Set language before calling install_new_value.
8118         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8119         "value_is_changeable_p" language callback.
8120
8121 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8122
8123         * ada-varobj.h, ada-varobj.c: New files.
8124         * Makefile.in (SFILES): Add ada-varobj.c.
8125         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8126         (COMMON_OBS): Add ada-varobj.o.
8127
8128 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8129
8130         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8131         (struct language_specific): New field "value_has_mutated".
8132         (languages): Set field "value_has_mutated" in each entry of array.
8133         (varobj_value_has_mutated): New function.
8134         (varobj_udpdate): Add handling of type mutation.
8135         (value_of_root): Add handling of type mutation.
8136         (ada_value_has_mutated): New function.
8137
8138 2012-03-28  Pedro Alves  <palves@redhat.com>
8139
8140         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8141         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8142
8143 2012-03-28  Tom Tromey  <tromey@redhat.com>
8144
8145         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8146         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8147         before returning.
8148
8149 2012-03-28  Tom Tromey  <tromey@redhat.com>
8150
8151         * .dir-locals.el: New file.
8152
8153 2012-03-28  Pedro Alves  <palves@redhat.com>
8154
8155         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8156
8157 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8158
8159         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8160         handling for r0.
8161
8162 2012-03-27  Pedro Alves  <palves@redhat.com>
8163
8164         Eliminate struct ui_stream.
8165
8166         * ui-out.h (struct ui_stream): Delete.
8167         (ui_out_field_stream): Adjust prototype.
8168         (ui_out_stream_new, ui_out_stream_delete)
8169         (make_cleanup_ui_out_stream_delete): Delete declarations.
8170         * ui-out.c (ui_out_field_stream): Change prototype to take a
8171         ui_file instead of a ui_stream.  Adjust.
8172         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8173         (make_cleanup_ui_out_stream_delete): Delete.
8174         * breakpoint.c (print_breakpoint_location)
8175         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8176         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8177         * disasm.c (dump_insns): Ditto.
8178         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8179         prototype.
8180         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8181         ui_stream/ui_out_stream_new.
8182         * infcmd.c (print_return_value): Ditto.
8183         * osdata.c (info_osdata_command): Don't allocate a local
8184         ui_stream.
8185         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8186         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8187         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8188         allocate a local ui_stream.
8189         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8190         instead of ui_stream/ui_out_stream_new.
8191         (list_args_or_locals): Don't allocate a local ui_stream.
8192         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8193         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8194         ui_stream/ui_out_stream_new.
8195         * cli/cli-setshow.c (do_setshow_command): Ditto.
8196
8197 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8198
8199         * arm-linux-tdep.c (arm_linux_init_abi): Call
8200         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8201         * arm-tdep.c (arm_process_record): New function.
8202         (deallocate_reg_mem): New function.
8203         (decode_insn): New function.
8204         (thumb_record_branch): New function.
8205         (thumb_record_ldm_stm_swi(): New function.
8206         (thumb_record_misc): New function.
8207         (thumb_record_ld_st_stack): New function.
8208         (thumb_record_ld_st_imm_offset): New function.
8209         (thumb_record_ld_st_reg_offset(): New function.
8210         (thumb_record_add_sub_cmp_mov): New function.
8211         (thumb_record_shift_add_sub): New function.
8212         (arm_record_coproc_data_proc): New function.
8213         (arm_record_coproc): New function.
8214         (arm_record_b_bl): New function.
8215         (arm_record_ld_st_multiple): New function.
8216         (arm_record_ld_st_reg_offset): New function.
8217         (arm_record_ld_st_imm_offset): New function.
8218         (arm_record_data_proc_imm): New function.
8219         (arm_record_data_proc_misc_ld_str): New function.
8220         (arm_record_extension_space): New function.
8221         (arm_record_strx): New function.
8222         (sbo_sbz): New function.
8223         (struct insn_decode_record): New structure for arm insn record.
8224         (REG_ALLOC): New macro for reg allocations.
8225         (MEM_ALLOC): New macro for memory allocations.
8226         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8227
8228 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8229
8230         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8231         (store_register): Likewise.
8232
8233 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8234
8235         * MAINTAINERS (Write After Approval): Add myself to the list.
8236
8237 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8238
8239         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8240         Describe also the option "auto".
8241
8242 2012-03-22  Richard Henderson  <rth@redhat.com>
8243
8244         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8245         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8246
8247 2012-03-22  Richard Henderson  <rth@redhat.com>
8248
8249         * jit.c (jit_read_code_entry): Compute alignment and offset of
8250         int64_t member before computing entry_size.
8251
8252 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8253
8254         Python scripting: Add new method Value.referenced_value to
8255         gdb.Value which can dereference pointer as well as reference
8256         values.
8257         * NEWS: Add entry under 'Python scripting' about the new method
8258         Value.referenced_value on gdb.Value objects.
8259         * python/py-value.c (valpy_referenced_value): New function
8260         defining a new method on gdb.Value objects which can dereference
8261         pointer and reference values.
8262
8263 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8264
8265         * MAINTAINERS (Write After Approval): Add myself to the list.
8266
8267 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8268
8269         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8270         in addition to "main".
8271
8272 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8273
8274         * expression.h (op_name): Add declaration.
8275         * expprint.c (op_name): Remove declaration.  Make non-static.
8276         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8277
8278 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8279
8280         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8281         of struct siginfo.
8282         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8283         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8284         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8285         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8286         (linux_nat_get_siginfo): Likewise.
8287         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8288         (linux_nat_get_siginfo): Likewise.
8289         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8290         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8291         * procfs.c (gdb_siginfo_t): Likewise.
8292
8293 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8294
8295         * .gitignore: Ignore more files.
8296
8297 2012-03-20  Pedro Alves  <palves@redhat.com>
8298
8299         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8300         returns.
8301
8302 2012-03-20  Yao Qi  <yao@codesourcery.com>
8303
8304         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8305         comment.
8306
8307 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8308
8309         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8310         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8311         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8312         sect_offset.
8313         * dwarf2expr.h (cu_offset, sect_offset): New types.
8314         (struct dwarf_expr_context_funcs) <dwarf_call>
8315         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8316         sect_offset.
8317         (struct dwarf_expr_context) <len>: Improve the comment.
8318         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8319         cu_offset and sect_offset.
8320         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8321         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8322         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8323         * dwarf2loc.h: Include dwarf2expr.h.
8324         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8325         and sect_offset.
8326         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8327         Improve the comment.
8328         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8329         (struct signatured_type, struct line_header, struct partial_die_info)
8330         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8331         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8332         (get_die_type_at_offset, create_cus_from_index)
8333         (create_signatured_type_table_from_index, dw2_get_file_names)
8334         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8335         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8336         (create_debug_types_hash_table, process_psymtab_comp_unit)
8337         (load_partial_comp_unit, create_all_comp_units)
8338         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8339         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8340         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8341         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8342         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8343         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8344         (find_partial_die, read_attribute_value, lookup_die_type)
8345         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8346         (is_ref_attr): New function comment.
8347         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8348         Use cu_offset and sect_offset.
8349         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8350         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8351         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8352         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8353         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8354         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8355         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8356         sect_offset.
8357
8358 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8359
8360         Code cleanup.
8361         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8362         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8363         with xfree.
8364         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8365
8366 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8367
8368         * NEWS: Describe new options --init-command=FILE, -ix and
8369         --init-eval-command=COMMAND, -iex.
8370         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8371         CMDARG_INIT_COMMAND.
8372         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8373         "init-command", "init-eval-command", "ix" and "iex" to the variable
8374         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8375         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8376         (print_gdb_help): Describe --init-command=FILE, -ix and
8377         --init-eval-command=COMMAND, -iex.
8378
8379 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8380
8381         Code cleanup.
8382         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8383         (cmdarg_s, VEC (cmdarg_s)): New.
8384         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8385         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8386         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8387         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8388         of CMDARG.
8389
8390 2012-03-19  Tom Tromey  <tromey@redhat.com>
8391
8392         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8393
8394 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8395
8396         PR symtab/13777
8397         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8398         GCC >=4.5.
8399
8400 2012-03-16  Chris January  <chris.january@allinea.com>
8401
8402         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8403         of clear.
8404
8405 2012-03-16  Chris January  <chris.january@allinea.com>
8406
8407         * source.c (add_path): Use memmove instead of strcpy because the
8408         strings overlap.
8409
8410 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8411
8412         * value.h (set_value_parent): Add declaration.
8413         * value.c (set_value_parent): New function.
8414         (value_address): If VALUE->PARENT is not NULL, then use it as
8415         the base address instead of VALUE->LOCATION.address.
8416         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8417         the same as OBJ's address.  Adjust V's offset accordingly.
8418         Set V's parent.
8419
8420 2012-03-16  Gary Benson  <gbenson@redhat.com>
8421
8422         PR breakpoints/10738
8423         * dwarf2read.c (use_deprecated_index_sections): New global.
8424         (struct partial_die_info): New member may_be_inlined.
8425         (read_partial_die): Set may_be_inlined where appropriate.
8426         (add_partial_subprogram): Add partial symbols for partial
8427         DIEs that may be inlined.
8428         (new_symbol_full): Add inlined subroutines to the current
8429         scope.
8430         (write_psymtabs_to_index): Bump version number.
8431         (dwarf2_read_index): Read only version 6 indices unless
8432         use_deprecated_index_sections is set.
8433         * linespec.c (symbol_and_data_callback): New structure.
8434         (iterate_inline_only): New function.
8435         (iterate_over_all_matching_symtabs): New argument
8436         "include_inline".  If nonzero, also call the callback for
8437         symbols representing inlined subroutines.
8438         (lookup_prefix_sym): Pass extra argument to the above.
8439         (find_function_symbols): Likewise.
8440         (add_matching_symbols_to_info): Likewise.
8441         * NEWS: Mention that GDB can now set breakpoints on inlined
8442         functions.
8443
8444 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8445
8446         * p-typeprint.c (pascal_type_print_method_args):
8447         Fix display of parameter of methods.
8448
8449 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8450
8451         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8452         Add missing prototype.
8453
8454 2012-03-16  Yao Qi  <yao@codesourcery.com>
8455             Jan Kratochvil  <jan.kratochvil@redhat.com>
8456
8457         Fix false compilation warning.
8458         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8459
8460 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8461             Pedro Alves  <pedro@codesourcery.com>
8462
8463         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8464         (arm_register_g_packet_guesses): New function.
8465         (arm_gdbarch_init): Don't force a target description with
8466         registers when the executable is detected as M-profile.  Instead
8467         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8468         (_initialize_arm_tdep): Initialize the new target description.
8469         * features/arm-with-m-fpa-layout.xml: New description.
8470         * features/arm-with-m-fpa-layout.c: New, generated.
8471
8472 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8473
8474         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8475         Update function description.
8476         (insert_bp_location): Do not wipe bl->target_info out.
8477         * mem-break.c: #include "gdb_string.h".
8478         (default_memory_insert_breakpoint): Do not call target_read_memory
8479         with a pointer to the breakpoint's shadow_contents buffer.  Use
8480         a local buffer instead.
8481         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8482
8483 2012-03-15  Tom Tromey  <tromey@redhat.com>
8484
8485         * NEWS: Mention "info vtbl", not "info vtable".
8486         * cp-support.c (info_vtbl_command): Fix comment.
8487         (_initialize_cp_support): Fix text.
8488
8489 2012-03-15  Tom Tromey  <tromey@redhat.com>
8490
8491         * cp-valprint.c (cp_print_value_fields): Use
8492         print_function_pointer_address for vtable slot.
8493
8494 2012-03-15  Tom Tromey  <tromey@redhat.com>
8495
8496         * gnu-v3-abi.c (struct value_and_voffset): New.
8497         (hash_value_and_voffset, eq_value_and_voffset)
8498         (compare_value_and_voffset, compute_vtable_size)
8499         (print_one_vtable, gnuv3_print_vtable): New functions.
8500         (init_gnuv3_ops): Initialize 'print_vtable' field.
8501         * cp-support.c (info_vtbl_command): New function.
8502         (_initialize_cp_support): Add "info vtbl".
8503         * cp-abi.h (cplus_print_vtable): Declare.
8504         (struct cp_abi_ops) <print_vtable>: New field.
8505         * cp-abi.c (cplus_print_vtable): New function.
8506         * NEWS: Update.
8507
8508 2012-03-15  Tom Tromey  <tromey@redhat.com>
8509
8510         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8511         iterate_over_symbols.
8512
8513 2012-03-14  Doug Evans  <dje@google.com>
8514
8515         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8516         DW_OP_GNU_parameter_ref.
8517
8518 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8519
8520         Fix double prompt of 'interpreter-exec mi'.
8521         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8522         (mi_interpreter_resume): use it.
8523         (mi_execute_command_input_handler): New function.
8524         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8525         mi_execute_command_input_handler.
8526
8527 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8528
8529         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8530         prototype.
8531         (darwin_debug_port_info): Make static.
8532         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8533         * machoread.c (_initialize_machoread): Add prototype.
8534         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8535         (i386_darwin_set_control, i386_darwin_get_control)
8536         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8537         i386_darwin_get_status, i386_darwin_get_control):
8538         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8539
8540 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8541
8542         * ax-gdb.c (gen_usual_unary): Remove special handling of
8543         enum and bool types.
8544
8545 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8546
8547         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8548
8549 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8550
8551         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8552
8553 2012-03-13  Chris January  <chris.january@allinea.com>
8554
8555         * aix-thread.c (fill_sprs): Store the floating point registers
8556         at the correct offsets into vals.
8557
8558 2012-03-13  Doug Evans  <dje@google.com>
8559
8560         * NEWS: Mention symbol-reloading has been deleted.
8561         * symfile.c (symbol_reloading): Delete.
8562         (show_symbol_reloading): Delete.
8563         (_initialize_symfile): Delete set/show symbol-reloading.
8564
8565         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8566         read_in_chain until we have successfully read it in.
8567         (load_full_comp_unit): Ditto.
8568         (read_signatured_type): Add comment.
8569
8570 2012-03-13  Chris January  <chris.january@allinea.com>
8571
8572         * stabsread.c (fix_common_block): Change type of valu argument
8573         to CORE_ADDR.
8574
8575 2012-03-13  Chris January  <chris.january@allinea.com>
8576
8577         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8578         instruction.
8579
8580 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8581
8582         * common/linux-procfs.c (linux_proc_get_int): New, from
8583         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8584         field.
8585         (linux_proc_get_tgid): Only call linux_proc_get_int.
8586         (linux_proc_get_tracerpid): New.
8587         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8588         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8589         linux_proc_pid_has_state.
8590         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8591         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8592         (linux_ptrace_attach_warnings): New.
8593         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8594         New declaration.
8595         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8596         (linux_nat_attach): New variables ex, buffer, message and message_s.
8597         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8598
8599 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8600
8601         * Makefile.in (linux-ptrace.o): New.
8602         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8603         from linux-nat.c.
8604         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8605         * common/linux-ptrace.c: New file.
8606         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8607         * config/arm/linux.mh: Likewise.
8608         * config/i386/linux.mh: Likewise.
8609         * config/i386/linux64.mh: Likewise.
8610         * config/ia64/linux.mh: Likewise.
8611         * config/m32r/linux.mh: Likewise.
8612         * config/m68k/linux.mh: Likewise.
8613         * config/mips/linux.mh: Likewise.
8614         * config/pa/linux.mh: Likewise.
8615         * config/powerpc/linux.mh: Likewise.
8616         * config/powerpc/ppc64-linux.mh: Likewise.
8617         * config/powerpc/spu-linux.mh: Likewise.
8618         * config/s390/s390.mh: Likewise.
8619         * config/sparc/linux.mh: Likewise.
8620         * config/sparc/linux64.mh: Likewise.
8621         * config/xtensa/linux.mh: Likewise.
8622         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8623         common/linux-procfs.c.
8624         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8625
8626 2012-03-13  Hui Zhu  <teawater@gmail.com>
8627             Pedro Alves  <palves@redhat.com>
8628
8629         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8630         CREATE_BREAKPOINT_FLAGS_INSERTED.
8631         (create_breakpoint_sal, create_breakpoints_sal)
8632         (base_breakpoint_create_breakpoints_sal)
8633         (tracepoint_create_breakpoints_sal)
8634         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8635         down.
8636         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8637         (ftrace_command, strace_command): Adjust.
8638         (create_tracepoint_from_upload): Pass
8639         CREATE_BREAKPOINT_FLAGS_INSERTED.
8640         * breakpoint.h (enum breakpoint_create_flags): New.
8641         (create_breakpoint): New flags parameter.
8642         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8643         * python/py-breakpoint.c (bppy_init): Adjust.
8644         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8645         * spu-tdep.c (spu_catch_start): Adjust.
8646
8647 2012-03-13  Pedro Alves  <palves@redhat.com>
8648             Hui Zhu  <teawater@gmail.com>
8649             Yao Qi  <yao@codesourcery.com>
8650
8651         * remote.c (struct remote_state): New field `starting_up'.
8652         (remote_start_remote): Set and clear it.
8653         (remote_can_download_tracepoint): If starting up, return false.
8654
8655 2012-03-13  Yao Qi  <yao@codesourcery.com>
8656
8657         * inferior.h (struct inferior): Remove fields any_syscall_count,
8658         syscalls_counts and total_syscalls_count.  Move them to new
8659         struct catch_syscall_inferior_data in breakpoint.c.
8660         * breakpoint.c: Call DEF_VEC_I(int).
8661         (struct catch_syscall_inferior_data): New.
8662         (get_catch_syscall_inferior_data): New.
8663         (catch_syscall_inferior_data_cleanup): New.
8664         (insert_catch_syscall): Update to access data in
8665         struct catch_syscall_inferior_data.
8666         (insert_catch_syscall): Likewise.
8667         (remove_catch_syscall): Likewise.
8668         (remove_catch_syscall): Likewise.
8669         (is_syscall_catchpoint_enabled): Likewise.
8670         (add_catch_command): Likewise.
8671         (_initialize_breakpoint): Register cleanup.
8672         * breakpoint.h: Removed DEF_VEC_I(int).
8673         * dwarf2loc.c: Call DEF_VEC_I(int).
8674         * mi/mi-main.c: Likewise.
8675
8676 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
8677
8678         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8679
8680 2012-03-12  Chris January  <chris.january@allinea.com>
8681
8682         * aix-thread.c (_initialize_aix_thread): Add prototype.
8683         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8684         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8685
8686 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
8687
8688         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8689         include of "amd64-nat.h".
8690
8691 2012-03-12  Tom Tromey  <tromey@redhat.com>
8692
8693         * buildsym.c (record_pending_block): Now static.
8694         * buildsym.h: (record_pending_block): Remove.
8695
8696 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
8697
8698         * amd64bsd-nat.c: Include amd64bsd-nat.h.
8699
8700 2012-03-09  Tom Tromey  <tromey@redhat.com>
8701
8702         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8703         producer_is_gxx_lt_4_6>: New fields.
8704         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8705
8706 2012-03-09  Tom Tromey  <tromey@redhat.com>
8707
8708         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8709
8710 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8711
8712         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8713         prototype.
8714
8715 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8716
8717         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8718
8719 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8720
8721         Fix -Wmissing-prototypes build.
8722         * arm-linux-nat.c (get_thread_id): Make it static.
8723         * xtensa-linux-nat.c (get_thread_id): Likewise.
8724
8725 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8726
8727         * server.c (process_point_options): If a conditional expression
8728         is found, only print a message if remote_debug is nonzero.
8729
8730 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
8731
8732         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8733         of internal error for unknown/unsupported types.
8734
8735 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8736
8737         Fix CU relative vs. absolute DIE offsets.
8738         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8739         offset to offset_in_cu.
8740         * dwarf2read.c (process_enumeration_scope): Add CU offset to
8741         TYPE_OFFSET.
8742         (dwarf2_fetch_die_location_block): Rename parameter offset to
8743         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
8744
8745 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8746
8747         * libunwind-frame.c: Rename to ...
8748         * ia64-libunwind-tdep.c: ... here.
8749         * libunwind-frame.h: Rename to ...
8750         * ia64-libunwind-tdep.h: ... here.
8751         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8752         ia64-libunwind-tdep.h.
8753         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8754         * README (--with-libunwind): Rename to ...
8755         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8756         * config.in: Regenerate.
8757         * configure: Regenerate.
8758         * configure.ac: New option --with-libunwind-ia64, make the
8759         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
8760         Remove AC_DEFINE for HAVE_LIBUNWIND.
8761         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8762         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8763         Rename libunwind-frame in the general comment.
8764         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8765         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8766         Move forward declarations inside #ifndef.  Rename libunwind-frame in
8767         the general comment.
8768         * ia64-tdep.c: Rename libunwind-frame.h #include to
8769         ia64-libunwind-tdep.h.
8770         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8771         (ia64_libunwind_descr): Rename libunwind-frame to
8772         ia64-libunwind-tdep in these function comments.
8773         * ia64-tdep.h: Rename libunwind-frame.h #include to
8774         ia64-libunwind-tdep.h.
8775         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8776         ia64-libunwind-tdep in that data comment.
8777
8778 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8779
8780         * libunwind-frame.h (struct frame_unwind): New declaration.
8781
8782 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8783
8784         * breakpoint.c (_initialize_breakpoint): Fix error in help of
8785         "set breakpoint condition-evaluation" command.
8786
8787 2012-03-08  Tristan Gingold  <gingold@adacore.com>
8788
8789         * sparc-stub.c: Move to stubs/
8790         * sh-stub.c: Likewise.
8791         * m68k-stub.c: Likewise.
8792         * m32r-stub.c: Likewise.
8793         * i386-stub.c: Likewise.
8794
8795 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
8796
8797         * m68klinux-tdep.c (m68k_linux_init_abi): Register
8798         linux_get_siginfo_type.
8799
8800         * m68klinux-nat.c: Include "gdb_proc_service.h".
8801         (PTRACE_GET_THREAD_AREA): Define.
8802         (ps_get_thread_area): New function.
8803
8804 2012-03-08  Yao Qi  <yao@codesourcery.com>
8805
8806         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8807         `xsnprintf'.
8808         (remote_query_attached): Likewise.
8809         (remote_static_tracepoint_marker_at): Likewise.
8810         (remote_set_permissions): Likewise.
8811         (remote_detach_1, extended_remote_attach_1): Likewise.
8812         (send_g_packet, remote_vkill): Likewise.
8813         (extended_remote_disable_randomization): Likewise.
8814         (remote_add_target_side_condition): Likewise.
8815         (remote_insert_breakpoint): Likewise.
8816         (remote_remove_breakpoint): Likewise.
8817         (remote_insert_watchpoint): Likewise.
8818         (remote_remove_watchpoint): Likewise.
8819         (remote_insert_hw_breakpoint): Likewise.
8820         (remote_insert_hw_breakpoint): Likewise.
8821         (remote_remove_hw_breakpoint): Likewise.
8822         (remote_download_command_source): Likewise.
8823         (remote_download_tracepoint): Likewise.
8824         (remote_download_trace_state_variable): Likewise.
8825         (remote_disable_tracepoint): Likewise.
8826         (remote_trace_set_readonly_regions): Likewise.
8827         (remote_get_tracepoint_status): Likewise.
8828         (remote_trace_find): Likewise.
8829         (remote_get_trace_state_variable_value): Likewise.
8830         (remote_set_disconnected_tracing): Likewise.
8831         (remote_set_circular_trace_buffer): Likewise.
8832         (remote_get_min_fast_tracepoint_insn_len): Likewise.
8833         (remote_use_agent): Likewise.
8834         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8835         Update callers.
8836
8837 2012-03-07  Pedro Alves  <palves@redhat.com>
8838
8839         * NEWS: Mention QProgramSignals.
8840         * inferior.h (update_signals_program_target): Declare.
8841         * infrun.c: (update_signals_program_target): New.
8842         (handle_command): Update the target of the new program signals
8843         array changes.
8844         * remote.c (PACKET_QProgramSignals): New enum.
8845         (last_program_signals_packet): New global.
8846         (remote_program_signals): New.
8847         (remote_start_remote): Update the target with the program signals
8848         list.
8849         (remote_protocol_features): Add entry for QPassSignals.
8850         (remote_open_1): Free anc clear last_program_signals_packet.
8851         (init_remote_ops): Install remote_program_signals.
8852         * target.c (update_current_target): Adjust.
8853         (target_program_signals): New.
8854         * target.h (struct target_ops) <to_program_signals>: New field.
8855         (target_program_signals): Declare.
8856
8857 2012-03-07  Pedro Alves  <palves@redhat.com>
8858
8859         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8860         extensions.
8861
8862 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8863
8864         * m68klinux-nat.c (getregs_supplies): Make static.
8865         (getfpregs_supplies): Likewise.
8866         (have_ptrace_getregs): Likewise.
8867
8868 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
8869
8870         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8871         in call to get_die_type_at_offset.
8872
8873 2012-03-06  Stan Shebs  <stan@codesourcery.com>
8874
8875         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8876         * mi/mi-cmd-disas.c: Ditto.
8877         * mi/mi-cmd-env.c: Ditto.
8878         * mi/mi-cmd-file.c: Ditto.
8879         * mi/mi-cmd-stack.c: Ditto.
8880         * mi/mi-cmd-target.c: Ditto.
8881         * mi/mi-cmd-var.c: Ditto.
8882         * mi/mi-cmds.c: Ditto.
8883         * mi/mi-cmds.h: Ditto.
8884         * mi/mi-console.c: Ditto.
8885         * mi/mi-getopt.c: Ditto.
8886         * mi/mi-getopt.h: Ditto.
8887         * mi/mi-interp.c: Ditto.
8888         * mi/mi-main.c: Ditto.
8889         * mi/mi-out.c: Ditto.
8890         * mi/mi-parse.c: Ditto.
8891         * mi/mi-parse.h: Ditto.
8892         * mi/mi-symbol-cmds.c: Ditto.
8893
8894         * mi/mi-getopt.h: Move mi_opt struct up.
8895         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8896         return.
8897         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8898
8899 2012-03-06  Tom Tromey  <tromey@redhat.com>
8900
8901         * proc-service.c (ps_pglobal_lookup): Set the current program
8902         space.
8903
8904 2012-03-06  Pedro Alves  <palves@redhat.com>
8905
8906         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8907
8908 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
8909
8910         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8911
8912 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8913
8914         Code cleanup.
8915         * common/linux-osdata.c (linux_common_core_of_thread): New function
8916         comment.
8917         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8918         call by linux_common_core_of_thread.
8919         (linux_nat_core_of_thread_1): Remove.
8920         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8921         * linux-thread-db.c: Include linux-osdata.h.
8922         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8923         linux_common_core_of_thread.
8924
8925 2012-03-05  Tom Tromey  <tromey@redhat.com>
8926
8927         * value.c (value_primitive_field): Don't fetch contents for
8928         non-virtual bases.
8929
8930 2012-03-05  Tom Tromey  <tromey@redhat.com>
8931
8932         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8933
8934 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8935
8936         * s390-nat.c: Include "gregset.h".
8937
8938 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8939
8940         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8941         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8942         (libunwind_load): New variable so_error, use it for dlerror.  Try to
8943         load also LIBUNWIND_SO_7.
8944
8945 2012-03-05  Pedro Alves  <palves@redhat.com>
8946
8947         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8948         is not NULL, and remove resulting dead code.
8949
8950 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
8951
8952         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8953         prologue to sh_analyze_prologue.
8954         (sh_analyze_prologue): Make better use of such an upper limit, and
8955         generally be more cautious about accessing memory.
8956
8957 2012-03-05  Tom Tromey  <tromey@redhat.com>
8958
8959         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8960         _initialize_ia64_hpux_tdep.
8961
8962 2012-03-05  Pedro Alves  <palves@redhat.com>
8963
8964         PR gdb/13766
8965
8966         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8967         the register state is clear, supply explicit zero, instead of
8968         marking the register unavailable.
8969
8970 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8971
8972         * NEWS: Mention OpenVMS ia64 new target.
8973
8974 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8975
8976         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8977         (ia64_unw_accessors, ia64_unw_rse_accessors)
8978         (ia64_libunwind_descr): Declare.
8979         * ia64-vms-tdep.c: New file.
8980         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8981         (ia64_libunwind_descr): Make them public.
8982         * configure.tgt: Add ia64-*-*vms*.
8983         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8984         (ALLDEPFILES): Add ia64-vms-tdep.c
8985
8986 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8987
8988         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8989         * remote.c (PACKET_qXfer_uib): New enum value.
8990         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8991         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8992         (_initialize_remote): Call add_packet_config_cmd for
8993         xfer:uib packet.
8994
8995 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8996
8997         * osabi.c (gdb_osabi_names): Add OpenVMS.
8998         (generic_elf_osabi_sniffer): Likewise.
8999         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9000
9001 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9002
9003         Removed unused code.
9004         * libunwind-frame.c (libunwind_frame_unwind)
9005         (libunwind_frame_base_address): Remove.
9006         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9007
9008 2012-03-04  Yao Qi  <yao@codesourcery.com>
9009
9010         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9011         remove trailing new line.
9012         (agent_run_command, agent_run_command): Add _ markup.
9013         (agent_capability_check): Likewise.
9014
9015 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9016
9017         * breakpoint.c (set_condition_evaluation_mode): Set
9018         CONDITION_EVALUATION_MODE unconditionally.
9019
9020 2012-03-03  Yao Qi  <yao@codesourcery.com>
9021
9022         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9023         * common/agent.h: Update declaration.
9024         * inf-child.c (inf_child_use_agent): New.
9025         (inf_child_can_use_agent): New.
9026         (inf_child_target): Initialize fields `to_use_agent'
9027         and `to_can_use_agent'.
9028         * agent.c (agent_new_objfile): New.
9029         (_initialize_agent): Add agent_new_objfile to new_objfile
9030         observer.
9031
9032         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9033         New.
9034         (linux_target_install_ops): Initialize field
9035         `to_static_tracepoint_markers_by_strid'.
9036         * remote.c (free_current_marker): Move it to ...
9037         * tracepoint.c (free_current_marker): ... here.  New.
9038         (cleanup_target_stop): New.
9039         * tracepoint.h: Declare free_current_marker.
9040         * NEWS: Add one entry about `info static-tracepoint-marker'.
9041
9042 2012-03-03  Yao Qi  <yao@codesourcery.com>
9043
9044         * common/agent.c (agent_loaded_p): New.
9045         (agent_look_up_symbols): New global.
9046         * common/agent.h: Declare agent_loaded_p.
9047
9048 2012-03-03  Yao Qi  <yao@codesourcery.com>
9049
9050         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9051         (agent_capability_check, agent_capability_invalidate): New.
9052         (symbol_list): New array element.
9053         * common/agent.h (enum agent_capa): New.
9054         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9055
9056 2012-03-03  Yao Qi  <yao@codesourcery.com>
9057
9058         * target.h (struct target_ops) <to_use_agent>: New field.
9059         (struct target_ops) <to_can_use_agent>: New field.
9060         (target_use_agent, target_can_use_agent): New macro.
9061         * target.c (update_current_target): Update.
9062         * remote.c: New enum `PACKET_QAgent'.
9063         (remote_protocol_features): Add a new element.
9064         (remote_use_agent, remote_can_use_agent): New.
9065         (init_remote_ops): Initialize field `can_use_agent' with
9066         remote_can_use_agent.  Intiailize field `use_agent' with
9067         remote_use_agent.
9068         * common/agent.c (use_agent): New global.
9069         * common/agent.h: Declare it.
9070         * tracepoint.c (info_static_tracepoint_markers_command): Add
9071         comment.
9072         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9073         (COMMON_OBS): Add common/agent.o and agent.o
9074         (common-agent.o): New rule.
9075         * agent.c: New.
9076
9077 2012-03-03  Yao Qi  <yao@codesourcery.com>
9078
9079         * common/agent.c: New.
9080         * common/agent.h: New.
9081         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9082         AC_CHECK_HEADERS.
9083         * configure, configh.in: Regenerated.
9084
9085 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9086
9087         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9088         unless it exists for this architecture.
9089
9090 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9091
9092         * language.h (struct language_defn): New "method" la_read_var_value.
9093         * findvar.c: #include "language.h".
9094         (default_read_var_value): Renames read_var_value.  Rewrite
9095         function description.
9096         (read_var_value): New function.
9097         * value.h (default_read_var_value): Add prototype.
9098         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9099         New functions.
9100         (ada_language_defn): Add entry for la_read_var_value.
9101         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9102         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9103         language_defn structures to add entry for new la_read_var_value
9104         field.
9105
9106 2012-03-02  Tom Tromey  <tromey@redhat.com>
9107             Pedro Alves  <palves@redhat.com>
9108
9109         PR breakpoints/13776:
9110         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9111         breakpoints.
9112         (delete_longjmp_breakpoint_at_next_stop): New.
9113         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9114         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9115         before deleting the inferior.  Add comments.
9116         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9117         breakpoints immediately, but only on next stop.  Move that code
9118         next to where we mark other breakpoints for deletion.
9119
9120 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9121
9122         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9123         marker.
9124         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9125         violation.
9126
9127 2012-03-02  Pedro Alves  <palves@redhat.com>
9128
9129         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9130
9131 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9132
9133         Fix -Wmissing-prototypes build.
9134         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9135         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9136         (gdbsim_has_memory): Likewise.
9137
9138 2012-03-02  Yao Qi  <yao@codesourcery.com>
9139
9140         Fix -Wmissing-prototypes build.
9141         * charset.c (phony_iconv_open): Make static.
9142         (phony_iconv_close, phony_iconv): Likewise.
9143         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9144         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9145         prototype.
9146         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9147         * ser-mingw.c (create_select_thread): Make static.
9148         * windows-termcap.c (tgetent): New prototype.
9149         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9150
9151 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9152
9153         Fix -Wmissing-prototypes build.
9154         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9155         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9156         (_initialize_loadable): New prototypes.
9157
9158 2012-03-02  Doug Evans  <dje@google.com>
9159
9160         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9161         abbrev table, read_comp_unit will do it.
9162
9163 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9164
9165         Fix -Wmissing-prototypes build.
9166         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9167         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9168         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9169         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9170         (_initialize_arm_symbian_tdep): New prototype.
9171         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9172         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9173         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9174         static.
9175         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9176         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9177         prototype.
9178         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9179         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9180         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9181         static.
9182         * moxie-tdep.c (moxie_process_record): Likewise.
9183         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9184         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9185         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9186         (_initialize_rl78_tdep): New prototype.
9187         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9188         (_initialize_rx_tdep): New prototype.
9189         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9190         (_initialize_darwin_solib): New prototype.
9191         * solib-spu.c: Include solib-spu.h.
9192         (_initialize_spu_solib): New prototype.
9193         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9194         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9195         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9196         (tic6x_software_single_step): Make it static.
9197         (_initialize_tic6x_tdep): New prototype.
9198
9199 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9200
9201         Fix -Wmissing-prototypes build.
9202         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9203         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9204
9205 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9206
9207         Fix -Wmissing-prototypes build.
9208         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9209         (frv_have_stopped_data_address): Remove.
9210
9211 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9212
9213         Fix -Wmissing-prototypes build.
9214         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9215         * sh-tdep.c: Include sh64-tdep.h.
9216         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9217         * sh64-tdep.c: Include sh64-tdep.h.
9218         * sh64-tdep.h: New file.
9219
9220 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9221
9222         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9223
9224 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9225
9226         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9227         sp_regnum once the gdbarch_init_osabi hook has been called.
9228
9229 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9230
9231         * mips-tdep.c (mips32_bc1_pc): New function.
9232         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9233         BPOSGE32 and BPOSGE64 instructions.
9234         (deal_with_atomic_sequence): Likewise.
9235         (mips32_instruction_has_delay_slot): Likewise.
9236
9237 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9238             Chris Dearman  <chris@mips.com>
9239             Maciej W. Rozycki  <macro@codesourcery.com>
9240             Joseph Myers  <joseph@codesourcery.com>
9241
9242         * features/mips-dsp.xml: New file.
9243         * features/mips64-dsp.xml: New file.
9244         * features/mips-dsp-linux.xml: New file.
9245         * features/mips64-dsp-linux.xml: New file.
9246         * features/Makefile (WHICH): Add mips-dsp-linux and
9247         mips64-dsp-linux.
9248         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9249         * features/mips-dsp-linux.c: New file.
9250         * features/mips64-dsp-linux.c: New file.
9251         * regformats/mips-dsp-linux.dat: New file.
9252         * regformats/mips64-dsp-linux.dat: New file.
9253         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9254         registers.
9255         (mips64_linux_register_addr): Likewise.
9256         (mips64_linux_regsets_fetch_registers): Likewise.
9257         (mips64_linux_regsets_store_registers): Likewise.
9258         (mips64_linux_fetch_registers): Update call to
9259         mips64_linux_regsets_fetch_registers.
9260         (mips64_linux_store_registers): Update call to
9261         mips64_linux_regsets_store_registers.
9262         (mips_linux_read_description): Probe for DSP registers.
9263         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9264         and initialize_tdesc_mips64_dsp_linux.
9265         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9266         Remove padding of no longer used embedded register slots.
9267         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9268         (MIPS_RESTART_REGNUM): Redefine enum value.
9269         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9270         strings.
9271         (mips_tx39_reg_names): Likewise.
9272         (mips_linux_reg_names): New array of register names for Linux
9273         targets.
9274         (mips_register_name): Check for a null pointer in
9275         mips_processor_reg_names and return an empty string.
9276         (mips_register_type): Exclude embedded registers for the IRIX
9277         and Linux ABIs.
9278         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9279         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9280         DSP registers.
9281         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9282         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9283         (mips_gdbarch_init): Likewise.  Initialize internal register
9284         indices for the Linux ABI.  Use dynamic numbers to refer to
9285         registers, as applicable, while parsing the target description.
9286         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9287
9288 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9289
9290         * frame.h (read_frame_register_unsigned): Fix typo in function
9291         description.
9292
9293 2012-03-01  Pedro Alves  <palves@redhat.com>
9294
9295         * jit-reader.in [!__cplusplus]
9296         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9297
9298 2012-03-01  Pedro Alves  <palves@redhat.com>
9299
9300         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9301         * configure: Regenerate.
9302
9303 2012-03-01  Pedro Alves  <palves@redhat.com>
9304
9305         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9306         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9307         (ftrace_command, strace_command): Make static.
9308         * d-lang.c (_initialize_d_language): Declare.
9309         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9310         * dwarf2loc.c (_initialize_dwarf2loc):
9311         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9312         * exec.c (exec_get_section_table): Make static.
9313         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9314         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9315         * inferior.c (remove_inferior_command, add_inferior_command)
9316         (clone_inferior_command): Make static.
9317         * linux-nat.c (linux_nat_thread_address_space)
9318         (linux_nat_core_of_thread): Make static.
9319         * linux-tdep.c (_initialize_linux_tdep): Declare.
9320         * objc-lang.c (_initialize_objc_lang): Declare.
9321         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9322         Make static.
9323         (_initialize_opencl_language): Declare.
9324         * record.c (_initialize_record): Declare.
9325         * remote.c (demand_private_info, remote_get_tib_address)
9326         (remote_supports_cond_tracepoints)
9327         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9328         Make static.
9329         * skip.c (_initialize_step_skip): Declare.
9330         * symtab.c (skip_prologue_using_lineinfo): Make static.
9331         * tracepoint.c (delete_trace_state_variable)
9332         (trace_variable_command, delete_trace_variable_command)
9333         (get_uploaded_tsv, find_matching_tracepoint_location)
9334         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9335         Make static.
9336         * value.c (pack_unsigned_long): Make static.
9337         * varobj.c (varobj_ensure_python_env): Make static.
9338         * windows-tdep.c (_initialize_windows_tdep): Declare.
9339         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9340
9341 2012-03-01  Pedro Alves  <palves@redhat.com>
9342
9343         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9344         gdbarch parameter.
9345         (linux_init_abi): Install it as has_shared_address_space gdbarch
9346         callback.
9347
9348 2012-03-01  Pedro Alves  <palves@redhat.com>
9349
9350         * observer.c (observer_test_first_notification_function)
9351         (observer_test_second_notification_function)
9352         (observer_test_third_notification_function): Add declarations.
9353
9354 2012-03-01  Pedro Alves  <palves@redhat.com>
9355
9356         * common/signals.c (default_target_signal_to_host)
9357         (default_target_signal_from_host): Move ...
9358         * arch-utils.c: ... here.
9359         * arch-utils.h (default_target_signal_to_host)
9360         (default_target_signal_from_host): Declare.
9361
9362         * common/signals.c (target_signal_from_command): Move ...
9363         * infrun.c: ... here.
9364         * inferior.h (target_signal_from_command): Declare.
9365         * target.h (target_signal_from_command)
9366         (default_target_signal_from_host, default_target_signal_to_host):
9367         Delete declarations.
9368
9369         * common/signals.c (_initialize_signals): Delete.
9370
9371 2012-03-01  Pedro Alves  <palves@redhat.com>
9372
9373         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9374         both __cplusplus and !__cplusplus.
9375
9376 2012-03-01  Pedro Alves  <palves@redhat.com>
9377
9378         * psymtab.c (find_and_open_source): Delete declaration.
9379         * source.c (find_and_open_source): Move comment ...
9380         * source.h (find_and_open_source): ... to this new declaration.
9381
9382 2012-03-01  Pedro Alves  <palves@redhat.com>
9383
9384         * inline-frame.c: Include inline-frame.h.
9385
9386 2012-03-01  Pedro Alves  <palves@redhat.com>
9387
9388         * tui/tui-data.c (set_gen_win_origin): Delete.
9389         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9390         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9391
9392 2012-03-01  Pedro Alves  <palves@redhat.com>
9393
9394         * remote.c (encode_actions): Delete declaration.
9395         * tracepoint.c (encode_actions): Make extern.
9396         * tracepoint.h (encode_actions): Declare.
9397
9398 2012-03-01  Pedro Alves  <palves@redhat.com>
9399
9400         * python/py-breakpoint.c: Include python.h.
9401         * python/py-continueevent.c (create_continue_event_object): Make
9402         static.
9403         * python/py-lazy-string.c (stpy_get_type): Make static.
9404         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9405         Make static.
9406         * python/py-utils.c (unicode_to_target_python_string): Make
9407         static.
9408         * python/py-value.c: Include python.h.
9409
9410 2012-03-01  Pedro Alves  <palves@redhat.com>
9411
9412         * inferior.c (delete_threads_of_inferior): Delete.
9413
9414 2012-03-01  Pedro Alves  <palves@redhat.com>
9415
9416         Import fallback definitions from glibc.
9417
9418         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9419         ps_prochandle): Forward declare.
9420         (ps_err_e): Use glibc's comments.
9421         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9422         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9423         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9424         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9425         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9426         (struct ps_prochandle): Adjust comment.
9427
9428 2012-03-01  Pedro Alves  <palves@redhat.com>
9429
9430         * ada-lang.c (ada_modulus_from_name): Delete.
9431         * ada-lex.l (lexer_init): Make static.
9432
9433 2012-03-01  Pedro Alves  <palves@redhat.com>
9434
9435         PR gdb/13767
9436
9437         * frame.c (read_frame_register_unsigned): New.
9438         * frame.h (read_frame_register_unsigned): Declare.
9439         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9440         Handle it.
9441         (print_i387_control_word): New parameter `control_p'.  Handle it.
9442         (i387_print_float_info): Handle unavailable float registers.
9443
9444 2012-03-01  Keith Seitz  <keiths@redhat.com>
9445
9446         * linespec.c (decode_line_2): Sort the list of methods
9447         alphabetically before presenting the user with a selection
9448         menu.
9449
9450 2012-03-01  Doug Evans  <dje@google.com>
9451
9452         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9453         has_namespace_info.
9454         (dwarf2_read_abbrevs): Remove corresponding initialization.
9455
9456 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9457
9458         * NEWS: Mention new python command class gdb.COMMAND_USER.
9459         * cli/cli-cmds.c (show_user): Print error when used on a python
9460         command.
9461         (init_cli_cmds): Update documentation strings for "show user" and
9462         "set/show max-user-call-depth" to clarify that it does not apply to
9463         python commands.
9464         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9465         error check.
9466         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9467         gdb python api.
9468         * top.c (execute_command): Only execute a user-defined command as a
9469         legacy macro if c->user_commands is set.
9470
9471 2012-03-01  Tom Tromey  <tromey@redhat.com>
9472
9473         * valprint.h (struct generic_val_print_decorations): New.
9474         (generic_val_print): Declare.
9475         * valprint.c (generic_val_print): New function.
9476         * p-valprint.c (p_decorations): New global.
9477         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9478         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9479         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9480         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9481         * m2-valprint.c (m2_decorations): New global.
9482         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9483         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9484         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9485         TYPE_CODE_ERROR>: Call generic_val_print.
9486         * f-valprint.c (f_decorations): New global.
9487         (f_val_print): Use print_function_pointer_address.
9488         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9489         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9490         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9491         generic_val_print.
9492         * c-valprint.c (c_decorations): New global.
9493         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9494         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9495         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9496         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9497         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9498         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9499         case.
9500
9501 2012-03-01  Tom Tromey  <tromey@redhat.com>
9502
9503         * valprint.c (val_print): Update.
9504         * p-valprint (pascal_val_print): Return void.
9505         * p-lang.h (pascal_val_print): Return void.
9506         * m2-valprint.c (m2_val_print): Return void.
9507         * m2-lang.h (m2_val_print): Return void.
9508         * language.h (struct language_defn) <la_val_print>: Return void.
9509         * language.c (unk_lang_val_print): Return void.
9510         * jv-valprint.c (java_val_print): Return void.
9511         * jv-lang.h (java_val_print): Return void.
9512         * f-valprint.c (f_val_print): Return void.
9513         * f-lang.h (f_val_print): Return void.
9514         * d-valprint.c (d_val_print): Return void.
9515         (dynamic_array_type): Update.
9516         * d-lang.h (d_val_print): Return void.
9517         * c-valprint.c (c_val_print): Return void.
9518         * c-lang.h (c_val_print): Return void.
9519         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9520         void.
9521         * ada-lang.h (ada_val_print): Return void.
9522
9523 2012-03-01  Tom Tromey  <tromey@redhat.com>
9524
9525         * value.h (val_print): Return void.
9526         * valprint.c (val_print): Return void.
9527
9528 2012-03-01  Tom Tromey  <tromey@redhat.com>
9529
9530         * value.h (common_val_print): Return void.
9531         * valprint.c (common_val_print): Return void.
9532
9533 2012-03-01  Tom Tromey  <tromey@redhat.com>
9534
9535         * value.h (value_print): Return void.
9536         * valprint.c (value_print): Return void.
9537         * p-valprint.c (pascal_value_print): Return void.
9538         * p-lang.h (pascal_value_print): Return void.
9539         * language.h (struct language_defn) <la_value_print>: Return
9540         void.
9541         * language.c (unk_lang_value_print): Return void.
9542         * jv-valprint.c (java_value_print): Return void.
9543         * jv-lang.h (java_value_print): Return void.
9544         * f-valprint.c (c_value_print): Don't declare.
9545         Include c-lang.h.
9546         * c-valprint.c (c_value_print): Return void.
9547         * c-lang.h (c_value_print): Return void.
9548         * ada-valprint.c (ada_value_print): Return void.
9549         * ada-lang.h (ada_value_print): Return void.
9550
9551 2012-03-01  Tom Tromey  <tromey@redhat.com>
9552
9553         * value.c (value_primitive_field): Handle virtual base classes.
9554
9555 2012-03-01  Tom Tromey  <tromey@redhat.com>
9556
9557         * gdbtypes.h (struct vbase): Remove.
9558
9559 2012-03-01  Tom Tromey  <tromey@redhat.com>
9560
9561         * c-valprint.c (print_function_pointer_address): Move...
9562         * valprint.c: ... here.  Make non-static.
9563         * m2-valprint.c (print_function_pointer_address): Remove.
9564         * valprint.h (print_function_pointer_address): Declare.
9565
9566 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9567
9568         * NEWS: Document the fact that one can provide a condition when
9569         creating an Ada exception catchpoint.
9570
9571 2012-03-01  Tom Tromey  <tromey@redhat.com>
9572
9573         * valprint.c (val_print_type_code_flags): Fix placement of
9574         trailing brace.
9575
9576 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9577
9578         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9579         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9580         environment variable before calling update-copyright.
9581
9582 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9583
9584         * gnulib/extra/update-copyright: Update to the latest from
9585         gnulib's git repository.
9586         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9587         variable to 2 instead of 1.
9588
9589 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9590
9591         * varobj.c (c_value_of_variable): Remove dead code.
9592
9593 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9594
9595         * ada-lex.p (processId): Do not modify already encoded IDs.
9596         Update function documentation.
9597
9598 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9599
9600         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9601         "name" with "struct symbol *name_sym".
9602         * ada-exp.y (write_var_or_type): Update call to
9603         ada_find_renaming_symbol.
9604         "name" with "struct symbol *name_sym". Adjust Implementation
9605         accordingly.  Adjust the function documentation.
9606
9607 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9608
9609         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9610         * ada-lang.c (ada_find_any_type): Add advance declaration.
9611         Make static.  Replace ada_find_any_symbol by
9612         ada_find_any_type_symbol.
9613         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9614         Improve function description.  Make static.
9615         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9616         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9617
9618 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9619
9620         * ada-lang.c (struct tag_args): Delete.
9621         (ada_get_tsd_type): Function body moved up in source file.
9622         (ada_tag_name_1, ada_tag_name_2): Delete.
9623         (ada_get_tsd_from_tag): New function.
9624         (ada_tag_name_from_tsd): New function.
9625         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9626         to determine the tag name.
9627
9628 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9629
9630         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9631         declaration.
9632         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9633         function.
9634
9635 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9636
9637         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9638
9639 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9640
9641         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9642         full searches.
9643
9644 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9645
9646         * ada-lang.c (constrained_packed_array_type): If there is a
9647         parallel XA type, use it to determine the array index type.
9648
9649 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9650
9651         * ada-valprint.c (ada_val_print_1): If our value is a reference
9652         to an array descriptor, dereference it before converting it
9653         to a simple array.
9654
9655 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9656
9657         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9658         creating fixed value.
9659         (ada_value_ind, ada_coerce_ref, assign_component)
9660         (ada_evaluate_subexp): Remove call to unwrap_value before
9661         call to ada_to_fixed_value.
9662
9663 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9664
9665         * ada-lang.c (to_fixed_array_type): Set result's type name.
9666
9667 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9668
9669         * ada-lang.c (catch_ada_exception_command_split): Add new
9670         argument cond_string.  Add support for condition at end of
9671         "catch exception" commands.
9672         (ada_decode_exception_location): Add new argument cond_string.
9673         Update call to catch_ada_exception_command_split.
9674         (create_ada_exception_catchpoint): Add new argument cond_string.
9675         Set the breakpoint condition if needed.
9676         (catch_ada_exception_command): Update call to
9677         ada_decode_exception_location.
9678         (ada_decode_assert_location): Add function documentation.
9679         Add support for condition at end of "catch assert" command.
9680         (catch_assert_command): Update calls to ada_decode_assert_location
9681         and create_ada_exception_catchpoint.
9682
9683 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9684
9685         Fix disp-step-syscall.exp: fork: single step over fork.
9686         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9687         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9688         comment, change parameters gdbarch and ptid to regcache.  Remove
9689         parameter regcache, initialize gdbarch from regcache here.
9690         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9691         New functions.
9692         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9693         instead.
9694         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9695         'syscall'.  Make the 'int' check more strict.
9696
9697 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9698
9699         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9700         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9701         (i386_linux_intx80_sysenter_syscall_record): ... here.
9702         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9703         Use the renamed function name.
9704
9705 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9706
9707         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9708         * breakpoint.c (until_break_command): Likewise.
9709         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9710         * infcall.c (call_function_by_hand): Likewise.
9711         * infcmd.c (finish_forward): Likewise.
9712         * infrun.c (insert_exception_resume_breakpoint): Likewise.
9713
9714 2012-02-28  Tristan Gingold  <gingold@adacore.com>
9715
9716         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9717         avoid variable assignments inside condition.
9718
9719 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9720
9721         Fix static analysis issue found by cppcheck.
9722         * microblaze-tdep.c (microblaze_extract_return_value): Fix
9723         uninitialized BUF for size 2.
9724
9725 2012-02-27  Chris Dearman  <chris@mips.com>
9726             Nathan Froyd  <froydnj@codesourcery.com>
9727             Maciej W. Rozycki  <macro@codesourcery.com>
9728
9729         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9730         (mips16_instruction_has_delay_slot): Likewise.
9731         (mips_segment_boundary): Likewise.
9732         (mips_adjust_breakpoint_address): Likewise.
9733         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9734
9735 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
9736             Maciej W. Rozycki  <macro@codesourcery.com>
9737
9738         * infrun.c (handle_inferior_event): Don't proceed through
9739         shared library trampolines if stepping at the machine
9740         instruction level.
9741
9742 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
9743
9744         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9745         too.
9746
9747 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
9748
9749         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9750         (sh_stub_unwind_sniffer): New functions.
9751         (sh_stub_unwind): New variable.
9752         (sh_gdbarch_init): Wire everything.
9753
9754 2012-02-27  Pedro Alves  <palves@redhat.com>
9755
9756         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9757         (linux_nat_post_attach_wait): Adjust to use
9758         linux_proc_pid_is_stopped.
9759         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9760         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9761         based on pid_is_stopped from both linux-nat.c and
9762         gdbserver/linux-low.c, and renamed.
9763
9764 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9765
9766         * remote.c (remote_watchpoint_addr_within_range): New function.
9767         (init_remote_ops): Use it.
9768
9769 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9770
9771         * target.h (target_watchpoint_addr_within_range): Document macro.
9772
9773 2012-02-24  Pedro Alves  <palves@redhat.com>
9774
9775         * stack.c (set_last_displayed_sal): Issue internal_error instead
9776         of warning, and issue it after clearing the last displayed sal.
9777
9778 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9779             Pedro Alves  <palves@redhat.com>
9780
9781         * breakpoint.c (until_break_command): Install breakpoints after
9782         all frame manipulations.
9783
9784 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9785
9786         * remote.c (remote_supports_cond_breakpoints): New forward
9787         declaration.
9788         (remote_add_target_side_condition): New function.
9789         (remote_insert_breakpoint): Add target-side breakpoint
9790         conditional if supported.
9791         (remote_insert_hw_breakpoint): Likewise.
9792         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9793         hook.
9794
9795         * target.c (update_current_target): Inherit
9796         to_supports_evaluation_of_breakpoint_conditions.
9797         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9798
9799         * target.h (struct target_ops)
9800         <to_supports_evaluation_of_breakpoint_conditions>: New field.
9801         (target_supports_evaluation_of_breakpoint_conditions): New #define.
9802
9803         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9804         (condition_evaluation_both, condition_evaluation_auto,
9805         condition_evaluation_host, condition_evaluation_target,
9806         condition_evaluation_enums, condition_evaluation_mode_1,
9807         condition_evaluation_mode): New static globals.
9808         (translate_condition_evaluation_mode): New function.
9809         (breakpoint_condition_evaluation_mode): New function.
9810         (gdb_evaluates_breakpoint_condition_p): New function.
9811         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9812         (mark_breakpoint_modified): New function.
9813         (mark_breakpoint_location_modified): New function.
9814         (set_condition_evaluation_mode): New function.
9815         (show_condition_evaluation_mode): New function.
9816         (bp_location_compare_addrs): New function.
9817         (get_first_location_gte_addr): New helper function.
9818         (set_breakpoint_condition): Free condition bytecode if locations
9819         has become unconditional.  Call mark_breakpoint_modified (...).
9820         (condition_command): Call update_global_location_list (1) for
9821         breakpoints.
9822         (breakpoint_xfer_memory): Use is_breakpoint (...).
9823         (is_breakpoint): New function.
9824         (parse_cond_to_aexpr): New function.
9825         (build_target_condition_list): New function.
9826         (insert_bp_location): Handle target-side conditional
9827         breakpoints and call build_target_condition_list (...).
9828         (update_inserted_breakpoint_locations): New function.
9829         (insert_breakpoint_locations): Handle target-side conditional
9830         breakpoints.
9831         (bpstat_check_breakpoint_conditions): Add comment.
9832         (bp_condition_evaluator): New function.
9833         (bp_location_condition_evaluator): New function.
9834         (print_breakpoint_location): Print information on where the condition
9835         will be evaluated.
9836         (print_one_breakpoint_location): Likewise.
9837         (init_bp_location): Call mark_breakpoint_location_modified (...) for
9838         breakpoint location.
9839         (force_breakpoint_reinsertion): New functions.
9840         (update_global_location_list): Handle target-side breakpoint
9841         conditions.
9842         Reinsert locations that are already inserted if conditions have
9843         changed.
9844         (bp_location_dtor): Free agent expression bytecode.
9845         (disable_breakpoint): Call mark_breakpoint_modified (...).
9846         Call update_global_location_list (...) with parameter 1 for breakpoints.
9847         (disable_command): Call mark_breakpoint_location_modified (...).
9848         Call update_global_location_list (...) with parameter 1 for breakpoints.
9849         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9850         (enable_command): mark_breakpoint_location_modified (...).
9851         (_initialize_breakpoint): Update documentation and add
9852         condition-evaluation breakpoint subcommand.
9853
9854         * breakpoint.h: Include ax.h.
9855         (condition_list): New data structure.
9856         (condition_status): New enum.
9857         (bp_target_info) <cond_list>: New field.
9858         (bp_location) <condition_changed, cond_bytecode>: New fields.
9859         (is_breakpoint): New prototype.
9860
9861 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9862
9863         * remote.c (remote_state) <cond_breakpoints>: New field.
9864         (PACKET_ConditionalBreakpoints): New enum.
9865         (remote_cond_breakpoint_feature): New function.
9866         (remote_protocol_features): Add new ConditionalBreakpoints entry.
9867         (remote_supports_cond_breakpoints): New function.
9868         (_initialize_remote): Add new packet configuration for
9869         target-side conditional breakpoints.
9870
9871 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9872
9873         * NEWS: Mention target-side conditional breakpoint support,
9874         new condition-evaluation breakpoint subcommand and remote
9875         packet extensions.
9876
9877 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9878
9879         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9880         number.
9881
9882 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
9883
9884         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9885         (after_prologue): Remove.
9886
9887 2012-02-23  Tom Tromey  <tromey@redhat.com>
9888
9889         * jv-valprint.c (java_val_print): Remove dead code.
9890
9891 2012-02-23  Tristan Gingold  <gingold@adacore.com>
9892
9893         * ada-tasks.c (struct ada_tasks_inferior_data): Add
9894         known_tasks_element and known_tasks_length fields.
9895         (read_known_tasks_array): Change argument type.  Use pointer type
9896         and number of elements from DATA.  Adjust.
9897         (read_known_tasks_list): Likewise.
9898         (get_known_tasks_addr): Remove.
9899         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9900         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
9901         type and array length.  Merge former get_known_tasks_addr code.
9902
9903 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9904
9905         PR backtrace/13716
9906         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9907         it after set_momentary_breakpoint.
9908
9909 2012-02-22  Sterling Augustine  <saugustine@google.com>
9910
9911         PR 13689:
9912         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9913
9914 2012-02-22  Gary Benson  <gbenson@redhat.com>
9915
9916         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9917         (find_slot_in_mapped_hash): Likewise.
9918
9919 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9920
9921         PR build/13638
9922         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9923         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9924         * configure: Regenerate.
9925
9926 2012-02-21  Tristan Gingold  <gingold@adacore.com>
9927             Pedro Alves  <palves@redhat.com>
9928
9929         * ia64-tdep.c: Do not include libunwind-ia64.h.
9930         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9931         Include libunwind-ia64.h instead of libunwind.h.
9932         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9933         for libunwind.h existence.
9934         * configure, config.in: Regenerate.
9935
9936 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9937
9938         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9939         instead of value_rtti_target_type.
9940         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9941         instead of value_rtti_target_type.
9942         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9943         value_rtti_target_type.
9944         * valops.c (value_ind): Extract function readjust_indirect_value_type.
9945         (value_rtti_target_type): Rename to ...
9946         (value_rtti_indirect_type): ... here and make it indirect.  Update
9947         function comment.
9948         * value.c (readjust_indirect_value_type): New function.
9949         (coerce_ref): Support for enclosing type setting for references
9950         with readjust_indirect_value_type.
9951         * value.h (readjust_value_type): New declaration.
9952         (value_rtti_target_type): Rename to ...
9953         (value_rtti_indirect_type): ... here.
9954
9955 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9956
9957         * MAINTAINERS (Write After Approval): Add myself to the list.
9958
9959 2012-02-20  Doug Evans  <dje@google.com>
9960
9961         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9962         Rename objfile_p_char parameter to objfilep.
9963         (build_objfile_section_table): Result is now void.  All callers
9964         updated.
9965         * objfiles.h (struct objfile): Tweak comments, whitespace.
9966         (build_objfile_section_table): Update.
9967
9968         * elfread.c (elf_symfile_segments): Fix warning text.
9969
9970 2012-02-20  Tom Tromey  <tromey@redhat.com>
9971
9972         PR gdb/13498:
9973         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9974         particular set of file names once.
9975         (dw2_map_symbol_filenames): Likewise.
9976
9977 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9978
9979         Code cleanup.
9980         * main.c (write_files): Remove the declaration.
9981         (external_editor_command): Move the declaration ...
9982         [GDBTK] (external_editor_command): ... here.  Fix the comment.
9983
9984 2012-02-20  Tom Tromey  <tromey@redhat.com>
9985
9986         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9987         extraneous block.
9988
9989 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9990
9991         * darwin-nat.h (enum darwin_msg_state): Add comments.
9992
9993 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9994
9995         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9996         value.
9997
9998 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
9999
10000         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10001         between function description and implementation.
10002
10003 2012-02-17  Tom Tromey  <tromey@redhat.com>
10004
10005         PR python/12070:
10006         * python/py-event.c (event_object_getset): New global.
10007         (event_object_type): Reference it.
10008         * python/py-type.c (field_object_getset): New global.
10009         (field_object_type): Reference it.
10010         * python/python-internal.h (gdb_py_generic_dict): Declare.
10011         * python/py-utils.c (gdb_py_generic_dict): New function.
10012
10013 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10014
10015         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10016
10017 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10018
10019         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10020         TYPE_CALLING_CONVENTION annotation.
10021
10022 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10023
10024         * MAINTAINERS: Add rx to target ISA section.
10025         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10026         (ALLDEPFILES): Add rx-tdep.c.
10027
10028 2012-02-16  Tom Tromey  <tromey@redhat.com>
10029
10030         * symfile.c (symbol_file_add_main_1): Use inferior's
10031         symfile_flags.
10032         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10033         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10034         inferior.
10035         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10036         inferior.
10037         (follow_exec): Use inferior's symfile_flags.
10038         * inferior.h (struct inferior) <symfile_flags>: New field.
10039
10040 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10041
10042         PR gdb/9734:
10043         * remote-sim.c (gdbsim_create_inferior): Call error() when
10044         sim_create_inferior() fails.
10045
10046 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10047
10048         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10049
10050 2012-02-16  Tom Tromey  <tromey@redhat.com>
10051
10052         PR c++/13653:
10053         * thread.c (struct current_thread_cleanup) <was_removable>: New
10054         field.
10055         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10056         (make_cleanup_restore_current_thread): Initialize new field.
10057
10058 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10059
10060         * MAINTAINERS: Add rl78 to target ISA section.
10061         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10062         (ALLDEPFILES): Add rl78-tdep.c.
10063         * NEWS: Mention rl78 as a new target.
10064
10065 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10066
10067         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10068         data.
10069         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10070
10071 2012-02-15  Tom Tromey  <tromey@redhat.com>
10072
10073         PR gdb/12659:
10074         * infcmd.c (registers_info): Print just the current register's
10075         name.
10076
10077 2012-02-15  Tom Tromey  <tromey@redhat.com>
10078
10079         * python/py-symbol.c (sympy_value): Use _().
10080
10081 2012-02-15  Pedro Alves  <palves@redhat.com>
10082
10083         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10084         output to be like native targets'.
10085         (remote_pid_to_str): Special case the null ptid.
10086
10087 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10088
10089         * NEWS: Mention enable count command.
10090         * breakpoint.h (struct breakpoint): New field enable_count.
10091         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10092         (enable_breakpoint): Add arg to call.
10093         (struct disp_data): New struct.
10094         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10095         (do_map_enable_once_breakpoint): Create a struct and pass it.
10096         (do_map_enable_delete_breakpoint): Ditto.
10097         (do_map_enable_count_breakpoint): New function.
10098         (enable_count_command): New function.
10099         (bpstat_stop_status): Decrement enable_count.
10100         (print_one_breakpoint_location): Report enable count.
10101         (_initialize_breakpoint): Add enable count command.
10102
10103 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10104
10105         * rl78-tdep.c (reggroups.h): Include.
10106         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10107         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10108         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10109         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10110         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10111         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10112         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10113         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10114         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10115         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10116         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10117         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10118         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10119         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10120         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10121         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10122         beginning of register list.
10123         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10124         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10125         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10126         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10127         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10128         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10129         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10130         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10131         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10132         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10133         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10134         the pseudo registers.  Rearrange other pseudo registers too so
10135         that the bank registers appear at the end.
10136         (rl78_register_type): Account for the fact that the byte sized
10137         bank registers are now pseudo-registers.
10138         (rl78_register_name): Rearrange the register name array.  Make
10139         initial set of raw banked registers inaccessible.
10140         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10141         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10142         case for copying bytes back and forth between raw and pseudo
10143         versions of the banked registers.  Update other cases to reflect
10144         the changed names.
10145         (rl78_return_value): Update to account for changed names of
10146         raw registers.
10147         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10148         rl78_register_sim_regno().
10149
10150 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10151
10152         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10153         the name parameter being passed to find_pc_partial_function().
10154
10155 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10156
10157         * MAINTAINERS: Step down from being ia64 target maintainer.
10158
10159 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10160
10161         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10162         compilation warning.
10163
10164 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10165
10166         Fix crash on loaded shlibs without loaded exec_bfd.
10167         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10168         (set_section_command): Replace exec_bfd by p->bfd.
10169
10170 2012-02-10  Tom Tromey  <tromey@redhat.com>
10171
10172         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10173         when we have a C++ qualified name.
10174
10175 2012-02-10  Pedro Alves  <palves@redhat.com>
10176
10177         * inferior.c (inferior_pid_to_str): New.
10178         (print_inferior, inferior_command): Use it.
10179
10180 2012-02-10  Pedro Alves  <palves@redhat.com>
10181
10182         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10183         the test CFLAGS.
10184         * configure: Regenerate.
10185
10186 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10187
10188         * linespec.c (decode_line_internal): Fix comment correctness.
10189
10190 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10191
10192         PR gdb/12953
10193         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10194         * amd64bsd-nat.c: Add support for debug registers (adapted from
10195         i386bsd-nat.c).
10196         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10197         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10198         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10199         (amd64bsd_dr_get_control): New functions.
10200         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10201         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10202         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10203         watchpoints initialization.
10204         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10205
10206 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10207
10208         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10209         flds_bnds.fields.
10210         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10211
10212 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10213
10214         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10215
10216 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10217
10218         * language.h (symbol_name_cmp_ftype): Renames
10219         symbol_name_match_p_ftype.
10220         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10221         la_get_symbol_name_match_p.
10222         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10223         ada_get_symbol_name_match_p.  Update comment.
10224         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10225         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10226         Renames symbol_name_match_p.  Update field type.
10227         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10228         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10229         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10230         "la_get_symbol_name_cmp" in comments.
10231         * language.c: Likewise.
10232
10233 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10234
10235         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10236         %eflags offset.
10237         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10238         (amd64_sol2_gregset32_reg_offs): Likewise.
10239
10240 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10241
10242         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10243         of the returned BFD is allocated by GDB.
10244
10245 2012-02-07  Tom Tromey  <tromey@redhat.com>
10246
10247         PR python/12027:
10248         * python/python-internal.h (frame_object_type): Declare.
10249         * python/py-symbol.c (sympy_needs_frame): New function.
10250         (sympy_value): New function.
10251         (symbol_object_getset): Add "needs_frame".
10252         (symbol_object_methods): Add "value".
10253         * python/py-frame.c (frame_object_type): No longer static.
10254
10255 2012-02-07  Tom Tromey  <tromey@redhat.com>
10256
10257         PR python/13599:
10258         * python/py-symbol.c (sympy_line): New function.
10259         (symbol_object_getset): Add "line".
10260
10261 2012-02-07  Tom Tromey  <tromey@redhat.com>
10262
10263         * charset.c (find_charset_names): Check 'in' against NULL.
10264
10265 2012-02-06  Doug Evans  <dje@google.com>
10266
10267         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10268         and fields.name members from char * to const char *.  All uses updated.
10269         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10270         from char * to const char *.  All uses updated.
10271         (type_name_no_tag): Update.
10272         (lookup_unsigned_typename, lookup_signed_typename): Update.
10273         * gdbtypes.c (type_name_no_tag): Change result type
10274         from char * to const char *.  All callers updated.
10275         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10276         name parameter from char * to const char *.
10277         * symtab.h (struct cplus_specific): Change type of demangled_name
10278         member from char * to const char *.  All uses updated.
10279         (struct general_symbol_info): Change type of name and
10280         mangled_lang.demangled_name members from char * to const char *.
10281         All uses updated.
10282         (symbol_get_demangled_name, symbol_natural_name): Update.
10283         (symbol_demangled_name, symbol_search_name): Update.
10284         * symtab.c (symbol_get_demangled_name): Change result type
10285         from char * to const char *.  All callers updated.
10286         (symbol_natural_name, symbol_demangled_name): Ditto.
10287         (symbol_search_name): Ditto.
10288         (completion_list_add_name): Change type of symname,sym_text,
10289         text,word parameters from char * to const char *.
10290         (completion_list_objc_symbol): Change type of sym_text,
10291         text,word parameters from char * to const char *.
10292         * ada-lang.c (find_struct_field): Change type of name parameter
10293         from char * to const char *.
10294         (encoded_ordered_before): Similarly for N0,N1 parameters.
10295         (old_renaming_is_invisible): Similarly for function_name parameter.
10296         (ada_type_name): Change result type from char * to const char *.
10297         All callers updated.
10298         * ada-lang.h (ada_type_name): Update.
10299         * buildsym.c (hashname): Change type of name parameter
10300         from char * to const char *.
10301         * buildsym.h (hashname): Update.
10302         * dbxread.c (end_psymtab): Change type of include_list parameter
10303         from char ** to const char **.
10304         * dwarf2read.c (determine_prefix): Change result type
10305         from char * to const char *.  All callers updated.
10306         * f-lang.c (find_common_for_function): Change type of name, funcname
10307         parameters from char * to const char *.
10308         * f-lang.c (find_common_for_function): Update.
10309         * f-valprint.c (list_all_visible_commons): Change type of funcname
10310         parameters from char * to const char *.
10311         * gdbarch.sh (static_transform_name): Change type of name parameter
10312         and result from char * to const char *.
10313         * gdbarch.c: Regenerate.
10314         * gdbarch.h: Regenerate.
10315         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10316         of name parameter from char * to const char *.
10317         * jv-lang.c (java_primitive_type_from_name): Ditto.
10318         (java_demangled_signature_length): Similarly for signature parameter.
10319         (java_demangled_signature_copy): Ditto.
10320         (java_demangle_type_signature): Ditto.
10321         * jv-lang.h (java_primitive_type_from_name): Update.
10322         (java_demangle_type_signature): Update.
10323         * objc-lang.c (specialcmp): Change type of a,b parameters
10324         from char * to const char *.
10325         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10326         from char * to const char *.  All callers updated.
10327         * p-lang.h (is_pascal_string_type): Update.
10328         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10329         of name parameter from char * to const char *.
10330         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10331         * utils.c (fprintf_symbol_filtered): Ditto.
10332         * defs.h (fprintf_symbol_filtered): Update.
10333         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10334         * stabsread.h (end_psymtab): Update.
10335         * stack.c (find_frame_funname): Change type of funname parameter
10336         from char ** to const char **.
10337         * stack.h (find_frame_funname): Update.
10338         * typeprint.c (type_print): Change type of varstring parameter
10339         from char * to const char *.
10340         * value.h (type_print): Update.
10341         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10342         from char * to const char *.  All callers updated.
10343         (xcoff_end_psymtab): Change type of include_list parameter
10344         from char ** to const char **.  All callers updated.
10345         (swap_sym): Similarly for name parameter.  All callers updated.
10346         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10347         Use xstrdup.
10348         (process_coff_symbol): Use xstrdup.
10349         * stabsread.c (stabs_method_name_from_physname): Renamed from
10350         update_method_name_from_physname.  Change result type from void
10351         to char *.  All callers updated.
10352         (read_member_functions): In has_destructor case, store name in objfile
10353         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10354
10355 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10356
10357         * configure: Rebuild.
10358         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10359         LDFLAGS.
10360
10361 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10362
10363         * configure.tgt (rl78-*-elf): New target.
10364         * rl78-tdep.c: New file.
10365
10366 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10367
10368         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10369         and continue the loop.  Add QUIT statement.
10370
10371 2012-02-03  Tom Tromey  <tromey@redhat.com>
10372
10373         PR gdb/13596:
10374         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10375         bfd_lookup_symbol_from_symtab.
10376         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10377         gdb_bfd_lookup_symbol_from_symtab.
10378
10379 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10380
10381         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10382         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10383         symbol.  Add assertion that sym2 is never NULL.
10384
10385 2012-02-02  Doug Evans  <dje@google.com>
10386
10387         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10388         "name" parameter to const char ** from char **.  All callers updated.
10389         (find_pc_partial_function): Ditto.
10390         (cache_pc_function_name): Change type to const char * from char *.
10391         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10392         (find_pc_partial_function): Update.
10393         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10394         type of "name" parameter to const char * from char *.
10395         All uses updated.
10396         * arch-utils.c (generic_in_solib_return_trampoline): Change
10397         type of "name" parameter to const char * from char *.
10398         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10399         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10400         type of "name" parameter to const char * from char *.
10401         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10402         * gdbarch.c: Regenerate.
10403         * gdbarch.h: Regenerate.
10404         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10405         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10406         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10407         type of "name" parameter to const char * from char *.
10408         * skip.c (skip_function_pc): Ditto.
10409         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10410         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10411         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10412         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10413         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10414         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10415         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10416         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10417         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10418
10419 2012-02-02  Pedro Alves  <palves@redhat.com>
10420
10421         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10422         the current inferior has no execution.  Make sure the current
10423         remote process matches gdb's current inferior.
10424
10425 2012-02-02  Tom Tromey  <tromey@redhat.com>
10426
10427         PR gdb/13405:
10428         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10429         read-only memory.
10430
10431 2012-02-02  Tom Tromey  <tromey@redhat.com>
10432
10433         PR gdb/9307:
10434         * symtab.c (lookup_language_this): Set block_found.
10435
10436 2012-02-01  Tom Tromey  <tromey@redhat.com>
10437
10438         PR gdb/13431:
10439         * jit.c (struct jit_inferior_data): Rewrite.
10440         (struct jit_objfile_data): New.
10441         (get_jit_objfile_data): New function.
10442         (add_objfile_entry): Update.
10443         (jit_read_descriptor): Return int.  Replace descriptor_addr
10444         argument with inf_data.  Update.  Don't call error.
10445         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10446         descriptor here.
10447         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10448         (jit_reset_inferior_data_and_breakpoints)
10449         (jit_inferior_created_observer): Remove.
10450         (jit_inferior_exit_hook): Update.
10451         (jit_executable_changed_observer): Remove.
10452         (jit_event_handler): Update.
10453         (free_objfile_data): Reset inferior data if needed.
10454         (_initialize_jit): Update.
10455
10456 2012-02-01  Tom Tromey  <tromey@redhat.com>
10457
10458         * jit.c (bfd_open_from_target_memory): Move higher in file.
10459
10460 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10461
10462         * libunwind-frame.c (libunwind_load): Display message if dlopen
10463         failed.
10464
10465 2012-02-01  Gary Benson  <gbenson@redhat.com>
10466
10467         * symtab.h (symbol_found_callback_ftype): New typedef.
10468         (iterate_over_symbols): Use the above.
10469         * symtab.c (iterate_over_symbols): Likewise.
10470         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10471         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10472         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10473         (iterate_name_matcher): Document return values.
10474         (collect_one_symbol): Likewise.
10475         (collect_function_symbols): Likewise.
10476         (collect_symbols): Likewise.
10477
10478 2012-02-01  Tom Tromey  <tromey@redhat.com>
10479
10480         * ada-lang.c (resolve_subexp): Update.
10481         (ada_lookup_symbol_list): Add 'full_search' argument.
10482         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10483         ada_lookup_symbol_list.
10484         (ada_lookup_encoded_symbol): Update.
10485         (get_var_value): Update.
10486         * ada-exp.y (block_lookup): Update.
10487         (write_var_or_type): Update.
10488         (write_name_assoc): Update.
10489         * ada-lang.h (ada_lookup_symbol_list): Update.
10490
10491 2012-01-31  Tom Tromey  <tromey@redhat.com>
10492
10493         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10494         comment.
10495
10496 2012-01-31  Doug Evans  <dje@google.com>
10497
10498         * symtab.h: Remove outdated comment.
10499         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10500
10501 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10502
10503         Fix build error in Darwin port.
10504         * i386-darwin-nat.c: Include i386-nat.h.
10505
10506 2012-01-30  Tom Tromey  <tromey@redhat.com>
10507
10508         PR breakpoints/13568:
10509         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10510         argument.  Check for recursive includes.
10511         (dwarf_decode_macros): Create an include hash.
10512
10513 2012-01-30  Michael Eager  <eager@eagercon.com>
10514
10515         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10516         * ppc-linux-tdep.c: Include glibc-tdep.h.
10517         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10518         (powerpc_linux_in_plt_stub): New function.
10519         (powerpc_linux_in_dynsym_resolve_code): New function.
10520         (ppc_skip_trampoline_code): New function.
10521         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10522         Use glibc_skip_solib_resolver.
10523
10524 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10525
10526         Code cleanup: Make 1440 bytes of data segment read-only.
10527         * arch-utils.c (endian_enum): Make it const char *const [].
10528         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10529         Likewise.
10530         * breakpoint.c (always_inserted_enums): Likewise.
10531         * cli/cli-cmds.c (script_ext_enums): Likewise.
10532         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10533         enumlist parameter const char *const *.
10534         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10535         const char *const *.
10536         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10537         parameter const char *const *.
10538         * cris-tdep.c (cris_modes): Make it const char *const [].
10539         * filesystem.c (target_file_system_kinds): Likewise.
10540         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10541         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10542         (can_use_displaced_stepping_enum, scheduler_enums)
10543         (exec_direction_names): Likewise.
10544         * language.c (_initialize_language): Make the type_or_range_names and
10545         case_sensitive_names variables const char *const [].
10546         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10547         * python/python.c (python_excp_enums): Likewise.
10548         * remote.c (interrupt_sequence_modes): Likewise.
10549         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10550         * serial.c (logbase_enums): Likewise.
10551         * sh-tdep.c (sh_cc_enum): Likewise.
10552         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10553         Likewise.
10554         * symtab.c (multiple_symbols_modes): Likewise.
10555         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10556         Likewise.
10557         * utils.c (internal_problem_modes): Likewise.
10558
10559 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10560
10561         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10562         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10563         result.
10564
10565 2012-01-27  Doug Evans  <dje@google.com>
10566
10567         * configure.ac (with_python): Fix absolute path handling for win32.
10568         * configure: Regenerate.
10569
10570 2012-01-26  Doug Evans  <dje@google.com>
10571
10572         * symtab.c: Whitespace cleanup, no code changes.
10573
10574         * symtab.c (lookup_symbol_in_language): Improve comment.
10575         (lookup_symbol_aux): Fix comment.
10576
10577         * psymtab.c (add_psymbol_to_list): Result is now "void".
10578         * psympriv.h (add_psymbol_to_list): Update.
10579
10580         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10581
10582 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10583
10584         Do not open script filenames twice.
10585         * cli/cli-cmds.c (source_script_from_stream): Pass to
10586         source_python_script also STREAM.
10587         * python/py-auto-load.c (source_section_scripts): Pass to
10588         source_python_script_for_objfile also STREAM.
10589         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10590         also INPUT.
10591         * python/python-internal.h (source_python_script_for_objfile): New
10592         parameter file, rename parameter file to filename.
10593         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10594         instead if !_WIN32.  Update the function comment.
10595         (source_python_script, source_python_script_for_objfile)
10596         (source_python_script): New parameter file, rename parameter file to
10597         filename.  Pass FILENAME to python_run_simple_file.
10598         * python/python.h (source_python_script): New parameter file, rename
10599         parameter file to filename.
10600
10601 2012-01-26  Pedro Alves  <palves@redhat.com>
10602
10603         * corelow.c (core_has_fake_pid): Delete.
10604         (core_close): Delete references to `core_has_fake_pid'.
10605         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10606         (core_open): Delete references to `core_has_fake_pid'.
10607         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10608         the removed global.
10609
10610 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10611
10612         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10613         Remove language parameter from name_matcher.  Adjust the comment.
10614         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10615         Remove language parameter.
10616         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10617         * linespec.c (iterate_name_matcher): Likewise.
10618         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10619         name_matcher.  Adjust call accordingly.
10620         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10621         (maintenance_check_symtabs): Adjust type of parameter "fun".
10622         * psymtab.h (maintenance_check_symtabs): Likewise.
10623
10624 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10625
10626         * language.h (symbol_name_match_p_ftype): New typedef.
10627         (struct language_defn): Replace field la_symbol_name_compare
10628         by la_get_symbol_name_match_p.
10629         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10630         (ada_language_defn): Use it.
10631         * linespec.c (struct symbol_matcher_data): New type.
10632         (iterate_name_matcher): Rewrite.
10633         (iterate_over_all_matching_symtabs): Pass a pointer to
10634         a symbol_matcher_data struct to expand_symtabs_matching
10635         instead of just the lookup name.
10636         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10637         opencl-lang.c, p-lang.c, language.c: Delete field
10638         la_symbol_name_compare, and replace by NULL for new field
10639         la_get_symbol_name_match_p.
10640         * symfile.h (struct quick_symbol_functions): Update comment.
10641
10642 2012-01-25  Tom Tromey  <tromey@redhat.com>
10643
10644         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10645         dereferencing.
10646
10647 2012-01-24  Tom Tromey  <tromey@redhat.com>
10648
10649         PR symtab/12406:
10650         * solib.c (update_solib_list): Update the program space's
10651         added_solibs and deleted_solibs fields.
10652         * progspace.h (struct program_space) <added_solibs,
10653         deleted_solibs>: New fields.
10654         (clear_program_space_solib_cache): Declare.
10655         * progspace.c (release_program_space): Call
10656         clear_program_space_solib_cache.
10657         (clear_program_space_solib_cache): New function.
10658         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10659         bpstat_stop_status.  Use handle_solib_event.
10660         * breakpoint.c: Include gdb_regex.h.
10661         (print_solib_event): New function.
10662         (bpstat_print): Use print_solib_event.
10663         (bpstat_stop_status): Add special case for bp_shlib_event.
10664         (handle_solib_event): New function.
10665         (bpstat_what): Use handle_solib_event.
10666         (struct solib_catchpoint): New.
10667         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10668         (breakpoint_hit_catch_solib, check_status_catch_solib)
10669         (print_it_catch_solib, print_one_catch_solib)
10670         (print_mention_catch_solib, print_recreate_catch_solib): New
10671         functions.
10672         (catch_solib_breakpoint_ops): New global.
10673         (catch_load_or_unload, catch_load_command_1)
10674         (catch_unload_command_1): New functions.
10675         (internal_bkpt_check_status): Add special case for
10676         bp_shlib_event.
10677         (internal_bkpt_print_it): Use print_solib_event.
10678         (initialize_breakpoint_ops): Initialize
10679         catch_solib_breakpoint_ops.
10680         (_initialize_breakpoint): Register "catch load" and "catch
10681         unload".
10682         * breakpoint.h (handle_solib_event): Declare.
10683         * NEWS: Add entry for "catch load" and "catch unload".
10684
10685 2012-01-24  Tom Tromey  <tromey@redhat.com>
10686
10687         * ada-lang.c: Include gdb_vecs.h.
10688         * charset.c: Include gdb_vecs.h.
10689         * tracepoint.h: Include gdb_vecs.h.
10690         * gdb_vecs.h: New file.
10691
10692 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
10693
10694         * breakpoint.c (breakpoint_hit_catch_fork)
10695         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10696         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10697         * infrun.c (inferior_has_forked, inferior_has_vforked)
10698         (inferior_has_execd, inferior_has_called_syscall): Delete.
10699         (handle_syscall_event): Get syscall_number from the execution
10700         control state's wait status.
10701         (wait_for_inferior): Don't clear syscall_number.
10702
10703 2012-01-24  Pedro Alves  <palves@redhat.com>
10704
10705         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10706         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10707         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10708         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10709         `ws' parameter.
10710         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
10711         false for events other than TARGET_SIGNAL_TRAP.
10712         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10713         Add `ws' parameter.
10714         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
10715         events other than TARGET_SIGNAL_TRAP.
10716         (tracepoint_breakpoint_hit): Add `ws' parameter.
10717         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10718         parameter.
10719         (bpstat_stop_status): Same.
10720         (pc_at_non_inline_function): Same.
10721         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10722         to pass the current event's waitstatus to bpstat_stop_status
10723         and pc_at_non_inline_function.
10724
10725 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10726
10727         Code cleanup.
10728         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10729         Update the function comment for it.
10730         (source_script_with_search): Call make_cleanup_fclose for STREAM.
10731         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10732         for STREAM.
10733
10734 2012-01-24  Pedro Alves  <palves@redhat.com>
10735
10736         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10737         outside `bs->stop' block.
10738         (bpstat_what): Rework bp_shlib_event handling.
10739         (internal_bkpt_check_status): If the breakpoint is a
10740         bp_shlib_event, then set bs->stop and bs->print if
10741         stop_on_solib_events is set.
10742
10743 2012-01-24  Gary Benson  <gbenson@redhat.com>
10744
10745         Delete #if 0'd out code.
10746         * stack.c (print_frame_label_vars): Remove.
10747         (catch_info): Likewise.
10748         (_initialize_stack): Remove "info catch" command.
10749         * NEWS: Mention the above.
10750
10751 2012-01-24  Pedro Alves  <palves@redhat.com>
10752
10753         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
10754         it.
10755         (remote_notice_new_inferior): If the remote end doesn't support
10756         the multiprocess extensions, then the PID is fake.
10757         (add_current_inferior_and_thread): New.
10758         (remote_start_remote): Use it.
10759         (extended_remote_attach_1): Adjust.
10760         (extended_remote_create_inferior_1): Use
10761         add_current_inferior_and_thread.
10762
10763 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10764
10765         Fix watchpoints to be specific for each inferior.
10766         * breakpoint.c (watchpoint_in_thread_scope): Verify also
10767         current_program_space.
10768         * i386-nat.c (i386_inferior_data_cleanup): New.
10769         (i386_inferior_data_get): Replace variable inf_data_local by an
10770         inferior_data call.
10771         (i386_use_watchpoints): Initialize i386_inferior_data.
10772         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10773         specific iterate_over_lwps.
10774
10775 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10776
10777         Fix watchpoints across inferior fork.
10778         * amd64-linux-nat.c (update_debug_registers_callback): Update the
10779         comment for linux_nat_iterate_watchpoint_lwps.
10780         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10781         linux_nat_iterate_watchpoint_lwps.
10782         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10783         * i386-linux-nat.c (update_debug_registers_callback): Update the
10784         comment for linux_nat_iterate_watchpoint_lwps.
10785         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10786         linux_nat_iterate_watchpoint_lwps.
10787         (i386_linux_prepare_to_resume): New comment on Linux kernel.
10788         * i386-nat.c: Include inferior.h.
10789         (dr_mirror): Remove.
10790         (i386_inferior_data, struct i386_inferior_data)
10791         (i386_inferior_data_get): New.
10792         (i386_debug_reg_state): Use i386_inferior_data_get.
10793         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10794         (i386_insert_watchpoint, i386_remove_watchpoint)
10795         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10796         (i386_remove_hw_breakpoint): New variable state, use
10797         i386_debug_reg_state instead of DR_MIRROR.
10798         * linux-nat.c (delete_lwp): New declaration.
10799         (num_lwps): Move here from downwards.
10800         (delete_lwp_cleanup): New.
10801         (linux_child_follow_fork): Create new child_lp, call
10802         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10803         PTRACE_DETACH.
10804         (num_lwps): Move upwards.
10805         (linux_nat_iterate_watchpoint_lwps): New.
10806         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10807         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10808
10809 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
10810
10811         GDB 7.4 released.
10812
10813 2012-01-23  Pedro Alves  <palves@redhat.com>
10814
10815         * top.c (caution): Rename to ...
10816         (confirm): ... this.
10817         (show_caution): Rename to ...
10818         (show_confirm): ... this.
10819         (quit_cover): Adjust.
10820         (init_main): Adjust.
10821         * top.h (caution): Rename to ...
10822         (confirm): ... this.
10823         * utils.c (internal_vproblem, defaulted_query): Adjust.
10824
10825 2012-01-23  Pedro Alves  <palves@redhat.com>
10826
10827         * top.c (caution): Update comment.
10828         (execute_command): Don't consider the current value of `caution'.
10829
10830 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10831
10832         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10833
10834 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
10835
10836         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10837         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10838         * target.c (target_fileio_pwrite): Remove buffer address from
10839         debug output.
10840         (target_fileio_pread): Likewise.
10841
10842 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10843
10844         * NEWS: Document remote "info proc" and "generate-core-file".
10845
10846 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10847
10848         * gdbarch.sh (find_memory_regions): New callback.
10849         * gdbarch.c, gdbarch.h: Regenerate.
10850
10851         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10852         callback before falling back to target method.
10853
10854         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10855         (linux_target_install_ops): No longer install it.
10856
10857         * linux-tdep.c (linux_find_memory_regions): New function.
10858         (linux_init_abi): Install it.
10859
10860 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10861
10862         * gdbarch.sh (make_corefile_notes): New architecture callback.
10863         * gdbarch.c: Regenerate.
10864         * gdbarch.h: Likewise.
10865
10866         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10867         before target_make_corefile_notes.  If NULL is returned, the
10868         target does not support core file generation.
10869
10870         * linux-nat.c: Include "linux-tdep.h".
10871         (find_signalled_thread, find_stop_signal): Remove.
10872         (linux_nat_do_thread_registers): Likewise.
10873         (struct linux_nat_corefile_thread_data): Likewise.
10874         (linux_nat_corefile_thread_callback): Likewise.
10875         (iterate_over_spus): Likewise.
10876         (struct linux_spu_corefile_data): Likewise.
10877         (linux_spu_corefile_callback): Likewise.
10878         (linux_spu_make_corefile_notes): Likewise.
10879         (linux_nat_collect_thread_registers): New function.
10880         (linux_nat_make_corefile_notes): Replace contents by call to
10881         linux_make_corefile_notes passing linux_nat_collect_thread_registers
10882         as native-only callback.
10883
10884         * linux-tdep.h: Include "bfd.h".
10885         (struct regcache): Add forward declaration.
10886         (linux_collect_thread_registers_ftype): New typedef.
10887         (linux_make_corefile_notes): Add prototype.
10888         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10889         "regset.h", and "elf-bfd.h".
10890         (find_signalled_thread, find_stop_signal): New functions.
10891         (linux_spu_make_corefile_notes): Likewise.
10892         (linux_collect_thread_registers): Likewise.
10893         (struct linux_corefile_thread_data): New data structure.
10894         (linux_corefile_thread_callback): New funcion.
10895         (linux_make_corefile_notes): Likewise.
10896         (linux_make_corefile_notes_1): Likewise.
10897         (linux_init_abi): Install it.
10898
10899 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10900
10901         * gdbarch.sh (info_proc): New callback.
10902         * gdbarch.c, gdbarch.h: Regenerate.
10903
10904         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10905         before falling back to the target info_proc callback.
10906
10907         * linux-nat.c: Do not include "cli/cli-utils.h".
10908         (linux_nat_info_proc): Remove.
10909         (linux_target_install_ops): No longer install it.
10910
10911         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10912         (read_mapping): New function.
10913         (linux_info_proc): Likewise.
10914         (linux_init_abi): Install it.
10915
10916 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10917
10918         * defs.h (enum info_proc_what): Moved here from linux-nat.c
10919         * infcmd.c: (info_proc_cmd_1): New function.
10920         (info_proc_cmd): New function, moved here from equivalent routine
10921         orignally in linux-nat.c.
10922         (info_proc_cmd_mappings): Likewise.
10923         (info_proc_cmd_stat): Likewise.
10924         (info_proc_cmd_status): Likewise.
10925         (info_proc_cmd_cwd): Likewise.
10926         (info_proc_cmd_cmdline): Likewise.
10927         (info_proc_cmd_exe): Likewise.
10928         (info_proc_cmd_all): Likewise.
10929         (_initialize_infcmd): Install "info proc" command and subcommands.
10930
10931         * target.h (struct target_ops): Add to_info_proc.
10932         (target_info_proc): Add prototype.
10933         * target.c (target_info_proc): New function.
10934
10935         * procfs.c (procfs_info_proc): Add prototype.
10936         (info_proc_cmd): Rename into ...
10937         (procfs_info_proc): ... this.  Update argument types as appropriate
10938         for a to_info_proc implementation.  Handle "what" argument.
10939         (procfs_target): Install procfs_info_proc.
10940         (_initialize_procfs): No longer install "info proc" command.
10941
10942         * linux-nat.c: (enum info_proc_what): Remove.
10943         (linux_nat_info_proc_cmd_1): Rename into ...
10944         (linux_nat_info_proc): ... this.  Update argument types as appropriate
10945         for a to_info_proc implementation.
10946         (linux_nat_info_proc_cmd): Remove.
10947         (linux_nat_info_proc_cmd_mappings): Likewise.
10948         (linux_nat_info_proc_cmd_stat): Likewise.
10949         (linux_nat_info_proc_cmd_status): Likewise.
10950         (linux_nat_info_proc_cmd_cwd): Likewise.
10951         (linux_nat_info_proc_cmd_cmdline): Likewise.
10952         (linux_nat_info_proc_cmd_exe): Likewise.
10953         (linux_nat_info_proc_cmd_all): Likewise.
10954         (linux_target_install_ops): Install linux_nat_info_proc.
10955         (_initialize_linux_nat): No longer install "info proc" command
10956         and subcommands.
10957
10958 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10959
10960         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10961         * config.in, configure: Regenerate.
10962
10963         * target.h (struct target_ops): Add to_fileio_readlink.
10964         (target_fileio_readlink): Add prototype.
10965         * target.c (target_fileio_readlink): New function.
10966
10967         * inf-child.c: Conditionally include <sys/param.h>.
10968         (inf_child_fileio_readlink): New function.
10969         (inf_child_target): Install it.
10970
10971         * remote.c (PACKET_vFile_readlink): New enum value.
10972         (remote_hostio_readlink): New function.
10973         (init_remote_ops): Install it.
10974         (_initialize_remote): Handle vFile:readlink packet type.
10975
10976 2012-01-20  Pedro Alves  <palves@redhat.com>
10977             Ulrich Weigand  <ulrich.weigand@linaro.org>
10978
10979         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10980         * config.in, configure: Regenerate.
10981
10982         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10983         to_fileio_pread, to_fileio_close, to_fileio_unlink.
10984         (target_fileio_open): Add prototype.
10985         (target_fileio_pwrite): Likewise.
10986         (target_fileio_pread): Likewise.
10987         (target_fileio_close): Likewise.
10988         (target_fileio_unlink): Likewise.
10989         (target_fileio_read_alloc): Likewise.
10990         (target_fileio_read_stralloc): Likewise.
10991
10992         * target.c: Include "gdb/fileio.h".
10993         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10994         (default_fileio_target): New function.
10995         (target_fileio_open): Likewise.
10996         (target_fileio_pwrite): Likewise.
10997         (target_fileio_pread): Likewise.
10998         (target_fileio_close): Likewise.
10999         (target_fileio_unlink): Likewise.
11000         (target_fileio_close_cleanup): Likewise.
11001         (target_fileio_read_alloc_1): Likewise.
11002         (target_fileio_read_alloc): Likewise.
11003         (target_fileio_read_stralloc): Likewise.
11004
11005         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11006         <fcntl.h>, and <unistd.h>.
11007         (inf_child_fileio_open_flags_to_host): New function.
11008         (inf_child_errno_to_fileio_error): Likewise.
11009         (inf_child_fileio_open): Likewise.
11010         (inf_child_fileio_pwrite): Likewise.
11011         (inf_child_fileio_pread): Likewise.
11012         (inf_child_fileio_close): Likewise.
11013         (inf_child_fileio_unlink): Likewise.
11014         (inf_child_target): Install to_fileio routines.
11015
11016         * remote.c (init_remote_ops): Install to_fileio routines.
11017
11018 2012-01-20  Pedro Alves  <palves@redhat.com>
11019             Ulrich Weigand  <ulrich.weigand@linaro.org>
11020
11021         * remote.c (remote_multi_process_p): Only check for multi-process
11022         protocol feature, do not check for extended protocol.
11023         (remote_supports_multi_process): Check for extended protocol here.
11024         (set_general_process): Likewise.
11025         (extended_remote_kill): Likewise.
11026         (remote_pid_to_str): Likewise.
11027         (remote_query_supported): Always query multiprocess mode.
11028
11029 2012-01-20  Pedro Alves  <palves@redhat.com>
11030             Ulrich Weigand  <ulrich.weigand@linaro.org>
11031
11032         * inferior.h (struct inferior): Add fake_pid_p.
11033         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11034         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11035         magic_null_ptid since the remote side doesn't provide a real PID.
11036
11037 2012-01-19  Tom Tromey  <tromey@redhat.com>
11038
11039         * NEWS: Combine the two Python sections.
11040
11041 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11042
11043         * target.h (target_close): Update comment on the target's unpush state.
11044
11045 2012-01-19  Pedro Alves  <palves@redhat.com>
11046
11047         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11048         linux_nat_async directly instead of going through the target
11049         vector.
11050         * target.c (unpush_target): Close target after unpushing it, not
11051         before.
11052
11053 2012-01-19  Gary Benson  <gbenson@redhat.com>
11054
11055         * mdebugread.c (sort_blocks): Replace integer constants with ones
11056         derived from FIRST_LOCAL_BLOCK.
11057
11058 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11059             Jan Kratochvil  <jan.kratochvil@redhat.com>
11060
11061         PR gdb/9538
11062         * symfile.c (find_separate_debug_file): New function.
11063         (terminate_after_last_dir_separator): Likewise.
11064         (find_separate_debug_file_by_debuglink): Also try realpath.
11065         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11066         * configure: Regenerate.
11067         * config.in: Regenerate.
11068
11069 2012-01-18  Doug Evans  <dje@google.com>
11070
11071         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11072         (main.o): Remove rule.
11073         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11074         (--with-sysroot): Rewrite.
11075         * configure: Regenerate.
11076         * config.in: Regenerate.
11077
11078 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11079
11080         * parse.c (initialize_expout): New function.
11081         (reallocate_expout): Likewise.
11082         (parse_exp_in_context): Use `initialize_expout' and
11083         `reallocate_expout' when appropriate.
11084
11085 2012-01-18  Pedro Alves  <palves@redhat.com>
11086
11087         * record.c (struct record_breakpoint, record_breakpoint_p)
11088         (record_breakpoints): New.
11089         (record_insert_breakpoint, record_remove_breakpoint): Manage
11090         record breakpoints list.  Only remove breakpoints from the
11091         inferior if they had been inserted there in the first place.
11092
11093 2012-01-17  Doug Evans  <dje@google.com>
11094
11095         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11096         if we know we don't have a file name to look for.
11097
11098 2012-01-17  Pedro Alves  <palves@redhat.com>
11099
11100         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11101         the frame's stop reason is UNWIND_UNAVAILABLE.
11102
11103 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11104
11105         Fix compilation error.
11106         * m2-exp.y (yyerror): Use ANSI C prototype.
11107
11108 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11109
11110         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11111         (growbuf_by_size): Likewise.
11112         (yyerror): Likewise.
11113         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11114         (modblock): Remove variable (was #if 0'ed).
11115         (parse_number): Convert prototype from K&R to ANSI C.
11116         (yyerror): Likewise.
11117         * objc-exp.y (parse_number): Likewise.
11118         (yyerror): Likewise.
11119         (yylex): Remove #if 0'ed code.
11120         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11121         (yyerror): Likewise.
11122
11123 2012-01-16  Tom Tromey  <tromey@redhat.com>
11124
11125         * NEWS: Add item.
11126         * symtab.h (compare_filenames_for_search): Declare.
11127         * symtab.c (compare_filenames_for_search): New function.
11128         (iterate_over_some_symtabs): Use it.
11129         * symfile.h (struct quick_symbol_functions)
11130         <map_symtabs_matching_filename>: Change spec.
11131         * psymtab.c (partial_map_symtabs_matching_filename): Use
11132         compare_filenames_for_search.  Update for new spec.
11133         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11134         compare_filenames_for_search.  Update for new spec.
11135         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11136
11137 2012-01-16  Tom Tromey  <tromey@redhat.com>
11138
11139         PR python/13281:
11140         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11141         (struct main_type) <flag_flag_enum>: New field.
11142         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11143         * NEWS: Add entries.
11144         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11145         enums.
11146         * python/lib/gdb/printing.py (_EnumInstance): New class.
11147         (FlagEnumerationPrinter): Likewise.
11148
11149 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11150
11151         * breakpoint.c (create_sals_from_address_default): New function.
11152         (create_breakpoints_sal_default): Likewise.
11153         (decode_linespec_default): Likewise.
11154         (is_marker_spec): Removed.
11155         (strace_marker_p): New function.
11156         (init_breakpoint_sal): Using `strace_marker_p' instead of
11157         `is_marker_spec'.
11158         (create_breakpoint): Call method `create_sals_from_address' from
11159         breakpoint_ops, replacing code that created SALs conditionally
11160         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11161         replacing code that created breakpoints conditionally on the type
11162         wanted.
11163         (base_breakpoint_create_sals_from_address): New function.
11164         (base_breakpoint_create_breakpoints_sal): Likewise.
11165         (base_breakpoint_decode_linespec): Likewise.
11166         (base_breakpoint_ops): Add methods
11167         `base_breakpoint_create_sals_from_address',
11168         `base_breakpoint_create_breakpoints_sal' and
11169         `base_breakpoint_decode_linespec'.
11170         (bkpt_create_sals_from_address): New function.
11171         (bkpt_create_breakpoints_sal): Likewise.
11172         (bkpt_decode_linespec): Likewise.
11173         (tracepoint_create_sals_from_address): Likewise.
11174         (tracepoint_create_breakpoints_sal): Likewise.
11175         (tracepoint_decode_linespec): Likewise.
11176         (strace_marker_create_sals_from_address): Likewise.
11177         (strace_marker_create_breakpoints_sal): Likewise.
11178         (strace_marker_decode_linespec): Likewise.
11179         (strace_marker_breakpoint_ops): New variable.
11180         (addr_string_to_sals): Remove `marker_spec'.  Call method
11181         `decode_linespec' from breakpoint_ops, replacing code that decoded
11182         an address string into a SAL.  Use `strace_marker_p' instead of
11183         `marker_spec'.
11184         (strace_command): Decide whether we are dealing with a static
11185         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11186         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11187         * breakpoint.h (linespec_result, linespec_sals): New forward
11188         declarations.
11189         (breakpoint_ops) <create_sals_from_address>,
11190         <create_breakpoints_sal>, <decode_linespec>: New methods.
11191
11192 2012-01-14  Doug Evans  <dje@google.com>
11193
11194         * NEWS: Update text for "maint set python print-stack".
11195         It is deprecated in gdb 7.4 and deleted in 7.5.
11196
11197 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11198
11199         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11200         including curses.h.
11201
11202 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11203
11204         * configure: Regenerate.
11205         * config.in: Regenerate.
11206
11207 2012-01-12  Keith Seitz  <keiths@redhat.com>
11208
11209         PR mi/10586
11210         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11211         (ANONYMOUS_UNION_NAME): Define.
11212         (is_path_expr_parent): New function.
11213         (get_path_expr_parent): New function.
11214         (is_anonymous_child): New function.
11215         (create_child_with_value): If the child is anonymous and without
11216         a name, assign an object name to it.
11217         (c_describe_child): Use get_path_expr_parent to determine
11218         the parent expression.
11219         If there field represents an anonymous struct or union and
11220         has no name, set an appropriate display name and expression.
11221         (cplus_describe_child): Likewise.
11222
11223 2012-01-12  Pedro Alves  <palves@redhat.com>
11224
11225         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11226         available when %ebp is found to be zero (outermost).
11227
11228 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11229
11230         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11231         an internal gdb_static_assert.
11232         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11233
11234 2012-01-11  Tom Tromey  <tromey@redhat.com>
11235
11236         PR gdb/9598:
11237         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11238         catch" and "catch throw".
11239
11240 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11241
11242         * blockframe.c (block_innermost_frame): Start search from selected
11243         frame, if present, or otherwise the current frame.
11244
11245         * c-exp.y (variable): Update innermost_block for
11246         'block COLONCOLON NAME' clause.
11247         * m2-exp.y (variable): Ditto.
11248         * objc-exp.y (variable): Ditto.
11249
11250 2012-01-10  Tom Tromey  <tromey@redhat.com>
11251
11252         PR python/13199:
11253         * python/python.c (finish_python_initialization): Set sys.argv.
11254
11255 2012-01-10  Doug Evans  <dje@google.com>
11256
11257         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11258         "want_line_info".  All callers updated.
11259         (dwarf_decode_lines_1): New function.
11260         (handle_DW_AT_stmt_list): Add function comment.
11261         New arg "want_line_info".  All callers updated.
11262         (read_file_scope,read_type_unit_scope): Move comment from
11263         handle_DW_AT_stmt_list to here.
11264
11265 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11266
11267         Fix regression after libiberty/ update for GCC PR 6057 and others.
11268         * c-exp.y (operator) <OPERATOR DELETE>
11269         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11270         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11271         (make_builtin_type, make_name): New variable i, add gdb_assert.
11272         (operator) <OPERATOR NEW>: Update ARGS to 3.
11273         (operator) <OPERATOR DELETE>: Add trailing space.
11274         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11275         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11276         * cp-support.c (cp_canonicalize_string): Check NULL from
11277         cp_comp_to_string, call warning and return.
11278
11279 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11280
11281         Fix duplicate .o files after omitting libbfd.a.
11282         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11283         (SFILES): Add corelow.c.
11284         (COMMON_OBS): Add corelow.o.
11285         (ALLDEPFILES): Remove corelow.c.
11286         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11287         * config/alpha/alpha-osf3.mh: Likewise.
11288         * config/alpha/fbsd.mh: Likewise.
11289         * config/arm/nbsdaout.mh: Likewise.
11290         * config/arm/nbsdelf.mh: Likewise.
11291         * config/i386/i386gnu.mh: Likewise.
11292         * config/ia64/hpux.mh: Likewise.
11293         * config/ia64/linux.mh: Likewise.
11294         * config/m32r/linux.mh: Likewise.
11295         * config/m68k/linux.mh: Likewise.
11296         * config/mips/irix5.mh: Likewise.
11297         * config/mips/irix6.mh: Likewise.
11298         * config/pa/hpux.mh: Likewise.
11299         * config/pa/linux.mh: Likewise.
11300         * config/powerpc/aix.mh: Likewise.
11301         * config/sparc/linux.mh: Likewise.
11302         * config/sparc/linux64.mh: Likewise.
11303         * config/sparc/sol2.mh: Likewise.
11304         * config/vax/vax.mh: Likewise.
11305         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11306         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11307         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11308         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11309         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11310         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11311         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11312         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11313         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11314         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11315         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11316         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11317         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11318         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11319         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11320         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11321         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11322         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11323         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11324         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11325         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11326         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11327         corelow.o from gdb_target_obs.
11328         * corefile.c (core_target): Update the comment on NULL value.
11329         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11330         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11331         MATCHES.  Drop YUMMY set on NULL.
11332         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11333         reclaim CORE_DATA if it is already NULL.
11334
11335 2012-01-09  Doug Evans  <dje@google.com>
11336
11337         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11338         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11339
11340 2012-01-09  Keith Seitz  <keiths@redhat.com>
11341
11342         * breakpoint.c (wrapper.h): Don't include.
11343
11344 2012-01-09  Keith Seitz  <keiths@redhat.com>
11345
11346         * Makefile.in (SFILES): Remove wrapper.c.
11347         (HFILES_NO_SRCDIR): Remove wrapper.h.
11348         (COMMON_OBS): Remove wrapper.o.
11349         * cli/cli-interp.c: Don't inlude wrapper.h.
11350         * corelow.c: Likewise.
11351         (core_open): Replace gdb_target_find_new_threads with
11352         TRY_CATCH around target_find_new_threads.
11353         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11354         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11355         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11356         evaluate_expression.
11357         (varobj_set_value): Likewise for evaluate_expression and
11358         value_assign.
11359         (install_new_variable): Likewise for value_fetch_lazy.
11360         (adjust_value_for_child_access): Likewise for value_ind.
11361         (c_describe_child): Likewise for value_subscript and
11362         value_ind.
11363         (c_value_of_root): Likewise for evaluate_expression.
11364         * wrapper.c: Remove.
11365         * wrapper.h: Remove.
11366
11367 2012-01-09  Doug Evans  <dje@google.com>
11368
11369         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11370         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11371         "abfd" args with "section".  All callers updated.
11372         Error checking code moved ...
11373         (error_check_comp_unit_head): ... here.  New function.
11374         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11375         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11376         (create_debug_types_hash_table): Simplify by using
11377         read_and_check_type_unit_head.
11378
11379         * parser-defs.h (namecopy): Delete.
11380         * parse.c (namecopy, namecopy_size): Move into copy_name.
11381
11382 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11383
11384         Partially fix duplicate .o files after omitting libbfd.a.
11385         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11386         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11387         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11388         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11389         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11390         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11391         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11392
11393 2012-01-09  Pedro Alves  <palves@redhat.com>
11394
11395         * MAINTAINERS: Update my email address.
11396
11397 2012-01-08  Doug Evans  <dje@google.com>
11398
11399         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11400         n_type_units.  Rename type_comp_units to all_type_units.
11401         All uses updated.
11402         (add_signatured_type_cu_to_table): Renamed from
11403         add_signatured_type_cu_to_list.  All callers updated.
11404
11405         * gdbtypes.h (struct cplus_struct_type): Delete member
11406         nfn_fields_total.  All uses removed.
11407
11408 2012-01-06  Doug Evans  <dje@google.com>
11409
11410         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11411         to top of file.
11412         (dwarf2_find_comp_unit): Delete.
11413         (process_psymtab_comp_unit): Make result "void".
11414         Delete args buffer, info_ptr, buffer_size, and replace with
11415         "section".  All callers updated.
11416         (dwarf2_build_psymtabs_hard): Simplify.
11417
11418 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11419             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11420
11421         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11422         before `struct gdb_exception'.
11423         * breakpoint.c (update_global_location_list_nothrow)
11424         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11425         * cp-abi.c (value_rtti_type): Likewise.
11426         * cp-support.c (cp_validate_operator): Likewise.
11427         * infrun.c (insert_exception_resume_breakpoint)
11428         (check_exception_resume, keep_going): Likewise.
11429         * mi-interp.c (mi_breakpoint_created)
11430         (mi_breakpoint_modified): Likewise.
11431         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11432         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11433         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11434
11435 2012-01-05  Doug Evans  <dje@google.com>
11436
11437         * dwarf2read.c (statement_prologue): Delete, unused.
11438
11439         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11440         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11441
11442         * dwarf2read.c (comp_unit_header): Delete, unused.
11443
11444 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11445
11446         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11447         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11448
11449 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11450
11451         * infrun.c (normal_stop): Don't skip calling the normal_stop
11452         observers if the thread was doing a multi-step, but stopped for
11453         some reason other than stepping.
11454
11455 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11456
11457         * cli/cli-decode.h: Add comments.
11458         (CMD_LIST_AMBIGUOUS): Moved to command.h
11459         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11460         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11461         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11462         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11463         (add_com, add_com_alias, add_info, add_info_alias)
11464         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11465         declarations.
11466         * command.h: Add and adjust comments.
11467         (CMD_LIST_AMBIGUOUS): Moved here.
11468         (help_cmd, help_cmd_list): Delete declarations.
11469
11470 2012-01-04  Doug Evans  <dje@google.com>
11471
11472         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11473         All callers updated.
11474         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11475         Replace all arguments with "per_cu".  All callers updated.
11476
11477         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11478
11479         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11480         New arg "per_cu".  All callers updated.
11481
11482         Delete #if 0'd out code.
11483         * language.c (binop_result_type): Delete.
11484         (simple_type, ordered_type, same_type, integral_type): Delete.
11485         (numeric_type, character_type, string_type, boolean_type): Delete.
11486         (float_type, structured_type): Delete.
11487         * language.h: Update.
11488
11489 2012-01-04  Tom Tromey  <tromey@redhat.com>
11490
11491         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11492
11493 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11494
11495         * corefile.c (close_exec_file): Delete.
11496         (reopen_exec_file): Remove commented out code that seems related
11497         to close_exec_file, which is being deleted here.
11498         * inferior.h (close_exec_file): Delete.
11499         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11500
11501 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11502
11503         * ada-lang.c: #include "cli/cli-utils.h".
11504         (get_selections): Use skip_spaces.
11505         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11506         (catch_ada_exception_command_split): Use skip_spaces.
11507         (ada_decode_assert_location): Likewise.
11508
11509 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11510
11511         * linespec.c (decode_line_internal): Check for C++ or Java
11512         compound constructs only if the current language is C, C++
11513         or Java.
11514
11515 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11516
11517         Revert:
11518         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11519                     Joel Brobecker  <brobecker@adacore.com>
11520         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11521         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11522         3 times.
11523         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11524         fall through into AT_ENTRY_POINT.
11525         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11526         DUMMY_ADDR with it.
11527         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11528         PPC_INSN_SIZE skip to 3 times.
11529
11530 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11531
11532         * linespec.c (add_minsym): Preserve function descriptors.
11533
11534 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11535
11536         * breakpoint.c (all_locations_are_pending): Consider locations
11537         in program spaces executing during startup pending as well.
11538
11539 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11540
11541         Copyright year update in most files of the GDB Project.
11542
11543 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11544
11545         * copyright.sh: Delete.
11546         * copyright.py: Rewrite.
11547
11548 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11549
11550         * gnulib/extra/update-copyright: New file, imported from gnulib.
11551
11552 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11553
11554         * README (Copyright and License Notices): New section.
11555
11556 2012-01-03  Tom Tromey  <tromey@redhat.com>
11557
11558         PR python/12533:
11559         * python/py-value.c (valpy_dereference, valpy_get_address
11560         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11561         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11562         (valpy_absolute, valpy_richcompare): Free intermediate values.
11563
11564 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11565
11566         * ada-lang.c: Reformat the copyright notice.
11567
11568 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11569
11570         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11571         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11572         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11573         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11574         Revert this part of:
11575         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11576         Build gdb directly from *.o files not using libgdb.a.
11577         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11578
11579 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11580
11581         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11582         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11583         Reformat the copyright header.
11584
11585 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11586
11587         Revert this part of:
11588         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11589         Remove the gdbtui binary.
11590         * gdb.c (main): Remove args.interpreter_p initialization.
11591         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11592         * main.h (struct captured_main_args): Remove interpreter_p.
11593
11594 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11595
11596         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11597
11598 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11599
11600         * top.c (print_gdb_version): Update copyright year.
11601
11602 2012-01-02  Yao Qi  <yao@codesourcery.com>
11603
11604         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11605
11606 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11607             Joel Brobecker  <brobecker@adacore.com>
11608
11609         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11610         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11611         3 times.
11612         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11613         fall through into AT_ENTRY_POINT.
11614         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11615         DUMMY_ADDR with it.
11616         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11617         PPC_INSN_SIZE skip to 3 times.
11618
11619 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11620
11621         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11622         the return value.
11623         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11624
11625 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11626
11627         Build gdb directly from *.o files not using libgdb.a.
11628         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11629         (COMMON_OBS): Remove solib-target.o.
11630         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11631         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11632         (LIBGDB_OBS, libgdb.a): Move it above.
11633         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11634         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11635         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11636         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11637         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11638         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11639         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11640         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11641         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11642         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11643         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11644         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11645         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11646         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11647         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11648         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11649         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11650         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11651         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11652         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11653         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11654         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11655         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11656         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11657         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11658         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11659         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11660
11661 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11662
11663         Remove the gdbtui binary.
11664         * .gitignore (/gdbtui): Remove.
11665         * Makefile.in (TUI): Remove.
11666         (SUBDIR_TUI_OBS): Remove tui-main.o.
11667         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11668         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11669         (tui-main.o): Remove.
11670         (all_object_files): Remove tui-main.o.
11671         * NEWS: New note for the gdbtui removal.
11672         * configure: Rebuilt.
11673         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11674         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11675         CONFIG_UNINSTALL respectively.
11676         * gdb.c (main): Remove args.interpreter_p initialization.
11677         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11678         * main.h (struct captured_main_args): Remove interpreter_p.
11679         * tui/tui-main.c: Remove.
11680
11681 2012-01-01  Doug Evans  <dje@google.com>
11682
11683         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11684         (dwarf2_physname, read_import_statement): Ditto.
11685         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11686         (process_structure_scope read_subroutine_type): Ditto.
11687         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11688         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11689         (dwarf2_fetch_die_location_block): Ditto.
11690         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11691
11692         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11693         All callers updated.
11694         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11695         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11696         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11697
11698         * dwarf2read.c (load_cu): Move assert to more useful location.
11699
11700         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11701         All callers updated.
11702
11703         * dwarf2read.c (dwarf2_per_objfile): Add comment.
11704         (dwarf2_elf_names): Minor reformat.
11705         (dwarf2_per_cu_data): Tweak comment.
11706         (dwarf2_read_section): Fix comment.
11707         (create_all_comp_units): Fix comment.
11708         (load_full_comp_unit): Fix comment.
11709         (process_full_comp_unit): Fix comment.
11710         (read_signatured_type): Fix comment.
11711
11712 For older changes see ChangeLog-2011.
11713 \f
11714 Local Variables:
11715 mode: change-log
11716 left-margin: 8
11717 fill-column: 74
11718 version-control: never
11719 coding: utf-8
11720 End: