* gdbarch.h, gdbarch.c: Rebuild.
[external/binutils.git] / gdb / ChangeLog
1 2012-11-13  Tom Tromey  <tromey@redhat.com>
2
3         * gdbarch.h, gdbarch.c: Rebuild.
4         * gdbarch.sh (set_target_gdbarch): Rename from
5         deprecated_target_gdbarch_select_hack.
6         * arch-utils.c (gdbarch_update_p): Update.
7         (set_gdbarch_from_file): Update.
8
9 2012-11-05  Pierre Muller  <muller@sourceware.org>
10
11         * MAINTAINERS (Responsible Maintainers/misc): Add myself
12         as responsible of contrib/ari directory.
13
14 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
15             Yao Qi  <yao@codesourcery.com>
16
17         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
18         bit of EXC_RETURN.
19         (arm_m_exception_cache, arm_m_exception_this_id)
20         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
21         (arm_m_exception_unwind): New.
22         (arm_gdbarch_init): Register arm_m_exception_unwind.
23
24 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
25
26         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
27         parameter COUNT, for pattern filling of memory regions.
28         * NEWS: Mention it.
29
30 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
31
32         * disasm.h (DISASSEMBLY_FILENAME): New macro.
33         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
34         to print_source_lines ().
35         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
36         flag.
37         * source.c (print_source_lines_base): Prefix source line with
38         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
39
40 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
41
42         * symtab.h (print_source_lines_flags): New enum.
43         * source.c (print_source_lines_base): Change noerror to flags.
44         (print_source_lines): Change noerror to flags.
45
46 2012-11-13  Pierre Muller  <muller@sourceware.org>
47
48         ARI fixes: Avoid sprintf function use rule.
49         * charset.c (convert_between_encodings): Use xsnprintf.
50         * cli-out.c (cli_field_int): Likewise.
51         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
52         * expprint.c (op_name_standard): Likewise.
53         * frv-tdep.c (set_variant_num_gprs): Likewise.
54         (set_variant_num_fprs): Likewise.
55         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
56         * nto-tdep.c (nto_find_and_open_solib): Likewise.
57         (nto_init_solib_absolute_prefix): Likewise.
58         * source.c (init_source_path): Likewise.
59         (print_source_lines_base): Likewise.
60         * valprint.c (print_wchar): Likewise.
61         * mi/mi-out.c (mi_field_int): Likewise.
62         windows-nat.c (windows_pid_to_exec_file): Likewise.
63         (windows_create_inferior): Likewise.
64         (_initialize_check_for_gdb_ini): Likewise.
65
66 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
67
68         * frame.h (deprecated_frame_register_read): Renames
69         frame_register_read.
70         * frame.c (deprecated_frame_register_read): Renames
71         frame_register_read.  Update all callers.
72         * i386-tdep.c: Update all callers of frame_register_read.
73         * infcmd.c: Likewise.
74         * jit.c: Likewise.
75         * mips-tdep.c: Likewise.
76         * mt-tdep.c: Likewise.
77         * sh64-tdep.c: Likewise.
78
79 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
80
81         * frame.h (frame_register_read): Remove FIXME comment.
82         * frame.c (frame_register_read): Add suggestion explaining
83         which function to use in place of this one.
84
85 2012-11-12  Tom Tromey  <tromey@redhat.com>
86
87         * python/python.c (start_type_printers): Initialize 'result_obj'.
88
89 2012-11-12  Tom Tromey  <tromey@redhat.com>
90
91         * NEWS: Update.
92         * data-directory/Makefile.in (PYTHON_FILES): Add
93         type_printers.py.
94         * python/lib/gdb/command/type_printers.py: New file.
95         * python/lib/gdb/command/types.py (TypePrinter): New class.
96         (_get_some_type_recognizers, get_type_recognizers,
97         apply_type_recognizers, register_type_printer): New
98         functions.
99         * python/py-objfile.c (objfile_object) <type_printers>: New
100         field.
101         (objfpy_dealloc): Decref new field.
102         (objfpy_new): Set new field.
103         (objfpy_get_type_printers, objfpy_set_type_printers): New
104         functions.
105         (objfile_to_objfile_object): Set new field.
106         (objfile_getset): Add "type_printers".
107         * python/py-progspace.c (pspace_object) <type_printers>: New
108         field.
109         (pspy_dealloc): Decref new field.
110         (pspy_new): Set new field.
111         (pspy_get_type_printers, pspy_set_type_printers): New functions.
112         (pspace_to_pspace_object): Set new field.
113         (pspace_getset): Add "type_printers".
114         * python/python.c (start_type_printers, apply_type_printers,
115         free_type_printers): New functions.
116         (_initialize_python): Set gdb.type_printers.
117         * python/python.h (start_type_printers, apply_type_printers,
118         free_type_printers): Declare.
119         * typeprint.c (type_print_raw_options, default_ptype_flags):
120         Update for new fields.
121         (do_free_global_table, create_global_typedef_table,
122         find_global_typedef): New functions.
123         (find_typedef_in_hash): Use find_global_typedef.
124         (whatis_exp): Use create_global_typedef_table.  Change cleanup
125         handling.
126         * typeprint.h (struct type_print_options) <global_typedefs,
127         global_printers>: New fields.
128
129 2012-11-12  Tom Tromey  <tromey@redhat.com>
130
131         * c-typeprint.c (find_typedef_for_canonicalize,
132         print_name_maybe_canonical): New functions.
133         (c_print_type): Look up type name.
134         (cp_type_print_derivation_info): Add flags argument.  Use
135         print_name_maybe_canonical.
136         (cp_type_print_method_args): Add wrapping.
137         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
138         (c_type_print_template_args): New function.
139         (c_type_print_base): Change wrapping.  Use
140         print_name_maybe_canonical.
141         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
142         type name lookups.
143         * gdbtypes.c (types_equal): No longer static.
144         * gdbtypes.h (types_equal): Declare.
145         * typeprint.c (type_print_raw_options, default_ptype_flags):
146         Update.
147         (struct typedef_hash_table): New.
148         (hash_typedef_field, eq_typedef_field,
149         recursively_update_typedef_hash, add_template_parameters,
150         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
151         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
152         copy_typedef_hash, find_typedef_in_hash): New functions.
153         * typeprint.h (struct type_print_options) <local_typedefs>:
154         New field.
155         (recursively_update_typedef_hash, add_template_parameters,
156         create_typedef_hash, free_typedef_hash,
157         make_cleanup_free_typedef_hash, copy_typedef_hash,
158         find_typedef_in_hash): Declare.
159
160 2012-11-12  Tom Tromey  <tromey@redhat.com>
161
162         * cp-support.c (inspect_type,
163         replace_typedefs_qualified_name, replace_typedefs): Add
164         finder, data arguments.  Call as needed.
165         (cp_canonicalize_string_full): New function.
166         (cp_canonicalize_string_no_typedefs): Rewrite.
167         * cp-support.h (canonicalization_ftype): New typedef.
168         (cp_canonicalize_string_full): Declare.
169
170 2012-11-12  Tom Tromey  <tromey@redhat.com>
171
172         * NEWS: Update.
173         * c-typeprint.c (c_type_print_base): Handle print_method and
174         print_typedefs flags.
175         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
176         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
177         options.
178         * typeprint.c (type_print_raw_options, default_ptype_flags):
179         Update for new field.s
180         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
181         (setprinttypelist, showprinttypelist, print_methods,
182         print_typedefs): New globals.
183         (set_print_type, show_print_type, set_print_type_methods,
184         show_print_type_methods, set_print_type_typedefs,
185         show_print_type_typedefs): New functions.
186         (_initialize_typeprint): Update documentation.  Add "print
187         type methods" and "print type typedefs" parameters.
188         * typeprint.h (struct type_print_options) <print_methods,
189         print_typedefs>: New fields.
190
191 2012-11-12  Tom Tromey  <tromey@redhat.com>
192
193         * c-typeprint.c (cp_type_print_method_args): Add flags
194         argument.  Call c_print_type, not type_print.
195         (c_type_print_base): Call c_print_type, not type_print.
196         Update.
197
198 2012-11-12  Tom Tromey  <tromey@redhat.com>
199
200         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
201         to type-printing functions.
202         * ada-lang.h (ada_print_type): Add argument.
203         * ada-typeprint.c (print_array_type, print_variant_clauses,
204         print_variant_part, print_selected_record_field_types,
205         print_record_field_types, print_unchecked_union_type,
206         print_func_type, ada_print_type): Add flags argument.
207         (ada_print_typedef): Update.
208         * c-exp.y (OPERATOR conversion_type_id): Update.
209         * c-lang.h (c_print_type, c_type_print_base): Update.
210         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
211         c_type_print_modifier, c_type_print_args,
212         c_type_print_varspec_suffix, c_type_print_base): Add flags
213         argument.
214         * cp-valprint.c (cp_print_class_member): Update.
215         * dwarf2read.c (dwarf2_compute_name): Update.
216         * f-lang.h (f_print_type): Add argument.
217         * f-typeprint.c (f_print_type): Add flags argument.
218         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
219         * go-lang.h (go_print_type): Add argument.
220         * go-typeprint.c (go_print_type): Add flags argument.
221         * jv-lang.h (java_print_type): Add argument.
222         * jv-typeprint.c (java_type_print_base, java_print_type): Add
223         flags argument.
224         * language.c (unk_lang_print_type): Add flags argument.
225         * language.h (struct language_defn) <la_print_type>: Add flags
226         argument.
227         (LA_PRINT_TYPE): Likewise.
228         * m2-lang.h (m2_print_type): Add argument.
229         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
230         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
231         m2_unbounded_array, m2_record_fields): Add flags argument.
232         * p-lang.h (pascal_print_type, pascal_type_print_base,
233         pascal_type_print_varspec_prefix): Add argument.
234         * p-typeprint.c (pascal_print_type,
235         pascal_type_print_varspec_prefix, pascal_print_func_args,
236         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
237         flags argument.
238         * symmisc.c (print_symbol): Update.
239         * typeprint.c (type_print_raw_options, default_ptype_flags):
240         New globals.
241         (type_print): Update.
242         * typeprint.h (struct type_print_options): New.
243         (type_print_raw_options): Declare.
244         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
245
246 2012-11-10  Keith Seitz  <keiths@redhat.com>
247
248         * breakpoint.c (clear_command): Add cleanup for
249         sals.sals if an argument is given.
250
251         * linespec.c (parse_linespec): Do cleanups after
252         parsing a convenience variable.
253
254 2012-11-10  Keith Seitz  <keiths@redhat.com>
255
256         PR gdb/14288
257         * c-valprint.c (c_val_print): For character arrays
258         with "print null" option on, print ellipses if
259         the output is truncated and the next character is not \000.
260         * valprint.c (MAX_WCHARS): Define.
261         (WCHAR_BUFLEN): Likewise.
262         (WCHAR_BUFLEN_MAX): Likewise.
263         (struct converted_character): New structure.
264         (count_next_character): New function.
265         (print_converted_chars_to_obstack): New function.
266         (generic_printstr): Rewrite using count_next_character
267         and print_converted_chars_to_obstack.
268
269 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
270
271         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
272         while executing the gdb command.
273         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
274         are called from prompt_for_continue.
275         * tui/tui-io.c (tui_redisplay_readline): Likewise.
276
277 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
278
279         PR tui/9584
280
281         * tui/tui.c (tui_rl_command_key): Do not call execute_command
282         but insert the command to execute in readline's buffer.
283
284 2012-11-09  Tom Tromey  <tromey@redhat.com>
285
286         * gdbarch.sh (target_gdbarch): Remove macro.
287         (get_target_gdbarch): Rename to target_gdbarch.
288         * gdbarch.c, gdbarch.h: Rebuild.
289         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
290         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
291         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
292         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
293         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
294         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
295         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
296         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
297         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
298         procfs.c, progspace.c, ravenscar-thread.c, record.c,
299         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
300         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
301         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
302         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
303         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
304         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
305         target-descriptions.c, target.c, target.h, tracepoint.c,
306         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
307         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
308         python/py-inferior.c, python/python.c: Update.
309
310 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
311
312         * source.c (print_source_lines_base): Add fullname field giving
313         full path to file in mi output.
314         * NEWS: Mention the new fullname field.
315
316 2012-11-09  Yao Qi  <yao@codesourcery.com>
317
318         * NEWS: Mention the fix to the ambiguity of 'fo' command.
319
320 2012-11-09  Pedro Alves  <palves@redhat.com>
321
322         PR gdb/14306
323
324         * infrun.c: Include target-descriptions.h.
325         (follow_exec): Fetch new target description.
326
327 2012-11-09  Yao Qi  <yao@codesourcery.com>
328
329         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
330         0x8d (lea).
331
332 2012-11-09  Yao Qi  <yao@codesourcery.com>
333
334         * breakpoint.c: Declare set_tracepoint_count.
335         (install_breakpoint): Call set_tracepoint_count if B is a
336         tracepoint.
337         (trace_command): Don't call set_tracepoint_count.  Re-indent.
338         (strace_command, ftrace_command):
339         (create_tracepoint_from_upload): Likewise.
340
341 2012-11-09  Pedro Alves  <palves@redhat.com>
342
343         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
344         (get_target_gdbarch) <gdbarch.h>: New function.
345         (startup_gdbarch) <gdbarch.h>: Declare.
346         <gdbarch.c> (target_gdbarch): Delete.
347         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
348         current inferior's gdbarch.
349         <gdbarch.c> (get_target_gdbarch): New function.
350         * inferior.c: Include target-descriptions.h.
351         (free_inferior): Free target description info.
352         (add_inferior_with_spaces): Set the inferior's initial
353         architecture.
354         (clone_inferior_command): Copy the original inferior's target
355         description if it was user specified.
356         (initialize_inferiors): Add comment.
357         * inferior.h (struct target_desc_info): Forward declare.
358         (struct inferior) <gdbarch>: New field.
359         * linux-nat.c: Include target-descriptions.h.
360         (linux_child_follow_fork): Copy the parent's architecture and
361         target description to the child.
362         * target-descriptions.c: Include inferior.h.
363         (struct target_desc_info): New structure, holding the equivalents
364         of ...
365         (target_desc_fetched, current_target_desc)
366         (target_description_filename): ... these removed globals.
367         (get_tdesc_info, target_desc_info_from_user_p)
368         (copy_inferior_target_desc_info, target_desc_info_free): New.
369         (target_desc_fetched, current_target_desc)
370         (target_description_filename): Reimplemented as convenience
371         macros.
372         (tdesc_filename_cmd_string): New global.
373         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
374         tdescs filename ..." commands to the per-inferior equivalent.
375         (show_tdesc_filename_cmd): Get the value to show from the
376         per-inferior description filename.
377         (_initilize_target_descriptions): Change the "set/show tdesc
378         filename" commands' variable.
379         * target-descriptions.h (struct target_desc, struct target_desc_info)
380         (struct inferior): Forward declare.
381         (target_find_description, target_clear_description)
382         (target_current_description): Adjust comments.
383         (copy_inferior_target_desc_info, target_desc_info_free)
384         (target_desc_info_from_user_p). Declare.
385
386 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
387
388         * tui/tui-hooks.c (tui_about_to_proceed): New function.
389         (tui_target_wait_hook): Remove.
390         (tui_install_hooks): Install the about_to_proceed observer.
391         (tui_remove_hooks): And remove it here.
392
393 2012-11-08  Tom Tromey  <tromey@redhat.com>
394
395         * linux-tdep.c (linux_make_siginfo_note): New function.
396         (linux_make_corefile_notes): Use it.
397         * corelow.c (get_core_siginfo): New function.
398         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
399
400 2012-11-08  Tom Tromey  <tromey@redhat.com>
401
402         PR gdb/14704:
403         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
404         (zlib_decompress_section): Remove.
405         (gdb_bfd_map_section): Only check for compressed section
406         in mmap case.  Use bfd_get_full_section_contents.
407         * osabi.c (check_note): Add 'sectsize' argument.  Read
408         section data.
409         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
410         section data.  Update for check_note change.
411         * xcoffread.c (xcoff_initial_scan): Use
412         bfd_get_full_section_contents.
413         * py-auto-load.c (auto_load_section_scripts): Use
414         bfd_get_full_section_contents.
415         * contrib/cc-with-tweaks.sh: Add -Z option.
416
417 2012-11-08  Tom Tromey  <tromey@redhat.com>
418
419         * python/py-bpevent.c: Include defs.h.
420         * python/py-continueevent.c: Include defs.h.
421         * python/py-event.c: Include defs.h.
422         * python/py-event.h: Don't include defs.h.
423         * python/py-events.h: Don't include defs.h.
424         * python/py-evts.c: Include defs.h.
425         * python/py-exitedevent.c: Include defs.h.
426         * python/py-newobjfileevent.c: Include defs.h.
427         * python/py-signalevent.c: Include defs.h.
428         * python/py-stopevent.c: Include defs.h.
429         * python/py-threadevent.c: Include defs.h.
430
431 2012-11-08  Pierre Muller  <muller@sourceware.org>
432
433         * update-web-ari.sh (print_heading): Add number of files
434         checked.
435         (nb_files): New variable counting the number of sources
436         files found by gdb_find.sh script.
437         (debug_awk): New variable to allow extra debug output.
438         (indexes): Add more information if DEBUG_AWK is set.
439
440 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
441
442         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
443         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
444         following the change in PLT call stubs on linker.
445
446 2012-11-08  Pierre Muller  <muller@sourceware.org>
447
448         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
449         as default language.
450         (AWK): Use = instead of == for sh test to avoid warning.
451         (Linux rule): Correct [:digit] into [[:digit:]].
452         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
453         (vasprintf rule): Adapt to common subdirectory moves.
454         (xasprintf rule): Idem.
455         (xvasprintf rule): Idem.
456         (var_boolean rule): Accept occurence in == or != test.
457
458         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
459
460 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
461
462         * tui/tui-hooks.c (tui_inferior_exit): New function.
463         (tui_detach_hook): Remove.
464         (tui_install_hooks): Install the inferior exit observer.
465         (tui_remove_hooks): Remove it.
466
467 2012-11-08  Yao Qi  <yao@codesourcery.com>
468
469         PR gdb/14777.
470         * source.c (_initialize_source): Call add_com_alias to abbreviate
471         'forward-search' as 'fo'.
472
473 2012-11-07  Pedro Alves  <palves@redhat.com>
474
475         * arm-tdep.c: Make defs.h be the first include.
476         * coff-pe-read.c: Ditto.
477         * gnu-nat.c: Ditto.
478         * go32-nat.c: Ditto.
479         * i386-nat.c: Ditto.
480         * ppcnbsd-nat.c: Ditto.
481         * ada-varobj.h: Don't include defs.h.
482         * i386-darwin-tdep.h: Ditto.
483         * i386-nat.h: Ditto.
484
485 2012-11-07  Pedro Alves  <palves@redhat.com>
486
487         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
488         Committee.
489
490 2012-11-07  Pierre Muller  <muller@sourceware.org>
491
492         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
493         File already uses "gdb_dirent.h" header.
494
495 2012-11-07  Yao Qi  <yao@codesourcery.com>
496
497         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
498         tracepoint_count'.
499
500 2012-11-06  Tom Tromey  <tromey@redhat.com>
501
502         * target.h (inferior_has_forked, inferior_has_vforked)
503         (inferior_has_execd, inferior_has_called_syscall): Remove
504         declarations.
505
506 2012-11-06  Pierre Muller  <muller@sourceware.org>
507
508         * remote.c (remote_insert_hw_breakpoint): ARI fix,
509         add missing internalization markup.
510
511 2012-11-06  Pedro Alves  <palves@redhat.com>
512
513         PR gdb/14810
514
515         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
516
517 2012-11-06  Pierre Muller  <muller@sourceware.org>
518
519         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
520         is not executable.
521
522 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
523
524         * gnulib/update-gnulib.sh: New script.
525
526 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
527
528         * MAINTAINERS: Update my email address.
529
530 2012-11-05  Tom Tromey  <tromey@redhat.com>
531
532         * frame.c (put_frame_register): Don't use temporary buffer.
533
534 2012-11-05  Pedro Alves  <palves@redhat.com>
535
536         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
537         child.  Clear 'pending_detach'.
538         * infrun.c (handle_vfork_child_exec_or_exit): Clear
539         'pending_detach' in the vfork parent.
540
541 2012-11-05  Doug Evans  <dje@google.com>
542
543         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
544         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
545         * dwarf2read.c: #include "elf-bfd.h".
546         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
547         (dwop_section_names): Renamed from dwo_section names.  All uses
548         updated.  Add entries for .debug_cu_index, .debug_tu_index.
549         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
550         All uses updated.
551         (struct dwp_sections): New type.
552         (struct virtual_dwo_sections): New type.
553         (struct dwp_hash_table): New type.
554         (struct dwp_file): New type.
555         (init_cutu_and_read_dies): Ensure DWO info/types section has been
556         read in.  Handle DWOs coming from DWP files.
557         (lookup_dwo_file_slot): New function.
558         (dwarf2_locate_dwo_sections): Move definition closer to use.
559         (create_dwo_debug_info_hash_table_reader): Renamed from
560         create_debug_info_hash_table_reader.  All callers updated.
561         (create_dwo_debug_info_hash_table): Renamed from
562         create_debug_info_hash_table.  All callers updated.
563         (create_dwp_hash_table): New function.
564         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
565         (lookup_dwo_in_dwp): New function.
566         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
567         is_dwp.  All callers updated.
568         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
569         (open_and_init_dwo_file): Renamed from init_dwo_file.
570         All callers updated.
571         (lookup_dwo_file): Delete.
572         (dwarf2_locate_dwp_sections): New function.
573         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
574         (allocate_dwp_loaded_cutus_table): New function.
575         (open_and_init_dwp_file): New function.
576         (lookup_dwo_cutu): New function.
577         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
578
579 2012-11-03  Yao Qi  <yao@codesourcery.com>
580
581         Fix PR gdb/14617.
582         * breakpoint.c (trace_pass_set_count): Call
583         observer_notify_breakpoint_modified instead of
584         observer_notify_tracepoint_modified.
585         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
586
587 2012-11-02  Tom Tromey  <tromey@redhat.com>
588
589         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
590         argument to complete_on_enum.
591
592 2012-11-02  Tom Tromey  <tromey@redhat.com>
593
594         * configure: Rebuild.
595         * configure.ac (build_warnings): Add -Wempty-body.
596         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
597         * remote.c (handle_notification): Use braces for empty 'else' body.
598         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
599         'else' body.
600         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
601         'else' body.
602         * solib-som.c (som_relocate_section_addresses): Use braces
603         for empty 'else' body.
604         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
605         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
606
607 2012-11-02  Pedro Alves  <palves@redhat.com>
608
609         PR gdb/14766
610
611         * infrun.c (handle_inferior_event)
612         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
613         null_ptid before handling a vfork child exec or exit.  Switch to
614         the event ptid afterwards.
615
616 2012-11-02  Yao Qi  <yao@codesourcery.com>
617
618         * std-operator.def: Remove OP_LABELED.
619         * eval.c: Remove the declaration of 'get_label'.
620         (get_label): Remove.
621         (evaluate_struct_tuple): Remove code handling OP_LABELED.
622         Update comment.
623         Remove local variable 'variantno' and related code.
624         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
625         with 'fieldno'.
626         * expprint.c (print_subexp_standard): Likewise.
627         (dump_subexp_body_standard): Likewise.
628         * parse.c (operator_length_standard): Likewise.
629
630 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
631
632         Incorporate ARI web page generator into GDB sources.
633         * contrib/ari/create-web-ari-in-src.sh: New file.
634         * contrib/ari/gdb_ari.sh: New file.
635         * contrib/ari/gdb_find.sh: New file.
636         * contrib/ari/update-web-ari.sh: New file.
637
638 2012-10-31  Tom Tromey  <tromey@redhat.com>
639
640         * gdbarch.c: Rebuild.
641         * gdbarch.sh: Remove references to gdbarch_swap.
642         * corelow.c (core_open): Remove obsolete comment.
643
644 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
645
646         PR cli/14772
647         * c-typeprint.c (c_print_type): Don't print a space for vector
648         types, this is handled within the suffix.
649         (c_type_print_varspec_suffix): Add a space to vector suffix.
650
651 2012-10-26  Pedro Alves  <palves@redhat.com>
652
653         * amd64-tdep.c (amd64_relocate_instruction): Use
654         store_unsigned_integer instead of memcpy.
655         * i386-tdep.c (i386_relocate_instruction): Ditto.
656
657 2012-10-26  Pedro Alves  <palves@redhat.com>
658
659         * infrun.c (handle_inferior_event): Merge handling of
660         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
661         switch case.
662
663 2012-10-26  Pedro Alves  <palves@redhat.com>
664
665         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
666         Remove comment.
667
668 2012-10-26  Pedro Alves  <palves@redhat.com>
669
670         * target.c (target_waitstatus_to_string): Handle
671         TARGET_WAITKIND_VFORK_DONE.
672
673 2012-10-26  Pedro Alves  <palves@redhat.com>
674
675         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
676         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
677
678 2012-10-24  Tristan Gingold  <gingold@adacore.com>
679
680         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
681         Add comments.
682
683 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
684
685         * ravenscar-thread.c (ravenscar_wait): Only update the list
686         of threads and inferior_ptid if the inferior is still alive.
687
688 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
689
690         * ada-lang.c (is_known_support_routine): Use lbasename when
691         matching the symtab's filename against
692         known_runtime_file_name_patterns.
693
694 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
695
696         * ada-lang.c (ada_same_array_size_p): New function.
697         (ada_promote_array_of_integrals): New function.
698         (coerce_for_assign): Add handling of arrays where the elements
699         are integrals of a smaller size than the size of the target
700         array element type.
701
702 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
703
704         * doublest.c (convert_doublest_to_floatformat): Fix comparison
705         against maximum exponent value.
706
707 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
708
709         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
710         "unwind-seh.c".
711
712 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
713
714         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
715         strip typedef layer when computing the fixed type's field type,
716         only when computing its size.
717
718 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
719
720         PR gdb/12783
721         * i386-tdep.c (i386_return_value): Handle complex double and long
722         double.
723
724 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
725
726         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
727         New local variable args_len.
728         Quote the name of the executable when computing the command line.
729
730 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
731
732         PR gdb/12796
733         PR gdb/12798
734         PR gdb/12800
735         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
736         AMD64_FTAG_REGNUM.
737         * amd64-tdep.c (amd64_classify): Classify complex types.
738         (amd64_return_value): Handle the COMPLEX_X87 class.
739
740 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
741
742         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
743         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
744
745 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
746
747         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
748         function.
749         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
750         to amd64_windows_auto_wide_charset.
751
752 2012-10-23  Yao Qi  <yao@codesourcery.com>
753
754         * event-top.c (mark_async_signal_handler_wrapper): Remove.
755         * event-top.h: Remove its declaration.
756         (async_request_quit): Call mark_async_signal_handler instead of
757         mark_async_signal_handler_wrapper.
758         (async_do_nothing, async_disconnect): Likewise.
759         (async_stop_sig): Likewise.
760         * remote.c (handle_remote_sigint): Likewise.
761         (handle_remote_sigint_twice): Likewise.
762
763 2012-10-23  Yao Qi  <yao@codesourcery.com>
764
765         * event-top.c (sigint_token, sighup_token): Replace 'void *'
766         with 'static struct async_signal_handler *'.
767         (sighup_token, sigquit_token, sigstp_token): Likewise.
768
769 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
770
771         * gdbarch.sh (function_list): Use 'pstring' when printing
772         a variable which could return NULL.
773         * gdbarch.c: Regenerate.
774
775 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
776             Tom Tromey  <tromey@redhat.com>
777
778         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
779         inneffective if condition by gdb assertion.  Add function
780         description comment.
781
782 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
783
784         * parser-defs.h (struct exp_descriptor): Document constraint
785         on return value for "op_name" callbacks.
786
787 2012-10-18  Tom Tromey  <tromey@redhat.com>
788
789         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
790         * symtab.c (iterate_over_some_symtabs): Constify.
791         * source.h (symtab_to_fullname): Return 'const char *'.
792         * source.c (symtab_to_fullname): Return 'const char *'.
793         * python/py-symtab.c (stpy_fullname): Constify.
794         * cli/cli-cmds.c (edit_command): Constify.
795         * breakpoint.c (print_breakpoint_location)
796         (update_static_tracepoint): Constify.
797
798 2012-10-18  Tom Tromey  <tromey@redhat.com>
799
800         * breakpoint.c (compare_breakpoints): Fix comparison.
801
802 2012-10-18  Tom Tromey  <tromey@redhat.com>
803
804         * valprint.c (generic_emit_char, generic_printstr): Pass size of
805         gdb_wchar_t to convert_between_encodings.
806
807 2012-10-17  Yao Qi  <yao@codesourcery.com>
808
809         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
810         more parameter 'inferior'.
811         * corefile.c (write_memory_with_notification): Caller update.
812
813         * mi/mi-cmd-var.c: Include "mi-main.h".
814         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
815         to 1 and restore it later.
816         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
817         and "data-write-memory-bytes.
818         * mi/mi-interp.c: Include objfiles.h.
819         (mi_interpreter_init): Call observer_attach_memory_changed.
820         (mi_memory_changed): New.
821         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
822         New field.
823
824         * NEWS: Mention new MI notification "memory-changed".
825
826 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
827
828         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
829
830 2012-10-15  Doug Evans  <dje@google.com>
831
832         New option -nh: inhibit loading of ~/.gdbinit.
833         * NEWS: Mention -nh.
834         * main.c (captured_main): Recognize and process -nh.
835         (print_gdb_help): Mention -nh.
836         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
837
838 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
839
840         PR backtrace/14646
841         PR gdb/14647
842         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
843         pc_regnum_from_eax.
844         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
845         nor pc_regnum_from_eax.
846         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
847         nor pc_regnum_from_eax.
848
849 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
850
851         Fix entry values resolving in inlined frames.
852         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
853         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
854         entries of FRAME.
855
856 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
857
858         * configure.ac: Build with -DMS_WIN64 if building with Python
859         enabled using GCC on amd64-windows.
860         * configure: Regenerate.
861
862 2012-10-15  Tom Tromey  <tromey@redhat.com>
863
864         PR python/14635:
865         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
866         to Py_None.
867
868 2012-10-15  Tom Tromey  <tromey@redhat.com>
869
870         PR python/14634:
871         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
872
873 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
874
875         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
876         reset thread numbering back to 1.
877
878 2012-10-11  Doug Evans  <dje@google.com>
879
880         PR breakpoints/14643.
881         * linespec.c (struct ls_parser): New member keyword_ok.
882         (linespec_lexer_lex_string): Add comment.
883         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
884         for one.
885         (parse_linespec): Set keyword_ok.
886
887 2012-10-10  Doug Evans  <dje@google.com>
888
889         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
890         "0x" prefix on address in log message.
891
892         * dwarf2read.c (read_1_byte): Add const to buf parameter.
893         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
894         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
895         (lookup_dwo_file): Add const to dwo_name parameter.
896         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
897
898 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
899
900         Fix crash during stepping on ppc32.
901         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
902         SYM.
903
904 2012-10-03  Doug Evans  <dje@google.com>
905
906         PR symtab/14601
907         * buildsym.c (buildsym_init): Reset using_directives to NULL.
908
909 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
910
911         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
912         output and use uint32_t not long to ensure 4 byte size.
913
914 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
915
916         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
917         unref'ed it.
918
919 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
920
921         * target.c (simple_search_memory): Include access length in
922         warning message.
923
924 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
925             Edjunior Machado  <emachado@linux.vnet.ibm.com>
926
927         PR gdb/13989
928         * solib.c (solib_find): Prevent GDB from loading native libraries when
929         debugging a cross-target corefile.
930
931 2012-09-28  selven  <pcthegreat@gmail.com>
932
933         Make definition match declaration.
934
935         * regcache.c (regcache_register_status): Change return type to
936         enum register_status.
937
938 2012-09-28  Yao Qi  <yao@codesourcery.com>
939
940         * mi/mi-main.c (mi_cmd_data_write_memory): Call
941         write_memory_with_notification instead of write_memory.
942         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
943         instead of target_write_memory.
944
945 2012-09-28  Yao Qi  <yao@codesourcery.com>
946
947         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
948         when the length of content is not an even number.
949
950 2012-09-27  Tom Tromey  <tromey@redhat.com>
951
952         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
953         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
954
955 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
956
957         * sol-thread.c (sol_thread_fetch_registers)
958         (sol_thread_store_registers): Delete commented out code.
959
960 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
961
962         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
963         Move these functions to sparc-sol-thread.c.
964         * sparc-sol-thread.c: New file.
965         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
966         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
967         configurations.
968         * configure: Regenerate.
969
970 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
971
972         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
973         Remove commented-out code.
974
975 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
976
977         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
978         Enable this code for sparc hosts only.
979
980 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
981
982         * procfs.h (procfs_find_LDT_entry): Add declaration.
983         * sol-thread.c (ps_lgetLDT): Delete local declaration of
984         function procfs_find_LDT_entry.
985
986 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
987
988         * procfs.c (proc_get_LDT_entry): Make static.
989
990 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
991
992         * procfs.c (proc_find_memory_regions): Fix declaration.
993
994 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
995
996         * amd64-tdep.c (amd64_return_value): Revert previous change
997         that used TYPE_LENGTH directly.
998         * bfin-tdep.c (bfin_extract_return_value): Likewise.
999         (bfin_store_return_value): Likewise.
1000         * cris-tdep.c (cris_store_return_value): Likewise.
1001         (cris_extract_return_value): Likewise.
1002         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1003         * hppa-tdep.c (hppa64_return_value): Likewise.
1004         * lm32-tdep.c (lm32_store_return_value): Likewise.
1005         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1006         * spu-tdep.c (spu_value_from_register): Likewise.
1007         * vax-tdep.c (vax_return_value): Likewise.
1008
1009 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1010
1011         * gdbtypes.c (lookup_array_range_type): Expand parameters
1012         LOW_BOUND and HIGH_BOUND to LONGEST.
1013         (lookup_string_range_type): Likewise.
1014         * gdbtypes.h (lookup_array_range_type): Likewise.
1015         (lookup_string_range_type): Likewise.
1016         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1017         Expand HIGHBOUND to ssize_t.
1018         (value_string): Likewise.
1019         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1020         (value_string): Likewise.
1021
1022 2012-09-27  Yao Qi  <yao@codesourcery.com>
1023
1024         PR breakpoints/13898
1025         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1026         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1027         per breakpoint type.
1028
1029 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1030
1031         * procfs.c: Add gdb_bfd header.
1032         * rs6000-nat.c: Likewise.
1033         * solib-pa64.c: Likewise.
1034         * spu-linux-nat.c: Likewise.
1035         * windows-nat.c: Likewise.
1036
1037 2012-09-26  Tom Tromey  <tromey@redhat.com>
1038
1039         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1040
1041 2012-09-26  Tom Tromey  <tromey@redhat.com>
1042
1043         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1044         (read_common_block): Handle child DIEs with
1045         DW_AT_data_member_location.
1046         (new_symbol_full): Add special case for common blocks.
1047
1048 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1049             Tom Tromey  <tromey@redhat.com>
1050
1051         * dwarf2read.c (read_common_block): Rewrite.
1052         (new_symbol_full): Handle DW_TAG_common_block.
1053         * f-lang.c (head_common_list, find_common_for_function):
1054         Remove.
1055         * f-lang.h (struct common_entry, struct saved_f77_common,
1056         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1057         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1058         BLANK_COMMON_NAME_LOCAL): Remove.
1059         (struct common_block): New.
1060         * f-valprint.c (list_all_visible_commons): Remove.
1061         (info_common_command_for_block): New function.
1062         (info_common_command): Use it.
1063         * stack.c (iterate_over_block_locals): Special case for
1064         COMMON_BLOCK_DOMAIN.
1065         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1066         constant.
1067         (struct general_symbol_info) <value.common_block>: New field.
1068         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1069
1070 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1071             Tom Tromey  <tromey@redhat.com>
1072
1073         * f-lang.c (allocate_saved_bf_node,
1074         allocate_saved_function_node, allocate_saved_f77_common_node,
1075         allocate_common_entry_node, tail_common_list, current_common,
1076         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1077         tmp_bf_ptr, add_common_block, add_common_entry,
1078         find_first_common_named, patch_common_entries,
1079         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1080         global_remote_debug, get_bf_for_fcn, saved_function_list,
1081         saved_function_list_end, clear_function_list, struct saved_fcn,
1082         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1083         SAVED_BF, SAVED_BF_PTR): Remove.
1084         * f-lang.h (tail_common_list, current_common,
1085         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1086         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1087         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1088         real_main_c_value): Remove.
1089         * f-valprint.c (there_is_a_visible_common_named): Remove.
1090
1091 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1092
1093         * breakpoint.c (update_global_location_list): Ignore previous
1094         duplicate status of a breakpoint when starting a new scan for
1095         duplicate breakpoints.
1096
1097 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1098         PR breakpoints/14419
1099         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1100         support LLVM compiler.
1101
1102 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1103
1104         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1105         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1106         (bfin_store_return_value): Likewise.
1107         * cris-tdep.c (cris_store_return_value): Likewise.
1108         (cris_extract_return_value): Likewise.
1109         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1110         * hppa-tdep.c (hppa64_return_value): Likewise.
1111         * lm32-tdep.c (lm32_store_return_value): Likewise.
1112         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1113         * spu-tdep.c (spu_value_from_register): Likewise.
1114         * vax-tdep.c (vax_return_value): Likewise.
1115
1116 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1117
1118         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1119         parameter LEN to ssize_t.
1120
1121 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1122
1123         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1124         variable LEN.
1125         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1126         directly.
1127         (alpha_store_return_value): Likewise.
1128         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1129         (amd64_push_arguments): Likewise.
1130         * ax-gdb.c (gen_trace_static_fields): Likewise.
1131         (gen_traced_pop): Likewise.
1132         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1133         * breakpoint.c (update_watchpoint): Likewise.
1134         * findcmd.c (parse_find_args): Use local variable for type
1135         instead of length.
1136         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1137         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1138         (h8300_store_return_value): Likewise.
1139         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1140         Use i386_darwin_arg_type_alignment directly.
1141         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1142         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1143         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1144         (m68hc11_extract_return_value): Likewise.
1145         * mep-tdep.c (mep_push_dummy_call): Likewise.
1146         * printcmd.c (float_type_from_length): Likewise.
1147         * s390-tdep.c (s390_value_from_register): Likewise.
1148         * stack.c (read_frame_arg): Likewise.
1149         * tracepoint.c (encode_actions_1): Likewise.
1150         * valops.c (value_fetch_lazy): Use local variable for type
1151         instead of length.  Use TYPE_LENGTH directly.
1152         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1153
1154 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1155
1156         * symtab.c (skip_prologue_sal): Fix typo in comment.
1157
1158 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1159
1160         * linespec.c (create_sals_line_offset): Fix typo in comment.
1161
1162 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1163
1164         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1165         use plongest to print the array size.
1166
1167 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1168
1169         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1170         * p-valprint.c (pascal_type_print_base): Likewise.
1171
1172 2012-09-22  Yao Qi  <yao@codesourcery.com>
1173
1174         * remote.c (remote_get_trace_status): Remove setting default
1175         values of fields of 'ts'.
1176
1177 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1178
1179         Fix internal error on canonicalization of clang types.
1180         * cp-name-parser.y (operator): New comment at make_operator call for
1181         new, delete, new[] and delete[].
1182         (exp): Use "sizeof ".  Add new comment at make_operator call.
1183
1184 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1185
1186         Fix disassemble without parameters in tailcall frame.
1187         * cli/cli-cmds.c (disassemble_current_function): Use
1188         get_frame_address_in_block.
1189
1190 2012-09-21  Tom Tromey  <tromey@redhat.com>
1191
1192         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1193         TYPE_CODE_UNION>: Unify, removing a goto.
1194
1195 2012-09-21  Tom Tromey  <tromey@redhat.com>
1196
1197         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1198
1199 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1200
1201         * findvar.c (read_frame_register_value): Mark the result value as
1202         optimized out if any of the input registers have been optimized out.
1203
1204 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1205
1206         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1207
1208 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1209
1210         * eval.c (evaluate_subexp_standard): Eliminate single-use
1211         variable LOWER.
1212
1213 2012-09-21  Yao Qi  <yao@codesourcery.com>
1214
1215         * mi/mi-interp.c: Declare mi_record_changed.
1216         (mi_interpreter_init): Call observer_attach_record_changed.
1217         (mi_record_changed): New.
1218         * record.c (record_open): Call observer_notify_record_changed.
1219         (cmd_record_stop): Call observer_notify_record_changed.
1220         * NEWS: Mention it.
1221
1222 2012-09-20  Tom Tromey  <tromey@redhat.com>
1223
1224         * NEWS: Update.
1225         * python/python.c (finalize_python): New function.
1226         (_initialize_python): Make a final cleanup.
1227
1228 2012-09-19  Doug Evans  <dje@google.com>
1229
1230         * buildsym.h (param_symbols): Delete, unused.
1231         (context_stack): Delete member "params", unused.
1232         * buildsym.c (push_context): Update.
1233         * dwarf2read.c (read_func_scope): Update.
1234
1235 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1236
1237         * sh-tdep.c (sh_register_convert_to_virtual)
1238         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1239         all callers.  Just do a memcpy if not the little-endian case.
1240
1241         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1242         set_gdbarch_double_format and set_gdbarch_long_double_format.
1243         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1244         set_gdbarch_double_format.
1245         * sh-tdep.c (sh_gdbarch_init): Likewise.
1246
1247         * NEWS: Document the removal of SH's 'regs' command.
1248         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1249         command.
1250
1251 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1252
1253         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1254         `jump'.
1255
1256 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1257
1258         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1259         language when iterating over symbols.
1260
1261 2012-09-18  Yao Qi  <yao@codesourcery.com>
1262
1263         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1264         (mi_interpreter_init): Call observer_attach_tsv_created and
1265         observer_attach_tsv_deleted.
1266         (mi_tsv_created, mi_tsv_deleted): New.
1267         * tracepoint.c (delete_trace_state_variable): Call
1268         observer_notify_tsv_deleted.
1269         (trace_variable_command): Call observer_notify_tsv_created.
1270         (delete_trace_variable_command): Call
1271         observer_notify_tsv_deleted.
1272         (create_tsv_from_upload): Call observer_notify_tsv_created.
1273         * NEWS: Mention it.
1274
1275 2012-09-18  Yao Qi  <yao@codesourcery.com>
1276
1277         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1278         if traceframe changed.
1279         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1280         "trace-find".
1281         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1282         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1283         'traceframe_changed'.
1284         (mi_traceframe_changed): New.
1285         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1286         New field.
1287         * NEWS: Mention the new MI notification.
1288
1289 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1290
1291         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1292
1293 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1294
1295         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1296         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1297         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1298         Extend code also for PaX support.  Convert all gdb_assert to warning
1299         calls.
1300
1301 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1302
1303         Implement auto-load user conveniences suggested by Doug Evans.
1304         * auto-load.c: Include top.h.
1305         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1306         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1307         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1308         scripts-directory.  Document in online help one can use also files for
1309         set auto-load safe-path.
1310         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1311         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1312
1313 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1314
1315         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1316         of LEN.
1317
1318 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1319
1320         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1321         ELTLEN and use TYPE_LENGTH directly.
1322         (m2_val_print): Likewise.
1323         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1324         variable LEN and use TYPE_LENGTH directly.
1325         (m68k_svr4_store_return_value): Likewise.
1326         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1327         ARGLEN and use TYPE_LENGTH directly.
1328         (mips_o64_push_dummy_call): Likewise.
1329         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1330         variable LENGTH and use TYPE_LENGTH directly.
1331         (s390_function_arg_float): Likewise.
1332         (s390_function_arg_integer): Likewise.
1333         (s390_push_dummy_call): Likewise.
1334         (s390_return_value_convention): Likewise.
1335         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1336         TYPE_LENGTH directly.
1337
1338 2012-09-17  Yao Qi  <yao@codesourcery.com>
1339
1340         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1341         Update comment to add_setshow_integer_cmd.
1342         * cli/cli-setshow.c (do_set_command): Handle case
1343         'var_zuinteger_unlimited'.
1344         (do_show_command): Likewise.
1345         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1346         for command 'remotetimeout'.
1347         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1348         to var_integer.
1349         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1350         for command 'set listsize'.
1351
1352 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1353
1354         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1355         variable LEN.
1356
1357 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1358
1359         PR 14119
1360         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1361         (frame_pop): Drop also TAILCALL_FRAME frames.
1362         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1363
1364 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1365             Pedro Alves  <palves@redhat.com>
1366
1367         PR 14548
1368         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1369         function start if we are already at function start.  Both for
1370         reverse-next and for reverse-step into function without line number
1371         info.
1372
1373 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1374
1375         Code cleanup - rename 'inline' depth to 'artificial' depth.
1376         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1377         frame_id_artificial_p, extend the comment.
1378         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1379         * frame.c (fprint_frame_id): Rename at a user, change debug output
1380         text to "artificial=".
1381         (skip_inlined_frames): Rename to ...
1382         (skip_artificial_frames): ... here.  Extend the comment.
1383         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1384         (frame_id_inlined_p): Rename to ...
1385         (frame_id_artificial_p): ... here.  Rename at a user.
1386         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1387         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1388         at a user.
1389         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1390         Extend the comment.
1391         (frame_id_inlined_p): Rename to ...
1392         (frame_id_artificial_p): ... here.
1393         * inline-frame.c (inline_frame_this_id): Rename at a user.
1394
1395 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1396
1397         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1398         vector variables using vector_size syntax rather than array
1399         syntax.
1400
1401 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1402
1403         * valarith.c (value_concat): Replace unsafe ALLOCA with
1404         XMALLOC/XFREE.
1405
1406 2012-09-14  Pedro Alves  <palves@redhat.com>
1407
1408         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1409
1410 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1411
1412         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1413         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1414         data-directory as appropriate.
1415
1416 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1417
1418         * printcmd.c (ui_printf): Eliminate single-use variable
1419         PARAM_LEN.
1420
1421 2012-09-14  Yao Qi  <yao@codesourcery.com>
1422             Pedro Alves  <palves@redhat.com>
1423
1424         * valops.c (value_assign): Move observer_notify_target_changed
1425         below to replace reinit_frame_cache.
1426
1427 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1428
1429         Refactor Python "gdb" module into a proper Python package, by
1430         introducing a new "_gdb" module for code implemented in C, and
1431         using reload/__import__ instead of exec.
1432         * python/lib/gdb/__init__.py: Import * from _gdb.
1433         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1434         prompt_hook, sys.argv): Moved from finish_python_initialization.
1435         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1436         (packages, auto_load_packages): New list and function replacing
1437         module_dict and auto-loading code, using __file__ instead of
1438         gdb.PYTHONDIR and reload/__import__ instead of exec.
1439         (GdbSetPythonDirectory): Replacing function of the same name
1440         from finish_python_initialization, using reload/__import__ instead
1441         of exec, as well as call auto_load_packages.
1442         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1443         gdb_python_module and not gdb_module.
1444         * python/python-internal.h (gdb_python_module): Declare.
1445         * python/python.c (gdb_python_module): New global.
1446         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1447         (_initialize_python): Rename gdb module to _gdb.
1448         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1449         (finish_python_initialization): Move Python code to
1450         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1451         __main__.
1452
1453 2012-09-13  Pedro Alves  <palves@redhat.com>
1454
1455         * Makefile.in (COMMON_OBS): Add registry.o.
1456         * registry.c: New file.
1457         * registry.h (struct registry_container): Declare.
1458         (registry_data_callback): New typedef.
1459         (struct registry_data, struct registry_data_registration, struct
1460         registry_data_registry): New type.
1461         (register_data_with_cleanup, registry_alloc_data)
1462         (registry_callback_adaptor, registry_clear_data)
1463         (registry_container_free_data, registry_set_data, registry_data):
1464         Declare.
1465         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1466         the new common structures and functions.
1467         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1468         callback typedefs.
1469
1470 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1471
1472         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1473         there is an error inserting hardware breakpoints and use the
1474         error message from the target.
1475
1476         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1477         Catch this exception and print the error message contained within. Do not
1478         print the default hardware error breakpoint message in this case.
1479
1480 2012-09-12  Doug Evans  <dje@google.com>
1481
1482         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1483         cu == NULL.
1484
1485 2012-09-11  Doug Evans  <dje@google.com>
1486
1487         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1488         .gdb_index symbol attributes if there are none.
1489
1490 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1491
1492         * symtab.h (struct minimal_symbol) [has_size]: New field.
1493         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1494         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1495         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1496         minimal symbols if the symbol's size is actually known.
1497         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1498         of msymbol's size field.  Add comment.
1499         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1500         SET_MSYMBOL_SIZE to set the minimal symbol size.
1501
1502 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1503
1504         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1505         minimal_symbol struct object, rather than setting some of its
1506         fields one by one.
1507
1508 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1509
1510         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1511         passed_a_ptr flag when displaying typedef types.
1512
1513 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1514
1515         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1516         the optimized_out flag is preserved.
1517
1518 2012-09-10  Anthony Green  <green@moxielogic.com>
1519
1520         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1521         prologue changes in GCC.
1522
1523 2012-09-10  Keith Seitz  <keiths@redhat.com>
1524
1525         PR gdb/13483
1526         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1527         (BOOL_CONVERSION_BADNESS): ... this.
1528         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1529         (rank_one_type): Allow all boolean conversions
1530         permitted by the standard.
1531
1532 2012-09-06  Tom Tromey  <tromey@redhat.com>
1533
1534         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1535         Don't decref py_objfile.
1536
1537 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1538
1539         Do not enable -lmcheck by default when Python is enabled with
1540         threading support.
1541         * configure.ac: (python_has_threads) New variable, by testing
1542         if WITH_THREAD is defined in Python.h.
1543         Move --enable-lmcheck after --with-python.
1544         Do not enable -lmcheck by default if python_has_threads=yes.
1545         Warn if --enable-lmcheck and python_has_threads=yes.
1546         * configure: Regenerate.
1547
1548 2012-08-31  Yao Qi  <yao@codesourcery.com>
1549
1550         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1551         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1552         Update some commands.
1553         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1554         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1555         to 1.
1556
1557 2012-08-31  Yao Qi  <yao@codesourcery.com>
1558
1559         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1560
1561 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1562
1563         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1564
1565 2012-08-29  Doug Evans  <dje@google.com>
1566
1567         * main.c (print_gdb_help): Remove reference to
1568         --use-deprecated-index-sections.
1569
1570 2012-08-28  Yao Qi  <yao@codesourcery.com>
1571
1572         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1573         (init_cmds): Call add_setshow_uinteger_cmd for command
1574         'max-user-call-depth'.
1575         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1576         declaration of 'max_user_call_depth'.
1577         * frame.c (backtrace_limit): Add 'unsigned'.
1578         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1579         'limit'.
1580         * remote.c (remoteaddresssize): Add 'unsigned'.
1581         (remote_address_masked): Change local var 'address_size' to
1582         'unsigned'.
1583         (_initialize_remote): Call add_setshow_uinteger_cmd for
1584         'remoteaddresssize'.
1585         * top.c (history_size): Add 'unsigned'.
1586         (show_commands): Change local variables to 'unsigned'.
1587         (set_history_size_command): Don't check history_size is negative.
1588         Adjust the condition to call unstifle_history and set history_size
1589         to UNIT_MAX.
1590
1591 2012-08-28  Pedro Alves  <palves@redhat.com>
1592
1593         PR gdb/14428
1594
1595         * infcmd.c (default_print_one_register_info): New, factored out
1596         from default_print_registers_info.
1597         (default_print_registers_info): Use it.  Mark value unavailable if
1598         necessary.
1599         (registers_info): Print user registers with
1600         default_print_one_register_info.
1601
1602 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1603
1604         PR tui/14486
1605         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1606         is not NULL before referencing it.
1607
1608 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1609
1610         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1611         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1612         original PC for it.
1613
1614 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1615             Jan Kratochvil  <jan.kratochvil@redhat.com>
1616
1617         * auto-load.c (auto_load_objfile_script): Rename to ...
1618         (auto_load_objfile_script_1): ... here, change variable realname to
1619         parameter realname, document it, add return value, add variable retval.
1620         (auto_load_objfile_script): New function.
1621
1622 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1623
1624         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1625         followed by a whitespace.
1626
1627 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1628
1629         PR gdb/14494.
1630         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1631         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1632         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1633         here.
1634
1635 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1636
1637         * memattr.c (create_mem_region): Fix memory region overlapping
1638         checking.
1639
1640 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1641
1642         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1643         with xmalloc/cleanup.
1644         * mt-tdep.c (mt_push_dummy_call): Likewise.
1645         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1646         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1647
1648 2012-08-24  Yao Qi  <yao@codesourcery.com>
1649
1650         * jv-exp.y (push_expression_name): Add "." at the end of error
1651         message.
1652
1653 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1654
1655         Document how to return from "python-interactive" to GDB.
1656         * python/python.c (_initialize_python): Update documentation.
1657
1658 2012-08-23  Pedro Alves  <palves@redhat.com>
1659
1660         * infrun.c (_initialize_infrun) <handle command help text>:
1661         Mention that multiple signals are supported.
1662
1663 2012-08-23  Pedro Alves  <palves@redhat.com>
1664
1665         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1666         string.
1667
1668 2012-08-23  Yao Qi  <yao@codesourcery.com>
1669
1670         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1671         (tfind_1): Don't call registers_changed, set_traceframe_num,
1672         and clear_traceframe_info.
1673         Call set_current_traceframe.
1674         (set_current_traceframe): call set_traceframe_num.
1675
1676 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1677
1678         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1679         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1680
1681 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1682
1683         Enable readline in Python in a GDB-specific way and block the
1684         standard Python readline module to prevent conflicts with GDB.
1685         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1686         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1687         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1688         * python/py-gdb-readline.c: New file.
1689         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1690         prototype.
1691         * python/python.c (_initialize_python): Call
1692         gdbpy_initialize_gdb_readline.
1693
1694 2012-08-22  Keith Seitz  <keiths@redhat.com>
1695
1696         * defs.h: Include build-gnulib/config.h
1697
1698 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
1699
1700         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1701         and blx pc.
1702
1703 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1704
1705         Add a new "python-interactive" command that starts a standard
1706         Python interactive prompt with "pi" as alias, and add "py" as
1707         an alias to "python".
1708         * NEWS: Mention the new commands.
1709         * python/python.c (eval_python_command): New function.
1710         (python_interactive_command): For "python-interactive" with
1711         arguments, call eval_python_command.  For "python-interactive"
1712         without arguments, call PyRun_InteractiveLoop.
1713         (_initialize_python): Add "python-interactive" command with
1714         "pi" as alias, and add "py" as an alias to "python".
1715
1716 2012-08-22  Tom Tromey  <tromey@redhat.com>
1717
1718         * defs.h (quit_flag): Don't declare.
1719         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1720         (QUIT): Use new functions.
1721         * event-top.c (command_handler): Use clear_quit_flag.
1722         (handle_sigint): Use set_quit_flag.
1723         (async_request_quit): Use check_quit_flag.  Don't check
1724         immediate_quit.
1725         * exceptions.c (throw_exception): Use clear_quit_flag.
1726         * main.c (captured_main): Use clear_quit_flag.
1727         * python/python.c (clear_quit_flag, set_quit_flag)
1728         (check_quit_flag): New functions.
1729         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1730         clear_quit_flag.
1731         * remote.c (remote_wait_as): Use check_quit_flag,
1732         clear_quit_flag.
1733         (remote_start_remote): Call QUIT.
1734         * symfile.c (load_progress): Use check_quit_flag.
1735         * top.c (command_loop): Use clear_quit_flag.
1736         (command_line_input): Call QUIT.
1737         * utils.c (quit_flag): Conditionally define.
1738         (clear_quit_flag, check_quit_flag, set_quit_flag): New
1739         functions.
1740         (prompt_for_continue): Call QUIT.  Use quit, not
1741         async_request_quit.
1742         * remote-mips.c (mips_expect_timeout): Call QUIT.
1743         * monitor.c (monitor_expect): Call QUIT.
1744
1745 2012-08-22  Tom Tromey  <tromey@redhat.com>
1746
1747         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1748         (async_init_signals): Update.
1749         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1750         (SIGWINCH_HANDLER_BODY): Remove.
1751
1752 2012-08-22  Tom Tromey  <tromey@redhat.com>
1753
1754         * jit.c (jit_object_close_impl): Don't malloc the objfile
1755         name.
1756         * objfiles.c (allocate_objfile): Don't malloc the objfile
1757         name.
1758         (free_objfile): Don't free the objfile name.
1759         * objfiles.h (struct objfile) <name>: Update comment.
1760         * symfile.c (reread_symbols): Fix reference counting.  Don't
1761         malloc objfile name.
1762
1763 2012-08-22  Tom Tromey  <tromey@redhat.com>
1764
1765         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1766         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1767         (symfile_bfd_open): Likewise.
1768         (generic_load): Likewise.
1769         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1770         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1771         gdb_bfd_open.
1772         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1773         Use gdb_bfd_open.
1774         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1775         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1776         (pmon_load_fast): Likewise.
1777         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1778         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1779         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1780         (macho_check_dsym): Likewise.
1781         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1782         (m32r_upload_command): Likewise.
1783         * gdb_bfd.h (gdb_bfd_cache): Declare.
1784         * gdb_bfd.c (struct gdb_bfd_data): New.
1785         (gdb_bfd_cache): New global.
1786         (struct gdb_bfd_cache_search): New.
1787         (hash_bfd): New function.
1788         (eq_bfd): Likewise.
1789         (gdb_bfd_open): Likewise.
1790         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1791         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
1792         gdb_bfd_data.
1793         * exec.c (exec_file_attach): Use gdb_bfd_open.
1794         * dsrec.c (load_srec): Use gdb_bfd_open.
1795
1796 2012-08-22  Tom Tromey  <tromey@redhat.com>
1797
1798         * dwarf2read.c (macro_start_file): Update.
1799         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1800         (free_objfile_per_bfd_storage): Destroy macro_cache.
1801         (allocate_objfile, free_objfile): Update.
1802         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1803         New field.
1804         (struct objfile) <macro_cache>: Remove.
1805         * symfile.c (reread_symbols): Update.
1806         * symmisc.c (print_symbol_bcache_statistics): Update.
1807         (print_objfile_statistics): Update.
1808
1809 2012-08-22  Tom Tromey  <tromey@redhat.com>
1810
1811         * elfread.c (elf_symtab_read): Update.
1812         * objfiles.c (objfiles_bfd_data): New global.
1813         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1814         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1815         (allocate_objfile, free_objfile): Update.
1816         (_initialize_objfiles): Initialize objfiles_bfd_data.
1817         * objfiles.h (struct objfile_per_bfd_storage): New.
1818         (struct objfile) <per_bfd>: New field.
1819         <filename_cache>: Remove.
1820         (set_objfile_per_bfd): Declare.
1821         * symfile.c (reread_symbols): Update.  Call
1822         set_objfile_per_bfd.
1823         (allocate_symtab): Update.
1824         * symmisc.c (print_symbol_bcache_statistics): Update.
1825         (print_objfile_statistics): Print the size of the BFD obstack.
1826
1827 2012-08-22  Tom Tromey  <tromey@redhat.com>
1828
1829         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
1830         * gdb_bfd.c: Use DEFINE_REGISTRY.
1831         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1832         (gdb_bfd_ref): Call bfd_alloc_data.
1833         (gdb_bfd_unref): Call bfd_free_data.
1834
1835 2012-08-22  Tom Tromey  <tromey@redhat.com>
1836
1837         * registry.h (struct registry_fields): New.
1838         (REGISTRY_FIELDS): Redefine.
1839         (REGISTRY_ACCESS_FIELD): New macro.
1840         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
1841         functions.
1842
1843 2012-08-22  Tom Tromey  <tromey@redhat.com>
1844
1845         * auto-load.c (_initialize_auto_load): Update.
1846         * solib-svr4.c (_initialize_svr4_solib): Update
1847         * solib-dsbt.c (_initialize_dsbt_solib): Update.
1848         * solib-darwin.c (_initialize_darwin_solib): Update.
1849         * registry.h: New file.
1850         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1851         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1852         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
1853         (register_program_space_data_with_cleanup)
1854         (register_program_space_data, program_space_alloc_data)
1855         (clear_program_space_data, set_program_space_data)
1856         (program_space_data): Don't declare.
1857         * progspace.c: Use DEFINE_REGISTRY.
1858         (struct program_space_data, struct
1859         program_space_data_registration, struct
1860         program_space_data_registry, program_space_data_registry)
1861         (register_program_space_data_with_cleanup)
1862         (register_program_space_data, program_space_alloc_data)
1863         (program_space_free_data, clear_program_space_data)
1864         (set_program_space_data, program_space_data): Remove.
1865         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
1866         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1867         (register_objfile_data_with_cleanup, register_objfile_data)
1868         (clear_objfile_data, set_objfile_data, objfile_data): Don't
1869         declare.
1870         * objfiles.c: Use DEFINE_REGISTRY.
1871         (struct objfile_data, struct objfile_data_registration, struct
1872         objfile_data_registry, objfile_data_registry)
1873         (register_objfile_data_with_cleanup, register_objfile_data)
1874         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1875         (set_objfile_data, objfile_data): Remove.
1876         (_initialize_objfiles): Update.
1877         * jit.c (_initialize_jit): Update.
1878         * inflow.c (_initialize_inflow): Update.
1879         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
1880         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1881         (register_inferior_data_with_cleanup, register_inferior_data)
1882         (clear_inferior_data, set_inferior_data, inferior_data): Don't
1883         declare.
1884         * inferior.c: Use DEFINE_REGISTRY.
1885         (struct inferior_data, struct inferior_data_registration, struct
1886         inferior_data_registry, inferior_data_registry)
1887         (register_inferior_data_with_cleanup, register_inferior_data)
1888         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
1889         (set_inferior_data, inferior_data): Remove.
1890         * auxv.c (_initialize_auxv): Update.
1891         * ada-lang.c (_initialize_ada_language): Update.
1892         * breakpoint.c (_initialize_breakpoint): Update.
1893         * i386-nat.c (i386_use_watchpoints): Update.
1894
1895 2012-08-22  Tom Tromey  <tromey@redhat.com>
1896
1897         * exec.c (exec_close, exec_file_attach): Update.
1898         (add_to_section_table): Initialize 'key' field.
1899         (add_target_sections, remove_target_sections): Add 'key' argument.
1900         * exec.h (add_target_sections, remove_target_sections): Add
1901         'key' argument.
1902         * solib.c (solib_map_sections, update_solib_list, clear_solib)
1903         (reload_shared_libraries_1): Update.
1904         * target.h (struct target_section) <key>: New field.
1905
1906 2012-08-22  Tom Tromey  <tromey@redhat.com>
1907
1908         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1909
1910 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1911
1912         * symfile.c (allocate_symtab): Use host_address_to_string
1913         function instead of cast of pointer to long which is not
1914         compatible with x86_64-w64-mingw32 build.
1915
1916 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1917
1918         * mips-tdep.c (is_octeon): New function.
1919         (is_octeon_bbit_op): New function.
1920         (mips32_next_pc): Handle Octeon's bbit instructions.
1921         (mips32_instruction_has_delay_slot): Likewise.
1922
1923 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1924
1925         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1926         before the function.
1927
1928 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1929
1930         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1931
1932 2012-08-19  Keith Seitz  <keiths@redhat.com>
1933
1934         PR c++/14365
1935         * c-typeprint.c (c_type_print_varspec_prefix): Pass
1936         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1937
1938 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
1939
1940         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1941         The typo broke "make TAGS".
1942
1943 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
1944
1945         GDB 7.5 released.
1946
1947 2012-08-17  Keith Seitz  <keiths@redhat.com>
1948
1949         PR c++/13356
1950         * gdbtypes.c (strict_type_checking): New variable.
1951         (show_strict_type_checking): New function.
1952         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1953         if strict type checking is disabled.
1954         (_initialize_gdbtypes): Add "check type" subcommand.
1955         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1956
1957 2012-08-17  Keith Seitz  <keiths@redhat.com>
1958
1959         * language.h (type_mode): Remove.
1960         (type_check): Remove.
1961         (struct language_defn): Remove la_type_check.
1962         (STRICT_TYPE): Remove unused macro.
1963         (type_error): Remove.
1964         * language.c (set_type_range_case): Renamed to ...
1965         (set_range_case): ... this.  Update all callers.
1966         Remove type_mode/type_check.
1967         (type_mode): Remove.
1968         (type_check): Remove.
1969         (show_type_command): Remove.
1970         (set_type_command): Remove.
1971         (language_info): Remove type checking output.
1972         (type_error): Remove unused function.
1973         (range_error): Update comment.
1974         (unknown_language_defn): Remove la_type_check.
1975         (auto_language_defn): Likewise.
1976         (local_language_defn): Likewise.
1977         (_initialize_language): Remove "check type" subcommand.
1978         * ada-lang.c (ada_language_defn): Remove la_type_check.
1979         * c-lang.c (c_language_defn): Likewise.
1980         (cplus_language_defn): Likewise.
1981         (asm_language_defn): Likewise.
1982         (minimal_language_defn): Likewise.
1983         * d-lang.c (d_language_defn): Likewise.
1984         * f-lang.c (f_language_defn): Likewise.
1985         * go-lang.c (go_language_defn): Likewise.
1986         * jv-lang.c (java_language_defn): Likewise.
1987         * m2-lang.c (m2_language_defn): Likewise.
1988         * objc-lang.c (objc_language_defn): Likewise.
1989         * opencl-lang.c (opencl_language_defn): Likewise.
1990         * p-lang.c (pascal_language_defn): Likewise.
1991
1992 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
1993
1994         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1995
1996 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1997
1998         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1999         New function.
2000         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2001         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2002         to access the bsp and bspstore registers if not.
2003
2004 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2005
2006         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2007         * breakpoint.c (detach_breakpoints): Change pid parameter into
2008         a ptid.  Adjust code accordingly.
2009         * infrun.c (handle_inferior_event): Delete variable child_pid.
2010         Update call to detach_breakpoints to pass the child ptid for
2011         fork events.
2012         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2013         assert that inferior_ptid's lwp is zero.
2014         (linux_handle_extended_wait): Update call to detach_breakpoints.
2015         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2016         detach_breakpoints.
2017
2018 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2019
2020         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2021         parent, only call detach_breakpoints if tts.tts_event ==
2022         TTEVT_VFORK.
2023
2024 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2025
2026         * dwarf2-frame.c (dwarf2_frame_cache): Use
2027         get_frame_address_in_block instead of get_frame_pc as
2028         the bound for executing the frame's FDE.
2029
2030 2012-08-16  Yao Qi  <yao@codesourcery.com>
2031
2032         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2033         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2034         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2035         (c_type_print_varspec_suffix): Likewise.
2036         * eval.c (evaluate_subexp_standard): Likewise.
2037         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2038         (f_type_print_varspec_suffix): Likewise.
2039         * gdbtypes.c (is_scalar_type): Likewise.
2040         (recursive_dump_type): Likewise.
2041         * infcall.c (value_arg_coerce): Likewise.
2042         * m2-valprint.c (m2_val_print): Likewise.
2043         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2044         (pascal_type_print_varspec_suffix): Likewise.
2045         (pascal_type_print_base): Likewise.
2046         * p-valprint.c (pascal_val_print): Likewise.
2047         (pascal_val_print): Likewise.
2048         * valops.c (value_slice): Likewise.
2049         * valprint.c (scalar_type_p): Likewise.
2050         * valarith.c (value_bitstring_subscript): Remove.
2051         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2052         Remove comment on TYPE_CODE_BITSTRING.
2053
2054         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2055         TYPE_CODE_BITSTRING.
2056
2057         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2058         slot 0.
2059
2060 2012-08-16  Yao Qi  <yao@codesourcery.com>
2061
2062         * tracepoint.c (trace_find_none_command): Remove.
2063         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2064
2065 2012-08-16  Yao Qi  <yao@codesourcery.com>
2066
2067         * remote.c (handle_notification): Remove parameter 'length'.
2068         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2069
2070 2012-08-15  Keith Seitz  <keiths@redhat.com>
2071
2072         * gdbtypes.c (opaque_type_resolution): Make static.
2073         Add missing comment.
2074         (overload_debug): Add missing comment.
2075         (show_opaque_type_resolution): Likewise.
2076         (show_overload_debug): Likewise.
2077         (print_bit_vector): Remove unnecessary forward declaration.
2078         (print_arg_types): Likewise.
2079         (dump_fn_fieldlists): Likewise.
2080         (print_cplus_stuff): Likewise.
2081
2082 2012-08-15  Tom Tromey  <tromey@redhat.com>
2083
2084         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2085         (gdb_bfd_ref): Initialize new field.
2086         (gdb_bfd_unref): Unref the archive BFD.
2087         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2088         parent archive.
2089
2090 2012-08-15  Tom Tromey  <tromey@redhat.com>
2091
2092         PR python/14387:
2093         * python/py-bpevent.c (create_breakpoint_event_object): Update
2094         comment.
2095         * python/py-event.c (evpy_add_attribute): Update comment.
2096         * python/py-exitedevent.c (create_exited_event_object): Fix
2097         reference counting and error handling.
2098         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2099         Fix reference counting.
2100         * python/py-signalevent.c (create_signal_event_object): Fix
2101         reference counting and error handling.
2102         * python/py-stopevent.c (emit_stop_event): Fix reference
2103         counting.
2104         * python/py-threadevent.c (get_event_thread): Return a
2105         borrowed reference.
2106         * python/py-type.c (convert_field): Fix reference counting.
2107
2108 2012-08-15  Tom Tromey  <tromey@redhat.com>
2109
2110         * dwarf2read.c (dwarf_decode_macro_bytes)
2111         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2112         as hash key.
2113
2114 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2115
2116         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2117         stepi, nexti, finish, next, step, jump, and continue commands.
2118         * infrun.c (_initialize_infrun): Update help text for the handle
2119         command.
2120
2121 2012-08-14  Doug Evans  <dje@google.com>
2122
2123         * gdbtypes.c (struct extra): Delete, unused.
2124
2125         * gdbtypes.c: Whitespace cleanup.
2126         (address_space_name_to_int): Remove "extern" from definition.
2127         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2128
2129         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2130         TYPE_POINTER_TYPE (type).
2131
2132 2012-08-14  Gary Benson  <gbenson@redhat.com>
2133
2134         * solib-svr4.c (svr4_free_library_list): Use free_so.
2135
2136 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2137
2138         * .gitignore: Add go-exp.c.
2139
2140 2012-08-13  Doug Evans  <dje@google.com>
2141
2142         * value.c (show_convenience): Tweak comment.
2143         (_initialize_values): Mention convenience functions in the help text
2144         for "show convenience".
2145
2146 2012-08-13  Yao Qi  <yao@codesourcery.com>
2147
2148         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2149         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2150         TERNOP_SLICE_COUNT.
2151         * eval.c (evaluate_subexp_standard): Likewise.
2152         * expprint.c (print_subexp_standard): Likewise.
2153         (dump_subexp_body_standard): Likewise.
2154         * parse.c (operator_length_standard): Likewise.
2155
2156 2012-08-13  Yao Qi  <yao@codesourcery.com>
2157
2158         * std-operator.def: Remove OP_BITSTRING.
2159         * breakpoint.c (watchpoint_exp_is_const): Update.
2160         * eval.c (evaluate_subexp_standard): Remove handling to
2161         OP_BITSTRING.
2162         * expprint.c (print_subexp_standard): Likewise.
2163         (dump_subexp_body_standard): Likewise.
2164         * parse.c (operator_length_standard): Likewise.
2165         * valops.c (value_bitstring): Remove.
2166         * value.h: Remove the declaration of 'value_bitstring'.
2167
2168 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2169
2170         * linespec.c (find_methods): Remove unused variables `i1' and
2171         `name_len'.
2172         (decode_line_full): Likewise for `arg_start'.
2173
2174 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2175
2176         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2177         (zlib_decompress_section): Likewise for `section_data'.
2178         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2179
2180 2012-08-10  Doug Evans  <dje@google.com>
2181
2182         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2183         * NEWS: Document them.
2184         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2185         function/strfns.py.
2186         * python/py-type.c (typy_array_1): New function.
2187         (typy_array): Call it.
2188         (typy_vector): New function.
2189         (type_object_methods): Add "vector".
2190         * python/lib/gdb/function/__init__.py: New file.
2191         * python/lib/gdb/function/strfns.py: New file.
2192
2193 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2194
2195         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2196         for TYPE_FIELD_BITPOS.
2197         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2198
2199 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2200
2201         PR cli/10436:
2202         * common/vec.h (VEC_merge): Define.
2203         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2204         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2205         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2206         * completer.c: Include gdb_signals.h.
2207         (signal_completer): Define.
2208         * completer.h (signal_completer): Add prototype.
2209         * infcmd.c (_initialize_infcmd): Assign the command
2210         completer for "signal" to handle_completer.
2211         * infrun.c: Include completer.h.
2212         (handle_completer): Define.
2213         (_initialize_infrun): Declare a new local variable c.  Store the
2214         result of add_com("handle") to it.  Assign the command
2215         completer for "handle" to handle_completer.
2216
2217 2012-08-09  Yao Qi  <yao@codesourcery.com>
2218
2219         * cli/cli-decode.c (set_cmd_prefix): New.
2220         (lookup_cmd_for_prefixlist): New.
2221         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2222         of each cmd_list_element in *prefixlist.
2223         (add_setshow_cmd_full): set_cmd_prefix.
2224         (add_alias_cmd): Likewise.
2225         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2226         Declare 'auto_boolean_enums'.
2227         * cli/cli-setshow.c: Include "observer.h".
2228         (notify_command_param_changed_p): New.
2229         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2230         Remove 'static'.
2231         (do_setshow_command): Split it to ...
2232         (do_set_command, do_show_command): ... them.  New.
2233         (do_set_command): Call observer_notify_command_param_changed if
2234         notify_command_param_changed_p returns true.
2235         (cmd_show_list): Caller update.
2236         * auto-load.c (set_auto_load_cmd): Likewise.
2237         * remote.c (show_remote_cmd): Likewise.
2238         * cli/cli-setshow.h: Update declarations.
2239         * top.c (execute_command): Call do_set_command and do_show_command.
2240
2241         * NEWS: Mention new MI notification.
2242         * mi/mi-interp.c: Declare mi_command_param_changed.
2243         (mi_interpreter_init): Attach mi_command_param_changed to
2244         observer command_param_changed.
2245         (mi_command_param_changed): New.
2246         Remove mi_suppress_breakpoint_notifications.
2247         Define global variable mi_suppress_notification.
2248         (mi_breakpoint_created): Update.
2249         (mi_breakpoint_deleted): Likewise.
2250         (mi_breakpoint_modified): Likewise.
2251         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2252         'gdb-set' and set mi_suppress_notification.
2253         * mi/mi-main.h: (mi_suppress_notification): New struct.
2254
2255 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2256             Jan Kratochvil  <jan.kratochvil@redhat.com>
2257
2258         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2259
2260 2012-08-09  Yao Qi  <yao@codesourcery.com>
2261
2262         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2263         (skiplist): Move it to skip.c.
2264         (init_cmd_lists): Remove code setting enablebreaklist and
2265         skiplist to NULL.
2266         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2267         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2268         skiplist.
2269         * gdbcmd.h: Likewise.
2270         * skip.c (_initialize_step_skip): Move 'skiplist' from
2271         cli/cli-cmds.c.
2272
2273 2012-08-09  Yao Qi  <yao@codesourcery.com>
2274
2275         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2276         * gnu-nat.c, symfile.c: Likewise.
2277
2278 2012-08-08  Aaron Gamble  <agamble@google.com>
2279
2280         * utils.c (prompt_for_continue_wait_time): New static global.
2281         (make_command_stats_cleanup): Initialize it.
2282         (report_command_stats): Subtract time waiting for user.
2283         (prompt_for_continue): Track time waiting for user.
2284         (defaulted_query): Track time waiting for user.
2285
2286 2012-08-08  Doug Evans  <dje@google.com>
2287
2288         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2289         UNOP_MEMVAL_TYPE.
2290         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2291         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2292         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2293         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2294         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2295         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2296         elt.
2297         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2298         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2299         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2300         (dump_prefix_expression): Handle OP_TYPE.
2301
2302 2012-08-08  Keith Seitz  <keiths@redhat.com>
2303
2304         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2305         addr_start.
2306
2307 2012-08-08  Doug Evans  <dje@google.com>
2308
2309         * linux-thread-db.c: #include "gdb_vecs.h".
2310         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2311         updated.
2312         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2313         (thread_db_load_search): Use a vector to iterate over path elements.
2314         Handle text appearing after "$pdir".
2315
2316         * gdb_string.h: Moved to ...
2317         * common/gdb_string.h: ... here.
2318         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2319         gdb_string.h and gdb_assert.h.
2320
2321 2012-08-08  Yao Qi  <yao@codesourcery.com>
2322
2323         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2324         (tic6x_value_to_register): Likewise.
2325         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2326         and set_gdbarch_value_to_register.
2327
2328 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2329             Jean-Marc Saffroy  <saffroy@gmail.com>
2330
2331         PR 11804
2332         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2333         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2334         * gcore.c (gcore_create_callback): New function comment.  Add modified
2335         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2336         according to MODIFIED.
2337         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2338         the passed modified value to FUNC.
2339         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2340         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2341         first.  New variables modified and has_anonymous.  Parse the lines of
2342         smaps file.  Add the passed MODIFIED value to FUNC.
2343         * procfs.c (find_memory_regions_callback): Add the passed modified
2344         value.
2345
2346 2012-08-06  Tom Tromey  <tromey@redhat.com>
2347
2348         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2349         (dwarf2_frame_cache): Use it.
2350         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2351         cache initialization constraint.
2352
2353 2012-08-06  Tom Tromey  <tromey@redhat.com>
2354
2355         PR python/14386:
2356         * varobj.c (update_dynamic_varobj_children): Don't call
2357         PyIter_Check.
2358
2359 2012-08-06  Tom Tromey  <tromey@redhat.com>
2360
2361         PR cli/14392:
2362         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2363
2364 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2365
2366         * NEWS: New entry for 'cd' default parameters.
2367         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2368
2369 2012-08-03  Tom Tromey  <tromey@redhat.com>
2370
2371         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2372         return.
2373
2374 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2375
2376         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2377         to attempting lseek/write.
2378         (inf_child_fileio_pread): Likewise for pread.
2379
2380 2012-08-02  Yao Qi  <yao@codesourcery.com>
2381
2382         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2383         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2384         add_setshow_zinteger_cmd.
2385         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2386         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2387         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2388         instead of add_setshow_zinteger_cmd.
2389         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2390         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2391         instead of add_setshow_zinteger_cmd.
2392         * frame.c (frame_debug): Add 'unsigned'.
2393         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2394         add_setshow_zinteger_cmd.
2395         * frame.h: Update the declaration of 'frame_debug'.
2396         * gdbtypes.c (overload_debug): Add 'unsigned'.
2397         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2398         add_setshow_zinteger_cmd.
2399         * inferior.h: Update declaration of 'debug_infrun'.
2400         * infrun.c (debug_infrun): Add 'unsigned'.
2401         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2402         add_setshow_zinteger_cmd.
2403         * jit.c (jit_debug): Add 'unsigned'.
2404         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2405         add_setshow_zinteger_cmd.
2406         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2407         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2408         instead of add_setshow_zinteger_cmd.
2409         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2410         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2411         add_setshow_zinteger_cmd.
2412         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2413         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2414         instead of add_setshow_zinteger_cmd.
2415         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2416         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2417         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2418         intead of add_setshow_zinteger_cmd.
2419         * mips-tdep.c (mips_debug): Add 'unsigned'.
2420         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2421         instead of add_setshow_zinteger_cmd.
2422         * monitor.c (monitor_debug): Add 'unsigned'.
2423         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2424         add_setshow_zinteger_cmd.
2425         * observer.c (observer_debug): Add 'unsigned'.
2426         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2427         add_setshow_zinteger_cmd.
2428         * parse.c (expressiondebug): Add 'unsigned'.
2429         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2430         add_setshow_zinteger_cmd.
2431         * record.c (record_debug): Add 'unsigned'.
2432         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2433         add_setshow_zinteger_cmd.
2434         * record.h: Update the declaration of 'record_debug'.
2435         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2436         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2437         add_setshow_zinteger_cmd.
2438         * serial.c (global_serial_debug_p): Add 'unsigned'.
2439         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2440         add_setshow_zinteger_cmd.
2441         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2442         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2443         add_setshow_zinteger_cmd.
2444         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2445         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2446         add_setshow_zinteger_cmd.
2447         * target.c (targetdebug): Add 'unsigned'.
2448         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2449         add_setshow_zinteger_cmd.
2450         * valops.c (overload_debug): Add 'unsigned'.
2451         * varobj.c (varobjdebug): Add 'unsigned'.
2452         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2453         add_setshow_zinteger_cmd.
2454         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2455         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2456         instead of add_setshow_zinteger_cmd.
2457
2458         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2459         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2460         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2461         instead of add_setshow_zinteger_cmd.
2462         * gdbarch.c, gdbarch.h: Re-generated.
2463
2464 2012-08-02  Yao Qi  <yao@codesourcery.com>
2465
2466         * nto-tdep.c: Don't include cli/cli-decode.h and
2467         cli/cli-cmds.h.
2468         (_initialize_nto_tdep): Remove.
2469         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2470         Remove field.
2471         Remove macro nto_internal_debugging.
2472
2473 2012-08-01  Richard Henderson  <rth@redhat.com>
2474
2475         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2476         (mep-*-*) [gdb_target_obs]: Likewise.
2477
2478 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2479
2480         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2481         linux_get_siginfo_type.
2482
2483 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2484
2485         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2486         AT_ENTRY_POINT.
2487         (call_function_by_hand) <ON_STACK>: Call write_memory with
2488         gdbarch_breakpoint_from_pc, if possible.
2489         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2490         here.
2491
2492 2012-07-31  Yao Qi  <yao@codesourcery.com>
2493
2494         * tracepoint.c: Add 'static' for some variables.
2495
2496 2012-07-31  Yao Qi  <yao@codesourcery.com>
2497
2498         * go32-nat.c: Declare _initialize_go32_nat.
2499         * ser-go32.c: Declare _initialize_ser_dos.
2500         * top.c (do_chdir_cleanup): Add 'static'.
2501
2502 2012-07-30  Keith Seitz  <keiths@redhat.com>
2503
2504         * linespec.c (linespec_lex_number): A number followed
2505         by quotes is a valid number, too.
2506
2507 2012-07-30  Tom Tromey  <tromey@redhat.com>
2508
2509         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2510
2511 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2512
2513         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2514         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2515
2516 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2517
2518         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2519         invalid or reevaluated to prevent prevent references to possibly
2520         delete'd type objects being left in the varobj.
2521
2522 2012-07-27  Tom Tromey  <tromey@redhat.com>
2523             Jan Kratochvil  <jan.kratochvil@redhat.com>
2524
2525         * copying.awk: Print buffer-read-only and vi ro markers.
2526         * copying.c: Rebuild.
2527         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2528         * gdbarch.c, gdbarch.h: Rebuild.
2529         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2530         buffer-read-only and vi ro markers.
2531         * features/arm-with-iwmmxt.c: Rebuild.
2532         * features/arm-with-m-fpa-layout.c: Rebuild.
2533         * features/arm-with-m-vfp-d16.c: Rebuild.
2534         * features/arm-with-m.c: Rebuild.
2535         * features/arm-with-neon.c: Rebuild.
2536         * features/arm-with-vfpv2.c: Rebuild.
2537         * features/arm-with-vfpv3.c: Rebuild.
2538         * features/i386/amd64-avx-linux.c: Rebuild.
2539         * features/i386/amd64-avx.c: Rebuild.
2540         * features/i386/amd64-linux.c: Rebuild.
2541         * features/i386/amd64.c: Rebuild.
2542         * features/i386/i386-avx-linux.c: Rebuild.
2543         * features/i386/i386-avx.c: Rebuild.
2544         * features/i386/i386-linux.c: Rebuild.
2545         * features/i386/i386-mmx-linux.c: Rebuild.
2546         * features/i386/i386-mmx.c: Rebuild.
2547         * features/i386/i386.c: Rebuild.
2548         * features/i386/x32-avx-linux.c: Rebuild.
2549         * features/i386/x32-avx.c: Rebuild.
2550         * features/i386/x32-linux.c: Rebuild.
2551         * features/i386/x32.c: Rebuild.
2552         * features/mips-dsp-linux.c: Rebuild.
2553         * features/mips-linux.c: Rebuild.
2554         * features/mips64-dsp-linux.c: Rebuild.
2555         * features/mips64-linux.c: Rebuild.
2556         * features/rs6000/powerpc-32.c: Rebuild.
2557         * features/rs6000/powerpc-32l.c: Rebuild.
2558         * features/rs6000/powerpc-403.c: Rebuild.
2559         * features/rs6000/powerpc-403gc.c: Rebuild.
2560         * features/rs6000/powerpc-405.c: Rebuild.
2561         * features/rs6000/powerpc-505.c: Rebuild.
2562         * features/rs6000/powerpc-601.c: Rebuild.
2563         * features/rs6000/powerpc-602.c: Rebuild.
2564         * features/rs6000/powerpc-603.c: Rebuild.
2565         * features/rs6000/powerpc-604.c: Rebuild.
2566         * features/rs6000/powerpc-64.c: Rebuild.
2567         * features/rs6000/powerpc-64l.c: Rebuild.
2568         * features/rs6000/powerpc-7400.c: Rebuild.
2569         * features/rs6000/powerpc-750.c: Rebuild.
2570         * features/rs6000/powerpc-860.c: Rebuild.
2571         * features/rs6000/powerpc-altivec32.c: Rebuild.
2572         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2573         * features/rs6000/powerpc-altivec64.c: Rebuild.
2574         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2575         * features/rs6000/powerpc-cell32l.c: Rebuild.
2576         * features/rs6000/powerpc-cell64l.c: Rebuild.
2577         * features/rs6000/powerpc-e500.c: Rebuild.
2578         * features/rs6000/powerpc-e500l.c: Rebuild.
2579         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2580         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2581         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2582         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2583         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2584         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2585         * features/rs6000/powerpc-vsx32.c: Rebuild.
2586         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2587         * features/rs6000/powerpc-vsx64.c: Rebuild.
2588         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2589         * features/rs6000/rs6000.c: Rebuild.
2590         * features/s390-linux32.c: Rebuild.
2591         * features/s390-linux32v1.c: Rebuild.
2592         * features/s390-linux32v2.c: Rebuild.
2593         * features/s390-linux64.c: Rebuild.
2594         * features/s390-linux64v1.c: Rebuild.
2595         * features/s390-linux64v2.c: Rebuild.
2596         * features/s390x-linux64.c: Rebuild.
2597         * features/s390x-linux64v1.c: Rebuild.
2598         * features/s390x-linux64v2.c: Rebuild.
2599         * features/tic6x-c62x-linux.c: Rebuild.
2600         * features/tic6x-c62x.c: Rebuild.
2601         * features/tic6x-c64x-linux.c: Rebuild.
2602         * features/tic6x-c64x.c: Rebuild.
2603         * features/tic6x-c64xp-linux.c: Rebuild.
2604         * features/tic6x-c64xp.c: Rebuild.
2605
2606 2012-07-27  Tom Tromey  <tromey@redhat.com>
2607
2608         * c-exp.y (classify_name): Avoid assignment in condition.
2609
2610 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2611
2612         * amd64-windows-tdep.c: Include "frame.h".
2613         (amd64_windows_skip_trampoline_code): New function.
2614         (amd64_windows_init_abi): Add trampoline registration.
2615
2616 2012-07-27  Yao Qi  <yao@codesourcery.com>
2617
2618         * tracepoint.c (cur_traceframe_number): Remove.
2619         (set_tfile_traceframe): Remove.
2620         (tfile_trace_find, tfile_fetch_registers): Update callers.
2621         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2622         (tfile_open, tfile_trace_find): Likewise.
2623
2624 2012-07-27  Yao Qi  <yao@codesourcery.com>
2625
2626         * thread.c (switch_to_thread): Don't call registers_changed.
2627
2628 2012-07-26  Tom Tromey  <tromey@redhat.com>
2629
2630         * Makefile.in (SFILES): Remove objc-exp.y.
2631         (YYFILES): Remove objc-exp.c.
2632         (YYOBJ): Remove objc-exp.o.
2633         (local-maintainer-clean): Don't mention objc-exp.c.
2634         * c-exp.y: Include objc-lang.h.
2635         (%union) <class>: New field.
2636         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2637         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2638         Objective C productions.
2639         (msglist, msgarglist, msgarg): New productions.
2640         (array_mod, func_mod, operator): Clone productions for
2641         OBJC_LBRAC.
2642         (parse_string_or_char): Handle '@' strings.
2643         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2644         (classify_name): Check la_name_of_this.  Recognize ObjC class
2645         names.
2646         * objc-exp.y: Remove.
2647         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2648         * objc-lang.h (objc_parse, objc_error): Don't declare.
2649
2650 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2651
2652         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2653
2654 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2655
2656         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2657         and decrement.
2658
2659 2012-07-26  Tom Tromey  <tromey@redhat.com>
2660
2661         * copying.c: Rebuild.
2662         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2663         'no_class'.
2664
2665 2012-07-26  Tom Tromey  <tromey@redhat.com>
2666
2667         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2668         immediate_quit.
2669         (print_objfile_statistics): Likewise.
2670         (maintenance_print_symbols): Likewise.
2671         (maintenance_print_msymbols): Likewise.
2672         (maintenance_print_objfiles): Likewise.
2673         * psymtab.c (print_partial_symbols): Call QUIT.
2674         (maintenance_print_psymbols): Likewise.  Don't modify
2675         immediate_quit.
2676         * copying.c (show_copying_command): Don't modify immediate_quit.
2677         (show_warranty_command): Likewise.
2678         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2679
2680 2012-07-26  Keith Seitz  <keiths@redhat.com>
2681
2682         * linespec.c (linespec_lexer_lex_number): The input
2683         is also a valid number if the next character is a comma
2684         or colon.
2685
2686 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
2687
2688         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2689         configure options.
2690
2691 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2692
2693         * machoread.c: Include gdb_bfd.h.
2694
2695 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2696
2697         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2698         offset.
2699
2700 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2701
2702         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2703         SIZE to size_t.
2704         (dwarf2_evaluate_loc_desc): Likewise.
2705         (dwarf2_loc_desc_needs_frame): Likewise.
2706         (locexpr_describe_location_1): Likewise.
2707         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2708         size_t.
2709         (struct dwarf2_loclist_baton): Likewise.
2710         * dwarf2read.c (struct dwarf_block): Likewise.
2711         (dump_die_shallow): Use pulongest to print dwarf_block.size.
2712         (decode_locdesc): Expand SIZE and I to size_t.
2713
2714 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2715
2716         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2717
2718 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2719
2720         * doublest.c (convert_doublest_to_floatformat): If the exponent
2721         is too small, treat the value as zero.  If the exponent is too
2722         large, treat the value as infinity.
2723
2724 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2725
2726         * configure.ac: Add --enable-lmcheck configure option.
2727         * configure: Regenerate.
2728
2729 2012-07-25  Tom Tromey  <tromey@redhat.com>
2730
2731         * NEWS: Mention maint info bfds.
2732         * gdb_bfd.c (all_bfds): New global.
2733         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2734         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2735         New functions.
2736
2737 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
2738
2739         * configure.tgt: Add v850*-*-rtems*.
2740
2741 2012-07-25  Tom Tromey  <tromey@redhat.com>
2742
2743         * macrotab.c (macro_bcache_str): Remove cast.
2744
2745 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
2746
2747         * linespec.c (linespec_lexer_lex_number): Update comments,
2748         change the return and add check to make sure the input is
2749         the decimal numbers.
2750         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2751         false, call linespec_lexer_lex_string.
2752
2753 2012-07-24  Tom Tromey  <tromey@redhat.com>
2754
2755         * symfile.c (symbol_file_add): Don't open BFD twice.
2756
2757 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
2758
2759         * breakpoint.c (create_breakpoint): Store condition for pending
2760         breakpoints.
2761
2762 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2763
2764         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2765         (m68k_return_value): Handle complex types like structures.
2766         (m68k_svr4_return_value): Likewise.
2767
2768 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2769
2770         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2771         parameters to bfd_get_section_name.
2772
2773 2012-07-24  Yao Qi  <yao@codesourcery.com>
2774
2775         * cli/cli-setshow.c: Handle case 'var_uinteger'
2776         and 'var_zuninteger' together.  Handle case 'var_integer' and
2777         'var_zinteger' together.
2778
2779 2012-07-23  Keith Seitz  <keiths@redhat.com>
2780
2781         * linespec.c (convert_linespec_to_sal): Don't add
2782         any symbols to the result vector if symbol_to_sal
2783         returns zero.
2784
2785 2012-07-23  Keith Seitz  <keiths@redhat.com>
2786
2787         * linespec.c (decode_objc): Record the function name
2788         in the linespec.
2789
2790 2012-07-23  Tom Tromey  <tromey@redhat.com>
2791
2792         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
2793         counting.
2794         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2795         (map_vmap): Acquire a reference to the BFD.
2796
2797 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
2798
2799         * p-valprint.c (pascal_object_print_value): Replace potentially
2800         unsafe alloca with xmalloc/xfree.
2801         * valops.c (search_struct_method): Likewise.
2802
2803 2012-07-23  Tom Tromey  <tromey@redhat.com>
2804
2805         * solib-svr4.c (enable_break): Update.
2806         * bfd-target.h (target_bfd_reopen): Update documentation.
2807
2808 2012-07-23  Tom Tromey  <tromey@redhat.com>
2809
2810         * symfile.c (separate_debug_file_exists): Update.
2811         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2812         (reread_symbols): Update.
2813         * elfread.c (build_id_verify): Update.
2814         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2815         bfd_open_maybe_remote.
2816
2817 2012-07-23  Tom Tromey  <tromey@redhat.com>
2818
2819         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2820
2821 2012-07-23  Tom Tromey  <tromey@redhat.com>
2822
2823         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2824         and 'abfd'.
2825         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2826         and 'abfd'.
2827         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2828         * machoread.c (macho_add_oso_symfile): Make a cleanup for
2829         'abfd'.
2830         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2831         * objfiles.c (allocate_objfile): Acquire a new reference.
2832         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2833         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2834         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2835         a cleanup for 'nbfd'.
2836         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2837         for 'nbfd'.
2838         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2839         make a cleanup for 'abfd'.
2840         (symbol_file_add): Make a BFD cleanup.
2841
2842 2012-07-23  Tom Tromey  <tromey@redhat.com>
2843
2844         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2845         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2846         * corelow.c (core_open): Use gdb_bfd_fopen.
2847         * dsrec.c (load_srec): Use gdb_bfd_openr.
2848         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2849         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2850         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2851         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2852         (gdb_bfd_fdopenr): New functions.
2853         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2854         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2855         (gdb_bfd_fdopenr): Declare.
2856         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2857         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2858         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2859         gdb_bfd_openr_next_archived_file.
2860         (macho_check_dsym): Use gdb_bfd_openr.
2861         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2862         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2863         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2864         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2865         gdb_bfd_openr.
2866         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2867         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2868         gdb_bfd_openr_next_archived_file.
2869         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2870         Use gdb_bfd_openr.
2871         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2872         gdb_bfd_openr.
2873         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2874         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2875         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2876         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2877         (symfile_bfd_open): Use gdb_bfd_fopen.
2878         (generic_load): Use gdb_bfd_openr.
2879         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2880
2881 2012-07-23  Tom Tromey  <tromey@redhat.com>
2882
2883         * bfd-target.c (target_bfd_reopen): Update.
2884         * cli/cli-dump.c (bfd_openr_with_cleanup)
2885         (bfd_openw_with_cleanup): Update.
2886         * corelow.c (core_open): Update.
2887         * dsrec.c (load_srec): Update.
2888         * exec.c (exec_file_attach): Update.
2889         * gcore.c (create_gcore_bfd): Update.
2890         * gdb_bfd.c (gdb_bfd_ref): Return void.
2891         (gdb_bfd_open): Update.
2892         * gdb_bfd.h (gdb_bfd_ref): Return void.
2893         Update comments.
2894         * jit.c (jit_bfd_try_read_symtab): Update.
2895         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2896         * machoread.c (macho_symfile_read_all_oso): Update.
2897         (macho_check_dsym): Update.
2898         * procfs.c (insert_dbx_link_bpt_in_file): Update.
2899         * remote-m32r-sdi.c (m32r_load): Update.
2900         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2901         * rs6000-nat.c (add_vmap): Update.
2902         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2903         Update.
2904         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2905         * solib-spu.c (spu_bfd_open): Update.
2906         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2907         * spu-linux-nat.c (spu_bfd_open): Update.
2908         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2909         (generic_load): Update.
2910         * windows-nat.c (windows_make_so): Update.
2911
2912 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2913
2914         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2915
2916 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
2917
2918         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2919         SIGTRAMP_FRAME unwinding.
2920
2921 2012-07-20  Doug Evans  <dje@google.com>
2922
2923         * NEWS: Document new options "set/show use-deprecated-index-sections",
2924         and delete reference to --use-deprecated-index-sections.
2925         * symfile.h (use_deprecated_index_sections): Delete.
2926         * dwarf2read.c (use_deprecated_index_sections): Make static.
2927         (read_index_from_section): Update wording of how to load
2928         deprecated index sections.
2929         (_initialize_dwarf2_read): New options
2930         "set/show use-deprecated-index-sections".
2931         * main.c (captured_main): Delete --use-deprecated-index-sections.
2932
2933 2012-07-20  Pedro Alves  <palves@redhat.com>
2934
2935         PR threads/11692
2936         PR gdb/12203
2937
2938         * infrun.c (handle_inferior_event) <new thread>: Don't special
2939         case minus_one_ptid.
2940         <TARGET_WAITKIND_SPURIOUS>: Ditto.
2941         * linux-thread-db.c (thread_get_info_callback): Don't return early
2942         if the thread is zombie.
2943         (thread_from_lwp): Change return type to void.  Rewrite stale
2944         comment.
2945         (attach_thread): Don't return early if the thread is zombie,
2946         instead set its "dying" flag.
2947         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2948         (find_new_threads_callback): Don't return early if the thread is
2949         zombie.
2950
2951 2012-07-20  Pedro Alves  <palves@redhat.com>
2952
2953         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2954         * target.c (target_wait): Likewise.
2955         (str_comma_list_concat_elem, do_option, target_options_to_string):
2956         New functions.
2957         * target.h (target_options_to_string): Declare.
2958
2959 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
2960             Tom Tromey  <tromey@redhat.com>
2961
2962         * dwarf2read.c (dwarf_decode_macros)
2963         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2964         DW_MACRO_GNU_transparent_include_alt>: New cases.
2965         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2966         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2967
2968 2012-07-20  Tom Tromey  <tromey@redhat.com>
2969
2970         * dwarf2read.c (try_open_dwo_file): Don't call
2971         gdb_bfd_stash_filename.
2972
2973 2012-07-20  Pedro Alves  <palves@redhat.com>
2974
2975         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2976         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2977         (i386_process_record): Tweak description comments.
2978
2979 2012-07-20  Pedro Alves  <palves@redhat.com>
2980
2981         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2982         (i386_process_record): Use record_read_memory.
2983         * record.c (record_read_memory): New function.
2984         (record_arch_list_add_mem, record_exec_insn): Use
2985         record_read_memory.
2986         * record.h (record_read_memory): Declare.
2987
2988 2012-07-20  Yao Qi  <yao@codesourcery.com>
2989
2990         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2991         NULL for xfree.
2992
2993 2012-07-19  Pedro Alves  <palves@redhat.com>
2994
2995         * record.c (record_resume): Ask the target beneath to report all
2996         signals.
2997
2998 2012-07-19  Doug Evans  <dje@google.com>
2999
3000         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3001         there's no section at address zero.
3002         (dwarf2_record_block_ranges): Ditto.
3003
3004 2012-07-19  Yao Qi  <yao@codesourcery.com>
3005
3006         * command.h, remote.c: Fix a typo in comment.
3007
3008 2012-07-19  Tom Tromey  <tromey@redhat.com>
3009
3010         PR exp/13206:
3011         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3012         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3013         OP_DECLTYPE>: New cases.
3014         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3015         (type_exp): Add new productions.
3016         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3017         and decltype.
3018         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3019         New case.
3020         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3021         OP_DECLTYPE>: New case.
3022         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3023         New case.
3024         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3025         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3026
3027 2012-07-19  Tom Tromey  <tromey@redhat.com>
3028
3029         * c-exp.y (enum token_flags): New.
3030         (struct token) <cxx_only>: Remove.
3031         <flags>: New field.
3032         (tokentab3, tokentab2, ident_tokens): Update.
3033         (lex_one_token): Update.  Handle FLAG_SHADOW.
3034
3035 2012-07-19  Tom Tromey  <tromey@redhat.com>
3036
3037         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3038         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3039         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3040         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3041         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3042         type_exp production where appropriate.
3043         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3044         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3045         <UNOP_MEMVAL_TYPE>: New case.
3046         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3047         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3048         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3049         <UNOP_MEMVAL_TYPE>: New case.
3050         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3051         UNOP_REINTERPRET_CAST>: Update.
3052         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3053         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3054         UNOP_REINTERPRET_CAST>: Update.
3055         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3056         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3057         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3058         constants.
3059
3060 2012-07-19  Yao Qi  <yao@codesourcery.com>
3061             Jan Kratochvil <jan.kratochvil@redhat.com>
3062
3063         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3064         and case 'var_optional_filename' together.
3065         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3066         instead of add_setshow_optional_filename_cmd for setshow command
3067         'args'.  Set completer for 'set args'.
3068
3069 2012-07-18  Doug Evans  <dje@google.com>
3070
3071         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3072         * common/gdb_vecs.c: New file, contents from utils.c.
3073         * common/host-defs.h: New file, contents from defs.h.
3074         * utils.h: New file, contents from defs.h.
3075         * defs.h: Move all declarations of objects defined in utils.c
3076         to utils.h (except QUIT() and related).
3077         #include "utils.h", "host-defs.h".
3078         * probe.h (probe_p): Move here from gdb_vecs.h.
3079         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3080         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3081         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3082         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3083         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3084         (COMMON_OBS): Add gdb_vecs.o.
3085         (gdb_vecs.o): New rule.
3086
3087 2012-07-18  Keith Seitz  <keiths@redhat.com>
3088
3089         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3090         parameter.  If non-zero, use SYMNAME as the canonical name
3091         for the SaL.
3092         Update all callers.
3093         (convert_linespec_to_sals): Use add_sal_to_sals for
3094         expressions, too.
3095         (decode_line_full): No need to "fill in missing canonical names"
3096         anymore. Simply make cleanups for the allocated names.
3097
3098 2012-07-18  Keith Seitz  <keiths@redhat.com>
3099
3100         * linespec.c (struct linespec): Constify expression,
3101         source_filename, function_name, and label_name.
3102         (symbol_not_found_error): Make all parameters const.
3103         (linespec_parser_delete): No need to check for NULL
3104         when using xfree. Cast const char * to char * for xfree.
3105
3106 2012-07-18  Keith Seitz  <keiths@redhat.com>
3107
3108         * breakpoint.c (invalid_thread_id_error): New function.
3109         (find_condition_and_thread): Use invalid_thread_id_error.
3110         (watch_command_1): Likewise.
3111
3112 2012-07-18  Tom Tromey  <tromey@redhat.com>
3113
3114         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3115         * contrib/cc-with-tweaks.sh: New file.
3116
3117 2012-07-18  Tom Tromey  <tromey@redhat.com>
3118
3119         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3120         (locate_dwz_sections): Recognize .gdb_index.
3121         (create_cus_from_index_list): New function.
3122         (create_cus_from_index): Use it.  Handle .dwz data.
3123         (read_index_from_section): New function, extracted from
3124         dwarf2_read_index.
3125         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3126         if needed.
3127
3128 2012-07-18  Tom Tromey  <tromey@redhat.com>
3129
3130         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3131         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3132         <is_dwz>: New field.
3133         (struct dwz_file): New.
3134         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3135         (locate_dwz_sections, dwarf2_get_dwz_file)
3136         (get_abbrev_section_for_cu): New functions.
3137         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3138         (read_and_check_type_unit_head): Add abbrev_section argument.
3139         (create_debug_types_hash_table): Update.
3140         (init_cutu_and_read_dies): Use proper abbrev section.
3141         (init_cutu_and_read_dies_no_follow): Likewise.
3142         (set_partial_user): Do nothing if PST==NULL.
3143         (read_comp_units_from_section): New function.
3144         (create_all_comp_units): Use it.
3145         (scan_partial_symbols, partial_die_parent_scope): Update.
3146         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3147         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3148         (find_partial_die): Add offset_in_dwz argument.  Update.
3149         (guess_partial_die_structure_name, fixup_partial_die): Update.
3150         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3151         DW_FORM_GNU_strp_alt.
3152         (read_indirect_string_from_dwz): New function.
3153         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3154         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3155         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3156         (follow_die_offset): Add offset_in_dwz argument.
3157         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3158         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3159         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3160         Handle new macro forms.
3161         (dwarf_decode_macros): Update.
3162         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3163         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3164         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3165         (create_debug_types_hash_table): Use correct abbrev section.
3166         (get_debug_line_section): New function.
3167         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3168         (process_full_comp_unit): Pass 'required' argument to
3169         end_symtab_get_static_block.
3170         * buildsym.h (end_symtab_get_static_block): Update.
3171         * buildsym.c (end_symtab_get_static_block): Add 'required'
3172         argument.
3173         (end_symtab, end_expandable_symtab): Update.
3174
3175 2012-07-18  Tom Tromey  <tromey@redhat.com>
3176
3177         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3178         (pagesize): Remove.
3179         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3180         (zlib_decompress_section): Remove.
3181         (dwarf2_read_section): Use gdb_bfd_map_section.
3182         (munmap_section_buffer): Remove.
3183         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3184         munmap_section_buffer.
3185         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3186         (struct gdb_bfd_section_data): New.
3187         (free_one_bfd_section): New function.
3188         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3189         (get_section_descriptor, zlib_decompress_section)
3190         (gdb_bfd_map_section): New functions.
3191         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3192
3193 2012-07-18  Tom Tromey  <tromey@redhat.com>
3194
3195         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3196
3197 2012-07-18  Tom Tromey  <tromey@redhat.com>
3198
3199         * gdb_bfd.c (struct gdb_bfd_data): New.
3200         (gdb_bfd_cache): New global.
3201         (struct gdb_bfd_cache_search): New.
3202         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3203         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3204         * gdb_bfd.h (gdb_bfd_open): Declare.
3205
3206 2012-07-18  Tom Tromey  <tromey@redhat.com>
3207
3208         * utils.c (make_cleanup_bfd_unref): Rename from
3209         make_cleanup_bfd_close.
3210         * defs.h (make_cleanup_bfd_unref): Rename from
3211         make_cleanup_bfd_close.
3212         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3213         (bfd_openw_with_cleanup): Update.
3214         * corelow.c (core_open): Update.
3215         * dsrec.c (load_srec): Update.
3216         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3217         * remote-m32r-sdi.c (m32r_load): Update.
3218         * remote-mips.c (mips_load_srec): Update.
3219         (pmon_load_fast): Update.
3220         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3221         Update.
3222         (darwin_bfd_open): Update.
3223         * solib.c (solib_bfd_fopen): Update.
3224         * symfile-mem.c (symbol_file_add_from_memory): Update.
3225         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3226         (symfile_bfd_open): Update.
3227         (generic_load): Update.
3228
3229 2012-07-18  Tom Tromey  <tromey@redhat.com>
3230
3231         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3232         (pmon_load_fast): Likewise.
3233         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3234         (m32r_upload_command): Likewise.
3235         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3236         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3237         Use make_cleanup_bfd_close.
3238
3239 2012-07-18  Tom Tromey  <tromey@redhat.com>
3240
3241         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3242         gdb_bfd_stash_filename.
3243         (load_command): Open the new BFD before freeing the old.
3244         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3245         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3246         Call gdb_bfd_stash_filename.
3247         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3248         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3249         gdb_bfd_stash_filename.
3250         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3251         Free found_pathname.
3252         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3253         gdb_bfd_stash_filename.
3254         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3255         * machoread.c (macho_add_oso_symfile): Call
3256         gdb_bfd_stash_filename.
3257         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3258         gdb_bfd_stash_filename.
3259         (macho_check_dsym): Don't copy filename.  Call
3260         gdb_bfd_stash_filename.
3261         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3262         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3263         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3264         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3265         * exec.c (exec_close): Don't free the BFD's filename.
3266         (exec_file_attach): Don't copy the filename.  Call
3267         gdb_bfd_stash_filename.
3268         * corelow.c (core_close): Don't free the BFD's filename.
3269         (core_open): Call gdb_bfd_stash_filename.
3270         * corefile.c (reopen_exec_file): Remove #if 0 code.
3271         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3272         pathname.
3273         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3274
3275 2012-07-18  Tom Tromey  <tromey@redhat.com>
3276
3277         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3278         gdb_bfd_unref.
3279         (free_dwo_file): Use gdb_bfd_unref.
3280         * cli/cli-dump.c: Include gdb_bfd.h.
3281         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3282         (bfd_openr_with_cleanup): Likewise.
3283         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3284         gdb_bfd_unref.
3285         * utils.c: Include gdb_bfd.h.
3286         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3287         * symfile.c: Include gdb_bfd.h.
3288         (separate_debug_file_exists): Use gdb_bfd_unref.
3289         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3290         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3291         (generic_load): Use gdb_bfd_ref.
3292         (reread_symbols): Use gdb_bfd_unref.
3293         * symfile-mem.c: Include gdb_bfd.h.
3294         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3295         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3296         * solib.c: Include gdb_bfd.h.
3297         (solib_bfd_fopen): Use gdb_bfd_ref.
3298         (solib_bfd_open): Use gdb_bfd_unref.
3299         (free_so_symbols): Use gdb_bfd_unref.
3300         (reload_shared_libraries_1): Use gdb_bfd_unref.
3301         * solib-spu.c: Include gdb_bfd.h.
3302         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3303         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3304         gdb_bfd_unref.
3305         * solib-frv.c: Include gdb_bfd.h.
3306         (enable_break2): Use gdb_bfd_unref.
3307         * solib-dsbt.c: Include gdb_bfd.h.
3308         (enable_break2): Use gdb_bfd_unref.
3309         * solib-darwin.c: Include gdb_bfd.h.
3310         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3311         gdb_bfd_unref.
3312         (darwin_bfd_open): Use gdb_bfd_unref.
3313         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3314         * remote-mips.c: Include gdb_bfd.h.
3315         (mips_load_srec): Use gdb_bfd_ref.
3316         (pmon_load_fast): Use gdb_bfd_ref.
3317         * remote-m32r-sdi.c: Include gdb_bfd.h.
3318         (m32r_load): Use gdb_bfd_ref.
3319         * record.c: Include gdb_bfd.h.
3320         (record_save_cleanups): Use gdb_bfd_unref.
3321         (cmd_record_save): Use gdb_bfd_unref.
3322         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3323         gdb_bfd_unref.
3324         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3325         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3326         * objfiles.c: Include gdb_bfd.h.
3327         (free_objfile): Use gdb_bfd_unref.
3328         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3329         gdb_bfd.c.
3330         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3331         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3332         (macho_check_dsym): Likewise.
3333         * m32r-rom.c: Include gdb_bfd.h.
3334         (m32r_load): Use gdb_bfd_ref.
3335         (m32r_upload_command): Use gdb_bfd_ref.
3336         * jit.c: Include gdb_bfd.h.
3337         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3338         * gdb_bfd.h: New file.
3339         * gdb_bfd.c: New file.
3340         * gcore.c: Include gdb_bfd.h.
3341         (create_gcore_bfd): Use gdb_bfd_ref.
3342         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3343         (gcore_command): Use gdb_bfd_unref.
3344         * exec.c: Include gdb_bfd.h.
3345         (exec_close): Use gdb_bfd_unref.
3346         (exec_close_1): Use gdb_bfd_unref.
3347         (exec_file_attach): Use gdb_bfd_ref.
3348         * elfread.c: Include gdb_bfd.h.
3349         (build_id_verify): Use gdb_bfd_unref.
3350         * dsrec.c: Include gdb_bfd.h.
3351         (load_srec): Use gdb_bfd_ref.
3352         * corelow.c: Include gdb_bfd.h.
3353         (core_close): Use gdb_bfd_unref.
3354         (core_open): Use gdb_bfd_ref.
3355         * bfd-target.c: Include gdb_bfd.h.
3356         (target_bfd_xclose): Use gdb_bfd_unref.
3357         (target_bfd_reopen): Use gdb_bfd_ref.
3358         * Makefile.in (SFILES): Add gdb_bfd.c.
3359         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3360         (COMMON_OBS): Add gdb_bfd.o.
3361
3362 2012-07-18  Keith Seitz  <keiths@redhat.com>
3363
3364         * breakpoint.c (find_condition_and_thread): Initialize
3365         TASK and REST.
3366         (create_breakpiont): find_condition_and_thread will now
3367         initialize COND_STRING, THREAD, and REST (and TASK).
3368         (addr_string_to_sals): Likewise.
3369
3370 2012-07-18  Pedro Alves  <palves@redhat.com>
3371
3372         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3373         Pull the single step breakpoints out of the target.
3374
3375 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3376
3377         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3378         * stap-probe.c (compile_probe_arg): Likewise.
3379
3380 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3381
3382         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3383         (elf_compile_to_ax): Likewise.
3384         * infrun.c (insert_exception_resume_from_probe): Likewise.
3385         (check_exception_resume): Remove `objfile' variable.
3386         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3387         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3388         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3389         (compare_entries): Rename to...
3390         (compare_probes): ...this.  Adjust function to work with
3391         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3392         respectively.
3393         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3394         `VEC (probe_p) *'.
3395         (print_ui_out_info): Adjust argument to be `struct probe *'.
3396         (info_probes_for_ops): Adjust internal computations to use
3397         `VEC (probe_p) *'.
3398         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3399         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3400         gen_info_probes_table_values>: Remove `objfile' argument.
3401         (struct probe) <objfile>: New field.
3402         (find_probe_by_pc): Remove `objfile' argument.
3403         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3404         (stap_get_probe_argument_count): Likewise.
3405         (stap_get_arg): Likewise.
3406         (stap_evaluate_probe_argument): Likewise.
3407         (stap_compile_to_ax): Likewise.
3408         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3409         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3410         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3411         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3412         sym_compile_to_ax>: Likewise.
3413
3414 2012-07-18  Terry Guo  <terry.guo@arm.com>
3415
3416         PR 14329
3417         * defs.h (GDB_MI_MSG_WIDTH): New.
3418         * ser_base (ser_base_read_error_fd): New function.
3419         (do_ser_base_readchar): Poll error file descriptor as well as
3420         standard output.
3421         (generic_readchar): Refactor error handling.
3422
3423 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3424
3425         * NEWS: Create a new section for the next release branch.
3426         Rename the section of the current branch, now that it has
3427         been cut.
3428
3429 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3430
3431         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3432         * version.in: Bump version to 7.5.50.20120718-cvs.
3433
3434 2012-07-17  Keith Seitz  <keiths@redhat.com>
3435
3436         * linespec.c (linespec_parse_line_offset): Make parameter
3437         const.
3438
3439 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3440
3441         PR 11914
3442         * f-valprint.c (info_common_command): New variable frame_id.
3443         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3444         * printcmd.c (print_variable_and_value): Extend function comment.
3445         Add comment for invalidated FRAME.
3446         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3447         FI form FRAME_ID after each print_frame_local_vars.
3448         (struct print_variable_and_value_data): Change frame to frame_id.
3449         (do_print_variable_and_value): New variable frame, initialize it from
3450         p->frame_id.  Add comment for invalidated FRAME.
3451         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3452         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3453         for invalidated FRAME.
3454
3455 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3456             Pedro Alves  <palves@redhat.com>
3457
3458         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3459         loop.
3460
3461 2012-07-16  Tom Tromey  <tromey@redhat.com>
3462
3463         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3464
3465 2012-07-15  Doug Evans  <dje@google.com>
3466
3467         * dwarf2read.c (stmt_list_hash): New struct.
3468         (type_unit_group): Embed "per_cu" member, remove pointer.
3469         New union member "t", move member "tus" into it, all uses updated.
3470         New member "hash", replaces member "line_offset, all uses updated.
3471         (quick_file_names): Replace member "offset" with "hash", all uses
3472         updated.
3473         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3474         (hash_file_name_entry, eq_file_name_entry): Call them.
3475         (hash_type_unit_group, eq_type_unit_group): Ditto.
3476         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3477         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3478         (dw2_get_file_names): Update.
3479         (create_type_unit_group): Replace "per_cu" arg with "cu".
3480         All callers updated.  Fix "quick" (.gdb_index) handling.
3481         (get_type_unit_group): Replace "per_cu" arg with "cu".
3482         All callers updated.
3483         (build_type_unit_groups): Don't reset tu_stats.
3484
3485         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3486         "tab_cur_size".  Change member "tab" to be a htab_t.
3487         (create_filename_seen_cache): Update.
3488         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3489         (filename_seen): Update.
3490
3491 2012-07-13  Doug Evans  <dje@google.com>
3492
3493         * symtab.c (filename_seen): Update comment.
3494
3495 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3496             Doug Evans  <dje@google.com>
3497
3498         * buildsym.c (end_symtab_1): Split it to ...
3499         (end_symtab_get_static_block): ... this ...
3500         (end_symtab_from_static_block): ... and this function.
3501         (end_symtab, end_expandable_symtab): Call them.
3502         * buildsym.h (end_symtab_get_static_block)
3503         (end_symtab_from_static_block): New declarations.
3504         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3505         Set its valid CU ranges.
3506
3507 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3508
3509         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3510         DW_OP_GNU_parameter_ref.
3511
3512 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3513
3514         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3515         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3516
3517 2012-07-13  Doug Evans  <dje@google.com>
3518
3519         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3520         (filename_seen_cache): New struct.
3521         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3522         (create_filename_seen_cache): New function.
3523         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3524         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3525         updated.
3526         (output_source_filename_data): New struct.
3527         (output_source_filename): Delete arg "first".  New arg "data".
3528         All callers updated.
3529         (sources_info): Delete local "first".  New locals "data", "cleanups".
3530         Rewrite to use filename_seen_cache.
3531         (add_partial_filename_data): Delete member "first".  New member
3532         "filename_seen_cache".  All uses updated.
3533         (make_source_files_completion_list): Rewrite to use
3534         filename_seen_cache.
3535
3536 2012-07-12  Doug Evans  <dje@google.com>
3537
3538         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3539
3540 2012-07-10  Doug Evans  <dje@google.com>
3541
3542         PR gdb/13498
3543         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3544         all_type_unit_groups, type_unit_groups, tu_stats.
3545         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3546         All uses updated.  Add type_unit_group to union "s".
3547         (type_unit_group): New struct.
3548         (IS_TYPE_UNIT_GROUP): New macro.
3549         (abbrev_table): Delete unused member "section".
3550         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3551         (dw2_get_cu): Assert not used with type_unit_group.
3552         (dw2_get_primary_cu): New function.
3553         (dw2_build_type_unit_groups_reader): New function.
3554         (dw2_build_type_unit_groups): New function.
3555         (dw2_get_file_names): Assert not called on type units.
3556         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3557         Redo loop to iterate over type unit groups instead of type units.
3558         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3559         (read_abbrev_offset): New function.
3560         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3561         updated.
3562         (create_partial_symtab): New function.
3563         (process_psymtab_comp_unit_reader): Assert not used with type units.
3564         Call create_partial_symtab.
3565         (process_psymtab_type_unit): Delete.
3566         (hash_type_unit_group, eq_type_unit_group): New functions.
3567         (allocate_type_unit_groups_table): New function.
3568         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3569         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3570         (create_type_unit_group, get_type_unit_group): New functions.
3571         (tu_abbrev_offset): New struct.
3572         (sort_tu_by_abbrev_offset): New function.
3573         (add_type_unit_group_to_table): New function.
3574         (build_type_unit_groups): New function.
3575         (build_type_psymtabs_reader): New function.
3576         (build_type_psymtab_dependencies): New function.
3577         (build_type_psymtabs): Rewrite.
3578         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3579         is seen in a type unit.
3580         (process_queue): Move symtab expansion debugging printfs here.
3581         Call process_full_type_unit for type units.
3582         (compute_symtab_includes): Assert not called for type units.
3583         (process_cu_includes): Don't call compute_symtab_includes for
3584         type units.
3585         (process_full_type_unit): New function.
3586         (process_imported_unit_die): Flag an error if called for type units.
3587         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3588         updated.  Assert not called for type units.
3589         (read_file_scope): Call dwarf2_start_symtab.
3590         (setup_type_unit_groups): New function.
3591         (read_type_unit_scope): Rewrite.
3592         (abbrev_table_read_table): Initialize abbrev_table->offset.
3593         (abbrev_table_free_cleanup): New function.
3594         (dwarf2_start_symtab): New function.
3595         (load_full_type_unit): Assert not called for type unit groups.
3596         * buildsym.c (finish_block_internal): New arg "expandable".
3597         All callers updated.
3598         (start_symtab): Move most contents to ...
3599         (restart_symtab): ... here.  New function.
3600         (reset_symtab_globals): New function.
3601         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3602         Call reset_symtab_globals.
3603         (end_symtab, end_expandable_symtab): New functions.
3604         (set_missing_symtab, augment_type_symtab): New functions.
3605         * buildsym.h (end_expandable_symtab): Declare.
3606         (augment_type_symtab, restart_symtab): Declare.
3607         * psympriv.h (struct partial_symtab): New member "anonymous".
3608         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3609         anonymous psymtabs.
3610         (read_psymtabs_with_filename): Ditto.
3611         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3612         (expand_symtabs_matching_via_partial): Ditto.
3613         (dump_psymtab): Update.
3614         * dictionary.c (dict_add_pending): New function.
3615         * dictionary.h (dict_add_pending): Declare.
3616
3617 2012-07-09  Doug Evans  <dje@google.com>
3618
3619         * buildsym.c (start_subfile): Remove unnecessary check for
3620         name == NULL.
3621
3622         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3623
3624         * dwarf2read.c (load_full_type_unit): Simplify.
3625
3626         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3627         to struct signatured_type **.  All uses updated.
3628
3629         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3630         All callers updated.
3631
3632 2012-07-09  Tom Tromey  <tromey@redhat.com>
3633
3634         * c-exp.y (check_parameter_typelist): New function.
3635         (parameter_typelist): Call it.
3636         * eval.c (make_params): Handle '(void)' case.
3637         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3638         '(void)' case.
3639
3640 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3641
3642         * common/linux-ptrace.c: Include gdb_assert.h.
3643         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3644         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3645         stdint.h.
3646         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3647         functions.
3648         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3649         * linux-nat.c (linux_child_post_attach)
3650         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3651
3652 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3653
3654         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3655         nptl <2.7 bug workaround for core files.
3656
3657 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3658
3659         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3660         clearing.
3661         (save_siginfo): Remove.
3662         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3663         call.
3664         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3665         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3666         * linux-nat.h (struct lwp_info): Remove field siginfo.
3667
3668 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3669
3670         Code cleanup for the next patch.
3671         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3672         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3673         call for it.
3674         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3675         (ia64_linux_stopped_data_address):
3676         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3677         the return value.
3678         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3679         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3680         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3681         call for it.
3682
3683 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3684
3685         PR 14321
3686         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3687         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3688
3689 2012-07-06  Tom Tromey  <tromey@redhat.com>
3690
3691         * c-exp.y (DOTDOTDOT): New token.
3692         (func_mod, exp): Use parameter_typelist.
3693         (parameter_typelist): New production.
3694         (tokentab3): Add "..." token.
3695         * eval.c (make_params): Handle varargs.
3696         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3697         varargs.
3698
3699 2012-07-06  Tom Tromey  <tromey@redhat.com>
3700
3701         PR exp/9608:
3702         * c-exp.y (%union) <tvec>: Change type.
3703         (func_mod): Now uses <tvec> type.
3704         (exp): Update for tvec change.
3705         (direct_abs_decl): Push the typelist.
3706         (func_mod): Return a typelist.
3707         (nonempty_typelist): Update for tvec change.
3708         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3709         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3710         * parse.c (pop_type_list): New function.
3711         (push_typelist): New function.
3712         (follow_types): Handle tp_function_with_arguments.
3713         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
3714         (enum type_pieces) <tp_function_with_arguments>: New constant.
3715         (union type_stack_elt) <typelist_val>: New field.
3716         (push_typelist): Declare.
3717
3718 2012-07-06  Tom Tromey  <tromey@redhat.com>
3719
3720         * c-exp.y (%union) <type_stack>: New field.
3721         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
3722         (ptr_operator_ts): New production.
3723         (ptype): Update.
3724         * parse.c (type_stack_reserve): New function.
3725         (check_type_stack_depth): Use it.
3726         (pop_type_stack, append_type_stack, push_type_stack)
3727         (get_type_stack, type_stack_cleanup): New functions.
3728         (follow_types): Handle tp_type_stack.
3729         (_initialize_parse): Simplify initialization.
3730         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3731         constant.
3732         (union type_stack_elt) <stack_val>: New field.
3733         (get_type_stack, append_type_stack, push_type_stack)
3734         (type_stack_cleanup): Declare.
3735
3736 2012-07-06  Tom Tromey  <tromey@redhat.com>
3737
3738         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3739         Remove.
3740         (struct type_stack): New.
3741         * parse.c (type_stack, type_stack_size, type_stack_depth):
3742         Remove.
3743         (type_stack): New global.
3744         (parse_exp_in_context, check_type_stack_depth)
3745         (insert_into_type_stack, insert_type, push_type, push_type_int)
3746         (insert_type_address_space, pop_type, pop_type_int)
3747         (_initialize_parse): Update.
3748
3749 2012-07-06  Tom Tromey  <tromey@redhat.com>
3750
3751         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3752         Remove %type.
3753
3754 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3755
3756         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3757
3758 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3759             Jan Kratochvil  <jan.kratochvil@redhat.com>
3760
3761         * cp-valprint.c (cp_print_value): Replace potentially unsafe
3762         alloca with xmalloc/xfree.
3763
3764 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3765
3766         * MAINTAINERS (Write After Approval): Add myself to the list.
3767
3768 2012-07-05  Doug Evans  <dje@google.com>
3769
3770         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3771
3772 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3773
3774         * ax-gdb.c (cli/cli-utils.h): New include.
3775         (linespec.h): Ditto.
3776         (agent_eval_command_one): New function.
3777         (agent_command_1): Ditto.
3778         (agent_command): Call function agent_command_1.
3779         (agent_eval_command): Ditto.
3780         (_initialize_ax_gdb): Change help for "maint agent"
3781         and "maint agent-eval".
3782
3783 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3784
3785         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3786         * cli/cli-utils.c (check_for_argument): New function.
3787         * cli/cli-utils.h (check_for_argument): Ditto.
3788
3789 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3790
3791         * NEWS: Mention x32 ABI support.
3792
3793 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3794
3795         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3796         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3797
3798         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3799         and pc_regnum_from_eax to -1.  Update SP regnum from
3800         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3801         needed.
3802
3803         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3804         pc_regnum_from_eax.
3805
3806 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3807
3808         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3809         * dwarf2expr.h: Include gdbtypes.h.
3810         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3811         these forward declarations.
3812         (cu_offset, sect_offset): Move these ...
3813         * gdbtypes.h: Remove include dwarf2expr.h.
3814         (cu_offset, sect_offset): ... here.
3815
3816 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
3817
3818         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3819         (amd64_linux_sigtramp_code): This.
3820         (amd64_x32_linux_sigtramp_code): New.
3821         (LINUX_SIGTRAMP_LEN): Updated.
3822         (amd64_linux_sigtramp_start): Check x32 sigtramp.
3823
3824 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3825
3826         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3827
3828 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3829
3830         * config.in: Regenerate.
3831         * configure: Regenerate.
3832         * configure.ac: Remove check for gnu/libc-version.h.
3833         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3834         gnu/libc-version.h.
3835         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3836         variables libc_version, libc_major and libc_minor.  Replace sscanf by
3837         inferior_has_bug.  Extend the comment.
3838
3839 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3840
3841         * linux-thread-db.c (inferior_has_bug): New function.
3842         (thread_db_find_new_threads_silently): Return boolean as checked by
3843         inferior_has_bug, describe it in the comments.
3844         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3845         earlier.  Abort the initialization if it returned non-zero.
3846         (thread_db_new_objfile): Exclude debug files.
3847         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
3848         if UNTIL_NO_NEW,
3849
3850 2012-07-02  Doug Evans  <dje@google.com>
3851
3852         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3853         related to queue management.
3854
3855         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3856         instead of "debug dwarf2-die" in debugging printfs.
3857         (create_debug_info_hash_table_reader): Ditto.
3858         (create_debug_info_hash_table): Ditto.
3859         (init_dwo_file): Ditto.
3860         (init_cutu_and_read_dies): Add debugging printf.
3861         (init_cutu_and_read_dies_no_follow): Ditto.
3862         (process_psymtab_comp_unit_reader): Ditto.
3863
3864 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3865
3866         Add target-side support for dynamic printf.
3867         * NEWS: Mention the additional style.
3868         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3869         (struct bp_location): New field cmd_bytecode.
3870         * breakpoint.c: Include format.h.
3871         (disconnected_dprintf): New global.
3872         (parse_cmd_to_aexpr): New function.
3873         (build_target_command_list): New function.
3874         (insert_bp_location): Call it.
3875         (remove_breakpoints_pid): Skip dprintf breakpoints.
3876         (print_one_breakpoint_location): Ditto.
3877         (dprintf_style_agent): New global.
3878         (dprintf_style_enums): Add dprintf_style_agent.
3879         (update_dprintf_command_list): Add agent case.
3880         (agent_printf_command): New function.
3881         (_initialize_breakpoint): Add new commands.
3882         * common/ax.def (printf): New bytecode.
3883         * ax.h (ax_string): Declare.
3884         * ax-gdb.h (gen_printf): Declare.
3885         * ax-gdb.c: Include cli-utils.h, format.h.
3886         (gen_printf): New function.
3887         (maint_agent_print_command): New function.
3888         (_initialize_ax_gdb): Add maint agent-printf command.
3889         * ax-general.c (ax_string): New function.
3890         (ax_print): Add printf disassembly.
3891         * Makefile.in (SFILES): Add format.c
3892         (COMMON_OBS): Add format.o.
3893         * common/format.h: New file.
3894         * common/format.c: New file.
3895         * printcmd.c: Include format.h.
3896         (ui_printf): Call parse_format_string.
3897         * remote.c (remote_state): New field breakpoint_commands.
3898         (PACKET_BreakpointCommands): New enum.
3899         (remote_breakpoint_commands_feature): New function.
3900         (remote_protocol_features): Add new BreakpointCommands entry.
3901         (remote_can_run_breakpoint_commands): New function.
3902         (remote_add_target_side_commands): New function.
3903         (remote_insert_breakpoint): Call it.
3904         (remote_insert_hw_breakpoint): Ditto.
3905         (_initialize_remote): Add new packet configuration for
3906         target-side breakpoint commands.
3907         * target.h (struct target_ops): New field
3908         to_can_run_breakpoint_commands.
3909         (target_can_run_breakpoint_commands): New macro.
3910         * target.c (update_current_target): Handle
3911         to_can_run_breakpoint_commands.
3912
3913 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3914
3915         Execute -ix and -iex only after system and user gdbinit files.
3916         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3917         processing down after gdbinit files.
3918
3919 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3920
3921         Add fnmatch-gnu module.
3922         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3923         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3924         * gnulib/aclocal.m4: Regenerate.
3925         * gnulib/config.in: Regenerate.
3926         * gnulib/configure: Regenerate.
3927         * gnulib/import/dummy.c: Remove.
3928         * gnulib/import/Makefile.am: Regenerate.
3929         * gnulib/import/Makefile.in: Likewise.
3930         * gnulib/import/m4/gnulib-cache.m4: Likewise.
3931         * gnulib/import/m4/gnulib-comp.m4: Likewise.
3932         * gnulib/import/alloca.c: New file.
3933         * gnulib/import/alloca.in.h: Likewise.
3934         * gnulib/import/config.charset: Likewise.
3935         * gnulib/import/fnmatch.c: Likewise.
3936         * gnulib/import/fnmatch.in.h: Likewise.
3937         * gnulib/import/fnmatch_loop.c: Likewise.
3938         * gnulib/import/localcharset.c: Likewise.
3939         * gnulib/import/localcharset.h: Likewise.
3940         * gnulib/import/m4/alloca.m4: Likewise.
3941         * gnulib/import/m4/codeset.m4: Likewise.
3942         * gnulib/import/m4/configmake.m4: Likewise.
3943         * gnulib/import/m4/fcntl-o.m4: Likewise.
3944         * gnulib/import/m4/fnmatch.m4: Likewise.
3945         * gnulib/import/m4/glibc21.m4: Likewise.
3946         * gnulib/import/m4/localcharset.m4: Likewise.
3947         * gnulib/import/m4/locale-fr.m4: Likewise.
3948         * gnulib/import/m4/locale-ja.m4: Likewise.
3949         * gnulib/import/m4/locale-zh.m4: Likewise.
3950         * gnulib/import/m4/mbrtowc.m4: Likewise.
3951         * gnulib/import/m4/mbsinit.m4: Likewise.
3952         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3953         * gnulib/import/m4/mbstate_t.m4: Likewise.
3954         * gnulib/import/m4/stdbool.m4: Likewise.
3955         * gnulib/import/m4/wchar_h.m4: Likewise.
3956         * gnulib/import/m4/wctype_h.m4: Likewise.
3957         * gnulib/import/m4/wint_t.m4: Likewise.
3958         * gnulib/import/mbrtowc.c: Likewise.
3959         * gnulib/import/mbsinit.c: Likewise.
3960         * gnulib/import/mbsrtowcs-impl.h: Likewise.
3961         * gnulib/import/mbsrtowcs-state.c: Likewise.
3962         * gnulib/import/mbsrtowcs.c: Likewise.
3963         * gnulib/import/ref-add.sin: Likewise.
3964         * gnulib/import/ref-del.sin: Likewise.
3965         * gnulib/import/stdbool.in.h: Likewise.
3966         * gnulib/import/streq.h: Likewise.
3967         * gnulib/import/strnlen1.c: Likewise.
3968         * gnulib/import/strnlen1.h: Likewise.
3969         * gnulib/import/verify.h: Likewise.
3970         * gnulib/import/wchar.in.h: Likewise.
3971         * gnulib/import/wctype.in.h: Likewise.
3972
3973 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3974
3975         Support shell wildcards for 'set auto-load safe-path'.
3976         * auto-load.c: Include fnmatch.h.
3977         (filename_is_in_dir): Rename to ...
3978         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3979         it.  Update function comment.  Rename dir_len to pattern_len.  New
3980         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
3981         messages.  Use gdb_filename_fnmatch.
3982         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3983         pattern.
3984         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3985         * defs.h (gdb_filename_fnmatch): New declaration.
3986         * utils.c: Include fnmatch.h.
3987         (gdb_filename_fnmatch): New function.
3988
3989 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
3990
3991         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3992         `-probe' and `-probe-stap' options.
3993
3994 2012-07-01  Yao Qi  <yao@codesourcery.com>
3995
3996         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3997         always_inserted_off, and always_inserted_enums.
3998         Change always_inserted_mode's type to 'enum auto_boolean'.
3999         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4000         callers.
4001         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4002         of add_setshow_enum_cmd.
4003         * infrun.c: Remove can_use_displaced_stepping_auto,
4004         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4005         can_use_displaced_stepping_enum.
4006         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4007         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4008         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4009         add_setshow_enum_cmd.
4010
4011 2012-06-30  Doug Evans  <dje@google.com>
4012
4013         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4014         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4015         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4016
4017 2012-06-29  Doug Evans  <dje@google.com>
4018
4019         * linespec.c: #include "stack.h".
4020         (decode_line_with_current_source): Moved here from symtab.c and
4021         renamed from decode_line_spec.  All callers updated.
4022         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4023         renamed from decode_line_spec_1.  All callers updated.
4024         * linespec.h (decode_line_with_current_source): Move declaration here
4025         from symtab.h and renamed from decode_line_spec.
4026         (decode_line_with_last_displayed): Move declaration here from symtab.h
4027         and renamed from decode_line_spec_1.
4028         * macrocmd.c: #include "linespec.h".
4029         * symtab.c: Remove #include "linespec.h".
4030
4031 2012-06-28  Doug Evans  <dje@google.com>
4032
4033         * dwarf2read.c (get_cu_length): New function.
4034         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4035         (create_debug_types_hash_table): Ditto.
4036         (init_cutu_and_read_dies): Ditto.
4037         (init_cutu_and_read_dies_no_follow): Ditto.
4038
4039         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4040
4041         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4042         (struct abbrev_table): Define.
4043         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4044         abbrev_table.
4045         (init_cutu_and_read_dies): Update.
4046         (abbrev_table_alloc_abbrev): New function.  Replaces
4047         dwarf_alloc_abbrev.  All callers updated.
4048         (abbrev_table_add_abbrev): New function.
4049         (abbrev_table_lookup_abbrev): New function.  Replaces
4050         dwarf2_lookup_abbrev.  All callers updated.
4051         (abbrev_table_read_table): New function.  Contents moved here from
4052         dwarf2_read_abbrevs.
4053         (dwarf2_read_abbrevs): Call it.
4054         (abbrev_table_free): New function.
4055         (dwarf2_free_abbrev_table): Call it.
4056
4057 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4058
4059         * osdata.c (info_osdata_command): Filter out "Title" columns
4060         from non-MI uses.
4061         * common/linux-osdata.c (struct osdata_type): Add title field.
4062         (osdata_table): Add titles to each entry.
4063         (linux_command_xfer_osdata): Add a column for title data.
4064
4065 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4066
4067         Make logging work for MI.
4068         * NEWS: Mention it.
4069         * interps.h (interp_set_logging_ftype): New typedef.
4070         (struct interp_procs): New field set_logging_proc.
4071         (current_interp_set_logging): Declare.
4072         * interps.c (current_interp_set_logging): New function.
4073         * cli/cli-logging.c: Include interps.h.
4074         (set_logging_redirect): Call current_interp_set_logging.
4075         (pop_output_files): Ditto.
4076         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4077         * mi/mi-console.h (mi_console_set_raw): Declare.
4078         * mi/mi-console.c (mi_console_set_raw): New function.
4079         * mi/mi-interp.c (saved_raw_stdout): New global.
4080         (mi_set_logging): New function.
4081         (_initialize_mi_interp): Add it to interp procs.
4082
4083 2012-06-28  Doug Evans  <dje@google.com>
4084
4085         * symtab.c (lookup_symbol_aux_objfile): Use
4086         ALL_OBJFILE_PRIMARY_SYMTABS.
4087
4088         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4089
4090 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4091
4092         * common/buffer.c: Include inttypes.h and stdint.h.
4093         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4094
4095 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4096             Pedro Alves  <palves@redhat.com>
4097
4098         * gdbthread.h (ALL_THREADS): New macro.
4099         (thread_list): Declare.
4100         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4101         going, but instead fall through to the stepping handling.
4102         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4103         the passed in signal.  Adjust debug output.
4104         (resume_callback): Rename to ...
4105         (linux_nat_resume_callback): ... this.  Pass the thread's last
4106         stop signal, if in "pass" state.
4107         (linux_nat_resume): Adjust to rename.
4108         (stop_wait_callback): New assertion.  Don't respawn signals;
4109         instead let the LWP remain with SIGNALLED set.
4110         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4111         * remote.c (append_pending_thread_resumptions): New.
4112         (remote_vcont_resume): Call it.
4113         * target.h (target_resume): Extend comment.
4114
4115 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4116
4117         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4118
4119 2012-06-27  Doug Evans  <dje@google.com>
4120
4121         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4122         Delete have_addr_base, unused.  All uses updated.
4123         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4124         (dwarf2_get_pc_bounds): Add ranges_base.
4125         (dwarf2_record_block_ranges): Ditto.
4126
4127 2012-06-27  Tom Tromey  <tromey@redhat.com>
4128
4129         PR macros/7961:
4130         * varobj.c (varobj_create): Update.
4131         (varobj_set_value): Update.
4132         * tracepoint.c (validate_actionline): Update.
4133         (encode_actions_1): Update.
4134         * parse.c (parse_exp_1): Add 'pc' argument.
4135         (parse_exp_in_context): Add 'pc' argument.  Change how
4136         expression_context_pc is set.
4137         (parse_expression): Update.
4138         (parse_field_expression): Update.
4139         * expression.h (parse_exp_1): Update.
4140         * eval.c (parse_to_comma_and_eval): Update.
4141         * breakpoint.c (set_breakpoint_condition): Update.
4142         (update_watchpoint): Update.
4143         (init_breakpoint_sal): Update
4144         (find_condition_and_thread): Update.
4145         (watch_command_1): Update.
4146         (update_breakpoint_locations): Update.
4147         * ada-lang.c (ada_read_renaming_var_value): Update.
4148         (create_excep_cond_exprs): Update.
4149
4150 2012-06-27  Doug Evans  <dje@google.com>
4151
4152         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4153         type units.
4154
4155 2012-06-26  Doug Evans  <dje@google.com>
4156
4157         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4158         prototype.
4159         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4160         updated.
4161         (read_and_check_comp_unit_head): Ditto.
4162         (read_and_check_type_unit_head): Ditto.
4163
4164 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4165
4166         New attribute 'last' for gdb.Symtab_and_line.
4167         * NEWS (Python Scripting): Add entry about the new attribute.
4168         * python/py-symtab.c (salpy_get_last): New function which
4169         implements the get method for the 'last' attribute of
4170         gdb.Symtab_and_line.
4171         (sal_object_getset): Add entry for the 'last' attribute.
4172
4173 2012-06-26  Doug Evans  <dje@google.com>
4174
4175         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4176         (dwo_sections): Add macinfo, macro.
4177         (dwarf2_locate_dwo_sections): Watch for macro sections.
4178         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4179         All callers updated.  Handle DWO files.
4180
4181         * NEWS: Mention new options "set debug dwarf2-read" and
4182         "set debug symtab-create".
4183         * dwarf2read.c (dwarf2_read_debug): New static global.
4184         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4185         (process_queue): Ditto.
4186         (process_full_comp_unit): Ditto.
4187         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4188         * elfread.c (elf_symfile_read): Add debugging printf.
4189         * minsyms.c (install_minimal_symbols): Ditto.
4190         * psymtab.c (allocate_psymtab): Ditto.
4191         * symfile.c (allocate_symtab): Ditto.
4192         * symtab.c (symtab_create_debug): New global.
4193         (_initialize_symtab): Add new option "set debug symtab-create".
4194         * symtab.h (symtab_create_debug): Declare.
4195
4196         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4197         (lookup_dwo_type_unit): Ditto.
4198
4199 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4200             H.J. Lu  <hongjiu.lu@intel.com>
4201
4202         * amd64-linux-nat.c: Include <sys/user.h>.
4203         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4204         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4205         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4206
4207         * configure.ac: Check if the fs_base and gs_base members of
4208         `struct user_regs_struct' exist.
4209         * config.in: Regenerated.
4210         * configure: Likewise.
4211
4212 2012-06-25  Michael Eager  <eager@eagercon.com>
4213
4214         PR python/14291
4215         * python/python.c (gdbpy_write): Check for interrupted output.
4216
4217 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4218
4219         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4220         register as a stack alignment in ARM mode.
4221
4222 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4223
4224         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4225         * gnulib/config.in: Regenerate.
4226         * gnulib/configure: Likewise.
4227         * gnulib/import/m4/extensions.m4: Update it.
4228         * gnulib/import/m4/gnulib-common.m4: Likewise.
4229         * gnulib/import/m4/memmem.m4: Likewise.
4230         * gnulib/import/m4/mmap-anon.m4: Likewise.
4231         * gnulib/import/m4/multiarch.m4: Likewise.
4232         * gnulib/import/stdint.in.h: Likewise.
4233
4234 2012-06-24  Yao Qi  <yao@codesourcery.com>
4235
4236         * corefile.c (write_memory_with_notification): New.
4237         * gdbcore.h: Declare write_memory_with_notification.
4238         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4239         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4240         * valops.c (value_assign): Likewise.
4241         * python/py-inferior.c (infpy_write_memory): Call
4242         'write_memory_with_notification'.
4243
4244 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4245
4246         * cc-with-index.sh: Use also -ex "set auto-load no".
4247
4248 2012-06-23  Doug Evans  <dje@google.com>
4249
4250         PR 14125
4251         * NEWS: Document additions to .gdb_index.
4252         * dwarf2read.c: #include "gdb/gdb-index.h".
4253         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4254         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4255         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4256         (dwarf2_read_index): Recognize version 7.
4257         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4258         block_kind, domain): All callers updated.
4259         (dw2_find_symbol_file): Handle new index CU values.
4260         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4261         (add_index_entry): New args is_static, kind.  All callers updated.
4262         (offset_type_compare, uniquify_cu_indices): New functions
4263         (symbol_kind): New function.
4264         (write_psymtabs_to_index): Remove duplicate CU values.
4265         (write_psymtabs_to_index): Write .gdb_index version 7.
4266
4267 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4268
4269         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4270         * configure: Regenerate.
4271
4272 2012-06-20  Yao Qi  <yao@codesourcery.com>
4273
4274         * python/py-inferior.c: Update comments of infpy_read_memory
4275         and infpy_write_memory.
4276
4277 2012-06-19  Tom Tromey  <tromey@redhat.com>
4278
4279         PR exp/9514:
4280         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4281         (push_type_address_space): Remove.
4282         * parse.c (insert_into_type_stack): New function.
4283         (insert_type): Likewise.
4284         (insert_type_address_space): Rename from push_type_address_space.
4285         Insert tp_space_identifier.
4286         * c-exp.y (ptr_operator): New production.
4287         (abs_decl): Use ptr_operator.
4288         (space_identifier): Call insert_type_address_space.
4289         (ptype): Don't use const_or_volatile_or_space_identifier.
4290         (const_or_volatile_noopt): Call insert_type.
4291         (conversion_type_id, conversion_declarator): New productions.
4292         (operator): Use conversion_type_id.
4293
4294 2012-06-18  Doug Evans  <dje@google.com>
4295
4296         * symtab.h (minimal_symbol): New member created_by_gdb.
4297         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4298         created by gdb.
4299         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4300         (search_symbols): Call it instead of lookup_symbol.
4301         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4302
4303         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4304         Adjust address for DW_OP_GNU_addr_index.
4305         * dwarf2expr.h (dwarf_expr_context): Update comment.
4306         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4307         all callers updated.  Handle TLS vars described with
4308         DW_OP_GNU_const_index.
4309         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4310         and DW_OP_GNU_const_index.
4311         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4312
4313         * block.c (find_block_in_blockvector): Make explicit the fact that we
4314         ignore GLOBAL_BLOCK.
4315
4316 2012-06-18  Tom Tromey  <tromey@redhat.com>
4317
4318         * c-exp.y (operator): Remove trailing space after "delete" and
4319         "delete[]".
4320
4321 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4322             Jan Kratochvil  <jan.kratochvil@redhat.com>
4323
4324         Switch i386 and derived targets to ON_STACK.
4325         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4326         (amd64_dicos_init_abi): Remove its installment.
4327         * dicos-tdep.c (dicos_init_abi): Remove the
4328         set_gdbarch_call_dummy_location call.  Update the comment here.
4329         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4330         (i386_dicos_init_abi): Remove its installment.
4331         * i386-tdep.c (i386_push_dummy_code): New function.
4332         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4333         i386_push_dummy_code.
4334
4335 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4336
4337         Remove stale dummy frames.
4338         * breakpoint.c: Include dummy-frame.h.
4339         (longjmp_breakpoint_ops): New variable.
4340         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4341         bp_longjmp_call_dummy.
4342         (bpstat_what, bptype_string, print_one_breakpoint_location)
4343         (init_bp_location): Support bp_longjmp_call_dummy.
4344         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4345         (set_longjmp_breakpoint_for_call_dummy)
4346         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4347         functions.
4348         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4349         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4350         FIXME comment and extend the other comment for bp_call_dummy.
4351         (set_longjmp_breakpoint_for_call_dummy)
4352         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4353         * dummy-frame.c: Include gdbthread.h.
4354         (pop_dummy_frame_bpt): New function.
4355         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4356         (dummy_frame_discard): New function.
4357         (cleanup_dummy_frames): Update the comment about longjmps.
4358         * dummy-frame.h (dummy_frame_discard): New declaration.
4359         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4360         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4361         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4362         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4363         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4364         keep_going if IS_LONGJMP and there is no other reason to stop.
4365
4366 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4367
4368         * remote-sim.c (sim_command_completer): Initialize
4369         variable 'result'.
4370
4371 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4372
4373         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4374         * dwarf2loc.c (call_site_parameter_matches): Support
4375         CALL_SITE_PARAMETER_PARAM_OFFSET.
4376         (needs_dwarf_reg_entry_value): Push stub value.
4377         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4378         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4379         * gdbtypes.h (enum call_site_parameter_kind): New item
4380         CALL_SITE_PARAMETER_PARAM_OFFSET.
4381         (struct call_site.parameter.u): New field param_offset.
4382
4383 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4384
4385         Code cleanup: Generalize call_site.parameter key.
4386         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4387         variable dwarf_reg.  New variable kind_u.  Update parameters to
4388         push_dwarf_reg_entry_value.
4389         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4390         * dwarf2expr.h (enum call_site_parameter_kind)
4391         (union call_site_parameter_u): Forward declarations.
4392         (struct dwarf_expr_context_funcs): Update parameters and their
4393         description for push_dwarf_reg_entry_value.
4394         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4395         * dwarf2loc.c (call_site_parameter_matches): New function.
4396         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4397         description.  Use call_site_parameter_matches.
4398         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4399         Update parameters and their description.
4400         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4401         New variable kind_u.  Adjust the caller for updated parameters.
4402         (needs_dwarf_reg_entry_value): Update parameters.
4403         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4404         instead of attr.  Update for the changed fields of struct
4405         call_site_parameter.
4406         * gdbtypes.h: Include dwarf2expr.h.
4407         (enum call_site_parameter_kind): New.
4408         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4409         fb_offset into new union u.
4410
4411 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4412
4413         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4414         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4415         for x32.
4416
4417 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4418
4419         * amd64-linux-nat.c (compat_x32_clock_t): New.
4420         (compat_x32_siginfo_t): Likewise.
4421         (compat_x32_siginfo_from_siginfo): Likewise.
4422         (siginfo_from_compat_x32_siginfo): Likewise.
4423         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4424         and siginfo_from_compat_x32_siginfo for x32.
4425
4426 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4427
4428         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4429
4430 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4431
4432         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4433         instead of gdbarch_ptr_bit.
4434         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4435         (amd64_supply_native_gregset): Likewise.
4436         (amd64_collect_native_gregset): Likewise.
4437         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4438         (amd64_supply_xsave): Likewise.
4439         (amd64_collect_fxsave): Likewise.
4440         (amd64_collect_xsave): Likewise.
4441
4442 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4443
4444         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4445         (amd64_linux_read_description): Check DS segment register for
4446         x32 process.
4447
4448 2012-06-15  Tom Tromey  <tromey@redhat.com>
4449
4450         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4451         init_cutu_and_read_dies.
4452
4453 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4454
4455         * MAINTAINERS (Write After Approval): Add myself to the list.
4456
4457 2012-06-15  Tom Tromey  <tromey@redhat.com>
4458
4459         * valops.c (value_find_oload_method_list): Now static.
4460         * value.h (value_find_oload_method_list): Don't declare.
4461
4462 2012-06-15  Tom Tromey  <tromey@redhat.com>
4463
4464         * valops.c (find_overload_match): Use value_ind.
4465
4466 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4467
4468         * infrun.c (handle_inferior_event): Correct indentation.
4469
4470 2012-06-14  Doug Evans  <dje@google.com>
4471
4472         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4473         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4474         All uses updated.
4475         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4476         updated.  Handle DEBUG_LOC_START_LENGTH.
4477         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4478         (loclist_describe_location): Ditto.
4479
4480 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4481
4482         PR backtrace/13866
4483         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4484         after hiding inline functions.
4485
4486 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4487
4488         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4489         _initialize_inf_ttrace.
4490
4491 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4492
4493         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4494         _initialize_hppa_hpux_nat.
4495
4496 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4497
4498         * remote-sim.c (sim_command_completer): Change type of return
4499         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4500
4501 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4502             Jan Kratochvil  <jan.kratochvil@redhat.com>
4503
4504         PR tdep/14222
4505         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4506         stack on a 16-byte boundary.
4507
4508 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4509
4510         * jit.c (finalize_symtab): Set function's return type to 'void' by
4511         default.
4512
4513 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4514             H.J. Lu  <hongjiu.lu@intel.com>
4515
4516         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4517         Move bits common to both the classic LP64 and the new x32 ILP32
4518         ABI here.
4519         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4520         (amd64_x32_linux_init_abi): New function.
4521         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4522         subtype.
4523
4524         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4525         * i386-tdep.c (i386_pseudo_register_name): Make public.
4526         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4527         * amd64-tdep.c (amd64_dword_names): Add "eip".
4528         (amd64_x32_pseudo_register_type): New function
4529         (amd64_x32_init_abi): New function.
4530
4531 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4532
4533         PR build/14003
4534         * inferior.h (struct inferior_suspend_state): Comment out.
4535         (struct inferior): Comment out the field suspend.
4536         * infrun.c (struct infcall_suspend_state): Comment out the field
4537         inferior_suspend.
4538         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4539         out its assignment.
4540
4541 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4542
4543         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4544         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4545         function comment.  Return ERROR for unresolved cases.  Implement
4546         returning proper NAME.
4547         (yylex): Accept also NAME from classify_inner_name.
4548         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4549         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4550         LOC_TYPEDEF type.
4551         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4552
4553 2012-06-13  Tom Tromey  <tromey@redhat.com>
4554
4555         * breakpoint.c (condition_completer): New function.
4556         (_initialize_breakpoint): Use it.
4557         * value.c (complete_internalvar): New function.
4558         * value.h (complete_internalvar): Declare.
4559
4560 2012-06-13  Tom Tromey  <tromey@redhat.com>
4561
4562         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4563         * breakpoint.c (catch_syscall_completer): Return a VEC.
4564         * cli/cli-cmds.c (complete_command): Update.
4565         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4566         (complete_on_enum): Likewise.
4567         * command.h: Include gdb_vecs.h.
4568         (completer_ftype): Change return type.
4569         (complete_on_cmdlist, complete_on_enum): Likewise.
4570         * completer.c (noop_completer, filename_completer)
4571         (location_completer): Return a VEC.
4572         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4573         to a VEC.
4574         (expression_completer, complete_line_internal, complete_line)
4575         (command_completer): Return a VEC.
4576         (gdb_completion_word_break_characters, line_completion_function):
4577         Update.
4578         * completer.h: Include gdb_vecs.h.
4579         (complete_line, noop_completer, filename_completer)
4580         (expression_completer, location_completer, command_completer):
4581         Update.
4582         * f-lang.c (f_word_break_characters): Return a VEC.
4583         * interps.c (interpreter_completer): Return a VEC.
4584         * language.h (struct language_defn)
4585         <la_make_symbol_completion_list>: Return a VEC.
4586         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4587         * symtab.c (free_completion_list): Take a VEC.
4588         (return_val_size, return_val_index): Remove.
4589         (return_val): Now a VEC.
4590         (completion_list_add_name): Update.
4591         (default_make_symbol_completion_list_break_on)
4592         (default_make_symbol_completion_list, make_symbol_completion_list)
4593         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4594         Return a VEC.
4595         (add_filename_to_list): Update.
4596         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4597         <list>: Now a VEC.
4598         (maybe_add_partial_symtab_filename): Update.
4599         (make_source_files_completion_list): Return a VEC.
4600         * symtab.h (default_make_symbol_completion_list_break_on)
4601         (default_make_symbol_completion_list, make_symbol_completion_list)
4602         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4603         (make_source_files_completion_list): Update.
4604
4605 2012-06-13  Tom Tromey  <tromey@redhat.com>
4606
4607         * breakpoint.c (add_catch_command): Use completer_ftype.
4608         * breakpoint.h: Include command.h.
4609         (add_catch_command): Use completer_ftype.
4610         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4611         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4612         Use completer_ftype.
4613         * command.h (completer_ftype): New typedef.
4614         (set_cmd_completer): Use it.
4615         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4616         completer_ftype.
4617
4618 2012-06-13  Pedro Alves  <palves@redhat.com>
4619
4620         Partial revert of previous change.
4621
4622         * serial.c (scb_base): New global.
4623         (serial_for_fd): New.
4624         (serial_open, serial_fdopen_ops): Link new serial in open serials
4625         chain.
4626         (do_serial_close): Unlink serial from the open serials chain.
4627
4628 2012-06-12  Pedro Alves  <palves@redhat.com>
4629
4630         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4631         threads here.
4632         (prepare_for_detach): No longer context switch here in non-stop
4633         mode.
4634         (fetch_inferior_event): Ditto.
4635         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4636         to the event thread before removing breakpoints.  Switch to the
4637         event thread before inserting breakpoints and resuming.
4638         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4639         event thread before resuming.
4640         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4641         Switch to the event thread before removing breakpoints.
4642
4643 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4644
4645         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4646         special characters correctly for the Windows shells.  See
4647         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4648         report.
4649         [!__MINGW32__]: Remove extra double quote character from special
4650         characters.
4651
4652 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4653
4654         * ui-out.h: Remove #if 0 declarations.
4655         * ui-out.c: Remove #if 0 functions.
4656
4657 2012-06-11  Pedro Alves  <palves@redhat.com>
4658
4659         * ser-base.c (run_async_handler_and_reschedule): New.
4660         (fd_event, push_event): Use it.
4661         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4662         reference count to 1.
4663         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4664         instead of xfree.
4665         (serial_is_open, serial_ref, serial_unref): New.
4666         * serial.h (serial_open): Adjust comment.
4667         (serial_is_open): Declare.
4668         (serial_close): Adjust comment.
4669         (serial_ref, serial_unref) Declare.
4670         (struct serial): New field 'refcnt'.
4671
4672 2012-06-11  Pedro Alves  <palves@redhat.com>
4673
4674         Remove #if 0'd "connect" command, and unnecessary associated
4675         refcounting and serial reuse bits.
4676
4677         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4678         * serial.c (last_serial_opened): Delete.
4679         (scb_base): Delete.
4680         (serial_open): Adjust.
4681         (serial_for_fd): Delete.
4682         (serial_fdopen_ops, do_serial_close): Adjust.
4683         (serial_fdopen_ops): Adjust.
4684
4685 2012-06-11  Pedro Alves  <palves@redhat.com>
4686
4687         * serial.c (do_serial_close): Remove early return when SCB is
4688         null.
4689
4690 2012-06-11  Tom Tromey  <tromey@redhat.com>
4691
4692         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4693
4694 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4695
4696         Fix regression by the "ambiguous linespec" series.
4697         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4698         get_last_displayed_symtab and get_last_displayed_line and depending
4699         on CURSAL.
4700
4701 2012-06-11  Tom Tromey  <tromey@redhat.com>
4702
4703         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4704         (dw2_find_symbol_file): Use it.
4705
4706 2012-06-11  Michael Eager  <eager@eagercon.com>
4707
4708         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4709         * mips-linux-tdep.h (mips_signals): New
4710
4711 2012-06-11  Tom Tromey  <tromey@redhat.com>
4712
4713         * infrun.c (handle_inferior_event)
4714         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4715         breakpoint.
4716         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4717         exception logic in all cases.  Update comments.
4718         (insert_longjmp_resume_breakpoint): Set the exception resume
4719         breakpoint.
4720
4721 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4722
4723         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4724
4725 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
4726
4727         * valarith.c (binop_types_user_defined_p): Fix a typo.
4728
4729 2012-06-08  Yao Qi  <yao@codesourcery.com>
4730             Chung-Lin Tang <cltang@codesourcery.com>
4731
4732         * arch-utils.c (default_return_in_first_hidden_param_p): New.
4733         * arch-utils.h: Declare.
4734         * gdbarch.sh: Add return_in_first_hidden_param_p.
4735         * gdbarch.c, gdbarch.h: Regenerated.
4736         * infcall.c (call_function_by_hand): Call
4737         gdbarch_return_in_first_hidden_param_p instead of
4738         language_pass_by_reference.
4739
4740         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4741         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4742         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4743         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4744         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4745         `cplus_return_struct_by_reference'.
4746         (tic6x_return_value): Handle language cplusplus.
4747         (tic6x_return_in_first_hidden_param_p): New.
4748         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4749
4750 2012-06-07  Doug Evans  <dje@google.com>
4751
4752         * dwarf2read.c (dwarf2_cu): Add comment.
4753
4754 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4755
4756         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4757         variable.
4758         (mips_eabi_push_dummy_call): Likewise.
4759         (mips_n32n64_push_dummy_call): Likewise.
4760         (mips_o32_push_dummy_call): Likewise.
4761         (mips_o64_push_dummy_call): Likewise.
4762
4763 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4764
4765         * mips-tdep.c (mips_convert_register_p): Correct coding style.
4766
4767 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4768
4769         * mips-tdep.c (mips_pseudo_register_type): Use
4770         mips_float_register_p.
4771
4772 2012-06-06  Pedro Alves  <palves@redhat.com>
4773
4774         * infrun.c (handle_inferior_event): Remove calls to
4775         reinit_frame_cache that follow a context_switch call.
4776
4777 2012-06-06  Pedro Alves  <palves@redhat.com>
4778
4779         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4780         context_switch and remove stale comment.
4781
4782 2012-06-06  Pedro Alves  <palves@redhat.com>
4783
4784         * infrun.c (struct execution_control_state): Remove
4785         `new_thread_event' field.
4786         (handle_inferior_event): Simplify new threads handling; don't
4787         resume the inferior if we find a new thread.
4788
4789 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
4790
4791         * NEWS: Document the deprecation of SH's 'regs' command.
4792         * inferior.h (all_registers_info): Add function declaration.
4793         * sh-tdep.c (sh_show_regs): Remove variable.
4794         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4795         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4796         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4797         (sh_show_regs_command): Remove functions.
4798         (sh_gdbarch_init): Don't set sh_show_regs.
4799         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4800         'info all-registers'.
4801         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4802         (sh64_show_regs): Remove functions.
4803         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4804
4805 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4806
4807         * configure.ac: Move development=true below AC_INIT.
4808         * configure: Regenerate.
4809
4810 2012-06-05  Stan Shebs  <stan@codesourcery.com>
4811
4812         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4813         gdb_stdout.
4814
4815 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4816
4817         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4818         argument as ssize_t.
4819         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4820         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4821         * target.c (target_read_stack, target_write_memory)
4822         (target_write_raw_memory): Likewise.
4823         * target.h (target_read_stack, target_write_memory)
4824         (target_write_raw_memory): Likewise.
4825
4826 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4827
4828         * symfile-mem.c: Change gdb_static_assert to ssize_t.
4829         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4830         * target.c (target_read_memory): Change LEN to ssize_t.
4831         * target.h (target_read_memory): Change LEN to ssize_t.
4832
4833 2012-06-05  Pedro Alves  <palves@redhat.com>
4834
4835         PR backtrace/13866
4836
4837         * breakpoint.c (until_break_command): Only fetch the selected
4838         frame after decode_line_1.
4839
4840 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
4841
4842         * solib-svr4.c (enable_break): Don't fallback to setting the solib
4843         event breakpoint at _start, __start or main if a program
4844         interpreter is not found.
4845
4846 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4847
4848         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4849         Add declaration.
4850         * windows-tdep.c: #include "objfiles.h".
4851         (windows_iterate_over_objfiles_in_search_order): New function.
4852         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4853         iterate_over_objfiles_in_search_order gdbarch method to
4854         windows_iterate_over_objfiles_in_search_order.
4855         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4856
4857 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4858
4859         * gdbarch.sh: Add generation of
4860         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4861         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
4862         (iterate_over_objfiles_in_search_order): New gdbarch method.
4863         * gdbarch.h, gdbarch.c: Regenerate.
4864         * objfiles.h (default_iterate_over_objfiles_in_search_order):
4865         Add declaration.
4866         * objfiles.c (default_iterate_over_objfiles_in_search_order):
4867         New function.
4868         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4869         out of lookup_symbol_aux_symtabs.
4870         (lookup_symbol_aux_symtabs): Replace extracted-out code by
4871         call to lookup_symbol_aux_objfile.
4872         (struct global_sym_lookup_data): New type.
4873         (lookup_symbol_global_iterator_cb): New function.
4874         (lookup_symbol_global): Search for symbol using
4875         gdbarch_iterate_over_objfiles_in_search_order and
4876         lookup_symbol_global_iterator_cb.
4877         * findvar.c (struct minsym_lookup_data): New type.
4878         (minsym_lookup_iterator_cb): New function.
4879         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4880         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4881         and minsym_lookup_iterator_cb.
4882
4883 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4884
4885         Revert the following patch:
4886         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4887         try locating the symbol in the symbol's own objfile first, before
4888         extending the search to all objfiles.
4889         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4890         out of lookup_symbol_aux_symtabs.
4891         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4892         Replace extracted-out code by call to lookup_symbol_aux_objfile.
4893         Do not search EXCLUDE_OBJFILE.
4894         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4895         (lookup_symbol_global): Search for matches in the block's objfile
4896         first, before searching all other objfiles.
4897
4898 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4899
4900         * breakpoint.c (find_condition_and_thread): Stop parsing
4901         as soon as the first invalid keyword is found.
4902
4903 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4904
4905         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4906
4907 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4908
4909         * config/djgpp/djcheck.sh: Add copyright header.
4910
4911 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4912
4913         * copyright.py (update_files, main): Fix path to update-copyright
4914         script.
4915
4916 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4917
4918         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4919         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4920         for which a reminder to update by hand is printed.
4921
4922 2012-06-04  Doug Evans  <dje@google.com>
4923
4924         * buildsym.c (make_blockvector): Add comment.
4925
4926 2012-06-04  Pedro Alves  <palves@redhat.com>
4927
4928         * arch-utils.c (default_gdb_signal_from_target): Delete.
4929         * arch-utils.h (default_gdb_signal_from_target): Delete.
4930         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
4931         gdbarch_gdb_signal_from_target_p.
4932         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4933         predicate).
4934         * gdbarch.h: Regenerate.
4935         * gdbarch.c: Regenerate.
4936
4937 2012-06-04  Pedro Alves  <palves@redhat.com>
4938
4939         * gdbarch.sh (gdb_signal_from_target): Mention that the
4940         implementation of the method must be host independent.
4941         * gdbarch.h: Regenerate.
4942
4943 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4944
4945         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4946         parameters.
4947         (target_read_memory_bfd): New function.
4948         (symbol_file_add_from_memory): Use it.
4949
4950 2012-06-03  Doug Evans  <dje@google.com>
4951
4952         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4953         of primary symtab.
4954         (basic_lookup_transparent_type): Ditto.
4955
4956         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4957         (ALL_PRIMARY_SYMTABS): Use it.
4958         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4959         * dwarf2read.c (dw2_find_symbol_file): Ditto.
4960         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4961         * symtab.c (lookup_symbol_aux_objfile): Ditto.
4962         (basic_lookup_transparent_type): Ditto.
4963
4964 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4965
4966         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
4967         it to optimize resolution of demangled name.
4968
4969 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4970
4971         * configure.ac (development): Define new variable.
4972         Call AC_CHECK_LIB for mcheck if $development.
4973         (ERROR_ON_WARNING): Enable it by default only if $development.
4974         * config.in: Regenerate.
4975         * configure: Regenerate.
4976
4977 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4978
4979         * target.c (target_read_memory): Make LEN argument as size_t.
4980         * target.h (target_read_memory): Likewise.
4981
4982 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4983
4984         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4985
4986 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4987
4988         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4989         BookE interface for PowerPC server processors if not available
4990         in the Linux Kernel.
4991
4992 2012-05-31  Keith Seitz  <keiths@redhat.com>
4993
4994         * linespec.c (decode_objc): Add cleanup to free
4995         INFO.FILE_SYMTABS.
4996         (find_linespec_symbols): Add cleanup to free CLASSES.
4997         * symfile.c (find_separate_debug_file_by_debuglink): Add
4998         cleanup to free DEBUGLINK.
4999         * ui-out.c (clear_header_list): No need to check if
5000         HEADER_NEXT.COLHDR is NULL.
5001         Free HEADER_NEXT.COL_NAME.
5002
5003 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5004
5005         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5006         warning.
5007
5008 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5009
5010         * configure.host (gdb_host_cpu): Handle tilegx*.
5011         (gdb_host): Handle tilegx-*-linux*.
5012         * tilegx-linux-nat.c: New file.
5013         * config/tilegx/linux.mh: New file.
5014
5015 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5016
5017         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5018         tilegx-linux-tdep.o.
5019         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5020         tilegx-linux-tdep.c.
5021         * configure.tgt: Handle tilegx-*-linux*.
5022         * tilegx-tdep.h: New file.
5023         * tilegx-tdep.c: New file.
5024         * tilegx-linux-tdep.c: New file.
5025         * regformats/reg-tilegx.dat: New file.
5026
5027 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5028
5029         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5030         accounting of hw watchpoints on ppc.
5031
5032 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5033
5034         * source.c (openp): Expand tilde in path entries.
5035
5036 2012-05-29  Doug Evans  <dje@google.com>
5037
5038         * buildsym.c (block_compar): Fix comment.
5039         (end_symtab): Fix and clarify some comments.
5040
5041         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5042         cleanup_undefined_types.
5043         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5044         All callers updated.
5045
5046 2012-05-29  Tom Tromey  <tromey@redhat.com>
5047
5048         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5049         fails.
5050         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5051         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5052         fails.
5053         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5054         fails.
5055
5056 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5057
5058         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5059         (struct darwin_info): ... New struct.
5060         (solib_darwin_pspace_data): New variable.
5061         (darwin_pspace_data_cleanup): New function.
5062         (get_darwin_info): Likewise.
5063         (darwin_dyld_version_ok, darwin_load_image_infos)
5064         (darwin_solib_get_all_image_info_addr_at_init)
5065         (darwin_solib_read_all_image_info_addr): Add info argument.
5066         Adjust code.
5067         (darwin_current_sos): Use per pspace structure.
5068         (darwin_solib_create_inferior_hook): Likewise.
5069         (darwin_clear_solib): Likewise.
5070         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5071
5072 2012-05-28  Pedro Alves  <palves@redhat.com>
5073
5074         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5075         block that uses them.  Clear ecss before handling each event.
5076
5077 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5078
5079         * solib-svr4.c (svr4_current_sos): New comment on
5080         svr4_current_sos_via_xfer_libraries fall back.
5081
5082 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5083
5084         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5085         it as a fallback for TYPE_IS_OPAQUE.
5086         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5087         symbols for lookup_symbol.
5088
5089 2012-05-24  John Steele Scott  <toojays@toojays.net>
5090
5091         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5092         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5093         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5094         (check_producer): ... this new function, which also checks for ICC
5095         and caches the result.
5096         (producer_is_icc): New function.
5097         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5098         producer was ICC.
5099
5100 2012-05-24  Pedro Alves  <palves@redhat.com>
5101
5102         PR gdb/7205
5103
5104         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5105         (default_gdb_signal_to_target): ... this.  Add comment.
5106         (default_gdb_signal_from_host): Rename to ...
5107         (default_gdb_signal_from_target): ... this.  Add comment.
5108         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5109         (default_gdb_signal_to_target): ... this.
5110         (default_gdb_signal_from_host): Rename to ...
5111         (default_gdb_signal_from_target): ... this.
5112         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5113         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5114         (gdb_signal_from_target): ... this.  Adjust to
5115         default_gdb_signal_from_host naming change.  Extend comment.
5116         (gdb_signal_to_host): Rename to ...
5117         (gdb_signal_to_target): ... this.  Adjust to
5118         default_gdb_signal_to_host naming change.
5119         * gdbarch.h, gdbarch.c: Renegerate.
5120
5121 2012-05-24  Pedro Alves  <palves@redhat.com>
5122
5123         PR gdb/7205
5124
5125         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5126
5127 2012-05-24  Pedro Alves  <palves@redhat.com>
5128
5129         PR gdb/7205
5130
5131         Replace target_signal with gdb_signal throughout.
5132
5133 2012-05-24  Pedro Alves  <palves@redhat.com>
5134
5135         PR tui/14159
5136
5137         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5138         string, instead of reusing the va_list argument.
5139
5140 2012-05-24  Tom Tromey  <tromey@redhat.com>
5141
5142         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5143         Remove.
5144
5145 2012-05-23  Doug Evans  <dje@google.com>
5146
5147         * symtab.c (search_symbols): Formatting fixes.
5148         (print_symbol_info): Formatting fixes.
5149
5150         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5151         int64_t change to leb128 API.
5152         (read_encoded_value, decode_frame_entry_1): Ditto.
5153         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5154         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5155         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5156         (execute_stack_op): Ditto.
5157         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5158         (safe_read_uleb128, safe_read_sleb128): Ditto.
5159         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5160         (dwarf2_compile_expr_to_ax): Ditto.
5161         (locexpr_describe_location_piece): Ditto.
5162         (disassemble_dwarf_expression): Ditto.
5163         (locexpr_describe_location_1): Ditto.
5164
5165 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5166             Kwok Cheung Yeung  <kcy@codesourcery.com>
5167
5168         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5169         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5170         (mi-cmd-info.o): New rule.
5171         * osdata.h (info_osdata_command): New declaration.
5172         * osdata.c (info_osdata_command): Change to non-static.
5173         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5174         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5175         * mi/mi-cmd-info.c: New file.
5176
5177 2012-05-23  Doug Evans  <dje@google.com>
5178
5179         * symtab.c (search_symbols): Pass NULL for file_matcher to
5180         expand_symtabs_matching if there are no files to match.
5181
5182         * gdbtypes.c (lookup_typename): Simplify.
5183
5184 2012-05-23  Pedro Alves  <palves@redhat.com>
5185
5186         * arch-utils.h (default_target_signal_to_host): Delete.
5187         * arch-utils.c (default_target_signal_to_host): Delete.
5188         * gdbarch.sh (target_signal_to_host): Remove.
5189         * gdbarch.h, gdbarch.c: Regenerate.
5190
5191 2012-05-22  Doug Evans  <dje@google.com>
5192
5193         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5194         "const gdb_byte *".
5195         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5196         (execute_cfa_program): Update to match API of leb128 functions.
5197         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5198         "const gdb_byte *".
5199         (read_unsigned_leb128, read_signed_leb128): Delete.
5200         (read_initial_length): Change type of buf argument to
5201         "const gdb_byte *".
5202         (read_encoded_value): Update to match API of leb128 functions.
5203         (decode_frame_entry): Change result to "const gdb_byte *", and
5204         similarly for "start" parameter.
5205         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5206         (dwarf2_build_frame_info): Change local frame_ptr to
5207         "const gdb_byte *".
5208         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5209         read_uleb128, read_sleb128.  All callers updated.
5210         (safe_skip_leb128): New function.
5211         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5212         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5213         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5214         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5215         read_uleb128, read_sleb128.
5216         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5217         (execute_stack_op): Update to match API of leb128 functions.
5218         * dwarf2expr.h: #include "leb128.h".
5219         (read_uleb128, read_sleb128): Delete.
5220         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5221         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5222         * dwarf2loc.c (debug_loc_kind): New enum.
5223         (decode_debug_loc_addresses): New function.
5224         (decode_debug_loc_dwo_addresses): New function.
5225         (dwarf2_find_location_expression): Rewrite.
5226         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5227         (locexpr_describe_location_piece): Ditto.
5228         (disassemble_dwarf_expression): Ditto.
5229         (locexpr_describe_location_1): Ditto.
5230         (loclist_describe_location): Rewrite.
5231         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5232         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5233         (dwarf2_section_buffer_overflow_complaint): Renamed from
5234         dwarf2_macros_too_long_complaint.  All callers updated.
5235         (skip_leb128): Delete.
5236         (init_cu_die_reader): Initialize reader->buffer_end.
5237         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5238         (skip_form_bytes): New arg buffer_end.  All callers updated.
5239         Replace call to skip_leb128 with gdb_skip_leb128.
5240         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5241         (fill_in_loclist_baton): Initialize baton->from_dwo.
5242
5243 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5244
5245         * mips-linux-nat.c (mips_linux_read_description): Use a more
5246         verbose error message.
5247
5248 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5249
5250         * NEWS: Add MIPS/Linux DSP support.
5251         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5252         (SIGCONTEXT_DSPCTL): New macro.
5253         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5254         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5255         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5256         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5257         (N64_SIGCONTEXT_HI3): Likewise.
5258         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5259         (N64_SIGCONTEXT_LO3): Likewise.
5260         (N64_SIGCONTEXT_DSPCTL): Likewise.
5261         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5262         (mips_linux_o32_sigframe_init): Handle DSP registers.
5263         (mips_linux_n32n64_sigframe_init): Likewise.
5264
5265 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5266
5267         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5268         call to abort.
5269
5270 2012-05-22  Pedro Alves  <palves@redhat.com>
5271
5272         * target.h (store_waitstatus): Move declaration ...
5273         * inf-child.h (store_waitstatus): ... here.
5274         * target.c: Move inclusion of gdb_wait.h, and ...
5275         (store_waitstatus): ... this ...
5276         * inf-child.c: ... here.
5277         * linux-nat.c: Include inf-child.h.
5278         * rs6000-nat.c: Include inf-child.h.
5279         * spu-linux-nat.c: Include inf-child.h.
5280
5281 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5282
5283         * tracepoint.c (start_tracing): Add missing i18n markup.
5284         (stop_tracing, set_trace_user): Ditto.
5285         (set_trace_notes, set_trace_stop_notes): Ditto.
5286
5287 2012-05-21  Tom Tromey  <tromey@redhat.com>
5288
5289         PR c++/7173:
5290         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5291         types.
5292         * value.h (value_cast_pointers): Update.
5293         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5294         (value_cast): Update.
5295         (update_search_result): New function.
5296         (do_search_struct_field): New, from search_struct_field.  Check
5297         for ambiguous results.
5298         (search_struct_field): Rewrite.
5299         * infcall.c (value_arg_coerce): Update.
5300         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5301         value_cast_pointers.
5302         * ada-lang.c (ada_convert_actual): Update.
5303
5304 2012-05-21  Tom Tromey  <tromey@redhat.com>
5305
5306         * macroexp.c (macro_stringify): Terminate the string.
5307
5308 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5309
5310         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5311         Describe it.
5312         * auto-load.c (auto_load_expand_dir_vars): New function.
5313         (auto_load_safe_path_vec_update): Use it, remove the
5314         substitute_path_component call thanks to it.
5315         (auto_load_objfile_script): Remove the debug_file_directory processing.
5316         Use auto_load_expand_dir_vars, remove the substitute_path_component
5317         call thanks to it.
5318         * configure: Regenerate.
5319         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5320         path.  Escape $ also for $debugdir.
5321         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5322         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5323
5324 2012-05-20  Doug Evans  <dje@google.com>
5325
5326         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5327         before use.  Check for symtab->includes == NULL before scanning it.
5328
5329 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5330
5331         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5332
5333 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5334
5335         * NEWS: Add microMIPS support and "set mips compression",
5336         "show mips compression" commands.
5337         * mips-tdep.h (mips_isa): New enum.
5338         (gdbarch_tdep): Add mips_isa.
5339         (mips_pc_is_mips16): Update prototype.
5340         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5341         * mips-tdep.c (mips_compression_mips16): New variable.
5342         (mips_compression_micromips): Likewise.
5343         (mips_compression_strings): Likewise.
5344         (mips_compression_string): Likewise.
5345         (is_mips16_isa, is_micromips_isa): New functions.
5346         (is_mips16_addr): Rename to...
5347         (is_compact_addr): ... this.
5348         (unmake_mips16_addr): Likewise to...
5349         (unmake_compact_addr): ... this.
5350         (make_mips16_addr): Likewise to...
5351         (make_compact_addr): ... this.
5352         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5353         functions.
5354         (mips_elf_make_msymbol_special): Handle microMIPS code.
5355         (msymbol_is_special): Rename to...
5356         (msymbol_is_mips16): ... this.
5357         (mips_make_symbol_special, mips_pc_is_mips16): Update
5358         accordingly.
5359         (msymbol_is_mips, msymbol_is_micromips): New functions.
5360         (mips16_to_32_reg): Rename to...
5361         (mips_reg3_to_reg): ... this.
5362         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5363         (mips_pc_isa): Likewise.
5364         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5365         code.
5366         (mips_fetch_instruction): Pass return status instead of printing
5367         an error message if requested.  Handle microMIPS code.  Bail out
5368         on an invalid ISA.
5369         (micromips_op): New macro.
5370         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5371         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5372         (b6s4_op, b7s3_reg): Likewise.
5373         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5374         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5375         (mips_insn_size): New function.
5376         (mips32_next_pc): Update mips_fetch_instruction call.
5377         (micromips_relative_offset7): New function.
5378         (micromips_relative_offset10): Likewise.
5379         (micromips_relative_offset16): Likewise.
5380         (micromips_pc_insn_size): Likewise.
5381         (micromips_bc1_pc): Likewise.
5382         (micromips_next_pc): Likewise.
5383         (unpack_mips16): Update mips_fetch_instruction call.
5384         (extended_mips16_next_pc): Update according to change to
5385         mips16_to_32_reg.
5386         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5387         code.
5388         (mips16_scan_prologue): Update mips_fetch_instruction call.
5389         Update according to change to mips16_to_32_reg.
5390         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5391         (mips_insn16_frame_base_sniffer): Likewise.
5392         (micromips_decode_imm9): New function.
5393         (micromips_scan_prologue): Likewise.
5394         (mips_micro_frame_cache): Likewise.
5395         (mips_micro_frame_this_id): Likewise.
5396         (mips_micro_frame_prev_register): Likewise.
5397         (mips_micro_frame_sniffer): Likewise.
5398         (mips_micro_frame_unwind): New variable.
5399         (mips_micro_frame_base_address): New function.
5400         (mips_micro_frame_base): New variable.
5401         (mips_micro_frame_base_sniffer): New function.
5402         (mips32_scan_prologue): Update mips_fetch_instruction call.
5403         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5404         rather than for MIPS16.
5405         (mips_insn32_frame_base_sniffer): Likewise.
5406         (mips_addr_bits_remove): Handle microMIPS code.
5407         (deal_with_atomic_sequence): Rename to...
5408         (mips_deal_with_atomic_sequence): ... this.  Update the type
5409         of the variable used to hold an instruction.  Remove the ISA bit
5410         check.  Update mips_fetch_instruction call.
5411         (micromips_deal_with_atomic_sequence): New function.
5412         (deal_with_atomic_sequence): Likewise.
5413         (mips_about_to_return): Handle microMIPS code.  Update
5414         mips_fetch_instruction call.
5415         (heuristic_proc_start): Check for the standard MIPS ISA rather
5416         than for MIPS16.  Update mips_pc_is_mips16 and
5417         mips_fetch_instruction calls.  Handle microMIPS code.
5418         (mips_push_dummy_code): Handle microMIPS code.
5419         (mips_eabi_push_dummy_call): Likewise.
5420         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5421         (mips_o64_push_dummy_call): Handle microMIPS code.
5422         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5423         (is_delayed): Remove function.
5424         (mips_single_step_through_delay): Replace the call to is_delayed
5425         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5426         Handle microMIPS code.
5427         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5428         microMIPS code.
5429         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5430         call.
5431         (micromips_in_function_epilogue_p): New function.
5432         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5433         call.
5434         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5435         Handle microMIPS.
5436         (gdb_print_insn_mips): Likewise.
5437         (mips_breakpoint_from_pc): Likewise.
5438         (mips_remote_breakpoint_from_pc): New function.
5439         (mips32_instruction_has_delay_slot): Simplify making use of the
5440         updated mips_fetch_instruction interface.
5441         (micromips_instruction_has_delay_slot): New function.
5442         (mips16_instruction_has_delay_slot): Simplify making use of the
5443         updated mips_fetch_instruction interface.
5444         (mips_adjust_breakpoint_address): Check for the standard MIPS
5445         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5446         calls.  Handle microMIPS code.
5447         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5448         (mips_skip_trampoline_code): Handle microMIPS code.
5449         (global_mips_compression): New function.
5450         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5451         file flags.  Register the microMIPS remote breakpoint handler
5452         and heuristic frame unwinder.
5453         (show_mips_compression): New function.
5454         (_initialize_mips_tdep): Add the "set mips compression" and
5455         "show mips compression" commands.
5456
5457 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5458
5459         * ada-lang.c:
5460         * ada-tasks.c:
5461         * ada-varobj.c:
5462         * amd64-darwin-tdep.c:
5463         * arm-symbian-tdep.c:
5464         * arm-tdep.c:
5465         * avr-tdep.c:
5466         * ax-gdb.c:
5467         * bfin-linux-tdep.c:
5468         * breakpoint.c:
5469         * c-valprint.c:
5470         * cli/cli-cmds.c:
5471         * coffread.c:
5472         * cp-support.c:
5473         * cris-tdep.c:
5474         * dwarf2-frame-tailcall.c:
5475         * dwarf2-frame.c:
5476         * dwarf2expr.c:
5477         * dwarf2loc.c:
5478         * dwarf2read.c:
5479         * elfread.c:
5480         * eval.c:
5481         * expprint.c:
5482         * f-valprint.c:
5483         * frv-tdep.c:
5484         * h8300-tdep.c:
5485         * hppa-hpux-tdep.c:
5486         * hppa-tdep.c:
5487         * hppanbsd-tdep.c:
5488         * i386-nto-tdep.c:
5489         * i386-tdep.c:
5490         * i387-tdep.c:
5491         * ia64-tdep.c:
5492         * jit.c:
5493         * linespec.c:
5494         * linux-tdep.c:
5495         * lm32-tdep.c:
5496         * m2-valprint.c:
5497         * m32c-tdep.c:
5498         * m32r-rom.c:
5499         * m32r-tdep.c:
5500         * m68k-tdep.c:
5501         * m68klinux-tdep.c:
5502         * mi/mi-main.c:
5503         * microblaze-tdep.c:
5504         * mips-linux-tdep.c:
5505         * mips-tdep.c:
5506         * mn10300-tdep.c:
5507         * p-valprint.c:
5508         * parse.c:
5509         * ppc-linux-tdep.c:
5510         * ppc-sysv-tdep.c:
5511         * printcmd.c:
5512         * python/py-finishbreakpoint.c:
5513         * python/py-inferior.c:
5514         * python/py-infthread.c:
5515         * python/py-type.c:
5516         * python/python.c:
5517         * remote-fileio.c:
5518         * remote-m32r-sdi.c:
5519         * remote-mips.c:
5520         * reverse.c:
5521         * rl78-tdep.c:
5522         * rs6000-aix-tdep.c:
5523         * rs6000-tdep.c:
5524         * s390-tdep.c:
5525         * score-tdep.c:
5526         * sh64-tdep.c:
5527         * skip.c:
5528         * solib-darwin.c:
5529         * solib-dsbt.c:
5530         * solib-frv.c:
5531         * sparc-tdep.c:
5532         * spu-multiarch.c:
5533         * spu-tdep.c:
5534         * stack.c:
5535         * symfile.c:
5536         * symtab.c:
5537         * tic6x-tdep.c:
5538         * tracepoint.c:
5539         * v850-tdep.c:
5540         * valarith.c:
5541         * valprint.c:
5542         * value.c:
5543         * xcoffread.c:
5544         * xtensa-tdep.c:
5545         * ada-lang.c:
5546         * ada-tasks.c:
5547         * ada-varobj.c:
5548         * amd64-darwin-tdep.c:
5549         * arm-symbian-tdep.c:
5550         * arm-tdep.c: Delete unused variables.
5551
5552 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5553
5554         Rename $ddir to $datadir.
5555         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5556         * auto-load.c (auto_load_safe_path_vec_update)
5557         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5558         * configure: Regenerate.
5559         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5560         Likewise.  Remove the 'use $ddir' help string.
5561
5562 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5563
5564         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5565         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5566
5567 2012-05-18  Tom Tromey  <tromey@redhat.com>
5568
5569         PR exp/13907:
5570         * valprint.h (struct value_print_options) <symbol_print>: New
5571         field.
5572         * valprint.c (user_print_options): Add default for symbol_print.
5573         (show_symbol_print): New function.
5574         (generic_val_print): Respect symbol_print.
5575         (_initialize_valprint): Add "print symbol" setting.
5576         * f-valprint.c (f_val_print): Respect symbol_print.
5577         * c-valprint.c (c_val_print): Respect symbol_print.
5578         * NEWS: Update.
5579         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5580         zero-size symbols.
5581         (print_address_demangle): Return int.
5582         * defs.h: (print_address_symbolic): Return int.
5583         * value.h (print_address_demangle): Return int.
5584
5585 2012-05-18  Tom Tromey  <tromey@redhat.com>
5586
5587         * valprint.c (val_print_string): Don't print leading space.
5588         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5589         print space before string or vtbl.
5590         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5591         before string.
5592         * jv-valprint.c (java_value_print): Print space before string.
5593         * go-valprint.c (print_go_string): Print space before string.
5594         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5595         space before string.
5596         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5597         space before string or vtbl.
5598         * auxv.c (fprint_target_auxv): Print space after address.
5599
5600 2012-05-18  Tom Tromey  <tromey@redhat.com>
5601
5602         * printcmd.c (print_address_demangle): Remove special case for 0.
5603
5604 2012-05-18  Tom Tromey  <tromey@redhat.com>
5605
5606         * printcmd.c (print_address_demangle): Add 'opts' argument.
5607         * p-valprint.c (pascal_val_print): Update.
5608         * jv-valprint.c (java_val_print): Update.
5609         * value.h: Update.
5610         * valprint.c (generic_val_print): Update.
5611         (print_function_pointer_address): Add 'options' argument.  Remove
5612         'addressprint' argument.  Update.
5613         * m2-valprint.c (print_unpacked_pointer): Update.
5614         * gnu-v3-abi.c (print_one_vtable): Update.
5615         (gnuv3_print_method_ptr): Update.
5616         * f-valprint.c (f_val_print): Update.
5617         * cp-valprint.c (cp_print_value_fields): Update.
5618         * valprint.h (print_function_pointer_address): Update.
5619         * c-valprint.c (c_val_print): Update.
5620
5621 2012-05-18  Tom Tromey  <tromey@redhat.com>
5622
5623         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5624         directly corresponding to the found psymtab.
5625         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5626         (dw2_find_pc_sect_symtab): Use it.
5627         * block.h (blockvector_contains_pc): Declare.
5628         * block.c (find_block_in_blockvector): New function.
5629         (blockvector_for_pc_sect): Use it.
5630         (blockvector_contains_pc): New function.
5631
5632 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5633
5634         * mips-tdep.h (mips_write_pc): New prototype.
5635         * mips-tdep.c (mips_write_pc): Make external, add description.
5636         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5637         add description.
5638
5639 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5640
5641         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5642         mips_regnum->pc.
5643         (mips_unwind_pc, mips_write_pc): Likewise.
5644         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5645         gdbarch_read_pc.
5646
5647 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5648
5649         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5650         proc_warn, proc_error, proc_get_status, proc_flags,
5651         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5652         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5653         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5654         proc_stop_process, proc_wait_for_stop, proc_run_process,
5655         proc_set_traced_signals, proc_set_traced_faults,
5656         proc_set_traced_sysentry, proc_set_traced_sysexit,
5657         proc_set_held_signals, proc_get_held_signals,
5658         proc_get_traced_signals, proc_get_traced_faults,
5659         proc_get_traced_sysentry, proc_get_traced_sysexit,
5660         proc_clear_current_fault, proc_set_current_signal,
5661         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5662         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5663         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5664         proc_get_current_thread, proc_get_current_thread,
5665         proc_get_current_thread, proc_update_threads,
5666         proc_update_threads, proc_update_threads, proc_update_threads,
5667         proc_iterate_over_threads, procfs_find_new_threads,
5668         procfs_pid_to_str): Make static.  Remove advance declaration.
5669         (proc_cursig): Make static.  Conditionalized defintion on
5670         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5671         (proc_syscall, proc_set_kill_on_last_close,
5672         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5673         proc_get_pending_signals, proc_get_signal_actions,
5674         proc_trace_signal, proc_ignore_signal): Delete.
5675
5676 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5677
5678         * coffread.c (cs_section_address): Passing proper argument for
5679         `bfd_get_section_vma'.
5680         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5681         `bfd_get_section_flags'.
5682         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5683         `bfd_get_section_vma'.
5684
5685 2012-05-16  Tom Tromey  <tromey@redhat.com>
5686
5687         PR macros/13205:
5688         * macrotab.h: (macro_define_special): Declare.
5689         (enum macro_special_kind): New.
5690         (struct macro_definition) <argc, replacement>: Update comments.
5691         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5692         (macro_define_object_internal): New function.
5693         (macro_define_object): Use it.
5694         (macro_define_special): New function.
5695         (fixup_definition): New function.
5696         (macro_lookup_definition, foreach_macro_in_scope)
5697         (foreach_macro): Use fixup_definition.
5698         * macroexp.h (macro_stringify): Declare.
5699         * macroexp.c (free_buffer_return_text): New function.
5700         (stringify): Constify "arg".
5701         (macro_stringify): New function.
5702         * dwarf2read.c (macro_start_file): Call macro_define_special.
5703
5704 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5705             Maciej W. Rozycki  <macro@mips.com>
5706
5707         * breakpoint.h (bp_location): Add related_address member.
5708         * inferior.h (get_return_value): Take a pointer to struct value
5709         instead of struct type for the function requested.
5710         * value.h (using_struct_return): Likewise.
5711         * gdbarch.sh (return_value): Take a pointer to struct value
5712         instead of struct type for the function requested.
5713         * breakpoint.c (set_breakpoint_location_function): Initialize
5714         related_address for bp_gnu_ifunc_resolver breakpoints.
5715         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5716         requested function's address to gdbarch_return_value.
5717         * eval.c (evaluate_subexp_standard): Pass the requested
5718         function's address to using_struct_return.
5719         * infcall.c (call_function_by_hand): Pass the requested
5720         function's address to using_struct_return and
5721         gdbarch_return_value.
5722         * infcmd.c (get_return_value): Take a pointer to struct value
5723         instead of struct type for the function requested.
5724         (print_return_value): Update accordingly.
5725         (finish_command_continuation): Likewise.
5726         * stack.c (return_command): Pass the requested function's
5727         address to using_struct_return and gdbarch_return_value.
5728         * value.c (using_struct_return): Take a pointer to struct value
5729         instead of struct type for the function requested.  Pass the
5730         requested function's address to gdbarch_return_value.
5731         * python/py-finishbreakpoint.c (finish_breakpoint_object):
5732         New function_value member, replacing function_type.
5733         (bpfinishpy_dealloc): Update accordingly.
5734         (bpfinishpy_pre_stop_hook): Likewise.
5735         (bpfinishpy_init): Likewise.  Record the requested function's
5736         address.
5737         * mips-tdep.c (mips_fval_reg): New enum.
5738         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5739         words put in GP registers.
5740         (mips_o64_push_dummy_call): Update a comment.
5741         (mips_o32_return_value): Take a pointer to struct value instead
5742         of struct type for the function requested and use it to check if
5743         using the MIPS16 calling convention.  Return the designated
5744         general purpose registers for floating-point values returned in
5745         MIPS16 mode.
5746         (mips_o64_return_value): Likewise.
5747         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5748         (ppc_sysv_abi_broken_return_value): Likewise.
5749         (ppc64_sysv_abi_return_value): Likewise.
5750         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5751         value instead of struct type for the function requested.
5752         * amd64-tdep.c (amd64_return_value): Likewise.
5753         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5754         * arm-tdep.c (arm_return_value): Likewise.
5755         * avr-tdep.c (avr_return_value): Likewise.
5756         * bfin-tdep.c (bfin_return_value): Likewise.
5757         * cris-tdep.c (cris_return_value): Likewise.
5758         * frv-tdep.c (frv_return_value): Likewise.
5759         * h8300-tdep.c (h8300_return_value): Likewise.
5760         (h8300h_return_value): Likewise.
5761         * hppa-tdep.c (hppa32_return_value): Likewise.
5762         (hppa64_return_value): Likewise.
5763         * i386-tdep.c (i386_return_value): Likewise.
5764         * ia64-tdep.c (ia64_return_value): Likewise.
5765         * iq2000-tdep.c (iq2000_return_value): Likewise.
5766         * lm32-tdep.c (lm32_return_value): Likewise.
5767         * m32c-tdep.c (m32c_return_value): Likewise.
5768         * m32r-tdep.c (m32r_return_value): Likewise.
5769         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5770         * m68k-tdep.c (m68k_return_value): Likewise.
5771         (m68k_svr4_return_value): Likewise.
5772         * m88k-tdep.c (m88k_return_value): Likewise.
5773         * mep-tdep.c (mep_return_value): Likewise.
5774         * microblaze-tdep.c (microblaze_return_value): Likewise.
5775         * mn10300-tdep.c (mn10300_return_value): Likewise.
5776         * moxie-tdep.c (moxie_return_value): Likewise.
5777         * mt-tdep.c (mt_return_value): Likewise.
5778         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5779         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5780         (ppc_sysv_abi_broken_return_value): Likewise.
5781         (ppc64_sysv_abi_return_value): Likewise.
5782         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5783         * rl78-tdep.c (rl78_return_value): Likewise.
5784         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5785         * rx-tdep.c (rx_return_value): Likewise.
5786         * s390-tdep.c (s390_return_value): Likewise.
5787         * score-tdep.c (score_return_value): Likewise.
5788         * sh-tdep.c (sh_return_value_nofpu): Likewise.
5789         (sh_return_value_fpu): Likewise.
5790         * sh64-tdep.c (sh64_return_value): Likewise.
5791         * sparc-tdep.c (sparc32_return_value): Likewise.
5792         * sparc64-tdep.c (sparc64_return_value): Likewise.
5793         * spu-tdep.c (spu_return_value): Likewise.
5794         * tic6x-tdep.c (tic6x_return_value): Likewise.
5795         * v850-tdep.c (v850_return_value): Likewise.
5796         * vax-tdep.c (vax_return_value): Likewise.
5797         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5798         * xtensa-tdep.c (xtensa_return_value): Likewise.
5799         * gdbarch.c: Regenerate.
5800         * gdbarch.h: Regenerate.
5801
5802 2012-05-15  Tom Tromey  <tromey@redhat.com>
5803
5804         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5805
5806 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5807
5808         * breakpoint.c (init_breakpoint_sal): Add quotes around part
5809         of command in two error message.
5810
5811 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5812
5813         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5814
5815 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5816
5817         * breakpoint.c (find_condition_and_thread): Minor reformatting.
5818
5819 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5820
5821         * NEWS (show auto-load scripts-directory): Add forgotten command.
5822
5823 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5824
5825         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5826         parameters.
5827
5828 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5829
5830         * amd64-tdep.c: Include features/i386/x32.c and
5831         features/i386/x32-avx.c.
5832         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5833         initialize_tdesc_x32_avx.
5834
5835 2012-05-14  Stan Shebs  <stan@codesourcery.com>
5836
5837         Add dynamic printf.
5838         * breakpoint.h (enum bptype): New type bp_dprintf.
5839         (struct breakpoint): New field extra_string.
5840         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5841         (create_breakpoint): Add extra_string arg.
5842         * breakpoint.c (dprintf_breakpoint_ops): New.
5843         (is_breakpoint): Add bp_dprintf.
5844         (bpstat_what): Add dprintf case.
5845         (bptype_string): Ditto.
5846         (print_one_breakpoint_location): Ditto.
5847         (init_bp_location): Ditto.
5848         (bkpt_print_mention): Ditto.
5849         (dprintf_style_enums): New array.
5850         (dprintf_style): New global.
5851         (dprintf_function): New global.
5852         (dprintf_channel): New global.
5853         (update_dprintf_command_list): New function.
5854         (update_dprintf_commands): New function.
5855         (init_breakpoint_sal): Add extra_string argument, handle it.
5856         (create_breakpoint_sal): Add extra_string argument.
5857         (create_breakpoints_sal): Add extra_string argument, update callers.
5858         (find_condition_and_thread): Add extra argument.
5859         (create_breakpoint): Add extra_string argument, record it.
5860         (dprintf_command): New function.
5861         (break_command_1): Add arg to create_breakpoint call.
5862         (handle_gnu_v3_exceptions): Ditto.
5863         (trace_command): Ditto.
5864         (ftrace_command): Ditto.
5865         (strace_command): Ditto.
5866         (bkpt_print_mention): Add dprintf case.
5867         (create_breakpoint_sal_default): Add extra_string argument.
5868         (_initialize_breakpoint): Add new commands.
5869         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5870         * python/py-breakpoint.c (bppy_init): Ditto.
5871         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5872
5873 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
5874
5875         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5876
5877 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
5878
5879         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5880         unsigned long long.
5881
5882 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
5883
5884         Add a new function gdb.find_pc_line to the Python API.
5885         * NEWS (Python Scripting): Add entry about the new function.
5886         * python/python.c (gdbpy_find_pc_line): New function which
5887         implements gdb.find_pc_line.
5888         (GdbMethods): Add entry for the new function.
5889
5890 2012-05-12  Pedro Alves  <palves@redhat.com>
5891
5892         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5893         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5894
5895 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
5896
5897         * inferior.c: Include completer.h
5898         (initialize_inferiors): Set completer of add-inferior to
5899         filename_completer.
5900
5901 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5902
5903         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5904         gdbarch_ptr_bit for x32 core dump.
5905
5906 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5907
5908         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5909         and features/i386/x32-avx-linux.c.
5910
5911 2012-05-11  Stan Shebs  <stan@codesourcery.com>
5912             Kwok Cheung Yeung  <kcy@codesourcery.com>
5913
5914         * NEWS: Describe new info os commands.
5915         * common/linux-osdata.c (PID_T, TIME_T): Define.
5916         (MAX_PID_T_STRLEN): New.
5917         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
5918         MAX_PID_T_STRLEN.
5919         (command_from_pid): Add comment.  Change to use PID_T.
5920         (commandline_from_pid):  Change to use PID_T.
5921         (user_from_pid): Add comment.
5922         (get_process_owner): Add comment. Change to use PID_T and
5923         MAX_PID_T_STRLEN.
5924         (get_number_of_cpu_cores): Add comment.
5925         (get_cores_used_by_process): Add comment.  Change to use PID_T and
5926         MAX_PID_T_STRLEN.
5927         (linux_xfer_osdata_processes): Change to use PID_T and
5928         MAX_PID_T_STRLEN.
5929         (compare_processes): New function.
5930         (linux_xfer_osdata_processgroups): New function.
5931         (linux_xfer_osdata_threads): Change to use PID_T.
5932         (linux_xfer_osdata_fds): New function.
5933         (format_socket_state, print_sockets): New functions.
5934         (union socket_addr): New union.
5935         (linux_xfer_osdata_isockets): New function.
5936         (time_from_time_t, group_from_gid): New functions.
5937         (linux_xfer_osdata_shm): New function.
5938         (linux_xfer_osdata_sem): New function.
5939         (linux_xfer_osdata_msg): New function.
5940         (linux_xfer_osdata_modules): New function.
5941         (osdata_table): Add new entries.
5942         * common/buffer.c (buffer_xml_printf): Add support for long and
5943         long long format specifiers.
5944
5945 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5946
5947         * amd64-linux-tdep.h (tdesc_x32_linux): New.
5948         (tdesc_x32_avx_linux): Likewise.
5949
5950 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5951
5952         Implement multi-component --with-auto-load-dir.
5953         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5954         entries.
5955         (--with-auto-load-safe-path): Update the default value description.
5956         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5957         New.
5958         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
5959         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
5960         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
5961         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
5962         "set auto-load scripts-directory".
5963         * config.in: Regenerate.
5964         * configure: Regenerate.
5965         * configure.ac (--with-auto-load-dir): New configure option.
5966         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5967
5968 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5969
5970         Provide $ddir substitution for --with-auto-load-safe-path.
5971         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5972         entries.
5973         * auto-load.c: Include observer.h.
5974         (auto_load_safe_path_vec_update): Call substitute_path_component for
5975         each component.  New variable ddir_subst.
5976         (auto_load_gdb_datadir_changed): New function.
5977         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5978         AUTO_LOAD_SAFE_PATH.  New comment.
5979         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5980         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
5981         * config.in: Regenerate.
5982         * configure: Regenerate.
5983         * configure.ac (--auto-load-safe-path): Rename
5984         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
5985         GDB_DATADIR/auto-load.
5986         * defs.h (substitute_path_component): New declaration.
5987         * top.c: Include observer.h.
5988         (set_gdb_datadir): New function.
5989         (init_main): Install it for "set data-directory".
5990         * utils.c (substitute_path_component): New function.
5991
5992 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5993
5994         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5995         * auto-load.c (auto_load_objfile_script): Remove check for NULL
5996         DEBUG_FILE_DIRECTORY.  Handle multiple components of
5997         DEBUG_FILE_DIRECTORY.
5998
5999 2012-05-10  Tom Tromey  <tromey@redhat.com>
6000
6001         * dwarf2read.c (recursively_write_psymbols): New function.
6002         (write_psymtabs_to_index): Use it.
6003
6004         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6005         field.
6006         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6007         (load_partial_comp_unit): Update.
6008         (queue_comp_unit): Add argument 'pretend_language'.
6009         (process_queue): Update.
6010         (psymtab_to_symtab_1): Skip dependencies that have a user.
6011         (load_partial_comp_unit_reader): Give meaning to the 'data'
6012         argument.
6013         (load_full_comp_unit): Add 'pretend_language' argument.
6014         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6015         language on CU.
6016         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6017         Update.
6018         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6019         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6020         Update.
6021         (prepare_one_comp_unit): Add 'pretend_language' argument.
6022
6023         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6024         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6025         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6026         (dw2_do_instantiate_symtab): Check whether symtab was read in
6027         before queueing.
6028         (dw2_instantiate_symtab): Add assertion.  Call
6029         process_cu_includes.
6030         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6031         (partial_symtab_p): New typedef.
6032         (set_partial_user): New function.
6033         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6034         (scan_partial_symbols): Add imported CU to imported_symtabs.
6035         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6036         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6037         (get_symtab, recursively_compute_inclusions)
6038         (compute_symtab_includes, process_cu_includes)
6039         (process_imported_unit_die): New functions.
6040         (process_die) <DW_TAG_imported_unit>: New case.
6041         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6042
6043         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6044         comment.
6045         (struct partial_die_info) <locdesc>: Remove.
6046         <d>: New field.
6047         (process_psymtab_comp_unit): Add 'read_partial' argument.
6048         Update.
6049         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6050         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6051         (add_partial_symbol): Update.
6052         (process_die): Handle DW_TAG_partial_unit.
6053         (read_file_scope): Update comment.
6054         (load_partial_dies): Handle DW_TAG_imported_unit.
6055         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6056         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6057
6058 2012-05-10  Tom Tromey  <tromey@redhat.com>
6059
6060         * cc-with-dwz.sh: New file.
6061
6062 2012-05-10  Tom Tromey  <tromey@redhat.com>
6063
6064         * symtab.h (struct symtab) <includes, user>: New fields.
6065         * block.h (struct block_iterator) <d, idx, which>: New fields.
6066         * block.c (initialize_block_iterator, find_iterator_symtab)
6067         (block_iterator_step, block_iter_name_step)
6068         (block_iter_match_step): New functions.
6069         (block_iterator_first, block_iterator_next)
6070         (block_iter_name_first, block_iter_name_next)
6071         (block_iter_match_first, block_iter_match_next): Rewrite.
6072         (get_block_symtab): New function.
6073
6074 2012-05-10  Tom Tromey  <tromey@redhat.com>
6075
6076         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6077         set_block_symtab.
6078         * jit.c (finalize_symtab): Use allocate_global_block,
6079         set_block_symtab.
6080         * buildsym.c (finish_block_internal): New function, from old
6081         finish_block.
6082         (finish_block): Rewrite.
6083         (end_symtab): Use finish_block_internal, set_block_symtab.
6084         * block.h (struct global_block): New.
6085         (allocate_global_block, set_block_symtab): Declare.
6086         * block.c (allocate_global_block, set_block_symtab): New
6087         functions.
6088
6089 2012-05-10  Tom Tromey  <tromey@redhat.com>
6090
6091         * psymtab.c (partial_map_expand_apply): Add assertion.
6092         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6093         (psymtab_to_symtab): Find unshared psymtab.
6094         (dump_psymtab): Print including psymtabs.
6095         (recursively_search_psymtabs): New function.
6096         (expand_symtabs_matching_via_partial): Use it.
6097         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6098         fields.
6099         (enum psymtab_search_status): New.
6100
6101 2012-05-10  Tom Tromey  <tromey@redhat.com>
6102
6103         * tracepoint.c (scope_info): Update.
6104         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6105         (find_pc_sect_symtab, search_symbols)
6106         (default_make_symbol_completion_list_break_on)
6107         (make_file_symbol_completion_list): Update.
6108         * symmisc.c (dump_symtab_1): Update.
6109         * stack.c (print_frame_args, iterate_over_block_locals)
6110         (print_frame_labels, iterate_over_block_arg_vars): Update.
6111         * python/py-block.c (block_object) <dict>: Remove.
6112         <block>: New field.
6113         <iter>: Change type.
6114         (blpy_iter): Update.
6115         (blpy_block_syms_iternext): Update.
6116         * psymtab.c (map_block): Use block iterators.
6117         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6118         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6119         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6120         * infrun.c (check_exception_resume): Update.
6121         * cp-support.c (make_symbol_overload_list_block): Update.
6122         * coffread.c (patch_opaque_types): Update.
6123         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6124         * block.h (struct block_iterator): New.
6125         (block_iterator_first, block_iterator_next, block_iter_name_first)
6126         (block_iter_name_next, block_iter_match_first)
6127         (block_iter_match_next): Declare.
6128         (ALL_BLOCK_SYMBOLS): Redefine.
6129         * block.c (block_iterator_first, block_iterator_next)
6130         (block_iter_name_first, block_iter_name_next)
6131         (block_iter_match_first, block_iter_match_next): New functions.
6132         * ada-lang.c (ada_add_block_symbols)
6133         (ada_make_symbol_completion_list): Use block iterator.
6134
6135 2012-05-10  Tom Tromey  <tromey@redhat.com>
6136
6137         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6138         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6139         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6140         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6141         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6142         Update.
6143
6144 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6145
6146         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6147         print-file-var-lib2.c, print-file-var-main.c and
6148         print-file-var.exp (located in gdb/testsuite/gdb.base).
6149
6150 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6151
6152         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6153         try locating the symbol in the symbol's own objfile first, before
6154         extending the search to all objfiles.
6155         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6156         out of lookup_symbol_aux_symtabs.
6157         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6158         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6159         Do not search EXCLUDE_OBJFILE.
6160         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6161         (lookup_symbol_global): Search for matches in the block's objfile
6162         first, before searching all other objfiles.
6163
6164 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6165
6166         * printcmd.c (set_command): Add pre/post inc/dec.
6167
6168 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6169
6170         * gdb.1: Document -ex option.
6171
6172 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6173
6174         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6175         * inferior.h (AT_SYMBOL): Delete.
6176
6177 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6178
6179         * mips-tdep.c (mips_push_dummy_code): New function.
6180         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6181         ON_STACK and install mips_push_dummy_code as our gdbarch
6182         push_dummy_code routine.
6183
6184 2012-05-09  Pedro Alves  <palves@redhat.com>
6185
6186         * target.c (set_maintenance_target_async_permitted): Rename to ...
6187         (set_target_async_command): ... this.
6188         (show_maintenance_target_async_permitted): Rename to ...
6189         (show_target_async_command): ... this.
6190         (initialize_targets): Adjust.
6191
6192 2012-05-08  Doug Evans  <dje@google.com>
6193
6194         * go-exp.y (classify_name): Add missing assignment of fields of
6195         yylval.ssym.
6196
6197 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6198
6199         Display the ">" prompt in interactive mode while reading canned
6200         commands, even when the current interpreter is MI.
6201
6202         * interps.c (interp_set_temp): New function.
6203
6204         * interps.h (interp_set_temp): Add prototype.
6205
6206         * cli/cli-script.c (restore_interp): New cleanup function.
6207         (read_command_lines): Temporarily override the current interpreter
6208         with CLI and arrange for restoring the original one.
6209
6210 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6211
6212         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6213
6214 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6215
6216         * probe.c (parse_probes): Move conditional to check for
6217         debuginfo files from here...
6218         * stap-probe.c (stap_get_probes): ... to here.
6219
6220 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6221             H.J. Lu  <hongjiu.lu@intel.com>
6222
6223         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6224         `movl %esp, %ebp' for the X32 ABI.
6225
6226 2012-05-07  Tom Tromey  <tromey@redhat.com>
6227
6228         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6229         get_DW_TAG_name.
6230         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6231         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6232         (dwarf_stack_op_name): Remove.
6233         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6234         (decode_locdesc): Use get_DW_OP_name.
6235         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6236         (dwarf2_compile_expr_to_ax): Likewise.
6237         (disassemble_dwarf_expression): Likewise.
6238         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6239
6240 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6241
6242         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6243         (sh_linux_sigtramp_cache): New function.
6244         (sh_linux_sigreturn_init): New function.
6245         (sh_linux_rt_sigreturn_init): New function.
6246         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6247         patterns.
6248         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6249         syscall codes.
6250         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6251         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6252         (sh_linux_init_abi): Add init calls to register new tramp_frame
6253         definitions under 32-bit SH, update comments.
6254
6255 2012-05-07  Pedro Alves  <palves@redhat.com>
6256
6257         PR gdb/10952
6258
6259         * amd64-linux-tdep.c: Include glibc-tdep.h.
6260         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6261         gdbarch_skip_solib_resolver callback.
6262
6263 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6264
6265         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6266         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6267         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6268         (add_auto_load_safe_path): Change the error message.
6269         (_initialize_auto_load): Change the "safe-path" help text.
6270         * configure: Regenerate
6271         * configure.ac (--without-auto-load-safe-path): Set
6272         WITH_AUTO_LOAD_SAFE_PATH to /.
6273
6274 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6275
6276         * stap-probe.h: Do not include unecessary `probe.h'.
6277
6278 2012-05-05  Alan Modra  <amodra@gmail.com>
6279
6280         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6281         bfd_und_section_ptr.
6282         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6283         and bfd_com_section_ptr.
6284
6285 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6286
6287         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6288
6289 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6290
6291         * windows-nat.h (segment_register_p_ftype): New typedef.
6292         (windows_set_segment_register_p): Add declaration.
6293         * windows-nat.c (segment_register_p): New static global.
6294         (windows_set_segment_register_p): New function.
6295         (do_windows_fetch_inferior_registers): Add special handling
6296         for segment registers.
6297         * amd64-windows-nat.c: #include "amd64-tdep.h".
6298         (amd64_windows_segment_register_p): New function.
6299         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6300         * i386-windows-nat.c: #include "i386-tdep.h".
6301         (i386_windows_segment_register_p): New function.
6302         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6303
6304 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6305
6306         * printcmd.c (set_command): Emit a warning if the expression is not
6307         an assignment.
6308
6309 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6310
6311         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6312         Make static.
6313
6314 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6315
6316         * stap-probe.c (stap_is_operator): Change declaration.
6317         (stap_get_opcode): Change return value.
6318         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6319         `stap_parse_argument_1'.
6320
6321 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6322
6323         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6324         debug log.
6325
6326 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6327
6328         Add two new methods global_block and static_block to gdb.Symtab
6329         objects.
6330         * NEWS (Python scripting): Add entry about the new methods.
6331         * python/py-symtab.c (stpy_global_block): New function which
6332         implements the gdb.Symtab.global_block() method.
6333         (stpy_static_block): New function which implements the
6334         gdb.Symtab.static_block() method.
6335         (symtab_object_methods): Add entries for the two new methods.
6336
6337 2012-05-03  Doug Evans  <dje@google.com>
6338
6339         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6340         files.
6341
6342 2012-05-03  Yao Qi  <yao@codesourcery.com>
6343
6344         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6345         space.
6346         (i386_process_record): Ditto.
6347
6348 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6349
6350         * infcall.c (unwind_on_signal_p): Make static.
6351
6352 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6353
6354         * sol-thread.c (solaris_pid_to_str): Make static.
6355         (_initialize_sol_thread): Add prototype.
6356
6357 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6358
6359         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6360
6361 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6362
6363         * MAINTAINERS: Remove myself.
6364
6365 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6366
6367         Fix --without-auto-load-safe-path for MS-Windows host platform.
6368         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6369
6370 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6371
6372         * gdb_curses.h: Undefine KEY_EVENT before including curses
6373         headers.  Move "#undef MOUSE_MOVED" before any curses header
6374         inclusion.
6375
6376 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6377
6378         * features/i386/i386-mmx-linux.c: Regenerate.
6379         * features/rs6000/powerpc-32.c: Likewise.
6380         * features/rs6000/powerpc-32l.c: Likewise.
6381         * features/rs6000/powerpc-403.c: Likewise.
6382         * features/rs6000/powerpc-403gc.c: Likewise.
6383         * features/rs6000/powerpc-405.c: Likewise.
6384         * features/rs6000/powerpc-505.c: Likewise.
6385         * features/rs6000/powerpc-601.c: Likewise.
6386         * features/rs6000/powerpc-602.c: Likewise.
6387         * features/rs6000/powerpc-603.c: Likewise.
6388         * features/rs6000/powerpc-604.c: Likewise.
6389         * features/rs6000/powerpc-64.c: Likewise.
6390         * features/rs6000/powerpc-64l.c: Likewise.
6391         * features/rs6000/powerpc-750.c: Likewise.
6392         * features/rs6000/powerpc-860.c: Likewise.
6393         * features/rs6000/powerpc-e500.c: Likewise.
6394         * features/rs6000/powerpc-e500l.c: Likewise.
6395         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6396         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6397         * features/rs6000/rs6000.c: Likewise.
6398
6399 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6400
6401         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6402         variable.
6403         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6404         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6405         (stap_parse_argument) <e>: Likewise.
6406         (handle_stap_probe) <byte_order>: Likewise.
6407
6408 2012-04-30  Doug Evans  <dje@google.com>
6409
6410         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6411         init_and_read_dies_worker.  All callers updated.
6412         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6413         replaced with init_cutu_and_read_dies.
6414         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6415         (find_partial_die): Remove FIXME.  Don't free current CU.
6416
6417 2012-04-30  Sterling Augustine  <saugustine@google.com>
6418
6419         * contrib: New directory.
6420         * contrib/test_pubnames_and_indexes.py: New file.
6421
6422 2012-04-30  Doug Evans  <dje@google.com>
6423
6424         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6425         All callers updated.
6426         (init_cu_die_reader): Verify the section is non-empty.
6427         (dwarf_decode_line_header): Don't dereference section->asection
6428         until we know the section is present.
6429
6430 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6431
6432         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6433         probes.
6434
6435 2012-04-29  Yao Qi  <yao@codesourcery.com>
6436
6437         * gdb-code-style.el: New hook gdb-markup-hook
6438         and gdb-comment-hook.
6439
6440 2012-04-28  Doug Evans  <dje@google.com>
6441
6442         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6443         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6444         objfile->obfd.
6445         * symfile.h (dwarf2_debug_sections): New member addr.
6446         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6447         (ctx_no_get_addr_index): New function.
6448         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6449         (ctx_no_get_addr_index): Declare.
6450         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6451         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6452         (dwarf_expr_ctx_funcs): Update.
6453         (needs_get_addr_index): New function.
6454         (needs_frame_ctx_funcs): Update.
6455         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6456         * dwarf2read.c: #include "gdbcore.h".
6457         (dwarf2_per_objfile): New members addr, dwo_files.
6458         (dwarf2_elf_names): Add entry for addr.
6459         (struct dwo_section_names): New type.
6460         (dwo_section_names): New static global.
6461         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6462         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6463         old debug_types_section member updated to use this.
6464         Rename member debug_types_section to info_or_types_section,
6465         all uses updated.
6466         (signatured_type): Rename member type_offset to type_offset_in_tu,
6467         all uses updated.  New member type_offset_in_section.
6468         (struct dwo_sections): New type.
6469         (struct dwo_unit): New type.
6470         (struct dwo_file): New type.
6471         (die_reader_specs): New member dwo_file.
6472         (dwarf2_locate_sections): Watch for .debug_addr.
6473         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6474         (dwarf2_read_section): Get bfd of section from bfd's asection,
6475         instead of objfile.
6476         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6477         (create_signatured_type_table_from_index): Initialize
6478         sig_type->info_or_types_section.
6479         (dw2_get_file_names): Statement lists for type units with DWO files
6480         live in the DWO file.
6481         (create_debug_types_hash_table): New function.
6482         (create_all_type_units): Rewrite.
6483         (init_cu_die_reader): New arg dwo_file, all callers updated.
6484         (init_and_read_dies_worker): Get section from
6485         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6486         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6487         continue reading the CU/TU from there.
6488         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6489         updated.  Get section from this_cu->info_or_types_section.
6490         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6491         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6492         DW_FORM_GNU_str_index.
6493         (hash_dwo_file, eq_dwo_file): New functions.
6494         (allocate_dwo_file_hash_table): New function.
6495         (hash_dwo_unit, eq_dwo_unit): New functions.
6496         (allocate_dwo_unit_table): New function.
6497         (dwarf2_locate_dwo_sections): New function.
6498         (struct create_dwo_info_table_data): New type.
6499         (create_debug_info_hash_table_reader): New function.
6500         (create_debug_info_hash_table): New function.
6501         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6502         (lookup_dwo_file): New function.
6503         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6504         (free_dwo_file, free_dwo_file_cleanup): New functions.
6505         (free_dwo_file_from_slot, free_dwo_files): New functions.
6506         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6507         (dwarf2_record_block_ranges): Ditto.
6508         (read_partial_die): Ditto.
6509         (process_enumeration_scope): Update to use type_offset_in_section.
6510         (read_full_die_1): New function.
6511         (read_full_die): Rewrite.
6512         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6513         DW_FORM_GNU_str_index.
6514         (read_addr_index_1, read_addr_index): New functions.
6515         (read_addr_index_from_leb128): New function.
6516         (struct dwarf2_read_addr_index_data): New type.
6517         (dwarf2_read_addr_index_reader): New function.
6518         (dwarf2_read_addr_index): New function.
6519         (read_str_index): New function.
6520         (leb128_size): New function.
6521         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6522         If processing a type unit from a DWO file, get the line section
6523         from the DWO file.
6524         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6525         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6526         DW_FORM_GNU_str_index.
6527         (lookup_die_type): Check whether section offset of type's die is
6528         known before looking it up.  Remove assert.  Condition can
6529         legimately happen for inter-cu type references.
6530         (dwarf_attr_name): Handle Fission attributes.
6531         (dwarf_form_name): Handle Fission forms.
6532         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6533         DW_FORM_GNU_str_index.
6534         (follow_die_sig): Update to use type_offset_in_section.
6535         (decode_locdesc): New case DW_OP_GNU_addr_index.
6536         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6537         DW_FORM_GNU_str_index.
6538         (cu_debug_loc_section): New function.
6539         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6540         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6541         Free DWO files if present.
6542         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6543
6544         Refactor DIE reading.
6545         * dwarf2read.c (dwarf2_per_objfile): Replace members
6546         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6547         (die_reader_specs): New member "die_section".  Temporarily make
6548         member "buffer" non-const, pending constifying all info_ptr uses.
6549         (die_reader_func_ftype): New typedef.
6550         (dw2_get_file_names_reader): New function.
6551         (dw2_get_file_names): Rewrite.
6552         (read_and_check_type_unit_head): Rename arg type_offset to
6553         type_offset_in_tu.
6554         (create_all_type_units): Improve debugging message.
6555         Improve dummy type unit check.
6556         (init_cu_die_reader): New arg "section".  All callers updated.
6557         (init_and_read_dies_worker): New function.
6558         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6559         (init_cutu_and_read_dies_no_follow): New function.
6560         (init_cutu_and_read_dies_simple): New function.
6561         (process_psymtab_comp_unit_reader): New function.
6562         (process_psymtab_comp_unit): Delete args section,
6563         is_debug_types_section.  Rewrite.  All callers updated.
6564         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6565         All callers updated.  Rewrite.
6566         (load_partial_comp_unit_reader): New function.
6567         (load_partial_comp_unit): Rewrite.
6568         (skip_children): New arg reader.  Delete args buffer, cu.
6569         All callers updated.
6570         (skip_one_die): New arg reader.  Delete args buffer, cu.
6571         All callers updated.
6572         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6573         All callers updated.
6574         (load_full_comp_unit_reader): New function.
6575         (load_full_comp_unit): Rewrite.
6576         (read_comp_unit): Delete.
6577         (read_die_and_children_1): Delete, contents moved ...
6578         (read_die_and_children): ... here.
6579         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6580         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6581         All callers updated.
6582         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6583         All callers updated.
6584         (find_partial_die): Rewrite load_all_dies support.
6585         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6586         All callers updated.
6587         (read_attribute): New arg reader.  Delete args abfd, cu.
6588         All callers updated.
6589         (load_full_type_unit): Add assert.
6590         (read_signatured_type_reader): New function.
6591         (read_signatured_type): Rewrite.
6592         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6593         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6594         All callers updated.  Set per_cu->cu = NULL after freeing it.
6595         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6596         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6597         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6598         (set_die_type): Update.
6599         (get_die_type_at_offset): Update.
6600         (read_file_scope): Call prepare_one_comp_unit.
6601         (read_type_unit_scope): Ditto.
6602         (prepare_one_comp_unit): Set producer if present.
6603
6604 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6605
6606         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6607          gettext function on `error'.
6608
6609 2012-04-27  Doug Evans  <dje@google.com>
6610
6611         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6612         is empty.
6613
6614 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6615             Tom Tromey  <tromey@redhat.com>
6616
6617         * breakpoint.c (struct breakpoint_objfile_data)
6618         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6619         <exception_probes>: New fields.
6620         (free_breakpoint_probes): New function.
6621         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6622         `_Unwind_DebugHook'.
6623         (create_exception_master_breakpoint): Likewise.
6624         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6625         * infrun.c: Including necessary header files for handling SystemTap
6626         probes.
6627         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6628         via SystemTap probes.
6629         (check_exception_resume): Remove `func' argument.  Handle exception
6630         unwinding breakpoint set via a SystemTap probe.
6631         (insert_exception_resume_from_probe): New function.
6632
6633 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6634             Tom Tromey  <tromey@redhat.com>
6635             Jan Kratochvil  <jan.kratochvil@redhat.com>
6636
6637         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6638         (COMMON_OBS): Likewise.
6639         (HFILES_NO_SRCDIR): Add `probe'.
6640         * NEWS: Mention support for static and SystemTap probes.
6641         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6642         SystemTap probes' arguments parser.
6643         * arm-linux-tdep.c: Including headers needed to perform the parsing
6644         of SystemTap probes' arguments.
6645         (arm_stap_is_single_operand): New function.
6646         (arm_stap_parse_special_token): Likewise.
6647         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6648         probes' arguments parser.
6649         * ax-gdb.c (require_rvalue): Removing static declaration.
6650         (gen_expr): Likewise.
6651         * ax-gdb.h (gen_expr): Declaring function.
6652         (require_rvalue): Likewise.
6653         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6654         (bkpt_probe_breakpoint_ops): New variable.
6655         (momentary_breakpoint_from_master): Set the `probe' value.
6656         (add_location_to_breakpoint): Likewise.
6657         (break_command_1): Using proper breakpoint_ops according to the
6658         argument passed by the user in the command line.
6659         (bkpt_probe_insert_location): New function.
6660         (bkpt_probe_remove_location): Likewise.
6661         (bkpt_probe_create_sals_from_address): Likewise.
6662         (bkpt_probe_decode_linespec): Likewise.
6663         (tracepoint_probe_create_sals_from_address): Likewise.
6664         (tracepoint_probe_decode_linespec): Likewise.
6665         (tracepoint_probe_breakpoint_ops): New variable.
6666         (trace_command): Using proper breakpoint_ops according to the
6667         argument passed by the user in the command line.
6668         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6669         static probes on breakpoints and tracepoints.
6670         * breakpoint.h (struct bp_location) <probe>: New field.
6671         * cli-utils.c (skip_spaces_const): New function.
6672         (extract_arg): Likewise.
6673         * cli-utils.h (skip_spaces_const): Likewise.
6674         (extract_arg): Likewise.
6675         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6676         * configure.ac: Append `stap-probe.o' to be generated when ELF
6677         support is present.
6678         * configure: Regenerate.
6679         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6680         * elfread.c: Include `probe.h' and `arch-utils.h'.
6681         (probe_key): New variable.
6682         (elf_get_probes): New function.
6683         (elf_get_probe_argument_count): Likewise.
6684         (elf_evaluate_probe_argument): Likewise.
6685         (elf_compile_to_ax): Likewise.
6686         (elf_symfile_relocate_probe): Likewise.
6687         (stap_probe_key_free): Likewise.
6688         (elf_probe_fns): New variable.
6689         (elf_sym_fns): Add `sym_probe_fns' value.
6690         (elf_sym_fns_lazy_psyms): Likewise.
6691         (elf_sym_fns_gdb_index): Likewise.
6692         (_initialize_elfread): Initialize objfile cache for static
6693         probes.
6694         * gdb_vecs.h (struct probe): New forward declaration.
6695         (probe_p): New VEC declaration.
6696         * gdbarch.c: Regenerate.
6697         * gdbarch.h: Regenerate.
6698         * gdbarch.sh (stap_integer_prefix): New variable.
6699         (stap_integer_suffix): Likewise.
6700         (stap_register_prefix): Likewise.
6701         (stap_register_suffix): Likewise.
6702         (stap_register_indirection_prefix): Likewise.
6703         (stap_register_indirection_suffix): Likewise.
6704         (stap_gdb_register_prefix): Likewise.
6705         (stap_gdb_register_suffix): Likewise.
6706         (stap_is_single_operand): New function.
6707         (stap_parse_special_token): Likewise.
6708         (struct stap_parse_info): Forward declaration.
6709         * i386-tdep.c: Including headers needed to perform the parsing
6710         of SystemTap probes' arguments.
6711         (i386_stap_is_single_operand): New function.
6712         (i386_stap_parse_special_token): Likewise.
6713         (i386_elf_init_abi): Initializing proper fields used by SystemTap
6714         probes' arguments parser.
6715         * i386-tdep.h (i386_stap_is_single_operand): New function.
6716         (i386_stap_parse_special_token): Likewise.
6717         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6718         * mipsread.c (ecoff_sym_fns): Likewise.
6719         * objfiles.c (objfile_relocate1): Support relocation for static
6720         probes.
6721         * parse.c (prefixify_expression): Remove static declaration.
6722         (initialize_expout): Likewise.
6723         (reallocate_expout): Likewise.
6724         * parser-defs.h (initialize_expout): Declare function.
6725         (reallocate_expout): Likewise.
6726         (prefixify_expression): Likewise.
6727         * ppc-linux-tdep.c: Including headers needed to perform the parsing
6728         of SystemTap probes' arguments.
6729         (ppc_stap_is_single_operand): New function.
6730         (ppc_stap_parse_special_token): Likewise.
6731         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6732         probes' arguments parser.
6733         * probe.c: New file, for generic statically defined probe support.
6734         * probe.h: Likewise.
6735         * s390-tdep.c: Including headers needed to perform the parsing of
6736         SystemTap probes' arguments.
6737         (s390_stap_is_single_operand): New function.
6738         (s390_gdbarch_init): Initializing proper fields used by SystemTap
6739         probes' arguments parser.
6740         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6741         * stap-probe.c: New file, for SystemTap probe support.
6742         * stap-probe.h: Likewise.
6743         * symfile.h: Include `gdb_vecs.h'.
6744         (struct sym_probe_fns): New struct.
6745         (struct sym_fns) <sym_probe_fns>: New field.
6746         * symtab.c (init_sal): Initialize `probe' field.
6747         * symtab.h (struct probe): Forward declaration.
6748         (struct symtab_and_line) <probe>: New field.
6749         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6750         locations.
6751         (stop_tracing): Likewise.
6752         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6753
6754 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6755             Tom Tromey  <tromey@redhat.com>
6756
6757         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6758         and to compile agent expressions.
6759         * infrun.c (siginfo_make_value): New argument `ignore'.
6760         (siginfo_funcs): New struct.
6761         (_initialize_infrun): New argument when calling
6762         `create_internalvar_type_lazy'.
6763         * thread.c (thread_id_make_value): New argument `ignore'.
6764         (thread_funcs): New struct.
6765         (_initialize_thread): New argument when calling
6766         `create_internalvar_type_lazy'.
6767         * tracepoint.c (sdata_make_value): New argument `ignore'.
6768         (sdata_funcs): New struct.
6769         (_initialize_tracepoint): New argument when calling
6770         `create_internalvar_type_lazy'.
6771         * value.c (make_value): New struct.
6772         (create_internalvar_type_lazy): New argument `data'.
6773         (compile_internalvar_to_ax): New function.
6774         (value_of_internalvar): Properly handling `make_value' case.
6775         (clear_internalvar): Likewise.
6776         (show_convenience): Adding `TRY_CATCH' block.
6777         * value.h (internalvar_make_value): Delete, replace by...
6778         (struct internalvar_funcs): ... this.
6779         (create_internalvar_type_lazy) <fun>: Delete argument.
6780         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6781         (compile_internalvar_to_ax): New function.
6782         * windows-tdep.c (tlb_make_value): New argument `ignore'.
6783         (tlb_funcs): New struct.
6784         (_initialize_windows_tdep): New argument when calling
6785         `create_internalvar_type_lazy'.
6786
6787 2012-04-27  Mark Wielaard  <mjw@redhat.com>
6788
6789         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6790         see whether it is an address or a constant offset from DW_AT_low_pc.
6791         (dwarf2_record_block_ranges): Likewise.
6792         (read_partial_die): Likewise.
6793
6794 2012-04-26  Mark Wielaard  <mjw@redhat.com>
6795
6796         * MAINTAINERS (Write After Approval): Add myself to the list.
6797
6798 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6799
6800         * proc-utils.h (proc_prettyprint_signalset): New prototype.
6801         (proc_prettyprint_signal): Likewise.
6802         (proc_prettyprint_faultset): Likewise.
6803         (proc_prettyprint_fault): Likewise.
6804         (proc_prettyprint_actionset): Likewise.
6805         (proc_prettyprint_flags): Move to new proc-flags.c section.
6806         (proc_prettyfprint_flags): New prototype.
6807         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6808         (proc_syscall, proc_cursig): Likewise.
6809         (proc_set_kill_on_last_close): Likewise.
6810         (proc_unset_kill_on_last_close): Likewise.
6811         (proc_set_watchpoint): Make static.
6812         (proc_delete_dead_threads): Likewise.
6813         (procfs_set_watchpoint): Likewise.
6814         (_initialize_procfs): Add prototype.
6815         * proc-events.c: Include proc-utils.h.
6816         (init_syscall_table): Make static.
6817         * proc-api.c (_initialize_proc_api): Add prototype.
6818         * proc-flags.c: Include proc-utils.h.
6819
6820 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6821
6822         * configure.ac: Add AC_ARG_PROGRAM.
6823         * configure: Regenerate.
6824
6825 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6826
6827         Fix DW_AT_lower_bound defaults for DWARF-4+.
6828         * dwarf2read.c (read_subrange_type): Remove initialization of low and
6829         high.  New variable low_default_is_valid.  Implement DWARF-4+
6830         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
6831         no default by the DWARF standard.
6832
6833 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
6834             Maciej W. Rozycki  <macro@codesourcery.com>
6835
6836         * infrun.c (handle_inferior_event): Move the check for return
6837         trampolines ahead of the check for function trampolines.
6838         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6839         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6840         (mips_str_mips16_ret_stub): Likewise.
6841         (mips_str_call_fp_stub): Likewise.
6842         (mips_str_call_stub): Likewise.
6843         (mips_str_fn_stub): Likewise.
6844         (mips_str_pic): Likewise.
6845         (mips_in_frame_stub): New function.
6846         (mips_unwind_pc): Return the return address rather than the PC
6847         if the PC of an intermediate frame is inside a call thunk.
6848         (mips_is_stub_suffix): New function.
6849         (mips_is_stub_mode): Likewise.
6850         (mips_get_mips16_fn_stub_pc): Likewise.
6851         (mips_skip_mips16_trampoline_code): Update to handle all the
6852         currently generated stub types.  Don't recurse into __fn_stub
6853         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
6854         Use cooked register accesses.
6855         (mips_in_return_stub): Reintroduce function.
6856         (mips_skip_trampoline_code): Traverse trampolines recursively.
6857         (mips_gdbarch_init): Handle MIPS16 return trampolines.
6858
6859 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
6860
6861         GDB 7.4.1 released.
6862
6863 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
6864
6865         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6866         * features/arm-with-m-vfp-d16.xml: New file. Describes
6867         Cortex-M with VFPv4-sp-d16 FPU register layout.
6868         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6869         * features/arm-with-m-vfp-d16.c: New. Generated from above.
6870         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6871         (arm-register_g_packet_guesses): Add vfp-d16 guess.
6872         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6873
6874 2012-04-25  Doug Evans  <dje@google.com>
6875
6876         * cli/cli-decode.c (print_doc_line): Use stream instead of
6877         current_uiout.
6878
6879 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
6880
6881         * features/arm-with-iwmmxt.c: Regenerate.
6882         * features/arm-with-m-fpa-layout.c: Likewise.
6883         * features/arm-with-m.c: Likewise.
6884         * features/arm-with-neon.c: Likewise.
6885         * features/arm-with-vfpv2.c: Likewise.
6886         * features/arm-with-vfpv3.c: Likewise.
6887         * features/mips-dsp-linux.c: Likewise.
6888         * features/mips-linux.c: Likewise.
6889         * features/mips64-dsp-linux.c: Likewise.
6890         * features/mips64-linux.c: Likewise.
6891         * features/s390-linux32.c: Likewise.
6892         * features/s390-linux32v1.c: Likewise.
6893         * features/s390-linux32v2.c: Likewise.
6894         * features/s390-linux64.c: Likewise.
6895         * features/s390-linux64v1.c: Likewise.
6896         * features/s390-linux64v2.c: Likewise.
6897         * features/s390x-linux64.c: Likewise.
6898         * features/s390x-linux64v1.c: Likewise.
6899         * features/s390x-linux64v2.c: Likewise.
6900         * features/tic6x-c62x-linux.c: Likewise.
6901         * features/tic6x-c62x.c: Likewise.
6902         * features/tic6x-c64x-linux.c: Likewise.
6903         * features/tic6x-c64x.c: Likewise.
6904         * features/tic6x-c64xp-linux.c: Likewise.
6905         * features/tic6x-c64xp.c: Likewise.
6906         * target-descriptions.c: Only generate `field_type' and `type'
6907         variables when needed.
6908
6909 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
6910
6911         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6912
6913 2012-04-25  Doug Evans  <dje@google.com>
6914
6915         Initial pass at Go language support.
6916         * NEWS: Mention Go.
6917         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6918         go-valprint.c.
6919         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6920         (YYFILES): Add go-exp.c.
6921         (YYOBJ): Add go-exp.o.
6922         (local-maintainer-clean): Delete go-exp.c.
6923         * defs.h (enum language): Add language_go.
6924         * dwarf2read.c: #include "go-lang.h".
6925         (fixup_go_packaging): New function.
6926         (process_full_comp_unit): Call it when processing Go CUs.
6927         (dwarf2_physname): Add Go support.
6928         (read_file_scope): Handle missing language spec for GNU Go.
6929         (set_cu_language): Handle DW_LANG_Go.
6930         * go-exp.y: New file.
6931         * go-lang.h: New file.
6932         * go-lang.c: New file.
6933         * go-typeprint.c: New file.
6934         * go-valprint.c: New file.
6935         * symtab.c: #include "go-lang.h".
6936         (symbol_set_language): Handle language_go.
6937         (symbol_find_demangled_name, symbol_set_names): Ditto.
6938         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6939
6940 2012-04-24  Jim Meyering  <meyering@redhat.com>
6941
6942         avoid a few strncpy-induced buffer overruns
6943         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6944         fname and psargs before trying to concatenate.
6945         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6946         "name" before applying strchr.
6947
6948 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
6949
6950         * CONTRIBUTE: Use unified diff instead of context diff when
6951         generating patches.
6952
6953 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6954
6955         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6956         code.  Handle JR.HB correctly.
6957
6958 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6959
6960         * mips-tdep.c
6961         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6962         with the other MIPS16 helpers.
6963
6964 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
6965
6966         * observer.sh: Conditionally declare `args', thus cleaning up
6967         unused instances of this variable.
6968
6969 2012-04-24  Yao Qi  <yao@codesourcery.com>
6970
6971         Revert this patch to allow breakpoint always-inserted
6972         in record target.
6973         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
6974         * breakpoint.c: Include record.h.
6975         (breakpoints_always_inserted_mode): Return false when the record
6976         target is in use.
6977
6978         * breakpoint.c (iterate_over_bp_locations): New.
6979         * breakpoint.h: Declare.
6980         New typedef walk_bp_location_callback.
6981         * record.c (record_open): Call record_init_record_breakpoints.
6982         (record_sync_record_breakpoints): New.
6983         (record_init_record_breakpoints): New.
6984         * NEWS: Mention supporting breakpoint always-inserted mode in
6985         record target.
6986
6987 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
6988
6989         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6990         any thread.
6991
6992 2012-04-24  Yao Qi  <yao@codesourcery.com>
6993
6994         * breakpoint.c (ep_is_catchpoint): Renamed to ...
6995         (is_catchpoint): ... it.
6996         (print_one_breakpoint_location): Caller update.
6997         * breakpoint.h: Update declaration.
6998
6999 2012-04-23  David S. Miller  <davem@davemloft.net>
7000
7001         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7002
7003 2012-04-23  Tom Tromey  <tromey@redhat.com>
7004
7005         * buildsym.c (add_free_pendings): Remove.
7006         * buildsym.h (add_free_pendings): Remove.
7007
7008 2012-04-23  Doug Evans  <dje@google.com>
7009
7010         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7011         attr.u.unsnd instead of attr.u.addr.
7012         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7013         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7014         DW_FORM_ref_udata.
7015         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7016         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7017         DW_FORM_ref_udata.
7018         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7019
7020 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7021
7022         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7023         (mips_o32_return_value): Likewise.
7024         (mips_o64_return_value): Likewise.
7025
7026 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7027
7028         * ada-lang.c (ada_evaluate_subexp): Add cases for
7029         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7030         their treatment in eval.c.
7031
7032 2012-04-21  David S. Miller  <davem@davemloft.net>
7033
7034         * sparc-tdep.c (X_DISP10): Define.
7035         (sparc_analyze_control_transfer): Handle compare-and-branch.
7036
7037 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7038
7039         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7040         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7041
7042 2012-04-20  Nigel Stephens  <nigel@mips.com>
7043             Maciej W. Rozycki  <macro@codesourcery.com>
7044
7045         * mips-tdep.c (mips_float_register_p): New function.
7046         (mips_convert_register_float_case_p): Use mips_float_register_p.
7047         (mips_register_type): Likewise.
7048         (mips_print_register): Likewise.
7049         (print_gp_register_row): Likewise.
7050         (mips_print_registers_info): Likewise.
7051
7052 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7053
7054         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7055         of mips16 symbols.
7056
7057 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7058
7059         * MAINTAINERS (Write After Approval): Add myself to the list.
7060
7061 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7062
7063         * MAINTAINERS: Update my e-mail address.
7064
7065 2012-04-20  Pedro Alves  <palves@redhat.com>
7066
7067         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7068         $srcdir.
7069         * configure: Regenerate.
7070
7071 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7072
7073         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7074         declaration.
7075         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7076
7077 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7078
7079         Fix compilation compatibility with python-2.4
7080         * python/py-type.c (convert_field): Cast ADDRSTRING for
7081         PyObject_SetAttrString as non-const.  New comment.
7082
7083 2012-04-19  Tom Tromey  <tromey@redhat.com>
7084
7085         * top.c (quit_target): Use all_cleanups.
7086         * main.c (captured_command_loop): Use all_cleanups.
7087         * exceptions.c (throw_exception): Use all_cleanups.
7088
7089 2012-04-19  Pedro Alves  <palves@redhat.com>
7090
7091         * Makefile.in (GNULIB_BUILDDIR): New.
7092         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7093         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7094         (CLEANDIRS). Remove gnulib/import.
7095         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7096         (all-lib): Ditto.
7097         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7098         (gnulib/import/Makefile): Replace gnulib/import with
7099         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7100         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7101         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7102         acx_configure_dir.m4.
7103         * acinclude.m4: Include acx_configure_dir.m4.
7104         * acx_configure_dir.m4: New file.
7105         * aclocal.m4: Regenerate.
7106         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7107         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7108         (GNULIB): New variable.
7109         (GNULIB_STDINT_H): Adjust.
7110         (AC_OUTPUT): Don't output gnulib/Makefile.
7111         * gdb/defs.h: Include build-gnulib/config.h.
7112         * aclocal.m4: Regenerate.
7113         * config.in: Regenerate.
7114         * configure: Regenerate.
7115
7116         * gnulib/Makefile.in: New file.
7117         * gnulib/configure.ac: New file.
7118         * gnulib/aclocal.m4: New file.
7119         * gnulib/config.in: New file.
7120         * gnulib/configure: New file.
7121         * gnulib/: Re-run gnulib-tool to adjust.
7122
7123 2012-04-19  Doug Evans  <dje@google.com>
7124
7125         * cleanups.h (struct cleanup): Move to cleanups.c.
7126         (make_cleanup_dtor_ftype): New typedef.
7127         (make_cleanup_dtor): Use it.
7128         (ALL_CLEANUPS): Replace with ...
7129         (all_cleanups): ... this.  Declare.  All uses updated.
7130         * cleanups.c: #include "gdb_assert.h".
7131         (sentinel_cleanup): New static global.
7132         (SENTINEL_CLEANUP): Define.
7133         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7134         (make_my_cleanup2): Assert result is non-NULL.
7135         (all_cleanups): New function.
7136         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7137         of NULL.
7138
7139 2012-04-19  Pedro Alves  <palves@redhat.com>
7140
7141         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7142         Adjust paths to gnulib imported files.
7143
7144 2012-04-19  Pedro Alves  <palves@redhat.com>
7145
7146         * gnulib/: Move whole directory ...
7147         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7148         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7149         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7150         (aclocal_m4_deps): Adjust.
7151         * aclocal.m4: Regenerate.
7152         * configure: Regenerate.
7153         * configure.ac: Adjust AC_OUTPUT output.
7154
7155 2012-04-19  Yao Qi  <yao@codesourcery.com>
7156
7157         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7158         (vec.o): New rule.
7159         * vec.c: Move it ...
7160         * common/vec.c: ... here.
7161         * vec.h: Move it ...
7162         * common/vec.h: ... here.
7163
7164 2012-04-19  Yao Qi  <yao@codesourcery.com>
7165
7166         * gdb-code-style.el: New.
7167
7168 2012-04-18  Pedro Alves  <palves@redhat.com>
7169
7170         Update gnulib from latest git.
7171         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7172
7173         * gnulib/Makefile.am: Update.
7174         * gnulib/dummy.c: Update.
7175         * gnulib/extra/arg-nonnull.h: Update.
7176         * gnulib/extra/c++defs.h: Update.
7177         * gnulib/extra/update-copyright: Update.
7178         * gnulib/extra/warn-on-use.h: Update.
7179         * gnulib/inttypes.in.h: Update.
7180         * gnulib/m4/00gnulib.m4: Update.
7181         * gnulib/m4/extensions.m4: Update.
7182         * gnulib/m4/gnulib-cache.m4: Update.
7183         * gnulib/m4/gnulib-common.m4: Update.
7184         * gnulib/m4/gnulib-comp.m4: Update.
7185         * gnulib/m4/gnulib-tool.m4: Update.
7186         * gnulib/m4/include_next.m4: Update.
7187         * gnulib/m4/inttypes-pri.m4: Update.
7188         * gnulib/m4/inttypes.m4: Update.
7189         * gnulib/m4/longlong.m4: Update.
7190         * gnulib/m4/memchr.m4: Update.
7191         * gnulib/m4/memmem.m4: Update.
7192         * gnulib/m4/mmap-anon.m4: Update.
7193         * gnulib/m4/multiarch.m4: Update.
7194         * gnulib/m4/onceonly.m4: Update.
7195         * gnulib/m4/stddef_h.m4: Update.
7196         * gnulib/m4/stdint.m4: Update.
7197         * gnulib/m4/string_h.m4: Update.
7198         * gnulib/m4/warn-on-use.m4: Update.
7199         * gnulib/m4/wchar_h.m4: Update.
7200         * gnulib/m4/wchar_t.m4: Update.
7201         * gnulib/m4/wint_t.m4: Update.
7202         * gnulib/memchr.c: Update.
7203         * gnulib/memmem.c: Update.
7204         * gnulib/stddef.in.h: Update.
7205         * gnulib/stdint.in.h: Update.
7206         * gnulib/str-two-way.h: Update.
7207         * gnulib/string.in.h: Update.
7208         * gnulib/wchar.in.h: Update.
7209
7210         * gnulib/extra/arg-nonnull.h: Delete.
7211         * gnulib/extra/c++defs.h: Delete.
7212         * gnulib/extra/warn-on-use.h: Delete.
7213         * gnulib/m4/wchar_h.m4: Delete.
7214         * gnulib/m4/wint_t.m4: Delete.
7215         * gnulib/wchar.in.h: Delete.
7216
7217         * gnulib/extra/snippets/arg-nonnull.h: New.
7218         * gnulib/extra/snippets/c++defs.h: New.
7219         * gnulib/extra/snippets/warn-on-use.h: New.
7220
7221         * aclocal.m4: Regenerate.
7222         * config.in: Regenerate.
7223         * configure: Regenerate.
7224         * gnulib/Makefile.in: Regenerate.
7225
7226 2012-04-18  Pedro Alves  <palves@redhat.com>
7227
7228         Reimport the update-copyright module from gnulib
7229         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7230
7231         * configure: Regenerate.
7232         * gnulib/Makefile.am: Update.
7233         * gnulib/Makefile.in: Regenerate.
7234         * gnulib/extra/update-copyright: Update.
7235         * gnulib/m4/gnulib-cache.m4: Update.
7236         * gnulib/m4/gnulib-comp.m4: Update.
7237
7238 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7239
7240         * configure.ac (aix): Put -lpthread into libs.
7241         * configure: Regenerate.
7242
7243 2012-04-18  Tom Tromey  <tromey@redhat.com>
7244
7245         * linespec.c (convert_linespec_to_sals): Don't use
7246         SYMBOL_OBJ_SECTION.
7247         (compare_msymbols): Arguments are minsym_and_objfile, not
7248         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7249
7250 2012-04-18  Pedro Alves  <palves@redhat.com>
7251
7252         Revert gnulib/ part of:
7253         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7254         Copyright year update in most files (performed by copyright.sh).
7255
7256 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7257
7258         Fix 64-bit constants on 32-bit hosts.
7259         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7260         from unsigned long to ULONGEST.
7261         (read_signed_leb128): Change declaration return type from long to
7262         LONGEST.
7263         (dwarf2_const_value_attr): Change declaration parameter value from long
7264         to LONGEST.
7265         (dwarf2_compute_name): Change variable value from long to LONGEST.
7266         (read_unsigned_leb128): Change return type, variable result and some
7267         casts from unsigned long to ULONGEST.
7268         (read_signed_leb128): Change return type, variable result and some
7269         casts from long to LONGEST.
7270         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7271         value from long to LONGEST.
7272         (dwarf2_const_value): Change variable value from long to LONGEST.
7273         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7274         plongest and hex_string.
7275         * symtab.h (struct general_symbol_info): Change ivalue from long to
7276         LONGEST, remove the comment.
7277         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7278         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7279
7280 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7281
7282         PR symtab/7259:
7283         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7284         * ada-lang.c (ada_discrete_type_high_bound)
7285         (ada_discrete_type_low_bound): Fix function comment.  Use
7286         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7287         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7288         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7289         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7290         Use TYPE_FIELD_ENUMVAL.
7291         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7292         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7293         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7294         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7295         TYPE_CODE_ENUM.
7296         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7297         * dwarf2read.c (process_enumeration_scope): Likewise.
7298         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7299         field.bitpos.
7300         (class StructMainTypePrettyPrinter): Support also
7301         FIELD_LOC_KIND_ENUMVAL.
7302         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7303         TYPE_CODE_ENUM.
7304         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7305         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7306         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7307         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7308         field enumval.
7309         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7310         accommodate enumval.
7311         (struct call_site): Adjust loc_kind to accommodate enumval.
7312         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7313         (TYPE_FIELD_ENUMVAL): New macros.
7314         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7315         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7316         TYPE_CODE_ENUM.
7317         * p-typeprint.c (pascal_type_print_base): Likewise.
7318         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7319         enumval.
7320         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7321         * python/py-type.c (convert_field): New variable addrstring.  Use
7322         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7323         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7324         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7325         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7326         TYPE_CODE_ENUM.
7327         * valprint.c (generic_val_print): Likewise.
7328
7329 2012-04-17  Doug Evans  <dje@google.com>
7330
7331         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7332
7333         * dwarf2read.c: Whitespace fixes.
7334         (lookup_signatured_type): Tweak comment.
7335         (get_die_type_at_offset): Fix comment.
7336
7337 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7338
7339         * xcoffread.c (xcoff_secnum_to_sections): New function.
7340         (secnum_to_section, secnum_to_bfd_section): Reimplement
7341         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7342         into "n_scnum".
7343         (RECORD_MINIMAL_SYMBOL): Delete.
7344         (record_minimal_symbol): New function.
7345         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7346         by call to record_minimal_symbol and set misc_func_recorded
7347         to 1.  Set last_csect_sec to the XCOFF section index instead
7348         of GDB's section_offset index.  Update calls to
7349         prim_record_minimal_symbol_and_info to pass the BFD section
7350         as well.
7351
7352 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7353
7354         * xcoffread.c (read_xcoff_symtab): Delete variables
7355         last_csect_val and last_csect_sec and associated code.
7356
7357 2012-04-17  Doug Evans  <dje@google.com>
7358
7359         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7360         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7361         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7362         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7363
7364         * cleanups.h: New file.
7365         * cleanups.c: New file.
7366         * Makefile.in (SFILES): Add cleanups.c.
7367         (HFILES_NO_SRCDIR): Add cleanups.h.
7368         (COMMON_OBS): Add cleanups.o.
7369         * defs.h (struct cleanup): Moved to cleanups.h.
7370         (do_cleanups,do_final_cleanups): Ditto.
7371         (discard_cleanups,discard_final_cleanups): Ditto
7372         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7373         (save_cleanups,save_final_cleanups): Ditto.
7374         (restore_cleanups,restore_final_cleanups): Ditto.
7375         (null_cleanup): Ditto.
7376         (make_my_cleanup,make_my_cleanup2): Ditto.
7377         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7378         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7379         (do_cleanups,do_final_cleanups): Ditto.
7380         (discard_cleanups,discard_final_cleanups): Ditto
7381         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7382         (save_cleanups,save_final_cleanups): Ditto.
7383         (restore_cleanups,restore_final_cleanups): Ditto.
7384         (null_cleanup): Ditto.
7385         (make_my_cleanup,make_my_cleanup2): Ditto.
7386         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7387
7388         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7389         make_my_cleanup.
7390         (make_cleanup_dyn_string_delete): Ditto.
7391         (make_cleanup_ui_file_delete): Ditto.
7392         (make_cleanup_ui_out_redirect_pop): Ditto.
7393         (make_cleanup_free_section_addr_info): Ditto.
7394         (make_cleanup_restore_integer): Ditto.
7395         (make_cleanup_unpush_target): Ditto.
7396         (make_cleanup_value_free_to_mark): Ditto.
7397         (make_cleanup_value_free): Ditto.
7398         (make_cleanup_free_so): Ditto.
7399
7400 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7401
7402         New option "set debug auto-load".
7403         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7404         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7405         (auto_load_safe_path_vec_update)
7406         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7407         if DEBUG_AUTO_LOAD.
7408         (file_is_auto_load_safe): New parameters debug_fmt and ....
7409         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7410         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7411         caller by explanatory string.
7412         (_initialize_auto_load): Register "set debug auto-load".
7413         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7414         and ....
7415         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7416         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7417         by explanatory string.
7418         * main.c (captured_main): Likewise.
7419         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7420         (source_section_scripts): Likewise.
7421
7422 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7423
7424         New option "set auto-load safe-path".
7425         * NEWS: New commands "set auto-load safe-path"
7426         and "show auto-load safe-path".
7427         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7428         (auto_load_safe_path, auto_load_safe_path_vec)
7429         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7430         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7431         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7432         (source_gdb_script_for_objfile): New variable is_safe.  Call
7433         file_is_auto_load_safe.  Return if it is not.
7434         (struct loaded_script): New field loaded.
7435         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7436         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7437         output "Missing" to "No".
7438         (_initialize_auto_load): New variable cmd.  Initialize
7439         auto_load_safe_path.  Register "set auto-load safe-path",
7440         "show auto-load safe-path" and "add-auto-load-safe-path".
7441         * auto-load.h (maybe_add_script): Add parameter loaded.
7442         (file_is_auto_load_safe): New declaration.
7443         * config.in: Regenerate.
7444         * configure: Regenerate.
7445         * configure.ac: New parameters --with-auto-load-safe-path
7446         and --without-auto-load-safe-path.
7447         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7448         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7449         * main.c (captured_main): Check file_is_auto_load_safe for
7450         LOCAL_GDBINIT.
7451         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7452         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7453         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7454         not.
7455
7456 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7457
7458         auto-load: Implementation.
7459         * NEWS: New descriptions for "info auto-load",
7460         "info auto-load gdb-scripts", "info auto-load python-scripts",
7461         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7462         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7463         and "show auto-load-scripts".  New description for "set auto-load",
7464         "show auto-load", "set auto-load gdb-scripts",
7465         "show auto-load gdb-scripts", "set auto-load python-scripts",
7466         "show auto-load python-scripts", "set auto-load local-gdbinit",
7467         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7468         "show auto-load libthread-db".
7469         * auto-load.c: Remove include python/python-internal.h.  Add includes
7470         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7471         cli/cli-setshow.h.
7472         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7473         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7474         (gdbpy_global_auto_load): Rename to ...
7475         (global_auto_load): ... here.
7476         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7477         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7478         (script_language_gdb, source_gdb_script_for_objfile): New.
7479         (struct loaded_script): New field language.
7480         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7481         LANGUAGE.
7482         (maybe_add_script): Add parameter language.  Drop redundant
7483         entry.full_path initialization.  Initialize entry.language and
7484         (*slot)->language.
7485         (auto_load_objfile_script): Change parameter suffix to language.
7486         Remove the call of maybe_add_script.
7487         Call language->source_script_for_objfile.
7488         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7489         New.
7490         (collect_matching_scripts): Adjust it for
7491         struct collect_matching_scripts_data.
7492         (auto_load_info_scripts_pattern_nl): New variable.
7493         (info_auto_load_scripts): Rename to ...
7494         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7495         for struct collect_matching_scripts_data.
7496         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7497         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7498         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7499         (auto_load_info_cmdlist_get): New.
7500         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7501         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7502         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7503         "info auto-load local-gdbinit".
7504         * auto-load.h (struct script_language): New.
7505         (gdbpy_global_auto_load): Rename to ...
7506         (global_auto_load): ... here.
7507         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7508         (auto_load_local_gdbinit_loaded): New declarations.
7509         (maybe_add_script): New parameter language.
7510         (auto_load_objfile_script): Change parameter suffix to language.
7511         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7512         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7513         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7514         declarations.
7515         * linux-thread-db.c: Include auto-load.h and ctype.h.
7516         (auto_load_thread_db, show_auto_load_thread_db): New.
7517         (struct thread_db_info): New field filename.
7518         (delete_thread_db_info): Call xfree for FILENAME.
7519         (try_thread_db_load): Initialize FILENAME.
7520         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7521         if !AUTO_LOAD_THREAD_DB.
7522         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7523         (_initialize_thread_db): Install auto_load_thread_db
7524         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7525         as "info auto-load libthread-db".
7526         * main.c (captured_main): Rename gdbpy_global_auto_load to
7527         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7528         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7529         (print_gdb_help): Extend the help for 'local init file'.
7530         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7531         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7532         (auto_load_scripts): Rename to ...
7533         (auto_load_python_scripts): ... here, update the comment.
7534         (gdbpy_load_auto_script_for_objfile): New declaration.
7535         (show_auto_load_python_scripts, script_language_python)
7536         (gdbpy_load_auto_script_for_objfile): New.
7537         (source_section_scripts): Refactor the code.
7538         (load_auto_scripts_for_objfile): Rename to ...
7539         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7540         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7541         (info_auto_load_python_scripts): New.
7542         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7543         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7544         Register "set auto-load-scripts" as its deprecated alias.  Register
7545         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7546         its deprecated alias.
7547         (load_auto_scripts_for_objfile): Rename to ...
7548         (gdbpy_load_auto_scripts_for_objfile): ... here.
7549         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7550         (gdbpy_load_auto_scripts_for_objfile): ... here.
7551
7552 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7553
7554         auto-load: Move files.
7555         * Makefile.in (SFILES): Add auto-load.c.
7556         (HFILES_NO_SRCDIR): Add auto-load.h.
7557         (COMMON_OBS): Add auto-load.o.
7558         (distclean): Change .gdbinit for gdb-gdb.gdb.
7559         * auto-load.c: New file, with parts from python/py-auto-load.c.
7560         * auto-load.h: New file, with parts from python/python.h.
7561         * configure: Regenerate.
7562         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7563         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7564         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7565         * main.c: Include auto-load.h.
7566         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7567         command.h, observer.h and progspace.h to auto-load.c.  Add include
7568         auto-load.h.
7569         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7570         (struct loaded_script, auto_load_pspace_data)
7571         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7572         (hash_loaded_script_entry, eq_loaded_script_entry)
7573         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7574         (maybe_add_script): Move to auto-load.c.
7575         (source_section_scripts): Change maybe_add_script parameters passing,
7576         use script_not_found_warning_print.
7577         (clear_section_scripts, auto_load_objfile_script)
7578         (auto_load_new_objfile, loaded_script_ptr)
7579         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7580         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7581         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7582         auto_load_new_objfile and info_auto_load_scripts initizations to
7583         auto-load.c.
7584         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7585
7586 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7587
7588         Code cleanup.
7589         * charset.c (find_charset_names): Remove variables ix and elt.
7590         Use free_char_ptr_vec.
7591         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7592         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7593         debugdir_end.  New variable debugdir_len.
7594         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7595         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7596         declarations.
7597         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7598         and elt.  Use free_char_ptr_vec.
7599         * source.c (add_path): Remove variables argv, arg and argv_index.
7600         New variables dir_vec, back_to, ix and name.
7601         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7602         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7603         no longer expecting DIRNAME_SEPARATOR.
7604         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7605         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7606         no longer expecting DIRNAME_SEPARATOR.
7607         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7608         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7609         debugdir_end.
7610         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7611         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7612         (dirnames_to_char_ptr_vec): New functions.
7613
7614 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7615
7616         Code cleanup.
7617         * source.c (add_path): Remove always true conditional 'p == 0' and
7618         unindent its code block.
7619
7620 2012-04-17  Pedro Alves  <palves@redhat.com>
7621
7622         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7623         (FIELD_BITPOS_LVAL): ... this.
7624         (FIELD_BITPOS): New.
7625         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7626         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7627         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7628         SET_FIELD_BITPOS.
7629         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7630         SET_FIELD_BITPOS.
7631         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7632         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7633         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7634         SET_FIELD_BITPOS.
7635
7636 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7637
7638         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7639         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7640         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7641         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7642         * jv-lang.c (java_link_class_type): Likewise, once.
7643         * stabsread.c (read_enum_type): Likewise.
7644
7645 2012-04-16  Yao Qi  <yao@codesourcery.com>
7646
7647         * common/agent.c (agent_run_command): Add one more parameter `len'.
7648         Update callers.
7649         * common/agent.h: Update declaration.
7650         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7651         Update.
7652         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7653
7654 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7655
7656         PR mi/13393
7657         * value.c (value_actual_type): New function.
7658         * value.h (value_actual_type): New declaration.
7659         * varobj.c (update_type_if_necessary): New function.
7660         (varobj_create): Call value_actual_type instead of
7661         value_type.
7662         (install_dynamic_child): distinct changed and type changed MI variable
7663         objects.
7664         (update_dynamic_varobj_children): Updated for install_dynamic_child
7665         change.  All callers updated.
7666         (varobj_update): Support for MI variable object type change if
7667         the value changed and RTTI is used to determine the type.
7668         (create_child_with_value): Call value_actual_type instead of
7669         value_type.
7670         (adjust_value_for_child_access): Extended with a new parameter which
7671         specify whether the given value should be casted to enclosing type.
7672         All callers updated.
7673
7674 2012-04-14  Yao Qi  <yao@codesourcery.com>
7675
7676         Import gnulib module inttypes from git
7677         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7678         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7679         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7680         gnulib/m4/inttypes-pri.m4
7681         * aclocal.m4, config.in, configure: Regenerated.
7682         * gnulib/Makefile.am: Update.
7683         * gnulib/Makefile.in: Update.
7684         * gnulib/m4/gnulib-cache.m4: Update.
7685         * gnulib/m4/gnulib-comp.m4: Update.
7686         * gnulib/inttypes.in.h: New.
7687         * gnulib/m4/inttypes-pri.m4: New.
7688         * gnulib/m4/inttypes.m4: New.
7689
7690 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
7691
7692         * infrun.c (resume): Update PC address to the real PC after
7693         preparing to do displaced stepping.
7694
7695 2012-04-12  Doug Evans  <dje@google.com>
7696
7697         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7698         All callers updated.
7699
7700 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
7701
7702         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7703
7704 2012-04-12  Doug Evans  <dje@google.com>
7705
7706         * dwarf2read.c (create_all_type_units): Renamed from
7707         create_debug_types_hash_table.  All callers updated.
7708
7709         * dwarf2read.c (create_signatured_type_table_from_index): Rename
7710         local type_sig to sig_type, type_offset to type_offset_in_tu.
7711         (hash_signatured_type): Renamed from hash_type_signature,
7712         all callers updated.
7713         (eq_signatured_type): Renamed from eq_type_signature,
7714         all callers updated.
7715         (create_debug_types_hash_table): Rename local type_sig to sig_type.
7716         (process_enumeration_scope): Ditto.
7717         (lookup_signatured_type_at_offset): Ditto.
7718         (load_full_type_unit, read_signatured_type): Ditto.
7719
7720 2012-04-12  Yao Qi  <yao@codesourcery.com>
7721
7722         * remote.c (async_remote_interrupt): Correct function name in
7723         debug message.
7724         (async_remote_interrupt_twice): Ditto.
7725
7726 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
7727
7728         * source.c (find_and_open_source): Consistently pass resulting
7729         full path through xfullpath.
7730
7731 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7732
7733         Provide more specific displaced-stepping memory error message.
7734         * infrun.c (displaced_step_prepare): New variable status.  Call
7735         target_read_memory instead of read_memory, provide more specific
7736         error message.
7737
7738 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7739
7740         PR gdb/13901
7741         * darwin-nat.c (darwin_execvp): Revert previous patch.
7742
7743 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7744
7745         PR gdb/13901
7746         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7747         in case of change.
7748
7749 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7750
7751         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7752         warning.
7753
7754 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
7755
7756         New command 'explore' which helps explore values and types in
7757         scope.
7758         * NEWS: Add an entry about the new 'explore' command.
7759         * data-directory/Makefile.in: Add gdb/command/explore.py
7760         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7761         command using the GDB Python API.
7762
7763 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7764
7765         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7766         extension in jump target calculation.
7767
7768 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7769
7770         * mips-tdep.c (mips32_next_pc): Handle JALX.
7771
7772 2012-04-10  Yao Qi  <yao@codesourcery.com>
7773
7774         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7775
7776 2012-04-10  Yao Qi  <yao@codesourcery.com>
7777
7778         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7779         and gnulib/m4/gnulib-tool.m4.
7780
7781 2012-04-10  Doug Evans  <dje@google.com>
7782
7783         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7784         (load_partial_dies): Clarify comment.
7785         (find_partial_die): Support rereading type units.
7786         Clarify CU handling, if we know offset is in CU, don't search for the
7787         containing CU.  Add comment regarding memory waste.
7788
7789 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7790
7791         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7792         i386/x32-avx and i386/x32-avx-linux.
7793         (i386/x32-expedite): New.
7794         (i386/x32-linux-expedite): Likewise.
7795         (i386/x32-avx-expedite): Likewise.
7796         (i386/x32-avx-linux-expedite): Likewise.
7797         ($(outdir)/i386/x32.dat): Likewise.
7798         ($(outdir)/i386/x32-linux.dat): Likewise.
7799         ($(outdir)/i386/x32-avx.dat): Likewise.
7800         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7801
7802         * features/i386/x32-avx-linux.xml: New file.
7803         * features/i386/x32-avx.xml: Likewise.
7804         * features/i386/x32-core.xml: Likewise.
7805         * features/i386/x32-linux.xml: Likewise.
7806         * features/i386/x32.xml: Likewise.
7807
7808         * features/i386/x32-avx-linux.c: New.  Generated.
7809         * features/i386/x32-avx.c: Likewise.
7810         * features/i386/x32-linux.c: Likewise.
7811         * features/i386/x32.c: Likewise.
7812         * regformats/i386/x32-avx-linux.dat: Likewise.
7813         * regformats/i386/x32-avx.dat: Likewise.
7814         * regformats/i386/x32-linux.dat: Likewise.
7815         * regformats/i386/x32.dat: Likewise.
7816
7817 2012-04-10  Tristan Gingold  <gingold@adacore.com>
7818
7819         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7820         code to kill the inferior.
7821
7822 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7823
7824         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7825         defines.
7826         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7827         defines.
7828         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7829         (yyvsp): New defines.
7830         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7831         defines.
7832         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7833         defines.
7834         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7835         defines.
7836         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7837         defines.
7838         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7839         defines.
7840
7841 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7842
7843         * sparc64-tdep.c (sparc64_store_arguments)
7844         (sparc64_store_arguments): Fix coding style.
7845
7846 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
7847
7848         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7849         complex floats, adjust some related comments and tighten a related
7850         assertion.
7851         (sparc64_extract_return_value): Handle complex floats.
7852
7853 2012-04-07  Doug Evans  <dje@google.com>
7854
7855         * dwarf2read.c (load_partial_dies): Change condition to assert.
7856
7857 2012-04-06  Doug Evans  <dje@google.com>
7858
7859         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7860         "mov %rsp,%rbp".
7861
7862 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
7863
7864         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7865         fencepost error.
7866         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7867         (v850_gdbarch_init): Set `num_regs' as appropriate for the
7868         architecture.
7869
7870 2012-04-05  Keith Seitz  <keiths@redhat.com>
7871
7872         * linespec.c (decode_compound): Remove.
7873         (enum offset_relative_sign): New enum.
7874         (struct line_offset): New struct.
7875         (struct linespec): New struct.
7876         (struct linespec_state): Move file_symtabs,
7877         user_filename, and user_function into struct linespec.
7878         Make result an anonymous struct holding vectors of
7879         symbolp and minsym_and_objfile_d.
7880         Add language member.
7881         (enum ls_token_type): New enum.
7882         (linespec_keywords): New array.
7883         (struct ls_token): New struct.
7884         (struct ls_parser): New struct.
7885         (linespec_lexer_lex_number): New function.
7886         (linespec_lexer_lex_keyword): New function.
7887         (is_ada_operator): New function.
7888         (skip_quote_char): New function.
7889         (copy_token_string): New function.
7890         (is_closing_quote_enclosed): New function.
7891         (find_parameter_list_end): New function.
7892         (linespec_lexer_lex_string): New function.
7893         (linespec_lexer_lex_one): New function.
7894         (linespec_lexer_consume_token): New function.
7895         (linespec_lexer_peek_token): New function.
7896         (cplusplus_error): Remove unused function.
7897         (find_methods): Update comment.
7898         (find_toplevel_char): Return const.
7899         (is_objc_method_format): Remove unused function.
7900         (find_toplevel_string): New function.
7901         (is_linespec_boundary): Remove.
7902         (symbol_not_found_error): New function.
7903         (find_method_overload_end): Remove function.
7904         (unexpected_linespec_error): New function.
7905         (keep_name_info): Remove.
7906         (linespec_parse_line_offset): New function.
7907         (linespec_parse_basic): New function.
7908         (canonicalize_linespec): New function.
7909         (decode_line_internal): Remove.
7910         (create_sals_line_offset): New function adapted from
7911         decode_all_digits.
7912         (convert_linespec_to_sals): New function.
7913         (parse_linespec): New function.
7914         (linespec_parser_new): New function.
7915         (linespec_state_destructor): Change parameter type to
7916         struct linespec_state *.
7917         Add language parameter.
7918         Remove freeing of moved members.
7919         (linespec_parser_delete): New function.
7920         (decode_line_full): Use parse_linespec and linespec_parser_new.
7921         (decode_line_1): Likewise.
7922         (decode_indirect): Rename to ...
7923         (linespec_expression_to_pc): ... this and rewrite
7924         to simply find CORE_ADDR, storing this result for later
7925         conversion to SALs.
7926         (locate_first_half): Remove.
7927         (deocde_objc): Add parameter LS.
7928         Initialize new struct collect_info members.
7929         Handle minimal symbols, too.
7930         (decode_compound): Delete.
7931         (lookup_prefix_sym): Rewrite.
7932         (compare_msymbols): New function.
7933         (find_method): Rewrite.
7934         Do not call cplusplus_error.
7935         (symtabs_from_filename): Rewrite.
7936         (collect_function_symbols): Delete.
7937         (find_function_symbols): Rewrite without ARGPTR-style
7938         processing.
7939         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7940         (decode_dollar): Adapted and renamed to ...
7941         (linespec_parse_variable): ... this.
7942         (find_linespec_symbols): New function.
7943         (decode_label): Adapted and renamed to ...
7944         (find_label_symbols): ... this.
7945         (decode_digits_list_mode): Add and use LS argument.
7946         (decode_digits_ordinary): Likewise.
7947         (collect_symbols): Do not collect SALs, just symbols and msymbols.
7948         If in list mode, allow any symbol class.  Otherwise, only
7949         permit LOC_BLOCK symbols.
7950         (minsym_found): Update comments.
7951         (search_minsyms_for_name): Do not convert the matching symbol
7952         into a SAL.  Simply push the symbol and objfile into the
7953         result vector.
7954         (decode_variable): Delete. Contents adapted into
7955         find_linespec_symbols.
7956
7957         * cp-support.c (SKIP_SPACE): Remove.
7958         (operator_tokens): Remove unused global.
7959         (cp_validate_operator): Remove.
7960         * cp-support.h (cp_validate_operator): Remove declaration.
7961
7962 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7963
7964         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7965         for TYPE_VPTR_FIELDNO.
7966         * valprint.c (valprint_check_validity): Make it global, move the
7967         function comment ...
7968         * value.h (valprint_check_validity): ... to this new declaration.
7969
7970 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7971
7972         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7973         the STATE32 api for i386 state.
7974         (i386_darwin_store_inferior_registers): Likewise.
7975
7976 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7977
7978         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7979         SS offset.
7980         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7981         format_string.
7982
7983 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7984
7985         PR gdb/13901
7986         * darwin-nat.c (darwin_execvp): Set binary preference.
7987
7988 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7989
7990         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7991
7992 2012-03-30  Tom Tromey  <tromey@redhat.com>
7993
7994         * python/python.c (gdbpy_decode_line): Move cleanup creation out
7995         of TRY_CATCH.  Fix error handling.
7996         * python/py-value.c (convert_value_from_python): Move 'old'
7997         declaration to innermost scope.
7998
7999 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8000             Andrey Smirnov  <andrew.smirnov@gmail.com>
8001
8002         -Wshadow warning fix.
8003         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8004         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8005         Adjust code accordingly.
8006
8007 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8008
8009         * ada-lang.c (symbol_completion_add): Rename parameter
8010         "encoded" into "encoded_p".  Ajust code and documentation
8011         accordingly.
8012
8013 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8014             Andrey Smirnov  <andrew.smirnov@gmail.com>
8015
8016         -Wshadow warning fix.
8017         * ada-lang.c (symbol_completion_add): Rename parameter
8018         "wild_match" into wild_match_p.  Update code and documentation
8019         accordingly.
8020
8021 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8022
8023         * ada-lang.c (symbol_completion_match): Rename parameter
8024         "encoded" into "encoded_p".  Ajust code and documentation
8025         accordingly.
8026
8027 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8028             Andrey Smirnov  <andrew.smirnov@gmail.com>
8029
8030         -Wshadow warning fix.
8031         * ada-lang.c (symbol_completion_match): Rename parameter
8032         "wild_match" into "wild_match_p".  Adjust code and function
8033         documentation accordingly.
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_encoded_symbol): Rename parameter
8040         "symbol_info" into "info".  Adjust code accordingly.
8041         (ada_lookup_symbol): Likewise.
8042
8043 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8044
8045         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8046         of this function's documentation.
8047
8048 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8049             Andrey Smirnov  <andrew.smirnov@gmail.com>
8050
8051         -Wshadow warning fix.
8052         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8053         variable into "wild_match_p".  Adjust code accordingly.
8054
8055 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8056             Andrey Smirnov  <andrew.smirnov@gmail.com>
8057
8058         -Wshadow warning fix.
8059         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8060         parameter into "wild_match_p".  Adjust code accordingly.
8061         Document this parameter in the function description.
8062
8063 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8064             Andrey Smirnov  <andrew.smirnov@gmail.com>
8065
8066         -Wshadow warning fix.
8067         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8068         "wild_match" parameter to "wild_match_p" (-Wshadow).
8069
8070 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8071
8072         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8073         in function documentation.
8074
8075 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8076             Andrey Smirnov  <andrew.smirnov@gmail.com>
8077
8078         -Wshadow warning fix.
8079         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8080         variable into wild_match_p.  Adjust code accordingly.
8081
8082 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8083             Andrey Smirnov  <andrew.smirnov@gmail.com>
8084
8085         * ada-valprint.c (ada_val_print_1): Move the code handling
8086         TYPE_CODE_ENUM inside its own lexical block.  Declare
8087         variables len and val there, instead of in the function's
8088         top level block.  Avoid declaring deref_val again in a way
8089         that shadows another variable of the same name declared
8090         in one of the up-level blocks.  Just re-use the up-level
8091         variable instead.
8092
8093 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8094
8095         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8096         Replace block_found argument by symbol_info.  Adjust
8097         implementation accordingly.  Add function documentation.
8098         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8099         Fix documentation.
8100         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8101         * ada-exp.y (write_object_renaming): Adjust to new
8102         ada_lookup_encoded_symbol API.
8103
8104 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8105
8106         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8107         documentation.
8108
8109 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8110
8111         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8112         (v850_register_name): Add the mpu and fpu register names.
8113         (v850e_register_name): Add the mpu and fpu register names.
8114         (v850e2_register_name): New function.
8115         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8116         bfd_mach_v850e2v3.
8117
8118 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8119
8120         * NEWS: Add entry for Ada varobj support.
8121
8122 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8123
8124         * varobj.c (default_value_is_changeable_p): New function,
8125         extracted from varobj_value_is_changeable_p.  Add declaration.
8126         (ada_value_is_changeable_p): New function, extracted from
8127         varobj_value_is_changeable_p.  Add declaration.
8128         (struct language_specific): New field "value_is_changeable_p".
8129         (languages): Add entries for new field.
8130         (varobj_create): Set language before calling install_new_value.
8131         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8132         "value_is_changeable_p" language callback.
8133
8134 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8135
8136         * ada-varobj.h, ada-varobj.c: New files.
8137         * Makefile.in (SFILES): Add ada-varobj.c.
8138         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8139         (COMMON_OBS): Add ada-varobj.o.
8140
8141 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8142
8143         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8144         (struct language_specific): New field "value_has_mutated".
8145         (languages): Set field "value_has_mutated" in each entry of array.
8146         (varobj_value_has_mutated): New function.
8147         (varobj_udpdate): Add handling of type mutation.
8148         (value_of_root): Add handling of type mutation.
8149         (ada_value_has_mutated): New function.
8150
8151 2012-03-28  Pedro Alves  <palves@redhat.com>
8152
8153         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8154         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8155
8156 2012-03-28  Tom Tromey  <tromey@redhat.com>
8157
8158         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8159         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8160         before returning.
8161
8162 2012-03-28  Tom Tromey  <tromey@redhat.com>
8163
8164         * .dir-locals.el: New file.
8165
8166 2012-03-28  Pedro Alves  <palves@redhat.com>
8167
8168         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8169
8170 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8171
8172         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8173         handling for r0.
8174
8175 2012-03-27  Pedro Alves  <palves@redhat.com>
8176
8177         Eliminate struct ui_stream.
8178
8179         * ui-out.h (struct ui_stream): Delete.
8180         (ui_out_field_stream): Adjust prototype.
8181         (ui_out_stream_new, ui_out_stream_delete)
8182         (make_cleanup_ui_out_stream_delete): Delete declarations.
8183         * ui-out.c (ui_out_field_stream): Change prototype to take a
8184         ui_file instead of a ui_stream.  Adjust.
8185         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8186         (make_cleanup_ui_out_stream_delete): Delete.
8187         * breakpoint.c (print_breakpoint_location)
8188         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8189         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8190         * disasm.c (dump_insns): Ditto.
8191         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8192         prototype.
8193         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8194         ui_stream/ui_out_stream_new.
8195         * infcmd.c (print_return_value): Ditto.
8196         * osdata.c (info_osdata_command): Don't allocate a local
8197         ui_stream.
8198         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8199         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8200         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8201         allocate a local ui_stream.
8202         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8203         instead of ui_stream/ui_out_stream_new.
8204         (list_args_or_locals): Don't allocate a local ui_stream.
8205         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8206         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8207         ui_stream/ui_out_stream_new.
8208         * cli/cli-setshow.c (do_setshow_command): Ditto.
8209
8210 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8211
8212         * arm-linux-tdep.c (arm_linux_init_abi): Call
8213         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8214         * arm-tdep.c (arm_process_record): New function.
8215         (deallocate_reg_mem): New function.
8216         (decode_insn): New function.
8217         (thumb_record_branch): New function.
8218         (thumb_record_ldm_stm_swi(): New function.
8219         (thumb_record_misc): New function.
8220         (thumb_record_ld_st_stack): New function.
8221         (thumb_record_ld_st_imm_offset): New function.
8222         (thumb_record_ld_st_reg_offset(): New function.
8223         (thumb_record_add_sub_cmp_mov): New function.
8224         (thumb_record_shift_add_sub): New function.
8225         (arm_record_coproc_data_proc): New function.
8226         (arm_record_coproc): New function.
8227         (arm_record_b_bl): New function.
8228         (arm_record_ld_st_multiple): New function.
8229         (arm_record_ld_st_reg_offset): New function.
8230         (arm_record_ld_st_imm_offset): New function.
8231         (arm_record_data_proc_imm): New function.
8232         (arm_record_data_proc_misc_ld_str): New function.
8233         (arm_record_extension_space): New function.
8234         (arm_record_strx): New function.
8235         (sbo_sbz): New function.
8236         (struct insn_decode_record): New structure for arm insn record.
8237         (REG_ALLOC): New macro for reg allocations.
8238         (MEM_ALLOC): New macro for memory allocations.
8239         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8240
8241 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8242
8243         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8244         (store_register): Likewise.
8245
8246 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8247
8248         * MAINTAINERS (Write After Approval): Add myself to the list.
8249
8250 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8251
8252         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8253         Describe also the option "auto".
8254
8255 2012-03-22  Richard Henderson  <rth@redhat.com>
8256
8257         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8258         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8259
8260 2012-03-22  Richard Henderson  <rth@redhat.com>
8261
8262         * jit.c (jit_read_code_entry): Compute alignment and offset of
8263         int64_t member before computing entry_size.
8264
8265 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8266
8267         Python scripting: Add new method Value.referenced_value to
8268         gdb.Value which can dereference pointer as well as reference
8269         values.
8270         * NEWS: Add entry under 'Python scripting' about the new method
8271         Value.referenced_value on gdb.Value objects.
8272         * python/py-value.c (valpy_referenced_value): New function
8273         defining a new method on gdb.Value objects which can dereference
8274         pointer and reference values.
8275
8276 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8277
8278         * MAINTAINERS (Write After Approval): Add myself to the list.
8279
8280 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8281
8282         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8283         in addition to "main".
8284
8285 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8286
8287         * expression.h (op_name): Add declaration.
8288         * expprint.c (op_name): Remove declaration.  Make non-static.
8289         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8290
8291 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8292
8293         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8294         of struct siginfo.
8295         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8296         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8297         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8298         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8299         (linux_nat_get_siginfo): Likewise.
8300         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8301         (linux_nat_get_siginfo): Likewise.
8302         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8303         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8304         * procfs.c (gdb_siginfo_t): Likewise.
8305
8306 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8307
8308         * .gitignore: Ignore more files.
8309
8310 2012-03-20  Pedro Alves  <palves@redhat.com>
8311
8312         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8313         returns.
8314
8315 2012-03-20  Yao Qi  <yao@codesourcery.com>
8316
8317         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8318         comment.
8319
8320 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8321
8322         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8323         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8324         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8325         sect_offset.
8326         * dwarf2expr.h (cu_offset, sect_offset): New types.
8327         (struct dwarf_expr_context_funcs) <dwarf_call>
8328         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8329         sect_offset.
8330         (struct dwarf_expr_context) <len>: Improve the comment.
8331         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8332         cu_offset and sect_offset.
8333         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8334         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8335         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8336         * dwarf2loc.h: Include dwarf2expr.h.
8337         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8338         and sect_offset.
8339         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8340         Improve the comment.
8341         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8342         (struct signatured_type, struct line_header, struct partial_die_info)
8343         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8344         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8345         (get_die_type_at_offset, create_cus_from_index)
8346         (create_signatured_type_table_from_index, dw2_get_file_names)
8347         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8348         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8349         (create_debug_types_hash_table, process_psymtab_comp_unit)
8350         (load_partial_comp_unit, create_all_comp_units)
8351         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8352         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8353         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8354         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8355         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8356         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8357         (find_partial_die, read_attribute_value, lookup_die_type)
8358         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8359         (is_ref_attr): New function comment.
8360         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8361         Use cu_offset and sect_offset.
8362         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8363         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8364         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8365         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8366         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8367         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8368         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8369         sect_offset.
8370
8371 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8372
8373         Code cleanup.
8374         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8375         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8376         with xfree.
8377         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8378
8379 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8380
8381         * NEWS: Describe new options --init-command=FILE, -ix and
8382         --init-eval-command=COMMAND, -iex.
8383         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8384         CMDARG_INIT_COMMAND.
8385         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8386         "init-command", "init-eval-command", "ix" and "iex" to the variable
8387         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8388         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8389         (print_gdb_help): Describe --init-command=FILE, -ix and
8390         --init-eval-command=COMMAND, -iex.
8391
8392 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8393
8394         Code cleanup.
8395         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8396         (cmdarg_s, VEC (cmdarg_s)): New.
8397         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8398         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8399         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8400         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8401         of CMDARG.
8402
8403 2012-03-19  Tom Tromey  <tromey@redhat.com>
8404
8405         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8406
8407 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8408
8409         PR symtab/13777
8410         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8411         GCC >=4.5.
8412
8413 2012-03-16  Chris January  <chris.january@allinea.com>
8414
8415         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8416         of clear.
8417
8418 2012-03-16  Chris January  <chris.january@allinea.com>
8419
8420         * source.c (add_path): Use memmove instead of strcpy because the
8421         strings overlap.
8422
8423 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8424
8425         * value.h (set_value_parent): Add declaration.
8426         * value.c (set_value_parent): New function.
8427         (value_address): If VALUE->PARENT is not NULL, then use it as
8428         the base address instead of VALUE->LOCATION.address.
8429         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8430         the same as OBJ's address.  Adjust V's offset accordingly.
8431         Set V's parent.
8432
8433 2012-03-16  Gary Benson  <gbenson@redhat.com>
8434
8435         PR breakpoints/10738
8436         * dwarf2read.c (use_deprecated_index_sections): New global.
8437         (struct partial_die_info): New member may_be_inlined.
8438         (read_partial_die): Set may_be_inlined where appropriate.
8439         (add_partial_subprogram): Add partial symbols for partial
8440         DIEs that may be inlined.
8441         (new_symbol_full): Add inlined subroutines to the current
8442         scope.
8443         (write_psymtabs_to_index): Bump version number.
8444         (dwarf2_read_index): Read only version 6 indices unless
8445         use_deprecated_index_sections is set.
8446         * linespec.c (symbol_and_data_callback): New structure.
8447         (iterate_inline_only): New function.
8448         (iterate_over_all_matching_symtabs): New argument
8449         "include_inline".  If nonzero, also call the callback for
8450         symbols representing inlined subroutines.
8451         (lookup_prefix_sym): Pass extra argument to the above.
8452         (find_function_symbols): Likewise.
8453         (add_matching_symbols_to_info): Likewise.
8454         * NEWS: Mention that GDB can now set breakpoints on inlined
8455         functions.
8456
8457 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8458
8459         * p-typeprint.c (pascal_type_print_method_args):
8460         Fix display of parameter of methods.
8461
8462 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8463
8464         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8465         Add missing prototype.
8466
8467 2012-03-16  Yao Qi  <yao@codesourcery.com>
8468             Jan Kratochvil  <jan.kratochvil@redhat.com>
8469
8470         Fix false compilation warning.
8471         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8472
8473 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8474             Pedro Alves  <pedro@codesourcery.com>
8475
8476         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8477         (arm_register_g_packet_guesses): New function.
8478         (arm_gdbarch_init): Don't force a target description with
8479         registers when the executable is detected as M-profile.  Instead
8480         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8481         (_initialize_arm_tdep): Initialize the new target description.
8482         * features/arm-with-m-fpa-layout.xml: New description.
8483         * features/arm-with-m-fpa-layout.c: New, generated.
8484
8485 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8486
8487         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8488         Update function description.
8489         (insert_bp_location): Do not wipe bl->target_info out.
8490         * mem-break.c: #include "gdb_string.h".
8491         (default_memory_insert_breakpoint): Do not call target_read_memory
8492         with a pointer to the breakpoint's shadow_contents buffer.  Use
8493         a local buffer instead.
8494         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8495
8496 2012-03-15  Tom Tromey  <tromey@redhat.com>
8497
8498         * NEWS: Mention "info vtbl", not "info vtable".
8499         * cp-support.c (info_vtbl_command): Fix comment.
8500         (_initialize_cp_support): Fix text.
8501
8502 2012-03-15  Tom Tromey  <tromey@redhat.com>
8503
8504         * cp-valprint.c (cp_print_value_fields): Use
8505         print_function_pointer_address for vtable slot.
8506
8507 2012-03-15  Tom Tromey  <tromey@redhat.com>
8508
8509         * gnu-v3-abi.c (struct value_and_voffset): New.
8510         (hash_value_and_voffset, eq_value_and_voffset)
8511         (compare_value_and_voffset, compute_vtable_size)
8512         (print_one_vtable, gnuv3_print_vtable): New functions.
8513         (init_gnuv3_ops): Initialize 'print_vtable' field.
8514         * cp-support.c (info_vtbl_command): New function.
8515         (_initialize_cp_support): Add "info vtbl".
8516         * cp-abi.h (cplus_print_vtable): Declare.
8517         (struct cp_abi_ops) <print_vtable>: New field.
8518         * cp-abi.c (cplus_print_vtable): New function.
8519         * NEWS: Update.
8520
8521 2012-03-15  Tom Tromey  <tromey@redhat.com>
8522
8523         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8524         iterate_over_symbols.
8525
8526 2012-03-14  Doug Evans  <dje@google.com>
8527
8528         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8529         DW_OP_GNU_parameter_ref.
8530
8531 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8532
8533         Fix double prompt of 'interpreter-exec mi'.
8534         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8535         (mi_interpreter_resume): use it.
8536         (mi_execute_command_input_handler): New function.
8537         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8538         mi_execute_command_input_handler.
8539
8540 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8541
8542         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8543         prototype.
8544         (darwin_debug_port_info): Make static.
8545         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8546         * machoread.c (_initialize_machoread): Add prototype.
8547         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8548         (i386_darwin_set_control, i386_darwin_get_control)
8549         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8550         i386_darwin_get_status, i386_darwin_get_control):
8551         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8552
8553 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8554
8555         * ax-gdb.c (gen_usual_unary): Remove special handling of
8556         enum and bool types.
8557
8558 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8559
8560         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8561
8562 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8563
8564         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8565
8566 2012-03-13  Chris January  <chris.january@allinea.com>
8567
8568         * aix-thread.c (fill_sprs): Store the floating point registers
8569         at the correct offsets into vals.
8570
8571 2012-03-13  Doug Evans  <dje@google.com>
8572
8573         * NEWS: Mention symbol-reloading has been deleted.
8574         * symfile.c (symbol_reloading): Delete.
8575         (show_symbol_reloading): Delete.
8576         (_initialize_symfile): Delete set/show symbol-reloading.
8577
8578         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8579         read_in_chain until we have successfully read it in.
8580         (load_full_comp_unit): Ditto.
8581         (read_signatured_type): Add comment.
8582
8583 2012-03-13  Chris January  <chris.january@allinea.com>
8584
8585         * stabsread.c (fix_common_block): Change type of valu argument
8586         to CORE_ADDR.
8587
8588 2012-03-13  Chris January  <chris.january@allinea.com>
8589
8590         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8591         instruction.
8592
8593 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8594
8595         * common/linux-procfs.c (linux_proc_get_int): New, from
8596         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8597         field.
8598         (linux_proc_get_tgid): Only call linux_proc_get_int.
8599         (linux_proc_get_tracerpid): New.
8600         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8601         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8602         linux_proc_pid_has_state.
8603         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8604         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8605         (linux_ptrace_attach_warnings): New.
8606         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8607         New declaration.
8608         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8609         (linux_nat_attach): New variables ex, buffer, message and message_s.
8610         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8611
8612 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8613
8614         * Makefile.in (linux-ptrace.o): New.
8615         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8616         from linux-nat.c.
8617         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8618         * common/linux-ptrace.c: New file.
8619         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8620         * config/arm/linux.mh: Likewise.
8621         * config/i386/linux.mh: Likewise.
8622         * config/i386/linux64.mh: Likewise.
8623         * config/ia64/linux.mh: Likewise.
8624         * config/m32r/linux.mh: Likewise.
8625         * config/m68k/linux.mh: Likewise.
8626         * config/mips/linux.mh: Likewise.
8627         * config/pa/linux.mh: Likewise.
8628         * config/powerpc/linux.mh: Likewise.
8629         * config/powerpc/ppc64-linux.mh: Likewise.
8630         * config/powerpc/spu-linux.mh: Likewise.
8631         * config/s390/s390.mh: Likewise.
8632         * config/sparc/linux.mh: Likewise.
8633         * config/sparc/linux64.mh: Likewise.
8634         * config/xtensa/linux.mh: Likewise.
8635         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8636         common/linux-procfs.c.
8637         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8638
8639 2012-03-13  Hui Zhu  <teawater@gmail.com>
8640             Pedro Alves  <palves@redhat.com>
8641
8642         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8643         CREATE_BREAKPOINT_FLAGS_INSERTED.
8644         (create_breakpoint_sal, create_breakpoints_sal)
8645         (base_breakpoint_create_breakpoints_sal)
8646         (tracepoint_create_breakpoints_sal)
8647         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8648         down.
8649         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8650         (ftrace_command, strace_command): Adjust.
8651         (create_tracepoint_from_upload): Pass
8652         CREATE_BREAKPOINT_FLAGS_INSERTED.
8653         * breakpoint.h (enum breakpoint_create_flags): New.
8654         (create_breakpoint): New flags parameter.
8655         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8656         * python/py-breakpoint.c (bppy_init): Adjust.
8657         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8658         * spu-tdep.c (spu_catch_start): Adjust.
8659
8660 2012-03-13  Pedro Alves  <palves@redhat.com>
8661             Hui Zhu  <teawater@gmail.com>
8662             Yao Qi  <yao@codesourcery.com>
8663
8664         * remote.c (struct remote_state): New field `starting_up'.
8665         (remote_start_remote): Set and clear it.
8666         (remote_can_download_tracepoint): If starting up, return false.
8667
8668 2012-03-13  Yao Qi  <yao@codesourcery.com>
8669
8670         * inferior.h (struct inferior): Remove fields any_syscall_count,
8671         syscalls_counts and total_syscalls_count.  Move them to new
8672         struct catch_syscall_inferior_data in breakpoint.c.
8673         * breakpoint.c: Call DEF_VEC_I(int).
8674         (struct catch_syscall_inferior_data): New.
8675         (get_catch_syscall_inferior_data): New.
8676         (catch_syscall_inferior_data_cleanup): New.
8677         (insert_catch_syscall): Update to access data in
8678         struct catch_syscall_inferior_data.
8679         (insert_catch_syscall): Likewise.
8680         (remove_catch_syscall): Likewise.
8681         (remove_catch_syscall): Likewise.
8682         (is_syscall_catchpoint_enabled): Likewise.
8683         (add_catch_command): Likewise.
8684         (_initialize_breakpoint): Register cleanup.
8685         * breakpoint.h: Removed DEF_VEC_I(int).
8686         * dwarf2loc.c: Call DEF_VEC_I(int).
8687         * mi/mi-main.c: Likewise.
8688
8689 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
8690
8691         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8692
8693 2012-03-12  Chris January  <chris.january@allinea.com>
8694
8695         * aix-thread.c (_initialize_aix_thread): Add prototype.
8696         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8697         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8698
8699 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
8700
8701         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8702         include of "amd64-nat.h".
8703
8704 2012-03-12  Tom Tromey  <tromey@redhat.com>
8705
8706         * buildsym.c (record_pending_block): Now static.
8707         * buildsym.h: (record_pending_block): Remove.
8708
8709 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
8710
8711         * amd64bsd-nat.c: Include amd64bsd-nat.h.
8712
8713 2012-03-09  Tom Tromey  <tromey@redhat.com>
8714
8715         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8716         producer_is_gxx_lt_4_6>: New fields.
8717         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8718
8719 2012-03-09  Tom Tromey  <tromey@redhat.com>
8720
8721         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8722
8723 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8724
8725         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8726         prototype.
8727
8728 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8729
8730         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8731
8732 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8733
8734         Fix -Wmissing-prototypes build.
8735         * arm-linux-nat.c (get_thread_id): Make it static.
8736         * xtensa-linux-nat.c (get_thread_id): Likewise.
8737
8738 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8739
8740         * server.c (process_point_options): If a conditional expression
8741         is found, only print a message if remote_debug is nonzero.
8742
8743 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
8744
8745         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8746         of internal error for unknown/unsupported types.
8747
8748 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8749
8750         Fix CU relative vs. absolute DIE offsets.
8751         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8752         offset to offset_in_cu.
8753         * dwarf2read.c (process_enumeration_scope): Add CU offset to
8754         TYPE_OFFSET.
8755         (dwarf2_fetch_die_location_block): Rename parameter offset to
8756         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
8757
8758 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8759
8760         * libunwind-frame.c: Rename to ...
8761         * ia64-libunwind-tdep.c: ... here.
8762         * libunwind-frame.h: Rename to ...
8763         * ia64-libunwind-tdep.h: ... here.
8764         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8765         ia64-libunwind-tdep.h.
8766         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8767         * README (--with-libunwind): Rename to ...
8768         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8769         * config.in: Regenerate.
8770         * configure: Regenerate.
8771         * configure.ac: New option --with-libunwind-ia64, make the
8772         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
8773         Remove AC_DEFINE for HAVE_LIBUNWIND.
8774         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8775         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8776         Rename libunwind-frame in the general comment.
8777         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8778         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8779         Move forward declarations inside #ifndef.  Rename libunwind-frame in
8780         the general comment.
8781         * ia64-tdep.c: Rename libunwind-frame.h #include to
8782         ia64-libunwind-tdep.h.
8783         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8784         (ia64_libunwind_descr): Rename libunwind-frame to
8785         ia64-libunwind-tdep in these function comments.
8786         * ia64-tdep.h: Rename libunwind-frame.h #include to
8787         ia64-libunwind-tdep.h.
8788         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8789         ia64-libunwind-tdep in that data comment.
8790
8791 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8792
8793         * libunwind-frame.h (struct frame_unwind): New declaration.
8794
8795 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8796
8797         * breakpoint.c (_initialize_breakpoint): Fix error in help of
8798         "set breakpoint condition-evaluation" command.
8799
8800 2012-03-08  Tristan Gingold  <gingold@adacore.com>
8801
8802         * sparc-stub.c: Move to stubs/
8803         * sh-stub.c: Likewise.
8804         * m68k-stub.c: Likewise.
8805         * m32r-stub.c: Likewise.
8806         * i386-stub.c: Likewise.
8807
8808 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
8809
8810         * m68klinux-tdep.c (m68k_linux_init_abi): Register
8811         linux_get_siginfo_type.
8812
8813         * m68klinux-nat.c: Include "gdb_proc_service.h".
8814         (PTRACE_GET_THREAD_AREA): Define.
8815         (ps_get_thread_area): New function.
8816
8817 2012-03-08  Yao Qi  <yao@codesourcery.com>
8818
8819         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8820         `xsnprintf'.
8821         (remote_query_attached): Likewise.
8822         (remote_static_tracepoint_marker_at): Likewise.
8823         (remote_set_permissions): Likewise.
8824         (remote_detach_1, extended_remote_attach_1): Likewise.
8825         (send_g_packet, remote_vkill): Likewise.
8826         (extended_remote_disable_randomization): Likewise.
8827         (remote_add_target_side_condition): Likewise.
8828         (remote_insert_breakpoint): Likewise.
8829         (remote_remove_breakpoint): Likewise.
8830         (remote_insert_watchpoint): Likewise.
8831         (remote_remove_watchpoint): Likewise.
8832         (remote_insert_hw_breakpoint): Likewise.
8833         (remote_insert_hw_breakpoint): Likewise.
8834         (remote_remove_hw_breakpoint): Likewise.
8835         (remote_download_command_source): Likewise.
8836         (remote_download_tracepoint): Likewise.
8837         (remote_download_trace_state_variable): Likewise.
8838         (remote_disable_tracepoint): Likewise.
8839         (remote_trace_set_readonly_regions): Likewise.
8840         (remote_get_tracepoint_status): Likewise.
8841         (remote_trace_find): Likewise.
8842         (remote_get_trace_state_variable_value): Likewise.
8843         (remote_set_disconnected_tracing): Likewise.
8844         (remote_set_circular_trace_buffer): Likewise.
8845         (remote_get_min_fast_tracepoint_insn_len): Likewise.
8846         (remote_use_agent): Likewise.
8847         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8848         Update callers.
8849
8850 2012-03-07  Pedro Alves  <palves@redhat.com>
8851
8852         * NEWS: Mention QProgramSignals.
8853         * inferior.h (update_signals_program_target): Declare.
8854         * infrun.c: (update_signals_program_target): New.
8855         (handle_command): Update the target of the new program signals
8856         array changes.
8857         * remote.c (PACKET_QProgramSignals): New enum.
8858         (last_program_signals_packet): New global.
8859         (remote_program_signals): New.
8860         (remote_start_remote): Update the target with the program signals
8861         list.
8862         (remote_protocol_features): Add entry for QPassSignals.
8863         (remote_open_1): Free anc clear last_program_signals_packet.
8864         (init_remote_ops): Install remote_program_signals.
8865         * target.c (update_current_target): Adjust.
8866         (target_program_signals): New.
8867         * target.h (struct target_ops) <to_program_signals>: New field.
8868         (target_program_signals): Declare.
8869
8870 2012-03-07  Pedro Alves  <palves@redhat.com>
8871
8872         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8873         extensions.
8874
8875 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8876
8877         * m68klinux-nat.c (getregs_supplies): Make static.
8878         (getfpregs_supplies): Likewise.
8879         (have_ptrace_getregs): Likewise.
8880
8881 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
8882
8883         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8884         in call to get_die_type_at_offset.
8885
8886 2012-03-06  Stan Shebs  <stan@codesourcery.com>
8887
8888         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8889         * mi/mi-cmd-disas.c: Ditto.
8890         * mi/mi-cmd-env.c: Ditto.
8891         * mi/mi-cmd-file.c: Ditto.
8892         * mi/mi-cmd-stack.c: Ditto.
8893         * mi/mi-cmd-target.c: Ditto.
8894         * mi/mi-cmd-var.c: Ditto.
8895         * mi/mi-cmds.c: Ditto.
8896         * mi/mi-cmds.h: Ditto.
8897         * mi/mi-console.c: Ditto.
8898         * mi/mi-getopt.c: Ditto.
8899         * mi/mi-getopt.h: Ditto.
8900         * mi/mi-interp.c: Ditto.
8901         * mi/mi-main.c: Ditto.
8902         * mi/mi-out.c: Ditto.
8903         * mi/mi-parse.c: Ditto.
8904         * mi/mi-parse.h: Ditto.
8905         * mi/mi-symbol-cmds.c: Ditto.
8906
8907         * mi/mi-getopt.h: Move mi_opt struct up.
8908         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8909         return.
8910         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8911
8912 2012-03-06  Tom Tromey  <tromey@redhat.com>
8913
8914         * proc-service.c (ps_pglobal_lookup): Set the current program
8915         space.
8916
8917 2012-03-06  Pedro Alves  <palves@redhat.com>
8918
8919         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8920
8921 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
8922
8923         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8924
8925 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8926
8927         Code cleanup.
8928         * common/linux-osdata.c (linux_common_core_of_thread): New function
8929         comment.
8930         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8931         call by linux_common_core_of_thread.
8932         (linux_nat_core_of_thread_1): Remove.
8933         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8934         * linux-thread-db.c: Include linux-osdata.h.
8935         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8936         linux_common_core_of_thread.
8937
8938 2012-03-05  Tom Tromey  <tromey@redhat.com>
8939
8940         * value.c (value_primitive_field): Don't fetch contents for
8941         non-virtual bases.
8942
8943 2012-03-05  Tom Tromey  <tromey@redhat.com>
8944
8945         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8946
8947 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8948
8949         * s390-nat.c: Include "gregset.h".
8950
8951 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8952
8953         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8954         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8955         (libunwind_load): New variable so_error, use it for dlerror.  Try to
8956         load also LIBUNWIND_SO_7.
8957
8958 2012-03-05  Pedro Alves  <palves@redhat.com>
8959
8960         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8961         is not NULL, and remove resulting dead code.
8962
8963 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
8964
8965         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8966         prologue to sh_analyze_prologue.
8967         (sh_analyze_prologue): Make better use of such an upper limit, and
8968         generally be more cautious about accessing memory.
8969
8970 2012-03-05  Tom Tromey  <tromey@redhat.com>
8971
8972         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8973         _initialize_ia64_hpux_tdep.
8974
8975 2012-03-05  Pedro Alves  <palves@redhat.com>
8976
8977         PR gdb/13766
8978
8979         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8980         the register state is clear, supply explicit zero, instead of
8981         marking the register unavailable.
8982
8983 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8984
8985         * NEWS: Mention OpenVMS ia64 new target.
8986
8987 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8988
8989         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8990         (ia64_unw_accessors, ia64_unw_rse_accessors)
8991         (ia64_libunwind_descr): Declare.
8992         * ia64-vms-tdep.c: New file.
8993         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8994         (ia64_libunwind_descr): Make them public.
8995         * configure.tgt: Add ia64-*-*vms*.
8996         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8997         (ALLDEPFILES): Add ia64-vms-tdep.c
8998
8999 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9000
9001         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9002         * remote.c (PACKET_qXfer_uib): New enum value.
9003         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9004         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9005         (_initialize_remote): Call add_packet_config_cmd for
9006         xfer:uib packet.
9007
9008 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9009
9010         * osabi.c (gdb_osabi_names): Add OpenVMS.
9011         (generic_elf_osabi_sniffer): Likewise.
9012         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9013
9014 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9015
9016         Removed unused code.
9017         * libunwind-frame.c (libunwind_frame_unwind)
9018         (libunwind_frame_base_address): Remove.
9019         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9020
9021 2012-03-04  Yao Qi  <yao@codesourcery.com>
9022
9023         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9024         remove trailing new line.
9025         (agent_run_command, agent_run_command): Add _ markup.
9026         (agent_capability_check): Likewise.
9027
9028 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9029
9030         * breakpoint.c (set_condition_evaluation_mode): Set
9031         CONDITION_EVALUATION_MODE unconditionally.
9032
9033 2012-03-03  Yao Qi  <yao@codesourcery.com>
9034
9035         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9036         * common/agent.h: Update declaration.
9037         * inf-child.c (inf_child_use_agent): New.
9038         (inf_child_can_use_agent): New.
9039         (inf_child_target): Initialize fields `to_use_agent'
9040         and `to_can_use_agent'.
9041         * agent.c (agent_new_objfile): New.
9042         (_initialize_agent): Add agent_new_objfile to new_objfile
9043         observer.
9044
9045         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9046         New.
9047         (linux_target_install_ops): Initialize field
9048         `to_static_tracepoint_markers_by_strid'.
9049         * remote.c (free_current_marker): Move it to ...
9050         * tracepoint.c (free_current_marker): ... here.  New.
9051         (cleanup_target_stop): New.
9052         * tracepoint.h: Declare free_current_marker.
9053         * NEWS: Add one entry about `info static-tracepoint-marker'.
9054
9055 2012-03-03  Yao Qi  <yao@codesourcery.com>
9056
9057         * common/agent.c (agent_loaded_p): New.
9058         (agent_look_up_symbols): New global.
9059         * common/agent.h: Declare agent_loaded_p.
9060
9061 2012-03-03  Yao Qi  <yao@codesourcery.com>
9062
9063         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9064         (agent_capability_check, agent_capability_invalidate): New.
9065         (symbol_list): New array element.
9066         * common/agent.h (enum agent_capa): New.
9067         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9068
9069 2012-03-03  Yao Qi  <yao@codesourcery.com>
9070
9071         * target.h (struct target_ops) <to_use_agent>: New field.
9072         (struct target_ops) <to_can_use_agent>: New field.
9073         (target_use_agent, target_can_use_agent): New macro.
9074         * target.c (update_current_target): Update.
9075         * remote.c: New enum `PACKET_QAgent'.
9076         (remote_protocol_features): Add a new element.
9077         (remote_use_agent, remote_can_use_agent): New.
9078         (init_remote_ops): Initialize field `can_use_agent' with
9079         remote_can_use_agent.  Intiailize field `use_agent' with
9080         remote_use_agent.
9081         * common/agent.c (use_agent): New global.
9082         * common/agent.h: Declare it.
9083         * tracepoint.c (info_static_tracepoint_markers_command): Add
9084         comment.
9085         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9086         (COMMON_OBS): Add common/agent.o and agent.o
9087         (common-agent.o): New rule.
9088         * agent.c: New.
9089
9090 2012-03-03  Yao Qi  <yao@codesourcery.com>
9091
9092         * common/agent.c: New.
9093         * common/agent.h: New.
9094         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9095         AC_CHECK_HEADERS.
9096         * configure, configh.in: Regenerated.
9097
9098 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9099
9100         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9101         unless it exists for this architecture.
9102
9103 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9104
9105         * language.h (struct language_defn): New "method" la_read_var_value.
9106         * findvar.c: #include "language.h".
9107         (default_read_var_value): Renames read_var_value.  Rewrite
9108         function description.
9109         (read_var_value): New function.
9110         * value.h (default_read_var_value): Add prototype.
9111         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9112         New functions.
9113         (ada_language_defn): Add entry for la_read_var_value.
9114         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9115         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9116         language_defn structures to add entry for new la_read_var_value
9117         field.
9118
9119 2012-03-02  Tom Tromey  <tromey@redhat.com>
9120             Pedro Alves  <palves@redhat.com>
9121
9122         PR breakpoints/13776:
9123         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9124         breakpoints.
9125         (delete_longjmp_breakpoint_at_next_stop): New.
9126         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9127         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9128         before deleting the inferior.  Add comments.
9129         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9130         breakpoints immediately, but only on next stop.  Move that code
9131         next to where we mark other breakpoints for deletion.
9132
9133 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9134
9135         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9136         marker.
9137         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9138         violation.
9139
9140 2012-03-02  Pedro Alves  <palves@redhat.com>
9141
9142         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9143
9144 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9145
9146         Fix -Wmissing-prototypes build.
9147         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9148         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9149         (gdbsim_has_memory): Likewise.
9150
9151 2012-03-02  Yao Qi  <yao@codesourcery.com>
9152
9153         Fix -Wmissing-prototypes build.
9154         * charset.c (phony_iconv_open): Make static.
9155         (phony_iconv_close, phony_iconv): Likewise.
9156         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9157         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9158         prototype.
9159         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9160         * ser-mingw.c (create_select_thread): Make static.
9161         * windows-termcap.c (tgetent): New prototype.
9162         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9163
9164 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9165
9166         Fix -Wmissing-prototypes build.
9167         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9168         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9169         (_initialize_loadable): New prototypes.
9170
9171 2012-03-02  Doug Evans  <dje@google.com>
9172
9173         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9174         abbrev table, read_comp_unit will do it.
9175
9176 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9177
9178         Fix -Wmissing-prototypes build.
9179         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9180         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9181         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9182         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9183         (_initialize_arm_symbian_tdep): New prototype.
9184         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9185         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9186         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9187         static.
9188         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9189         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9190         prototype.
9191         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9192         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9193         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9194         static.
9195         * moxie-tdep.c (moxie_process_record): Likewise.
9196         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9197         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9198         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9199         (_initialize_rl78_tdep): New prototype.
9200         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9201         (_initialize_rx_tdep): New prototype.
9202         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9203         (_initialize_darwin_solib): New prototype.
9204         * solib-spu.c: Include solib-spu.h.
9205         (_initialize_spu_solib): New prototype.
9206         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9207         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9208         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9209         (tic6x_software_single_step): Make it static.
9210         (_initialize_tic6x_tdep): New prototype.
9211
9212 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9213
9214         Fix -Wmissing-prototypes build.
9215         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9216         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9217
9218 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9219
9220         Fix -Wmissing-prototypes build.
9221         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9222         (frv_have_stopped_data_address): Remove.
9223
9224 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9225
9226         Fix -Wmissing-prototypes build.
9227         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9228         * sh-tdep.c: Include sh64-tdep.h.
9229         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9230         * sh64-tdep.c: Include sh64-tdep.h.
9231         * sh64-tdep.h: New file.
9232
9233 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9234
9235         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9236
9237 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9238
9239         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9240         sp_regnum once the gdbarch_init_osabi hook has been called.
9241
9242 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9243
9244         * mips-tdep.c (mips32_bc1_pc): New function.
9245         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9246         BPOSGE32 and BPOSGE64 instructions.
9247         (deal_with_atomic_sequence): Likewise.
9248         (mips32_instruction_has_delay_slot): Likewise.
9249
9250 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9251             Chris Dearman  <chris@mips.com>
9252             Maciej W. Rozycki  <macro@codesourcery.com>
9253             Joseph Myers  <joseph@codesourcery.com>
9254
9255         * features/mips-dsp.xml: New file.
9256         * features/mips64-dsp.xml: New file.
9257         * features/mips-dsp-linux.xml: New file.
9258         * features/mips64-dsp-linux.xml: New file.
9259         * features/Makefile (WHICH): Add mips-dsp-linux and
9260         mips64-dsp-linux.
9261         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9262         * features/mips-dsp-linux.c: New file.
9263         * features/mips64-dsp-linux.c: New file.
9264         * regformats/mips-dsp-linux.dat: New file.
9265         * regformats/mips64-dsp-linux.dat: New file.
9266         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9267         registers.
9268         (mips64_linux_register_addr): Likewise.
9269         (mips64_linux_regsets_fetch_registers): Likewise.
9270         (mips64_linux_regsets_store_registers): Likewise.
9271         (mips64_linux_fetch_registers): Update call to
9272         mips64_linux_regsets_fetch_registers.
9273         (mips64_linux_store_registers): Update call to
9274         mips64_linux_regsets_store_registers.
9275         (mips_linux_read_description): Probe for DSP registers.
9276         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9277         and initialize_tdesc_mips64_dsp_linux.
9278         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9279         Remove padding of no longer used embedded register slots.
9280         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9281         (MIPS_RESTART_REGNUM): Redefine enum value.
9282         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9283         strings.
9284         (mips_tx39_reg_names): Likewise.
9285         (mips_linux_reg_names): New array of register names for Linux
9286         targets.
9287         (mips_register_name): Check for a null pointer in
9288         mips_processor_reg_names and return an empty string.
9289         (mips_register_type): Exclude embedded registers for the IRIX
9290         and Linux ABIs.
9291         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9292         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9293         DSP registers.
9294         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9295         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9296         (mips_gdbarch_init): Likewise.  Initialize internal register
9297         indices for the Linux ABI.  Use dynamic numbers to refer to
9298         registers, as applicable, while parsing the target description.
9299         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9300
9301 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9302
9303         * frame.h (read_frame_register_unsigned): Fix typo in function
9304         description.
9305
9306 2012-03-01  Pedro Alves  <palves@redhat.com>
9307
9308         * jit-reader.in [!__cplusplus]
9309         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9310
9311 2012-03-01  Pedro Alves  <palves@redhat.com>
9312
9313         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9314         * configure: Regenerate.
9315
9316 2012-03-01  Pedro Alves  <palves@redhat.com>
9317
9318         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9319         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9320         (ftrace_command, strace_command): Make static.
9321         * d-lang.c (_initialize_d_language): Declare.
9322         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9323         * dwarf2loc.c (_initialize_dwarf2loc):
9324         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9325         * exec.c (exec_get_section_table): Make static.
9326         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9327         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9328         * inferior.c (remove_inferior_command, add_inferior_command)
9329         (clone_inferior_command): Make static.
9330         * linux-nat.c (linux_nat_thread_address_space)
9331         (linux_nat_core_of_thread): Make static.
9332         * linux-tdep.c (_initialize_linux_tdep): Declare.
9333         * objc-lang.c (_initialize_objc_lang): Declare.
9334         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9335         Make static.
9336         (_initialize_opencl_language): Declare.
9337         * record.c (_initialize_record): Declare.
9338         * remote.c (demand_private_info, remote_get_tib_address)
9339         (remote_supports_cond_tracepoints)
9340         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9341         Make static.
9342         * skip.c (_initialize_step_skip): Declare.
9343         * symtab.c (skip_prologue_using_lineinfo): Make static.
9344         * tracepoint.c (delete_trace_state_variable)
9345         (trace_variable_command, delete_trace_variable_command)
9346         (get_uploaded_tsv, find_matching_tracepoint_location)
9347         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9348         Make static.
9349         * value.c (pack_unsigned_long): Make static.
9350         * varobj.c (varobj_ensure_python_env): Make static.
9351         * windows-tdep.c (_initialize_windows_tdep): Declare.
9352         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9353
9354 2012-03-01  Pedro Alves  <palves@redhat.com>
9355
9356         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9357         gdbarch parameter.
9358         (linux_init_abi): Install it as has_shared_address_space gdbarch
9359         callback.
9360
9361 2012-03-01  Pedro Alves  <palves@redhat.com>
9362
9363         * observer.c (observer_test_first_notification_function)
9364         (observer_test_second_notification_function)
9365         (observer_test_third_notification_function): Add declarations.
9366
9367 2012-03-01  Pedro Alves  <palves@redhat.com>
9368
9369         * common/signals.c (default_target_signal_to_host)
9370         (default_target_signal_from_host): Move ...
9371         * arch-utils.c: ... here.
9372         * arch-utils.h (default_target_signal_to_host)
9373         (default_target_signal_from_host): Declare.
9374
9375         * common/signals.c (target_signal_from_command): Move ...
9376         * infrun.c: ... here.
9377         * inferior.h (target_signal_from_command): Declare.
9378         * target.h (target_signal_from_command)
9379         (default_target_signal_from_host, default_target_signal_to_host):
9380         Delete declarations.
9381
9382         * common/signals.c (_initialize_signals): Delete.
9383
9384 2012-03-01  Pedro Alves  <palves@redhat.com>
9385
9386         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9387         both __cplusplus and !__cplusplus.
9388
9389 2012-03-01  Pedro Alves  <palves@redhat.com>
9390
9391         * psymtab.c (find_and_open_source): Delete declaration.
9392         * source.c (find_and_open_source): Move comment ...
9393         * source.h (find_and_open_source): ... to this new declaration.
9394
9395 2012-03-01  Pedro Alves  <palves@redhat.com>
9396
9397         * inline-frame.c: Include inline-frame.h.
9398
9399 2012-03-01  Pedro Alves  <palves@redhat.com>
9400
9401         * tui/tui-data.c (set_gen_win_origin): Delete.
9402         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9403         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9404
9405 2012-03-01  Pedro Alves  <palves@redhat.com>
9406
9407         * remote.c (encode_actions): Delete declaration.
9408         * tracepoint.c (encode_actions): Make extern.
9409         * tracepoint.h (encode_actions): Declare.
9410
9411 2012-03-01  Pedro Alves  <palves@redhat.com>
9412
9413         * python/py-breakpoint.c: Include python.h.
9414         * python/py-continueevent.c (create_continue_event_object): Make
9415         static.
9416         * python/py-lazy-string.c (stpy_get_type): Make static.
9417         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9418         Make static.
9419         * python/py-utils.c (unicode_to_target_python_string): Make
9420         static.
9421         * python/py-value.c: Include python.h.
9422
9423 2012-03-01  Pedro Alves  <palves@redhat.com>
9424
9425         * inferior.c (delete_threads_of_inferior): Delete.
9426
9427 2012-03-01  Pedro Alves  <palves@redhat.com>
9428
9429         Import fallback definitions from glibc.
9430
9431         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9432         ps_prochandle): Forward declare.
9433         (ps_err_e): Use glibc's comments.
9434         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9435         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9436         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9437         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9438         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9439         (struct ps_prochandle): Adjust comment.
9440
9441 2012-03-01  Pedro Alves  <palves@redhat.com>
9442
9443         * ada-lang.c (ada_modulus_from_name): Delete.
9444         * ada-lex.l (lexer_init): Make static.
9445
9446 2012-03-01  Pedro Alves  <palves@redhat.com>
9447
9448         PR gdb/13767
9449
9450         * frame.c (read_frame_register_unsigned): New.
9451         * frame.h (read_frame_register_unsigned): Declare.
9452         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9453         Handle it.
9454         (print_i387_control_word): New parameter `control_p'.  Handle it.
9455         (i387_print_float_info): Handle unavailable float registers.
9456
9457 2012-03-01  Keith Seitz  <keiths@redhat.com>
9458
9459         * linespec.c (decode_line_2): Sort the list of methods
9460         alphabetically before presenting the user with a selection
9461         menu.
9462
9463 2012-03-01  Doug Evans  <dje@google.com>
9464
9465         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9466         has_namespace_info.
9467         (dwarf2_read_abbrevs): Remove corresponding initialization.
9468
9469 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9470
9471         * NEWS: Mention new python command class gdb.COMMAND_USER.
9472         * cli/cli-cmds.c (show_user): Print error when used on a python
9473         command.
9474         (init_cli_cmds): Update documentation strings for "show user" and
9475         "set/show max-user-call-depth" to clarify that it does not apply to
9476         python commands.
9477         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9478         error check.
9479         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9480         gdb python api.
9481         * top.c (execute_command): Only execute a user-defined command as a
9482         legacy macro if c->user_commands is set.
9483
9484 2012-03-01  Tom Tromey  <tromey@redhat.com>
9485
9486         * valprint.h (struct generic_val_print_decorations): New.
9487         (generic_val_print): Declare.
9488         * valprint.c (generic_val_print): New function.
9489         * p-valprint.c (p_decorations): New global.
9490         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9491         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9492         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9493         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9494         * m2-valprint.c (m2_decorations): New global.
9495         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9496         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9497         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9498         TYPE_CODE_ERROR>: Call generic_val_print.
9499         * f-valprint.c (f_decorations): New global.
9500         (f_val_print): Use print_function_pointer_address.
9501         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9502         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9503         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9504         generic_val_print.
9505         * c-valprint.c (c_decorations): New global.
9506         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9507         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9508         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9509         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9510         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9511         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9512         case.
9513
9514 2012-03-01  Tom Tromey  <tromey@redhat.com>
9515
9516         * valprint.c (val_print): Update.
9517         * p-valprint (pascal_val_print): Return void.
9518         * p-lang.h (pascal_val_print): Return void.
9519         * m2-valprint.c (m2_val_print): Return void.
9520         * m2-lang.h (m2_val_print): Return void.
9521         * language.h (struct language_defn) <la_val_print>: Return void.
9522         * language.c (unk_lang_val_print): Return void.
9523         * jv-valprint.c (java_val_print): Return void.
9524         * jv-lang.h (java_val_print): Return void.
9525         * f-valprint.c (f_val_print): Return void.
9526         * f-lang.h (f_val_print): Return void.
9527         * d-valprint.c (d_val_print): Return void.
9528         (dynamic_array_type): Update.
9529         * d-lang.h (d_val_print): Return void.
9530         * c-valprint.c (c_val_print): Return void.
9531         * c-lang.h (c_val_print): Return void.
9532         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9533         void.
9534         * ada-lang.h (ada_val_print): Return void.
9535
9536 2012-03-01  Tom Tromey  <tromey@redhat.com>
9537
9538         * value.h (val_print): Return void.
9539         * valprint.c (val_print): Return void.
9540
9541 2012-03-01  Tom Tromey  <tromey@redhat.com>
9542
9543         * value.h (common_val_print): Return void.
9544         * valprint.c (common_val_print): Return void.
9545
9546 2012-03-01  Tom Tromey  <tromey@redhat.com>
9547
9548         * value.h (value_print): Return void.
9549         * valprint.c (value_print): Return void.
9550         * p-valprint.c (pascal_value_print): Return void.
9551         * p-lang.h (pascal_value_print): Return void.
9552         * language.h (struct language_defn) <la_value_print>: Return
9553         void.
9554         * language.c (unk_lang_value_print): Return void.
9555         * jv-valprint.c (java_value_print): Return void.
9556         * jv-lang.h (java_value_print): Return void.
9557         * f-valprint.c (c_value_print): Don't declare.
9558         Include c-lang.h.
9559         * c-valprint.c (c_value_print): Return void.
9560         * c-lang.h (c_value_print): Return void.
9561         * ada-valprint.c (ada_value_print): Return void.
9562         * ada-lang.h (ada_value_print): Return void.
9563
9564 2012-03-01  Tom Tromey  <tromey@redhat.com>
9565
9566         * value.c (value_primitive_field): Handle virtual base classes.
9567
9568 2012-03-01  Tom Tromey  <tromey@redhat.com>
9569
9570         * gdbtypes.h (struct vbase): Remove.
9571
9572 2012-03-01  Tom Tromey  <tromey@redhat.com>
9573
9574         * c-valprint.c (print_function_pointer_address): Move...
9575         * valprint.c: ... here.  Make non-static.
9576         * m2-valprint.c (print_function_pointer_address): Remove.
9577         * valprint.h (print_function_pointer_address): Declare.
9578
9579 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9580
9581         * NEWS: Document the fact that one can provide a condition when
9582         creating an Ada exception catchpoint.
9583
9584 2012-03-01  Tom Tromey  <tromey@redhat.com>
9585
9586         * valprint.c (val_print_type_code_flags): Fix placement of
9587         trailing brace.
9588
9589 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9590
9591         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9592         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9593         environment variable before calling update-copyright.
9594
9595 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9596
9597         * gnulib/extra/update-copyright: Update to the latest from
9598         gnulib's git repository.
9599         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9600         variable to 2 instead of 1.
9601
9602 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9603
9604         * varobj.c (c_value_of_variable): Remove dead code.
9605
9606 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9607
9608         * ada-lex.p (processId): Do not modify already encoded IDs.
9609         Update function documentation.
9610
9611 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9612
9613         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9614         "name" with "struct symbol *name_sym".
9615         * ada-exp.y (write_var_or_type): Update call to
9616         ada_find_renaming_symbol.
9617         "name" with "struct symbol *name_sym". Adjust Implementation
9618         accordingly.  Adjust the function documentation.
9619
9620 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9621
9622         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9623         * ada-lang.c (ada_find_any_type): Add advance declaration.
9624         Make static.  Replace ada_find_any_symbol by
9625         ada_find_any_type_symbol.
9626         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9627         Improve function description.  Make static.
9628         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9629         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9630
9631 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9632
9633         * ada-lang.c (struct tag_args): Delete.
9634         (ada_get_tsd_type): Function body moved up in source file.
9635         (ada_tag_name_1, ada_tag_name_2): Delete.
9636         (ada_get_tsd_from_tag): New function.
9637         (ada_tag_name_from_tsd): New function.
9638         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9639         to determine the tag name.
9640
9641 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9642
9643         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9644         declaration.
9645         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9646         function.
9647
9648 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9649
9650         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9651
9652 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9653
9654         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9655         full searches.
9656
9657 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9658
9659         * ada-lang.c (constrained_packed_array_type): If there is a
9660         parallel XA type, use it to determine the array index type.
9661
9662 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9663
9664         * ada-valprint.c (ada_val_print_1): If our value is a reference
9665         to an array descriptor, dereference it before converting it
9666         to a simple array.
9667
9668 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9669
9670         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9671         creating fixed value.
9672         (ada_value_ind, ada_coerce_ref, assign_component)
9673         (ada_evaluate_subexp): Remove call to unwrap_value before
9674         call to ada_to_fixed_value.
9675
9676 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9677
9678         * ada-lang.c (to_fixed_array_type): Set result's type name.
9679
9680 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9681
9682         * ada-lang.c (catch_ada_exception_command_split): Add new
9683         argument cond_string.  Add support for condition at end of
9684         "catch exception" commands.
9685         (ada_decode_exception_location): Add new argument cond_string.
9686         Update call to catch_ada_exception_command_split.
9687         (create_ada_exception_catchpoint): Add new argument cond_string.
9688         Set the breakpoint condition if needed.
9689         (catch_ada_exception_command): Update call to
9690         ada_decode_exception_location.
9691         (ada_decode_assert_location): Add function documentation.
9692         Add support for condition at end of "catch assert" command.
9693         (catch_assert_command): Update calls to ada_decode_assert_location
9694         and create_ada_exception_catchpoint.
9695
9696 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9697
9698         Fix disp-step-syscall.exp: fork: single step over fork.
9699         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9700         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9701         comment, change parameters gdbarch and ptid to regcache.  Remove
9702         parameter regcache, initialize gdbarch from regcache here.
9703         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9704         New functions.
9705         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9706         instead.
9707         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9708         'syscall'.  Make the 'int' check more strict.
9709
9710 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9711
9712         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9713         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9714         (i386_linux_intx80_sysenter_syscall_record): ... here.
9715         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9716         Use the renamed function name.
9717
9718 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9719
9720         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9721         * breakpoint.c (until_break_command): Likewise.
9722         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9723         * infcall.c (call_function_by_hand): Likewise.
9724         * infcmd.c (finish_forward): Likewise.
9725         * infrun.c (insert_exception_resume_breakpoint): Likewise.
9726
9727 2012-02-28  Tristan Gingold  <gingold@adacore.com>
9728
9729         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9730         avoid variable assignments inside condition.
9731
9732 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9733
9734         Fix static analysis issue found by cppcheck.
9735         * microblaze-tdep.c (microblaze_extract_return_value): Fix
9736         uninitialized BUF for size 2.
9737
9738 2012-02-27  Chris Dearman  <chris@mips.com>
9739             Nathan Froyd  <froydnj@codesourcery.com>
9740             Maciej W. Rozycki  <macro@codesourcery.com>
9741
9742         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9743         (mips16_instruction_has_delay_slot): Likewise.
9744         (mips_segment_boundary): Likewise.
9745         (mips_adjust_breakpoint_address): Likewise.
9746         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9747
9748 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
9749             Maciej W. Rozycki  <macro@codesourcery.com>
9750
9751         * infrun.c (handle_inferior_event): Don't proceed through
9752         shared library trampolines if stepping at the machine
9753         instruction level.
9754
9755 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
9756
9757         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9758         too.
9759
9760 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
9761
9762         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9763         (sh_stub_unwind_sniffer): New functions.
9764         (sh_stub_unwind): New variable.
9765         (sh_gdbarch_init): Wire everything.
9766
9767 2012-02-27  Pedro Alves  <palves@redhat.com>
9768
9769         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9770         (linux_nat_post_attach_wait): Adjust to use
9771         linux_proc_pid_is_stopped.
9772         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9773         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9774         based on pid_is_stopped from both linux-nat.c and
9775         gdbserver/linux-low.c, and renamed.
9776
9777 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9778
9779         * remote.c (remote_watchpoint_addr_within_range): New function.
9780         (init_remote_ops): Use it.
9781
9782 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9783
9784         * target.h (target_watchpoint_addr_within_range): Document macro.
9785
9786 2012-02-24  Pedro Alves  <palves@redhat.com>
9787
9788         * stack.c (set_last_displayed_sal): Issue internal_error instead
9789         of warning, and issue it after clearing the last displayed sal.
9790
9791 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9792             Pedro Alves  <palves@redhat.com>
9793
9794         * breakpoint.c (until_break_command): Install breakpoints after
9795         all frame manipulations.
9796
9797 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9798
9799         * remote.c (remote_supports_cond_breakpoints): New forward
9800         declaration.
9801         (remote_add_target_side_condition): New function.
9802         (remote_insert_breakpoint): Add target-side breakpoint
9803         conditional if supported.
9804         (remote_insert_hw_breakpoint): Likewise.
9805         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9806         hook.
9807
9808         * target.c (update_current_target): Inherit
9809         to_supports_evaluation_of_breakpoint_conditions.
9810         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9811
9812         * target.h (struct target_ops)
9813         <to_supports_evaluation_of_breakpoint_conditions>: New field.
9814         (target_supports_evaluation_of_breakpoint_conditions): New #define.
9815
9816         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9817         (condition_evaluation_both, condition_evaluation_auto,
9818         condition_evaluation_host, condition_evaluation_target,
9819         condition_evaluation_enums, condition_evaluation_mode_1,
9820         condition_evaluation_mode): New static globals.
9821         (translate_condition_evaluation_mode): New function.
9822         (breakpoint_condition_evaluation_mode): New function.
9823         (gdb_evaluates_breakpoint_condition_p): New function.
9824         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9825         (mark_breakpoint_modified): New function.
9826         (mark_breakpoint_location_modified): New function.
9827         (set_condition_evaluation_mode): New function.
9828         (show_condition_evaluation_mode): New function.
9829         (bp_location_compare_addrs): New function.
9830         (get_first_location_gte_addr): New helper function.
9831         (set_breakpoint_condition): Free condition bytecode if locations
9832         has become unconditional.  Call mark_breakpoint_modified (...).
9833         (condition_command): Call update_global_location_list (1) for
9834         breakpoints.
9835         (breakpoint_xfer_memory): Use is_breakpoint (...).
9836         (is_breakpoint): New function.
9837         (parse_cond_to_aexpr): New function.
9838         (build_target_condition_list): New function.
9839         (insert_bp_location): Handle target-side conditional
9840         breakpoints and call build_target_condition_list (...).
9841         (update_inserted_breakpoint_locations): New function.
9842         (insert_breakpoint_locations): Handle target-side conditional
9843         breakpoints.
9844         (bpstat_check_breakpoint_conditions): Add comment.
9845         (bp_condition_evaluator): New function.
9846         (bp_location_condition_evaluator): New function.
9847         (print_breakpoint_location): Print information on where the condition
9848         will be evaluated.
9849         (print_one_breakpoint_location): Likewise.
9850         (init_bp_location): Call mark_breakpoint_location_modified (...) for
9851         breakpoint location.
9852         (force_breakpoint_reinsertion): New functions.
9853         (update_global_location_list): Handle target-side breakpoint
9854         conditions.
9855         Reinsert locations that are already inserted if conditions have
9856         changed.
9857         (bp_location_dtor): Free agent expression bytecode.
9858         (disable_breakpoint): Call mark_breakpoint_modified (...).
9859         Call update_global_location_list (...) with parameter 1 for breakpoints.
9860         (disable_command): Call mark_breakpoint_location_modified (...).
9861         Call update_global_location_list (...) with parameter 1 for breakpoints.
9862         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9863         (enable_command): mark_breakpoint_location_modified (...).
9864         (_initialize_breakpoint): Update documentation and add
9865         condition-evaluation breakpoint subcommand.
9866
9867         * breakpoint.h: Include ax.h.
9868         (condition_list): New data structure.
9869         (condition_status): New enum.
9870         (bp_target_info) <cond_list>: New field.
9871         (bp_location) <condition_changed, cond_bytecode>: New fields.
9872         (is_breakpoint): New prototype.
9873
9874 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9875
9876         * remote.c (remote_state) <cond_breakpoints>: New field.
9877         (PACKET_ConditionalBreakpoints): New enum.
9878         (remote_cond_breakpoint_feature): New function.
9879         (remote_protocol_features): Add new ConditionalBreakpoints entry.
9880         (remote_supports_cond_breakpoints): New function.
9881         (_initialize_remote): Add new packet configuration for
9882         target-side conditional breakpoints.
9883
9884 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9885
9886         * NEWS: Mention target-side conditional breakpoint support,
9887         new condition-evaluation breakpoint subcommand and remote
9888         packet extensions.
9889
9890 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9891
9892         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9893         number.
9894
9895 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
9896
9897         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9898         (after_prologue): Remove.
9899
9900 2012-02-23  Tom Tromey  <tromey@redhat.com>
9901
9902         * jv-valprint.c (java_val_print): Remove dead code.
9903
9904 2012-02-23  Tristan Gingold  <gingold@adacore.com>
9905
9906         * ada-tasks.c (struct ada_tasks_inferior_data): Add
9907         known_tasks_element and known_tasks_length fields.
9908         (read_known_tasks_array): Change argument type.  Use pointer type
9909         and number of elements from DATA.  Adjust.
9910         (read_known_tasks_list): Likewise.
9911         (get_known_tasks_addr): Remove.
9912         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9913         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
9914         type and array length.  Merge former get_known_tasks_addr code.
9915
9916 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9917
9918         PR backtrace/13716
9919         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9920         it after set_momentary_breakpoint.
9921
9922 2012-02-22  Sterling Augustine  <saugustine@google.com>
9923
9924         PR 13689:
9925         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9926
9927 2012-02-22  Gary Benson  <gbenson@redhat.com>
9928
9929         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9930         (find_slot_in_mapped_hash): Likewise.
9931
9932 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9933
9934         PR build/13638
9935         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9936         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9937         * configure: Regenerate.
9938
9939 2012-02-21  Tristan Gingold  <gingold@adacore.com>
9940             Pedro Alves  <palves@redhat.com>
9941
9942         * ia64-tdep.c: Do not include libunwind-ia64.h.
9943         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9944         Include libunwind-ia64.h instead of libunwind.h.
9945         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9946         for libunwind.h existence.
9947         * configure, config.in: Regenerate.
9948
9949 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9950
9951         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9952         instead of value_rtti_target_type.
9953         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9954         instead of value_rtti_target_type.
9955         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9956         value_rtti_target_type.
9957         * valops.c (value_ind): Extract function readjust_indirect_value_type.
9958         (value_rtti_target_type): Rename to ...
9959         (value_rtti_indirect_type): ... here and make it indirect.  Update
9960         function comment.
9961         * value.c (readjust_indirect_value_type): New function.
9962         (coerce_ref): Support for enclosing type setting for references
9963         with readjust_indirect_value_type.
9964         * value.h (readjust_value_type): New declaration.
9965         (value_rtti_target_type): Rename to ...
9966         (value_rtti_indirect_type): ... here.
9967
9968 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9969
9970         * MAINTAINERS (Write After Approval): Add myself to the list.
9971
9972 2012-02-20  Doug Evans  <dje@google.com>
9973
9974         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9975         Rename objfile_p_char parameter to objfilep.
9976         (build_objfile_section_table): Result is now void.  All callers
9977         updated.
9978         * objfiles.h (struct objfile): Tweak comments, whitespace.
9979         (build_objfile_section_table): Update.
9980
9981         * elfread.c (elf_symfile_segments): Fix warning text.
9982
9983 2012-02-20  Tom Tromey  <tromey@redhat.com>
9984
9985         PR gdb/13498:
9986         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9987         particular set of file names once.
9988         (dw2_map_symbol_filenames): Likewise.
9989
9990 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9991
9992         Code cleanup.
9993         * main.c (write_files): Remove the declaration.
9994         (external_editor_command): Move the declaration ...
9995         [GDBTK] (external_editor_command): ... here.  Fix the comment.
9996
9997 2012-02-20  Tom Tromey  <tromey@redhat.com>
9998
9999         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10000         extraneous block.
10001
10002 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10003
10004         * darwin-nat.h (enum darwin_msg_state): Add comments.
10005
10006 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10007
10008         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10009         value.
10010
10011 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
10012
10013         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10014         between function description and implementation.
10015
10016 2012-02-17  Tom Tromey  <tromey@redhat.com>
10017
10018         PR python/12070:
10019         * python/py-event.c (event_object_getset): New global.
10020         (event_object_type): Reference it.
10021         * python/py-type.c (field_object_getset): New global.
10022         (field_object_type): Reference it.
10023         * python/python-internal.h (gdb_py_generic_dict): Declare.
10024         * python/py-utils.c (gdb_py_generic_dict): New function.
10025
10026 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10027
10028         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10029
10030 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10031
10032         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10033         TYPE_CALLING_CONVENTION annotation.
10034
10035 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10036
10037         * MAINTAINERS: Add rx to target ISA section.
10038         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10039         (ALLDEPFILES): Add rx-tdep.c.
10040
10041 2012-02-16  Tom Tromey  <tromey@redhat.com>
10042
10043         * symfile.c (symbol_file_add_main_1): Use inferior's
10044         symfile_flags.
10045         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10046         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10047         inferior.
10048         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10049         inferior.
10050         (follow_exec): Use inferior's symfile_flags.
10051         * inferior.h (struct inferior) <symfile_flags>: New field.
10052
10053 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10054
10055         PR gdb/9734:
10056         * remote-sim.c (gdbsim_create_inferior): Call error() when
10057         sim_create_inferior() fails.
10058
10059 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10060
10061         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10062
10063 2012-02-16  Tom Tromey  <tromey@redhat.com>
10064
10065         PR c++/13653:
10066         * thread.c (struct current_thread_cleanup) <was_removable>: New
10067         field.
10068         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10069         (make_cleanup_restore_current_thread): Initialize new field.
10070
10071 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10072
10073         * MAINTAINERS: Add rl78 to target ISA section.
10074         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10075         (ALLDEPFILES): Add rl78-tdep.c.
10076         * NEWS: Mention rl78 as a new target.
10077
10078 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10079
10080         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10081         data.
10082         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10083
10084 2012-02-15  Tom Tromey  <tromey@redhat.com>
10085
10086         PR gdb/12659:
10087         * infcmd.c (registers_info): Print just the current register's
10088         name.
10089
10090 2012-02-15  Tom Tromey  <tromey@redhat.com>
10091
10092         * python/py-symbol.c (sympy_value): Use _().
10093
10094 2012-02-15  Pedro Alves  <palves@redhat.com>
10095
10096         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10097         output to be like native targets'.
10098         (remote_pid_to_str): Special case the null ptid.
10099
10100 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10101
10102         * NEWS: Mention enable count command.
10103         * breakpoint.h (struct breakpoint): New field enable_count.
10104         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10105         (enable_breakpoint): Add arg to call.
10106         (struct disp_data): New struct.
10107         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10108         (do_map_enable_once_breakpoint): Create a struct and pass it.
10109         (do_map_enable_delete_breakpoint): Ditto.
10110         (do_map_enable_count_breakpoint): New function.
10111         (enable_count_command): New function.
10112         (bpstat_stop_status): Decrement enable_count.
10113         (print_one_breakpoint_location): Report enable count.
10114         (_initialize_breakpoint): Add enable count command.
10115
10116 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10117
10118         * rl78-tdep.c (reggroups.h): Include.
10119         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10120         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10121         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10122         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10123         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10124         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10125         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10126         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10127         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10128         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10129         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10130         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10131         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10132         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10133         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10134         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10135         beginning of register list.
10136         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10137         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10138         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10139         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10140         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10141         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10142         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10143         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10144         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10145         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10146         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10147         the pseudo registers.  Rearrange other pseudo registers too so
10148         that the bank registers appear at the end.
10149         (rl78_register_type): Account for the fact that the byte sized
10150         bank registers are now pseudo-registers.
10151         (rl78_register_name): Rearrange the register name array.  Make
10152         initial set of raw banked registers inaccessible.
10153         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10154         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10155         case for copying bytes back and forth between raw and pseudo
10156         versions of the banked registers.  Update other cases to reflect
10157         the changed names.
10158         (rl78_return_value): Update to account for changed names of
10159         raw registers.
10160         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10161         rl78_register_sim_regno().
10162
10163 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10164
10165         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10166         the name parameter being passed to find_pc_partial_function().
10167
10168 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10169
10170         * MAINTAINERS: Step down from being ia64 target maintainer.
10171
10172 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10173
10174         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10175         compilation warning.
10176
10177 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10178
10179         Fix crash on loaded shlibs without loaded exec_bfd.
10180         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10181         (set_section_command): Replace exec_bfd by p->bfd.
10182
10183 2012-02-10  Tom Tromey  <tromey@redhat.com>
10184
10185         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10186         when we have a C++ qualified name.
10187
10188 2012-02-10  Pedro Alves  <palves@redhat.com>
10189
10190         * inferior.c (inferior_pid_to_str): New.
10191         (print_inferior, inferior_command): Use it.
10192
10193 2012-02-10  Pedro Alves  <palves@redhat.com>
10194
10195         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10196         the test CFLAGS.
10197         * configure: Regenerate.
10198
10199 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10200
10201         * linespec.c (decode_line_internal): Fix comment correctness.
10202
10203 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10204
10205         PR gdb/12953
10206         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10207         * amd64bsd-nat.c: Add support for debug registers (adapted from
10208         i386bsd-nat.c).
10209         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10210         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10211         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10212         (amd64bsd_dr_get_control): New functions.
10213         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10214         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10215         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10216         watchpoints initialization.
10217         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10218
10219 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10220
10221         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10222         flds_bnds.fields.
10223         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10224
10225 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10226
10227         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10228
10229 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10230
10231         * language.h (symbol_name_cmp_ftype): Renames
10232         symbol_name_match_p_ftype.
10233         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10234         la_get_symbol_name_match_p.
10235         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10236         ada_get_symbol_name_match_p.  Update comment.
10237         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10238         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10239         Renames symbol_name_match_p.  Update field type.
10240         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10241         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10242         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10243         "la_get_symbol_name_cmp" in comments.
10244         * language.c: Likewise.
10245
10246 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10247
10248         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10249         %eflags offset.
10250         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10251         (amd64_sol2_gregset32_reg_offs): Likewise.
10252
10253 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10254
10255         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10256         of the returned BFD is allocated by GDB.
10257
10258 2012-02-07  Tom Tromey  <tromey@redhat.com>
10259
10260         PR python/12027:
10261         * python/python-internal.h (frame_object_type): Declare.
10262         * python/py-symbol.c (sympy_needs_frame): New function.
10263         (sympy_value): New function.
10264         (symbol_object_getset): Add "needs_frame".
10265         (symbol_object_methods): Add "value".
10266         * python/py-frame.c (frame_object_type): No longer static.
10267
10268 2012-02-07  Tom Tromey  <tromey@redhat.com>
10269
10270         PR python/13599:
10271         * python/py-symbol.c (sympy_line): New function.
10272         (symbol_object_getset): Add "line".
10273
10274 2012-02-07  Tom Tromey  <tromey@redhat.com>
10275
10276         * charset.c (find_charset_names): Check 'in' against NULL.
10277
10278 2012-02-06  Doug Evans  <dje@google.com>
10279
10280         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10281         and fields.name members from char * to const char *.  All uses updated.
10282         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10283         from char * to const char *.  All uses updated.
10284         (type_name_no_tag): Update.
10285         (lookup_unsigned_typename, lookup_signed_typename): Update.
10286         * gdbtypes.c (type_name_no_tag): Change result type
10287         from char * to const char *.  All callers updated.
10288         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10289         name parameter from char * to const char *.
10290         * symtab.h (struct cplus_specific): Change type of demangled_name
10291         member from char * to const char *.  All uses updated.
10292         (struct general_symbol_info): Change type of name and
10293         mangled_lang.demangled_name members from char * to const char *.
10294         All uses updated.
10295         (symbol_get_demangled_name, symbol_natural_name): Update.
10296         (symbol_demangled_name, symbol_search_name): Update.
10297         * symtab.c (symbol_get_demangled_name): Change result type
10298         from char * to const char *.  All callers updated.
10299         (symbol_natural_name, symbol_demangled_name): Ditto.
10300         (symbol_search_name): Ditto.
10301         (completion_list_add_name): Change type of symname,sym_text,
10302         text,word parameters from char * to const char *.
10303         (completion_list_objc_symbol): Change type of sym_text,
10304         text,word parameters from char * to const char *.
10305         * ada-lang.c (find_struct_field): Change type of name parameter
10306         from char * to const char *.
10307         (encoded_ordered_before): Similarly for N0,N1 parameters.
10308         (old_renaming_is_invisible): Similarly for function_name parameter.
10309         (ada_type_name): Change result type from char * to const char *.
10310         All callers updated.
10311         * ada-lang.h (ada_type_name): Update.
10312         * buildsym.c (hashname): Change type of name parameter
10313         from char * to const char *.
10314         * buildsym.h (hashname): Update.
10315         * dbxread.c (end_psymtab): Change type of include_list parameter
10316         from char ** to const char **.
10317         * dwarf2read.c (determine_prefix): Change result type
10318         from char * to const char *.  All callers updated.
10319         * f-lang.c (find_common_for_function): Change type of name, funcname
10320         parameters from char * to const char *.
10321         * f-lang.c (find_common_for_function): Update.
10322         * f-valprint.c (list_all_visible_commons): Change type of funcname
10323         parameters from char * to const char *.
10324         * gdbarch.sh (static_transform_name): Change type of name parameter
10325         and result from char * to const char *.
10326         * gdbarch.c: Regenerate.
10327         * gdbarch.h: Regenerate.
10328         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10329         of name parameter from char * to const char *.
10330         * jv-lang.c (java_primitive_type_from_name): Ditto.
10331         (java_demangled_signature_length): Similarly for signature parameter.
10332         (java_demangled_signature_copy): Ditto.
10333         (java_demangle_type_signature): Ditto.
10334         * jv-lang.h (java_primitive_type_from_name): Update.
10335         (java_demangle_type_signature): Update.
10336         * objc-lang.c (specialcmp): Change type of a,b parameters
10337         from char * to const char *.
10338         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10339         from char * to const char *.  All callers updated.
10340         * p-lang.h (is_pascal_string_type): Update.
10341         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10342         of name parameter from char * to const char *.
10343         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10344         * utils.c (fprintf_symbol_filtered): Ditto.
10345         * defs.h (fprintf_symbol_filtered): Update.
10346         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10347         * stabsread.h (end_psymtab): Update.
10348         * stack.c (find_frame_funname): Change type of funname parameter
10349         from char ** to const char **.
10350         * stack.h (find_frame_funname): Update.
10351         * typeprint.c (type_print): Change type of varstring parameter
10352         from char * to const char *.
10353         * value.h (type_print): Update.
10354         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10355         from char * to const char *.  All callers updated.
10356         (xcoff_end_psymtab): Change type of include_list parameter
10357         from char ** to const char **.  All callers updated.
10358         (swap_sym): Similarly for name parameter.  All callers updated.
10359         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10360         Use xstrdup.
10361         (process_coff_symbol): Use xstrdup.
10362         * stabsread.c (stabs_method_name_from_physname): Renamed from
10363         update_method_name_from_physname.  Change result type from void
10364         to char *.  All callers updated.
10365         (read_member_functions): In has_destructor case, store name in objfile
10366         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10367
10368 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10369
10370         * configure: Rebuild.
10371         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10372         LDFLAGS.
10373
10374 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10375
10376         * configure.tgt (rl78-*-elf): New target.
10377         * rl78-tdep.c: New file.
10378
10379 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10380
10381         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10382         and continue the loop.  Add QUIT statement.
10383
10384 2012-02-03  Tom Tromey  <tromey@redhat.com>
10385
10386         PR gdb/13596:
10387         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10388         bfd_lookup_symbol_from_symtab.
10389         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10390         gdb_bfd_lookup_symbol_from_symtab.
10391
10392 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10393
10394         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10395         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10396         symbol.  Add assertion that sym2 is never NULL.
10397
10398 2012-02-02  Doug Evans  <dje@google.com>
10399
10400         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10401         "name" parameter to const char ** from char **.  All callers updated.
10402         (find_pc_partial_function): Ditto.
10403         (cache_pc_function_name): Change type to const char * from char *.
10404         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10405         (find_pc_partial_function): Update.
10406         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10407         type of "name" parameter to const char * from char *.
10408         All uses updated.
10409         * arch-utils.c (generic_in_solib_return_trampoline): Change
10410         type of "name" parameter to const char * from char *.
10411         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10412         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10413         type of "name" parameter to const char * from char *.
10414         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10415         * gdbarch.c: Regenerate.
10416         * gdbarch.h: Regenerate.
10417         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10418         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10419         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10420         type of "name" parameter to const char * from char *.
10421         * skip.c (skip_function_pc): Ditto.
10422         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10423         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10424         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10425         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10426         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10427         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10428         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10429         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10430         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10431
10432 2012-02-02  Pedro Alves  <palves@redhat.com>
10433
10434         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10435         the current inferior has no execution.  Make sure the current
10436         remote process matches gdb's current inferior.
10437
10438 2012-02-02  Tom Tromey  <tromey@redhat.com>
10439
10440         PR gdb/13405:
10441         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10442         read-only memory.
10443
10444 2012-02-02  Tom Tromey  <tromey@redhat.com>
10445
10446         PR gdb/9307:
10447         * symtab.c (lookup_language_this): Set block_found.
10448
10449 2012-02-01  Tom Tromey  <tromey@redhat.com>
10450
10451         PR gdb/13431:
10452         * jit.c (struct jit_inferior_data): Rewrite.
10453         (struct jit_objfile_data): New.
10454         (get_jit_objfile_data): New function.
10455         (add_objfile_entry): Update.
10456         (jit_read_descriptor): Return int.  Replace descriptor_addr
10457         argument with inf_data.  Update.  Don't call error.
10458         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10459         descriptor here.
10460         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10461         (jit_reset_inferior_data_and_breakpoints)
10462         (jit_inferior_created_observer): Remove.
10463         (jit_inferior_exit_hook): Update.
10464         (jit_executable_changed_observer): Remove.
10465         (jit_event_handler): Update.
10466         (free_objfile_data): Reset inferior data if needed.
10467         (_initialize_jit): Update.
10468
10469 2012-02-01  Tom Tromey  <tromey@redhat.com>
10470
10471         * jit.c (bfd_open_from_target_memory): Move higher in file.
10472
10473 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10474
10475         * libunwind-frame.c (libunwind_load): Display message if dlopen
10476         failed.
10477
10478 2012-02-01  Gary Benson  <gbenson@redhat.com>
10479
10480         * symtab.h (symbol_found_callback_ftype): New typedef.
10481         (iterate_over_symbols): Use the above.
10482         * symtab.c (iterate_over_symbols): Likewise.
10483         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10484         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10485         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10486         (iterate_name_matcher): Document return values.
10487         (collect_one_symbol): Likewise.
10488         (collect_function_symbols): Likewise.
10489         (collect_symbols): Likewise.
10490
10491 2012-02-01  Tom Tromey  <tromey@redhat.com>
10492
10493         * ada-lang.c (resolve_subexp): Update.
10494         (ada_lookup_symbol_list): Add 'full_search' argument.
10495         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10496         ada_lookup_symbol_list.
10497         (ada_lookup_encoded_symbol): Update.
10498         (get_var_value): Update.
10499         * ada-exp.y (block_lookup): Update.
10500         (write_var_or_type): Update.
10501         (write_name_assoc): Update.
10502         * ada-lang.h (ada_lookup_symbol_list): Update.
10503
10504 2012-01-31  Tom Tromey  <tromey@redhat.com>
10505
10506         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10507         comment.
10508
10509 2012-01-31  Doug Evans  <dje@google.com>
10510
10511         * symtab.h: Remove outdated comment.
10512         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10513
10514 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10515
10516         Fix build error in Darwin port.
10517         * i386-darwin-nat.c: Include i386-nat.h.
10518
10519 2012-01-30  Tom Tromey  <tromey@redhat.com>
10520
10521         PR breakpoints/13568:
10522         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10523         argument.  Check for recursive includes.
10524         (dwarf_decode_macros): Create an include hash.
10525
10526 2012-01-30  Michael Eager  <eager@eagercon.com>
10527
10528         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10529         * ppc-linux-tdep.c: Include glibc-tdep.h.
10530         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10531         (powerpc_linux_in_plt_stub): New function.
10532         (powerpc_linux_in_dynsym_resolve_code): New function.
10533         (ppc_skip_trampoline_code): New function.
10534         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10535         Use glibc_skip_solib_resolver.
10536
10537 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10538
10539         Code cleanup: Make 1440 bytes of data segment read-only.
10540         * arch-utils.c (endian_enum): Make it const char *const [].
10541         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10542         Likewise.
10543         * breakpoint.c (always_inserted_enums): Likewise.
10544         * cli/cli-cmds.c (script_ext_enums): Likewise.
10545         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10546         enumlist parameter const char *const *.
10547         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10548         const char *const *.
10549         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10550         parameter const char *const *.
10551         * cris-tdep.c (cris_modes): Make it const char *const [].
10552         * filesystem.c (target_file_system_kinds): Likewise.
10553         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10554         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10555         (can_use_displaced_stepping_enum, scheduler_enums)
10556         (exec_direction_names): Likewise.
10557         * language.c (_initialize_language): Make the type_or_range_names and
10558         case_sensitive_names variables const char *const [].
10559         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10560         * python/python.c (python_excp_enums): Likewise.
10561         * remote.c (interrupt_sequence_modes): Likewise.
10562         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10563         * serial.c (logbase_enums): Likewise.
10564         * sh-tdep.c (sh_cc_enum): Likewise.
10565         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10566         Likewise.
10567         * symtab.c (multiple_symbols_modes): Likewise.
10568         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10569         Likewise.
10570         * utils.c (internal_problem_modes): Likewise.
10571
10572 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10573
10574         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10575         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10576         result.
10577
10578 2012-01-27  Doug Evans  <dje@google.com>
10579
10580         * configure.ac (with_python): Fix absolute path handling for win32.
10581         * configure: Regenerate.
10582
10583 2012-01-26  Doug Evans  <dje@google.com>
10584
10585         * symtab.c: Whitespace cleanup, no code changes.
10586
10587         * symtab.c (lookup_symbol_in_language): Improve comment.
10588         (lookup_symbol_aux): Fix comment.
10589
10590         * psymtab.c (add_psymbol_to_list): Result is now "void".
10591         * psympriv.h (add_psymbol_to_list): Update.
10592
10593         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10594
10595 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10596
10597         Do not open script filenames twice.
10598         * cli/cli-cmds.c (source_script_from_stream): Pass to
10599         source_python_script also STREAM.
10600         * python/py-auto-load.c (source_section_scripts): Pass to
10601         source_python_script_for_objfile also STREAM.
10602         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10603         also INPUT.
10604         * python/python-internal.h (source_python_script_for_objfile): New
10605         parameter file, rename parameter file to filename.
10606         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10607         instead if !_WIN32.  Update the function comment.
10608         (source_python_script, source_python_script_for_objfile)
10609         (source_python_script): New parameter file, rename parameter file to
10610         filename.  Pass FILENAME to python_run_simple_file.
10611         * python/python.h (source_python_script): New parameter file, rename
10612         parameter file to filename.
10613
10614 2012-01-26  Pedro Alves  <palves@redhat.com>
10615
10616         * corelow.c (core_has_fake_pid): Delete.
10617         (core_close): Delete references to `core_has_fake_pid'.
10618         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10619         (core_open): Delete references to `core_has_fake_pid'.
10620         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10621         the removed global.
10622
10623 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10624
10625         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10626         Remove language parameter from name_matcher.  Adjust the comment.
10627         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10628         Remove language parameter.
10629         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10630         * linespec.c (iterate_name_matcher): Likewise.
10631         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10632         name_matcher.  Adjust call accordingly.
10633         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10634         (maintenance_check_symtabs): Adjust type of parameter "fun".
10635         * psymtab.h (maintenance_check_symtabs): Likewise.
10636
10637 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10638
10639         * language.h (symbol_name_match_p_ftype): New typedef.
10640         (struct language_defn): Replace field la_symbol_name_compare
10641         by la_get_symbol_name_match_p.
10642         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10643         (ada_language_defn): Use it.
10644         * linespec.c (struct symbol_matcher_data): New type.
10645         (iterate_name_matcher): Rewrite.
10646         (iterate_over_all_matching_symtabs): Pass a pointer to
10647         a symbol_matcher_data struct to expand_symtabs_matching
10648         instead of just the lookup name.
10649         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10650         opencl-lang.c, p-lang.c, language.c: Delete field
10651         la_symbol_name_compare, and replace by NULL for new field
10652         la_get_symbol_name_match_p.
10653         * symfile.h (struct quick_symbol_functions): Update comment.
10654
10655 2012-01-25  Tom Tromey  <tromey@redhat.com>
10656
10657         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10658         dereferencing.
10659
10660 2012-01-24  Tom Tromey  <tromey@redhat.com>
10661
10662         PR symtab/12406:
10663         * solib.c (update_solib_list): Update the program space's
10664         added_solibs and deleted_solibs fields.
10665         * progspace.h (struct program_space) <added_solibs,
10666         deleted_solibs>: New fields.
10667         (clear_program_space_solib_cache): Declare.
10668         * progspace.c (release_program_space): Call
10669         clear_program_space_solib_cache.
10670         (clear_program_space_solib_cache): New function.
10671         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10672         bpstat_stop_status.  Use handle_solib_event.
10673         * breakpoint.c: Include gdb_regex.h.
10674         (print_solib_event): New function.
10675         (bpstat_print): Use print_solib_event.
10676         (bpstat_stop_status): Add special case for bp_shlib_event.
10677         (handle_solib_event): New function.
10678         (bpstat_what): Use handle_solib_event.
10679         (struct solib_catchpoint): New.
10680         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10681         (breakpoint_hit_catch_solib, check_status_catch_solib)
10682         (print_it_catch_solib, print_one_catch_solib)
10683         (print_mention_catch_solib, print_recreate_catch_solib): New
10684         functions.
10685         (catch_solib_breakpoint_ops): New global.
10686         (catch_load_or_unload, catch_load_command_1)
10687         (catch_unload_command_1): New functions.
10688         (internal_bkpt_check_status): Add special case for
10689         bp_shlib_event.
10690         (internal_bkpt_print_it): Use print_solib_event.
10691         (initialize_breakpoint_ops): Initialize
10692         catch_solib_breakpoint_ops.
10693         (_initialize_breakpoint): Register "catch load" and "catch
10694         unload".
10695         * breakpoint.h (handle_solib_event): Declare.
10696         * NEWS: Add entry for "catch load" and "catch unload".
10697
10698 2012-01-24  Tom Tromey  <tromey@redhat.com>
10699
10700         * ada-lang.c: Include gdb_vecs.h.
10701         * charset.c: Include gdb_vecs.h.
10702         * tracepoint.h: Include gdb_vecs.h.
10703         * gdb_vecs.h: New file.
10704
10705 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
10706
10707         * breakpoint.c (breakpoint_hit_catch_fork)
10708         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10709         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10710         * infrun.c (inferior_has_forked, inferior_has_vforked)
10711         (inferior_has_execd, inferior_has_called_syscall): Delete.
10712         (handle_syscall_event): Get syscall_number from the execution
10713         control state's wait status.
10714         (wait_for_inferior): Don't clear syscall_number.
10715
10716 2012-01-24  Pedro Alves  <palves@redhat.com>
10717
10718         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10719         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10720         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10721         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10722         `ws' parameter.
10723         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
10724         false for events other than TARGET_SIGNAL_TRAP.
10725         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10726         Add `ws' parameter.
10727         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
10728         events other than TARGET_SIGNAL_TRAP.
10729         (tracepoint_breakpoint_hit): Add `ws' parameter.
10730         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10731         parameter.
10732         (bpstat_stop_status): Same.
10733         (pc_at_non_inline_function): Same.
10734         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10735         to pass the current event's waitstatus to bpstat_stop_status
10736         and pc_at_non_inline_function.
10737
10738 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10739
10740         Code cleanup.
10741         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10742         Update the function comment for it.
10743         (source_script_with_search): Call make_cleanup_fclose for STREAM.
10744         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10745         for STREAM.
10746
10747 2012-01-24  Pedro Alves  <palves@redhat.com>
10748
10749         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10750         outside `bs->stop' block.
10751         (bpstat_what): Rework bp_shlib_event handling.
10752         (internal_bkpt_check_status): If the breakpoint is a
10753         bp_shlib_event, then set bs->stop and bs->print if
10754         stop_on_solib_events is set.
10755
10756 2012-01-24  Gary Benson  <gbenson@redhat.com>
10757
10758         Delete #if 0'd out code.
10759         * stack.c (print_frame_label_vars): Remove.
10760         (catch_info): Likewise.
10761         (_initialize_stack): Remove "info catch" command.
10762         * NEWS: Mention the above.
10763
10764 2012-01-24  Pedro Alves  <palves@redhat.com>
10765
10766         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
10767         it.
10768         (remote_notice_new_inferior): If the remote end doesn't support
10769         the multiprocess extensions, then the PID is fake.
10770         (add_current_inferior_and_thread): New.
10771         (remote_start_remote): Use it.
10772         (extended_remote_attach_1): Adjust.
10773         (extended_remote_create_inferior_1): Use
10774         add_current_inferior_and_thread.
10775
10776 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10777
10778         Fix watchpoints to be specific for each inferior.
10779         * breakpoint.c (watchpoint_in_thread_scope): Verify also
10780         current_program_space.
10781         * i386-nat.c (i386_inferior_data_cleanup): New.
10782         (i386_inferior_data_get): Replace variable inf_data_local by an
10783         inferior_data call.
10784         (i386_use_watchpoints): Initialize i386_inferior_data.
10785         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10786         specific iterate_over_lwps.
10787
10788 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10789
10790         Fix watchpoints across inferior fork.
10791         * amd64-linux-nat.c (update_debug_registers_callback): Update the
10792         comment for linux_nat_iterate_watchpoint_lwps.
10793         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10794         linux_nat_iterate_watchpoint_lwps.
10795         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10796         * i386-linux-nat.c (update_debug_registers_callback): Update the
10797         comment for linux_nat_iterate_watchpoint_lwps.
10798         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10799         linux_nat_iterate_watchpoint_lwps.
10800         (i386_linux_prepare_to_resume): New comment on Linux kernel.
10801         * i386-nat.c: Include inferior.h.
10802         (dr_mirror): Remove.
10803         (i386_inferior_data, struct i386_inferior_data)
10804         (i386_inferior_data_get): New.
10805         (i386_debug_reg_state): Use i386_inferior_data_get.
10806         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10807         (i386_insert_watchpoint, i386_remove_watchpoint)
10808         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10809         (i386_remove_hw_breakpoint): New variable state, use
10810         i386_debug_reg_state instead of DR_MIRROR.
10811         * linux-nat.c (delete_lwp): New declaration.
10812         (num_lwps): Move here from downwards.
10813         (delete_lwp_cleanup): New.
10814         (linux_child_follow_fork): Create new child_lp, call
10815         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10816         PTRACE_DETACH.
10817         (num_lwps): Move upwards.
10818         (linux_nat_iterate_watchpoint_lwps): New.
10819         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10820         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10821
10822 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
10823
10824         GDB 7.4 released.
10825
10826 2012-01-23  Pedro Alves  <palves@redhat.com>
10827
10828         * top.c (caution): Rename to ...
10829         (confirm): ... this.
10830         (show_caution): Rename to ...
10831         (show_confirm): ... this.
10832         (quit_cover): Adjust.
10833         (init_main): Adjust.
10834         * top.h (caution): Rename to ...
10835         (confirm): ... this.
10836         * utils.c (internal_vproblem, defaulted_query): Adjust.
10837
10838 2012-01-23  Pedro Alves  <palves@redhat.com>
10839
10840         * top.c (caution): Update comment.
10841         (execute_command): Don't consider the current value of `caution'.
10842
10843 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10844
10845         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10846
10847 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
10848
10849         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10850         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10851         * target.c (target_fileio_pwrite): Remove buffer address from
10852         debug output.
10853         (target_fileio_pread): Likewise.
10854
10855 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10856
10857         * NEWS: Document remote "info proc" and "generate-core-file".
10858
10859 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10860
10861         * gdbarch.sh (find_memory_regions): New callback.
10862         * gdbarch.c, gdbarch.h: Regenerate.
10863
10864         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10865         callback before falling back to target method.
10866
10867         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10868         (linux_target_install_ops): No longer install it.
10869
10870         * linux-tdep.c (linux_find_memory_regions): New function.
10871         (linux_init_abi): Install it.
10872
10873 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10874
10875         * gdbarch.sh (make_corefile_notes): New architecture callback.
10876         * gdbarch.c: Regenerate.
10877         * gdbarch.h: Likewise.
10878
10879         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10880         before target_make_corefile_notes.  If NULL is returned, the
10881         target does not support core file generation.
10882
10883         * linux-nat.c: Include "linux-tdep.h".
10884         (find_signalled_thread, find_stop_signal): Remove.
10885         (linux_nat_do_thread_registers): Likewise.
10886         (struct linux_nat_corefile_thread_data): Likewise.
10887         (linux_nat_corefile_thread_callback): Likewise.
10888         (iterate_over_spus): Likewise.
10889         (struct linux_spu_corefile_data): Likewise.
10890         (linux_spu_corefile_callback): Likewise.
10891         (linux_spu_make_corefile_notes): Likewise.
10892         (linux_nat_collect_thread_registers): New function.
10893         (linux_nat_make_corefile_notes): Replace contents by call to
10894         linux_make_corefile_notes passing linux_nat_collect_thread_registers
10895         as native-only callback.
10896
10897         * linux-tdep.h: Include "bfd.h".
10898         (struct regcache): Add forward declaration.
10899         (linux_collect_thread_registers_ftype): New typedef.
10900         (linux_make_corefile_notes): Add prototype.
10901         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10902         "regset.h", and "elf-bfd.h".
10903         (find_signalled_thread, find_stop_signal): New functions.
10904         (linux_spu_make_corefile_notes): Likewise.
10905         (linux_collect_thread_registers): Likewise.
10906         (struct linux_corefile_thread_data): New data structure.
10907         (linux_corefile_thread_callback): New funcion.
10908         (linux_make_corefile_notes): Likewise.
10909         (linux_make_corefile_notes_1): Likewise.
10910         (linux_init_abi): Install it.
10911
10912 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10913
10914         * gdbarch.sh (info_proc): New callback.
10915         * gdbarch.c, gdbarch.h: Regenerate.
10916
10917         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10918         before falling back to the target info_proc callback.
10919
10920         * linux-nat.c: Do not include "cli/cli-utils.h".
10921         (linux_nat_info_proc): Remove.
10922         (linux_target_install_ops): No longer install it.
10923
10924         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10925         (read_mapping): New function.
10926         (linux_info_proc): Likewise.
10927         (linux_init_abi): Install it.
10928
10929 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10930
10931         * defs.h (enum info_proc_what): Moved here from linux-nat.c
10932         * infcmd.c: (info_proc_cmd_1): New function.
10933         (info_proc_cmd): New function, moved here from equivalent routine
10934         orignally in linux-nat.c.
10935         (info_proc_cmd_mappings): Likewise.
10936         (info_proc_cmd_stat): Likewise.
10937         (info_proc_cmd_status): Likewise.
10938         (info_proc_cmd_cwd): Likewise.
10939         (info_proc_cmd_cmdline): Likewise.
10940         (info_proc_cmd_exe): Likewise.
10941         (info_proc_cmd_all): Likewise.
10942         (_initialize_infcmd): Install "info proc" command and subcommands.
10943
10944         * target.h (struct target_ops): Add to_info_proc.
10945         (target_info_proc): Add prototype.
10946         * target.c (target_info_proc): New function.
10947
10948         * procfs.c (procfs_info_proc): Add prototype.
10949         (info_proc_cmd): Rename into ...
10950         (procfs_info_proc): ... this.  Update argument types as appropriate
10951         for a to_info_proc implementation.  Handle "what" argument.
10952         (procfs_target): Install procfs_info_proc.
10953         (_initialize_procfs): No longer install "info proc" command.
10954
10955         * linux-nat.c: (enum info_proc_what): Remove.
10956         (linux_nat_info_proc_cmd_1): Rename into ...
10957         (linux_nat_info_proc): ... this.  Update argument types as appropriate
10958         for a to_info_proc implementation.
10959         (linux_nat_info_proc_cmd): Remove.
10960         (linux_nat_info_proc_cmd_mappings): Likewise.
10961         (linux_nat_info_proc_cmd_stat): Likewise.
10962         (linux_nat_info_proc_cmd_status): Likewise.
10963         (linux_nat_info_proc_cmd_cwd): Likewise.
10964         (linux_nat_info_proc_cmd_cmdline): Likewise.
10965         (linux_nat_info_proc_cmd_exe): Likewise.
10966         (linux_nat_info_proc_cmd_all): Likewise.
10967         (linux_target_install_ops): Install linux_nat_info_proc.
10968         (_initialize_linux_nat): No longer install "info proc" command
10969         and subcommands.
10970
10971 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10972
10973         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10974         * config.in, configure: Regenerate.
10975
10976         * target.h (struct target_ops): Add to_fileio_readlink.
10977         (target_fileio_readlink): Add prototype.
10978         * target.c (target_fileio_readlink): New function.
10979
10980         * inf-child.c: Conditionally include <sys/param.h>.
10981         (inf_child_fileio_readlink): New function.
10982         (inf_child_target): Install it.
10983
10984         * remote.c (PACKET_vFile_readlink): New enum value.
10985         (remote_hostio_readlink): New function.
10986         (init_remote_ops): Install it.
10987         (_initialize_remote): Handle vFile:readlink packet type.
10988
10989 2012-01-20  Pedro Alves  <palves@redhat.com>
10990             Ulrich Weigand  <ulrich.weigand@linaro.org>
10991
10992         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10993         * config.in, configure: Regenerate.
10994
10995         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10996         to_fileio_pread, to_fileio_close, to_fileio_unlink.
10997         (target_fileio_open): Add prototype.
10998         (target_fileio_pwrite): Likewise.
10999         (target_fileio_pread): Likewise.
11000         (target_fileio_close): Likewise.
11001         (target_fileio_unlink): Likewise.
11002         (target_fileio_read_alloc): Likewise.
11003         (target_fileio_read_stralloc): Likewise.
11004
11005         * target.c: Include "gdb/fileio.h".
11006         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11007         (default_fileio_target): New function.
11008         (target_fileio_open): Likewise.
11009         (target_fileio_pwrite): Likewise.
11010         (target_fileio_pread): Likewise.
11011         (target_fileio_close): Likewise.
11012         (target_fileio_unlink): Likewise.
11013         (target_fileio_close_cleanup): Likewise.
11014         (target_fileio_read_alloc_1): Likewise.
11015         (target_fileio_read_alloc): Likewise.
11016         (target_fileio_read_stralloc): Likewise.
11017
11018         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11019         <fcntl.h>, and <unistd.h>.
11020         (inf_child_fileio_open_flags_to_host): New function.
11021         (inf_child_errno_to_fileio_error): Likewise.
11022         (inf_child_fileio_open): Likewise.
11023         (inf_child_fileio_pwrite): Likewise.
11024         (inf_child_fileio_pread): Likewise.
11025         (inf_child_fileio_close): Likewise.
11026         (inf_child_fileio_unlink): Likewise.
11027         (inf_child_target): Install to_fileio routines.
11028
11029         * remote.c (init_remote_ops): Install to_fileio routines.
11030
11031 2012-01-20  Pedro Alves  <palves@redhat.com>
11032             Ulrich Weigand  <ulrich.weigand@linaro.org>
11033
11034         * remote.c (remote_multi_process_p): Only check for multi-process
11035         protocol feature, do not check for extended protocol.
11036         (remote_supports_multi_process): Check for extended protocol here.
11037         (set_general_process): Likewise.
11038         (extended_remote_kill): Likewise.
11039         (remote_pid_to_str): Likewise.
11040         (remote_query_supported): Always query multiprocess mode.
11041
11042 2012-01-20  Pedro Alves  <palves@redhat.com>
11043             Ulrich Weigand  <ulrich.weigand@linaro.org>
11044
11045         * inferior.h (struct inferior): Add fake_pid_p.
11046         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11047         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11048         magic_null_ptid since the remote side doesn't provide a real PID.
11049
11050 2012-01-19  Tom Tromey  <tromey@redhat.com>
11051
11052         * NEWS: Combine the two Python sections.
11053
11054 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11055
11056         * target.h (target_close): Update comment on the target's unpush state.
11057
11058 2012-01-19  Pedro Alves  <palves@redhat.com>
11059
11060         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11061         linux_nat_async directly instead of going through the target
11062         vector.
11063         * target.c (unpush_target): Close target after unpushing it, not
11064         before.
11065
11066 2012-01-19  Gary Benson  <gbenson@redhat.com>
11067
11068         * mdebugread.c (sort_blocks): Replace integer constants with ones
11069         derived from FIRST_LOCAL_BLOCK.
11070
11071 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11072             Jan Kratochvil  <jan.kratochvil@redhat.com>
11073
11074         PR gdb/9538
11075         * symfile.c (find_separate_debug_file): New function.
11076         (terminate_after_last_dir_separator): Likewise.
11077         (find_separate_debug_file_by_debuglink): Also try realpath.
11078         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11079         * configure: Regenerate.
11080         * config.in: Regenerate.
11081
11082 2012-01-18  Doug Evans  <dje@google.com>
11083
11084         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11085         (main.o): Remove rule.
11086         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11087         (--with-sysroot): Rewrite.
11088         * configure: Regenerate.
11089         * config.in: Regenerate.
11090
11091 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11092
11093         * parse.c (initialize_expout): New function.
11094         (reallocate_expout): Likewise.
11095         (parse_exp_in_context): Use `initialize_expout' and
11096         `reallocate_expout' when appropriate.
11097
11098 2012-01-18  Pedro Alves  <palves@redhat.com>
11099
11100         * record.c (struct record_breakpoint, record_breakpoint_p)
11101         (record_breakpoints): New.
11102         (record_insert_breakpoint, record_remove_breakpoint): Manage
11103         record breakpoints list.  Only remove breakpoints from the
11104         inferior if they had been inserted there in the first place.
11105
11106 2012-01-17  Doug Evans  <dje@google.com>
11107
11108         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11109         if we know we don't have a file name to look for.
11110
11111 2012-01-17  Pedro Alves  <palves@redhat.com>
11112
11113         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11114         the frame's stop reason is UNWIND_UNAVAILABLE.
11115
11116 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11117
11118         Fix compilation error.
11119         * m2-exp.y (yyerror): Use ANSI C prototype.
11120
11121 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11122
11123         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11124         (growbuf_by_size): Likewise.
11125         (yyerror): Likewise.
11126         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11127         (modblock): Remove variable (was #if 0'ed).
11128         (parse_number): Convert prototype from K&R to ANSI C.
11129         (yyerror): Likewise.
11130         * objc-exp.y (parse_number): Likewise.
11131         (yyerror): Likewise.
11132         (yylex): Remove #if 0'ed code.
11133         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11134         (yyerror): Likewise.
11135
11136 2012-01-16  Tom Tromey  <tromey@redhat.com>
11137
11138         * NEWS: Add item.
11139         * symtab.h (compare_filenames_for_search): Declare.
11140         * symtab.c (compare_filenames_for_search): New function.
11141         (iterate_over_some_symtabs): Use it.
11142         * symfile.h (struct quick_symbol_functions)
11143         <map_symtabs_matching_filename>: Change spec.
11144         * psymtab.c (partial_map_symtabs_matching_filename): Use
11145         compare_filenames_for_search.  Update for new spec.
11146         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11147         compare_filenames_for_search.  Update for new spec.
11148         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11149
11150 2012-01-16  Tom Tromey  <tromey@redhat.com>
11151
11152         PR python/13281:
11153         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11154         (struct main_type) <flag_flag_enum>: New field.
11155         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11156         * NEWS: Add entries.
11157         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11158         enums.
11159         * python/lib/gdb/printing.py (_EnumInstance): New class.
11160         (FlagEnumerationPrinter): Likewise.
11161
11162 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11163
11164         * breakpoint.c (create_sals_from_address_default): New function.
11165         (create_breakpoints_sal_default): Likewise.
11166         (decode_linespec_default): Likewise.
11167         (is_marker_spec): Removed.
11168         (strace_marker_p): New function.
11169         (init_breakpoint_sal): Using `strace_marker_p' instead of
11170         `is_marker_spec'.
11171         (create_breakpoint): Call method `create_sals_from_address' from
11172         breakpoint_ops, replacing code that created SALs conditionally
11173         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11174         replacing code that created breakpoints conditionally on the type
11175         wanted.
11176         (base_breakpoint_create_sals_from_address): New function.
11177         (base_breakpoint_create_breakpoints_sal): Likewise.
11178         (base_breakpoint_decode_linespec): Likewise.
11179         (base_breakpoint_ops): Add methods
11180         `base_breakpoint_create_sals_from_address',
11181         `base_breakpoint_create_breakpoints_sal' and
11182         `base_breakpoint_decode_linespec'.
11183         (bkpt_create_sals_from_address): New function.
11184         (bkpt_create_breakpoints_sal): Likewise.
11185         (bkpt_decode_linespec): Likewise.
11186         (tracepoint_create_sals_from_address): Likewise.
11187         (tracepoint_create_breakpoints_sal): Likewise.
11188         (tracepoint_decode_linespec): Likewise.
11189         (strace_marker_create_sals_from_address): Likewise.
11190         (strace_marker_create_breakpoints_sal): Likewise.
11191         (strace_marker_decode_linespec): Likewise.
11192         (strace_marker_breakpoint_ops): New variable.
11193         (addr_string_to_sals): Remove `marker_spec'.  Call method
11194         `decode_linespec' from breakpoint_ops, replacing code that decoded
11195         an address string into a SAL.  Use `strace_marker_p' instead of
11196         `marker_spec'.
11197         (strace_command): Decide whether we are dealing with a static
11198         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11199         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11200         * breakpoint.h (linespec_result, linespec_sals): New forward
11201         declarations.
11202         (breakpoint_ops) <create_sals_from_address>,
11203         <create_breakpoints_sal>, <decode_linespec>: New methods.
11204
11205 2012-01-14  Doug Evans  <dje@google.com>
11206
11207         * NEWS: Update text for "maint set python print-stack".
11208         It is deprecated in gdb 7.4 and deleted in 7.5.
11209
11210 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11211
11212         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11213         including curses.h.
11214
11215 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11216
11217         * configure: Regenerate.
11218         * config.in: Regenerate.
11219
11220 2012-01-12  Keith Seitz  <keiths@redhat.com>
11221
11222         PR mi/10586
11223         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11224         (ANONYMOUS_UNION_NAME): Define.
11225         (is_path_expr_parent): New function.
11226         (get_path_expr_parent): New function.
11227         (is_anonymous_child): New function.
11228         (create_child_with_value): If the child is anonymous and without
11229         a name, assign an object name to it.
11230         (c_describe_child): Use get_path_expr_parent to determine
11231         the parent expression.
11232         If there field represents an anonymous struct or union and
11233         has no name, set an appropriate display name and expression.
11234         (cplus_describe_child): Likewise.
11235
11236 2012-01-12  Pedro Alves  <palves@redhat.com>
11237
11238         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11239         available when %ebp is found to be zero (outermost).
11240
11241 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11242
11243         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11244         an internal gdb_static_assert.
11245         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11246
11247 2012-01-11  Tom Tromey  <tromey@redhat.com>
11248
11249         PR gdb/9598:
11250         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11251         catch" and "catch throw".
11252
11253 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11254
11255         * blockframe.c (block_innermost_frame): Start search from selected
11256         frame, if present, or otherwise the current frame.
11257
11258         * c-exp.y (variable): Update innermost_block for
11259         'block COLONCOLON NAME' clause.
11260         * m2-exp.y (variable): Ditto.
11261         * objc-exp.y (variable): Ditto.
11262
11263 2012-01-10  Tom Tromey  <tromey@redhat.com>
11264
11265         PR python/13199:
11266         * python/python.c (finish_python_initialization): Set sys.argv.
11267
11268 2012-01-10  Doug Evans  <dje@google.com>
11269
11270         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11271         "want_line_info".  All callers updated.
11272         (dwarf_decode_lines_1): New function.
11273         (handle_DW_AT_stmt_list): Add function comment.
11274         New arg "want_line_info".  All callers updated.
11275         (read_file_scope,read_type_unit_scope): Move comment from
11276         handle_DW_AT_stmt_list to here.
11277
11278 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11279
11280         Fix regression after libiberty/ update for GCC PR 6057 and others.
11281         * c-exp.y (operator) <OPERATOR DELETE>
11282         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11283         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11284         (make_builtin_type, make_name): New variable i, add gdb_assert.
11285         (operator) <OPERATOR NEW>: Update ARGS to 3.
11286         (operator) <OPERATOR DELETE>: Add trailing space.
11287         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11288         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11289         * cp-support.c (cp_canonicalize_string): Check NULL from
11290         cp_comp_to_string, call warning and return.
11291
11292 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11293
11294         Fix duplicate .o files after omitting libbfd.a.
11295         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11296         (SFILES): Add corelow.c.
11297         (COMMON_OBS): Add corelow.o.
11298         (ALLDEPFILES): Remove corelow.c.
11299         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11300         * config/alpha/alpha-osf3.mh: Likewise.
11301         * config/alpha/fbsd.mh: Likewise.
11302         * config/arm/nbsdaout.mh: Likewise.
11303         * config/arm/nbsdelf.mh: Likewise.
11304         * config/i386/i386gnu.mh: Likewise.
11305         * config/ia64/hpux.mh: Likewise.
11306         * config/ia64/linux.mh: Likewise.
11307         * config/m32r/linux.mh: Likewise.
11308         * config/m68k/linux.mh: Likewise.
11309         * config/mips/irix5.mh: Likewise.
11310         * config/mips/irix6.mh: Likewise.
11311         * config/pa/hpux.mh: Likewise.
11312         * config/pa/linux.mh: Likewise.
11313         * config/powerpc/aix.mh: Likewise.
11314         * config/sparc/linux.mh: Likewise.
11315         * config/sparc/linux64.mh: Likewise.
11316         * config/sparc/sol2.mh: Likewise.
11317         * config/vax/vax.mh: Likewise.
11318         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11319         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11320         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11321         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11322         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11323         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11324         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11325         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11326         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11327         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11328         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11329         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11330         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11331         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11332         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11333         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11334         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11335         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11336         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11337         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11338         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11339         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11340         corelow.o from gdb_target_obs.
11341         * corefile.c (core_target): Update the comment on NULL value.
11342         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11343         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11344         MATCHES.  Drop YUMMY set on NULL.
11345         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11346         reclaim CORE_DATA if it is already NULL.
11347
11348 2012-01-09  Doug Evans  <dje@google.com>
11349
11350         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11351         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11352
11353 2012-01-09  Keith Seitz  <keiths@redhat.com>
11354
11355         * breakpoint.c (wrapper.h): Don't include.
11356
11357 2012-01-09  Keith Seitz  <keiths@redhat.com>
11358
11359         * Makefile.in (SFILES): Remove wrapper.c.
11360         (HFILES_NO_SRCDIR): Remove wrapper.h.
11361         (COMMON_OBS): Remove wrapper.o.
11362         * cli/cli-interp.c: Don't inlude wrapper.h.
11363         * corelow.c: Likewise.
11364         (core_open): Replace gdb_target_find_new_threads with
11365         TRY_CATCH around target_find_new_threads.
11366         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11367         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11368         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11369         evaluate_expression.
11370         (varobj_set_value): Likewise for evaluate_expression and
11371         value_assign.
11372         (install_new_variable): Likewise for value_fetch_lazy.
11373         (adjust_value_for_child_access): Likewise for value_ind.
11374         (c_describe_child): Likewise for value_subscript and
11375         value_ind.
11376         (c_value_of_root): Likewise for evaluate_expression.
11377         * wrapper.c: Remove.
11378         * wrapper.h: Remove.
11379
11380 2012-01-09  Doug Evans  <dje@google.com>
11381
11382         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11383         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11384         "abfd" args with "section".  All callers updated.
11385         Error checking code moved ...
11386         (error_check_comp_unit_head): ... here.  New function.
11387         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11388         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11389         (create_debug_types_hash_table): Simplify by using
11390         read_and_check_type_unit_head.
11391
11392         * parser-defs.h (namecopy): Delete.
11393         * parse.c (namecopy, namecopy_size): Move into copy_name.
11394
11395 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11396
11397         Partially fix duplicate .o files after omitting libbfd.a.
11398         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11399         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11400         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11401         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11402         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11403         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11404         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11405
11406 2012-01-09  Pedro Alves  <palves@redhat.com>
11407
11408         * MAINTAINERS: Update my email address.
11409
11410 2012-01-08  Doug Evans  <dje@google.com>
11411
11412         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11413         n_type_units.  Rename type_comp_units to all_type_units.
11414         All uses updated.
11415         (add_signatured_type_cu_to_table): Renamed from
11416         add_signatured_type_cu_to_list.  All callers updated.
11417
11418         * gdbtypes.h (struct cplus_struct_type): Delete member
11419         nfn_fields_total.  All uses removed.
11420
11421 2012-01-06  Doug Evans  <dje@google.com>
11422
11423         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11424         to top of file.
11425         (dwarf2_find_comp_unit): Delete.
11426         (process_psymtab_comp_unit): Make result "void".
11427         Delete args buffer, info_ptr, buffer_size, and replace with
11428         "section".  All callers updated.
11429         (dwarf2_build_psymtabs_hard): Simplify.
11430
11431 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11432             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11433
11434         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11435         before `struct gdb_exception'.
11436         * breakpoint.c (update_global_location_list_nothrow)
11437         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11438         * cp-abi.c (value_rtti_type): Likewise.
11439         * cp-support.c (cp_validate_operator): Likewise.
11440         * infrun.c (insert_exception_resume_breakpoint)
11441         (check_exception_resume, keep_going): Likewise.
11442         * mi-interp.c (mi_breakpoint_created)
11443         (mi_breakpoint_modified): Likewise.
11444         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11445         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11446         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11447
11448 2012-01-05  Doug Evans  <dje@google.com>
11449
11450         * dwarf2read.c (statement_prologue): Delete, unused.
11451
11452         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11453         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11454
11455         * dwarf2read.c (comp_unit_header): Delete, unused.
11456
11457 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11458
11459         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11460         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11461
11462 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11463
11464         * infrun.c (normal_stop): Don't skip calling the normal_stop
11465         observers if the thread was doing a multi-step, but stopped for
11466         some reason other than stepping.
11467
11468 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11469
11470         * cli/cli-decode.h: Add comments.
11471         (CMD_LIST_AMBIGUOUS): Moved to command.h
11472         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11473         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11474         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11475         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11476         (add_com, add_com_alias, add_info, add_info_alias)
11477         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11478         declarations.
11479         * command.h: Add and adjust comments.
11480         (CMD_LIST_AMBIGUOUS): Moved here.
11481         (help_cmd, help_cmd_list): Delete declarations.
11482
11483 2012-01-04  Doug Evans  <dje@google.com>
11484
11485         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11486         All callers updated.
11487         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11488         Replace all arguments with "per_cu".  All callers updated.
11489
11490         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11491
11492         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11493         New arg "per_cu".  All callers updated.
11494
11495         Delete #if 0'd out code.
11496         * language.c (binop_result_type): Delete.
11497         (simple_type, ordered_type, same_type, integral_type): Delete.
11498         (numeric_type, character_type, string_type, boolean_type): Delete.
11499         (float_type, structured_type): Delete.
11500         * language.h: Update.
11501
11502 2012-01-04  Tom Tromey  <tromey@redhat.com>
11503
11504         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11505
11506 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11507
11508         * corefile.c (close_exec_file): Delete.
11509         (reopen_exec_file): Remove commented out code that seems related
11510         to close_exec_file, which is being deleted here.
11511         * inferior.h (close_exec_file): Delete.
11512         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11513
11514 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11515
11516         * ada-lang.c: #include "cli/cli-utils.h".
11517         (get_selections): Use skip_spaces.
11518         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11519         (catch_ada_exception_command_split): Use skip_spaces.
11520         (ada_decode_assert_location): Likewise.
11521
11522 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11523
11524         * linespec.c (decode_line_internal): Check for C++ or Java
11525         compound constructs only if the current language is C, C++
11526         or Java.
11527
11528 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11529
11530         Revert:
11531         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11532                     Joel Brobecker  <brobecker@adacore.com>
11533         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11534         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11535         3 times.
11536         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11537         fall through into AT_ENTRY_POINT.
11538         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11539         DUMMY_ADDR with it.
11540         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11541         PPC_INSN_SIZE skip to 3 times.
11542
11543 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11544
11545         * linespec.c (add_minsym): Preserve function descriptors.
11546
11547 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11548
11549         * breakpoint.c (all_locations_are_pending): Consider locations
11550         in program spaces executing during startup pending as well.
11551
11552 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11553
11554         Copyright year update in most files of the GDB Project.
11555
11556 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11557
11558         * copyright.sh: Delete.
11559         * copyright.py: Rewrite.
11560
11561 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11562
11563         * gnulib/extra/update-copyright: New file, imported from gnulib.
11564
11565 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11566
11567         * README (Copyright and License Notices): New section.
11568
11569 2012-01-03  Tom Tromey  <tromey@redhat.com>
11570
11571         PR python/12533:
11572         * python/py-value.c (valpy_dereference, valpy_get_address
11573         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11574         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11575         (valpy_absolute, valpy_richcompare): Free intermediate values.
11576
11577 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11578
11579         * ada-lang.c: Reformat the copyright notice.
11580
11581 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11582
11583         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11584         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11585         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11586         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11587         Revert this part of:
11588         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11589         Build gdb directly from *.o files not using libgdb.a.
11590         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11591
11592 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11593
11594         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11595         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11596         Reformat the copyright header.
11597
11598 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11599
11600         Revert this part of:
11601         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11602         Remove the gdbtui binary.
11603         * gdb.c (main): Remove args.interpreter_p initialization.
11604         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11605         * main.h (struct captured_main_args): Remove interpreter_p.
11606
11607 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11608
11609         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11610
11611 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11612
11613         * top.c (print_gdb_version): Update copyright year.
11614
11615 2012-01-02  Yao Qi  <yao@codesourcery.com>
11616
11617         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11618
11619 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11620             Joel Brobecker  <brobecker@adacore.com>
11621
11622         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11623         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11624         3 times.
11625         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11626         fall through into AT_ENTRY_POINT.
11627         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11628         DUMMY_ADDR with it.
11629         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11630         PPC_INSN_SIZE skip to 3 times.
11631
11632 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11633
11634         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11635         the return value.
11636         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11637
11638 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11639
11640         Build gdb directly from *.o files not using libgdb.a.
11641         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11642         (COMMON_OBS): Remove solib-target.o.
11643         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11644         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11645         (LIBGDB_OBS, libgdb.a): Move it above.
11646         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11647         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11648         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11649         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11650         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11651         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11652         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11653         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11654         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11655         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11656         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11657         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11658         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11659         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11660         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11661         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11662         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11663         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11664         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11665         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11666         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11667         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11668         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11669         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11670         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11671         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11672         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11673
11674 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11675
11676         Remove the gdbtui binary.
11677         * .gitignore (/gdbtui): Remove.
11678         * Makefile.in (TUI): Remove.
11679         (SUBDIR_TUI_OBS): Remove tui-main.o.
11680         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11681         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11682         (tui-main.o): Remove.
11683         (all_object_files): Remove tui-main.o.
11684         * NEWS: New note for the gdbtui removal.
11685         * configure: Rebuilt.
11686         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11687         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11688         CONFIG_UNINSTALL respectively.
11689         * gdb.c (main): Remove args.interpreter_p initialization.
11690         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11691         * main.h (struct captured_main_args): Remove interpreter_p.
11692         * tui/tui-main.c: Remove.
11693
11694 2012-01-01  Doug Evans  <dje@google.com>
11695
11696         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11697         (dwarf2_physname, read_import_statement): Ditto.
11698         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11699         (process_structure_scope read_subroutine_type): Ditto.
11700         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11701         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11702         (dwarf2_fetch_die_location_block): Ditto.
11703         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11704
11705         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11706         All callers updated.
11707         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11708         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11709         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11710
11711         * dwarf2read.c (load_cu): Move assert to more useful location.
11712
11713         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11714         All callers updated.
11715
11716         * dwarf2read.c (dwarf2_per_objfile): Add comment.
11717         (dwarf2_elf_names): Minor reformat.
11718         (dwarf2_per_cu_data): Tweak comment.
11719         (dwarf2_read_section): Fix comment.
11720         (create_all_comp_units): Fix comment.
11721         (load_full_comp_unit): Fix comment.
11722         (process_full_comp_unit): Fix comment.
11723         (read_signatured_type): Fix comment.
11724
11725 For older changes see ChangeLog-2011.
11726 \f
11727 Local Variables:
11728 mode: change-log
11729 left-margin: 8
11730 fill-column: 74
11731 version-control: never
11732 coding: utf-8
11733 End: