Rectify commit date for MAINTAINERS commit
[external/binutils.git] / gdb / ChangeLog
1 2012-11-15  Pierre Muller  <muller@sourceware.org>
2
3         ARI xasprintf rule fixes.
4         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
5         instead of xasprintf.
6         (open_and_init_dwp_file): Ditto.
7
8 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
9
10         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
11         target types.
12
13 2012-11-14  Tom Tromey  <tromey@redhat.com>
14
15         * configure, config.in: Rebuild.
16         * configure.ac: Don't check for ctype.h, time.h.
17         * expprint.c: Don't use HAVE_CTYPE_H.
18
19 2012-11-13  Tom Tromey  <tromey@redhat.com>
20
21         * gdbarch.h, gdbarch.c: Rebuild.
22         * gdbarch.sh (set_target_gdbarch): Rename from
23         deprecated_target_gdbarch_select_hack.
24         * arch-utils.c (gdbarch_update_p): Update.
25         (set_gdbarch_from_file): Update.
26
27 2012-11-14  Pierre Muller  <muller@sourceware.org>
28
29         * MAINTAINERS (Responsible Maintainers/misc): Add myself
30         as responsible of contrib/ari directory.
31
32 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
33             Yao Qi  <yao@codesourcery.com>
34
35         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
36         bit of EXC_RETURN.
37         (arm_m_exception_cache, arm_m_exception_this_id)
38         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
39         (arm_m_exception_unwind): New.
40         (arm_gdbarch_init): Register arm_m_exception_unwind.
41
42 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
43
44         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
45         parameter COUNT, for pattern filling of memory regions.
46         * NEWS: Mention it.
47
48 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
49
50         * disasm.h (DISASSEMBLY_FILENAME): New macro.
51         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
52         to print_source_lines ().
53         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
54         flag.
55         * source.c (print_source_lines_base): Prefix source line with
56         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
57
58 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
59
60         * symtab.h (print_source_lines_flags): New enum.
61         * source.c (print_source_lines_base): Change noerror to flags.
62         (print_source_lines): Change noerror to flags.
63
64 2012-11-13  Pierre Muller  <muller@sourceware.org>
65
66         ARI fixes: Avoid sprintf function use rule.
67         * charset.c (convert_between_encodings): Use xsnprintf.
68         * cli-out.c (cli_field_int): Likewise.
69         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
70         * expprint.c (op_name_standard): Likewise.
71         * frv-tdep.c (set_variant_num_gprs): Likewise.
72         (set_variant_num_fprs): Likewise.
73         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
74         * nto-tdep.c (nto_find_and_open_solib): Likewise.
75         (nto_init_solib_absolute_prefix): Likewise.
76         * source.c (init_source_path): Likewise.
77         (print_source_lines_base): Likewise.
78         * valprint.c (print_wchar): Likewise.
79         * mi/mi-out.c (mi_field_int): Likewise.
80         windows-nat.c (windows_pid_to_exec_file): Likewise.
81         (windows_create_inferior): Likewise.
82         (_initialize_check_for_gdb_ini): Likewise.
83
84 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
85
86         * frame.h (deprecated_frame_register_read): Renames
87         frame_register_read.
88         * frame.c (deprecated_frame_register_read): Renames
89         frame_register_read.  Update all callers.
90         * i386-tdep.c: Update all callers of frame_register_read.
91         * infcmd.c: Likewise.
92         * jit.c: Likewise.
93         * mips-tdep.c: Likewise.
94         * mt-tdep.c: Likewise.
95         * sh64-tdep.c: Likewise.
96
97 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
98
99         * frame.h (frame_register_read): Remove FIXME comment.
100         * frame.c (frame_register_read): Add suggestion explaining
101         which function to use in place of this one.
102
103 2012-11-12  Tom Tromey  <tromey@redhat.com>
104
105         * python/python.c (start_type_printers): Initialize 'result_obj'.
106
107 2012-11-12  Tom Tromey  <tromey@redhat.com>
108
109         * NEWS: Update.
110         * data-directory/Makefile.in (PYTHON_FILES): Add
111         type_printers.py.
112         * python/lib/gdb/command/type_printers.py: New file.
113         * python/lib/gdb/command/types.py (TypePrinter): New class.
114         (_get_some_type_recognizers, get_type_recognizers,
115         apply_type_recognizers, register_type_printer): New
116         functions.
117         * python/py-objfile.c (objfile_object) <type_printers>: New
118         field.
119         (objfpy_dealloc): Decref new field.
120         (objfpy_new): Set new field.
121         (objfpy_get_type_printers, objfpy_set_type_printers): New
122         functions.
123         (objfile_to_objfile_object): Set new field.
124         (objfile_getset): Add "type_printers".
125         * python/py-progspace.c (pspace_object) <type_printers>: New
126         field.
127         (pspy_dealloc): Decref new field.
128         (pspy_new): Set new field.
129         (pspy_get_type_printers, pspy_set_type_printers): New functions.
130         (pspace_to_pspace_object): Set new field.
131         (pspace_getset): Add "type_printers".
132         * python/python.c (start_type_printers, apply_type_printers,
133         free_type_printers): New functions.
134         (_initialize_python): Set gdb.type_printers.
135         * python/python.h (start_type_printers, apply_type_printers,
136         free_type_printers): Declare.
137         * typeprint.c (type_print_raw_options, default_ptype_flags):
138         Update for new fields.
139         (do_free_global_table, create_global_typedef_table,
140         find_global_typedef): New functions.
141         (find_typedef_in_hash): Use find_global_typedef.
142         (whatis_exp): Use create_global_typedef_table.  Change cleanup
143         handling.
144         * typeprint.h (struct type_print_options) <global_typedefs,
145         global_printers>: New fields.
146
147 2012-11-12  Tom Tromey  <tromey@redhat.com>
148
149         * c-typeprint.c (find_typedef_for_canonicalize,
150         print_name_maybe_canonical): New functions.
151         (c_print_type): Look up type name.
152         (cp_type_print_derivation_info): Add flags argument.  Use
153         print_name_maybe_canonical.
154         (cp_type_print_method_args): Add wrapping.
155         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
156         (c_type_print_template_args): New function.
157         (c_type_print_base): Change wrapping.  Use
158         print_name_maybe_canonical.
159         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
160         type name lookups.
161         * gdbtypes.c (types_equal): No longer static.
162         * gdbtypes.h (types_equal): Declare.
163         * typeprint.c (type_print_raw_options, default_ptype_flags):
164         Update.
165         (struct typedef_hash_table): New.
166         (hash_typedef_field, eq_typedef_field,
167         recursively_update_typedef_hash, add_template_parameters,
168         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
169         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
170         copy_typedef_hash, find_typedef_in_hash): New functions.
171         * typeprint.h (struct type_print_options) <local_typedefs>:
172         New field.
173         (recursively_update_typedef_hash, add_template_parameters,
174         create_typedef_hash, free_typedef_hash,
175         make_cleanup_free_typedef_hash, copy_typedef_hash,
176         find_typedef_in_hash): Declare.
177
178 2012-11-12  Tom Tromey  <tromey@redhat.com>
179
180         * cp-support.c (inspect_type,
181         replace_typedefs_qualified_name, replace_typedefs): Add
182         finder, data arguments.  Call as needed.
183         (cp_canonicalize_string_full): New function.
184         (cp_canonicalize_string_no_typedefs): Rewrite.
185         * cp-support.h (canonicalization_ftype): New typedef.
186         (cp_canonicalize_string_full): Declare.
187
188 2012-11-12  Tom Tromey  <tromey@redhat.com>
189
190         * NEWS: Update.
191         * c-typeprint.c (c_type_print_base): Handle print_method and
192         print_typedefs flags.
193         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
194         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
195         options.
196         * typeprint.c (type_print_raw_options, default_ptype_flags):
197         Update for new field.s
198         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
199         (setprinttypelist, showprinttypelist, print_methods,
200         print_typedefs): New globals.
201         (set_print_type, show_print_type, set_print_type_methods,
202         show_print_type_methods, set_print_type_typedefs,
203         show_print_type_typedefs): New functions.
204         (_initialize_typeprint): Update documentation.  Add "print
205         type methods" and "print type typedefs" parameters.
206         * typeprint.h (struct type_print_options) <print_methods,
207         print_typedefs>: New fields.
208
209 2012-11-12  Tom Tromey  <tromey@redhat.com>
210
211         * c-typeprint.c (cp_type_print_method_args): Add flags
212         argument.  Call c_print_type, not type_print.
213         (c_type_print_base): Call c_print_type, not type_print.
214         Update.
215
216 2012-11-12  Tom Tromey  <tromey@redhat.com>
217
218         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
219         to type-printing functions.
220         * ada-lang.h (ada_print_type): Add argument.
221         * ada-typeprint.c (print_array_type, print_variant_clauses,
222         print_variant_part, print_selected_record_field_types,
223         print_record_field_types, print_unchecked_union_type,
224         print_func_type, ada_print_type): Add flags argument.
225         (ada_print_typedef): Update.
226         * c-exp.y (OPERATOR conversion_type_id): Update.
227         * c-lang.h (c_print_type, c_type_print_base): Update.
228         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
229         c_type_print_modifier, c_type_print_args,
230         c_type_print_varspec_suffix, c_type_print_base): Add flags
231         argument.
232         * cp-valprint.c (cp_print_class_member): Update.
233         * dwarf2read.c (dwarf2_compute_name): Update.
234         * f-lang.h (f_print_type): Add argument.
235         * f-typeprint.c (f_print_type): Add flags argument.
236         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
237         * go-lang.h (go_print_type): Add argument.
238         * go-typeprint.c (go_print_type): Add flags argument.
239         * jv-lang.h (java_print_type): Add argument.
240         * jv-typeprint.c (java_type_print_base, java_print_type): Add
241         flags argument.
242         * language.c (unk_lang_print_type): Add flags argument.
243         * language.h (struct language_defn) <la_print_type>: Add flags
244         argument.
245         (LA_PRINT_TYPE): Likewise.
246         * m2-lang.h (m2_print_type): Add argument.
247         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
248         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
249         m2_unbounded_array, m2_record_fields): Add flags argument.
250         * p-lang.h (pascal_print_type, pascal_type_print_base,
251         pascal_type_print_varspec_prefix): Add argument.
252         * p-typeprint.c (pascal_print_type,
253         pascal_type_print_varspec_prefix, pascal_print_func_args,
254         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
255         flags argument.
256         * symmisc.c (print_symbol): Update.
257         * typeprint.c (type_print_raw_options, default_ptype_flags):
258         New globals.
259         (type_print): Update.
260         * typeprint.h (struct type_print_options): New.
261         (type_print_raw_options): Declare.
262         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
263
264 2012-11-10  Keith Seitz  <keiths@redhat.com>
265
266         * breakpoint.c (clear_command): Add cleanup for
267         sals.sals if an argument is given.
268
269         * linespec.c (parse_linespec): Do cleanups after
270         parsing a convenience variable.
271
272 2012-11-10  Keith Seitz  <keiths@redhat.com>
273
274         PR gdb/14288
275         * c-valprint.c (c_val_print): For character arrays
276         with "print null" option on, print ellipses if
277         the output is truncated and the next character is not \000.
278         * valprint.c (MAX_WCHARS): Define.
279         (WCHAR_BUFLEN): Likewise.
280         (WCHAR_BUFLEN_MAX): Likewise.
281         (struct converted_character): New structure.
282         (count_next_character): New function.
283         (print_converted_chars_to_obstack): New function.
284         (generic_printstr): Rewrite using count_next_character
285         and print_converted_chars_to_obstack.
286
287 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
288
289         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
290         while executing the gdb command.
291         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
292         are called from prompt_for_continue.
293         * tui/tui-io.c (tui_redisplay_readline): Likewise.
294
295 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
296
297         PR tui/9584
298
299         * tui/tui.c (tui_rl_command_key): Do not call execute_command
300         but insert the command to execute in readline's buffer.
301
302 2012-11-09  Tom Tromey  <tromey@redhat.com>
303
304         * gdbarch.sh (target_gdbarch): Remove macro.
305         (get_target_gdbarch): Rename to target_gdbarch.
306         * gdbarch.c, gdbarch.h: Rebuild.
307         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
308         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
309         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
310         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
311         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
312         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
313         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
314         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
315         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
316         procfs.c, progspace.c, ravenscar-thread.c, record.c,
317         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
318         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
319         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
320         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
321         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
322         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
323         target-descriptions.c, target.c, target.h, tracepoint.c,
324         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
325         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
326         python/py-inferior.c, python/python.c: Update.
327
328 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
329
330         * source.c (print_source_lines_base): Add fullname field giving
331         full path to file in mi output.
332         * NEWS: Mention the new fullname field.
333
334 2012-11-09  Yao Qi  <yao@codesourcery.com>
335
336         * NEWS: Mention the fix to the ambiguity of 'fo' command.
337
338 2012-11-09  Pedro Alves  <palves@redhat.com>
339
340         PR gdb/14306
341
342         * infrun.c: Include target-descriptions.h.
343         (follow_exec): Fetch new target description.
344
345 2012-11-09  Yao Qi  <yao@codesourcery.com>
346
347         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
348         0x8d (lea).
349
350 2012-11-09  Yao Qi  <yao@codesourcery.com>
351
352         * breakpoint.c: Declare set_tracepoint_count.
353         (install_breakpoint): Call set_tracepoint_count if B is a
354         tracepoint.
355         (trace_command): Don't call set_tracepoint_count.  Re-indent.
356         (strace_command, ftrace_command):
357         (create_tracepoint_from_upload): Likewise.
358
359 2012-11-09  Pedro Alves  <palves@redhat.com>
360
361         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
362         (get_target_gdbarch) <gdbarch.h>: New function.
363         (startup_gdbarch) <gdbarch.h>: Declare.
364         <gdbarch.c> (target_gdbarch): Delete.
365         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
366         current inferior's gdbarch.
367         <gdbarch.c> (get_target_gdbarch): New function.
368         * inferior.c: Include target-descriptions.h.
369         (free_inferior): Free target description info.
370         (add_inferior_with_spaces): Set the inferior's initial
371         architecture.
372         (clone_inferior_command): Copy the original inferior's target
373         description if it was user specified.
374         (initialize_inferiors): Add comment.
375         * inferior.h (struct target_desc_info): Forward declare.
376         (struct inferior) <gdbarch>: New field.
377         * linux-nat.c: Include target-descriptions.h.
378         (linux_child_follow_fork): Copy the parent's architecture and
379         target description to the child.
380         * target-descriptions.c: Include inferior.h.
381         (struct target_desc_info): New structure, holding the equivalents
382         of ...
383         (target_desc_fetched, current_target_desc)
384         (target_description_filename): ... these removed globals.
385         (get_tdesc_info, target_desc_info_from_user_p)
386         (copy_inferior_target_desc_info, target_desc_info_free): New.
387         (target_desc_fetched, current_target_desc)
388         (target_description_filename): Reimplemented as convenience
389         macros.
390         (tdesc_filename_cmd_string): New global.
391         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
392         tdescs filename ..." commands to the per-inferior equivalent.
393         (show_tdesc_filename_cmd): Get the value to show from the
394         per-inferior description filename.
395         (_initilize_target_descriptions): Change the "set/show tdesc
396         filename" commands' variable.
397         * target-descriptions.h (struct target_desc, struct target_desc_info)
398         (struct inferior): Forward declare.
399         (target_find_description, target_clear_description)
400         (target_current_description): Adjust comments.
401         (copy_inferior_target_desc_info, target_desc_info_free)
402         (target_desc_info_from_user_p). Declare.
403
404 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
405
406         * tui/tui-hooks.c (tui_about_to_proceed): New function.
407         (tui_target_wait_hook): Remove.
408         (tui_install_hooks): Install the about_to_proceed observer.
409         (tui_remove_hooks): And remove it here.
410
411 2012-11-08  Tom Tromey  <tromey@redhat.com>
412
413         * linux-tdep.c (linux_make_siginfo_note): New function.
414         (linux_make_corefile_notes): Use it.
415         * corelow.c (get_core_siginfo): New function.
416         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
417
418 2012-11-08  Tom Tromey  <tromey@redhat.com>
419
420         PR gdb/14704:
421         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
422         (zlib_decompress_section): Remove.
423         (gdb_bfd_map_section): Only check for compressed section
424         in mmap case.  Use bfd_get_full_section_contents.
425         * osabi.c (check_note): Add 'sectsize' argument.  Read
426         section data.
427         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
428         section data.  Update for check_note change.
429         * xcoffread.c (xcoff_initial_scan): Use
430         bfd_get_full_section_contents.
431         * py-auto-load.c (auto_load_section_scripts): Use
432         bfd_get_full_section_contents.
433         * contrib/cc-with-tweaks.sh: Add -Z option.
434
435 2012-11-08  Tom Tromey  <tromey@redhat.com>
436
437         * python/py-bpevent.c: Include defs.h.
438         * python/py-continueevent.c: Include defs.h.
439         * python/py-event.c: Include defs.h.
440         * python/py-event.h: Don't include defs.h.
441         * python/py-events.h: Don't include defs.h.
442         * python/py-evts.c: Include defs.h.
443         * python/py-exitedevent.c: Include defs.h.
444         * python/py-newobjfileevent.c: Include defs.h.
445         * python/py-signalevent.c: Include defs.h.
446         * python/py-stopevent.c: Include defs.h.
447         * python/py-threadevent.c: Include defs.h.
448
449 2012-11-08  Pierre Muller  <muller@sourceware.org>
450
451         * update-web-ari.sh (print_heading): Add number of files
452         checked.
453         (nb_files): New variable counting the number of sources
454         files found by gdb_find.sh script.
455         (debug_awk): New variable to allow extra debug output.
456         (indexes): Add more information if DEBUG_AWK is set.
457
458 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
459
460         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
461         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
462         following the change in PLT call stubs on linker.
463
464 2012-11-08  Pierre Muller  <muller@sourceware.org>
465
466         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
467         as default language.
468         (AWK): Use = instead of == for sh test to avoid warning.
469         (Linux rule): Correct [:digit] into [[:digit:]].
470         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
471         (vasprintf rule): Adapt to common subdirectory moves.
472         (xasprintf rule): Idem.
473         (xvasprintf rule): Idem.
474         (var_boolean rule): Accept occurence in == or != test.
475
476         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
477
478 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
479
480         * tui/tui-hooks.c (tui_inferior_exit): New function.
481         (tui_detach_hook): Remove.
482         (tui_install_hooks): Install the inferior exit observer.
483         (tui_remove_hooks): Remove it.
484
485 2012-11-08  Yao Qi  <yao@codesourcery.com>
486
487         PR gdb/14777.
488         * source.c (_initialize_source): Call add_com_alias to abbreviate
489         'forward-search' as 'fo'.
490
491 2012-11-07  Pedro Alves  <palves@redhat.com>
492
493         * arm-tdep.c: Make defs.h be the first include.
494         * coff-pe-read.c: Ditto.
495         * gnu-nat.c: Ditto.
496         * go32-nat.c: Ditto.
497         * i386-nat.c: Ditto.
498         * ppcnbsd-nat.c: Ditto.
499         * ada-varobj.h: Don't include defs.h.
500         * i386-darwin-tdep.h: Ditto.
501         * i386-nat.h: Ditto.
502
503 2012-11-07  Pedro Alves  <palves@redhat.com>
504
505         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
506         Committee.
507
508 2012-11-07  Pierre Muller  <muller@sourceware.org>
509
510         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
511         File already uses "gdb_dirent.h" header.
512
513 2012-11-07  Yao Qi  <yao@codesourcery.com>
514
515         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
516         tracepoint_count'.
517
518 2012-11-06  Tom Tromey  <tromey@redhat.com>
519
520         * target.h (inferior_has_forked, inferior_has_vforked)
521         (inferior_has_execd, inferior_has_called_syscall): Remove
522         declarations.
523
524 2012-11-06  Pierre Muller  <muller@sourceware.org>
525
526         * remote.c (remote_insert_hw_breakpoint): ARI fix,
527         add missing internalization markup.
528
529 2012-11-06  Pedro Alves  <palves@redhat.com>
530
531         PR gdb/14810
532
533         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
534
535 2012-11-06  Pierre Muller  <muller@sourceware.org>
536
537         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
538         is not executable.
539
540 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
541
542         * gnulib/update-gnulib.sh: New script.
543
544 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
545
546         * MAINTAINERS: Update my email address.
547
548 2012-11-05  Tom Tromey  <tromey@redhat.com>
549
550         * frame.c (put_frame_register): Don't use temporary buffer.
551
552 2012-11-05  Pedro Alves  <palves@redhat.com>
553
554         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
555         child.  Clear 'pending_detach'.
556         * infrun.c (handle_vfork_child_exec_or_exit): Clear
557         'pending_detach' in the vfork parent.
558
559 2012-11-05  Doug Evans  <dje@google.com>
560
561         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
562         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
563         * dwarf2read.c: #include "elf-bfd.h".
564         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
565         (dwop_section_names): Renamed from dwo_section names.  All uses
566         updated.  Add entries for .debug_cu_index, .debug_tu_index.
567         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
568         All uses updated.
569         (struct dwp_sections): New type.
570         (struct virtual_dwo_sections): New type.
571         (struct dwp_hash_table): New type.
572         (struct dwp_file): New type.
573         (init_cutu_and_read_dies): Ensure DWO info/types section has been
574         read in.  Handle DWOs coming from DWP files.
575         (lookup_dwo_file_slot): New function.
576         (dwarf2_locate_dwo_sections): Move definition closer to use.
577         (create_dwo_debug_info_hash_table_reader): Renamed from
578         create_debug_info_hash_table_reader.  All callers updated.
579         (create_dwo_debug_info_hash_table): Renamed from
580         create_debug_info_hash_table.  All callers updated.
581         (create_dwp_hash_table): New function.
582         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
583         (lookup_dwo_in_dwp): New function.
584         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
585         is_dwp.  All callers updated.
586         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
587         (open_and_init_dwo_file): Renamed from init_dwo_file.
588         All callers updated.
589         (lookup_dwo_file): Delete.
590         (dwarf2_locate_dwp_sections): New function.
591         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
592         (allocate_dwp_loaded_cutus_table): New function.
593         (open_and_init_dwp_file): New function.
594         (lookup_dwo_cutu): New function.
595         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
596
597 2012-11-03  Yao Qi  <yao@codesourcery.com>
598
599         Fix PR gdb/14617.
600         * breakpoint.c (trace_pass_set_count): Call
601         observer_notify_breakpoint_modified instead of
602         observer_notify_tracepoint_modified.
603         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
604
605 2012-11-02  Tom Tromey  <tromey@redhat.com>
606
607         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
608         argument to complete_on_enum.
609
610 2012-11-02  Tom Tromey  <tromey@redhat.com>
611
612         * configure: Rebuild.
613         * configure.ac (build_warnings): Add -Wempty-body.
614         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
615         * remote.c (handle_notification): Use braces for empty 'else' body.
616         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
617         'else' body.
618         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
619         'else' body.
620         * solib-som.c (som_relocate_section_addresses): Use braces
621         for empty 'else' body.
622         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
623         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
624
625 2012-11-02  Pedro Alves  <palves@redhat.com>
626
627         PR gdb/14766
628
629         * infrun.c (handle_inferior_event)
630         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
631         null_ptid before handling a vfork child exec or exit.  Switch to
632         the event ptid afterwards.
633
634 2012-11-02  Yao Qi  <yao@codesourcery.com>
635
636         * std-operator.def: Remove OP_LABELED.
637         * eval.c: Remove the declaration of 'get_label'.
638         (get_label): Remove.
639         (evaluate_struct_tuple): Remove code handling OP_LABELED.
640         Update comment.
641         Remove local variable 'variantno' and related code.
642         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
643         with 'fieldno'.
644         * expprint.c (print_subexp_standard): Likewise.
645         (dump_subexp_body_standard): Likewise.
646         * parse.c (operator_length_standard): Likewise.
647
648 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
649
650         Incorporate ARI web page generator into GDB sources.
651         * contrib/ari/create-web-ari-in-src.sh: New file.
652         * contrib/ari/gdb_ari.sh: New file.
653         * contrib/ari/gdb_find.sh: New file.
654         * contrib/ari/update-web-ari.sh: New file.
655
656 2012-10-31  Tom Tromey  <tromey@redhat.com>
657
658         * gdbarch.c: Rebuild.
659         * gdbarch.sh: Remove references to gdbarch_swap.
660         * corelow.c (core_open): Remove obsolete comment.
661
662 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
663
664         PR cli/14772
665         * c-typeprint.c (c_print_type): Don't print a space for vector
666         types, this is handled within the suffix.
667         (c_type_print_varspec_suffix): Add a space to vector suffix.
668
669 2012-10-26  Pedro Alves  <palves@redhat.com>
670
671         * amd64-tdep.c (amd64_relocate_instruction): Use
672         store_unsigned_integer instead of memcpy.
673         * i386-tdep.c (i386_relocate_instruction): Ditto.
674
675 2012-10-26  Pedro Alves  <palves@redhat.com>
676
677         * infrun.c (handle_inferior_event): Merge handling of
678         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
679         switch case.
680
681 2012-10-26  Pedro Alves  <palves@redhat.com>
682
683         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
684         Remove comment.
685
686 2012-10-26  Pedro Alves  <palves@redhat.com>
687
688         * target.c (target_waitstatus_to_string): Handle
689         TARGET_WAITKIND_VFORK_DONE.
690
691 2012-10-26  Pedro Alves  <palves@redhat.com>
692
693         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
694         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
695
696 2012-10-24  Tristan Gingold  <gingold@adacore.com>
697
698         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
699         Add comments.
700
701 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
702
703         * ravenscar-thread.c (ravenscar_wait): Only update the list
704         of threads and inferior_ptid if the inferior is still alive.
705
706 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
707
708         * ada-lang.c (is_known_support_routine): Use lbasename when
709         matching the symtab's filename against
710         known_runtime_file_name_patterns.
711
712 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
713
714         * ada-lang.c (ada_same_array_size_p): New function.
715         (ada_promote_array_of_integrals): New function.
716         (coerce_for_assign): Add handling of arrays where the elements
717         are integrals of a smaller size than the size of the target
718         array element type.
719
720 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
721
722         * doublest.c (convert_doublest_to_floatformat): Fix comparison
723         against maximum exponent value.
724
725 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
726
727         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
728         "unwind-seh.c".
729
730 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
731
732         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
733         strip typedef layer when computing the fixed type's field type,
734         only when computing its size.
735
736 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
737
738         PR gdb/12783
739         * i386-tdep.c (i386_return_value): Handle complex double and long
740         double.
741
742 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
743
744         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
745         New local variable args_len.
746         Quote the name of the executable when computing the command line.
747
748 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
749
750         PR gdb/12796
751         PR gdb/12798
752         PR gdb/12800
753         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
754         AMD64_FTAG_REGNUM.
755         * amd64-tdep.c (amd64_classify): Classify complex types.
756         (amd64_return_value): Handle the COMPLEX_X87 class.
757
758 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
759
760         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
761         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
762
763 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
764
765         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
766         function.
767         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
768         to amd64_windows_auto_wide_charset.
769
770 2012-10-23  Yao Qi  <yao@codesourcery.com>
771
772         * event-top.c (mark_async_signal_handler_wrapper): Remove.
773         * event-top.h: Remove its declaration.
774         (async_request_quit): Call mark_async_signal_handler instead of
775         mark_async_signal_handler_wrapper.
776         (async_do_nothing, async_disconnect): Likewise.
777         (async_stop_sig): Likewise.
778         * remote.c (handle_remote_sigint): Likewise.
779         (handle_remote_sigint_twice): Likewise.
780
781 2012-10-23  Yao Qi  <yao@codesourcery.com>
782
783         * event-top.c (sigint_token, sighup_token): Replace 'void *'
784         with 'static struct async_signal_handler *'.
785         (sighup_token, sigquit_token, sigstp_token): Likewise.
786
787 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
788
789         * gdbarch.sh (function_list): Use 'pstring' when printing
790         a variable which could return NULL.
791         * gdbarch.c: Regenerate.
792
793 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
794             Tom Tromey  <tromey@redhat.com>
795
796         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
797         inneffective if condition by gdb assertion.  Add function
798         description comment.
799
800 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
801
802         * parser-defs.h (struct exp_descriptor): Document constraint
803         on return value for "op_name" callbacks.
804
805 2012-10-18  Tom Tromey  <tromey@redhat.com>
806
807         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
808         * symtab.c (iterate_over_some_symtabs): Constify.
809         * source.h (symtab_to_fullname): Return 'const char *'.
810         * source.c (symtab_to_fullname): Return 'const char *'.
811         * python/py-symtab.c (stpy_fullname): Constify.
812         * cli/cli-cmds.c (edit_command): Constify.
813         * breakpoint.c (print_breakpoint_location)
814         (update_static_tracepoint): Constify.
815
816 2012-10-18  Tom Tromey  <tromey@redhat.com>
817
818         * breakpoint.c (compare_breakpoints): Fix comparison.
819
820 2012-10-18  Tom Tromey  <tromey@redhat.com>
821
822         * valprint.c (generic_emit_char, generic_printstr): Pass size of
823         gdb_wchar_t to convert_between_encodings.
824
825 2012-10-17  Yao Qi  <yao@codesourcery.com>
826
827         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
828         more parameter 'inferior'.
829         * corefile.c (write_memory_with_notification): Caller update.
830
831         * mi/mi-cmd-var.c: Include "mi-main.h".
832         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
833         to 1 and restore it later.
834         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
835         and "data-write-memory-bytes.
836         * mi/mi-interp.c: Include objfiles.h.
837         (mi_interpreter_init): Call observer_attach_memory_changed.
838         (mi_memory_changed): New.
839         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
840         New field.
841
842         * NEWS: Mention new MI notification "memory-changed".
843
844 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
845
846         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
847
848 2012-10-15  Doug Evans  <dje@google.com>
849
850         New option -nh: inhibit loading of ~/.gdbinit.
851         * NEWS: Mention -nh.
852         * main.c (captured_main): Recognize and process -nh.
853         (print_gdb_help): Mention -nh.
854         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
855
856 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
857
858         PR backtrace/14646
859         PR gdb/14647
860         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
861         pc_regnum_from_eax.
862         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
863         nor pc_regnum_from_eax.
864         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
865         nor pc_regnum_from_eax.
866
867 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
868
869         Fix entry values resolving in inlined frames.
870         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
871         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
872         entries of FRAME.
873
874 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
875
876         * configure.ac: Build with -DMS_WIN64 if building with Python
877         enabled using GCC on amd64-windows.
878         * configure: Regenerate.
879
880 2012-10-15  Tom Tromey  <tromey@redhat.com>
881
882         PR python/14635:
883         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
884         to Py_None.
885
886 2012-10-15  Tom Tromey  <tromey@redhat.com>
887
888         PR python/14634:
889         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
890
891 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
892
893         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
894         reset thread numbering back to 1.
895
896 2012-10-11  Doug Evans  <dje@google.com>
897
898         PR breakpoints/14643.
899         * linespec.c (struct ls_parser): New member keyword_ok.
900         (linespec_lexer_lex_string): Add comment.
901         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
902         for one.
903         (parse_linespec): Set keyword_ok.
904
905 2012-10-10  Doug Evans  <dje@google.com>
906
907         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
908         "0x" prefix on address in log message.
909
910         * dwarf2read.c (read_1_byte): Add const to buf parameter.
911         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
912         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
913         (lookup_dwo_file): Add const to dwo_name parameter.
914         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
915
916 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
917
918         Fix crash during stepping on ppc32.
919         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
920         SYM.
921
922 2012-10-03  Doug Evans  <dje@google.com>
923
924         PR symtab/14601
925         * buildsym.c (buildsym_init): Reset using_directives to NULL.
926
927 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
928
929         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
930         output and use uint32_t not long to ensure 4 byte size.
931
932 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
933
934         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
935         unref'ed it.
936
937 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
938
939         * target.c (simple_search_memory): Include access length in
940         warning message.
941
942 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
943             Edjunior Machado  <emachado@linux.vnet.ibm.com>
944
945         PR gdb/13989
946         * solib.c (solib_find): Prevent GDB from loading native libraries when
947         debugging a cross-target corefile.
948
949 2012-09-28  selven  <pcthegreat@gmail.com>
950
951         Make definition match declaration.
952
953         * regcache.c (regcache_register_status): Change return type to
954         enum register_status.
955
956 2012-09-28  Yao Qi  <yao@codesourcery.com>
957
958         * mi/mi-main.c (mi_cmd_data_write_memory): Call
959         write_memory_with_notification instead of write_memory.
960         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
961         instead of target_write_memory.
962
963 2012-09-28  Yao Qi  <yao@codesourcery.com>
964
965         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
966         when the length of content is not an even number.
967
968 2012-09-27  Tom Tromey  <tromey@redhat.com>
969
970         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
971         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
972
973 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
974
975         * sol-thread.c (sol_thread_fetch_registers)
976         (sol_thread_store_registers): Delete commented out code.
977
978 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
979
980         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
981         Move these functions to sparc-sol-thread.c.
982         * sparc-sol-thread.c: New file.
983         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
984         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
985         configurations.
986         * configure: Regenerate.
987
988 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
989
990         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
991         Remove commented-out code.
992
993 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
994
995         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
996         Enable this code for sparc hosts only.
997
998 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
999
1000         * procfs.h (procfs_find_LDT_entry): Add declaration.
1001         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1002         function procfs_find_LDT_entry.
1003
1004 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1005
1006         * procfs.c (proc_get_LDT_entry): Make static.
1007
1008 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1009
1010         * procfs.c (proc_find_memory_regions): Fix declaration.
1011
1012 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1013
1014         * amd64-tdep.c (amd64_return_value): Revert previous change
1015         that used TYPE_LENGTH directly.
1016         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1017         (bfin_store_return_value): Likewise.
1018         * cris-tdep.c (cris_store_return_value): Likewise.
1019         (cris_extract_return_value): Likewise.
1020         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1021         * hppa-tdep.c (hppa64_return_value): Likewise.
1022         * lm32-tdep.c (lm32_store_return_value): Likewise.
1023         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1024         * spu-tdep.c (spu_value_from_register): Likewise.
1025         * vax-tdep.c (vax_return_value): Likewise.
1026
1027 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1028
1029         * gdbtypes.c (lookup_array_range_type): Expand parameters
1030         LOW_BOUND and HIGH_BOUND to LONGEST.
1031         (lookup_string_range_type): Likewise.
1032         * gdbtypes.h (lookup_array_range_type): Likewise.
1033         (lookup_string_range_type): Likewise.
1034         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1035         Expand HIGHBOUND to ssize_t.
1036         (value_string): Likewise.
1037         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1038         (value_string): Likewise.
1039
1040 2012-09-27  Yao Qi  <yao@codesourcery.com>
1041
1042         PR breakpoints/13898
1043         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1044         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1045         per breakpoint type.
1046
1047 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1048
1049         * procfs.c: Add gdb_bfd header.
1050         * rs6000-nat.c: Likewise.
1051         * solib-pa64.c: Likewise.
1052         * spu-linux-nat.c: Likewise.
1053         * windows-nat.c: Likewise.
1054
1055 2012-09-26  Tom Tromey  <tromey@redhat.com>
1056
1057         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1058
1059 2012-09-26  Tom Tromey  <tromey@redhat.com>
1060
1061         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1062         (read_common_block): Handle child DIEs with
1063         DW_AT_data_member_location.
1064         (new_symbol_full): Add special case for common blocks.
1065
1066 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1067             Tom Tromey  <tromey@redhat.com>
1068
1069         * dwarf2read.c (read_common_block): Rewrite.
1070         (new_symbol_full): Handle DW_TAG_common_block.
1071         * f-lang.c (head_common_list, find_common_for_function):
1072         Remove.
1073         * f-lang.h (struct common_entry, struct saved_f77_common,
1074         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1075         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1076         BLANK_COMMON_NAME_LOCAL): Remove.
1077         (struct common_block): New.
1078         * f-valprint.c (list_all_visible_commons): Remove.
1079         (info_common_command_for_block): New function.
1080         (info_common_command): Use it.
1081         * stack.c (iterate_over_block_locals): Special case for
1082         COMMON_BLOCK_DOMAIN.
1083         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1084         constant.
1085         (struct general_symbol_info) <value.common_block>: New field.
1086         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1087
1088 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1089             Tom Tromey  <tromey@redhat.com>
1090
1091         * f-lang.c (allocate_saved_bf_node,
1092         allocate_saved_function_node, allocate_saved_f77_common_node,
1093         allocate_common_entry_node, tail_common_list, current_common,
1094         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1095         tmp_bf_ptr, add_common_block, add_common_entry,
1096         find_first_common_named, patch_common_entries,
1097         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1098         global_remote_debug, get_bf_for_fcn, saved_function_list,
1099         saved_function_list_end, clear_function_list, struct saved_fcn,
1100         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1101         SAVED_BF, SAVED_BF_PTR): Remove.
1102         * f-lang.h (tail_common_list, current_common,
1103         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1104         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1105         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1106         real_main_c_value): Remove.
1107         * f-valprint.c (there_is_a_visible_common_named): Remove.
1108
1109 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1110
1111         * breakpoint.c (update_global_location_list): Ignore previous
1112         duplicate status of a breakpoint when starting a new scan for
1113         duplicate breakpoints.
1114
1115 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1116         PR breakpoints/14419
1117         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1118         support LLVM compiler.
1119
1120 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1121
1122         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1123         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1124         (bfin_store_return_value): Likewise.
1125         * cris-tdep.c (cris_store_return_value): Likewise.
1126         (cris_extract_return_value): Likewise.
1127         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1128         * hppa-tdep.c (hppa64_return_value): Likewise.
1129         * lm32-tdep.c (lm32_store_return_value): Likewise.
1130         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1131         * spu-tdep.c (spu_value_from_register): Likewise.
1132         * vax-tdep.c (vax_return_value): Likewise.
1133
1134 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1135
1136         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1137         parameter LEN to ssize_t.
1138
1139 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1140
1141         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1142         variable LEN.
1143         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1144         directly.
1145         (alpha_store_return_value): Likewise.
1146         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1147         (amd64_push_arguments): Likewise.
1148         * ax-gdb.c (gen_trace_static_fields): Likewise.
1149         (gen_traced_pop): Likewise.
1150         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1151         * breakpoint.c (update_watchpoint): Likewise.
1152         * findcmd.c (parse_find_args): Use local variable for type
1153         instead of length.
1154         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1155         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1156         (h8300_store_return_value): Likewise.
1157         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1158         Use i386_darwin_arg_type_alignment directly.
1159         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1160         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1161         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1162         (m68hc11_extract_return_value): Likewise.
1163         * mep-tdep.c (mep_push_dummy_call): Likewise.
1164         * printcmd.c (float_type_from_length): Likewise.
1165         * s390-tdep.c (s390_value_from_register): Likewise.
1166         * stack.c (read_frame_arg): Likewise.
1167         * tracepoint.c (encode_actions_1): Likewise.
1168         * valops.c (value_fetch_lazy): Use local variable for type
1169         instead of length.  Use TYPE_LENGTH directly.
1170         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1171
1172 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1173
1174         * symtab.c (skip_prologue_sal): Fix typo in comment.
1175
1176 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1177
1178         * linespec.c (create_sals_line_offset): Fix typo in comment.
1179
1180 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1181
1182         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1183         use plongest to print the array size.
1184
1185 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1186
1187         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1188         * p-valprint.c (pascal_type_print_base): Likewise.
1189
1190 2012-09-22  Yao Qi  <yao@codesourcery.com>
1191
1192         * remote.c (remote_get_trace_status): Remove setting default
1193         values of fields of 'ts'.
1194
1195 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1196
1197         Fix internal error on canonicalization of clang types.
1198         * cp-name-parser.y (operator): New comment at make_operator call for
1199         new, delete, new[] and delete[].
1200         (exp): Use "sizeof ".  Add new comment at make_operator call.
1201
1202 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1203
1204         Fix disassemble without parameters in tailcall frame.
1205         * cli/cli-cmds.c (disassemble_current_function): Use
1206         get_frame_address_in_block.
1207
1208 2012-09-21  Tom Tromey  <tromey@redhat.com>
1209
1210         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1211         TYPE_CODE_UNION>: Unify, removing a goto.
1212
1213 2012-09-21  Tom Tromey  <tromey@redhat.com>
1214
1215         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1216
1217 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1218
1219         * findvar.c (read_frame_register_value): Mark the result value as
1220         optimized out if any of the input registers have been optimized out.
1221
1222 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1223
1224         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1225
1226 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1227
1228         * eval.c (evaluate_subexp_standard): Eliminate single-use
1229         variable LOWER.
1230
1231 2012-09-21  Yao Qi  <yao@codesourcery.com>
1232
1233         * mi/mi-interp.c: Declare mi_record_changed.
1234         (mi_interpreter_init): Call observer_attach_record_changed.
1235         (mi_record_changed): New.
1236         * record.c (record_open): Call observer_notify_record_changed.
1237         (cmd_record_stop): Call observer_notify_record_changed.
1238         * NEWS: Mention it.
1239
1240 2012-09-20  Tom Tromey  <tromey@redhat.com>
1241
1242         * NEWS: Update.
1243         * python/python.c (finalize_python): New function.
1244         (_initialize_python): Make a final cleanup.
1245
1246 2012-09-19  Doug Evans  <dje@google.com>
1247
1248         * buildsym.h (param_symbols): Delete, unused.
1249         (context_stack): Delete member "params", unused.
1250         * buildsym.c (push_context): Update.
1251         * dwarf2read.c (read_func_scope): Update.
1252
1253 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1254
1255         * sh-tdep.c (sh_register_convert_to_virtual)
1256         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1257         all callers.  Just do a memcpy if not the little-endian case.
1258
1259         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1260         set_gdbarch_double_format and set_gdbarch_long_double_format.
1261         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1262         set_gdbarch_double_format.
1263         * sh-tdep.c (sh_gdbarch_init): Likewise.
1264
1265         * NEWS: Document the removal of SH's 'regs' command.
1266         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1267         command.
1268
1269 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1270
1271         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1272         `jump'.
1273
1274 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1275
1276         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1277         language when iterating over symbols.
1278
1279 2012-09-18  Yao Qi  <yao@codesourcery.com>
1280
1281         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1282         (mi_interpreter_init): Call observer_attach_tsv_created and
1283         observer_attach_tsv_deleted.
1284         (mi_tsv_created, mi_tsv_deleted): New.
1285         * tracepoint.c (delete_trace_state_variable): Call
1286         observer_notify_tsv_deleted.
1287         (trace_variable_command): Call observer_notify_tsv_created.
1288         (delete_trace_variable_command): Call
1289         observer_notify_tsv_deleted.
1290         (create_tsv_from_upload): Call observer_notify_tsv_created.
1291         * NEWS: Mention it.
1292
1293 2012-09-18  Yao Qi  <yao@codesourcery.com>
1294
1295         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1296         if traceframe changed.
1297         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1298         "trace-find".
1299         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1300         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1301         'traceframe_changed'.
1302         (mi_traceframe_changed): New.
1303         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1304         New field.
1305         * NEWS: Mention the new MI notification.
1306
1307 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1308
1309         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1310
1311 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1312
1313         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1314         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1315         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1316         Extend code also for PaX support.  Convert all gdb_assert to warning
1317         calls.
1318
1319 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1320
1321         Implement auto-load user conveniences suggested by Doug Evans.
1322         * auto-load.c: Include top.h.
1323         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1324         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1325         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1326         scripts-directory.  Document in online help one can use also files for
1327         set auto-load safe-path.
1328         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1329         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1330
1331 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1332
1333         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1334         of LEN.
1335
1336 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1337
1338         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1339         ELTLEN and use TYPE_LENGTH directly.
1340         (m2_val_print): Likewise.
1341         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1342         variable LEN and use TYPE_LENGTH directly.
1343         (m68k_svr4_store_return_value): Likewise.
1344         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1345         ARGLEN and use TYPE_LENGTH directly.
1346         (mips_o64_push_dummy_call): Likewise.
1347         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1348         variable LENGTH and use TYPE_LENGTH directly.
1349         (s390_function_arg_float): Likewise.
1350         (s390_function_arg_integer): Likewise.
1351         (s390_push_dummy_call): Likewise.
1352         (s390_return_value_convention): Likewise.
1353         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1354         TYPE_LENGTH directly.
1355
1356 2012-09-17  Yao Qi  <yao@codesourcery.com>
1357
1358         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1359         Update comment to add_setshow_integer_cmd.
1360         * cli/cli-setshow.c (do_set_command): Handle case
1361         'var_zuinteger_unlimited'.
1362         (do_show_command): Likewise.
1363         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1364         for command 'remotetimeout'.
1365         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1366         to var_integer.
1367         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1368         for command 'set listsize'.
1369
1370 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1371
1372         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1373         variable LEN.
1374
1375 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1376
1377         PR 14119
1378         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1379         (frame_pop): Drop also TAILCALL_FRAME frames.
1380         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1381
1382 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1383             Pedro Alves  <palves@redhat.com>
1384
1385         PR 14548
1386         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1387         function start if we are already at function start.  Both for
1388         reverse-next and for reverse-step into function without line number
1389         info.
1390
1391 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1392
1393         Code cleanup - rename 'inline' depth to 'artificial' depth.
1394         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1395         frame_id_artificial_p, extend the comment.
1396         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1397         * frame.c (fprint_frame_id): Rename at a user, change debug output
1398         text to "artificial=".
1399         (skip_inlined_frames): Rename to ...
1400         (skip_artificial_frames): ... here.  Extend the comment.
1401         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1402         (frame_id_inlined_p): Rename to ...
1403         (frame_id_artificial_p): ... here.  Rename at a user.
1404         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1405         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1406         at a user.
1407         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1408         Extend the comment.
1409         (frame_id_inlined_p): Rename to ...
1410         (frame_id_artificial_p): ... here.
1411         * inline-frame.c (inline_frame_this_id): Rename at a user.
1412
1413 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1414
1415         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1416         vector variables using vector_size syntax rather than array
1417         syntax.
1418
1419 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1420
1421         * valarith.c (value_concat): Replace unsafe ALLOCA with
1422         XMALLOC/XFREE.
1423
1424 2012-09-14  Pedro Alves  <palves@redhat.com>
1425
1426         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1427
1428 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1429
1430         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1431         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1432         data-directory as appropriate.
1433
1434 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1435
1436         * printcmd.c (ui_printf): Eliminate single-use variable
1437         PARAM_LEN.
1438
1439 2012-09-14  Yao Qi  <yao@codesourcery.com>
1440             Pedro Alves  <palves@redhat.com>
1441
1442         * valops.c (value_assign): Move observer_notify_target_changed
1443         below to replace reinit_frame_cache.
1444
1445 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1446
1447         Refactor Python "gdb" module into a proper Python package, by
1448         introducing a new "_gdb" module for code implemented in C, and
1449         using reload/__import__ instead of exec.
1450         * python/lib/gdb/__init__.py: Import * from _gdb.
1451         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1452         prompt_hook, sys.argv): Moved from finish_python_initialization.
1453         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1454         (packages, auto_load_packages): New list and function replacing
1455         module_dict and auto-loading code, using __file__ instead of
1456         gdb.PYTHONDIR and reload/__import__ instead of exec.
1457         (GdbSetPythonDirectory): Replacing function of the same name
1458         from finish_python_initialization, using reload/__import__ instead
1459         of exec, as well as call auto_load_packages.
1460         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1461         gdb_python_module and not gdb_module.
1462         * python/python-internal.h (gdb_python_module): Declare.
1463         * python/python.c (gdb_python_module): New global.
1464         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1465         (_initialize_python): Rename gdb module to _gdb.
1466         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1467         (finish_python_initialization): Move Python code to
1468         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1469         __main__.
1470
1471 2012-09-13  Pedro Alves  <palves@redhat.com>
1472
1473         * Makefile.in (COMMON_OBS): Add registry.o.
1474         * registry.c: New file.
1475         * registry.h (struct registry_container): Declare.
1476         (registry_data_callback): New typedef.
1477         (struct registry_data, struct registry_data_registration, struct
1478         registry_data_registry): New type.
1479         (register_data_with_cleanup, registry_alloc_data)
1480         (registry_callback_adaptor, registry_clear_data)
1481         (registry_container_free_data, registry_set_data, registry_data):
1482         Declare.
1483         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1484         the new common structures and functions.
1485         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1486         callback typedefs.
1487
1488 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1489
1490         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1491         there is an error inserting hardware breakpoints and use the
1492         error message from the target.
1493
1494         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1495         Catch this exception and print the error message contained within. Do not
1496         print the default hardware error breakpoint message in this case.
1497
1498 2012-09-12  Doug Evans  <dje@google.com>
1499
1500         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1501         cu == NULL.
1502
1503 2012-09-11  Doug Evans  <dje@google.com>
1504
1505         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1506         .gdb_index symbol attributes if there are none.
1507
1508 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1509
1510         * symtab.h (struct minimal_symbol) [has_size]: New field.
1511         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1512         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1513         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1514         minimal symbols if the symbol's size is actually known.
1515         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1516         of msymbol's size field.  Add comment.
1517         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1518         SET_MSYMBOL_SIZE to set the minimal symbol size.
1519
1520 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1521
1522         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1523         minimal_symbol struct object, rather than setting some of its
1524         fields one by one.
1525
1526 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1527
1528         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1529         passed_a_ptr flag when displaying typedef types.
1530
1531 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1532
1533         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1534         the optimized_out flag is preserved.
1535
1536 2012-09-10  Anthony Green  <green@moxielogic.com>
1537
1538         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1539         prologue changes in GCC.
1540
1541 2012-09-10  Keith Seitz  <keiths@redhat.com>
1542
1543         PR gdb/13483
1544         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1545         (BOOL_CONVERSION_BADNESS): ... this.
1546         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1547         (rank_one_type): Allow all boolean conversions
1548         permitted by the standard.
1549
1550 2012-09-06  Tom Tromey  <tromey@redhat.com>
1551
1552         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1553         Don't decref py_objfile.
1554
1555 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1556
1557         Do not enable -lmcheck by default when Python is enabled with
1558         threading support.
1559         * configure.ac: (python_has_threads) New variable, by testing
1560         if WITH_THREAD is defined in Python.h.
1561         Move --enable-lmcheck after --with-python.
1562         Do not enable -lmcheck by default if python_has_threads=yes.
1563         Warn if --enable-lmcheck and python_has_threads=yes.
1564         * configure: Regenerate.
1565
1566 2012-08-31  Yao Qi  <yao@codesourcery.com>
1567
1568         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1569         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1570         Update some commands.
1571         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1572         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1573         to 1.
1574
1575 2012-08-31  Yao Qi  <yao@codesourcery.com>
1576
1577         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1578
1579 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1580
1581         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1582
1583 2012-08-29  Doug Evans  <dje@google.com>
1584
1585         * main.c (print_gdb_help): Remove reference to
1586         --use-deprecated-index-sections.
1587
1588 2012-08-28  Yao Qi  <yao@codesourcery.com>
1589
1590         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1591         (init_cmds): Call add_setshow_uinteger_cmd for command
1592         'max-user-call-depth'.
1593         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1594         declaration of 'max_user_call_depth'.
1595         * frame.c (backtrace_limit): Add 'unsigned'.
1596         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1597         'limit'.
1598         * remote.c (remoteaddresssize): Add 'unsigned'.
1599         (remote_address_masked): Change local var 'address_size' to
1600         'unsigned'.
1601         (_initialize_remote): Call add_setshow_uinteger_cmd for
1602         'remoteaddresssize'.
1603         * top.c (history_size): Add 'unsigned'.
1604         (show_commands): Change local variables to 'unsigned'.
1605         (set_history_size_command): Don't check history_size is negative.
1606         Adjust the condition to call unstifle_history and set history_size
1607         to UNIT_MAX.
1608
1609 2012-08-28  Pedro Alves  <palves@redhat.com>
1610
1611         PR gdb/14428
1612
1613         * infcmd.c (default_print_one_register_info): New, factored out
1614         from default_print_registers_info.
1615         (default_print_registers_info): Use it.  Mark value unavailable if
1616         necessary.
1617         (registers_info): Print user registers with
1618         default_print_one_register_info.
1619
1620 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1621
1622         PR tui/14486
1623         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1624         is not NULL before referencing it.
1625
1626 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1627
1628         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1629         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1630         original PC for it.
1631
1632 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1633             Jan Kratochvil  <jan.kratochvil@redhat.com>
1634
1635         * auto-load.c (auto_load_objfile_script): Rename to ...
1636         (auto_load_objfile_script_1): ... here, change variable realname to
1637         parameter realname, document it, add return value, add variable retval.
1638         (auto_load_objfile_script): New function.
1639
1640 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1641
1642         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1643         followed by a whitespace.
1644
1645 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1646
1647         PR gdb/14494.
1648         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1649         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1650         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1651         here.
1652
1653 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1654
1655         * memattr.c (create_mem_region): Fix memory region overlapping
1656         checking.
1657
1658 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1659
1660         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1661         with xmalloc/cleanup.
1662         * mt-tdep.c (mt_push_dummy_call): Likewise.
1663         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1664         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1665
1666 2012-08-24  Yao Qi  <yao@codesourcery.com>
1667
1668         * jv-exp.y (push_expression_name): Add "." at the end of error
1669         message.
1670
1671 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1672
1673         Document how to return from "python-interactive" to GDB.
1674         * python/python.c (_initialize_python): Update documentation.
1675
1676 2012-08-23  Pedro Alves  <palves@redhat.com>
1677
1678         * infrun.c (_initialize_infrun) <handle command help text>:
1679         Mention that multiple signals are supported.
1680
1681 2012-08-23  Pedro Alves  <palves@redhat.com>
1682
1683         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1684         string.
1685
1686 2012-08-23  Yao Qi  <yao@codesourcery.com>
1687
1688         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1689         (tfind_1): Don't call registers_changed, set_traceframe_num,
1690         and clear_traceframe_info.
1691         Call set_current_traceframe.
1692         (set_current_traceframe): call set_traceframe_num.
1693
1694 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1695
1696         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1697         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1698
1699 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1700
1701         Enable readline in Python in a GDB-specific way and block the
1702         standard Python readline module to prevent conflicts with GDB.
1703         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1704         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1705         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1706         * python/py-gdb-readline.c: New file.
1707         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1708         prototype.
1709         * python/python.c (_initialize_python): Call
1710         gdbpy_initialize_gdb_readline.
1711
1712 2012-08-22  Keith Seitz  <keiths@redhat.com>
1713
1714         * defs.h: Include build-gnulib/config.h
1715
1716 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
1717
1718         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1719         and blx pc.
1720
1721 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1722
1723         Add a new "python-interactive" command that starts a standard
1724         Python interactive prompt with "pi" as alias, and add "py" as
1725         an alias to "python".
1726         * NEWS: Mention the new commands.
1727         * python/python.c (eval_python_command): New function.
1728         (python_interactive_command): For "python-interactive" with
1729         arguments, call eval_python_command.  For "python-interactive"
1730         without arguments, call PyRun_InteractiveLoop.
1731         (_initialize_python): Add "python-interactive" command with
1732         "pi" as alias, and add "py" as an alias to "python".
1733
1734 2012-08-22  Tom Tromey  <tromey@redhat.com>
1735
1736         * defs.h (quit_flag): Don't declare.
1737         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1738         (QUIT): Use new functions.
1739         * event-top.c (command_handler): Use clear_quit_flag.
1740         (handle_sigint): Use set_quit_flag.
1741         (async_request_quit): Use check_quit_flag.  Don't check
1742         immediate_quit.
1743         * exceptions.c (throw_exception): Use clear_quit_flag.
1744         * main.c (captured_main): Use clear_quit_flag.
1745         * python/python.c (clear_quit_flag, set_quit_flag)
1746         (check_quit_flag): New functions.
1747         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1748         clear_quit_flag.
1749         * remote.c (remote_wait_as): Use check_quit_flag,
1750         clear_quit_flag.
1751         (remote_start_remote): Call QUIT.
1752         * symfile.c (load_progress): Use check_quit_flag.
1753         * top.c (command_loop): Use clear_quit_flag.
1754         (command_line_input): Call QUIT.
1755         * utils.c (quit_flag): Conditionally define.
1756         (clear_quit_flag, check_quit_flag, set_quit_flag): New
1757         functions.
1758         (prompt_for_continue): Call QUIT.  Use quit, not
1759         async_request_quit.
1760         * remote-mips.c (mips_expect_timeout): Call QUIT.
1761         * monitor.c (monitor_expect): Call QUIT.
1762
1763 2012-08-22  Tom Tromey  <tromey@redhat.com>
1764
1765         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1766         (async_init_signals): Update.
1767         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1768         (SIGWINCH_HANDLER_BODY): Remove.
1769
1770 2012-08-22  Tom Tromey  <tromey@redhat.com>
1771
1772         * jit.c (jit_object_close_impl): Don't malloc the objfile
1773         name.
1774         * objfiles.c (allocate_objfile): Don't malloc the objfile
1775         name.
1776         (free_objfile): Don't free the objfile name.
1777         * objfiles.h (struct objfile) <name>: Update comment.
1778         * symfile.c (reread_symbols): Fix reference counting.  Don't
1779         malloc objfile name.
1780
1781 2012-08-22  Tom Tromey  <tromey@redhat.com>
1782
1783         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1784         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1785         (symfile_bfd_open): Likewise.
1786         (generic_load): Likewise.
1787         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1788         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1789         gdb_bfd_open.
1790         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1791         Use gdb_bfd_open.
1792         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1793         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1794         (pmon_load_fast): Likewise.
1795         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1796         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1797         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1798         (macho_check_dsym): Likewise.
1799         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1800         (m32r_upload_command): Likewise.
1801         * gdb_bfd.h (gdb_bfd_cache): Declare.
1802         * gdb_bfd.c (struct gdb_bfd_data): New.
1803         (gdb_bfd_cache): New global.
1804         (struct gdb_bfd_cache_search): New.
1805         (hash_bfd): New function.
1806         (eq_bfd): Likewise.
1807         (gdb_bfd_open): Likewise.
1808         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1809         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
1810         gdb_bfd_data.
1811         * exec.c (exec_file_attach): Use gdb_bfd_open.
1812         * dsrec.c (load_srec): Use gdb_bfd_open.
1813
1814 2012-08-22  Tom Tromey  <tromey@redhat.com>
1815
1816         * dwarf2read.c (macro_start_file): Update.
1817         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1818         (free_objfile_per_bfd_storage): Destroy macro_cache.
1819         (allocate_objfile, free_objfile): Update.
1820         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1821         New field.
1822         (struct objfile) <macro_cache>: Remove.
1823         * symfile.c (reread_symbols): Update.
1824         * symmisc.c (print_symbol_bcache_statistics): Update.
1825         (print_objfile_statistics): Update.
1826
1827 2012-08-22  Tom Tromey  <tromey@redhat.com>
1828
1829         * elfread.c (elf_symtab_read): Update.
1830         * objfiles.c (objfiles_bfd_data): New global.
1831         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1832         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1833         (allocate_objfile, free_objfile): Update.
1834         (_initialize_objfiles): Initialize objfiles_bfd_data.
1835         * objfiles.h (struct objfile_per_bfd_storage): New.
1836         (struct objfile) <per_bfd>: New field.
1837         <filename_cache>: Remove.
1838         (set_objfile_per_bfd): Declare.
1839         * symfile.c (reread_symbols): Update.  Call
1840         set_objfile_per_bfd.
1841         (allocate_symtab): Update.
1842         * symmisc.c (print_symbol_bcache_statistics): Update.
1843         (print_objfile_statistics): Print the size of the BFD obstack.
1844
1845 2012-08-22  Tom Tromey  <tromey@redhat.com>
1846
1847         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
1848         * gdb_bfd.c: Use DEFINE_REGISTRY.
1849         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1850         (gdb_bfd_ref): Call bfd_alloc_data.
1851         (gdb_bfd_unref): Call bfd_free_data.
1852
1853 2012-08-22  Tom Tromey  <tromey@redhat.com>
1854
1855         * registry.h (struct registry_fields): New.
1856         (REGISTRY_FIELDS): Redefine.
1857         (REGISTRY_ACCESS_FIELD): New macro.
1858         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
1859         functions.
1860
1861 2012-08-22  Tom Tromey  <tromey@redhat.com>
1862
1863         * auto-load.c (_initialize_auto_load): Update.
1864         * solib-svr4.c (_initialize_svr4_solib): Update
1865         * solib-dsbt.c (_initialize_dsbt_solib): Update.
1866         * solib-darwin.c (_initialize_darwin_solib): Update.
1867         * registry.h: New file.
1868         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1869         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1870         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
1871         (register_program_space_data_with_cleanup)
1872         (register_program_space_data, program_space_alloc_data)
1873         (clear_program_space_data, set_program_space_data)
1874         (program_space_data): Don't declare.
1875         * progspace.c: Use DEFINE_REGISTRY.
1876         (struct program_space_data, struct
1877         program_space_data_registration, struct
1878         program_space_data_registry, program_space_data_registry)
1879         (register_program_space_data_with_cleanup)
1880         (register_program_space_data, program_space_alloc_data)
1881         (program_space_free_data, clear_program_space_data)
1882         (set_program_space_data, program_space_data): Remove.
1883         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
1884         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1885         (register_objfile_data_with_cleanup, register_objfile_data)
1886         (clear_objfile_data, set_objfile_data, objfile_data): Don't
1887         declare.
1888         * objfiles.c: Use DEFINE_REGISTRY.
1889         (struct objfile_data, struct objfile_data_registration, struct
1890         objfile_data_registry, objfile_data_registry)
1891         (register_objfile_data_with_cleanup, register_objfile_data)
1892         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1893         (set_objfile_data, objfile_data): Remove.
1894         (_initialize_objfiles): Update.
1895         * jit.c (_initialize_jit): Update.
1896         * inflow.c (_initialize_inflow): Update.
1897         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
1898         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1899         (register_inferior_data_with_cleanup, register_inferior_data)
1900         (clear_inferior_data, set_inferior_data, inferior_data): Don't
1901         declare.
1902         * inferior.c: Use DEFINE_REGISTRY.
1903         (struct inferior_data, struct inferior_data_registration, struct
1904         inferior_data_registry, inferior_data_registry)
1905         (register_inferior_data_with_cleanup, register_inferior_data)
1906         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
1907         (set_inferior_data, inferior_data): Remove.
1908         * auxv.c (_initialize_auxv): Update.
1909         * ada-lang.c (_initialize_ada_language): Update.
1910         * breakpoint.c (_initialize_breakpoint): Update.
1911         * i386-nat.c (i386_use_watchpoints): Update.
1912
1913 2012-08-22  Tom Tromey  <tromey@redhat.com>
1914
1915         * exec.c (exec_close, exec_file_attach): Update.
1916         (add_to_section_table): Initialize 'key' field.
1917         (add_target_sections, remove_target_sections): Add 'key' argument.
1918         * exec.h (add_target_sections, remove_target_sections): Add
1919         'key' argument.
1920         * solib.c (solib_map_sections, update_solib_list, clear_solib)
1921         (reload_shared_libraries_1): Update.
1922         * target.h (struct target_section) <key>: New field.
1923
1924 2012-08-22  Tom Tromey  <tromey@redhat.com>
1925
1926         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1927
1928 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1929
1930         * symfile.c (allocate_symtab): Use host_address_to_string
1931         function instead of cast of pointer to long which is not
1932         compatible with x86_64-w64-mingw32 build.
1933
1934 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1935
1936         * mips-tdep.c (is_octeon): New function.
1937         (is_octeon_bbit_op): New function.
1938         (mips32_next_pc): Handle Octeon's bbit instructions.
1939         (mips32_instruction_has_delay_slot): Likewise.
1940
1941 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1942
1943         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1944         before the function.
1945
1946 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1947
1948         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1949
1950 2012-08-19  Keith Seitz  <keiths@redhat.com>
1951
1952         PR c++/14365
1953         * c-typeprint.c (c_type_print_varspec_prefix): Pass
1954         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1955
1956 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
1957
1958         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1959         The typo broke "make TAGS".
1960
1961 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
1962
1963         GDB 7.5 released.
1964
1965 2012-08-17  Keith Seitz  <keiths@redhat.com>
1966
1967         PR c++/13356
1968         * gdbtypes.c (strict_type_checking): New variable.
1969         (show_strict_type_checking): New function.
1970         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1971         if strict type checking is disabled.
1972         (_initialize_gdbtypes): Add "check type" subcommand.
1973         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1974
1975 2012-08-17  Keith Seitz  <keiths@redhat.com>
1976
1977         * language.h (type_mode): Remove.
1978         (type_check): Remove.
1979         (struct language_defn): Remove la_type_check.
1980         (STRICT_TYPE): Remove unused macro.
1981         (type_error): Remove.
1982         * language.c (set_type_range_case): Renamed to ...
1983         (set_range_case): ... this.  Update all callers.
1984         Remove type_mode/type_check.
1985         (type_mode): Remove.
1986         (type_check): Remove.
1987         (show_type_command): Remove.
1988         (set_type_command): Remove.
1989         (language_info): Remove type checking output.
1990         (type_error): Remove unused function.
1991         (range_error): Update comment.
1992         (unknown_language_defn): Remove la_type_check.
1993         (auto_language_defn): Likewise.
1994         (local_language_defn): Likewise.
1995         (_initialize_language): Remove "check type" subcommand.
1996         * ada-lang.c (ada_language_defn): Remove la_type_check.
1997         * c-lang.c (c_language_defn): Likewise.
1998         (cplus_language_defn): Likewise.
1999         (asm_language_defn): Likewise.
2000         (minimal_language_defn): Likewise.
2001         * d-lang.c (d_language_defn): Likewise.
2002         * f-lang.c (f_language_defn): Likewise.
2003         * go-lang.c (go_language_defn): Likewise.
2004         * jv-lang.c (java_language_defn): Likewise.
2005         * m2-lang.c (m2_language_defn): Likewise.
2006         * objc-lang.c (objc_language_defn): Likewise.
2007         * opencl-lang.c (opencl_language_defn): Likewise.
2008         * p-lang.c (pascal_language_defn): Likewise.
2009
2010 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
2011
2012         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2013
2014 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2015
2016         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2017         New function.
2018         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2019         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2020         to access the bsp and bspstore registers if not.
2021
2022 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2023
2024         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2025         * breakpoint.c (detach_breakpoints): Change pid parameter into
2026         a ptid.  Adjust code accordingly.
2027         * infrun.c (handle_inferior_event): Delete variable child_pid.
2028         Update call to detach_breakpoints to pass the child ptid for
2029         fork events.
2030         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2031         assert that inferior_ptid's lwp is zero.
2032         (linux_handle_extended_wait): Update call to detach_breakpoints.
2033         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2034         detach_breakpoints.
2035
2036 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2037
2038         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2039         parent, only call detach_breakpoints if tts.tts_event ==
2040         TTEVT_VFORK.
2041
2042 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2043
2044         * dwarf2-frame.c (dwarf2_frame_cache): Use
2045         get_frame_address_in_block instead of get_frame_pc as
2046         the bound for executing the frame's FDE.
2047
2048 2012-08-16  Yao Qi  <yao@codesourcery.com>
2049
2050         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2051         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2052         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2053         (c_type_print_varspec_suffix): Likewise.
2054         * eval.c (evaluate_subexp_standard): Likewise.
2055         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2056         (f_type_print_varspec_suffix): Likewise.
2057         * gdbtypes.c (is_scalar_type): Likewise.
2058         (recursive_dump_type): Likewise.
2059         * infcall.c (value_arg_coerce): Likewise.
2060         * m2-valprint.c (m2_val_print): Likewise.
2061         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2062         (pascal_type_print_varspec_suffix): Likewise.
2063         (pascal_type_print_base): Likewise.
2064         * p-valprint.c (pascal_val_print): Likewise.
2065         (pascal_val_print): Likewise.
2066         * valops.c (value_slice): Likewise.
2067         * valprint.c (scalar_type_p): Likewise.
2068         * valarith.c (value_bitstring_subscript): Remove.
2069         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2070         Remove comment on TYPE_CODE_BITSTRING.
2071
2072         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2073         TYPE_CODE_BITSTRING.
2074
2075         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2076         slot 0.
2077
2078 2012-08-16  Yao Qi  <yao@codesourcery.com>
2079
2080         * tracepoint.c (trace_find_none_command): Remove.
2081         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2082
2083 2012-08-16  Yao Qi  <yao@codesourcery.com>
2084
2085         * remote.c (handle_notification): Remove parameter 'length'.
2086         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2087
2088 2012-08-15  Keith Seitz  <keiths@redhat.com>
2089
2090         * gdbtypes.c (opaque_type_resolution): Make static.
2091         Add missing comment.
2092         (overload_debug): Add missing comment.
2093         (show_opaque_type_resolution): Likewise.
2094         (show_overload_debug): Likewise.
2095         (print_bit_vector): Remove unnecessary forward declaration.
2096         (print_arg_types): Likewise.
2097         (dump_fn_fieldlists): Likewise.
2098         (print_cplus_stuff): Likewise.
2099
2100 2012-08-15  Tom Tromey  <tromey@redhat.com>
2101
2102         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2103         (gdb_bfd_ref): Initialize new field.
2104         (gdb_bfd_unref): Unref the archive BFD.
2105         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2106         parent archive.
2107
2108 2012-08-15  Tom Tromey  <tromey@redhat.com>
2109
2110         PR python/14387:
2111         * python/py-bpevent.c (create_breakpoint_event_object): Update
2112         comment.
2113         * python/py-event.c (evpy_add_attribute): Update comment.
2114         * python/py-exitedevent.c (create_exited_event_object): Fix
2115         reference counting and error handling.
2116         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2117         Fix reference counting.
2118         * python/py-signalevent.c (create_signal_event_object): Fix
2119         reference counting and error handling.
2120         * python/py-stopevent.c (emit_stop_event): Fix reference
2121         counting.
2122         * python/py-threadevent.c (get_event_thread): Return a
2123         borrowed reference.
2124         * python/py-type.c (convert_field): Fix reference counting.
2125
2126 2012-08-15  Tom Tromey  <tromey@redhat.com>
2127
2128         * dwarf2read.c (dwarf_decode_macro_bytes)
2129         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2130         as hash key.
2131
2132 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2133
2134         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2135         stepi, nexti, finish, next, step, jump, and continue commands.
2136         * infrun.c (_initialize_infrun): Update help text for the handle
2137         command.
2138
2139 2012-08-14  Doug Evans  <dje@google.com>
2140
2141         * gdbtypes.c (struct extra): Delete, unused.
2142
2143         * gdbtypes.c: Whitespace cleanup.
2144         (address_space_name_to_int): Remove "extern" from definition.
2145         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2146
2147         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2148         TYPE_POINTER_TYPE (type).
2149
2150 2012-08-14  Gary Benson  <gbenson@redhat.com>
2151
2152         * solib-svr4.c (svr4_free_library_list): Use free_so.
2153
2154 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2155
2156         * .gitignore: Add go-exp.c.
2157
2158 2012-08-13  Doug Evans  <dje@google.com>
2159
2160         * value.c (show_convenience): Tweak comment.
2161         (_initialize_values): Mention convenience functions in the help text
2162         for "show convenience".
2163
2164 2012-08-13  Yao Qi  <yao@codesourcery.com>
2165
2166         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2167         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2168         TERNOP_SLICE_COUNT.
2169         * eval.c (evaluate_subexp_standard): Likewise.
2170         * expprint.c (print_subexp_standard): Likewise.
2171         (dump_subexp_body_standard): Likewise.
2172         * parse.c (operator_length_standard): Likewise.
2173
2174 2012-08-13  Yao Qi  <yao@codesourcery.com>
2175
2176         * std-operator.def: Remove OP_BITSTRING.
2177         * breakpoint.c (watchpoint_exp_is_const): Update.
2178         * eval.c (evaluate_subexp_standard): Remove handling to
2179         OP_BITSTRING.
2180         * expprint.c (print_subexp_standard): Likewise.
2181         (dump_subexp_body_standard): Likewise.
2182         * parse.c (operator_length_standard): Likewise.
2183         * valops.c (value_bitstring): Remove.
2184         * value.h: Remove the declaration of 'value_bitstring'.
2185
2186 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2187
2188         * linespec.c (find_methods): Remove unused variables `i1' and
2189         `name_len'.
2190         (decode_line_full): Likewise for `arg_start'.
2191
2192 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2193
2194         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2195         (zlib_decompress_section): Likewise for `section_data'.
2196         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2197
2198 2012-08-10  Doug Evans  <dje@google.com>
2199
2200         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2201         * NEWS: Document them.
2202         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2203         function/strfns.py.
2204         * python/py-type.c (typy_array_1): New function.
2205         (typy_array): Call it.
2206         (typy_vector): New function.
2207         (type_object_methods): Add "vector".
2208         * python/lib/gdb/function/__init__.py: New file.
2209         * python/lib/gdb/function/strfns.py: New file.
2210
2211 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2212
2213         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2214         for TYPE_FIELD_BITPOS.
2215         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2216
2217 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2218
2219         PR cli/10436:
2220         * common/vec.h (VEC_merge): Define.
2221         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2222         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2223         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2224         * completer.c: Include gdb_signals.h.
2225         (signal_completer): Define.
2226         * completer.h (signal_completer): Add prototype.
2227         * infcmd.c (_initialize_infcmd): Assign the command
2228         completer for "signal" to handle_completer.
2229         * infrun.c: Include completer.h.
2230         (handle_completer): Define.
2231         (_initialize_infrun): Declare a new local variable c.  Store the
2232         result of add_com("handle") to it.  Assign the command
2233         completer for "handle" to handle_completer.
2234
2235 2012-08-09  Yao Qi  <yao@codesourcery.com>
2236
2237         * cli/cli-decode.c (set_cmd_prefix): New.
2238         (lookup_cmd_for_prefixlist): New.
2239         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2240         of each cmd_list_element in *prefixlist.
2241         (add_setshow_cmd_full): set_cmd_prefix.
2242         (add_alias_cmd): Likewise.
2243         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2244         Declare 'auto_boolean_enums'.
2245         * cli/cli-setshow.c: Include "observer.h".
2246         (notify_command_param_changed_p): New.
2247         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2248         Remove 'static'.
2249         (do_setshow_command): Split it to ...
2250         (do_set_command, do_show_command): ... them.  New.
2251         (do_set_command): Call observer_notify_command_param_changed if
2252         notify_command_param_changed_p returns true.
2253         (cmd_show_list): Caller update.
2254         * auto-load.c (set_auto_load_cmd): Likewise.
2255         * remote.c (show_remote_cmd): Likewise.
2256         * cli/cli-setshow.h: Update declarations.
2257         * top.c (execute_command): Call do_set_command and do_show_command.
2258
2259         * NEWS: Mention new MI notification.
2260         * mi/mi-interp.c: Declare mi_command_param_changed.
2261         (mi_interpreter_init): Attach mi_command_param_changed to
2262         observer command_param_changed.
2263         (mi_command_param_changed): New.
2264         Remove mi_suppress_breakpoint_notifications.
2265         Define global variable mi_suppress_notification.
2266         (mi_breakpoint_created): Update.
2267         (mi_breakpoint_deleted): Likewise.
2268         (mi_breakpoint_modified): Likewise.
2269         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2270         'gdb-set' and set mi_suppress_notification.
2271         * mi/mi-main.h: (mi_suppress_notification): New struct.
2272
2273 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2274             Jan Kratochvil  <jan.kratochvil@redhat.com>
2275
2276         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2277
2278 2012-08-09  Yao Qi  <yao@codesourcery.com>
2279
2280         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2281         (skiplist): Move it to skip.c.
2282         (init_cmd_lists): Remove code setting enablebreaklist and
2283         skiplist to NULL.
2284         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2285         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2286         skiplist.
2287         * gdbcmd.h: Likewise.
2288         * skip.c (_initialize_step_skip): Move 'skiplist' from
2289         cli/cli-cmds.c.
2290
2291 2012-08-09  Yao Qi  <yao@codesourcery.com>
2292
2293         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2294         * gnu-nat.c, symfile.c: Likewise.
2295
2296 2012-08-08  Aaron Gamble  <agamble@google.com>
2297
2298         * utils.c (prompt_for_continue_wait_time): New static global.
2299         (make_command_stats_cleanup): Initialize it.
2300         (report_command_stats): Subtract time waiting for user.
2301         (prompt_for_continue): Track time waiting for user.
2302         (defaulted_query): Track time waiting for user.
2303
2304 2012-08-08  Doug Evans  <dje@google.com>
2305
2306         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2307         UNOP_MEMVAL_TYPE.
2308         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2309         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2310         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2311         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2312         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2313         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2314         elt.
2315         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2316         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2317         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2318         (dump_prefix_expression): Handle OP_TYPE.
2319
2320 2012-08-08  Keith Seitz  <keiths@redhat.com>
2321
2322         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2323         addr_start.
2324
2325 2012-08-08  Doug Evans  <dje@google.com>
2326
2327         * linux-thread-db.c: #include "gdb_vecs.h".
2328         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2329         updated.
2330         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2331         (thread_db_load_search): Use a vector to iterate over path elements.
2332         Handle text appearing after "$pdir".
2333
2334         * gdb_string.h: Moved to ...
2335         * common/gdb_string.h: ... here.
2336         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2337         gdb_string.h and gdb_assert.h.
2338
2339 2012-08-08  Yao Qi  <yao@codesourcery.com>
2340
2341         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2342         (tic6x_value_to_register): Likewise.
2343         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2344         and set_gdbarch_value_to_register.
2345
2346 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2347             Jean-Marc Saffroy  <saffroy@gmail.com>
2348
2349         PR 11804
2350         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2351         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2352         * gcore.c (gcore_create_callback): New function comment.  Add modified
2353         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2354         according to MODIFIED.
2355         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2356         the passed modified value to FUNC.
2357         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2358         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2359         first.  New variables modified and has_anonymous.  Parse the lines of
2360         smaps file.  Add the passed MODIFIED value to FUNC.
2361         * procfs.c (find_memory_regions_callback): Add the passed modified
2362         value.
2363
2364 2012-08-06  Tom Tromey  <tromey@redhat.com>
2365
2366         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2367         (dwarf2_frame_cache): Use it.
2368         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2369         cache initialization constraint.
2370
2371 2012-08-06  Tom Tromey  <tromey@redhat.com>
2372
2373         PR python/14386:
2374         * varobj.c (update_dynamic_varobj_children): Don't call
2375         PyIter_Check.
2376
2377 2012-08-06  Tom Tromey  <tromey@redhat.com>
2378
2379         PR cli/14392:
2380         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2381
2382 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2383
2384         * NEWS: New entry for 'cd' default parameters.
2385         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2386
2387 2012-08-03  Tom Tromey  <tromey@redhat.com>
2388
2389         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2390         return.
2391
2392 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2393
2394         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2395         to attempting lseek/write.
2396         (inf_child_fileio_pread): Likewise for pread.
2397
2398 2012-08-02  Yao Qi  <yao@codesourcery.com>
2399
2400         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2401         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2402         add_setshow_zinteger_cmd.
2403         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2404         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2405         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2406         instead of add_setshow_zinteger_cmd.
2407         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2408         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2409         instead of add_setshow_zinteger_cmd.
2410         * frame.c (frame_debug): Add 'unsigned'.
2411         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2412         add_setshow_zinteger_cmd.
2413         * frame.h: Update the declaration of 'frame_debug'.
2414         * gdbtypes.c (overload_debug): Add 'unsigned'.
2415         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2416         add_setshow_zinteger_cmd.
2417         * inferior.h: Update declaration of 'debug_infrun'.
2418         * infrun.c (debug_infrun): Add 'unsigned'.
2419         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2420         add_setshow_zinteger_cmd.
2421         * jit.c (jit_debug): Add 'unsigned'.
2422         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2423         add_setshow_zinteger_cmd.
2424         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2425         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2426         instead of add_setshow_zinteger_cmd.
2427         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2428         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2429         add_setshow_zinteger_cmd.
2430         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2431         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2432         instead of add_setshow_zinteger_cmd.
2433         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2434         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2435         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2436         intead of add_setshow_zinteger_cmd.
2437         * mips-tdep.c (mips_debug): Add 'unsigned'.
2438         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2439         instead of add_setshow_zinteger_cmd.
2440         * monitor.c (monitor_debug): Add 'unsigned'.
2441         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2442         add_setshow_zinteger_cmd.
2443         * observer.c (observer_debug): Add 'unsigned'.
2444         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2445         add_setshow_zinteger_cmd.
2446         * parse.c (expressiondebug): Add 'unsigned'.
2447         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2448         add_setshow_zinteger_cmd.
2449         * record.c (record_debug): Add 'unsigned'.
2450         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2451         add_setshow_zinteger_cmd.
2452         * record.h: Update the declaration of 'record_debug'.
2453         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2454         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2455         add_setshow_zinteger_cmd.
2456         * serial.c (global_serial_debug_p): Add 'unsigned'.
2457         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2458         add_setshow_zinteger_cmd.
2459         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2460         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2461         add_setshow_zinteger_cmd.
2462         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2463         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2464         add_setshow_zinteger_cmd.
2465         * target.c (targetdebug): Add 'unsigned'.
2466         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2467         add_setshow_zinteger_cmd.
2468         * valops.c (overload_debug): Add 'unsigned'.
2469         * varobj.c (varobjdebug): Add 'unsigned'.
2470         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2471         add_setshow_zinteger_cmd.
2472         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2473         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2474         instead of add_setshow_zinteger_cmd.
2475
2476         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2477         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2478         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2479         instead of add_setshow_zinteger_cmd.
2480         * gdbarch.c, gdbarch.h: Re-generated.
2481
2482 2012-08-02  Yao Qi  <yao@codesourcery.com>
2483
2484         * nto-tdep.c: Don't include cli/cli-decode.h and
2485         cli/cli-cmds.h.
2486         (_initialize_nto_tdep): Remove.
2487         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2488         Remove field.
2489         Remove macro nto_internal_debugging.
2490
2491 2012-08-01  Richard Henderson  <rth@redhat.com>
2492
2493         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2494         (mep-*-*) [gdb_target_obs]: Likewise.
2495
2496 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2497
2498         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2499         linux_get_siginfo_type.
2500
2501 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2502
2503         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2504         AT_ENTRY_POINT.
2505         (call_function_by_hand) <ON_STACK>: Call write_memory with
2506         gdbarch_breakpoint_from_pc, if possible.
2507         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2508         here.
2509
2510 2012-07-31  Yao Qi  <yao@codesourcery.com>
2511
2512         * tracepoint.c: Add 'static' for some variables.
2513
2514 2012-07-31  Yao Qi  <yao@codesourcery.com>
2515
2516         * go32-nat.c: Declare _initialize_go32_nat.
2517         * ser-go32.c: Declare _initialize_ser_dos.
2518         * top.c (do_chdir_cleanup): Add 'static'.
2519
2520 2012-07-30  Keith Seitz  <keiths@redhat.com>
2521
2522         * linespec.c (linespec_lex_number): A number followed
2523         by quotes is a valid number, too.
2524
2525 2012-07-30  Tom Tromey  <tromey@redhat.com>
2526
2527         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2528
2529 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2530
2531         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2532         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2533
2534 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2535
2536         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2537         invalid or reevaluated to prevent prevent references to possibly
2538         delete'd type objects being left in the varobj.
2539
2540 2012-07-27  Tom Tromey  <tromey@redhat.com>
2541             Jan Kratochvil  <jan.kratochvil@redhat.com>
2542
2543         * copying.awk: Print buffer-read-only and vi ro markers.
2544         * copying.c: Rebuild.
2545         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2546         * gdbarch.c, gdbarch.h: Rebuild.
2547         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2548         buffer-read-only and vi ro markers.
2549         * features/arm-with-iwmmxt.c: Rebuild.
2550         * features/arm-with-m-fpa-layout.c: Rebuild.
2551         * features/arm-with-m-vfp-d16.c: Rebuild.
2552         * features/arm-with-m.c: Rebuild.
2553         * features/arm-with-neon.c: Rebuild.
2554         * features/arm-with-vfpv2.c: Rebuild.
2555         * features/arm-with-vfpv3.c: Rebuild.
2556         * features/i386/amd64-avx-linux.c: Rebuild.
2557         * features/i386/amd64-avx.c: Rebuild.
2558         * features/i386/amd64-linux.c: Rebuild.
2559         * features/i386/amd64.c: Rebuild.
2560         * features/i386/i386-avx-linux.c: Rebuild.
2561         * features/i386/i386-avx.c: Rebuild.
2562         * features/i386/i386-linux.c: Rebuild.
2563         * features/i386/i386-mmx-linux.c: Rebuild.
2564         * features/i386/i386-mmx.c: Rebuild.
2565         * features/i386/i386.c: Rebuild.
2566         * features/i386/x32-avx-linux.c: Rebuild.
2567         * features/i386/x32-avx.c: Rebuild.
2568         * features/i386/x32-linux.c: Rebuild.
2569         * features/i386/x32.c: Rebuild.
2570         * features/mips-dsp-linux.c: Rebuild.
2571         * features/mips-linux.c: Rebuild.
2572         * features/mips64-dsp-linux.c: Rebuild.
2573         * features/mips64-linux.c: Rebuild.
2574         * features/rs6000/powerpc-32.c: Rebuild.
2575         * features/rs6000/powerpc-32l.c: Rebuild.
2576         * features/rs6000/powerpc-403.c: Rebuild.
2577         * features/rs6000/powerpc-403gc.c: Rebuild.
2578         * features/rs6000/powerpc-405.c: Rebuild.
2579         * features/rs6000/powerpc-505.c: Rebuild.
2580         * features/rs6000/powerpc-601.c: Rebuild.
2581         * features/rs6000/powerpc-602.c: Rebuild.
2582         * features/rs6000/powerpc-603.c: Rebuild.
2583         * features/rs6000/powerpc-604.c: Rebuild.
2584         * features/rs6000/powerpc-64.c: Rebuild.
2585         * features/rs6000/powerpc-64l.c: Rebuild.
2586         * features/rs6000/powerpc-7400.c: Rebuild.
2587         * features/rs6000/powerpc-750.c: Rebuild.
2588         * features/rs6000/powerpc-860.c: Rebuild.
2589         * features/rs6000/powerpc-altivec32.c: Rebuild.
2590         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2591         * features/rs6000/powerpc-altivec64.c: Rebuild.
2592         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2593         * features/rs6000/powerpc-cell32l.c: Rebuild.
2594         * features/rs6000/powerpc-cell64l.c: Rebuild.
2595         * features/rs6000/powerpc-e500.c: Rebuild.
2596         * features/rs6000/powerpc-e500l.c: Rebuild.
2597         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2598         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2599         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2600         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2601         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2602         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2603         * features/rs6000/powerpc-vsx32.c: Rebuild.
2604         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2605         * features/rs6000/powerpc-vsx64.c: Rebuild.
2606         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2607         * features/rs6000/rs6000.c: Rebuild.
2608         * features/s390-linux32.c: Rebuild.
2609         * features/s390-linux32v1.c: Rebuild.
2610         * features/s390-linux32v2.c: Rebuild.
2611         * features/s390-linux64.c: Rebuild.
2612         * features/s390-linux64v1.c: Rebuild.
2613         * features/s390-linux64v2.c: Rebuild.
2614         * features/s390x-linux64.c: Rebuild.
2615         * features/s390x-linux64v1.c: Rebuild.
2616         * features/s390x-linux64v2.c: Rebuild.
2617         * features/tic6x-c62x-linux.c: Rebuild.
2618         * features/tic6x-c62x.c: Rebuild.
2619         * features/tic6x-c64x-linux.c: Rebuild.
2620         * features/tic6x-c64x.c: Rebuild.
2621         * features/tic6x-c64xp-linux.c: Rebuild.
2622         * features/tic6x-c64xp.c: Rebuild.
2623
2624 2012-07-27  Tom Tromey  <tromey@redhat.com>
2625
2626         * c-exp.y (classify_name): Avoid assignment in condition.
2627
2628 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2629
2630         * amd64-windows-tdep.c: Include "frame.h".
2631         (amd64_windows_skip_trampoline_code): New function.
2632         (amd64_windows_init_abi): Add trampoline registration.
2633
2634 2012-07-27  Yao Qi  <yao@codesourcery.com>
2635
2636         * tracepoint.c (cur_traceframe_number): Remove.
2637         (set_tfile_traceframe): Remove.
2638         (tfile_trace_find, tfile_fetch_registers): Update callers.
2639         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2640         (tfile_open, tfile_trace_find): Likewise.
2641
2642 2012-07-27  Yao Qi  <yao@codesourcery.com>
2643
2644         * thread.c (switch_to_thread): Don't call registers_changed.
2645
2646 2012-07-26  Tom Tromey  <tromey@redhat.com>
2647
2648         * Makefile.in (SFILES): Remove objc-exp.y.
2649         (YYFILES): Remove objc-exp.c.
2650         (YYOBJ): Remove objc-exp.o.
2651         (local-maintainer-clean): Don't mention objc-exp.c.
2652         * c-exp.y: Include objc-lang.h.
2653         (%union) <class>: New field.
2654         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2655         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2656         Objective C productions.
2657         (msglist, msgarglist, msgarg): New productions.
2658         (array_mod, func_mod, operator): Clone productions for
2659         OBJC_LBRAC.
2660         (parse_string_or_char): Handle '@' strings.
2661         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2662         (classify_name): Check la_name_of_this.  Recognize ObjC class
2663         names.
2664         * objc-exp.y: Remove.
2665         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2666         * objc-lang.h (objc_parse, objc_error): Don't declare.
2667
2668 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2669
2670         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2671
2672 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2673
2674         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2675         and decrement.
2676
2677 2012-07-26  Tom Tromey  <tromey@redhat.com>
2678
2679         * copying.c: Rebuild.
2680         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2681         'no_class'.
2682
2683 2012-07-26  Tom Tromey  <tromey@redhat.com>
2684
2685         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2686         immediate_quit.
2687         (print_objfile_statistics): Likewise.
2688         (maintenance_print_symbols): Likewise.
2689         (maintenance_print_msymbols): Likewise.
2690         (maintenance_print_objfiles): Likewise.
2691         * psymtab.c (print_partial_symbols): Call QUIT.
2692         (maintenance_print_psymbols): Likewise.  Don't modify
2693         immediate_quit.
2694         * copying.c (show_copying_command): Don't modify immediate_quit.
2695         (show_warranty_command): Likewise.
2696         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2697
2698 2012-07-26  Keith Seitz  <keiths@redhat.com>
2699
2700         * linespec.c (linespec_lexer_lex_number): The input
2701         is also a valid number if the next character is a comma
2702         or colon.
2703
2704 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
2705
2706         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2707         configure options.
2708
2709 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2710
2711         * machoread.c: Include gdb_bfd.h.
2712
2713 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2714
2715         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2716         offset.
2717
2718 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2719
2720         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2721         SIZE to size_t.
2722         (dwarf2_evaluate_loc_desc): Likewise.
2723         (dwarf2_loc_desc_needs_frame): Likewise.
2724         (locexpr_describe_location_1): Likewise.
2725         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2726         size_t.
2727         (struct dwarf2_loclist_baton): Likewise.
2728         * dwarf2read.c (struct dwarf_block): Likewise.
2729         (dump_die_shallow): Use pulongest to print dwarf_block.size.
2730         (decode_locdesc): Expand SIZE and I to size_t.
2731
2732 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2733
2734         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2735
2736 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2737
2738         * doublest.c (convert_doublest_to_floatformat): If the exponent
2739         is too small, treat the value as zero.  If the exponent is too
2740         large, treat the value as infinity.
2741
2742 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2743
2744         * configure.ac: Add --enable-lmcheck configure option.
2745         * configure: Regenerate.
2746
2747 2012-07-25  Tom Tromey  <tromey@redhat.com>
2748
2749         * NEWS: Mention maint info bfds.
2750         * gdb_bfd.c (all_bfds): New global.
2751         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2752         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2753         New functions.
2754
2755 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
2756
2757         * configure.tgt: Add v850*-*-rtems*.
2758
2759 2012-07-25  Tom Tromey  <tromey@redhat.com>
2760
2761         * macrotab.c (macro_bcache_str): Remove cast.
2762
2763 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
2764
2765         * linespec.c (linespec_lexer_lex_number): Update comments,
2766         change the return and add check to make sure the input is
2767         the decimal numbers.
2768         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2769         false, call linespec_lexer_lex_string.
2770
2771 2012-07-24  Tom Tromey  <tromey@redhat.com>
2772
2773         * symfile.c (symbol_file_add): Don't open BFD twice.
2774
2775 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
2776
2777         * breakpoint.c (create_breakpoint): Store condition for pending
2778         breakpoints.
2779
2780 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2781
2782         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2783         (m68k_return_value): Handle complex types like structures.
2784         (m68k_svr4_return_value): Likewise.
2785
2786 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2787
2788         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2789         parameters to bfd_get_section_name.
2790
2791 2012-07-24  Yao Qi  <yao@codesourcery.com>
2792
2793         * cli/cli-setshow.c: Handle case 'var_uinteger'
2794         and 'var_zuninteger' together.  Handle case 'var_integer' and
2795         'var_zinteger' together.
2796
2797 2012-07-23  Keith Seitz  <keiths@redhat.com>
2798
2799         * linespec.c (convert_linespec_to_sal): Don't add
2800         any symbols to the result vector if symbol_to_sal
2801         returns zero.
2802
2803 2012-07-23  Keith Seitz  <keiths@redhat.com>
2804
2805         * linespec.c (decode_objc): Record the function name
2806         in the linespec.
2807
2808 2012-07-23  Tom Tromey  <tromey@redhat.com>
2809
2810         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
2811         counting.
2812         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2813         (map_vmap): Acquire a reference to the BFD.
2814
2815 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
2816
2817         * p-valprint.c (pascal_object_print_value): Replace potentially
2818         unsafe alloca with xmalloc/xfree.
2819         * valops.c (search_struct_method): Likewise.
2820
2821 2012-07-23  Tom Tromey  <tromey@redhat.com>
2822
2823         * solib-svr4.c (enable_break): Update.
2824         * bfd-target.h (target_bfd_reopen): Update documentation.
2825
2826 2012-07-23  Tom Tromey  <tromey@redhat.com>
2827
2828         * symfile.c (separate_debug_file_exists): Update.
2829         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2830         (reread_symbols): Update.
2831         * elfread.c (build_id_verify): Update.
2832         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2833         bfd_open_maybe_remote.
2834
2835 2012-07-23  Tom Tromey  <tromey@redhat.com>
2836
2837         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2838
2839 2012-07-23  Tom Tromey  <tromey@redhat.com>
2840
2841         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2842         and 'abfd'.
2843         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2844         and 'abfd'.
2845         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2846         * machoread.c (macho_add_oso_symfile): Make a cleanup for
2847         'abfd'.
2848         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2849         * objfiles.c (allocate_objfile): Acquire a new reference.
2850         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2851         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2852         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2853         a cleanup for 'nbfd'.
2854         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2855         for 'nbfd'.
2856         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2857         make a cleanup for 'abfd'.
2858         (symbol_file_add): Make a BFD cleanup.
2859
2860 2012-07-23  Tom Tromey  <tromey@redhat.com>
2861
2862         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2863         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2864         * corelow.c (core_open): Use gdb_bfd_fopen.
2865         * dsrec.c (load_srec): Use gdb_bfd_openr.
2866         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2867         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2868         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2869         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2870         (gdb_bfd_fdopenr): New functions.
2871         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2872         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2873         (gdb_bfd_fdopenr): Declare.
2874         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2875         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2876         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2877         gdb_bfd_openr_next_archived_file.
2878         (macho_check_dsym): Use gdb_bfd_openr.
2879         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2880         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2881         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2882         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2883         gdb_bfd_openr.
2884         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2885         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2886         gdb_bfd_openr_next_archived_file.
2887         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2888         Use gdb_bfd_openr.
2889         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2890         gdb_bfd_openr.
2891         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2892         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2893         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2894         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2895         (symfile_bfd_open): Use gdb_bfd_fopen.
2896         (generic_load): Use gdb_bfd_openr.
2897         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2898
2899 2012-07-23  Tom Tromey  <tromey@redhat.com>
2900
2901         * bfd-target.c (target_bfd_reopen): Update.
2902         * cli/cli-dump.c (bfd_openr_with_cleanup)
2903         (bfd_openw_with_cleanup): Update.
2904         * corelow.c (core_open): Update.
2905         * dsrec.c (load_srec): Update.
2906         * exec.c (exec_file_attach): Update.
2907         * gcore.c (create_gcore_bfd): Update.
2908         * gdb_bfd.c (gdb_bfd_ref): Return void.
2909         (gdb_bfd_open): Update.
2910         * gdb_bfd.h (gdb_bfd_ref): Return void.
2911         Update comments.
2912         * jit.c (jit_bfd_try_read_symtab): Update.
2913         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2914         * machoread.c (macho_symfile_read_all_oso): Update.
2915         (macho_check_dsym): Update.
2916         * procfs.c (insert_dbx_link_bpt_in_file): Update.
2917         * remote-m32r-sdi.c (m32r_load): Update.
2918         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2919         * rs6000-nat.c (add_vmap): Update.
2920         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2921         Update.
2922         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2923         * solib-spu.c (spu_bfd_open): Update.
2924         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2925         * spu-linux-nat.c (spu_bfd_open): Update.
2926         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2927         (generic_load): Update.
2928         * windows-nat.c (windows_make_so): Update.
2929
2930 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2931
2932         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2933
2934 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
2935
2936         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2937         SIGTRAMP_FRAME unwinding.
2938
2939 2012-07-20  Doug Evans  <dje@google.com>
2940
2941         * NEWS: Document new options "set/show use-deprecated-index-sections",
2942         and delete reference to --use-deprecated-index-sections.
2943         * symfile.h (use_deprecated_index_sections): Delete.
2944         * dwarf2read.c (use_deprecated_index_sections): Make static.
2945         (read_index_from_section): Update wording of how to load
2946         deprecated index sections.
2947         (_initialize_dwarf2_read): New options
2948         "set/show use-deprecated-index-sections".
2949         * main.c (captured_main): Delete --use-deprecated-index-sections.
2950
2951 2012-07-20  Pedro Alves  <palves@redhat.com>
2952
2953         PR threads/11692
2954         PR gdb/12203
2955
2956         * infrun.c (handle_inferior_event) <new thread>: Don't special
2957         case minus_one_ptid.
2958         <TARGET_WAITKIND_SPURIOUS>: Ditto.
2959         * linux-thread-db.c (thread_get_info_callback): Don't return early
2960         if the thread is zombie.
2961         (thread_from_lwp): Change return type to void.  Rewrite stale
2962         comment.
2963         (attach_thread): Don't return early if the thread is zombie,
2964         instead set its "dying" flag.
2965         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2966         (find_new_threads_callback): Don't return early if the thread is
2967         zombie.
2968
2969 2012-07-20  Pedro Alves  <palves@redhat.com>
2970
2971         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2972         * target.c (target_wait): Likewise.
2973         (str_comma_list_concat_elem, do_option, target_options_to_string):
2974         New functions.
2975         * target.h (target_options_to_string): Declare.
2976
2977 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
2978             Tom Tromey  <tromey@redhat.com>
2979
2980         * dwarf2read.c (dwarf_decode_macros)
2981         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2982         DW_MACRO_GNU_transparent_include_alt>: New cases.
2983         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2984         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2985
2986 2012-07-20  Tom Tromey  <tromey@redhat.com>
2987
2988         * dwarf2read.c (try_open_dwo_file): Don't call
2989         gdb_bfd_stash_filename.
2990
2991 2012-07-20  Pedro Alves  <palves@redhat.com>
2992
2993         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2994         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2995         (i386_process_record): Tweak description comments.
2996
2997 2012-07-20  Pedro Alves  <palves@redhat.com>
2998
2999         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3000         (i386_process_record): Use record_read_memory.
3001         * record.c (record_read_memory): New function.
3002         (record_arch_list_add_mem, record_exec_insn): Use
3003         record_read_memory.
3004         * record.h (record_read_memory): Declare.
3005
3006 2012-07-20  Yao Qi  <yao@codesourcery.com>
3007
3008         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3009         NULL for xfree.
3010
3011 2012-07-19  Pedro Alves  <palves@redhat.com>
3012
3013         * record.c (record_resume): Ask the target beneath to report all
3014         signals.
3015
3016 2012-07-19  Doug Evans  <dje@google.com>
3017
3018         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3019         there's no section at address zero.
3020         (dwarf2_record_block_ranges): Ditto.
3021
3022 2012-07-19  Yao Qi  <yao@codesourcery.com>
3023
3024         * command.h, remote.c: Fix a typo in comment.
3025
3026 2012-07-19  Tom Tromey  <tromey@redhat.com>
3027
3028         PR exp/13206:
3029         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3030         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3031         OP_DECLTYPE>: New cases.
3032         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3033         (type_exp): Add new productions.
3034         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3035         and decltype.
3036         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3037         New case.
3038         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3039         OP_DECLTYPE>: New case.
3040         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3041         New case.
3042         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3043         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3044
3045 2012-07-19  Tom Tromey  <tromey@redhat.com>
3046
3047         * c-exp.y (enum token_flags): New.
3048         (struct token) <cxx_only>: Remove.
3049         <flags>: New field.
3050         (tokentab3, tokentab2, ident_tokens): Update.
3051         (lex_one_token): Update.  Handle FLAG_SHADOW.
3052
3053 2012-07-19  Tom Tromey  <tromey@redhat.com>
3054
3055         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3056         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3057         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3058         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3059         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3060         type_exp production where appropriate.
3061         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3062         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3063         <UNOP_MEMVAL_TYPE>: New case.
3064         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3065         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3066         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3067         <UNOP_MEMVAL_TYPE>: New case.
3068         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3069         UNOP_REINTERPRET_CAST>: Update.
3070         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3071         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3072         UNOP_REINTERPRET_CAST>: Update.
3073         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3074         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3075         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3076         constants.
3077
3078 2012-07-19  Yao Qi  <yao@codesourcery.com>
3079             Jan Kratochvil <jan.kratochvil@redhat.com>
3080
3081         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3082         and case 'var_optional_filename' together.
3083         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3084         instead of add_setshow_optional_filename_cmd for setshow command
3085         'args'.  Set completer for 'set args'.
3086
3087 2012-07-18  Doug Evans  <dje@google.com>
3088
3089         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3090         * common/gdb_vecs.c: New file, contents from utils.c.
3091         * common/host-defs.h: New file, contents from defs.h.
3092         * utils.h: New file, contents from defs.h.
3093         * defs.h: Move all declarations of objects defined in utils.c
3094         to utils.h (except QUIT() and related).
3095         #include "utils.h", "host-defs.h".
3096         * probe.h (probe_p): Move here from gdb_vecs.h.
3097         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3098         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3099         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3100         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3101         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3102         (COMMON_OBS): Add gdb_vecs.o.
3103         (gdb_vecs.o): New rule.
3104
3105 2012-07-18  Keith Seitz  <keiths@redhat.com>
3106
3107         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3108         parameter.  If non-zero, use SYMNAME as the canonical name
3109         for the SaL.
3110         Update all callers.
3111         (convert_linespec_to_sals): Use add_sal_to_sals for
3112         expressions, too.
3113         (decode_line_full): No need to "fill in missing canonical names"
3114         anymore. Simply make cleanups for the allocated names.
3115
3116 2012-07-18  Keith Seitz  <keiths@redhat.com>
3117
3118         * linespec.c (struct linespec): Constify expression,
3119         source_filename, function_name, and label_name.
3120         (symbol_not_found_error): Make all parameters const.
3121         (linespec_parser_delete): No need to check for NULL
3122         when using xfree. Cast const char * to char * for xfree.
3123
3124 2012-07-18  Keith Seitz  <keiths@redhat.com>
3125
3126         * breakpoint.c (invalid_thread_id_error): New function.
3127         (find_condition_and_thread): Use invalid_thread_id_error.
3128         (watch_command_1): Likewise.
3129
3130 2012-07-18  Tom Tromey  <tromey@redhat.com>
3131
3132         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3133         * contrib/cc-with-tweaks.sh: New file.
3134
3135 2012-07-18  Tom Tromey  <tromey@redhat.com>
3136
3137         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3138         (locate_dwz_sections): Recognize .gdb_index.
3139         (create_cus_from_index_list): New function.
3140         (create_cus_from_index): Use it.  Handle .dwz data.
3141         (read_index_from_section): New function, extracted from
3142         dwarf2_read_index.
3143         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3144         if needed.
3145
3146 2012-07-18  Tom Tromey  <tromey@redhat.com>
3147
3148         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3149         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3150         <is_dwz>: New field.
3151         (struct dwz_file): New.
3152         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3153         (locate_dwz_sections, dwarf2_get_dwz_file)
3154         (get_abbrev_section_for_cu): New functions.
3155         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3156         (read_and_check_type_unit_head): Add abbrev_section argument.
3157         (create_debug_types_hash_table): Update.
3158         (init_cutu_and_read_dies): Use proper abbrev section.
3159         (init_cutu_and_read_dies_no_follow): Likewise.
3160         (set_partial_user): Do nothing if PST==NULL.
3161         (read_comp_units_from_section): New function.
3162         (create_all_comp_units): Use it.
3163         (scan_partial_symbols, partial_die_parent_scope): Update.
3164         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3165         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3166         (find_partial_die): Add offset_in_dwz argument.  Update.
3167         (guess_partial_die_structure_name, fixup_partial_die): Update.
3168         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3169         DW_FORM_GNU_strp_alt.
3170         (read_indirect_string_from_dwz): New function.
3171         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3172         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3173         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3174         (follow_die_offset): Add offset_in_dwz argument.
3175         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3176         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3177         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3178         Handle new macro forms.
3179         (dwarf_decode_macros): Update.
3180         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3181         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3182         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3183         (create_debug_types_hash_table): Use correct abbrev section.
3184         (get_debug_line_section): New function.
3185         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3186         (process_full_comp_unit): Pass 'required' argument to
3187         end_symtab_get_static_block.
3188         * buildsym.h (end_symtab_get_static_block): Update.
3189         * buildsym.c (end_symtab_get_static_block): Add 'required'
3190         argument.
3191         (end_symtab, end_expandable_symtab): Update.
3192
3193 2012-07-18  Tom Tromey  <tromey@redhat.com>
3194
3195         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3196         (pagesize): Remove.
3197         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3198         (zlib_decompress_section): Remove.
3199         (dwarf2_read_section): Use gdb_bfd_map_section.
3200         (munmap_section_buffer): Remove.
3201         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3202         munmap_section_buffer.
3203         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3204         (struct gdb_bfd_section_data): New.
3205         (free_one_bfd_section): New function.
3206         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3207         (get_section_descriptor, zlib_decompress_section)
3208         (gdb_bfd_map_section): New functions.
3209         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3210
3211 2012-07-18  Tom Tromey  <tromey@redhat.com>
3212
3213         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3214
3215 2012-07-18  Tom Tromey  <tromey@redhat.com>
3216
3217         * gdb_bfd.c (struct gdb_bfd_data): New.
3218         (gdb_bfd_cache): New global.
3219         (struct gdb_bfd_cache_search): New.
3220         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3221         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3222         * gdb_bfd.h (gdb_bfd_open): Declare.
3223
3224 2012-07-18  Tom Tromey  <tromey@redhat.com>
3225
3226         * utils.c (make_cleanup_bfd_unref): Rename from
3227         make_cleanup_bfd_close.
3228         * defs.h (make_cleanup_bfd_unref): Rename from
3229         make_cleanup_bfd_close.
3230         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3231         (bfd_openw_with_cleanup): Update.
3232         * corelow.c (core_open): Update.
3233         * dsrec.c (load_srec): Update.
3234         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3235         * remote-m32r-sdi.c (m32r_load): Update.
3236         * remote-mips.c (mips_load_srec): Update.
3237         (pmon_load_fast): Update.
3238         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3239         Update.
3240         (darwin_bfd_open): Update.
3241         * solib.c (solib_bfd_fopen): Update.
3242         * symfile-mem.c (symbol_file_add_from_memory): Update.
3243         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3244         (symfile_bfd_open): Update.
3245         (generic_load): Update.
3246
3247 2012-07-18  Tom Tromey  <tromey@redhat.com>
3248
3249         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3250         (pmon_load_fast): Likewise.
3251         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3252         (m32r_upload_command): Likewise.
3253         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3254         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3255         Use make_cleanup_bfd_close.
3256
3257 2012-07-18  Tom Tromey  <tromey@redhat.com>
3258
3259         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3260         gdb_bfd_stash_filename.
3261         (load_command): Open the new BFD before freeing the old.
3262         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3263         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3264         Call gdb_bfd_stash_filename.
3265         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3266         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3267         gdb_bfd_stash_filename.
3268         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3269         Free found_pathname.
3270         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3271         gdb_bfd_stash_filename.
3272         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3273         * machoread.c (macho_add_oso_symfile): Call
3274         gdb_bfd_stash_filename.
3275         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3276         gdb_bfd_stash_filename.
3277         (macho_check_dsym): Don't copy filename.  Call
3278         gdb_bfd_stash_filename.
3279         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3280         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3281         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3282         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3283         * exec.c (exec_close): Don't free the BFD's filename.
3284         (exec_file_attach): Don't copy the filename.  Call
3285         gdb_bfd_stash_filename.
3286         * corelow.c (core_close): Don't free the BFD's filename.
3287         (core_open): Call gdb_bfd_stash_filename.
3288         * corefile.c (reopen_exec_file): Remove #if 0 code.
3289         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3290         pathname.
3291         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3292
3293 2012-07-18  Tom Tromey  <tromey@redhat.com>
3294
3295         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3296         gdb_bfd_unref.
3297         (free_dwo_file): Use gdb_bfd_unref.
3298         * cli/cli-dump.c: Include gdb_bfd.h.
3299         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3300         (bfd_openr_with_cleanup): Likewise.
3301         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3302         gdb_bfd_unref.
3303         * utils.c: Include gdb_bfd.h.
3304         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3305         * symfile.c: Include gdb_bfd.h.
3306         (separate_debug_file_exists): Use gdb_bfd_unref.
3307         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3308         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3309         (generic_load): Use gdb_bfd_ref.
3310         (reread_symbols): Use gdb_bfd_unref.
3311         * symfile-mem.c: Include gdb_bfd.h.
3312         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3313         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3314         * solib.c: Include gdb_bfd.h.
3315         (solib_bfd_fopen): Use gdb_bfd_ref.
3316         (solib_bfd_open): Use gdb_bfd_unref.
3317         (free_so_symbols): Use gdb_bfd_unref.
3318         (reload_shared_libraries_1): Use gdb_bfd_unref.
3319         * solib-spu.c: Include gdb_bfd.h.
3320         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3321         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3322         gdb_bfd_unref.
3323         * solib-frv.c: Include gdb_bfd.h.
3324         (enable_break2): Use gdb_bfd_unref.
3325         * solib-dsbt.c: Include gdb_bfd.h.
3326         (enable_break2): Use gdb_bfd_unref.
3327         * solib-darwin.c: Include gdb_bfd.h.
3328         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3329         gdb_bfd_unref.
3330         (darwin_bfd_open): Use gdb_bfd_unref.
3331         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3332         * remote-mips.c: Include gdb_bfd.h.
3333         (mips_load_srec): Use gdb_bfd_ref.
3334         (pmon_load_fast): Use gdb_bfd_ref.
3335         * remote-m32r-sdi.c: Include gdb_bfd.h.
3336         (m32r_load): Use gdb_bfd_ref.
3337         * record.c: Include gdb_bfd.h.
3338         (record_save_cleanups): Use gdb_bfd_unref.
3339         (cmd_record_save): Use gdb_bfd_unref.
3340         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3341         gdb_bfd_unref.
3342         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3343         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3344         * objfiles.c: Include gdb_bfd.h.
3345         (free_objfile): Use gdb_bfd_unref.
3346         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3347         gdb_bfd.c.
3348         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3349         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3350         (macho_check_dsym): Likewise.
3351         * m32r-rom.c: Include gdb_bfd.h.
3352         (m32r_load): Use gdb_bfd_ref.
3353         (m32r_upload_command): Use gdb_bfd_ref.
3354         * jit.c: Include gdb_bfd.h.
3355         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3356         * gdb_bfd.h: New file.
3357         * gdb_bfd.c: New file.
3358         * gcore.c: Include gdb_bfd.h.
3359         (create_gcore_bfd): Use gdb_bfd_ref.
3360         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3361         (gcore_command): Use gdb_bfd_unref.
3362         * exec.c: Include gdb_bfd.h.
3363         (exec_close): Use gdb_bfd_unref.
3364         (exec_close_1): Use gdb_bfd_unref.
3365         (exec_file_attach): Use gdb_bfd_ref.
3366         * elfread.c: Include gdb_bfd.h.
3367         (build_id_verify): Use gdb_bfd_unref.
3368         * dsrec.c: Include gdb_bfd.h.
3369         (load_srec): Use gdb_bfd_ref.
3370         * corelow.c: Include gdb_bfd.h.
3371         (core_close): Use gdb_bfd_unref.
3372         (core_open): Use gdb_bfd_ref.
3373         * bfd-target.c: Include gdb_bfd.h.
3374         (target_bfd_xclose): Use gdb_bfd_unref.
3375         (target_bfd_reopen): Use gdb_bfd_ref.
3376         * Makefile.in (SFILES): Add gdb_bfd.c.
3377         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3378         (COMMON_OBS): Add gdb_bfd.o.
3379
3380 2012-07-18  Keith Seitz  <keiths@redhat.com>
3381
3382         * breakpoint.c (find_condition_and_thread): Initialize
3383         TASK and REST.
3384         (create_breakpiont): find_condition_and_thread will now
3385         initialize COND_STRING, THREAD, and REST (and TASK).
3386         (addr_string_to_sals): Likewise.
3387
3388 2012-07-18  Pedro Alves  <palves@redhat.com>
3389
3390         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3391         Pull the single step breakpoints out of the target.
3392
3393 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3394
3395         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3396         * stap-probe.c (compile_probe_arg): Likewise.
3397
3398 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3399
3400         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3401         (elf_compile_to_ax): Likewise.
3402         * infrun.c (insert_exception_resume_from_probe): Likewise.
3403         (check_exception_resume): Remove `objfile' variable.
3404         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3405         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3406         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3407         (compare_entries): Rename to...
3408         (compare_probes): ...this.  Adjust function to work with
3409         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3410         respectively.
3411         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3412         `VEC (probe_p) *'.
3413         (print_ui_out_info): Adjust argument to be `struct probe *'.
3414         (info_probes_for_ops): Adjust internal computations to use
3415         `VEC (probe_p) *'.
3416         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3417         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3418         gen_info_probes_table_values>: Remove `objfile' argument.
3419         (struct probe) <objfile>: New field.
3420         (find_probe_by_pc): Remove `objfile' argument.
3421         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3422         (stap_get_probe_argument_count): Likewise.
3423         (stap_get_arg): Likewise.
3424         (stap_evaluate_probe_argument): Likewise.
3425         (stap_compile_to_ax): Likewise.
3426         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3427         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3428         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3429         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3430         sym_compile_to_ax>: Likewise.
3431
3432 2012-07-18  Terry Guo  <terry.guo@arm.com>
3433
3434         PR 14329
3435         * defs.h (GDB_MI_MSG_WIDTH): New.
3436         * ser_base (ser_base_read_error_fd): New function.
3437         (do_ser_base_readchar): Poll error file descriptor as well as
3438         standard output.
3439         (generic_readchar): Refactor error handling.
3440
3441 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3442
3443         * NEWS: Create a new section for the next release branch.
3444         Rename the section of the current branch, now that it has
3445         been cut.
3446
3447 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3448
3449         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3450         * version.in: Bump version to 7.5.50.20120718-cvs.
3451
3452 2012-07-17  Keith Seitz  <keiths@redhat.com>
3453
3454         * linespec.c (linespec_parse_line_offset): Make parameter
3455         const.
3456
3457 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3458
3459         PR 11914
3460         * f-valprint.c (info_common_command): New variable frame_id.
3461         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3462         * printcmd.c (print_variable_and_value): Extend function comment.
3463         Add comment for invalidated FRAME.
3464         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3465         FI form FRAME_ID after each print_frame_local_vars.
3466         (struct print_variable_and_value_data): Change frame to frame_id.
3467         (do_print_variable_and_value): New variable frame, initialize it from
3468         p->frame_id.  Add comment for invalidated FRAME.
3469         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3470         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3471         for invalidated FRAME.
3472
3473 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3474             Pedro Alves  <palves@redhat.com>
3475
3476         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3477         loop.
3478
3479 2012-07-16  Tom Tromey  <tromey@redhat.com>
3480
3481         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3482
3483 2012-07-15  Doug Evans  <dje@google.com>
3484
3485         * dwarf2read.c (stmt_list_hash): New struct.
3486         (type_unit_group): Embed "per_cu" member, remove pointer.
3487         New union member "t", move member "tus" into it, all uses updated.
3488         New member "hash", replaces member "line_offset, all uses updated.
3489         (quick_file_names): Replace member "offset" with "hash", all uses
3490         updated.
3491         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3492         (hash_file_name_entry, eq_file_name_entry): Call them.
3493         (hash_type_unit_group, eq_type_unit_group): Ditto.
3494         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3495         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3496         (dw2_get_file_names): Update.
3497         (create_type_unit_group): Replace "per_cu" arg with "cu".
3498         All callers updated.  Fix "quick" (.gdb_index) handling.
3499         (get_type_unit_group): Replace "per_cu" arg with "cu".
3500         All callers updated.
3501         (build_type_unit_groups): Don't reset tu_stats.
3502
3503         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3504         "tab_cur_size".  Change member "tab" to be a htab_t.
3505         (create_filename_seen_cache): Update.
3506         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3507         (filename_seen): Update.
3508
3509 2012-07-13  Doug Evans  <dje@google.com>
3510
3511         * symtab.c (filename_seen): Update comment.
3512
3513 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3514             Doug Evans  <dje@google.com>
3515
3516         * buildsym.c (end_symtab_1): Split it to ...
3517         (end_symtab_get_static_block): ... this ...
3518         (end_symtab_from_static_block): ... and this function.
3519         (end_symtab, end_expandable_symtab): Call them.
3520         * buildsym.h (end_symtab_get_static_block)
3521         (end_symtab_from_static_block): New declarations.
3522         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3523         Set its valid CU ranges.
3524
3525 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3526
3527         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3528         DW_OP_GNU_parameter_ref.
3529
3530 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3531
3532         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3533         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3534
3535 2012-07-13  Doug Evans  <dje@google.com>
3536
3537         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3538         (filename_seen_cache): New struct.
3539         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3540         (create_filename_seen_cache): New function.
3541         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3542         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3543         updated.
3544         (output_source_filename_data): New struct.
3545         (output_source_filename): Delete arg "first".  New arg "data".
3546         All callers updated.
3547         (sources_info): Delete local "first".  New locals "data", "cleanups".
3548         Rewrite to use filename_seen_cache.
3549         (add_partial_filename_data): Delete member "first".  New member
3550         "filename_seen_cache".  All uses updated.
3551         (make_source_files_completion_list): Rewrite to use
3552         filename_seen_cache.
3553
3554 2012-07-12  Doug Evans  <dje@google.com>
3555
3556         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3557
3558 2012-07-10  Doug Evans  <dje@google.com>
3559
3560         PR gdb/13498
3561         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3562         all_type_unit_groups, type_unit_groups, tu_stats.
3563         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3564         All uses updated.  Add type_unit_group to union "s".
3565         (type_unit_group): New struct.
3566         (IS_TYPE_UNIT_GROUP): New macro.
3567         (abbrev_table): Delete unused member "section".
3568         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3569         (dw2_get_cu): Assert not used with type_unit_group.
3570         (dw2_get_primary_cu): New function.
3571         (dw2_build_type_unit_groups_reader): New function.
3572         (dw2_build_type_unit_groups): New function.
3573         (dw2_get_file_names): Assert not called on type units.
3574         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3575         Redo loop to iterate over type unit groups instead of type units.
3576         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3577         (read_abbrev_offset): New function.
3578         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3579         updated.
3580         (create_partial_symtab): New function.
3581         (process_psymtab_comp_unit_reader): Assert not used with type units.
3582         Call create_partial_symtab.
3583         (process_psymtab_type_unit): Delete.
3584         (hash_type_unit_group, eq_type_unit_group): New functions.
3585         (allocate_type_unit_groups_table): New function.
3586         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3587         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3588         (create_type_unit_group, get_type_unit_group): New functions.
3589         (tu_abbrev_offset): New struct.
3590         (sort_tu_by_abbrev_offset): New function.
3591         (add_type_unit_group_to_table): New function.
3592         (build_type_unit_groups): New function.
3593         (build_type_psymtabs_reader): New function.
3594         (build_type_psymtab_dependencies): New function.
3595         (build_type_psymtabs): Rewrite.
3596         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3597         is seen in a type unit.
3598         (process_queue): Move symtab expansion debugging printfs here.
3599         Call process_full_type_unit for type units.
3600         (compute_symtab_includes): Assert not called for type units.
3601         (process_cu_includes): Don't call compute_symtab_includes for
3602         type units.
3603         (process_full_type_unit): New function.
3604         (process_imported_unit_die): Flag an error if called for type units.
3605         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3606         updated.  Assert not called for type units.
3607         (read_file_scope): Call dwarf2_start_symtab.
3608         (setup_type_unit_groups): New function.
3609         (read_type_unit_scope): Rewrite.
3610         (abbrev_table_read_table): Initialize abbrev_table->offset.
3611         (abbrev_table_free_cleanup): New function.
3612         (dwarf2_start_symtab): New function.
3613         (load_full_type_unit): Assert not called for type unit groups.
3614         * buildsym.c (finish_block_internal): New arg "expandable".
3615         All callers updated.
3616         (start_symtab): Move most contents to ...
3617         (restart_symtab): ... here.  New function.
3618         (reset_symtab_globals): New function.
3619         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3620         Call reset_symtab_globals.
3621         (end_symtab, end_expandable_symtab): New functions.
3622         (set_missing_symtab, augment_type_symtab): New functions.
3623         * buildsym.h (end_expandable_symtab): Declare.
3624         (augment_type_symtab, restart_symtab): Declare.
3625         * psympriv.h (struct partial_symtab): New member "anonymous".
3626         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3627         anonymous psymtabs.
3628         (read_psymtabs_with_filename): Ditto.
3629         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3630         (expand_symtabs_matching_via_partial): Ditto.
3631         (dump_psymtab): Update.
3632         * dictionary.c (dict_add_pending): New function.
3633         * dictionary.h (dict_add_pending): Declare.
3634
3635 2012-07-09  Doug Evans  <dje@google.com>
3636
3637         * buildsym.c (start_subfile): Remove unnecessary check for
3638         name == NULL.
3639
3640         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3641
3642         * dwarf2read.c (load_full_type_unit): Simplify.
3643
3644         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3645         to struct signatured_type **.  All uses updated.
3646
3647         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3648         All callers updated.
3649
3650 2012-07-09  Tom Tromey  <tromey@redhat.com>
3651
3652         * c-exp.y (check_parameter_typelist): New function.
3653         (parameter_typelist): Call it.
3654         * eval.c (make_params): Handle '(void)' case.
3655         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3656         '(void)' case.
3657
3658 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3659
3660         * common/linux-ptrace.c: Include gdb_assert.h.
3661         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3662         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3663         stdint.h.
3664         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3665         functions.
3666         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3667         * linux-nat.c (linux_child_post_attach)
3668         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3669
3670 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3671
3672         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3673         nptl <2.7 bug workaround for core files.
3674
3675 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3676
3677         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3678         clearing.
3679         (save_siginfo): Remove.
3680         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3681         call.
3682         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3683         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3684         * linux-nat.h (struct lwp_info): Remove field siginfo.
3685
3686 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3687
3688         Code cleanup for the next patch.
3689         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3690         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3691         call for it.
3692         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3693         (ia64_linux_stopped_data_address):
3694         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3695         the return value.
3696         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3697         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3698         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3699         call for it.
3700
3701 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3702
3703         PR 14321
3704         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3705         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3706
3707 2012-07-06  Tom Tromey  <tromey@redhat.com>
3708
3709         * c-exp.y (DOTDOTDOT): New token.
3710         (func_mod, exp): Use parameter_typelist.
3711         (parameter_typelist): New production.
3712         (tokentab3): Add "..." token.
3713         * eval.c (make_params): Handle varargs.
3714         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3715         varargs.
3716
3717 2012-07-06  Tom Tromey  <tromey@redhat.com>
3718
3719         PR exp/9608:
3720         * c-exp.y (%union) <tvec>: Change type.
3721         (func_mod): Now uses <tvec> type.
3722         (exp): Update for tvec change.
3723         (direct_abs_decl): Push the typelist.
3724         (func_mod): Return a typelist.
3725         (nonempty_typelist): Update for tvec change.
3726         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3727         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3728         * parse.c (pop_type_list): New function.
3729         (push_typelist): New function.
3730         (follow_types): Handle tp_function_with_arguments.
3731         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
3732         (enum type_pieces) <tp_function_with_arguments>: New constant.
3733         (union type_stack_elt) <typelist_val>: New field.
3734         (push_typelist): Declare.
3735
3736 2012-07-06  Tom Tromey  <tromey@redhat.com>
3737
3738         * c-exp.y (%union) <type_stack>: New field.
3739         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
3740         (ptr_operator_ts): New production.
3741         (ptype): Update.
3742         * parse.c (type_stack_reserve): New function.
3743         (check_type_stack_depth): Use it.
3744         (pop_type_stack, append_type_stack, push_type_stack)
3745         (get_type_stack, type_stack_cleanup): New functions.
3746         (follow_types): Handle tp_type_stack.
3747         (_initialize_parse): Simplify initialization.
3748         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3749         constant.
3750         (union type_stack_elt) <stack_val>: New field.
3751         (get_type_stack, append_type_stack, push_type_stack)
3752         (type_stack_cleanup): Declare.
3753
3754 2012-07-06  Tom Tromey  <tromey@redhat.com>
3755
3756         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3757         Remove.
3758         (struct type_stack): New.
3759         * parse.c (type_stack, type_stack_size, type_stack_depth):
3760         Remove.
3761         (type_stack): New global.
3762         (parse_exp_in_context, check_type_stack_depth)
3763         (insert_into_type_stack, insert_type, push_type, push_type_int)
3764         (insert_type_address_space, pop_type, pop_type_int)
3765         (_initialize_parse): Update.
3766
3767 2012-07-06  Tom Tromey  <tromey@redhat.com>
3768
3769         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3770         Remove %type.
3771
3772 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3773
3774         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3775
3776 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3777             Jan Kratochvil  <jan.kratochvil@redhat.com>
3778
3779         * cp-valprint.c (cp_print_value): Replace potentially unsafe
3780         alloca with xmalloc/xfree.
3781
3782 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3783
3784         * MAINTAINERS (Write After Approval): Add myself to the list.
3785
3786 2012-07-05  Doug Evans  <dje@google.com>
3787
3788         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3789
3790 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3791
3792         * ax-gdb.c (cli/cli-utils.h): New include.
3793         (linespec.h): Ditto.
3794         (agent_eval_command_one): New function.
3795         (agent_command_1): Ditto.
3796         (agent_command): Call function agent_command_1.
3797         (agent_eval_command): Ditto.
3798         (_initialize_ax_gdb): Change help for "maint agent"
3799         and "maint agent-eval".
3800
3801 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3802
3803         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3804         * cli/cli-utils.c (check_for_argument): New function.
3805         * cli/cli-utils.h (check_for_argument): Ditto.
3806
3807 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3808
3809         * NEWS: Mention x32 ABI support.
3810
3811 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3812
3813         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3814         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3815
3816         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3817         and pc_regnum_from_eax to -1.  Update SP regnum from
3818         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3819         needed.
3820
3821         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3822         pc_regnum_from_eax.
3823
3824 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3825
3826         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3827         * dwarf2expr.h: Include gdbtypes.h.
3828         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3829         these forward declarations.
3830         (cu_offset, sect_offset): Move these ...
3831         * gdbtypes.h: Remove include dwarf2expr.h.
3832         (cu_offset, sect_offset): ... here.
3833
3834 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
3835
3836         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3837         (amd64_linux_sigtramp_code): This.
3838         (amd64_x32_linux_sigtramp_code): New.
3839         (LINUX_SIGTRAMP_LEN): Updated.
3840         (amd64_linux_sigtramp_start): Check x32 sigtramp.
3841
3842 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3843
3844         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3845
3846 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3847
3848         * config.in: Regenerate.
3849         * configure: Regenerate.
3850         * configure.ac: Remove check for gnu/libc-version.h.
3851         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3852         gnu/libc-version.h.
3853         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3854         variables libc_version, libc_major and libc_minor.  Replace sscanf by
3855         inferior_has_bug.  Extend the comment.
3856
3857 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3858
3859         * linux-thread-db.c (inferior_has_bug): New function.
3860         (thread_db_find_new_threads_silently): Return boolean as checked by
3861         inferior_has_bug, describe it in the comments.
3862         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3863         earlier.  Abort the initialization if it returned non-zero.
3864         (thread_db_new_objfile): Exclude debug files.
3865         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
3866         if UNTIL_NO_NEW,
3867
3868 2012-07-02  Doug Evans  <dje@google.com>
3869
3870         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3871         related to queue management.
3872
3873         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3874         instead of "debug dwarf2-die" in debugging printfs.
3875         (create_debug_info_hash_table_reader): Ditto.
3876         (create_debug_info_hash_table): Ditto.
3877         (init_dwo_file): Ditto.
3878         (init_cutu_and_read_dies): Add debugging printf.
3879         (init_cutu_and_read_dies_no_follow): Ditto.
3880         (process_psymtab_comp_unit_reader): Ditto.
3881
3882 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3883
3884         Add target-side support for dynamic printf.
3885         * NEWS: Mention the additional style.
3886         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3887         (struct bp_location): New field cmd_bytecode.
3888         * breakpoint.c: Include format.h.
3889         (disconnected_dprintf): New global.
3890         (parse_cmd_to_aexpr): New function.
3891         (build_target_command_list): New function.
3892         (insert_bp_location): Call it.
3893         (remove_breakpoints_pid): Skip dprintf breakpoints.
3894         (print_one_breakpoint_location): Ditto.
3895         (dprintf_style_agent): New global.
3896         (dprintf_style_enums): Add dprintf_style_agent.
3897         (update_dprintf_command_list): Add agent case.
3898         (agent_printf_command): New function.
3899         (_initialize_breakpoint): Add new commands.
3900         * common/ax.def (printf): New bytecode.
3901         * ax.h (ax_string): Declare.
3902         * ax-gdb.h (gen_printf): Declare.
3903         * ax-gdb.c: Include cli-utils.h, format.h.
3904         (gen_printf): New function.
3905         (maint_agent_print_command): New function.
3906         (_initialize_ax_gdb): Add maint agent-printf command.
3907         * ax-general.c (ax_string): New function.
3908         (ax_print): Add printf disassembly.
3909         * Makefile.in (SFILES): Add format.c
3910         (COMMON_OBS): Add format.o.
3911         * common/format.h: New file.
3912         * common/format.c: New file.
3913         * printcmd.c: Include format.h.
3914         (ui_printf): Call parse_format_string.
3915         * remote.c (remote_state): New field breakpoint_commands.
3916         (PACKET_BreakpointCommands): New enum.
3917         (remote_breakpoint_commands_feature): New function.
3918         (remote_protocol_features): Add new BreakpointCommands entry.
3919         (remote_can_run_breakpoint_commands): New function.
3920         (remote_add_target_side_commands): New function.
3921         (remote_insert_breakpoint): Call it.
3922         (remote_insert_hw_breakpoint): Ditto.
3923         (_initialize_remote): Add new packet configuration for
3924         target-side breakpoint commands.
3925         * target.h (struct target_ops): New field
3926         to_can_run_breakpoint_commands.
3927         (target_can_run_breakpoint_commands): New macro.
3928         * target.c (update_current_target): Handle
3929         to_can_run_breakpoint_commands.
3930
3931 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3932
3933         Execute -ix and -iex only after system and user gdbinit files.
3934         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3935         processing down after gdbinit files.
3936
3937 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3938
3939         Add fnmatch-gnu module.
3940         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3941         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3942         * gnulib/aclocal.m4: Regenerate.
3943         * gnulib/config.in: Regenerate.
3944         * gnulib/configure: Regenerate.
3945         * gnulib/import/dummy.c: Remove.
3946         * gnulib/import/Makefile.am: Regenerate.
3947         * gnulib/import/Makefile.in: Likewise.
3948         * gnulib/import/m4/gnulib-cache.m4: Likewise.
3949         * gnulib/import/m4/gnulib-comp.m4: Likewise.
3950         * gnulib/import/alloca.c: New file.
3951         * gnulib/import/alloca.in.h: Likewise.
3952         * gnulib/import/config.charset: Likewise.
3953         * gnulib/import/fnmatch.c: Likewise.
3954         * gnulib/import/fnmatch.in.h: Likewise.
3955         * gnulib/import/fnmatch_loop.c: Likewise.
3956         * gnulib/import/localcharset.c: Likewise.
3957         * gnulib/import/localcharset.h: Likewise.
3958         * gnulib/import/m4/alloca.m4: Likewise.
3959         * gnulib/import/m4/codeset.m4: Likewise.
3960         * gnulib/import/m4/configmake.m4: Likewise.
3961         * gnulib/import/m4/fcntl-o.m4: Likewise.
3962         * gnulib/import/m4/fnmatch.m4: Likewise.
3963         * gnulib/import/m4/glibc21.m4: Likewise.
3964         * gnulib/import/m4/localcharset.m4: Likewise.
3965         * gnulib/import/m4/locale-fr.m4: Likewise.
3966         * gnulib/import/m4/locale-ja.m4: Likewise.
3967         * gnulib/import/m4/locale-zh.m4: Likewise.
3968         * gnulib/import/m4/mbrtowc.m4: Likewise.
3969         * gnulib/import/m4/mbsinit.m4: Likewise.
3970         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3971         * gnulib/import/m4/mbstate_t.m4: Likewise.
3972         * gnulib/import/m4/stdbool.m4: Likewise.
3973         * gnulib/import/m4/wchar_h.m4: Likewise.
3974         * gnulib/import/m4/wctype_h.m4: Likewise.
3975         * gnulib/import/m4/wint_t.m4: Likewise.
3976         * gnulib/import/mbrtowc.c: Likewise.
3977         * gnulib/import/mbsinit.c: Likewise.
3978         * gnulib/import/mbsrtowcs-impl.h: Likewise.
3979         * gnulib/import/mbsrtowcs-state.c: Likewise.
3980         * gnulib/import/mbsrtowcs.c: Likewise.
3981         * gnulib/import/ref-add.sin: Likewise.
3982         * gnulib/import/ref-del.sin: Likewise.
3983         * gnulib/import/stdbool.in.h: Likewise.
3984         * gnulib/import/streq.h: Likewise.
3985         * gnulib/import/strnlen1.c: Likewise.
3986         * gnulib/import/strnlen1.h: Likewise.
3987         * gnulib/import/verify.h: Likewise.
3988         * gnulib/import/wchar.in.h: Likewise.
3989         * gnulib/import/wctype.in.h: Likewise.
3990
3991 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3992
3993         Support shell wildcards for 'set auto-load safe-path'.
3994         * auto-load.c: Include fnmatch.h.
3995         (filename_is_in_dir): Rename to ...
3996         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3997         it.  Update function comment.  Rename dir_len to pattern_len.  New
3998         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
3999         messages.  Use gdb_filename_fnmatch.
4000         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4001         pattern.
4002         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4003         * defs.h (gdb_filename_fnmatch): New declaration.
4004         * utils.c: Include fnmatch.h.
4005         (gdb_filename_fnmatch): New function.
4006
4007 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4008
4009         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4010         `-probe' and `-probe-stap' options.
4011
4012 2012-07-01  Yao Qi  <yao@codesourcery.com>
4013
4014         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4015         always_inserted_off, and always_inserted_enums.
4016         Change always_inserted_mode's type to 'enum auto_boolean'.
4017         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4018         callers.
4019         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4020         of add_setshow_enum_cmd.
4021         * infrun.c: Remove can_use_displaced_stepping_auto,
4022         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4023         can_use_displaced_stepping_enum.
4024         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4025         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4026         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4027         add_setshow_enum_cmd.
4028
4029 2012-06-30  Doug Evans  <dje@google.com>
4030
4031         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4032         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4033         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4034
4035 2012-06-29  Doug Evans  <dje@google.com>
4036
4037         * linespec.c: #include "stack.h".
4038         (decode_line_with_current_source): Moved here from symtab.c and
4039         renamed from decode_line_spec.  All callers updated.
4040         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4041         renamed from decode_line_spec_1.  All callers updated.
4042         * linespec.h (decode_line_with_current_source): Move declaration here
4043         from symtab.h and renamed from decode_line_spec.
4044         (decode_line_with_last_displayed): Move declaration here from symtab.h
4045         and renamed from decode_line_spec_1.
4046         * macrocmd.c: #include "linespec.h".
4047         * symtab.c: Remove #include "linespec.h".
4048
4049 2012-06-28  Doug Evans  <dje@google.com>
4050
4051         * dwarf2read.c (get_cu_length): New function.
4052         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4053         (create_debug_types_hash_table): Ditto.
4054         (init_cutu_and_read_dies): Ditto.
4055         (init_cutu_and_read_dies_no_follow): Ditto.
4056
4057         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4058
4059         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4060         (struct abbrev_table): Define.
4061         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4062         abbrev_table.
4063         (init_cutu_and_read_dies): Update.
4064         (abbrev_table_alloc_abbrev): New function.  Replaces
4065         dwarf_alloc_abbrev.  All callers updated.
4066         (abbrev_table_add_abbrev): New function.
4067         (abbrev_table_lookup_abbrev): New function.  Replaces
4068         dwarf2_lookup_abbrev.  All callers updated.
4069         (abbrev_table_read_table): New function.  Contents moved here from
4070         dwarf2_read_abbrevs.
4071         (dwarf2_read_abbrevs): Call it.
4072         (abbrev_table_free): New function.
4073         (dwarf2_free_abbrev_table): Call it.
4074
4075 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4076
4077         * osdata.c (info_osdata_command): Filter out "Title" columns
4078         from non-MI uses.
4079         * common/linux-osdata.c (struct osdata_type): Add title field.
4080         (osdata_table): Add titles to each entry.
4081         (linux_command_xfer_osdata): Add a column for title data.
4082
4083 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4084
4085         Make logging work for MI.
4086         * NEWS: Mention it.
4087         * interps.h (interp_set_logging_ftype): New typedef.
4088         (struct interp_procs): New field set_logging_proc.
4089         (current_interp_set_logging): Declare.
4090         * interps.c (current_interp_set_logging): New function.
4091         * cli/cli-logging.c: Include interps.h.
4092         (set_logging_redirect): Call current_interp_set_logging.
4093         (pop_output_files): Ditto.
4094         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4095         * mi/mi-console.h (mi_console_set_raw): Declare.
4096         * mi/mi-console.c (mi_console_set_raw): New function.
4097         * mi/mi-interp.c (saved_raw_stdout): New global.
4098         (mi_set_logging): New function.
4099         (_initialize_mi_interp): Add it to interp procs.
4100
4101 2012-06-28  Doug Evans  <dje@google.com>
4102
4103         * symtab.c (lookup_symbol_aux_objfile): Use
4104         ALL_OBJFILE_PRIMARY_SYMTABS.
4105
4106         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4107
4108 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4109
4110         * common/buffer.c: Include inttypes.h and stdint.h.
4111         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4112
4113 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4114             Pedro Alves  <palves@redhat.com>
4115
4116         * gdbthread.h (ALL_THREADS): New macro.
4117         (thread_list): Declare.
4118         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4119         going, but instead fall through to the stepping handling.
4120         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4121         the passed in signal.  Adjust debug output.
4122         (resume_callback): Rename to ...
4123         (linux_nat_resume_callback): ... this.  Pass the thread's last
4124         stop signal, if in "pass" state.
4125         (linux_nat_resume): Adjust to rename.
4126         (stop_wait_callback): New assertion.  Don't respawn signals;
4127         instead let the LWP remain with SIGNALLED set.
4128         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4129         * remote.c (append_pending_thread_resumptions): New.
4130         (remote_vcont_resume): Call it.
4131         * target.h (target_resume): Extend comment.
4132
4133 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4134
4135         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4136
4137 2012-06-27  Doug Evans  <dje@google.com>
4138
4139         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4140         Delete have_addr_base, unused.  All uses updated.
4141         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4142         (dwarf2_get_pc_bounds): Add ranges_base.
4143         (dwarf2_record_block_ranges): Ditto.
4144
4145 2012-06-27  Tom Tromey  <tromey@redhat.com>
4146
4147         PR macros/7961:
4148         * varobj.c (varobj_create): Update.
4149         (varobj_set_value): Update.
4150         * tracepoint.c (validate_actionline): Update.
4151         (encode_actions_1): Update.
4152         * parse.c (parse_exp_1): Add 'pc' argument.
4153         (parse_exp_in_context): Add 'pc' argument.  Change how
4154         expression_context_pc is set.
4155         (parse_expression): Update.
4156         (parse_field_expression): Update.
4157         * expression.h (parse_exp_1): Update.
4158         * eval.c (parse_to_comma_and_eval): Update.
4159         * breakpoint.c (set_breakpoint_condition): Update.
4160         (update_watchpoint): Update.
4161         (init_breakpoint_sal): Update
4162         (find_condition_and_thread): Update.
4163         (watch_command_1): Update.
4164         (update_breakpoint_locations): Update.
4165         * ada-lang.c (ada_read_renaming_var_value): Update.
4166         (create_excep_cond_exprs): Update.
4167
4168 2012-06-27  Doug Evans  <dje@google.com>
4169
4170         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4171         type units.
4172
4173 2012-06-26  Doug Evans  <dje@google.com>
4174
4175         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4176         prototype.
4177         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4178         updated.
4179         (read_and_check_comp_unit_head): Ditto.
4180         (read_and_check_type_unit_head): Ditto.
4181
4182 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4183
4184         New attribute 'last' for gdb.Symtab_and_line.
4185         * NEWS (Python Scripting): Add entry about the new attribute.
4186         * python/py-symtab.c (salpy_get_last): New function which
4187         implements the get method for the 'last' attribute of
4188         gdb.Symtab_and_line.
4189         (sal_object_getset): Add entry for the 'last' attribute.
4190
4191 2012-06-26  Doug Evans  <dje@google.com>
4192
4193         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4194         (dwo_sections): Add macinfo, macro.
4195         (dwarf2_locate_dwo_sections): Watch for macro sections.
4196         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4197         All callers updated.  Handle DWO files.
4198
4199         * NEWS: Mention new options "set debug dwarf2-read" and
4200         "set debug symtab-create".
4201         * dwarf2read.c (dwarf2_read_debug): New static global.
4202         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4203         (process_queue): Ditto.
4204         (process_full_comp_unit): Ditto.
4205         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4206         * elfread.c (elf_symfile_read): Add debugging printf.
4207         * minsyms.c (install_minimal_symbols): Ditto.
4208         * psymtab.c (allocate_psymtab): Ditto.
4209         * symfile.c (allocate_symtab): Ditto.
4210         * symtab.c (symtab_create_debug): New global.
4211         (_initialize_symtab): Add new option "set debug symtab-create".
4212         * symtab.h (symtab_create_debug): Declare.
4213
4214         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4215         (lookup_dwo_type_unit): Ditto.
4216
4217 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4218             H.J. Lu  <hongjiu.lu@intel.com>
4219
4220         * amd64-linux-nat.c: Include <sys/user.h>.
4221         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4222         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4223         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4224
4225         * configure.ac: Check if the fs_base and gs_base members of
4226         `struct user_regs_struct' exist.
4227         * config.in: Regenerated.
4228         * configure: Likewise.
4229
4230 2012-06-25  Michael Eager  <eager@eagercon.com>
4231
4232         PR python/14291
4233         * python/python.c (gdbpy_write): Check for interrupted output.
4234
4235 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4236
4237         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4238         register as a stack alignment in ARM mode.
4239
4240 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4241
4242         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4243         * gnulib/config.in: Regenerate.
4244         * gnulib/configure: Likewise.
4245         * gnulib/import/m4/extensions.m4: Update it.
4246         * gnulib/import/m4/gnulib-common.m4: Likewise.
4247         * gnulib/import/m4/memmem.m4: Likewise.
4248         * gnulib/import/m4/mmap-anon.m4: Likewise.
4249         * gnulib/import/m4/multiarch.m4: Likewise.
4250         * gnulib/import/stdint.in.h: Likewise.
4251
4252 2012-06-24  Yao Qi  <yao@codesourcery.com>
4253
4254         * corefile.c (write_memory_with_notification): New.
4255         * gdbcore.h: Declare write_memory_with_notification.
4256         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4257         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4258         * valops.c (value_assign): Likewise.
4259         * python/py-inferior.c (infpy_write_memory): Call
4260         'write_memory_with_notification'.
4261
4262 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4263
4264         * cc-with-index.sh: Use also -ex "set auto-load no".
4265
4266 2012-06-23  Doug Evans  <dje@google.com>
4267
4268         PR 14125
4269         * NEWS: Document additions to .gdb_index.
4270         * dwarf2read.c: #include "gdb/gdb-index.h".
4271         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4272         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4273         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4274         (dwarf2_read_index): Recognize version 7.
4275         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4276         block_kind, domain): All callers updated.
4277         (dw2_find_symbol_file): Handle new index CU values.
4278         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4279         (add_index_entry): New args is_static, kind.  All callers updated.
4280         (offset_type_compare, uniquify_cu_indices): New functions
4281         (symbol_kind): New function.
4282         (write_psymtabs_to_index): Remove duplicate CU values.
4283         (write_psymtabs_to_index): Write .gdb_index version 7.
4284
4285 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4286
4287         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4288         * configure: Regenerate.
4289
4290 2012-06-20  Yao Qi  <yao@codesourcery.com>
4291
4292         * python/py-inferior.c: Update comments of infpy_read_memory
4293         and infpy_write_memory.
4294
4295 2012-06-19  Tom Tromey  <tromey@redhat.com>
4296
4297         PR exp/9514:
4298         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4299         (push_type_address_space): Remove.
4300         * parse.c (insert_into_type_stack): New function.
4301         (insert_type): Likewise.
4302         (insert_type_address_space): Rename from push_type_address_space.
4303         Insert tp_space_identifier.
4304         * c-exp.y (ptr_operator): New production.
4305         (abs_decl): Use ptr_operator.
4306         (space_identifier): Call insert_type_address_space.
4307         (ptype): Don't use const_or_volatile_or_space_identifier.
4308         (const_or_volatile_noopt): Call insert_type.
4309         (conversion_type_id, conversion_declarator): New productions.
4310         (operator): Use conversion_type_id.
4311
4312 2012-06-18  Doug Evans  <dje@google.com>
4313
4314         * symtab.h (minimal_symbol): New member created_by_gdb.
4315         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4316         created by gdb.
4317         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4318         (search_symbols): Call it instead of lookup_symbol.
4319         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4320
4321         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4322         Adjust address for DW_OP_GNU_addr_index.
4323         * dwarf2expr.h (dwarf_expr_context): Update comment.
4324         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4325         all callers updated.  Handle TLS vars described with
4326         DW_OP_GNU_const_index.
4327         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4328         and DW_OP_GNU_const_index.
4329         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4330
4331         * block.c (find_block_in_blockvector): Make explicit the fact that we
4332         ignore GLOBAL_BLOCK.
4333
4334 2012-06-18  Tom Tromey  <tromey@redhat.com>
4335
4336         * c-exp.y (operator): Remove trailing space after "delete" and
4337         "delete[]".
4338
4339 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4340             Jan Kratochvil  <jan.kratochvil@redhat.com>
4341
4342         Switch i386 and derived targets to ON_STACK.
4343         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4344         (amd64_dicos_init_abi): Remove its installment.
4345         * dicos-tdep.c (dicos_init_abi): Remove the
4346         set_gdbarch_call_dummy_location call.  Update the comment here.
4347         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4348         (i386_dicos_init_abi): Remove its installment.
4349         * i386-tdep.c (i386_push_dummy_code): New function.
4350         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4351         i386_push_dummy_code.
4352
4353 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4354
4355         Remove stale dummy frames.
4356         * breakpoint.c: Include dummy-frame.h.
4357         (longjmp_breakpoint_ops): New variable.
4358         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4359         bp_longjmp_call_dummy.
4360         (bpstat_what, bptype_string, print_one_breakpoint_location)
4361         (init_bp_location): Support bp_longjmp_call_dummy.
4362         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4363         (set_longjmp_breakpoint_for_call_dummy)
4364         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4365         functions.
4366         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4367         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4368         FIXME comment and extend the other comment for bp_call_dummy.
4369         (set_longjmp_breakpoint_for_call_dummy)
4370         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4371         * dummy-frame.c: Include gdbthread.h.
4372         (pop_dummy_frame_bpt): New function.
4373         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4374         (dummy_frame_discard): New function.
4375         (cleanup_dummy_frames): Update the comment about longjmps.
4376         * dummy-frame.h (dummy_frame_discard): New declaration.
4377         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4378         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4379         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4380         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4381         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4382         keep_going if IS_LONGJMP and there is no other reason to stop.
4383
4384 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4385
4386         * remote-sim.c (sim_command_completer): Initialize
4387         variable 'result'.
4388
4389 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4390
4391         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4392         * dwarf2loc.c (call_site_parameter_matches): Support
4393         CALL_SITE_PARAMETER_PARAM_OFFSET.
4394         (needs_dwarf_reg_entry_value): Push stub value.
4395         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4396         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4397         * gdbtypes.h (enum call_site_parameter_kind): New item
4398         CALL_SITE_PARAMETER_PARAM_OFFSET.
4399         (struct call_site.parameter.u): New field param_offset.
4400
4401 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4402
4403         Code cleanup: Generalize call_site.parameter key.
4404         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4405         variable dwarf_reg.  New variable kind_u.  Update parameters to
4406         push_dwarf_reg_entry_value.
4407         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4408         * dwarf2expr.h (enum call_site_parameter_kind)
4409         (union call_site_parameter_u): Forward declarations.
4410         (struct dwarf_expr_context_funcs): Update parameters and their
4411         description for push_dwarf_reg_entry_value.
4412         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4413         * dwarf2loc.c (call_site_parameter_matches): New function.
4414         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4415         description.  Use call_site_parameter_matches.
4416         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4417         Update parameters and their description.
4418         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4419         New variable kind_u.  Adjust the caller for updated parameters.
4420         (needs_dwarf_reg_entry_value): Update parameters.
4421         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4422         instead of attr.  Update for the changed fields of struct
4423         call_site_parameter.
4424         * gdbtypes.h: Include dwarf2expr.h.
4425         (enum call_site_parameter_kind): New.
4426         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4427         fb_offset into new union u.
4428
4429 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4430
4431         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4432         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4433         for x32.
4434
4435 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4436
4437         * amd64-linux-nat.c (compat_x32_clock_t): New.
4438         (compat_x32_siginfo_t): Likewise.
4439         (compat_x32_siginfo_from_siginfo): Likewise.
4440         (siginfo_from_compat_x32_siginfo): Likewise.
4441         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4442         and siginfo_from_compat_x32_siginfo for x32.
4443
4444 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4445
4446         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4447
4448 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4449
4450         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4451         instead of gdbarch_ptr_bit.
4452         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4453         (amd64_supply_native_gregset): Likewise.
4454         (amd64_collect_native_gregset): Likewise.
4455         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4456         (amd64_supply_xsave): Likewise.
4457         (amd64_collect_fxsave): Likewise.
4458         (amd64_collect_xsave): Likewise.
4459
4460 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4461
4462         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4463         (amd64_linux_read_description): Check DS segment register for
4464         x32 process.
4465
4466 2012-06-15  Tom Tromey  <tromey@redhat.com>
4467
4468         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4469         init_cutu_and_read_dies.
4470
4471 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4472
4473         * MAINTAINERS (Write After Approval): Add myself to the list.
4474
4475 2012-06-15  Tom Tromey  <tromey@redhat.com>
4476
4477         * valops.c (value_find_oload_method_list): Now static.
4478         * value.h (value_find_oload_method_list): Don't declare.
4479
4480 2012-06-15  Tom Tromey  <tromey@redhat.com>
4481
4482         * valops.c (find_overload_match): Use value_ind.
4483
4484 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4485
4486         * infrun.c (handle_inferior_event): Correct indentation.
4487
4488 2012-06-14  Doug Evans  <dje@google.com>
4489
4490         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4491         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4492         All uses updated.
4493         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4494         updated.  Handle DEBUG_LOC_START_LENGTH.
4495         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4496         (loclist_describe_location): Ditto.
4497
4498 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4499
4500         PR backtrace/13866
4501         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4502         after hiding inline functions.
4503
4504 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4505
4506         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4507         _initialize_inf_ttrace.
4508
4509 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4510
4511         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4512         _initialize_hppa_hpux_nat.
4513
4514 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4515
4516         * remote-sim.c (sim_command_completer): Change type of return
4517         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4518
4519 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4520             Jan Kratochvil  <jan.kratochvil@redhat.com>
4521
4522         PR tdep/14222
4523         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4524         stack on a 16-byte boundary.
4525
4526 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4527
4528         * jit.c (finalize_symtab): Set function's return type to 'void' by
4529         default.
4530
4531 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4532             H.J. Lu  <hongjiu.lu@intel.com>
4533
4534         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4535         Move bits common to both the classic LP64 and the new x32 ILP32
4536         ABI here.
4537         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4538         (amd64_x32_linux_init_abi): New function.
4539         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4540         subtype.
4541
4542         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4543         * i386-tdep.c (i386_pseudo_register_name): Make public.
4544         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4545         * amd64-tdep.c (amd64_dword_names): Add "eip".
4546         (amd64_x32_pseudo_register_type): New function
4547         (amd64_x32_init_abi): New function.
4548
4549 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4550
4551         PR build/14003
4552         * inferior.h (struct inferior_suspend_state): Comment out.
4553         (struct inferior): Comment out the field suspend.
4554         * infrun.c (struct infcall_suspend_state): Comment out the field
4555         inferior_suspend.
4556         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4557         out its assignment.
4558
4559 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4560
4561         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4562         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4563         function comment.  Return ERROR for unresolved cases.  Implement
4564         returning proper NAME.
4565         (yylex): Accept also NAME from classify_inner_name.
4566         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4567         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4568         LOC_TYPEDEF type.
4569         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4570
4571 2012-06-13  Tom Tromey  <tromey@redhat.com>
4572
4573         * breakpoint.c (condition_completer): New function.
4574         (_initialize_breakpoint): Use it.
4575         * value.c (complete_internalvar): New function.
4576         * value.h (complete_internalvar): Declare.
4577
4578 2012-06-13  Tom Tromey  <tromey@redhat.com>
4579
4580         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4581         * breakpoint.c (catch_syscall_completer): Return a VEC.
4582         * cli/cli-cmds.c (complete_command): Update.
4583         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4584         (complete_on_enum): Likewise.
4585         * command.h: Include gdb_vecs.h.
4586         (completer_ftype): Change return type.
4587         (complete_on_cmdlist, complete_on_enum): Likewise.
4588         * completer.c (noop_completer, filename_completer)
4589         (location_completer): Return a VEC.
4590         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4591         to a VEC.
4592         (expression_completer, complete_line_internal, complete_line)
4593         (command_completer): Return a VEC.
4594         (gdb_completion_word_break_characters, line_completion_function):
4595         Update.
4596         * completer.h: Include gdb_vecs.h.
4597         (complete_line, noop_completer, filename_completer)
4598         (expression_completer, location_completer, command_completer):
4599         Update.
4600         * f-lang.c (f_word_break_characters): Return a VEC.
4601         * interps.c (interpreter_completer): Return a VEC.
4602         * language.h (struct language_defn)
4603         <la_make_symbol_completion_list>: Return a VEC.
4604         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4605         * symtab.c (free_completion_list): Take a VEC.
4606         (return_val_size, return_val_index): Remove.
4607         (return_val): Now a VEC.
4608         (completion_list_add_name): Update.
4609         (default_make_symbol_completion_list_break_on)
4610         (default_make_symbol_completion_list, make_symbol_completion_list)
4611         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4612         Return a VEC.
4613         (add_filename_to_list): Update.
4614         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4615         <list>: Now a VEC.
4616         (maybe_add_partial_symtab_filename): Update.
4617         (make_source_files_completion_list): Return a VEC.
4618         * symtab.h (default_make_symbol_completion_list_break_on)
4619         (default_make_symbol_completion_list, make_symbol_completion_list)
4620         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4621         (make_source_files_completion_list): Update.
4622
4623 2012-06-13  Tom Tromey  <tromey@redhat.com>
4624
4625         * breakpoint.c (add_catch_command): Use completer_ftype.
4626         * breakpoint.h: Include command.h.
4627         (add_catch_command): Use completer_ftype.
4628         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4629         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4630         Use completer_ftype.
4631         * command.h (completer_ftype): New typedef.
4632         (set_cmd_completer): Use it.
4633         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4634         completer_ftype.
4635
4636 2012-06-13  Pedro Alves  <palves@redhat.com>
4637
4638         Partial revert of previous change.
4639
4640         * serial.c (scb_base): New global.
4641         (serial_for_fd): New.
4642         (serial_open, serial_fdopen_ops): Link new serial in open serials
4643         chain.
4644         (do_serial_close): Unlink serial from the open serials chain.
4645
4646 2012-06-12  Pedro Alves  <palves@redhat.com>
4647
4648         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4649         threads here.
4650         (prepare_for_detach): No longer context switch here in non-stop
4651         mode.
4652         (fetch_inferior_event): Ditto.
4653         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4654         to the event thread before removing breakpoints.  Switch to the
4655         event thread before inserting breakpoints and resuming.
4656         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4657         event thread before resuming.
4658         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4659         Switch to the event thread before removing breakpoints.
4660
4661 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4662
4663         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4664         special characters correctly for the Windows shells.  See
4665         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4666         report.
4667         [!__MINGW32__]: Remove extra double quote character from special
4668         characters.
4669
4670 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4671
4672         * ui-out.h: Remove #if 0 declarations.
4673         * ui-out.c: Remove #if 0 functions.
4674
4675 2012-06-11  Pedro Alves  <palves@redhat.com>
4676
4677         * ser-base.c (run_async_handler_and_reschedule): New.
4678         (fd_event, push_event): Use it.
4679         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4680         reference count to 1.
4681         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4682         instead of xfree.
4683         (serial_is_open, serial_ref, serial_unref): New.
4684         * serial.h (serial_open): Adjust comment.
4685         (serial_is_open): Declare.
4686         (serial_close): Adjust comment.
4687         (serial_ref, serial_unref) Declare.
4688         (struct serial): New field 'refcnt'.
4689
4690 2012-06-11  Pedro Alves  <palves@redhat.com>
4691
4692         Remove #if 0'd "connect" command, and unnecessary associated
4693         refcounting and serial reuse bits.
4694
4695         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4696         * serial.c (last_serial_opened): Delete.
4697         (scb_base): Delete.
4698         (serial_open): Adjust.
4699         (serial_for_fd): Delete.
4700         (serial_fdopen_ops, do_serial_close): Adjust.
4701         (serial_fdopen_ops): Adjust.
4702
4703 2012-06-11  Pedro Alves  <palves@redhat.com>
4704
4705         * serial.c (do_serial_close): Remove early return when SCB is
4706         null.
4707
4708 2012-06-11  Tom Tromey  <tromey@redhat.com>
4709
4710         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4711
4712 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4713
4714         Fix regression by the "ambiguous linespec" series.
4715         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4716         get_last_displayed_symtab and get_last_displayed_line and depending
4717         on CURSAL.
4718
4719 2012-06-11  Tom Tromey  <tromey@redhat.com>
4720
4721         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4722         (dw2_find_symbol_file): Use it.
4723
4724 2012-06-11  Michael Eager  <eager@eagercon.com>
4725
4726         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4727         * mips-linux-tdep.h (mips_signals): New
4728
4729 2012-06-11  Tom Tromey  <tromey@redhat.com>
4730
4731         * infrun.c (handle_inferior_event)
4732         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4733         breakpoint.
4734         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4735         exception logic in all cases.  Update comments.
4736         (insert_longjmp_resume_breakpoint): Set the exception resume
4737         breakpoint.
4738
4739 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4740
4741         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4742
4743 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
4744
4745         * valarith.c (binop_types_user_defined_p): Fix a typo.
4746
4747 2012-06-08  Yao Qi  <yao@codesourcery.com>
4748             Chung-Lin Tang <cltang@codesourcery.com>
4749
4750         * arch-utils.c (default_return_in_first_hidden_param_p): New.
4751         * arch-utils.h: Declare.
4752         * gdbarch.sh: Add return_in_first_hidden_param_p.
4753         * gdbarch.c, gdbarch.h: Regenerated.
4754         * infcall.c (call_function_by_hand): Call
4755         gdbarch_return_in_first_hidden_param_p instead of
4756         language_pass_by_reference.
4757
4758         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4759         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4760         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4761         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4762         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4763         `cplus_return_struct_by_reference'.
4764         (tic6x_return_value): Handle language cplusplus.
4765         (tic6x_return_in_first_hidden_param_p): New.
4766         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4767
4768 2012-06-07  Doug Evans  <dje@google.com>
4769
4770         * dwarf2read.c (dwarf2_cu): Add comment.
4771
4772 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4773
4774         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4775         variable.
4776         (mips_eabi_push_dummy_call): Likewise.
4777         (mips_n32n64_push_dummy_call): Likewise.
4778         (mips_o32_push_dummy_call): Likewise.
4779         (mips_o64_push_dummy_call): Likewise.
4780
4781 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4782
4783         * mips-tdep.c (mips_convert_register_p): Correct coding style.
4784
4785 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4786
4787         * mips-tdep.c (mips_pseudo_register_type): Use
4788         mips_float_register_p.
4789
4790 2012-06-06  Pedro Alves  <palves@redhat.com>
4791
4792         * infrun.c (handle_inferior_event): Remove calls to
4793         reinit_frame_cache that follow a context_switch call.
4794
4795 2012-06-06  Pedro Alves  <palves@redhat.com>
4796
4797         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4798         context_switch and remove stale comment.
4799
4800 2012-06-06  Pedro Alves  <palves@redhat.com>
4801
4802         * infrun.c (struct execution_control_state): Remove
4803         `new_thread_event' field.
4804         (handle_inferior_event): Simplify new threads handling; don't
4805         resume the inferior if we find a new thread.
4806
4807 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
4808
4809         * NEWS: Document the deprecation of SH's 'regs' command.
4810         * inferior.h (all_registers_info): Add function declaration.
4811         * sh-tdep.c (sh_show_regs): Remove variable.
4812         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4813         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4814         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4815         (sh_show_regs_command): Remove functions.
4816         (sh_gdbarch_init): Don't set sh_show_regs.
4817         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4818         'info all-registers'.
4819         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4820         (sh64_show_regs): Remove functions.
4821         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4822
4823 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4824
4825         * configure.ac: Move development=true below AC_INIT.
4826         * configure: Regenerate.
4827
4828 2012-06-05  Stan Shebs  <stan@codesourcery.com>
4829
4830         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4831         gdb_stdout.
4832
4833 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4834
4835         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4836         argument as ssize_t.
4837         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4838         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4839         * target.c (target_read_stack, target_write_memory)
4840         (target_write_raw_memory): Likewise.
4841         * target.h (target_read_stack, target_write_memory)
4842         (target_write_raw_memory): Likewise.
4843
4844 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4845
4846         * symfile-mem.c: Change gdb_static_assert to ssize_t.
4847         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4848         * target.c (target_read_memory): Change LEN to ssize_t.
4849         * target.h (target_read_memory): Change LEN to ssize_t.
4850
4851 2012-06-05  Pedro Alves  <palves@redhat.com>
4852
4853         PR backtrace/13866
4854
4855         * breakpoint.c (until_break_command): Only fetch the selected
4856         frame after decode_line_1.
4857
4858 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
4859
4860         * solib-svr4.c (enable_break): Don't fallback to setting the solib
4861         event breakpoint at _start, __start or main if a program
4862         interpreter is not found.
4863
4864 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4865
4866         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4867         Add declaration.
4868         * windows-tdep.c: #include "objfiles.h".
4869         (windows_iterate_over_objfiles_in_search_order): New function.
4870         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4871         iterate_over_objfiles_in_search_order gdbarch method to
4872         windows_iterate_over_objfiles_in_search_order.
4873         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4874
4875 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4876
4877         * gdbarch.sh: Add generation of
4878         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4879         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
4880         (iterate_over_objfiles_in_search_order): New gdbarch method.
4881         * gdbarch.h, gdbarch.c: Regenerate.
4882         * objfiles.h (default_iterate_over_objfiles_in_search_order):
4883         Add declaration.
4884         * objfiles.c (default_iterate_over_objfiles_in_search_order):
4885         New function.
4886         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4887         out of lookup_symbol_aux_symtabs.
4888         (lookup_symbol_aux_symtabs): Replace extracted-out code by
4889         call to lookup_symbol_aux_objfile.
4890         (struct global_sym_lookup_data): New type.
4891         (lookup_symbol_global_iterator_cb): New function.
4892         (lookup_symbol_global): Search for symbol using
4893         gdbarch_iterate_over_objfiles_in_search_order and
4894         lookup_symbol_global_iterator_cb.
4895         * findvar.c (struct minsym_lookup_data): New type.
4896         (minsym_lookup_iterator_cb): New function.
4897         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4898         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4899         and minsym_lookup_iterator_cb.
4900
4901 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4902
4903         Revert the following patch:
4904         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4905         try locating the symbol in the symbol's own objfile first, before
4906         extending the search to all objfiles.
4907         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4908         out of lookup_symbol_aux_symtabs.
4909         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4910         Replace extracted-out code by call to lookup_symbol_aux_objfile.
4911         Do not search EXCLUDE_OBJFILE.
4912         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4913         (lookup_symbol_global): Search for matches in the block's objfile
4914         first, before searching all other objfiles.
4915
4916 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4917
4918         * breakpoint.c (find_condition_and_thread): Stop parsing
4919         as soon as the first invalid keyword is found.
4920
4921 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4922
4923         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4924
4925 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4926
4927         * config/djgpp/djcheck.sh: Add copyright header.
4928
4929 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4930
4931         * copyright.py (update_files, main): Fix path to update-copyright
4932         script.
4933
4934 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4935
4936         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4937         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4938         for which a reminder to update by hand is printed.
4939
4940 2012-06-04  Doug Evans  <dje@google.com>
4941
4942         * buildsym.c (make_blockvector): Add comment.
4943
4944 2012-06-04  Pedro Alves  <palves@redhat.com>
4945
4946         * arch-utils.c (default_gdb_signal_from_target): Delete.
4947         * arch-utils.h (default_gdb_signal_from_target): Delete.
4948         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
4949         gdbarch_gdb_signal_from_target_p.
4950         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4951         predicate).
4952         * gdbarch.h: Regenerate.
4953         * gdbarch.c: Regenerate.
4954
4955 2012-06-04  Pedro Alves  <palves@redhat.com>
4956
4957         * gdbarch.sh (gdb_signal_from_target): Mention that the
4958         implementation of the method must be host independent.
4959         * gdbarch.h: Regenerate.
4960
4961 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4962
4963         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4964         parameters.
4965         (target_read_memory_bfd): New function.
4966         (symbol_file_add_from_memory): Use it.
4967
4968 2012-06-03  Doug Evans  <dje@google.com>
4969
4970         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4971         of primary symtab.
4972         (basic_lookup_transparent_type): Ditto.
4973
4974         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4975         (ALL_PRIMARY_SYMTABS): Use it.
4976         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4977         * dwarf2read.c (dw2_find_symbol_file): Ditto.
4978         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4979         * symtab.c (lookup_symbol_aux_objfile): Ditto.
4980         (basic_lookup_transparent_type): Ditto.
4981
4982 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4983
4984         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
4985         it to optimize resolution of demangled name.
4986
4987 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4988
4989         * configure.ac (development): Define new variable.
4990         Call AC_CHECK_LIB for mcheck if $development.
4991         (ERROR_ON_WARNING): Enable it by default only if $development.
4992         * config.in: Regenerate.
4993         * configure: Regenerate.
4994
4995 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4996
4997         * target.c (target_read_memory): Make LEN argument as size_t.
4998         * target.h (target_read_memory): Likewise.
4999
5000 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5001
5002         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5003
5004 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5005
5006         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5007         BookE interface for PowerPC server processors if not available
5008         in the Linux Kernel.
5009
5010 2012-05-31  Keith Seitz  <keiths@redhat.com>
5011
5012         * linespec.c (decode_objc): Add cleanup to free
5013         INFO.FILE_SYMTABS.
5014         (find_linespec_symbols): Add cleanup to free CLASSES.
5015         * symfile.c (find_separate_debug_file_by_debuglink): Add
5016         cleanup to free DEBUGLINK.
5017         * ui-out.c (clear_header_list): No need to check if
5018         HEADER_NEXT.COLHDR is NULL.
5019         Free HEADER_NEXT.COL_NAME.
5020
5021 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5022
5023         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5024         warning.
5025
5026 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5027
5028         * configure.host (gdb_host_cpu): Handle tilegx*.
5029         (gdb_host): Handle tilegx-*-linux*.
5030         * tilegx-linux-nat.c: New file.
5031         * config/tilegx/linux.mh: New file.
5032
5033 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5034
5035         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5036         tilegx-linux-tdep.o.
5037         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5038         tilegx-linux-tdep.c.
5039         * configure.tgt: Handle tilegx-*-linux*.
5040         * tilegx-tdep.h: New file.
5041         * tilegx-tdep.c: New file.
5042         * tilegx-linux-tdep.c: New file.
5043         * regformats/reg-tilegx.dat: New file.
5044
5045 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5046
5047         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5048         accounting of hw watchpoints on ppc.
5049
5050 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5051
5052         * source.c (openp): Expand tilde in path entries.
5053
5054 2012-05-29  Doug Evans  <dje@google.com>
5055
5056         * buildsym.c (block_compar): Fix comment.
5057         (end_symtab): Fix and clarify some comments.
5058
5059         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5060         cleanup_undefined_types.
5061         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5062         All callers updated.
5063
5064 2012-05-29  Tom Tromey  <tromey@redhat.com>
5065
5066         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5067         fails.
5068         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5069         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5070         fails.
5071         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5072         fails.
5073
5074 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5075
5076         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5077         (struct darwin_info): ... New struct.
5078         (solib_darwin_pspace_data): New variable.
5079         (darwin_pspace_data_cleanup): New function.
5080         (get_darwin_info): Likewise.
5081         (darwin_dyld_version_ok, darwin_load_image_infos)
5082         (darwin_solib_get_all_image_info_addr_at_init)
5083         (darwin_solib_read_all_image_info_addr): Add info argument.
5084         Adjust code.
5085         (darwin_current_sos): Use per pspace structure.
5086         (darwin_solib_create_inferior_hook): Likewise.
5087         (darwin_clear_solib): Likewise.
5088         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5089
5090 2012-05-28  Pedro Alves  <palves@redhat.com>
5091
5092         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5093         block that uses them.  Clear ecss before handling each event.
5094
5095 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5096
5097         * solib-svr4.c (svr4_current_sos): New comment on
5098         svr4_current_sos_via_xfer_libraries fall back.
5099
5100 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5101
5102         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5103         it as a fallback for TYPE_IS_OPAQUE.
5104         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5105         symbols for lookup_symbol.
5106
5107 2012-05-24  John Steele Scott  <toojays@toojays.net>
5108
5109         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5110         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5111         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5112         (check_producer): ... this new function, which also checks for ICC
5113         and caches the result.
5114         (producer_is_icc): New function.
5115         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5116         producer was ICC.
5117
5118 2012-05-24  Pedro Alves  <palves@redhat.com>
5119
5120         PR gdb/7205
5121
5122         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5123         (default_gdb_signal_to_target): ... this.  Add comment.
5124         (default_gdb_signal_from_host): Rename to ...
5125         (default_gdb_signal_from_target): ... this.  Add comment.
5126         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5127         (default_gdb_signal_to_target): ... this.
5128         (default_gdb_signal_from_host): Rename to ...
5129         (default_gdb_signal_from_target): ... this.
5130         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5131         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5132         (gdb_signal_from_target): ... this.  Adjust to
5133         default_gdb_signal_from_host naming change.  Extend comment.
5134         (gdb_signal_to_host): Rename to ...
5135         (gdb_signal_to_target): ... this.  Adjust to
5136         default_gdb_signal_to_host naming change.
5137         * gdbarch.h, gdbarch.c: Renegerate.
5138
5139 2012-05-24  Pedro Alves  <palves@redhat.com>
5140
5141         PR gdb/7205
5142
5143         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5144
5145 2012-05-24  Pedro Alves  <palves@redhat.com>
5146
5147         PR gdb/7205
5148
5149         Replace target_signal with gdb_signal throughout.
5150
5151 2012-05-24  Pedro Alves  <palves@redhat.com>
5152
5153         PR tui/14159
5154
5155         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5156         string, instead of reusing the va_list argument.
5157
5158 2012-05-24  Tom Tromey  <tromey@redhat.com>
5159
5160         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5161         Remove.
5162
5163 2012-05-23  Doug Evans  <dje@google.com>
5164
5165         * symtab.c (search_symbols): Formatting fixes.
5166         (print_symbol_info): Formatting fixes.
5167
5168         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5169         int64_t change to leb128 API.
5170         (read_encoded_value, decode_frame_entry_1): Ditto.
5171         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5172         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5173         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5174         (execute_stack_op): Ditto.
5175         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5176         (safe_read_uleb128, safe_read_sleb128): Ditto.
5177         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5178         (dwarf2_compile_expr_to_ax): Ditto.
5179         (locexpr_describe_location_piece): Ditto.
5180         (disassemble_dwarf_expression): Ditto.
5181         (locexpr_describe_location_1): Ditto.
5182
5183 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5184             Kwok Cheung Yeung  <kcy@codesourcery.com>
5185
5186         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5187         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5188         (mi-cmd-info.o): New rule.
5189         * osdata.h (info_osdata_command): New declaration.
5190         * osdata.c (info_osdata_command): Change to non-static.
5191         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5192         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5193         * mi/mi-cmd-info.c: New file.
5194
5195 2012-05-23  Doug Evans  <dje@google.com>
5196
5197         * symtab.c (search_symbols): Pass NULL for file_matcher to
5198         expand_symtabs_matching if there are no files to match.
5199
5200         * gdbtypes.c (lookup_typename): Simplify.
5201
5202 2012-05-23  Pedro Alves  <palves@redhat.com>
5203
5204         * arch-utils.h (default_target_signal_to_host): Delete.
5205         * arch-utils.c (default_target_signal_to_host): Delete.
5206         * gdbarch.sh (target_signal_to_host): Remove.
5207         * gdbarch.h, gdbarch.c: Regenerate.
5208
5209 2012-05-22  Doug Evans  <dje@google.com>
5210
5211         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5212         "const gdb_byte *".
5213         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5214         (execute_cfa_program): Update to match API of leb128 functions.
5215         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5216         "const gdb_byte *".
5217         (read_unsigned_leb128, read_signed_leb128): Delete.
5218         (read_initial_length): Change type of buf argument to
5219         "const gdb_byte *".
5220         (read_encoded_value): Update to match API of leb128 functions.
5221         (decode_frame_entry): Change result to "const gdb_byte *", and
5222         similarly for "start" parameter.
5223         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5224         (dwarf2_build_frame_info): Change local frame_ptr to
5225         "const gdb_byte *".
5226         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5227         read_uleb128, read_sleb128.  All callers updated.
5228         (safe_skip_leb128): New function.
5229         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5230         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5231         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5232         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5233         read_uleb128, read_sleb128.
5234         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5235         (execute_stack_op): Update to match API of leb128 functions.
5236         * dwarf2expr.h: #include "leb128.h".
5237         (read_uleb128, read_sleb128): Delete.
5238         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5239         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5240         * dwarf2loc.c (debug_loc_kind): New enum.
5241         (decode_debug_loc_addresses): New function.
5242         (decode_debug_loc_dwo_addresses): New function.
5243         (dwarf2_find_location_expression): Rewrite.
5244         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5245         (locexpr_describe_location_piece): Ditto.
5246         (disassemble_dwarf_expression): Ditto.
5247         (locexpr_describe_location_1): Ditto.
5248         (loclist_describe_location): Rewrite.
5249         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5250         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5251         (dwarf2_section_buffer_overflow_complaint): Renamed from
5252         dwarf2_macros_too_long_complaint.  All callers updated.
5253         (skip_leb128): Delete.
5254         (init_cu_die_reader): Initialize reader->buffer_end.
5255         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5256         (skip_form_bytes): New arg buffer_end.  All callers updated.
5257         Replace call to skip_leb128 with gdb_skip_leb128.
5258         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5259         (fill_in_loclist_baton): Initialize baton->from_dwo.
5260
5261 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5262
5263         * mips-linux-nat.c (mips_linux_read_description): Use a more
5264         verbose error message.
5265
5266 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5267
5268         * NEWS: Add MIPS/Linux DSP support.
5269         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5270         (SIGCONTEXT_DSPCTL): New macro.
5271         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5272         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5273         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5274         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5275         (N64_SIGCONTEXT_HI3): Likewise.
5276         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5277         (N64_SIGCONTEXT_LO3): Likewise.
5278         (N64_SIGCONTEXT_DSPCTL): Likewise.
5279         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5280         (mips_linux_o32_sigframe_init): Handle DSP registers.
5281         (mips_linux_n32n64_sigframe_init): Likewise.
5282
5283 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5284
5285         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5286         call to abort.
5287
5288 2012-05-22  Pedro Alves  <palves@redhat.com>
5289
5290         * target.h (store_waitstatus): Move declaration ...
5291         * inf-child.h (store_waitstatus): ... here.
5292         * target.c: Move inclusion of gdb_wait.h, and ...
5293         (store_waitstatus): ... this ...
5294         * inf-child.c: ... here.
5295         * linux-nat.c: Include inf-child.h.
5296         * rs6000-nat.c: Include inf-child.h.
5297         * spu-linux-nat.c: Include inf-child.h.
5298
5299 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5300
5301         * tracepoint.c (start_tracing): Add missing i18n markup.
5302         (stop_tracing, set_trace_user): Ditto.
5303         (set_trace_notes, set_trace_stop_notes): Ditto.
5304
5305 2012-05-21  Tom Tromey  <tromey@redhat.com>
5306
5307         PR c++/7173:
5308         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5309         types.
5310         * value.h (value_cast_pointers): Update.
5311         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5312         (value_cast): Update.
5313         (update_search_result): New function.
5314         (do_search_struct_field): New, from search_struct_field.  Check
5315         for ambiguous results.
5316         (search_struct_field): Rewrite.
5317         * infcall.c (value_arg_coerce): Update.
5318         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5319         value_cast_pointers.
5320         * ada-lang.c (ada_convert_actual): Update.
5321
5322 2012-05-21  Tom Tromey  <tromey@redhat.com>
5323
5324         * macroexp.c (macro_stringify): Terminate the string.
5325
5326 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5327
5328         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5329         Describe it.
5330         * auto-load.c (auto_load_expand_dir_vars): New function.
5331         (auto_load_safe_path_vec_update): Use it, remove the
5332         substitute_path_component call thanks to it.
5333         (auto_load_objfile_script): Remove the debug_file_directory processing.
5334         Use auto_load_expand_dir_vars, remove the substitute_path_component
5335         call thanks to it.
5336         * configure: Regenerate.
5337         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5338         path.  Escape $ also for $debugdir.
5339         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5340         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5341
5342 2012-05-20  Doug Evans  <dje@google.com>
5343
5344         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5345         before use.  Check for symtab->includes == NULL before scanning it.
5346
5347 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5348
5349         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5350
5351 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5352
5353         * NEWS: Add microMIPS support and "set mips compression",
5354         "show mips compression" commands.
5355         * mips-tdep.h (mips_isa): New enum.
5356         (gdbarch_tdep): Add mips_isa.
5357         (mips_pc_is_mips16): Update prototype.
5358         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5359         * mips-tdep.c (mips_compression_mips16): New variable.
5360         (mips_compression_micromips): Likewise.
5361         (mips_compression_strings): Likewise.
5362         (mips_compression_string): Likewise.
5363         (is_mips16_isa, is_micromips_isa): New functions.
5364         (is_mips16_addr): Rename to...
5365         (is_compact_addr): ... this.
5366         (unmake_mips16_addr): Likewise to...
5367         (unmake_compact_addr): ... this.
5368         (make_mips16_addr): Likewise to...
5369         (make_compact_addr): ... this.
5370         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5371         functions.
5372         (mips_elf_make_msymbol_special): Handle microMIPS code.
5373         (msymbol_is_special): Rename to...
5374         (msymbol_is_mips16): ... this.
5375         (mips_make_symbol_special, mips_pc_is_mips16): Update
5376         accordingly.
5377         (msymbol_is_mips, msymbol_is_micromips): New functions.
5378         (mips16_to_32_reg): Rename to...
5379         (mips_reg3_to_reg): ... this.
5380         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5381         (mips_pc_isa): Likewise.
5382         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5383         code.
5384         (mips_fetch_instruction): Pass return status instead of printing
5385         an error message if requested.  Handle microMIPS code.  Bail out
5386         on an invalid ISA.
5387         (micromips_op): New macro.
5388         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5389         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5390         (b6s4_op, b7s3_reg): Likewise.
5391         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5392         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5393         (mips_insn_size): New function.
5394         (mips32_next_pc): Update mips_fetch_instruction call.
5395         (micromips_relative_offset7): New function.
5396         (micromips_relative_offset10): Likewise.
5397         (micromips_relative_offset16): Likewise.
5398         (micromips_pc_insn_size): Likewise.
5399         (micromips_bc1_pc): Likewise.
5400         (micromips_next_pc): Likewise.
5401         (unpack_mips16): Update mips_fetch_instruction call.
5402         (extended_mips16_next_pc): Update according to change to
5403         mips16_to_32_reg.
5404         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5405         code.
5406         (mips16_scan_prologue): Update mips_fetch_instruction call.
5407         Update according to change to mips16_to_32_reg.
5408         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5409         (mips_insn16_frame_base_sniffer): Likewise.
5410         (micromips_decode_imm9): New function.
5411         (micromips_scan_prologue): Likewise.
5412         (mips_micro_frame_cache): Likewise.
5413         (mips_micro_frame_this_id): Likewise.
5414         (mips_micro_frame_prev_register): Likewise.
5415         (mips_micro_frame_sniffer): Likewise.
5416         (mips_micro_frame_unwind): New variable.
5417         (mips_micro_frame_base_address): New function.
5418         (mips_micro_frame_base): New variable.
5419         (mips_micro_frame_base_sniffer): New function.
5420         (mips32_scan_prologue): Update mips_fetch_instruction call.
5421         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5422         rather than for MIPS16.
5423         (mips_insn32_frame_base_sniffer): Likewise.
5424         (mips_addr_bits_remove): Handle microMIPS code.
5425         (deal_with_atomic_sequence): Rename to...
5426         (mips_deal_with_atomic_sequence): ... this.  Update the type
5427         of the variable used to hold an instruction.  Remove the ISA bit
5428         check.  Update mips_fetch_instruction call.
5429         (micromips_deal_with_atomic_sequence): New function.
5430         (deal_with_atomic_sequence): Likewise.
5431         (mips_about_to_return): Handle microMIPS code.  Update
5432         mips_fetch_instruction call.
5433         (heuristic_proc_start): Check for the standard MIPS ISA rather
5434         than for MIPS16.  Update mips_pc_is_mips16 and
5435         mips_fetch_instruction calls.  Handle microMIPS code.
5436         (mips_push_dummy_code): Handle microMIPS code.
5437         (mips_eabi_push_dummy_call): Likewise.
5438         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5439         (mips_o64_push_dummy_call): Handle microMIPS code.
5440         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5441         (is_delayed): Remove function.
5442         (mips_single_step_through_delay): Replace the call to is_delayed
5443         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5444         Handle microMIPS code.
5445         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5446         microMIPS code.
5447         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5448         call.
5449         (micromips_in_function_epilogue_p): New function.
5450         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5451         call.
5452         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5453         Handle microMIPS.
5454         (gdb_print_insn_mips): Likewise.
5455         (mips_breakpoint_from_pc): Likewise.
5456         (mips_remote_breakpoint_from_pc): New function.
5457         (mips32_instruction_has_delay_slot): Simplify making use of the
5458         updated mips_fetch_instruction interface.
5459         (micromips_instruction_has_delay_slot): New function.
5460         (mips16_instruction_has_delay_slot): Simplify making use of the
5461         updated mips_fetch_instruction interface.
5462         (mips_adjust_breakpoint_address): Check for the standard MIPS
5463         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5464         calls.  Handle microMIPS code.
5465         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5466         (mips_skip_trampoline_code): Handle microMIPS code.
5467         (global_mips_compression): New function.
5468         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5469         file flags.  Register the microMIPS remote breakpoint handler
5470         and heuristic frame unwinder.
5471         (show_mips_compression): New function.
5472         (_initialize_mips_tdep): Add the "set mips compression" and
5473         "show mips compression" commands.
5474
5475 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5476
5477         * ada-lang.c:
5478         * ada-tasks.c:
5479         * ada-varobj.c:
5480         * amd64-darwin-tdep.c:
5481         * arm-symbian-tdep.c:
5482         * arm-tdep.c:
5483         * avr-tdep.c:
5484         * ax-gdb.c:
5485         * bfin-linux-tdep.c:
5486         * breakpoint.c:
5487         * c-valprint.c:
5488         * cli/cli-cmds.c:
5489         * coffread.c:
5490         * cp-support.c:
5491         * cris-tdep.c:
5492         * dwarf2-frame-tailcall.c:
5493         * dwarf2-frame.c:
5494         * dwarf2expr.c:
5495         * dwarf2loc.c:
5496         * dwarf2read.c:
5497         * elfread.c:
5498         * eval.c:
5499         * expprint.c:
5500         * f-valprint.c:
5501         * frv-tdep.c:
5502         * h8300-tdep.c:
5503         * hppa-hpux-tdep.c:
5504         * hppa-tdep.c:
5505         * hppanbsd-tdep.c:
5506         * i386-nto-tdep.c:
5507         * i386-tdep.c:
5508         * i387-tdep.c:
5509         * ia64-tdep.c:
5510         * jit.c:
5511         * linespec.c:
5512         * linux-tdep.c:
5513         * lm32-tdep.c:
5514         * m2-valprint.c:
5515         * m32c-tdep.c:
5516         * m32r-rom.c:
5517         * m32r-tdep.c:
5518         * m68k-tdep.c:
5519         * m68klinux-tdep.c:
5520         * mi/mi-main.c:
5521         * microblaze-tdep.c:
5522         * mips-linux-tdep.c:
5523         * mips-tdep.c:
5524         * mn10300-tdep.c:
5525         * p-valprint.c:
5526         * parse.c:
5527         * ppc-linux-tdep.c:
5528         * ppc-sysv-tdep.c:
5529         * printcmd.c:
5530         * python/py-finishbreakpoint.c:
5531         * python/py-inferior.c:
5532         * python/py-infthread.c:
5533         * python/py-type.c:
5534         * python/python.c:
5535         * remote-fileio.c:
5536         * remote-m32r-sdi.c:
5537         * remote-mips.c:
5538         * reverse.c:
5539         * rl78-tdep.c:
5540         * rs6000-aix-tdep.c:
5541         * rs6000-tdep.c:
5542         * s390-tdep.c:
5543         * score-tdep.c:
5544         * sh64-tdep.c:
5545         * skip.c:
5546         * solib-darwin.c:
5547         * solib-dsbt.c:
5548         * solib-frv.c:
5549         * sparc-tdep.c:
5550         * spu-multiarch.c:
5551         * spu-tdep.c:
5552         * stack.c:
5553         * symfile.c:
5554         * symtab.c:
5555         * tic6x-tdep.c:
5556         * tracepoint.c:
5557         * v850-tdep.c:
5558         * valarith.c:
5559         * valprint.c:
5560         * value.c:
5561         * xcoffread.c:
5562         * xtensa-tdep.c:
5563         * ada-lang.c:
5564         * ada-tasks.c:
5565         * ada-varobj.c:
5566         * amd64-darwin-tdep.c:
5567         * arm-symbian-tdep.c:
5568         * arm-tdep.c: Delete unused variables.
5569
5570 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5571
5572         Rename $ddir to $datadir.
5573         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5574         * auto-load.c (auto_load_safe_path_vec_update)
5575         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5576         * configure: Regenerate.
5577         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5578         Likewise.  Remove the 'use $ddir' help string.
5579
5580 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5581
5582         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5583         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5584
5585 2012-05-18  Tom Tromey  <tromey@redhat.com>
5586
5587         PR exp/13907:
5588         * valprint.h (struct value_print_options) <symbol_print>: New
5589         field.
5590         * valprint.c (user_print_options): Add default for symbol_print.
5591         (show_symbol_print): New function.
5592         (generic_val_print): Respect symbol_print.
5593         (_initialize_valprint): Add "print symbol" setting.
5594         * f-valprint.c (f_val_print): Respect symbol_print.
5595         * c-valprint.c (c_val_print): Respect symbol_print.
5596         * NEWS: Update.
5597         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5598         zero-size symbols.
5599         (print_address_demangle): Return int.
5600         * defs.h: (print_address_symbolic): Return int.
5601         * value.h (print_address_demangle): Return int.
5602
5603 2012-05-18  Tom Tromey  <tromey@redhat.com>
5604
5605         * valprint.c (val_print_string): Don't print leading space.
5606         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5607         print space before string or vtbl.
5608         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5609         before string.
5610         * jv-valprint.c (java_value_print): Print space before string.
5611         * go-valprint.c (print_go_string): Print space before string.
5612         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5613         space before string.
5614         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5615         space before string or vtbl.
5616         * auxv.c (fprint_target_auxv): Print space after address.
5617
5618 2012-05-18  Tom Tromey  <tromey@redhat.com>
5619
5620         * printcmd.c (print_address_demangle): Remove special case for 0.
5621
5622 2012-05-18  Tom Tromey  <tromey@redhat.com>
5623
5624         * printcmd.c (print_address_demangle): Add 'opts' argument.
5625         * p-valprint.c (pascal_val_print): Update.
5626         * jv-valprint.c (java_val_print): Update.
5627         * value.h: Update.
5628         * valprint.c (generic_val_print): Update.
5629         (print_function_pointer_address): Add 'options' argument.  Remove
5630         'addressprint' argument.  Update.
5631         * m2-valprint.c (print_unpacked_pointer): Update.
5632         * gnu-v3-abi.c (print_one_vtable): Update.
5633         (gnuv3_print_method_ptr): Update.
5634         * f-valprint.c (f_val_print): Update.
5635         * cp-valprint.c (cp_print_value_fields): Update.
5636         * valprint.h (print_function_pointer_address): Update.
5637         * c-valprint.c (c_val_print): Update.
5638
5639 2012-05-18  Tom Tromey  <tromey@redhat.com>
5640
5641         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5642         directly corresponding to the found psymtab.
5643         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5644         (dw2_find_pc_sect_symtab): Use it.
5645         * block.h (blockvector_contains_pc): Declare.
5646         * block.c (find_block_in_blockvector): New function.
5647         (blockvector_for_pc_sect): Use it.
5648         (blockvector_contains_pc): New function.
5649
5650 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5651
5652         * mips-tdep.h (mips_write_pc): New prototype.
5653         * mips-tdep.c (mips_write_pc): Make external, add description.
5654         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5655         add description.
5656
5657 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5658
5659         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5660         mips_regnum->pc.
5661         (mips_unwind_pc, mips_write_pc): Likewise.
5662         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5663         gdbarch_read_pc.
5664
5665 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5666
5667         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5668         proc_warn, proc_error, proc_get_status, proc_flags,
5669         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5670         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5671         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5672         proc_stop_process, proc_wait_for_stop, proc_run_process,
5673         proc_set_traced_signals, proc_set_traced_faults,
5674         proc_set_traced_sysentry, proc_set_traced_sysexit,
5675         proc_set_held_signals, proc_get_held_signals,
5676         proc_get_traced_signals, proc_get_traced_faults,
5677         proc_get_traced_sysentry, proc_get_traced_sysexit,
5678         proc_clear_current_fault, proc_set_current_signal,
5679         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5680         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5681         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5682         proc_get_current_thread, proc_get_current_thread,
5683         proc_get_current_thread, proc_update_threads,
5684         proc_update_threads, proc_update_threads, proc_update_threads,
5685         proc_iterate_over_threads, procfs_find_new_threads,
5686         procfs_pid_to_str): Make static.  Remove advance declaration.
5687         (proc_cursig): Make static.  Conditionalized defintion on
5688         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5689         (proc_syscall, proc_set_kill_on_last_close,
5690         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5691         proc_get_pending_signals, proc_get_signal_actions,
5692         proc_trace_signal, proc_ignore_signal): Delete.
5693
5694 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5695
5696         * coffread.c (cs_section_address): Passing proper argument for
5697         `bfd_get_section_vma'.
5698         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5699         `bfd_get_section_flags'.
5700         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5701         `bfd_get_section_vma'.
5702
5703 2012-05-16  Tom Tromey  <tromey@redhat.com>
5704
5705         PR macros/13205:
5706         * macrotab.h: (macro_define_special): Declare.
5707         (enum macro_special_kind): New.
5708         (struct macro_definition) <argc, replacement>: Update comments.
5709         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5710         (macro_define_object_internal): New function.
5711         (macro_define_object): Use it.
5712         (macro_define_special): New function.
5713         (fixup_definition): New function.
5714         (macro_lookup_definition, foreach_macro_in_scope)
5715         (foreach_macro): Use fixup_definition.
5716         * macroexp.h (macro_stringify): Declare.
5717         * macroexp.c (free_buffer_return_text): New function.
5718         (stringify): Constify "arg".
5719         (macro_stringify): New function.
5720         * dwarf2read.c (macro_start_file): Call macro_define_special.
5721
5722 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5723             Maciej W. Rozycki  <macro@mips.com>
5724
5725         * breakpoint.h (bp_location): Add related_address member.
5726         * inferior.h (get_return_value): Take a pointer to struct value
5727         instead of struct type for the function requested.
5728         * value.h (using_struct_return): Likewise.
5729         * gdbarch.sh (return_value): Take a pointer to struct value
5730         instead of struct type for the function requested.
5731         * breakpoint.c (set_breakpoint_location_function): Initialize
5732         related_address for bp_gnu_ifunc_resolver breakpoints.
5733         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5734         requested function's address to gdbarch_return_value.
5735         * eval.c (evaluate_subexp_standard): Pass the requested
5736         function's address to using_struct_return.
5737         * infcall.c (call_function_by_hand): Pass the requested
5738         function's address to using_struct_return and
5739         gdbarch_return_value.
5740         * infcmd.c (get_return_value): Take a pointer to struct value
5741         instead of struct type for the function requested.
5742         (print_return_value): Update accordingly.
5743         (finish_command_continuation): Likewise.
5744         * stack.c (return_command): Pass the requested function's
5745         address to using_struct_return and gdbarch_return_value.
5746         * value.c (using_struct_return): Take a pointer to struct value
5747         instead of struct type for the function requested.  Pass the
5748         requested function's address to gdbarch_return_value.
5749         * python/py-finishbreakpoint.c (finish_breakpoint_object):
5750         New function_value member, replacing function_type.
5751         (bpfinishpy_dealloc): Update accordingly.
5752         (bpfinishpy_pre_stop_hook): Likewise.
5753         (bpfinishpy_init): Likewise.  Record the requested function's
5754         address.
5755         * mips-tdep.c (mips_fval_reg): New enum.
5756         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5757         words put in GP registers.
5758         (mips_o64_push_dummy_call): Update a comment.
5759         (mips_o32_return_value): Take a pointer to struct value instead
5760         of struct type for the function requested and use it to check if
5761         using the MIPS16 calling convention.  Return the designated
5762         general purpose registers for floating-point values returned in
5763         MIPS16 mode.
5764         (mips_o64_return_value): Likewise.
5765         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5766         (ppc_sysv_abi_broken_return_value): Likewise.
5767         (ppc64_sysv_abi_return_value): Likewise.
5768         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5769         value instead of struct type for the function requested.
5770         * amd64-tdep.c (amd64_return_value): Likewise.
5771         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5772         * arm-tdep.c (arm_return_value): Likewise.
5773         * avr-tdep.c (avr_return_value): Likewise.
5774         * bfin-tdep.c (bfin_return_value): Likewise.
5775         * cris-tdep.c (cris_return_value): Likewise.
5776         * frv-tdep.c (frv_return_value): Likewise.
5777         * h8300-tdep.c (h8300_return_value): Likewise.
5778         (h8300h_return_value): Likewise.
5779         * hppa-tdep.c (hppa32_return_value): Likewise.
5780         (hppa64_return_value): Likewise.
5781         * i386-tdep.c (i386_return_value): Likewise.
5782         * ia64-tdep.c (ia64_return_value): Likewise.
5783         * iq2000-tdep.c (iq2000_return_value): Likewise.
5784         * lm32-tdep.c (lm32_return_value): Likewise.
5785         * m32c-tdep.c (m32c_return_value): Likewise.
5786         * m32r-tdep.c (m32r_return_value): Likewise.
5787         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5788         * m68k-tdep.c (m68k_return_value): Likewise.
5789         (m68k_svr4_return_value): Likewise.
5790         * m88k-tdep.c (m88k_return_value): Likewise.
5791         * mep-tdep.c (mep_return_value): Likewise.
5792         * microblaze-tdep.c (microblaze_return_value): Likewise.
5793         * mn10300-tdep.c (mn10300_return_value): Likewise.
5794         * moxie-tdep.c (moxie_return_value): Likewise.
5795         * mt-tdep.c (mt_return_value): Likewise.
5796         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5797         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5798         (ppc_sysv_abi_broken_return_value): Likewise.
5799         (ppc64_sysv_abi_return_value): Likewise.
5800         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5801         * rl78-tdep.c (rl78_return_value): Likewise.
5802         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5803         * rx-tdep.c (rx_return_value): Likewise.
5804         * s390-tdep.c (s390_return_value): Likewise.
5805         * score-tdep.c (score_return_value): Likewise.
5806         * sh-tdep.c (sh_return_value_nofpu): Likewise.
5807         (sh_return_value_fpu): Likewise.
5808         * sh64-tdep.c (sh64_return_value): Likewise.
5809         * sparc-tdep.c (sparc32_return_value): Likewise.
5810         * sparc64-tdep.c (sparc64_return_value): Likewise.
5811         * spu-tdep.c (spu_return_value): Likewise.
5812         * tic6x-tdep.c (tic6x_return_value): Likewise.
5813         * v850-tdep.c (v850_return_value): Likewise.
5814         * vax-tdep.c (vax_return_value): Likewise.
5815         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5816         * xtensa-tdep.c (xtensa_return_value): Likewise.
5817         * gdbarch.c: Regenerate.
5818         * gdbarch.h: Regenerate.
5819
5820 2012-05-15  Tom Tromey  <tromey@redhat.com>
5821
5822         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5823
5824 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5825
5826         * breakpoint.c (init_breakpoint_sal): Add quotes around part
5827         of command in two error message.
5828
5829 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5830
5831         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5832
5833 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5834
5835         * breakpoint.c (find_condition_and_thread): Minor reformatting.
5836
5837 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5838
5839         * NEWS (show auto-load scripts-directory): Add forgotten command.
5840
5841 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5842
5843         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5844         parameters.
5845
5846 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5847
5848         * amd64-tdep.c: Include features/i386/x32.c and
5849         features/i386/x32-avx.c.
5850         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5851         initialize_tdesc_x32_avx.
5852
5853 2012-05-14  Stan Shebs  <stan@codesourcery.com>
5854
5855         Add dynamic printf.
5856         * breakpoint.h (enum bptype): New type bp_dprintf.
5857         (struct breakpoint): New field extra_string.
5858         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5859         (create_breakpoint): Add extra_string arg.
5860         * breakpoint.c (dprintf_breakpoint_ops): New.
5861         (is_breakpoint): Add bp_dprintf.
5862         (bpstat_what): Add dprintf case.
5863         (bptype_string): Ditto.
5864         (print_one_breakpoint_location): Ditto.
5865         (init_bp_location): Ditto.
5866         (bkpt_print_mention): Ditto.
5867         (dprintf_style_enums): New array.
5868         (dprintf_style): New global.
5869         (dprintf_function): New global.
5870         (dprintf_channel): New global.
5871         (update_dprintf_command_list): New function.
5872         (update_dprintf_commands): New function.
5873         (init_breakpoint_sal): Add extra_string argument, handle it.
5874         (create_breakpoint_sal): Add extra_string argument.
5875         (create_breakpoints_sal): Add extra_string argument, update callers.
5876         (find_condition_and_thread): Add extra argument.
5877         (create_breakpoint): Add extra_string argument, record it.
5878         (dprintf_command): New function.
5879         (break_command_1): Add arg to create_breakpoint call.
5880         (handle_gnu_v3_exceptions): Ditto.
5881         (trace_command): Ditto.
5882         (ftrace_command): Ditto.
5883         (strace_command): Ditto.
5884         (bkpt_print_mention): Add dprintf case.
5885         (create_breakpoint_sal_default): Add extra_string argument.
5886         (_initialize_breakpoint): Add new commands.
5887         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5888         * python/py-breakpoint.c (bppy_init): Ditto.
5889         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5890
5891 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
5892
5893         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5894
5895 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
5896
5897         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5898         unsigned long long.
5899
5900 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
5901
5902         Add a new function gdb.find_pc_line to the Python API.
5903         * NEWS (Python Scripting): Add entry about the new function.
5904         * python/python.c (gdbpy_find_pc_line): New function which
5905         implements gdb.find_pc_line.
5906         (GdbMethods): Add entry for the new function.
5907
5908 2012-05-12  Pedro Alves  <palves@redhat.com>
5909
5910         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5911         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5912
5913 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
5914
5915         * inferior.c: Include completer.h
5916         (initialize_inferiors): Set completer of add-inferior to
5917         filename_completer.
5918
5919 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5920
5921         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5922         gdbarch_ptr_bit for x32 core dump.
5923
5924 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5925
5926         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5927         and features/i386/x32-avx-linux.c.
5928
5929 2012-05-11  Stan Shebs  <stan@codesourcery.com>
5930             Kwok Cheung Yeung  <kcy@codesourcery.com>
5931
5932         * NEWS: Describe new info os commands.
5933         * common/linux-osdata.c (PID_T, TIME_T): Define.
5934         (MAX_PID_T_STRLEN): New.
5935         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
5936         MAX_PID_T_STRLEN.
5937         (command_from_pid): Add comment.  Change to use PID_T.
5938         (commandline_from_pid):  Change to use PID_T.
5939         (user_from_pid): Add comment.
5940         (get_process_owner): Add comment. Change to use PID_T and
5941         MAX_PID_T_STRLEN.
5942         (get_number_of_cpu_cores): Add comment.
5943         (get_cores_used_by_process): Add comment.  Change to use PID_T and
5944         MAX_PID_T_STRLEN.
5945         (linux_xfer_osdata_processes): Change to use PID_T and
5946         MAX_PID_T_STRLEN.
5947         (compare_processes): New function.
5948         (linux_xfer_osdata_processgroups): New function.
5949         (linux_xfer_osdata_threads): Change to use PID_T.
5950         (linux_xfer_osdata_fds): New function.
5951         (format_socket_state, print_sockets): New functions.
5952         (union socket_addr): New union.
5953         (linux_xfer_osdata_isockets): New function.
5954         (time_from_time_t, group_from_gid): New functions.
5955         (linux_xfer_osdata_shm): New function.
5956         (linux_xfer_osdata_sem): New function.
5957         (linux_xfer_osdata_msg): New function.
5958         (linux_xfer_osdata_modules): New function.
5959         (osdata_table): Add new entries.
5960         * common/buffer.c (buffer_xml_printf): Add support for long and
5961         long long format specifiers.
5962
5963 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5964
5965         * amd64-linux-tdep.h (tdesc_x32_linux): New.
5966         (tdesc_x32_avx_linux): Likewise.
5967
5968 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5969
5970         Implement multi-component --with-auto-load-dir.
5971         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5972         entries.
5973         (--with-auto-load-safe-path): Update the default value description.
5974         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5975         New.
5976         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
5977         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
5978         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
5979         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
5980         "set auto-load scripts-directory".
5981         * config.in: Regenerate.
5982         * configure: Regenerate.
5983         * configure.ac (--with-auto-load-dir): New configure option.
5984         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5985
5986 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5987
5988         Provide $ddir substitution for --with-auto-load-safe-path.
5989         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5990         entries.
5991         * auto-load.c: Include observer.h.
5992         (auto_load_safe_path_vec_update): Call substitute_path_component for
5993         each component.  New variable ddir_subst.
5994         (auto_load_gdb_datadir_changed): New function.
5995         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5996         AUTO_LOAD_SAFE_PATH.  New comment.
5997         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5998         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
5999         * config.in: Regenerate.
6000         * configure: Regenerate.
6001         * configure.ac (--auto-load-safe-path): Rename
6002         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6003         GDB_DATADIR/auto-load.
6004         * defs.h (substitute_path_component): New declaration.
6005         * top.c: Include observer.h.
6006         (set_gdb_datadir): New function.
6007         (init_main): Install it for "set data-directory".
6008         * utils.c (substitute_path_component): New function.
6009
6010 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6011
6012         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6013         * auto-load.c (auto_load_objfile_script): Remove check for NULL
6014         DEBUG_FILE_DIRECTORY.  Handle multiple components of
6015         DEBUG_FILE_DIRECTORY.
6016
6017 2012-05-10  Tom Tromey  <tromey@redhat.com>
6018
6019         * dwarf2read.c (recursively_write_psymbols): New function.
6020         (write_psymtabs_to_index): Use it.
6021
6022         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6023         field.
6024         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6025         (load_partial_comp_unit): Update.
6026         (queue_comp_unit): Add argument 'pretend_language'.
6027         (process_queue): Update.
6028         (psymtab_to_symtab_1): Skip dependencies that have a user.
6029         (load_partial_comp_unit_reader): Give meaning to the 'data'
6030         argument.
6031         (load_full_comp_unit): Add 'pretend_language' argument.
6032         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6033         language on CU.
6034         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6035         Update.
6036         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6037         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6038         Update.
6039         (prepare_one_comp_unit): Add 'pretend_language' argument.
6040
6041         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6042         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6043         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6044         (dw2_do_instantiate_symtab): Check whether symtab was read in
6045         before queueing.
6046         (dw2_instantiate_symtab): Add assertion.  Call
6047         process_cu_includes.
6048         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6049         (partial_symtab_p): New typedef.
6050         (set_partial_user): New function.
6051         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6052         (scan_partial_symbols): Add imported CU to imported_symtabs.
6053         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6054         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6055         (get_symtab, recursively_compute_inclusions)
6056         (compute_symtab_includes, process_cu_includes)
6057         (process_imported_unit_die): New functions.
6058         (process_die) <DW_TAG_imported_unit>: New case.
6059         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6060
6061         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6062         comment.
6063         (struct partial_die_info) <locdesc>: Remove.
6064         <d>: New field.
6065         (process_psymtab_comp_unit): Add 'read_partial' argument.
6066         Update.
6067         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6068         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6069         (add_partial_symbol): Update.
6070         (process_die): Handle DW_TAG_partial_unit.
6071         (read_file_scope): Update comment.
6072         (load_partial_dies): Handle DW_TAG_imported_unit.
6073         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6074         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6075
6076 2012-05-10  Tom Tromey  <tromey@redhat.com>
6077
6078         * cc-with-dwz.sh: New file.
6079
6080 2012-05-10  Tom Tromey  <tromey@redhat.com>
6081
6082         * symtab.h (struct symtab) <includes, user>: New fields.
6083         * block.h (struct block_iterator) <d, idx, which>: New fields.
6084         * block.c (initialize_block_iterator, find_iterator_symtab)
6085         (block_iterator_step, block_iter_name_step)
6086         (block_iter_match_step): New functions.
6087         (block_iterator_first, block_iterator_next)
6088         (block_iter_name_first, block_iter_name_next)
6089         (block_iter_match_first, block_iter_match_next): Rewrite.
6090         (get_block_symtab): New function.
6091
6092 2012-05-10  Tom Tromey  <tromey@redhat.com>
6093
6094         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6095         set_block_symtab.
6096         * jit.c (finalize_symtab): Use allocate_global_block,
6097         set_block_symtab.
6098         * buildsym.c (finish_block_internal): New function, from old
6099         finish_block.
6100         (finish_block): Rewrite.
6101         (end_symtab): Use finish_block_internal, set_block_symtab.
6102         * block.h (struct global_block): New.
6103         (allocate_global_block, set_block_symtab): Declare.
6104         * block.c (allocate_global_block, set_block_symtab): New
6105         functions.
6106
6107 2012-05-10  Tom Tromey  <tromey@redhat.com>
6108
6109         * psymtab.c (partial_map_expand_apply): Add assertion.
6110         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6111         (psymtab_to_symtab): Find unshared psymtab.
6112         (dump_psymtab): Print including psymtabs.
6113         (recursively_search_psymtabs): New function.
6114         (expand_symtabs_matching_via_partial): Use it.
6115         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6116         fields.
6117         (enum psymtab_search_status): New.
6118
6119 2012-05-10  Tom Tromey  <tromey@redhat.com>
6120
6121         * tracepoint.c (scope_info): Update.
6122         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6123         (find_pc_sect_symtab, search_symbols)
6124         (default_make_symbol_completion_list_break_on)
6125         (make_file_symbol_completion_list): Update.
6126         * symmisc.c (dump_symtab_1): Update.
6127         * stack.c (print_frame_args, iterate_over_block_locals)
6128         (print_frame_labels, iterate_over_block_arg_vars): Update.
6129         * python/py-block.c (block_object) <dict>: Remove.
6130         <block>: New field.
6131         <iter>: Change type.
6132         (blpy_iter): Update.
6133         (blpy_block_syms_iternext): Update.
6134         * psymtab.c (map_block): Use block iterators.
6135         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6136         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6137         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6138         * infrun.c (check_exception_resume): Update.
6139         * cp-support.c (make_symbol_overload_list_block): Update.
6140         * coffread.c (patch_opaque_types): Update.
6141         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6142         * block.h (struct block_iterator): New.
6143         (block_iterator_first, block_iterator_next, block_iter_name_first)
6144         (block_iter_name_next, block_iter_match_first)
6145         (block_iter_match_next): Declare.
6146         (ALL_BLOCK_SYMBOLS): Redefine.
6147         * block.c (block_iterator_first, block_iterator_next)
6148         (block_iter_name_first, block_iter_name_next)
6149         (block_iter_match_first, block_iter_match_next): New functions.
6150         * ada-lang.c (ada_add_block_symbols)
6151         (ada_make_symbol_completion_list): Use block iterator.
6152
6153 2012-05-10  Tom Tromey  <tromey@redhat.com>
6154
6155         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6156         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6157         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6158         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6159         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6160         Update.
6161
6162 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6163
6164         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6165         print-file-var-lib2.c, print-file-var-main.c and
6166         print-file-var.exp (located in gdb/testsuite/gdb.base).
6167
6168 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6169
6170         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6171         try locating the symbol in the symbol's own objfile first, before
6172         extending the search to all objfiles.
6173         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6174         out of lookup_symbol_aux_symtabs.
6175         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6176         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6177         Do not search EXCLUDE_OBJFILE.
6178         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6179         (lookup_symbol_global): Search for matches in the block's objfile
6180         first, before searching all other objfiles.
6181
6182 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6183
6184         * printcmd.c (set_command): Add pre/post inc/dec.
6185
6186 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6187
6188         * gdb.1: Document -ex option.
6189
6190 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6191
6192         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6193         * inferior.h (AT_SYMBOL): Delete.
6194
6195 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6196
6197         * mips-tdep.c (mips_push_dummy_code): New function.
6198         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6199         ON_STACK and install mips_push_dummy_code as our gdbarch
6200         push_dummy_code routine.
6201
6202 2012-05-09  Pedro Alves  <palves@redhat.com>
6203
6204         * target.c (set_maintenance_target_async_permitted): Rename to ...
6205         (set_target_async_command): ... this.
6206         (show_maintenance_target_async_permitted): Rename to ...
6207         (show_target_async_command): ... this.
6208         (initialize_targets): Adjust.
6209
6210 2012-05-08  Doug Evans  <dje@google.com>
6211
6212         * go-exp.y (classify_name): Add missing assignment of fields of
6213         yylval.ssym.
6214
6215 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6216
6217         Display the ">" prompt in interactive mode while reading canned
6218         commands, even when the current interpreter is MI.
6219
6220         * interps.c (interp_set_temp): New function.
6221
6222         * interps.h (interp_set_temp): Add prototype.
6223
6224         * cli/cli-script.c (restore_interp): New cleanup function.
6225         (read_command_lines): Temporarily override the current interpreter
6226         with CLI and arrange for restoring the original one.
6227
6228 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6229
6230         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6231
6232 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6233
6234         * probe.c (parse_probes): Move conditional to check for
6235         debuginfo files from here...
6236         * stap-probe.c (stap_get_probes): ... to here.
6237
6238 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6239             H.J. Lu  <hongjiu.lu@intel.com>
6240
6241         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6242         `movl %esp, %ebp' for the X32 ABI.
6243
6244 2012-05-07  Tom Tromey  <tromey@redhat.com>
6245
6246         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6247         get_DW_TAG_name.
6248         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6249         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6250         (dwarf_stack_op_name): Remove.
6251         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6252         (decode_locdesc): Use get_DW_OP_name.
6253         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6254         (dwarf2_compile_expr_to_ax): Likewise.
6255         (disassemble_dwarf_expression): Likewise.
6256         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6257
6258 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6259
6260         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6261         (sh_linux_sigtramp_cache): New function.
6262         (sh_linux_sigreturn_init): New function.
6263         (sh_linux_rt_sigreturn_init): New function.
6264         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6265         patterns.
6266         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6267         syscall codes.
6268         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6269         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6270         (sh_linux_init_abi): Add init calls to register new tramp_frame
6271         definitions under 32-bit SH, update comments.
6272
6273 2012-05-07  Pedro Alves  <palves@redhat.com>
6274
6275         PR gdb/10952
6276
6277         * amd64-linux-tdep.c: Include glibc-tdep.h.
6278         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6279         gdbarch_skip_solib_resolver callback.
6280
6281 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6282
6283         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6284         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6285         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6286         (add_auto_load_safe_path): Change the error message.
6287         (_initialize_auto_load): Change the "safe-path" help text.
6288         * configure: Regenerate
6289         * configure.ac (--without-auto-load-safe-path): Set
6290         WITH_AUTO_LOAD_SAFE_PATH to /.
6291
6292 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6293
6294         * stap-probe.h: Do not include unecessary `probe.h'.
6295
6296 2012-05-05  Alan Modra  <amodra@gmail.com>
6297
6298         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6299         bfd_und_section_ptr.
6300         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6301         and bfd_com_section_ptr.
6302
6303 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6304
6305         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6306
6307 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6308
6309         * windows-nat.h (segment_register_p_ftype): New typedef.
6310         (windows_set_segment_register_p): Add declaration.
6311         * windows-nat.c (segment_register_p): New static global.
6312         (windows_set_segment_register_p): New function.
6313         (do_windows_fetch_inferior_registers): Add special handling
6314         for segment registers.
6315         * amd64-windows-nat.c: #include "amd64-tdep.h".
6316         (amd64_windows_segment_register_p): New function.
6317         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6318         * i386-windows-nat.c: #include "i386-tdep.h".
6319         (i386_windows_segment_register_p): New function.
6320         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6321
6322 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6323
6324         * printcmd.c (set_command): Emit a warning if the expression is not
6325         an assignment.
6326
6327 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6328
6329         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6330         Make static.
6331
6332 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6333
6334         * stap-probe.c (stap_is_operator): Change declaration.
6335         (stap_get_opcode): Change return value.
6336         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6337         `stap_parse_argument_1'.
6338
6339 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6340
6341         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6342         debug log.
6343
6344 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6345
6346         Add two new methods global_block and static_block to gdb.Symtab
6347         objects.
6348         * NEWS (Python scripting): Add entry about the new methods.
6349         * python/py-symtab.c (stpy_global_block): New function which
6350         implements the gdb.Symtab.global_block() method.
6351         (stpy_static_block): New function which implements the
6352         gdb.Symtab.static_block() method.
6353         (symtab_object_methods): Add entries for the two new methods.
6354
6355 2012-05-03  Doug Evans  <dje@google.com>
6356
6357         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6358         files.
6359
6360 2012-05-03  Yao Qi  <yao@codesourcery.com>
6361
6362         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6363         space.
6364         (i386_process_record): Ditto.
6365
6366 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6367
6368         * infcall.c (unwind_on_signal_p): Make static.
6369
6370 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6371
6372         * sol-thread.c (solaris_pid_to_str): Make static.
6373         (_initialize_sol_thread): Add prototype.
6374
6375 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6376
6377         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6378
6379 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6380
6381         * MAINTAINERS: Remove myself.
6382
6383 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6384
6385         Fix --without-auto-load-safe-path for MS-Windows host platform.
6386         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6387
6388 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6389
6390         * gdb_curses.h: Undefine KEY_EVENT before including curses
6391         headers.  Move "#undef MOUSE_MOVED" before any curses header
6392         inclusion.
6393
6394 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6395
6396         * features/i386/i386-mmx-linux.c: Regenerate.
6397         * features/rs6000/powerpc-32.c: Likewise.
6398         * features/rs6000/powerpc-32l.c: Likewise.
6399         * features/rs6000/powerpc-403.c: Likewise.
6400         * features/rs6000/powerpc-403gc.c: Likewise.
6401         * features/rs6000/powerpc-405.c: Likewise.
6402         * features/rs6000/powerpc-505.c: Likewise.
6403         * features/rs6000/powerpc-601.c: Likewise.
6404         * features/rs6000/powerpc-602.c: Likewise.
6405         * features/rs6000/powerpc-603.c: Likewise.
6406         * features/rs6000/powerpc-604.c: Likewise.
6407         * features/rs6000/powerpc-64.c: Likewise.
6408         * features/rs6000/powerpc-64l.c: Likewise.
6409         * features/rs6000/powerpc-750.c: Likewise.
6410         * features/rs6000/powerpc-860.c: Likewise.
6411         * features/rs6000/powerpc-e500.c: Likewise.
6412         * features/rs6000/powerpc-e500l.c: Likewise.
6413         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6414         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6415         * features/rs6000/rs6000.c: Likewise.
6416
6417 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6418
6419         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6420         variable.
6421         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6422         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6423         (stap_parse_argument) <e>: Likewise.
6424         (handle_stap_probe) <byte_order>: Likewise.
6425
6426 2012-04-30  Doug Evans  <dje@google.com>
6427
6428         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6429         init_and_read_dies_worker.  All callers updated.
6430         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6431         replaced with init_cutu_and_read_dies.
6432         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6433         (find_partial_die): Remove FIXME.  Don't free current CU.
6434
6435 2012-04-30  Sterling Augustine  <saugustine@google.com>
6436
6437         * contrib: New directory.
6438         * contrib/test_pubnames_and_indexes.py: New file.
6439
6440 2012-04-30  Doug Evans  <dje@google.com>
6441
6442         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6443         All callers updated.
6444         (init_cu_die_reader): Verify the section is non-empty.
6445         (dwarf_decode_line_header): Don't dereference section->asection
6446         until we know the section is present.
6447
6448 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6449
6450         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6451         probes.
6452
6453 2012-04-29  Yao Qi  <yao@codesourcery.com>
6454
6455         * gdb-code-style.el: New hook gdb-markup-hook
6456         and gdb-comment-hook.
6457
6458 2012-04-28  Doug Evans  <dje@google.com>
6459
6460         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6461         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6462         objfile->obfd.
6463         * symfile.h (dwarf2_debug_sections): New member addr.
6464         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6465         (ctx_no_get_addr_index): New function.
6466         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6467         (ctx_no_get_addr_index): Declare.
6468         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6469         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6470         (dwarf_expr_ctx_funcs): Update.
6471         (needs_get_addr_index): New function.
6472         (needs_frame_ctx_funcs): Update.
6473         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6474         * dwarf2read.c: #include "gdbcore.h".
6475         (dwarf2_per_objfile): New members addr, dwo_files.
6476         (dwarf2_elf_names): Add entry for addr.
6477         (struct dwo_section_names): New type.
6478         (dwo_section_names): New static global.
6479         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6480         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6481         old debug_types_section member updated to use this.
6482         Rename member debug_types_section to info_or_types_section,
6483         all uses updated.
6484         (signatured_type): Rename member type_offset to type_offset_in_tu,
6485         all uses updated.  New member type_offset_in_section.
6486         (struct dwo_sections): New type.
6487         (struct dwo_unit): New type.
6488         (struct dwo_file): New type.
6489         (die_reader_specs): New member dwo_file.
6490         (dwarf2_locate_sections): Watch for .debug_addr.
6491         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6492         (dwarf2_read_section): Get bfd of section from bfd's asection,
6493         instead of objfile.
6494         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6495         (create_signatured_type_table_from_index): Initialize
6496         sig_type->info_or_types_section.
6497         (dw2_get_file_names): Statement lists for type units with DWO files
6498         live in the DWO file.
6499         (create_debug_types_hash_table): New function.
6500         (create_all_type_units): Rewrite.
6501         (init_cu_die_reader): New arg dwo_file, all callers updated.
6502         (init_and_read_dies_worker): Get section from
6503         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6504         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6505         continue reading the CU/TU from there.
6506         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6507         updated.  Get section from this_cu->info_or_types_section.
6508         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6509         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6510         DW_FORM_GNU_str_index.
6511         (hash_dwo_file, eq_dwo_file): New functions.
6512         (allocate_dwo_file_hash_table): New function.
6513         (hash_dwo_unit, eq_dwo_unit): New functions.
6514         (allocate_dwo_unit_table): New function.
6515         (dwarf2_locate_dwo_sections): New function.
6516         (struct create_dwo_info_table_data): New type.
6517         (create_debug_info_hash_table_reader): New function.
6518         (create_debug_info_hash_table): New function.
6519         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6520         (lookup_dwo_file): New function.
6521         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6522         (free_dwo_file, free_dwo_file_cleanup): New functions.
6523         (free_dwo_file_from_slot, free_dwo_files): New functions.
6524         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6525         (dwarf2_record_block_ranges): Ditto.
6526         (read_partial_die): Ditto.
6527         (process_enumeration_scope): Update to use type_offset_in_section.
6528         (read_full_die_1): New function.
6529         (read_full_die): Rewrite.
6530         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6531         DW_FORM_GNU_str_index.
6532         (read_addr_index_1, read_addr_index): New functions.
6533         (read_addr_index_from_leb128): New function.
6534         (struct dwarf2_read_addr_index_data): New type.
6535         (dwarf2_read_addr_index_reader): New function.
6536         (dwarf2_read_addr_index): New function.
6537         (read_str_index): New function.
6538         (leb128_size): New function.
6539         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6540         If processing a type unit from a DWO file, get the line section
6541         from the DWO file.
6542         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6543         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6544         DW_FORM_GNU_str_index.
6545         (lookup_die_type): Check whether section offset of type's die is
6546         known before looking it up.  Remove assert.  Condition can
6547         legimately happen for inter-cu type references.
6548         (dwarf_attr_name): Handle Fission attributes.
6549         (dwarf_form_name): Handle Fission forms.
6550         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6551         DW_FORM_GNU_str_index.
6552         (follow_die_sig): Update to use type_offset_in_section.
6553         (decode_locdesc): New case DW_OP_GNU_addr_index.
6554         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6555         DW_FORM_GNU_str_index.
6556         (cu_debug_loc_section): New function.
6557         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6558         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6559         Free DWO files if present.
6560         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6561
6562         Refactor DIE reading.
6563         * dwarf2read.c (dwarf2_per_objfile): Replace members
6564         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6565         (die_reader_specs): New member "die_section".  Temporarily make
6566         member "buffer" non-const, pending constifying all info_ptr uses.
6567         (die_reader_func_ftype): New typedef.
6568         (dw2_get_file_names_reader): New function.
6569         (dw2_get_file_names): Rewrite.
6570         (read_and_check_type_unit_head): Rename arg type_offset to
6571         type_offset_in_tu.
6572         (create_all_type_units): Improve debugging message.
6573         Improve dummy type unit check.
6574         (init_cu_die_reader): New arg "section".  All callers updated.
6575         (init_and_read_dies_worker): New function.
6576         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6577         (init_cutu_and_read_dies_no_follow): New function.
6578         (init_cutu_and_read_dies_simple): New function.
6579         (process_psymtab_comp_unit_reader): New function.
6580         (process_psymtab_comp_unit): Delete args section,
6581         is_debug_types_section.  Rewrite.  All callers updated.
6582         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6583         All callers updated.  Rewrite.
6584         (load_partial_comp_unit_reader): New function.
6585         (load_partial_comp_unit): Rewrite.
6586         (skip_children): New arg reader.  Delete args buffer, cu.
6587         All callers updated.
6588         (skip_one_die): New arg reader.  Delete args buffer, cu.
6589         All callers updated.
6590         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6591         All callers updated.
6592         (load_full_comp_unit_reader): New function.
6593         (load_full_comp_unit): Rewrite.
6594         (read_comp_unit): Delete.
6595         (read_die_and_children_1): Delete, contents moved ...
6596         (read_die_and_children): ... here.
6597         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6598         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6599         All callers updated.
6600         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6601         All callers updated.
6602         (find_partial_die): Rewrite load_all_dies support.
6603         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6604         All callers updated.
6605         (read_attribute): New arg reader.  Delete args abfd, cu.
6606         All callers updated.
6607         (load_full_type_unit): Add assert.
6608         (read_signatured_type_reader): New function.
6609         (read_signatured_type): Rewrite.
6610         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6611         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6612         All callers updated.  Set per_cu->cu = NULL after freeing it.
6613         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6614         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6615         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6616         (set_die_type): Update.
6617         (get_die_type_at_offset): Update.
6618         (read_file_scope): Call prepare_one_comp_unit.
6619         (read_type_unit_scope): Ditto.
6620         (prepare_one_comp_unit): Set producer if present.
6621
6622 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6623
6624         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6625          gettext function on `error'.
6626
6627 2012-04-27  Doug Evans  <dje@google.com>
6628
6629         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6630         is empty.
6631
6632 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6633             Tom Tromey  <tromey@redhat.com>
6634
6635         * breakpoint.c (struct breakpoint_objfile_data)
6636         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6637         <exception_probes>: New fields.
6638         (free_breakpoint_probes): New function.
6639         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6640         `_Unwind_DebugHook'.
6641         (create_exception_master_breakpoint): Likewise.
6642         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6643         * infrun.c: Including necessary header files for handling SystemTap
6644         probes.
6645         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6646         via SystemTap probes.
6647         (check_exception_resume): Remove `func' argument.  Handle exception
6648         unwinding breakpoint set via a SystemTap probe.
6649         (insert_exception_resume_from_probe): New function.
6650
6651 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6652             Tom Tromey  <tromey@redhat.com>
6653             Jan Kratochvil  <jan.kratochvil@redhat.com>
6654
6655         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6656         (COMMON_OBS): Likewise.
6657         (HFILES_NO_SRCDIR): Add `probe'.
6658         * NEWS: Mention support for static and SystemTap probes.
6659         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6660         SystemTap probes' arguments parser.
6661         * arm-linux-tdep.c: Including headers needed to perform the parsing
6662         of SystemTap probes' arguments.
6663         (arm_stap_is_single_operand): New function.
6664         (arm_stap_parse_special_token): Likewise.
6665         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6666         probes' arguments parser.
6667         * ax-gdb.c (require_rvalue): Removing static declaration.
6668         (gen_expr): Likewise.
6669         * ax-gdb.h (gen_expr): Declaring function.
6670         (require_rvalue): Likewise.
6671         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6672         (bkpt_probe_breakpoint_ops): New variable.
6673         (momentary_breakpoint_from_master): Set the `probe' value.
6674         (add_location_to_breakpoint): Likewise.
6675         (break_command_1): Using proper breakpoint_ops according to the
6676         argument passed by the user in the command line.
6677         (bkpt_probe_insert_location): New function.
6678         (bkpt_probe_remove_location): Likewise.
6679         (bkpt_probe_create_sals_from_address): Likewise.
6680         (bkpt_probe_decode_linespec): Likewise.
6681         (tracepoint_probe_create_sals_from_address): Likewise.
6682         (tracepoint_probe_decode_linespec): Likewise.
6683         (tracepoint_probe_breakpoint_ops): New variable.
6684         (trace_command): Using proper breakpoint_ops according to the
6685         argument passed by the user in the command line.
6686         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6687         static probes on breakpoints and tracepoints.
6688         * breakpoint.h (struct bp_location) <probe>: New field.
6689         * cli-utils.c (skip_spaces_const): New function.
6690         (extract_arg): Likewise.
6691         * cli-utils.h (skip_spaces_const): Likewise.
6692         (extract_arg): Likewise.
6693         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6694         * configure.ac: Append `stap-probe.o' to be generated when ELF
6695         support is present.
6696         * configure: Regenerate.
6697         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6698         * elfread.c: Include `probe.h' and `arch-utils.h'.
6699         (probe_key): New variable.
6700         (elf_get_probes): New function.
6701         (elf_get_probe_argument_count): Likewise.
6702         (elf_evaluate_probe_argument): Likewise.
6703         (elf_compile_to_ax): Likewise.
6704         (elf_symfile_relocate_probe): Likewise.
6705         (stap_probe_key_free): Likewise.
6706         (elf_probe_fns): New variable.
6707         (elf_sym_fns): Add `sym_probe_fns' value.
6708         (elf_sym_fns_lazy_psyms): Likewise.
6709         (elf_sym_fns_gdb_index): Likewise.
6710         (_initialize_elfread): Initialize objfile cache for static
6711         probes.
6712         * gdb_vecs.h (struct probe): New forward declaration.
6713         (probe_p): New VEC declaration.
6714         * gdbarch.c: Regenerate.
6715         * gdbarch.h: Regenerate.
6716         * gdbarch.sh (stap_integer_prefix): New variable.
6717         (stap_integer_suffix): Likewise.
6718         (stap_register_prefix): Likewise.
6719         (stap_register_suffix): Likewise.
6720         (stap_register_indirection_prefix): Likewise.
6721         (stap_register_indirection_suffix): Likewise.
6722         (stap_gdb_register_prefix): Likewise.
6723         (stap_gdb_register_suffix): Likewise.
6724         (stap_is_single_operand): New function.
6725         (stap_parse_special_token): Likewise.
6726         (struct stap_parse_info): Forward declaration.
6727         * i386-tdep.c: Including headers needed to perform the parsing
6728         of SystemTap probes' arguments.
6729         (i386_stap_is_single_operand): New function.
6730         (i386_stap_parse_special_token): Likewise.
6731         (i386_elf_init_abi): Initializing proper fields used by SystemTap
6732         probes' arguments parser.
6733         * i386-tdep.h (i386_stap_is_single_operand): New function.
6734         (i386_stap_parse_special_token): Likewise.
6735         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6736         * mipsread.c (ecoff_sym_fns): Likewise.
6737         * objfiles.c (objfile_relocate1): Support relocation for static
6738         probes.
6739         * parse.c (prefixify_expression): Remove static declaration.
6740         (initialize_expout): Likewise.
6741         (reallocate_expout): Likewise.
6742         * parser-defs.h (initialize_expout): Declare function.
6743         (reallocate_expout): Likewise.
6744         (prefixify_expression): Likewise.
6745         * ppc-linux-tdep.c: Including headers needed to perform the parsing
6746         of SystemTap probes' arguments.
6747         (ppc_stap_is_single_operand): New function.
6748         (ppc_stap_parse_special_token): Likewise.
6749         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6750         probes' arguments parser.
6751         * probe.c: New file, for generic statically defined probe support.
6752         * probe.h: Likewise.
6753         * s390-tdep.c: Including headers needed to perform the parsing of
6754         SystemTap probes' arguments.
6755         (s390_stap_is_single_operand): New function.
6756         (s390_gdbarch_init): Initializing proper fields used by SystemTap
6757         probes' arguments parser.
6758         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6759         * stap-probe.c: New file, for SystemTap probe support.
6760         * stap-probe.h: Likewise.
6761         * symfile.h: Include `gdb_vecs.h'.
6762         (struct sym_probe_fns): New struct.
6763         (struct sym_fns) <sym_probe_fns>: New field.
6764         * symtab.c (init_sal): Initialize `probe' field.
6765         * symtab.h (struct probe): Forward declaration.
6766         (struct symtab_and_line) <probe>: New field.
6767         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6768         locations.
6769         (stop_tracing): Likewise.
6770         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6771
6772 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6773             Tom Tromey  <tromey@redhat.com>
6774
6775         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6776         and to compile agent expressions.
6777         * infrun.c (siginfo_make_value): New argument `ignore'.
6778         (siginfo_funcs): New struct.
6779         (_initialize_infrun): New argument when calling
6780         `create_internalvar_type_lazy'.
6781         * thread.c (thread_id_make_value): New argument `ignore'.
6782         (thread_funcs): New struct.
6783         (_initialize_thread): New argument when calling
6784         `create_internalvar_type_lazy'.
6785         * tracepoint.c (sdata_make_value): New argument `ignore'.
6786         (sdata_funcs): New struct.
6787         (_initialize_tracepoint): New argument when calling
6788         `create_internalvar_type_lazy'.
6789         * value.c (make_value): New struct.
6790         (create_internalvar_type_lazy): New argument `data'.
6791         (compile_internalvar_to_ax): New function.
6792         (value_of_internalvar): Properly handling `make_value' case.
6793         (clear_internalvar): Likewise.
6794         (show_convenience): Adding `TRY_CATCH' block.
6795         * value.h (internalvar_make_value): Delete, replace by...
6796         (struct internalvar_funcs): ... this.
6797         (create_internalvar_type_lazy) <fun>: Delete argument.
6798         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6799         (compile_internalvar_to_ax): New function.
6800         * windows-tdep.c (tlb_make_value): New argument `ignore'.
6801         (tlb_funcs): New struct.
6802         (_initialize_windows_tdep): New argument when calling
6803         `create_internalvar_type_lazy'.
6804
6805 2012-04-27  Mark Wielaard  <mjw@redhat.com>
6806
6807         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6808         see whether it is an address or a constant offset from DW_AT_low_pc.
6809         (dwarf2_record_block_ranges): Likewise.
6810         (read_partial_die): Likewise.
6811
6812 2012-04-26  Mark Wielaard  <mjw@redhat.com>
6813
6814         * MAINTAINERS (Write After Approval): Add myself to the list.
6815
6816 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6817
6818         * proc-utils.h (proc_prettyprint_signalset): New prototype.
6819         (proc_prettyprint_signal): Likewise.
6820         (proc_prettyprint_faultset): Likewise.
6821         (proc_prettyprint_fault): Likewise.
6822         (proc_prettyprint_actionset): Likewise.
6823         (proc_prettyprint_flags): Move to new proc-flags.c section.
6824         (proc_prettyfprint_flags): New prototype.
6825         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6826         (proc_syscall, proc_cursig): Likewise.
6827         (proc_set_kill_on_last_close): Likewise.
6828         (proc_unset_kill_on_last_close): Likewise.
6829         (proc_set_watchpoint): Make static.
6830         (proc_delete_dead_threads): Likewise.
6831         (procfs_set_watchpoint): Likewise.
6832         (_initialize_procfs): Add prototype.
6833         * proc-events.c: Include proc-utils.h.
6834         (init_syscall_table): Make static.
6835         * proc-api.c (_initialize_proc_api): Add prototype.
6836         * proc-flags.c: Include proc-utils.h.
6837
6838 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6839
6840         * configure.ac: Add AC_ARG_PROGRAM.
6841         * configure: Regenerate.
6842
6843 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6844
6845         Fix DW_AT_lower_bound defaults for DWARF-4+.
6846         * dwarf2read.c (read_subrange_type): Remove initialization of low and
6847         high.  New variable low_default_is_valid.  Implement DWARF-4+
6848         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
6849         no default by the DWARF standard.
6850
6851 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
6852             Maciej W. Rozycki  <macro@codesourcery.com>
6853
6854         * infrun.c (handle_inferior_event): Move the check for return
6855         trampolines ahead of the check for function trampolines.
6856         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6857         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6858         (mips_str_mips16_ret_stub): Likewise.
6859         (mips_str_call_fp_stub): Likewise.
6860         (mips_str_call_stub): Likewise.
6861         (mips_str_fn_stub): Likewise.
6862         (mips_str_pic): Likewise.
6863         (mips_in_frame_stub): New function.
6864         (mips_unwind_pc): Return the return address rather than the PC
6865         if the PC of an intermediate frame is inside a call thunk.
6866         (mips_is_stub_suffix): New function.
6867         (mips_is_stub_mode): Likewise.
6868         (mips_get_mips16_fn_stub_pc): Likewise.
6869         (mips_skip_mips16_trampoline_code): Update to handle all the
6870         currently generated stub types.  Don't recurse into __fn_stub
6871         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
6872         Use cooked register accesses.
6873         (mips_in_return_stub): Reintroduce function.
6874         (mips_skip_trampoline_code): Traverse trampolines recursively.
6875         (mips_gdbarch_init): Handle MIPS16 return trampolines.
6876
6877 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
6878
6879         GDB 7.4.1 released.
6880
6881 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
6882
6883         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6884         * features/arm-with-m-vfp-d16.xml: New file. Describes
6885         Cortex-M with VFPv4-sp-d16 FPU register layout.
6886         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6887         * features/arm-with-m-vfp-d16.c: New. Generated from above.
6888         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6889         (arm-register_g_packet_guesses): Add vfp-d16 guess.
6890         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6891
6892 2012-04-25  Doug Evans  <dje@google.com>
6893
6894         * cli/cli-decode.c (print_doc_line): Use stream instead of
6895         current_uiout.
6896
6897 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
6898
6899         * features/arm-with-iwmmxt.c: Regenerate.
6900         * features/arm-with-m-fpa-layout.c: Likewise.
6901         * features/arm-with-m.c: Likewise.
6902         * features/arm-with-neon.c: Likewise.
6903         * features/arm-with-vfpv2.c: Likewise.
6904         * features/arm-with-vfpv3.c: Likewise.
6905         * features/mips-dsp-linux.c: Likewise.
6906         * features/mips-linux.c: Likewise.
6907         * features/mips64-dsp-linux.c: Likewise.
6908         * features/mips64-linux.c: Likewise.
6909         * features/s390-linux32.c: Likewise.
6910         * features/s390-linux32v1.c: Likewise.
6911         * features/s390-linux32v2.c: Likewise.
6912         * features/s390-linux64.c: Likewise.
6913         * features/s390-linux64v1.c: Likewise.
6914         * features/s390-linux64v2.c: Likewise.
6915         * features/s390x-linux64.c: Likewise.
6916         * features/s390x-linux64v1.c: Likewise.
6917         * features/s390x-linux64v2.c: Likewise.
6918         * features/tic6x-c62x-linux.c: Likewise.
6919         * features/tic6x-c62x.c: Likewise.
6920         * features/tic6x-c64x-linux.c: Likewise.
6921         * features/tic6x-c64x.c: Likewise.
6922         * features/tic6x-c64xp-linux.c: Likewise.
6923         * features/tic6x-c64xp.c: Likewise.
6924         * target-descriptions.c: Only generate `field_type' and `type'
6925         variables when needed.
6926
6927 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
6928
6929         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6930
6931 2012-04-25  Doug Evans  <dje@google.com>
6932
6933         Initial pass at Go language support.
6934         * NEWS: Mention Go.
6935         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6936         go-valprint.c.
6937         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6938         (YYFILES): Add go-exp.c.
6939         (YYOBJ): Add go-exp.o.
6940         (local-maintainer-clean): Delete go-exp.c.
6941         * defs.h (enum language): Add language_go.
6942         * dwarf2read.c: #include "go-lang.h".
6943         (fixup_go_packaging): New function.
6944         (process_full_comp_unit): Call it when processing Go CUs.
6945         (dwarf2_physname): Add Go support.
6946         (read_file_scope): Handle missing language spec for GNU Go.
6947         (set_cu_language): Handle DW_LANG_Go.
6948         * go-exp.y: New file.
6949         * go-lang.h: New file.
6950         * go-lang.c: New file.
6951         * go-typeprint.c: New file.
6952         * go-valprint.c: New file.
6953         * symtab.c: #include "go-lang.h".
6954         (symbol_set_language): Handle language_go.
6955         (symbol_find_demangled_name, symbol_set_names): Ditto.
6956         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6957
6958 2012-04-24  Jim Meyering  <meyering@redhat.com>
6959
6960         avoid a few strncpy-induced buffer overruns
6961         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6962         fname and psargs before trying to concatenate.
6963         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6964         "name" before applying strchr.
6965
6966 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
6967
6968         * CONTRIBUTE: Use unified diff instead of context diff when
6969         generating patches.
6970
6971 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6972
6973         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6974         code.  Handle JR.HB correctly.
6975
6976 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6977
6978         * mips-tdep.c
6979         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6980         with the other MIPS16 helpers.
6981
6982 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
6983
6984         * observer.sh: Conditionally declare `args', thus cleaning up
6985         unused instances of this variable.
6986
6987 2012-04-24  Yao Qi  <yao@codesourcery.com>
6988
6989         Revert this patch to allow breakpoint always-inserted
6990         in record target.
6991         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
6992         * breakpoint.c: Include record.h.
6993         (breakpoints_always_inserted_mode): Return false when the record
6994         target is in use.
6995
6996         * breakpoint.c (iterate_over_bp_locations): New.
6997         * breakpoint.h: Declare.
6998         New typedef walk_bp_location_callback.
6999         * record.c (record_open): Call record_init_record_breakpoints.
7000         (record_sync_record_breakpoints): New.
7001         (record_init_record_breakpoints): New.
7002         * NEWS: Mention supporting breakpoint always-inserted mode in
7003         record target.
7004
7005 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
7006
7007         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7008         any thread.
7009
7010 2012-04-24  Yao Qi  <yao@codesourcery.com>
7011
7012         * breakpoint.c (ep_is_catchpoint): Renamed to ...
7013         (is_catchpoint): ... it.
7014         (print_one_breakpoint_location): Caller update.
7015         * breakpoint.h: Update declaration.
7016
7017 2012-04-23  David S. Miller  <davem@davemloft.net>
7018
7019         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7020
7021 2012-04-23  Tom Tromey  <tromey@redhat.com>
7022
7023         * buildsym.c (add_free_pendings): Remove.
7024         * buildsym.h (add_free_pendings): Remove.
7025
7026 2012-04-23  Doug Evans  <dje@google.com>
7027
7028         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7029         attr.u.unsnd instead of attr.u.addr.
7030         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7031         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7032         DW_FORM_ref_udata.
7033         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7034         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7035         DW_FORM_ref_udata.
7036         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7037
7038 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7039
7040         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7041         (mips_o32_return_value): Likewise.
7042         (mips_o64_return_value): Likewise.
7043
7044 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7045
7046         * ada-lang.c (ada_evaluate_subexp): Add cases for
7047         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7048         their treatment in eval.c.
7049
7050 2012-04-21  David S. Miller  <davem@davemloft.net>
7051
7052         * sparc-tdep.c (X_DISP10): Define.
7053         (sparc_analyze_control_transfer): Handle compare-and-branch.
7054
7055 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7056
7057         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7058         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7059
7060 2012-04-20  Nigel Stephens  <nigel@mips.com>
7061             Maciej W. Rozycki  <macro@codesourcery.com>
7062
7063         * mips-tdep.c (mips_float_register_p): New function.
7064         (mips_convert_register_float_case_p): Use mips_float_register_p.
7065         (mips_register_type): Likewise.
7066         (mips_print_register): Likewise.
7067         (print_gp_register_row): Likewise.
7068         (mips_print_registers_info): Likewise.
7069
7070 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7071
7072         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7073         of mips16 symbols.
7074
7075 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7076
7077         * MAINTAINERS (Write After Approval): Add myself to the list.
7078
7079 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7080
7081         * MAINTAINERS: Update my e-mail address.
7082
7083 2012-04-20  Pedro Alves  <palves@redhat.com>
7084
7085         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7086         $srcdir.
7087         * configure: Regenerate.
7088
7089 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7090
7091         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7092         declaration.
7093         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7094
7095 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7096
7097         Fix compilation compatibility with python-2.4
7098         * python/py-type.c (convert_field): Cast ADDRSTRING for
7099         PyObject_SetAttrString as non-const.  New comment.
7100
7101 2012-04-19  Tom Tromey  <tromey@redhat.com>
7102
7103         * top.c (quit_target): Use all_cleanups.
7104         * main.c (captured_command_loop): Use all_cleanups.
7105         * exceptions.c (throw_exception): Use all_cleanups.
7106
7107 2012-04-19  Pedro Alves  <palves@redhat.com>
7108
7109         * Makefile.in (GNULIB_BUILDDIR): New.
7110         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7111         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7112         (CLEANDIRS). Remove gnulib/import.
7113         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7114         (all-lib): Ditto.
7115         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7116         (gnulib/import/Makefile): Replace gnulib/import with
7117         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7118         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7119         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7120         acx_configure_dir.m4.
7121         * acinclude.m4: Include acx_configure_dir.m4.
7122         * acx_configure_dir.m4: New file.
7123         * aclocal.m4: Regenerate.
7124         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7125         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7126         (GNULIB): New variable.
7127         (GNULIB_STDINT_H): Adjust.
7128         (AC_OUTPUT): Don't output gnulib/Makefile.
7129         * gdb/defs.h: Include build-gnulib/config.h.
7130         * aclocal.m4: Regenerate.
7131         * config.in: Regenerate.
7132         * configure: Regenerate.
7133
7134         * gnulib/Makefile.in: New file.
7135         * gnulib/configure.ac: New file.
7136         * gnulib/aclocal.m4: New file.
7137         * gnulib/config.in: New file.
7138         * gnulib/configure: New file.
7139         * gnulib/: Re-run gnulib-tool to adjust.
7140
7141 2012-04-19  Doug Evans  <dje@google.com>
7142
7143         * cleanups.h (struct cleanup): Move to cleanups.c.
7144         (make_cleanup_dtor_ftype): New typedef.
7145         (make_cleanup_dtor): Use it.
7146         (ALL_CLEANUPS): Replace with ...
7147         (all_cleanups): ... this.  Declare.  All uses updated.
7148         * cleanups.c: #include "gdb_assert.h".
7149         (sentinel_cleanup): New static global.
7150         (SENTINEL_CLEANUP): Define.
7151         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7152         (make_my_cleanup2): Assert result is non-NULL.
7153         (all_cleanups): New function.
7154         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7155         of NULL.
7156
7157 2012-04-19  Pedro Alves  <palves@redhat.com>
7158
7159         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7160         Adjust paths to gnulib imported files.
7161
7162 2012-04-19  Pedro Alves  <palves@redhat.com>
7163
7164         * gnulib/: Move whole directory ...
7165         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7166         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7167         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7168         (aclocal_m4_deps): Adjust.
7169         * aclocal.m4: Regenerate.
7170         * configure: Regenerate.
7171         * configure.ac: Adjust AC_OUTPUT output.
7172
7173 2012-04-19  Yao Qi  <yao@codesourcery.com>
7174
7175         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7176         (vec.o): New rule.
7177         * vec.c: Move it ...
7178         * common/vec.c: ... here.
7179         * vec.h: Move it ...
7180         * common/vec.h: ... here.
7181
7182 2012-04-19  Yao Qi  <yao@codesourcery.com>
7183
7184         * gdb-code-style.el: New.
7185
7186 2012-04-18  Pedro Alves  <palves@redhat.com>
7187
7188         Update gnulib from latest git.
7189         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7190
7191         * gnulib/Makefile.am: Update.
7192         * gnulib/dummy.c: Update.
7193         * gnulib/extra/arg-nonnull.h: Update.
7194         * gnulib/extra/c++defs.h: Update.
7195         * gnulib/extra/update-copyright: Update.
7196         * gnulib/extra/warn-on-use.h: Update.
7197         * gnulib/inttypes.in.h: Update.
7198         * gnulib/m4/00gnulib.m4: Update.
7199         * gnulib/m4/extensions.m4: Update.
7200         * gnulib/m4/gnulib-cache.m4: Update.
7201         * gnulib/m4/gnulib-common.m4: Update.
7202         * gnulib/m4/gnulib-comp.m4: Update.
7203         * gnulib/m4/gnulib-tool.m4: Update.
7204         * gnulib/m4/include_next.m4: Update.
7205         * gnulib/m4/inttypes-pri.m4: Update.
7206         * gnulib/m4/inttypes.m4: Update.
7207         * gnulib/m4/longlong.m4: Update.
7208         * gnulib/m4/memchr.m4: Update.
7209         * gnulib/m4/memmem.m4: Update.
7210         * gnulib/m4/mmap-anon.m4: Update.
7211         * gnulib/m4/multiarch.m4: Update.
7212         * gnulib/m4/onceonly.m4: Update.
7213         * gnulib/m4/stddef_h.m4: Update.
7214         * gnulib/m4/stdint.m4: Update.
7215         * gnulib/m4/string_h.m4: Update.
7216         * gnulib/m4/warn-on-use.m4: Update.
7217         * gnulib/m4/wchar_h.m4: Update.
7218         * gnulib/m4/wchar_t.m4: Update.
7219         * gnulib/m4/wint_t.m4: Update.
7220         * gnulib/memchr.c: Update.
7221         * gnulib/memmem.c: Update.
7222         * gnulib/stddef.in.h: Update.
7223         * gnulib/stdint.in.h: Update.
7224         * gnulib/str-two-way.h: Update.
7225         * gnulib/string.in.h: Update.
7226         * gnulib/wchar.in.h: Update.
7227
7228         * gnulib/extra/arg-nonnull.h: Delete.
7229         * gnulib/extra/c++defs.h: Delete.
7230         * gnulib/extra/warn-on-use.h: Delete.
7231         * gnulib/m4/wchar_h.m4: Delete.
7232         * gnulib/m4/wint_t.m4: Delete.
7233         * gnulib/wchar.in.h: Delete.
7234
7235         * gnulib/extra/snippets/arg-nonnull.h: New.
7236         * gnulib/extra/snippets/c++defs.h: New.
7237         * gnulib/extra/snippets/warn-on-use.h: New.
7238
7239         * aclocal.m4: Regenerate.
7240         * config.in: Regenerate.
7241         * configure: Regenerate.
7242         * gnulib/Makefile.in: Regenerate.
7243
7244 2012-04-18  Pedro Alves  <palves@redhat.com>
7245
7246         Reimport the update-copyright module from gnulib
7247         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7248
7249         * configure: Regenerate.
7250         * gnulib/Makefile.am: Update.
7251         * gnulib/Makefile.in: Regenerate.
7252         * gnulib/extra/update-copyright: Update.
7253         * gnulib/m4/gnulib-cache.m4: Update.
7254         * gnulib/m4/gnulib-comp.m4: Update.
7255
7256 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7257
7258         * configure.ac (aix): Put -lpthread into libs.
7259         * configure: Regenerate.
7260
7261 2012-04-18  Tom Tromey  <tromey@redhat.com>
7262
7263         * linespec.c (convert_linespec_to_sals): Don't use
7264         SYMBOL_OBJ_SECTION.
7265         (compare_msymbols): Arguments are minsym_and_objfile, not
7266         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7267
7268 2012-04-18  Pedro Alves  <palves@redhat.com>
7269
7270         Revert gnulib/ part of:
7271         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7272         Copyright year update in most files (performed by copyright.sh).
7273
7274 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7275
7276         Fix 64-bit constants on 32-bit hosts.
7277         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7278         from unsigned long to ULONGEST.
7279         (read_signed_leb128): Change declaration return type from long to
7280         LONGEST.
7281         (dwarf2_const_value_attr): Change declaration parameter value from long
7282         to LONGEST.
7283         (dwarf2_compute_name): Change variable value from long to LONGEST.
7284         (read_unsigned_leb128): Change return type, variable result and some
7285         casts from unsigned long to ULONGEST.
7286         (read_signed_leb128): Change return type, variable result and some
7287         casts from long to LONGEST.
7288         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7289         value from long to LONGEST.
7290         (dwarf2_const_value): Change variable value from long to LONGEST.
7291         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7292         plongest and hex_string.
7293         * symtab.h (struct general_symbol_info): Change ivalue from long to
7294         LONGEST, remove the comment.
7295         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7296         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7297
7298 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7299
7300         PR symtab/7259:
7301         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7302         * ada-lang.c (ada_discrete_type_high_bound)
7303         (ada_discrete_type_low_bound): Fix function comment.  Use
7304         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7305         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7306         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7307         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7308         Use TYPE_FIELD_ENUMVAL.
7309         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7310         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7311         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7312         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7313         TYPE_CODE_ENUM.
7314         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7315         * dwarf2read.c (process_enumeration_scope): Likewise.
7316         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7317         field.bitpos.
7318         (class StructMainTypePrettyPrinter): Support also
7319         FIELD_LOC_KIND_ENUMVAL.
7320         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7321         TYPE_CODE_ENUM.
7322         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7323         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7324         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7325         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7326         field enumval.
7327         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7328         accommodate enumval.
7329         (struct call_site): Adjust loc_kind to accommodate enumval.
7330         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7331         (TYPE_FIELD_ENUMVAL): New macros.
7332         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7333         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7334         TYPE_CODE_ENUM.
7335         * p-typeprint.c (pascal_type_print_base): Likewise.
7336         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7337         enumval.
7338         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7339         * python/py-type.c (convert_field): New variable addrstring.  Use
7340         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7341         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7342         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7343         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7344         TYPE_CODE_ENUM.
7345         * valprint.c (generic_val_print): Likewise.
7346
7347 2012-04-17  Doug Evans  <dje@google.com>
7348
7349         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7350
7351         * dwarf2read.c: Whitespace fixes.
7352         (lookup_signatured_type): Tweak comment.
7353         (get_die_type_at_offset): Fix comment.
7354
7355 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7356
7357         * xcoffread.c (xcoff_secnum_to_sections): New function.
7358         (secnum_to_section, secnum_to_bfd_section): Reimplement
7359         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7360         into "n_scnum".
7361         (RECORD_MINIMAL_SYMBOL): Delete.
7362         (record_minimal_symbol): New function.
7363         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7364         by call to record_minimal_symbol and set misc_func_recorded
7365         to 1.  Set last_csect_sec to the XCOFF section index instead
7366         of GDB's section_offset index.  Update calls to
7367         prim_record_minimal_symbol_and_info to pass the BFD section
7368         as well.
7369
7370 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7371
7372         * xcoffread.c (read_xcoff_symtab): Delete variables
7373         last_csect_val and last_csect_sec and associated code.
7374
7375 2012-04-17  Doug Evans  <dje@google.com>
7376
7377         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7378         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7379         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7380         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7381
7382         * cleanups.h: New file.
7383         * cleanups.c: New file.
7384         * Makefile.in (SFILES): Add cleanups.c.
7385         (HFILES_NO_SRCDIR): Add cleanups.h.
7386         (COMMON_OBS): Add cleanups.o.
7387         * defs.h (struct cleanup): Moved to cleanups.h.
7388         (do_cleanups,do_final_cleanups): Ditto.
7389         (discard_cleanups,discard_final_cleanups): Ditto
7390         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7391         (save_cleanups,save_final_cleanups): Ditto.
7392         (restore_cleanups,restore_final_cleanups): Ditto.
7393         (null_cleanup): Ditto.
7394         (make_my_cleanup,make_my_cleanup2): Ditto.
7395         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7396         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7397         (do_cleanups,do_final_cleanups): Ditto.
7398         (discard_cleanups,discard_final_cleanups): Ditto
7399         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7400         (save_cleanups,save_final_cleanups): Ditto.
7401         (restore_cleanups,restore_final_cleanups): Ditto.
7402         (null_cleanup): Ditto.
7403         (make_my_cleanup,make_my_cleanup2): Ditto.
7404         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7405
7406         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7407         make_my_cleanup.
7408         (make_cleanup_dyn_string_delete): Ditto.
7409         (make_cleanup_ui_file_delete): Ditto.
7410         (make_cleanup_ui_out_redirect_pop): Ditto.
7411         (make_cleanup_free_section_addr_info): Ditto.
7412         (make_cleanup_restore_integer): Ditto.
7413         (make_cleanup_unpush_target): Ditto.
7414         (make_cleanup_value_free_to_mark): Ditto.
7415         (make_cleanup_value_free): Ditto.
7416         (make_cleanup_free_so): Ditto.
7417
7418 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7419
7420         New option "set debug auto-load".
7421         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7422         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7423         (auto_load_safe_path_vec_update)
7424         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7425         if DEBUG_AUTO_LOAD.
7426         (file_is_auto_load_safe): New parameters debug_fmt and ....
7427         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7428         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7429         caller by explanatory string.
7430         (_initialize_auto_load): Register "set debug auto-load".
7431         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7432         and ....
7433         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7434         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7435         by explanatory string.
7436         * main.c (captured_main): Likewise.
7437         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7438         (source_section_scripts): Likewise.
7439
7440 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7441
7442         New option "set auto-load safe-path".
7443         * NEWS: New commands "set auto-load safe-path"
7444         and "show auto-load safe-path".
7445         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7446         (auto_load_safe_path, auto_load_safe_path_vec)
7447         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7448         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7449         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7450         (source_gdb_script_for_objfile): New variable is_safe.  Call
7451         file_is_auto_load_safe.  Return if it is not.
7452         (struct loaded_script): New field loaded.
7453         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7454         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7455         output "Missing" to "No".
7456         (_initialize_auto_load): New variable cmd.  Initialize
7457         auto_load_safe_path.  Register "set auto-load safe-path",
7458         "show auto-load safe-path" and "add-auto-load-safe-path".
7459         * auto-load.h (maybe_add_script): Add parameter loaded.
7460         (file_is_auto_load_safe): New declaration.
7461         * config.in: Regenerate.
7462         * configure: Regenerate.
7463         * configure.ac: New parameters --with-auto-load-safe-path
7464         and --without-auto-load-safe-path.
7465         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7466         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7467         * main.c (captured_main): Check file_is_auto_load_safe for
7468         LOCAL_GDBINIT.
7469         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7470         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7471         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7472         not.
7473
7474 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7475
7476         auto-load: Implementation.
7477         * NEWS: New descriptions for "info auto-load",
7478         "info auto-load gdb-scripts", "info auto-load python-scripts",
7479         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7480         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7481         and "show auto-load-scripts".  New description for "set auto-load",
7482         "show auto-load", "set auto-load gdb-scripts",
7483         "show auto-load gdb-scripts", "set auto-load python-scripts",
7484         "show auto-load python-scripts", "set auto-load local-gdbinit",
7485         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7486         "show auto-load libthread-db".
7487         * auto-load.c: Remove include python/python-internal.h.  Add includes
7488         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7489         cli/cli-setshow.h.
7490         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7491         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7492         (gdbpy_global_auto_load): Rename to ...
7493         (global_auto_load): ... here.
7494         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7495         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7496         (script_language_gdb, source_gdb_script_for_objfile): New.
7497         (struct loaded_script): New field language.
7498         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7499         LANGUAGE.
7500         (maybe_add_script): Add parameter language.  Drop redundant
7501         entry.full_path initialization.  Initialize entry.language and
7502         (*slot)->language.
7503         (auto_load_objfile_script): Change parameter suffix to language.
7504         Remove the call of maybe_add_script.
7505         Call language->source_script_for_objfile.
7506         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7507         New.
7508         (collect_matching_scripts): Adjust it for
7509         struct collect_matching_scripts_data.
7510         (auto_load_info_scripts_pattern_nl): New variable.
7511         (info_auto_load_scripts): Rename to ...
7512         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7513         for struct collect_matching_scripts_data.
7514         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7515         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7516         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7517         (auto_load_info_cmdlist_get): New.
7518         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7519         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7520         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7521         "info auto-load local-gdbinit".
7522         * auto-load.h (struct script_language): New.
7523         (gdbpy_global_auto_load): Rename to ...
7524         (global_auto_load): ... here.
7525         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7526         (auto_load_local_gdbinit_loaded): New declarations.
7527         (maybe_add_script): New parameter language.
7528         (auto_load_objfile_script): Change parameter suffix to language.
7529         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7530         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7531         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7532         declarations.
7533         * linux-thread-db.c: Include auto-load.h and ctype.h.
7534         (auto_load_thread_db, show_auto_load_thread_db): New.
7535         (struct thread_db_info): New field filename.
7536         (delete_thread_db_info): Call xfree for FILENAME.
7537         (try_thread_db_load): Initialize FILENAME.
7538         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7539         if !AUTO_LOAD_THREAD_DB.
7540         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7541         (_initialize_thread_db): Install auto_load_thread_db
7542         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7543         as "info auto-load libthread-db".
7544         * main.c (captured_main): Rename gdbpy_global_auto_load to
7545         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7546         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7547         (print_gdb_help): Extend the help for 'local init file'.
7548         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7549         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7550         (auto_load_scripts): Rename to ...
7551         (auto_load_python_scripts): ... here, update the comment.
7552         (gdbpy_load_auto_script_for_objfile): New declaration.
7553         (show_auto_load_python_scripts, script_language_python)
7554         (gdbpy_load_auto_script_for_objfile): New.
7555         (source_section_scripts): Refactor the code.
7556         (load_auto_scripts_for_objfile): Rename to ...
7557         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7558         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7559         (info_auto_load_python_scripts): New.
7560         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7561         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7562         Register "set auto-load-scripts" as its deprecated alias.  Register
7563         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7564         its deprecated alias.
7565         (load_auto_scripts_for_objfile): Rename to ...
7566         (gdbpy_load_auto_scripts_for_objfile): ... here.
7567         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7568         (gdbpy_load_auto_scripts_for_objfile): ... here.
7569
7570 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7571
7572         auto-load: Move files.
7573         * Makefile.in (SFILES): Add auto-load.c.
7574         (HFILES_NO_SRCDIR): Add auto-load.h.
7575         (COMMON_OBS): Add auto-load.o.
7576         (distclean): Change .gdbinit for gdb-gdb.gdb.
7577         * auto-load.c: New file, with parts from python/py-auto-load.c.
7578         * auto-load.h: New file, with parts from python/python.h.
7579         * configure: Regenerate.
7580         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7581         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7582         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7583         * main.c: Include auto-load.h.
7584         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7585         command.h, observer.h and progspace.h to auto-load.c.  Add include
7586         auto-load.h.
7587         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7588         (struct loaded_script, auto_load_pspace_data)
7589         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7590         (hash_loaded_script_entry, eq_loaded_script_entry)
7591         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7592         (maybe_add_script): Move to auto-load.c.
7593         (source_section_scripts): Change maybe_add_script parameters passing,
7594         use script_not_found_warning_print.
7595         (clear_section_scripts, auto_load_objfile_script)
7596         (auto_load_new_objfile, loaded_script_ptr)
7597         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7598         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7599         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7600         auto_load_new_objfile and info_auto_load_scripts initizations to
7601         auto-load.c.
7602         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7603
7604 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7605
7606         Code cleanup.
7607         * charset.c (find_charset_names): Remove variables ix and elt.
7608         Use free_char_ptr_vec.
7609         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7610         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7611         debugdir_end.  New variable debugdir_len.
7612         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7613         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7614         declarations.
7615         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7616         and elt.  Use free_char_ptr_vec.
7617         * source.c (add_path): Remove variables argv, arg and argv_index.
7618         New variables dir_vec, back_to, ix and name.
7619         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7620         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7621         no longer expecting DIRNAME_SEPARATOR.
7622         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7623         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7624         no longer expecting DIRNAME_SEPARATOR.
7625         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7626         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7627         debugdir_end.
7628         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7629         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7630         (dirnames_to_char_ptr_vec): New functions.
7631
7632 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7633
7634         Code cleanup.
7635         * source.c (add_path): Remove always true conditional 'p == 0' and
7636         unindent its code block.
7637
7638 2012-04-17  Pedro Alves  <palves@redhat.com>
7639
7640         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7641         (FIELD_BITPOS_LVAL): ... this.
7642         (FIELD_BITPOS): New.
7643         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7644         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7645         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7646         SET_FIELD_BITPOS.
7647         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7648         SET_FIELD_BITPOS.
7649         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7650         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7651         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7652         SET_FIELD_BITPOS.
7653
7654 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7655
7656         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7657         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7658         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7659         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7660         * jv-lang.c (java_link_class_type): Likewise, once.
7661         * stabsread.c (read_enum_type): Likewise.
7662
7663 2012-04-16  Yao Qi  <yao@codesourcery.com>
7664
7665         * common/agent.c (agent_run_command): Add one more parameter `len'.
7666         Update callers.
7667         * common/agent.h: Update declaration.
7668         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7669         Update.
7670         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7671
7672 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7673
7674         PR mi/13393
7675         * value.c (value_actual_type): New function.
7676         * value.h (value_actual_type): New declaration.
7677         * varobj.c (update_type_if_necessary): New function.
7678         (varobj_create): Call value_actual_type instead of
7679         value_type.
7680         (install_dynamic_child): distinct changed and type changed MI variable
7681         objects.
7682         (update_dynamic_varobj_children): Updated for install_dynamic_child
7683         change.  All callers updated.
7684         (varobj_update): Support for MI variable object type change if
7685         the value changed and RTTI is used to determine the type.
7686         (create_child_with_value): Call value_actual_type instead of
7687         value_type.
7688         (adjust_value_for_child_access): Extended with a new parameter which
7689         specify whether the given value should be casted to enclosing type.
7690         All callers updated.
7691
7692 2012-04-14  Yao Qi  <yao@codesourcery.com>
7693
7694         Import gnulib module inttypes from git
7695         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7696         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7697         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7698         gnulib/m4/inttypes-pri.m4
7699         * aclocal.m4, config.in, configure: Regenerated.
7700         * gnulib/Makefile.am: Update.
7701         * gnulib/Makefile.in: Update.
7702         * gnulib/m4/gnulib-cache.m4: Update.
7703         * gnulib/m4/gnulib-comp.m4: Update.
7704         * gnulib/inttypes.in.h: New.
7705         * gnulib/m4/inttypes-pri.m4: New.
7706         * gnulib/m4/inttypes.m4: New.
7707
7708 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
7709
7710         * infrun.c (resume): Update PC address to the real PC after
7711         preparing to do displaced stepping.
7712
7713 2012-04-12  Doug Evans  <dje@google.com>
7714
7715         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7716         All callers updated.
7717
7718 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
7719
7720         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7721
7722 2012-04-12  Doug Evans  <dje@google.com>
7723
7724         * dwarf2read.c (create_all_type_units): Renamed from
7725         create_debug_types_hash_table.  All callers updated.
7726
7727         * dwarf2read.c (create_signatured_type_table_from_index): Rename
7728         local type_sig to sig_type, type_offset to type_offset_in_tu.
7729         (hash_signatured_type): Renamed from hash_type_signature,
7730         all callers updated.
7731         (eq_signatured_type): Renamed from eq_type_signature,
7732         all callers updated.
7733         (create_debug_types_hash_table): Rename local type_sig to sig_type.
7734         (process_enumeration_scope): Ditto.
7735         (lookup_signatured_type_at_offset): Ditto.
7736         (load_full_type_unit, read_signatured_type): Ditto.
7737
7738 2012-04-12  Yao Qi  <yao@codesourcery.com>
7739
7740         * remote.c (async_remote_interrupt): Correct function name in
7741         debug message.
7742         (async_remote_interrupt_twice): Ditto.
7743
7744 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
7745
7746         * source.c (find_and_open_source): Consistently pass resulting
7747         full path through xfullpath.
7748
7749 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7750
7751         Provide more specific displaced-stepping memory error message.
7752         * infrun.c (displaced_step_prepare): New variable status.  Call
7753         target_read_memory instead of read_memory, provide more specific
7754         error message.
7755
7756 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7757
7758         PR gdb/13901
7759         * darwin-nat.c (darwin_execvp): Revert previous patch.
7760
7761 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7762
7763         PR gdb/13901
7764         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7765         in case of change.
7766
7767 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7768
7769         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7770         warning.
7771
7772 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
7773
7774         New command 'explore' which helps explore values and types in
7775         scope.
7776         * NEWS: Add an entry about the new 'explore' command.
7777         * data-directory/Makefile.in: Add gdb/command/explore.py
7778         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7779         command using the GDB Python API.
7780
7781 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7782
7783         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7784         extension in jump target calculation.
7785
7786 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7787
7788         * mips-tdep.c (mips32_next_pc): Handle JALX.
7789
7790 2012-04-10  Yao Qi  <yao@codesourcery.com>
7791
7792         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7793
7794 2012-04-10  Yao Qi  <yao@codesourcery.com>
7795
7796         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7797         and gnulib/m4/gnulib-tool.m4.
7798
7799 2012-04-10  Doug Evans  <dje@google.com>
7800
7801         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7802         (load_partial_dies): Clarify comment.
7803         (find_partial_die): Support rereading type units.
7804         Clarify CU handling, if we know offset is in CU, don't search for the
7805         containing CU.  Add comment regarding memory waste.
7806
7807 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7808
7809         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7810         i386/x32-avx and i386/x32-avx-linux.
7811         (i386/x32-expedite): New.
7812         (i386/x32-linux-expedite): Likewise.
7813         (i386/x32-avx-expedite): Likewise.
7814         (i386/x32-avx-linux-expedite): Likewise.
7815         ($(outdir)/i386/x32.dat): Likewise.
7816         ($(outdir)/i386/x32-linux.dat): Likewise.
7817         ($(outdir)/i386/x32-avx.dat): Likewise.
7818         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7819
7820         * features/i386/x32-avx-linux.xml: New file.
7821         * features/i386/x32-avx.xml: Likewise.
7822         * features/i386/x32-core.xml: Likewise.
7823         * features/i386/x32-linux.xml: Likewise.
7824         * features/i386/x32.xml: Likewise.
7825
7826         * features/i386/x32-avx-linux.c: New.  Generated.
7827         * features/i386/x32-avx.c: Likewise.
7828         * features/i386/x32-linux.c: Likewise.
7829         * features/i386/x32.c: Likewise.
7830         * regformats/i386/x32-avx-linux.dat: Likewise.
7831         * regformats/i386/x32-avx.dat: Likewise.
7832         * regformats/i386/x32-linux.dat: Likewise.
7833         * regformats/i386/x32.dat: Likewise.
7834
7835 2012-04-10  Tristan Gingold  <gingold@adacore.com>
7836
7837         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7838         code to kill the inferior.
7839
7840 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7841
7842         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7843         defines.
7844         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7845         defines.
7846         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7847         (yyvsp): New defines.
7848         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7849         defines.
7850         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7851         defines.
7852         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7853         defines.
7854         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7855         defines.
7856         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7857         defines.
7858
7859 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7860
7861         * sparc64-tdep.c (sparc64_store_arguments)
7862         (sparc64_store_arguments): Fix coding style.
7863
7864 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
7865
7866         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7867         complex floats, adjust some related comments and tighten a related
7868         assertion.
7869         (sparc64_extract_return_value): Handle complex floats.
7870
7871 2012-04-07  Doug Evans  <dje@google.com>
7872
7873         * dwarf2read.c (load_partial_dies): Change condition to assert.
7874
7875 2012-04-06  Doug Evans  <dje@google.com>
7876
7877         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7878         "mov %rsp,%rbp".
7879
7880 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
7881
7882         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7883         fencepost error.
7884         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7885         (v850_gdbarch_init): Set `num_regs' as appropriate for the
7886         architecture.
7887
7888 2012-04-05  Keith Seitz  <keiths@redhat.com>
7889
7890         * linespec.c (decode_compound): Remove.
7891         (enum offset_relative_sign): New enum.
7892         (struct line_offset): New struct.
7893         (struct linespec): New struct.
7894         (struct linespec_state): Move file_symtabs,
7895         user_filename, and user_function into struct linespec.
7896         Make result an anonymous struct holding vectors of
7897         symbolp and minsym_and_objfile_d.
7898         Add language member.
7899         (enum ls_token_type): New enum.
7900         (linespec_keywords): New array.
7901         (struct ls_token): New struct.
7902         (struct ls_parser): New struct.
7903         (linespec_lexer_lex_number): New function.
7904         (linespec_lexer_lex_keyword): New function.
7905         (is_ada_operator): New function.
7906         (skip_quote_char): New function.
7907         (copy_token_string): New function.
7908         (is_closing_quote_enclosed): New function.
7909         (find_parameter_list_end): New function.
7910         (linespec_lexer_lex_string): New function.
7911         (linespec_lexer_lex_one): New function.
7912         (linespec_lexer_consume_token): New function.
7913         (linespec_lexer_peek_token): New function.
7914         (cplusplus_error): Remove unused function.
7915         (find_methods): Update comment.
7916         (find_toplevel_char): Return const.
7917         (is_objc_method_format): Remove unused function.
7918         (find_toplevel_string): New function.
7919         (is_linespec_boundary): Remove.
7920         (symbol_not_found_error): New function.
7921         (find_method_overload_end): Remove function.
7922         (unexpected_linespec_error): New function.
7923         (keep_name_info): Remove.
7924         (linespec_parse_line_offset): New function.
7925         (linespec_parse_basic): New function.
7926         (canonicalize_linespec): New function.
7927         (decode_line_internal): Remove.
7928         (create_sals_line_offset): New function adapted from
7929         decode_all_digits.
7930         (convert_linespec_to_sals): New function.
7931         (parse_linespec): New function.
7932         (linespec_parser_new): New function.
7933         (linespec_state_destructor): Change parameter type to
7934         struct linespec_state *.
7935         Add language parameter.
7936         Remove freeing of moved members.
7937         (linespec_parser_delete): New function.
7938         (decode_line_full): Use parse_linespec and linespec_parser_new.
7939         (decode_line_1): Likewise.
7940         (decode_indirect): Rename to ...
7941         (linespec_expression_to_pc): ... this and rewrite
7942         to simply find CORE_ADDR, storing this result for later
7943         conversion to SALs.
7944         (locate_first_half): Remove.
7945         (deocde_objc): Add parameter LS.
7946         Initialize new struct collect_info members.
7947         Handle minimal symbols, too.
7948         (decode_compound): Delete.
7949         (lookup_prefix_sym): Rewrite.
7950         (compare_msymbols): New function.
7951         (find_method): Rewrite.
7952         Do not call cplusplus_error.
7953         (symtabs_from_filename): Rewrite.
7954         (collect_function_symbols): Delete.
7955         (find_function_symbols): Rewrite without ARGPTR-style
7956         processing.
7957         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7958         (decode_dollar): Adapted and renamed to ...
7959         (linespec_parse_variable): ... this.
7960         (find_linespec_symbols): New function.
7961         (decode_label): Adapted and renamed to ...
7962         (find_label_symbols): ... this.
7963         (decode_digits_list_mode): Add and use LS argument.
7964         (decode_digits_ordinary): Likewise.
7965         (collect_symbols): Do not collect SALs, just symbols and msymbols.
7966         If in list mode, allow any symbol class.  Otherwise, only
7967         permit LOC_BLOCK symbols.
7968         (minsym_found): Update comments.
7969         (search_minsyms_for_name): Do not convert the matching symbol
7970         into a SAL.  Simply push the symbol and objfile into the
7971         result vector.
7972         (decode_variable): Delete. Contents adapted into
7973         find_linespec_symbols.
7974
7975         * cp-support.c (SKIP_SPACE): Remove.
7976         (operator_tokens): Remove unused global.
7977         (cp_validate_operator): Remove.
7978         * cp-support.h (cp_validate_operator): Remove declaration.
7979
7980 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7981
7982         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7983         for TYPE_VPTR_FIELDNO.
7984         * valprint.c (valprint_check_validity): Make it global, move the
7985         function comment ...
7986         * value.h (valprint_check_validity): ... to this new declaration.
7987
7988 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7989
7990         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7991         the STATE32 api for i386 state.
7992         (i386_darwin_store_inferior_registers): Likewise.
7993
7994 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7995
7996         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7997         SS offset.
7998         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7999         format_string.
8000
8001 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8002
8003         PR gdb/13901
8004         * darwin-nat.c (darwin_execvp): Set binary preference.
8005
8006 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8007
8008         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8009
8010 2012-03-30  Tom Tromey  <tromey@redhat.com>
8011
8012         * python/python.c (gdbpy_decode_line): Move cleanup creation out
8013         of TRY_CATCH.  Fix error handling.
8014         * python/py-value.c (convert_value_from_python): Move 'old'
8015         declaration to innermost scope.
8016
8017 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8018             Andrey Smirnov  <andrew.smirnov@gmail.com>
8019
8020         -Wshadow warning fix.
8021         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8022         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8023         Adjust code accordingly.
8024
8025 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8026
8027         * ada-lang.c (symbol_completion_add): Rename parameter
8028         "encoded" into "encoded_p".  Ajust code and documentation
8029         accordingly.
8030
8031 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8032             Andrey Smirnov  <andrew.smirnov@gmail.com>
8033
8034         -Wshadow warning fix.
8035         * ada-lang.c (symbol_completion_add): Rename parameter
8036         "wild_match" into wild_match_p.  Update code and documentation
8037         accordingly.
8038
8039 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8040
8041         * ada-lang.c (symbol_completion_match): Rename parameter
8042         "encoded" into "encoded_p".  Ajust code and documentation
8043         accordingly.
8044
8045 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8046             Andrey Smirnov  <andrew.smirnov@gmail.com>
8047
8048         -Wshadow warning fix.
8049         * ada-lang.c (symbol_completion_match): Rename parameter
8050         "wild_match" into "wild_match_p".  Adjust code and function
8051         documentation accordingly.
8052
8053 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8054             Andrey Smirnov  <andrew.smirnov@gmail.com>
8055
8056         -Wshadow warning fix.
8057         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8058         "symbol_info" into "info".  Adjust code accordingly.
8059         (ada_lookup_symbol): Likewise.
8060
8061 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8062
8063         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8064         of this function's documentation.
8065
8066 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8067             Andrey Smirnov  <andrew.smirnov@gmail.com>
8068
8069         -Wshadow warning fix.
8070         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8071         variable into "wild_match_p".  Adjust code accordingly.
8072
8073 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8074             Andrey Smirnov  <andrew.smirnov@gmail.com>
8075
8076         -Wshadow warning fix.
8077         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8078         parameter into "wild_match_p".  Adjust code accordingly.
8079         Document this parameter in the function description.
8080
8081 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8082             Andrey Smirnov  <andrew.smirnov@gmail.com>
8083
8084         -Wshadow warning fix.
8085         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8086         "wild_match" parameter to "wild_match_p" (-Wshadow).
8087
8088 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8089
8090         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8091         in function documentation.
8092
8093 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8094             Andrey Smirnov  <andrew.smirnov@gmail.com>
8095
8096         -Wshadow warning fix.
8097         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8098         variable into wild_match_p.  Adjust code accordingly.
8099
8100 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8101             Andrey Smirnov  <andrew.smirnov@gmail.com>
8102
8103         * ada-valprint.c (ada_val_print_1): Move the code handling
8104         TYPE_CODE_ENUM inside its own lexical block.  Declare
8105         variables len and val there, instead of in the function's
8106         top level block.  Avoid declaring deref_val again in a way
8107         that shadows another variable of the same name declared
8108         in one of the up-level blocks.  Just re-use the up-level
8109         variable instead.
8110
8111 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8112
8113         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8114         Replace block_found argument by symbol_info.  Adjust
8115         implementation accordingly.  Add function documentation.
8116         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8117         Fix documentation.
8118         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8119         * ada-exp.y (write_object_renaming): Adjust to new
8120         ada_lookup_encoded_symbol API.
8121
8122 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8123
8124         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8125         documentation.
8126
8127 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8128
8129         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8130         (v850_register_name): Add the mpu and fpu register names.
8131         (v850e_register_name): Add the mpu and fpu register names.
8132         (v850e2_register_name): New function.
8133         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8134         bfd_mach_v850e2v3.
8135
8136 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8137
8138         * NEWS: Add entry for Ada varobj support.
8139
8140 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8141
8142         * varobj.c (default_value_is_changeable_p): New function,
8143         extracted from varobj_value_is_changeable_p.  Add declaration.
8144         (ada_value_is_changeable_p): New function, extracted from
8145         varobj_value_is_changeable_p.  Add declaration.
8146         (struct language_specific): New field "value_is_changeable_p".
8147         (languages): Add entries for new field.
8148         (varobj_create): Set language before calling install_new_value.
8149         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8150         "value_is_changeable_p" language callback.
8151
8152 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8153
8154         * ada-varobj.h, ada-varobj.c: New files.
8155         * Makefile.in (SFILES): Add ada-varobj.c.
8156         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8157         (COMMON_OBS): Add ada-varobj.o.
8158
8159 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8160
8161         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8162         (struct language_specific): New field "value_has_mutated".
8163         (languages): Set field "value_has_mutated" in each entry of array.
8164         (varobj_value_has_mutated): New function.
8165         (varobj_udpdate): Add handling of type mutation.
8166         (value_of_root): Add handling of type mutation.
8167         (ada_value_has_mutated): New function.
8168
8169 2012-03-28  Pedro Alves  <palves@redhat.com>
8170
8171         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8172         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8173
8174 2012-03-28  Tom Tromey  <tromey@redhat.com>
8175
8176         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8177         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8178         before returning.
8179
8180 2012-03-28  Tom Tromey  <tromey@redhat.com>
8181
8182         * .dir-locals.el: New file.
8183
8184 2012-03-28  Pedro Alves  <palves@redhat.com>
8185
8186         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8187
8188 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8189
8190         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8191         handling for r0.
8192
8193 2012-03-27  Pedro Alves  <palves@redhat.com>
8194
8195         Eliminate struct ui_stream.
8196
8197         * ui-out.h (struct ui_stream): Delete.
8198         (ui_out_field_stream): Adjust prototype.
8199         (ui_out_stream_new, ui_out_stream_delete)
8200         (make_cleanup_ui_out_stream_delete): Delete declarations.
8201         * ui-out.c (ui_out_field_stream): Change prototype to take a
8202         ui_file instead of a ui_stream.  Adjust.
8203         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8204         (make_cleanup_ui_out_stream_delete): Delete.
8205         * breakpoint.c (print_breakpoint_location)
8206         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8207         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8208         * disasm.c (dump_insns): Ditto.
8209         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8210         prototype.
8211         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8212         ui_stream/ui_out_stream_new.
8213         * infcmd.c (print_return_value): Ditto.
8214         * osdata.c (info_osdata_command): Don't allocate a local
8215         ui_stream.
8216         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8217         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8218         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8219         allocate a local ui_stream.
8220         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8221         instead of ui_stream/ui_out_stream_new.
8222         (list_args_or_locals): Don't allocate a local ui_stream.
8223         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8224         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8225         ui_stream/ui_out_stream_new.
8226         * cli/cli-setshow.c (do_setshow_command): Ditto.
8227
8228 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8229
8230         * arm-linux-tdep.c (arm_linux_init_abi): Call
8231         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8232         * arm-tdep.c (arm_process_record): New function.
8233         (deallocate_reg_mem): New function.
8234         (decode_insn): New function.
8235         (thumb_record_branch): New function.
8236         (thumb_record_ldm_stm_swi(): New function.
8237         (thumb_record_misc): New function.
8238         (thumb_record_ld_st_stack): New function.
8239         (thumb_record_ld_st_imm_offset): New function.
8240         (thumb_record_ld_st_reg_offset(): New function.
8241         (thumb_record_add_sub_cmp_mov): New function.
8242         (thumb_record_shift_add_sub): New function.
8243         (arm_record_coproc_data_proc): New function.
8244         (arm_record_coproc): New function.
8245         (arm_record_b_bl): New function.
8246         (arm_record_ld_st_multiple): New function.
8247         (arm_record_ld_st_reg_offset): New function.
8248         (arm_record_ld_st_imm_offset): New function.
8249         (arm_record_data_proc_imm): New function.
8250         (arm_record_data_proc_misc_ld_str): New function.
8251         (arm_record_extension_space): New function.
8252         (arm_record_strx): New function.
8253         (sbo_sbz): New function.
8254         (struct insn_decode_record): New structure for arm insn record.
8255         (REG_ALLOC): New macro for reg allocations.
8256         (MEM_ALLOC): New macro for memory allocations.
8257         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8258
8259 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8260
8261         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8262         (store_register): Likewise.
8263
8264 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8265
8266         * MAINTAINERS (Write After Approval): Add myself to the list.
8267
8268 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8269
8270         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8271         Describe also the option "auto".
8272
8273 2012-03-22  Richard Henderson  <rth@redhat.com>
8274
8275         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8276         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8277
8278 2012-03-22  Richard Henderson  <rth@redhat.com>
8279
8280         * jit.c (jit_read_code_entry): Compute alignment and offset of
8281         int64_t member before computing entry_size.
8282
8283 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8284
8285         Python scripting: Add new method Value.referenced_value to
8286         gdb.Value which can dereference pointer as well as reference
8287         values.
8288         * NEWS: Add entry under 'Python scripting' about the new method
8289         Value.referenced_value on gdb.Value objects.
8290         * python/py-value.c (valpy_referenced_value): New function
8291         defining a new method on gdb.Value objects which can dereference
8292         pointer and reference values.
8293
8294 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8295
8296         * MAINTAINERS (Write After Approval): Add myself to the list.
8297
8298 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8299
8300         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8301         in addition to "main".
8302
8303 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8304
8305         * expression.h (op_name): Add declaration.
8306         * expprint.c (op_name): Remove declaration.  Make non-static.
8307         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8308
8309 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8310
8311         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8312         of struct siginfo.
8313         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8314         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8315         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8316         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8317         (linux_nat_get_siginfo): Likewise.
8318         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8319         (linux_nat_get_siginfo): Likewise.
8320         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8321         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8322         * procfs.c (gdb_siginfo_t): Likewise.
8323
8324 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8325
8326         * .gitignore: Ignore more files.
8327
8328 2012-03-20  Pedro Alves  <palves@redhat.com>
8329
8330         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8331         returns.
8332
8333 2012-03-20  Yao Qi  <yao@codesourcery.com>
8334
8335         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8336         comment.
8337
8338 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8339
8340         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8341         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8342         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8343         sect_offset.
8344         * dwarf2expr.h (cu_offset, sect_offset): New types.
8345         (struct dwarf_expr_context_funcs) <dwarf_call>
8346         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8347         sect_offset.
8348         (struct dwarf_expr_context) <len>: Improve the comment.
8349         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8350         cu_offset and sect_offset.
8351         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8352         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8353         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8354         * dwarf2loc.h: Include dwarf2expr.h.
8355         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8356         and sect_offset.
8357         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8358         Improve the comment.
8359         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8360         (struct signatured_type, struct line_header, struct partial_die_info)
8361         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8362         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8363         (get_die_type_at_offset, create_cus_from_index)
8364         (create_signatured_type_table_from_index, dw2_get_file_names)
8365         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8366         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8367         (create_debug_types_hash_table, process_psymtab_comp_unit)
8368         (load_partial_comp_unit, create_all_comp_units)
8369         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8370         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8371         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8372         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8373         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8374         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8375         (find_partial_die, read_attribute_value, lookup_die_type)
8376         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8377         (is_ref_attr): New function comment.
8378         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8379         Use cu_offset and sect_offset.
8380         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8381         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8382         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8383         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8384         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8385         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8386         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8387         sect_offset.
8388
8389 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8390
8391         Code cleanup.
8392         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8393         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8394         with xfree.
8395         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8396
8397 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8398
8399         * NEWS: Describe new options --init-command=FILE, -ix and
8400         --init-eval-command=COMMAND, -iex.
8401         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8402         CMDARG_INIT_COMMAND.
8403         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8404         "init-command", "init-eval-command", "ix" and "iex" to the variable
8405         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8406         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8407         (print_gdb_help): Describe --init-command=FILE, -ix and
8408         --init-eval-command=COMMAND, -iex.
8409
8410 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8411
8412         Code cleanup.
8413         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8414         (cmdarg_s, VEC (cmdarg_s)): New.
8415         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8416         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8417         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8418         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8419         of CMDARG.
8420
8421 2012-03-19  Tom Tromey  <tromey@redhat.com>
8422
8423         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8424
8425 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8426
8427         PR symtab/13777
8428         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8429         GCC >=4.5.
8430
8431 2012-03-16  Chris January  <chris.january@allinea.com>
8432
8433         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8434         of clear.
8435
8436 2012-03-16  Chris January  <chris.january@allinea.com>
8437
8438         * source.c (add_path): Use memmove instead of strcpy because the
8439         strings overlap.
8440
8441 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8442
8443         * value.h (set_value_parent): Add declaration.
8444         * value.c (set_value_parent): New function.
8445         (value_address): If VALUE->PARENT is not NULL, then use it as
8446         the base address instead of VALUE->LOCATION.address.
8447         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8448         the same as OBJ's address.  Adjust V's offset accordingly.
8449         Set V's parent.
8450
8451 2012-03-16  Gary Benson  <gbenson@redhat.com>
8452
8453         PR breakpoints/10738
8454         * dwarf2read.c (use_deprecated_index_sections): New global.
8455         (struct partial_die_info): New member may_be_inlined.
8456         (read_partial_die): Set may_be_inlined where appropriate.
8457         (add_partial_subprogram): Add partial symbols for partial
8458         DIEs that may be inlined.
8459         (new_symbol_full): Add inlined subroutines to the current
8460         scope.
8461         (write_psymtabs_to_index): Bump version number.
8462         (dwarf2_read_index): Read only version 6 indices unless
8463         use_deprecated_index_sections is set.
8464         * linespec.c (symbol_and_data_callback): New structure.
8465         (iterate_inline_only): New function.
8466         (iterate_over_all_matching_symtabs): New argument
8467         "include_inline".  If nonzero, also call the callback for
8468         symbols representing inlined subroutines.
8469         (lookup_prefix_sym): Pass extra argument to the above.
8470         (find_function_symbols): Likewise.
8471         (add_matching_symbols_to_info): Likewise.
8472         * NEWS: Mention that GDB can now set breakpoints on inlined
8473         functions.
8474
8475 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8476
8477         * p-typeprint.c (pascal_type_print_method_args):
8478         Fix display of parameter of methods.
8479
8480 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8481
8482         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8483         Add missing prototype.
8484
8485 2012-03-16  Yao Qi  <yao@codesourcery.com>
8486             Jan Kratochvil  <jan.kratochvil@redhat.com>
8487
8488         Fix false compilation warning.
8489         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8490
8491 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8492             Pedro Alves  <pedro@codesourcery.com>
8493
8494         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8495         (arm_register_g_packet_guesses): New function.
8496         (arm_gdbarch_init): Don't force a target description with
8497         registers when the executable is detected as M-profile.  Instead
8498         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8499         (_initialize_arm_tdep): Initialize the new target description.
8500         * features/arm-with-m-fpa-layout.xml: New description.
8501         * features/arm-with-m-fpa-layout.c: New, generated.
8502
8503 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8504
8505         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8506         Update function description.
8507         (insert_bp_location): Do not wipe bl->target_info out.
8508         * mem-break.c: #include "gdb_string.h".
8509         (default_memory_insert_breakpoint): Do not call target_read_memory
8510         with a pointer to the breakpoint's shadow_contents buffer.  Use
8511         a local buffer instead.
8512         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8513
8514 2012-03-15  Tom Tromey  <tromey@redhat.com>
8515
8516         * NEWS: Mention "info vtbl", not "info vtable".
8517         * cp-support.c (info_vtbl_command): Fix comment.
8518         (_initialize_cp_support): Fix text.
8519
8520 2012-03-15  Tom Tromey  <tromey@redhat.com>
8521
8522         * cp-valprint.c (cp_print_value_fields): Use
8523         print_function_pointer_address for vtable slot.
8524
8525 2012-03-15  Tom Tromey  <tromey@redhat.com>
8526
8527         * gnu-v3-abi.c (struct value_and_voffset): New.
8528         (hash_value_and_voffset, eq_value_and_voffset)
8529         (compare_value_and_voffset, compute_vtable_size)
8530         (print_one_vtable, gnuv3_print_vtable): New functions.
8531         (init_gnuv3_ops): Initialize 'print_vtable' field.
8532         * cp-support.c (info_vtbl_command): New function.
8533         (_initialize_cp_support): Add "info vtbl".
8534         * cp-abi.h (cplus_print_vtable): Declare.
8535         (struct cp_abi_ops) <print_vtable>: New field.
8536         * cp-abi.c (cplus_print_vtable): New function.
8537         * NEWS: Update.
8538
8539 2012-03-15  Tom Tromey  <tromey@redhat.com>
8540
8541         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8542         iterate_over_symbols.
8543
8544 2012-03-14  Doug Evans  <dje@google.com>
8545
8546         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8547         DW_OP_GNU_parameter_ref.
8548
8549 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8550
8551         Fix double prompt of 'interpreter-exec mi'.
8552         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8553         (mi_interpreter_resume): use it.
8554         (mi_execute_command_input_handler): New function.
8555         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8556         mi_execute_command_input_handler.
8557
8558 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8559
8560         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8561         prototype.
8562         (darwin_debug_port_info): Make static.
8563         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8564         * machoread.c (_initialize_machoread): Add prototype.
8565         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8566         (i386_darwin_set_control, i386_darwin_get_control)
8567         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8568         i386_darwin_get_status, i386_darwin_get_control):
8569         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8570
8571 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8572
8573         * ax-gdb.c (gen_usual_unary): Remove special handling of
8574         enum and bool types.
8575
8576 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8577
8578         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8579
8580 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8581
8582         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8583
8584 2012-03-13  Chris January  <chris.january@allinea.com>
8585
8586         * aix-thread.c (fill_sprs): Store the floating point registers
8587         at the correct offsets into vals.
8588
8589 2012-03-13  Doug Evans  <dje@google.com>
8590
8591         * NEWS: Mention symbol-reloading has been deleted.
8592         * symfile.c (symbol_reloading): Delete.
8593         (show_symbol_reloading): Delete.
8594         (_initialize_symfile): Delete set/show symbol-reloading.
8595
8596         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8597         read_in_chain until we have successfully read it in.
8598         (load_full_comp_unit): Ditto.
8599         (read_signatured_type): Add comment.
8600
8601 2012-03-13  Chris January  <chris.january@allinea.com>
8602
8603         * stabsread.c (fix_common_block): Change type of valu argument
8604         to CORE_ADDR.
8605
8606 2012-03-13  Chris January  <chris.january@allinea.com>
8607
8608         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8609         instruction.
8610
8611 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8612
8613         * common/linux-procfs.c (linux_proc_get_int): New, from
8614         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8615         field.
8616         (linux_proc_get_tgid): Only call linux_proc_get_int.
8617         (linux_proc_get_tracerpid): New.
8618         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8619         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8620         linux_proc_pid_has_state.
8621         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8622         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8623         (linux_ptrace_attach_warnings): New.
8624         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8625         New declaration.
8626         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8627         (linux_nat_attach): New variables ex, buffer, message and message_s.
8628         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8629
8630 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8631
8632         * Makefile.in (linux-ptrace.o): New.
8633         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8634         from linux-nat.c.
8635         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8636         * common/linux-ptrace.c: New file.
8637         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8638         * config/arm/linux.mh: Likewise.
8639         * config/i386/linux.mh: Likewise.
8640         * config/i386/linux64.mh: Likewise.
8641         * config/ia64/linux.mh: Likewise.
8642         * config/m32r/linux.mh: Likewise.
8643         * config/m68k/linux.mh: Likewise.
8644         * config/mips/linux.mh: Likewise.
8645         * config/pa/linux.mh: Likewise.
8646         * config/powerpc/linux.mh: Likewise.
8647         * config/powerpc/ppc64-linux.mh: Likewise.
8648         * config/powerpc/spu-linux.mh: Likewise.
8649         * config/s390/s390.mh: Likewise.
8650         * config/sparc/linux.mh: Likewise.
8651         * config/sparc/linux64.mh: Likewise.
8652         * config/xtensa/linux.mh: Likewise.
8653         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8654         common/linux-procfs.c.
8655         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8656
8657 2012-03-13  Hui Zhu  <teawater@gmail.com>
8658             Pedro Alves  <palves@redhat.com>
8659
8660         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8661         CREATE_BREAKPOINT_FLAGS_INSERTED.
8662         (create_breakpoint_sal, create_breakpoints_sal)
8663         (base_breakpoint_create_breakpoints_sal)
8664         (tracepoint_create_breakpoints_sal)
8665         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8666         down.
8667         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8668         (ftrace_command, strace_command): Adjust.
8669         (create_tracepoint_from_upload): Pass
8670         CREATE_BREAKPOINT_FLAGS_INSERTED.
8671         * breakpoint.h (enum breakpoint_create_flags): New.
8672         (create_breakpoint): New flags parameter.
8673         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8674         * python/py-breakpoint.c (bppy_init): Adjust.
8675         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8676         * spu-tdep.c (spu_catch_start): Adjust.
8677
8678 2012-03-13  Pedro Alves  <palves@redhat.com>
8679             Hui Zhu  <teawater@gmail.com>
8680             Yao Qi  <yao@codesourcery.com>
8681
8682         * remote.c (struct remote_state): New field `starting_up'.
8683         (remote_start_remote): Set and clear it.
8684         (remote_can_download_tracepoint): If starting up, return false.
8685
8686 2012-03-13  Yao Qi  <yao@codesourcery.com>
8687
8688         * inferior.h (struct inferior): Remove fields any_syscall_count,
8689         syscalls_counts and total_syscalls_count.  Move them to new
8690         struct catch_syscall_inferior_data in breakpoint.c.
8691         * breakpoint.c: Call DEF_VEC_I(int).
8692         (struct catch_syscall_inferior_data): New.
8693         (get_catch_syscall_inferior_data): New.
8694         (catch_syscall_inferior_data_cleanup): New.
8695         (insert_catch_syscall): Update to access data in
8696         struct catch_syscall_inferior_data.
8697         (insert_catch_syscall): Likewise.
8698         (remove_catch_syscall): Likewise.
8699         (remove_catch_syscall): Likewise.
8700         (is_syscall_catchpoint_enabled): Likewise.
8701         (add_catch_command): Likewise.
8702         (_initialize_breakpoint): Register cleanup.
8703         * breakpoint.h: Removed DEF_VEC_I(int).
8704         * dwarf2loc.c: Call DEF_VEC_I(int).
8705         * mi/mi-main.c: Likewise.
8706
8707 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
8708
8709         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8710
8711 2012-03-12  Chris January  <chris.january@allinea.com>
8712
8713         * aix-thread.c (_initialize_aix_thread): Add prototype.
8714         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8715         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8716
8717 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
8718
8719         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8720         include of "amd64-nat.h".
8721
8722 2012-03-12  Tom Tromey  <tromey@redhat.com>
8723
8724         * buildsym.c (record_pending_block): Now static.
8725         * buildsym.h: (record_pending_block): Remove.
8726
8727 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
8728
8729         * amd64bsd-nat.c: Include amd64bsd-nat.h.
8730
8731 2012-03-09  Tom Tromey  <tromey@redhat.com>
8732
8733         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8734         producer_is_gxx_lt_4_6>: New fields.
8735         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8736
8737 2012-03-09  Tom Tromey  <tromey@redhat.com>
8738
8739         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8740
8741 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8742
8743         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8744         prototype.
8745
8746 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8747
8748         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8749
8750 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8751
8752         Fix -Wmissing-prototypes build.
8753         * arm-linux-nat.c (get_thread_id): Make it static.
8754         * xtensa-linux-nat.c (get_thread_id): Likewise.
8755
8756 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8757
8758         * server.c (process_point_options): If a conditional expression
8759         is found, only print a message if remote_debug is nonzero.
8760
8761 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
8762
8763         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8764         of internal error for unknown/unsupported types.
8765
8766 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8767
8768         Fix CU relative vs. absolute DIE offsets.
8769         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8770         offset to offset_in_cu.
8771         * dwarf2read.c (process_enumeration_scope): Add CU offset to
8772         TYPE_OFFSET.
8773         (dwarf2_fetch_die_location_block): Rename parameter offset to
8774         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
8775
8776 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8777
8778         * libunwind-frame.c: Rename to ...
8779         * ia64-libunwind-tdep.c: ... here.
8780         * libunwind-frame.h: Rename to ...
8781         * ia64-libunwind-tdep.h: ... here.
8782         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8783         ia64-libunwind-tdep.h.
8784         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8785         * README (--with-libunwind): Rename to ...
8786         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8787         * config.in: Regenerate.
8788         * configure: Regenerate.
8789         * configure.ac: New option --with-libunwind-ia64, make the
8790         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
8791         Remove AC_DEFINE for HAVE_LIBUNWIND.
8792         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8793         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8794         Rename libunwind-frame in the general comment.
8795         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8796         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8797         Move forward declarations inside #ifndef.  Rename libunwind-frame in
8798         the general comment.
8799         * ia64-tdep.c: Rename libunwind-frame.h #include to
8800         ia64-libunwind-tdep.h.
8801         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8802         (ia64_libunwind_descr): Rename libunwind-frame to
8803         ia64-libunwind-tdep in these function comments.
8804         * ia64-tdep.h: Rename libunwind-frame.h #include to
8805         ia64-libunwind-tdep.h.
8806         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8807         ia64-libunwind-tdep in that data comment.
8808
8809 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8810
8811         * libunwind-frame.h (struct frame_unwind): New declaration.
8812
8813 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8814
8815         * breakpoint.c (_initialize_breakpoint): Fix error in help of
8816         "set breakpoint condition-evaluation" command.
8817
8818 2012-03-08  Tristan Gingold  <gingold@adacore.com>
8819
8820         * sparc-stub.c: Move to stubs/
8821         * sh-stub.c: Likewise.
8822         * m68k-stub.c: Likewise.
8823         * m32r-stub.c: Likewise.
8824         * i386-stub.c: Likewise.
8825
8826 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
8827
8828         * m68klinux-tdep.c (m68k_linux_init_abi): Register
8829         linux_get_siginfo_type.
8830
8831         * m68klinux-nat.c: Include "gdb_proc_service.h".
8832         (PTRACE_GET_THREAD_AREA): Define.
8833         (ps_get_thread_area): New function.
8834
8835 2012-03-08  Yao Qi  <yao@codesourcery.com>
8836
8837         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8838         `xsnprintf'.
8839         (remote_query_attached): Likewise.
8840         (remote_static_tracepoint_marker_at): Likewise.
8841         (remote_set_permissions): Likewise.
8842         (remote_detach_1, extended_remote_attach_1): Likewise.
8843         (send_g_packet, remote_vkill): Likewise.
8844         (extended_remote_disable_randomization): Likewise.
8845         (remote_add_target_side_condition): Likewise.
8846         (remote_insert_breakpoint): Likewise.
8847         (remote_remove_breakpoint): Likewise.
8848         (remote_insert_watchpoint): Likewise.
8849         (remote_remove_watchpoint): Likewise.
8850         (remote_insert_hw_breakpoint): Likewise.
8851         (remote_insert_hw_breakpoint): Likewise.
8852         (remote_remove_hw_breakpoint): Likewise.
8853         (remote_download_command_source): Likewise.
8854         (remote_download_tracepoint): Likewise.
8855         (remote_download_trace_state_variable): Likewise.
8856         (remote_disable_tracepoint): Likewise.
8857         (remote_trace_set_readonly_regions): Likewise.
8858         (remote_get_tracepoint_status): Likewise.
8859         (remote_trace_find): Likewise.
8860         (remote_get_trace_state_variable_value): Likewise.
8861         (remote_set_disconnected_tracing): Likewise.
8862         (remote_set_circular_trace_buffer): Likewise.
8863         (remote_get_min_fast_tracepoint_insn_len): Likewise.
8864         (remote_use_agent): Likewise.
8865         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8866         Update callers.
8867
8868 2012-03-07  Pedro Alves  <palves@redhat.com>
8869
8870         * NEWS: Mention QProgramSignals.
8871         * inferior.h (update_signals_program_target): Declare.
8872         * infrun.c: (update_signals_program_target): New.
8873         (handle_command): Update the target of the new program signals
8874         array changes.
8875         * remote.c (PACKET_QProgramSignals): New enum.
8876         (last_program_signals_packet): New global.
8877         (remote_program_signals): New.
8878         (remote_start_remote): Update the target with the program signals
8879         list.
8880         (remote_protocol_features): Add entry for QPassSignals.
8881         (remote_open_1): Free anc clear last_program_signals_packet.
8882         (init_remote_ops): Install remote_program_signals.
8883         * target.c (update_current_target): Adjust.
8884         (target_program_signals): New.
8885         * target.h (struct target_ops) <to_program_signals>: New field.
8886         (target_program_signals): Declare.
8887
8888 2012-03-07  Pedro Alves  <palves@redhat.com>
8889
8890         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8891         extensions.
8892
8893 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8894
8895         * m68klinux-nat.c (getregs_supplies): Make static.
8896         (getfpregs_supplies): Likewise.
8897         (have_ptrace_getregs): Likewise.
8898
8899 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
8900
8901         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8902         in call to get_die_type_at_offset.
8903
8904 2012-03-06  Stan Shebs  <stan@codesourcery.com>
8905
8906         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8907         * mi/mi-cmd-disas.c: Ditto.
8908         * mi/mi-cmd-env.c: Ditto.
8909         * mi/mi-cmd-file.c: Ditto.
8910         * mi/mi-cmd-stack.c: Ditto.
8911         * mi/mi-cmd-target.c: Ditto.
8912         * mi/mi-cmd-var.c: Ditto.
8913         * mi/mi-cmds.c: Ditto.
8914         * mi/mi-cmds.h: Ditto.
8915         * mi/mi-console.c: Ditto.
8916         * mi/mi-getopt.c: Ditto.
8917         * mi/mi-getopt.h: Ditto.
8918         * mi/mi-interp.c: Ditto.
8919         * mi/mi-main.c: Ditto.
8920         * mi/mi-out.c: Ditto.
8921         * mi/mi-parse.c: Ditto.
8922         * mi/mi-parse.h: Ditto.
8923         * mi/mi-symbol-cmds.c: Ditto.
8924
8925         * mi/mi-getopt.h: Move mi_opt struct up.
8926         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8927         return.
8928         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8929
8930 2012-03-06  Tom Tromey  <tromey@redhat.com>
8931
8932         * proc-service.c (ps_pglobal_lookup): Set the current program
8933         space.
8934
8935 2012-03-06  Pedro Alves  <palves@redhat.com>
8936
8937         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8938
8939 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
8940
8941         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8942
8943 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8944
8945         Code cleanup.
8946         * common/linux-osdata.c (linux_common_core_of_thread): New function
8947         comment.
8948         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8949         call by linux_common_core_of_thread.
8950         (linux_nat_core_of_thread_1): Remove.
8951         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8952         * linux-thread-db.c: Include linux-osdata.h.
8953         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8954         linux_common_core_of_thread.
8955
8956 2012-03-05  Tom Tromey  <tromey@redhat.com>
8957
8958         * value.c (value_primitive_field): Don't fetch contents for
8959         non-virtual bases.
8960
8961 2012-03-05  Tom Tromey  <tromey@redhat.com>
8962
8963         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8964
8965 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8966
8967         * s390-nat.c: Include "gregset.h".
8968
8969 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8970
8971         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8972         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8973         (libunwind_load): New variable so_error, use it for dlerror.  Try to
8974         load also LIBUNWIND_SO_7.
8975
8976 2012-03-05  Pedro Alves  <palves@redhat.com>
8977
8978         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8979         is not NULL, and remove resulting dead code.
8980
8981 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
8982
8983         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8984         prologue to sh_analyze_prologue.
8985         (sh_analyze_prologue): Make better use of such an upper limit, and
8986         generally be more cautious about accessing memory.
8987
8988 2012-03-05  Tom Tromey  <tromey@redhat.com>
8989
8990         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8991         _initialize_ia64_hpux_tdep.
8992
8993 2012-03-05  Pedro Alves  <palves@redhat.com>
8994
8995         PR gdb/13766
8996
8997         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8998         the register state is clear, supply explicit zero, instead of
8999         marking the register unavailable.
9000
9001 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9002
9003         * NEWS: Mention OpenVMS ia64 new target.
9004
9005 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9006
9007         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9008         (ia64_unw_accessors, ia64_unw_rse_accessors)
9009         (ia64_libunwind_descr): Declare.
9010         * ia64-vms-tdep.c: New file.
9011         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9012         (ia64_libunwind_descr): Make them public.
9013         * configure.tgt: Add ia64-*-*vms*.
9014         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9015         (ALLDEPFILES): Add ia64-vms-tdep.c
9016
9017 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9018
9019         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9020         * remote.c (PACKET_qXfer_uib): New enum value.
9021         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9022         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9023         (_initialize_remote): Call add_packet_config_cmd for
9024         xfer:uib packet.
9025
9026 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9027
9028         * osabi.c (gdb_osabi_names): Add OpenVMS.
9029         (generic_elf_osabi_sniffer): Likewise.
9030         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9031
9032 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9033
9034         Removed unused code.
9035         * libunwind-frame.c (libunwind_frame_unwind)
9036         (libunwind_frame_base_address): Remove.
9037         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9038
9039 2012-03-04  Yao Qi  <yao@codesourcery.com>
9040
9041         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9042         remove trailing new line.
9043         (agent_run_command, agent_run_command): Add _ markup.
9044         (agent_capability_check): Likewise.
9045
9046 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9047
9048         * breakpoint.c (set_condition_evaluation_mode): Set
9049         CONDITION_EVALUATION_MODE unconditionally.
9050
9051 2012-03-03  Yao Qi  <yao@codesourcery.com>
9052
9053         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9054         * common/agent.h: Update declaration.
9055         * inf-child.c (inf_child_use_agent): New.
9056         (inf_child_can_use_agent): New.
9057         (inf_child_target): Initialize fields `to_use_agent'
9058         and `to_can_use_agent'.
9059         * agent.c (agent_new_objfile): New.
9060         (_initialize_agent): Add agent_new_objfile to new_objfile
9061         observer.
9062
9063         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9064         New.
9065         (linux_target_install_ops): Initialize field
9066         `to_static_tracepoint_markers_by_strid'.
9067         * remote.c (free_current_marker): Move it to ...
9068         * tracepoint.c (free_current_marker): ... here.  New.
9069         (cleanup_target_stop): New.
9070         * tracepoint.h: Declare free_current_marker.
9071         * NEWS: Add one entry about `info static-tracepoint-marker'.
9072
9073 2012-03-03  Yao Qi  <yao@codesourcery.com>
9074
9075         * common/agent.c (agent_loaded_p): New.
9076         (agent_look_up_symbols): New global.
9077         * common/agent.h: Declare agent_loaded_p.
9078
9079 2012-03-03  Yao Qi  <yao@codesourcery.com>
9080
9081         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9082         (agent_capability_check, agent_capability_invalidate): New.
9083         (symbol_list): New array element.
9084         * common/agent.h (enum agent_capa): New.
9085         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9086
9087 2012-03-03  Yao Qi  <yao@codesourcery.com>
9088
9089         * target.h (struct target_ops) <to_use_agent>: New field.
9090         (struct target_ops) <to_can_use_agent>: New field.
9091         (target_use_agent, target_can_use_agent): New macro.
9092         * target.c (update_current_target): Update.
9093         * remote.c: New enum `PACKET_QAgent'.
9094         (remote_protocol_features): Add a new element.
9095         (remote_use_agent, remote_can_use_agent): New.
9096         (init_remote_ops): Initialize field `can_use_agent' with
9097         remote_can_use_agent.  Intiailize field `use_agent' with
9098         remote_use_agent.
9099         * common/agent.c (use_agent): New global.
9100         * common/agent.h: Declare it.
9101         * tracepoint.c (info_static_tracepoint_markers_command): Add
9102         comment.
9103         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9104         (COMMON_OBS): Add common/agent.o and agent.o
9105         (common-agent.o): New rule.
9106         * agent.c: New.
9107
9108 2012-03-03  Yao Qi  <yao@codesourcery.com>
9109
9110         * common/agent.c: New.
9111         * common/agent.h: New.
9112         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9113         AC_CHECK_HEADERS.
9114         * configure, configh.in: Regenerated.
9115
9116 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9117
9118         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9119         unless it exists for this architecture.
9120
9121 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9122
9123         * language.h (struct language_defn): New "method" la_read_var_value.
9124         * findvar.c: #include "language.h".
9125         (default_read_var_value): Renames read_var_value.  Rewrite
9126         function description.
9127         (read_var_value): New function.
9128         * value.h (default_read_var_value): Add prototype.
9129         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9130         New functions.
9131         (ada_language_defn): Add entry for la_read_var_value.
9132         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9133         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9134         language_defn structures to add entry for new la_read_var_value
9135         field.
9136
9137 2012-03-02  Tom Tromey  <tromey@redhat.com>
9138             Pedro Alves  <palves@redhat.com>
9139
9140         PR breakpoints/13776:
9141         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9142         breakpoints.
9143         (delete_longjmp_breakpoint_at_next_stop): New.
9144         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9145         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9146         before deleting the inferior.  Add comments.
9147         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9148         breakpoints immediately, but only on next stop.  Move that code
9149         next to where we mark other breakpoints for deletion.
9150
9151 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9152
9153         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9154         marker.
9155         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9156         violation.
9157
9158 2012-03-02  Pedro Alves  <palves@redhat.com>
9159
9160         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9161
9162 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9163
9164         Fix -Wmissing-prototypes build.
9165         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9166         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9167         (gdbsim_has_memory): Likewise.
9168
9169 2012-03-02  Yao Qi  <yao@codesourcery.com>
9170
9171         Fix -Wmissing-prototypes build.
9172         * charset.c (phony_iconv_open): Make static.
9173         (phony_iconv_close, phony_iconv): Likewise.
9174         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9175         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9176         prototype.
9177         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9178         * ser-mingw.c (create_select_thread): Make static.
9179         * windows-termcap.c (tgetent): New prototype.
9180         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9181
9182 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9183
9184         Fix -Wmissing-prototypes build.
9185         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9186         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9187         (_initialize_loadable): New prototypes.
9188
9189 2012-03-02  Doug Evans  <dje@google.com>
9190
9191         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9192         abbrev table, read_comp_unit will do it.
9193
9194 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9195
9196         Fix -Wmissing-prototypes build.
9197         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9198         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9199         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9200         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9201         (_initialize_arm_symbian_tdep): New prototype.
9202         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9203         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9204         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9205         static.
9206         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9207         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9208         prototype.
9209         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9210         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9211         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9212         static.
9213         * moxie-tdep.c (moxie_process_record): Likewise.
9214         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9215         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9216         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9217         (_initialize_rl78_tdep): New prototype.
9218         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9219         (_initialize_rx_tdep): New prototype.
9220         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9221         (_initialize_darwin_solib): New prototype.
9222         * solib-spu.c: Include solib-spu.h.
9223         (_initialize_spu_solib): New prototype.
9224         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9225         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9226         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9227         (tic6x_software_single_step): Make it static.
9228         (_initialize_tic6x_tdep): New prototype.
9229
9230 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9231
9232         Fix -Wmissing-prototypes build.
9233         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9234         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9235
9236 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9237
9238         Fix -Wmissing-prototypes build.
9239         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9240         (frv_have_stopped_data_address): Remove.
9241
9242 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9243
9244         Fix -Wmissing-prototypes build.
9245         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9246         * sh-tdep.c: Include sh64-tdep.h.
9247         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9248         * sh64-tdep.c: Include sh64-tdep.h.
9249         * sh64-tdep.h: New file.
9250
9251 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9252
9253         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9254
9255 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9256
9257         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9258         sp_regnum once the gdbarch_init_osabi hook has been called.
9259
9260 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9261
9262         * mips-tdep.c (mips32_bc1_pc): New function.
9263         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9264         BPOSGE32 and BPOSGE64 instructions.
9265         (deal_with_atomic_sequence): Likewise.
9266         (mips32_instruction_has_delay_slot): Likewise.
9267
9268 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9269             Chris Dearman  <chris@mips.com>
9270             Maciej W. Rozycki  <macro@codesourcery.com>
9271             Joseph Myers  <joseph@codesourcery.com>
9272
9273         * features/mips-dsp.xml: New file.
9274         * features/mips64-dsp.xml: New file.
9275         * features/mips-dsp-linux.xml: New file.
9276         * features/mips64-dsp-linux.xml: New file.
9277         * features/Makefile (WHICH): Add mips-dsp-linux and
9278         mips64-dsp-linux.
9279         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9280         * features/mips-dsp-linux.c: New file.
9281         * features/mips64-dsp-linux.c: New file.
9282         * regformats/mips-dsp-linux.dat: New file.
9283         * regformats/mips64-dsp-linux.dat: New file.
9284         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9285         registers.
9286         (mips64_linux_register_addr): Likewise.
9287         (mips64_linux_regsets_fetch_registers): Likewise.
9288         (mips64_linux_regsets_store_registers): Likewise.
9289         (mips64_linux_fetch_registers): Update call to
9290         mips64_linux_regsets_fetch_registers.
9291         (mips64_linux_store_registers): Update call to
9292         mips64_linux_regsets_store_registers.
9293         (mips_linux_read_description): Probe for DSP registers.
9294         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9295         and initialize_tdesc_mips64_dsp_linux.
9296         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9297         Remove padding of no longer used embedded register slots.
9298         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9299         (MIPS_RESTART_REGNUM): Redefine enum value.
9300         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9301         strings.
9302         (mips_tx39_reg_names): Likewise.
9303         (mips_linux_reg_names): New array of register names for Linux
9304         targets.
9305         (mips_register_name): Check for a null pointer in
9306         mips_processor_reg_names and return an empty string.
9307         (mips_register_type): Exclude embedded registers for the IRIX
9308         and Linux ABIs.
9309         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9310         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9311         DSP registers.
9312         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9313         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9314         (mips_gdbarch_init): Likewise.  Initialize internal register
9315         indices for the Linux ABI.  Use dynamic numbers to refer to
9316         registers, as applicable, while parsing the target description.
9317         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9318
9319 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9320
9321         * frame.h (read_frame_register_unsigned): Fix typo in function
9322         description.
9323
9324 2012-03-01  Pedro Alves  <palves@redhat.com>
9325
9326         * jit-reader.in [!__cplusplus]
9327         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9328
9329 2012-03-01  Pedro Alves  <palves@redhat.com>
9330
9331         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9332         * configure: Regenerate.
9333
9334 2012-03-01  Pedro Alves  <palves@redhat.com>
9335
9336         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9337         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9338         (ftrace_command, strace_command): Make static.
9339         * d-lang.c (_initialize_d_language): Declare.
9340         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9341         * dwarf2loc.c (_initialize_dwarf2loc):
9342         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9343         * exec.c (exec_get_section_table): Make static.
9344         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9345         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9346         * inferior.c (remove_inferior_command, add_inferior_command)
9347         (clone_inferior_command): Make static.
9348         * linux-nat.c (linux_nat_thread_address_space)
9349         (linux_nat_core_of_thread): Make static.
9350         * linux-tdep.c (_initialize_linux_tdep): Declare.
9351         * objc-lang.c (_initialize_objc_lang): Declare.
9352         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9353         Make static.
9354         (_initialize_opencl_language): Declare.
9355         * record.c (_initialize_record): Declare.
9356         * remote.c (demand_private_info, remote_get_tib_address)
9357         (remote_supports_cond_tracepoints)
9358         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9359         Make static.
9360         * skip.c (_initialize_step_skip): Declare.
9361         * symtab.c (skip_prologue_using_lineinfo): Make static.
9362         * tracepoint.c (delete_trace_state_variable)
9363         (trace_variable_command, delete_trace_variable_command)
9364         (get_uploaded_tsv, find_matching_tracepoint_location)
9365         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9366         Make static.
9367         * value.c (pack_unsigned_long): Make static.
9368         * varobj.c (varobj_ensure_python_env): Make static.
9369         * windows-tdep.c (_initialize_windows_tdep): Declare.
9370         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9371
9372 2012-03-01  Pedro Alves  <palves@redhat.com>
9373
9374         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9375         gdbarch parameter.
9376         (linux_init_abi): Install it as has_shared_address_space gdbarch
9377         callback.
9378
9379 2012-03-01  Pedro Alves  <palves@redhat.com>
9380
9381         * observer.c (observer_test_first_notification_function)
9382         (observer_test_second_notification_function)
9383         (observer_test_third_notification_function): Add declarations.
9384
9385 2012-03-01  Pedro Alves  <palves@redhat.com>
9386
9387         * common/signals.c (default_target_signal_to_host)
9388         (default_target_signal_from_host): Move ...
9389         * arch-utils.c: ... here.
9390         * arch-utils.h (default_target_signal_to_host)
9391         (default_target_signal_from_host): Declare.
9392
9393         * common/signals.c (target_signal_from_command): Move ...
9394         * infrun.c: ... here.
9395         * inferior.h (target_signal_from_command): Declare.
9396         * target.h (target_signal_from_command)
9397         (default_target_signal_from_host, default_target_signal_to_host):
9398         Delete declarations.
9399
9400         * common/signals.c (_initialize_signals): Delete.
9401
9402 2012-03-01  Pedro Alves  <palves@redhat.com>
9403
9404         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9405         both __cplusplus and !__cplusplus.
9406
9407 2012-03-01  Pedro Alves  <palves@redhat.com>
9408
9409         * psymtab.c (find_and_open_source): Delete declaration.
9410         * source.c (find_and_open_source): Move comment ...
9411         * source.h (find_and_open_source): ... to this new declaration.
9412
9413 2012-03-01  Pedro Alves  <palves@redhat.com>
9414
9415         * inline-frame.c: Include inline-frame.h.
9416
9417 2012-03-01  Pedro Alves  <palves@redhat.com>
9418
9419         * tui/tui-data.c (set_gen_win_origin): Delete.
9420         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9421         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9422
9423 2012-03-01  Pedro Alves  <palves@redhat.com>
9424
9425         * remote.c (encode_actions): Delete declaration.
9426         * tracepoint.c (encode_actions): Make extern.
9427         * tracepoint.h (encode_actions): Declare.
9428
9429 2012-03-01  Pedro Alves  <palves@redhat.com>
9430
9431         * python/py-breakpoint.c: Include python.h.
9432         * python/py-continueevent.c (create_continue_event_object): Make
9433         static.
9434         * python/py-lazy-string.c (stpy_get_type): Make static.
9435         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9436         Make static.
9437         * python/py-utils.c (unicode_to_target_python_string): Make
9438         static.
9439         * python/py-value.c: Include python.h.
9440
9441 2012-03-01  Pedro Alves  <palves@redhat.com>
9442
9443         * inferior.c (delete_threads_of_inferior): Delete.
9444
9445 2012-03-01  Pedro Alves  <palves@redhat.com>
9446
9447         Import fallback definitions from glibc.
9448
9449         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9450         ps_prochandle): Forward declare.
9451         (ps_err_e): Use glibc's comments.
9452         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9453         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9454         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9455         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9456         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9457         (struct ps_prochandle): Adjust comment.
9458
9459 2012-03-01  Pedro Alves  <palves@redhat.com>
9460
9461         * ada-lang.c (ada_modulus_from_name): Delete.
9462         * ada-lex.l (lexer_init): Make static.
9463
9464 2012-03-01  Pedro Alves  <palves@redhat.com>
9465
9466         PR gdb/13767
9467
9468         * frame.c (read_frame_register_unsigned): New.
9469         * frame.h (read_frame_register_unsigned): Declare.
9470         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9471         Handle it.
9472         (print_i387_control_word): New parameter `control_p'.  Handle it.
9473         (i387_print_float_info): Handle unavailable float registers.
9474
9475 2012-03-01  Keith Seitz  <keiths@redhat.com>
9476
9477         * linespec.c (decode_line_2): Sort the list of methods
9478         alphabetically before presenting the user with a selection
9479         menu.
9480
9481 2012-03-01  Doug Evans  <dje@google.com>
9482
9483         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9484         has_namespace_info.
9485         (dwarf2_read_abbrevs): Remove corresponding initialization.
9486
9487 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9488
9489         * NEWS: Mention new python command class gdb.COMMAND_USER.
9490         * cli/cli-cmds.c (show_user): Print error when used on a python
9491         command.
9492         (init_cli_cmds): Update documentation strings for "show user" and
9493         "set/show max-user-call-depth" to clarify that it does not apply to
9494         python commands.
9495         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9496         error check.
9497         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9498         gdb python api.
9499         * top.c (execute_command): Only execute a user-defined command as a
9500         legacy macro if c->user_commands is set.
9501
9502 2012-03-01  Tom Tromey  <tromey@redhat.com>
9503
9504         * valprint.h (struct generic_val_print_decorations): New.
9505         (generic_val_print): Declare.
9506         * valprint.c (generic_val_print): New function.
9507         * p-valprint.c (p_decorations): New global.
9508         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9509         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9510         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9511         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9512         * m2-valprint.c (m2_decorations): New global.
9513         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9514         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9515         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9516         TYPE_CODE_ERROR>: Call generic_val_print.
9517         * f-valprint.c (f_decorations): New global.
9518         (f_val_print): Use print_function_pointer_address.
9519         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9520         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9521         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9522         generic_val_print.
9523         * c-valprint.c (c_decorations): New global.
9524         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9525         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9526         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9527         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9528         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9529         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9530         case.
9531
9532 2012-03-01  Tom Tromey  <tromey@redhat.com>
9533
9534         * valprint.c (val_print): Update.
9535         * p-valprint (pascal_val_print): Return void.
9536         * p-lang.h (pascal_val_print): Return void.
9537         * m2-valprint.c (m2_val_print): Return void.
9538         * m2-lang.h (m2_val_print): Return void.
9539         * language.h (struct language_defn) <la_val_print>: Return void.
9540         * language.c (unk_lang_val_print): Return void.
9541         * jv-valprint.c (java_val_print): Return void.
9542         * jv-lang.h (java_val_print): Return void.
9543         * f-valprint.c (f_val_print): Return void.
9544         * f-lang.h (f_val_print): Return void.
9545         * d-valprint.c (d_val_print): Return void.
9546         (dynamic_array_type): Update.
9547         * d-lang.h (d_val_print): Return void.
9548         * c-valprint.c (c_val_print): Return void.
9549         * c-lang.h (c_val_print): Return void.
9550         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9551         void.
9552         * ada-lang.h (ada_val_print): Return void.
9553
9554 2012-03-01  Tom Tromey  <tromey@redhat.com>
9555
9556         * value.h (val_print): Return void.
9557         * valprint.c (val_print): Return void.
9558
9559 2012-03-01  Tom Tromey  <tromey@redhat.com>
9560
9561         * value.h (common_val_print): Return void.
9562         * valprint.c (common_val_print): Return void.
9563
9564 2012-03-01  Tom Tromey  <tromey@redhat.com>
9565
9566         * value.h (value_print): Return void.
9567         * valprint.c (value_print): Return void.
9568         * p-valprint.c (pascal_value_print): Return void.
9569         * p-lang.h (pascal_value_print): Return void.
9570         * language.h (struct language_defn) <la_value_print>: Return
9571         void.
9572         * language.c (unk_lang_value_print): Return void.
9573         * jv-valprint.c (java_value_print): Return void.
9574         * jv-lang.h (java_value_print): Return void.
9575         * f-valprint.c (c_value_print): Don't declare.
9576         Include c-lang.h.
9577         * c-valprint.c (c_value_print): Return void.
9578         * c-lang.h (c_value_print): Return void.
9579         * ada-valprint.c (ada_value_print): Return void.
9580         * ada-lang.h (ada_value_print): Return void.
9581
9582 2012-03-01  Tom Tromey  <tromey@redhat.com>
9583
9584         * value.c (value_primitive_field): Handle virtual base classes.
9585
9586 2012-03-01  Tom Tromey  <tromey@redhat.com>
9587
9588         * gdbtypes.h (struct vbase): Remove.
9589
9590 2012-03-01  Tom Tromey  <tromey@redhat.com>
9591
9592         * c-valprint.c (print_function_pointer_address): Move...
9593         * valprint.c: ... here.  Make non-static.
9594         * m2-valprint.c (print_function_pointer_address): Remove.
9595         * valprint.h (print_function_pointer_address): Declare.
9596
9597 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9598
9599         * NEWS: Document the fact that one can provide a condition when
9600         creating an Ada exception catchpoint.
9601
9602 2012-03-01  Tom Tromey  <tromey@redhat.com>
9603
9604         * valprint.c (val_print_type_code_flags): Fix placement of
9605         trailing brace.
9606
9607 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9608
9609         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9610         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9611         environment variable before calling update-copyright.
9612
9613 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9614
9615         * gnulib/extra/update-copyright: Update to the latest from
9616         gnulib's git repository.
9617         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9618         variable to 2 instead of 1.
9619
9620 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9621
9622         * varobj.c (c_value_of_variable): Remove dead code.
9623
9624 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9625
9626         * ada-lex.p (processId): Do not modify already encoded IDs.
9627         Update function documentation.
9628
9629 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9630
9631         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9632         "name" with "struct symbol *name_sym".
9633         * ada-exp.y (write_var_or_type): Update call to
9634         ada_find_renaming_symbol.
9635         "name" with "struct symbol *name_sym". Adjust Implementation
9636         accordingly.  Adjust the function documentation.
9637
9638 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9639
9640         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9641         * ada-lang.c (ada_find_any_type): Add advance declaration.
9642         Make static.  Replace ada_find_any_symbol by
9643         ada_find_any_type_symbol.
9644         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9645         Improve function description.  Make static.
9646         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9647         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9648
9649 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9650
9651         * ada-lang.c (struct tag_args): Delete.
9652         (ada_get_tsd_type): Function body moved up in source file.
9653         (ada_tag_name_1, ada_tag_name_2): Delete.
9654         (ada_get_tsd_from_tag): New function.
9655         (ada_tag_name_from_tsd): New function.
9656         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9657         to determine the tag name.
9658
9659 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9660
9661         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9662         declaration.
9663         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9664         function.
9665
9666 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9667
9668         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9669
9670 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9671
9672         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9673         full searches.
9674
9675 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9676
9677         * ada-lang.c (constrained_packed_array_type): If there is a
9678         parallel XA type, use it to determine the array index type.
9679
9680 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9681
9682         * ada-valprint.c (ada_val_print_1): If our value is a reference
9683         to an array descriptor, dereference it before converting it
9684         to a simple array.
9685
9686 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9687
9688         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9689         creating fixed value.
9690         (ada_value_ind, ada_coerce_ref, assign_component)
9691         (ada_evaluate_subexp): Remove call to unwrap_value before
9692         call to ada_to_fixed_value.
9693
9694 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9695
9696         * ada-lang.c (to_fixed_array_type): Set result's type name.
9697
9698 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9699
9700         * ada-lang.c (catch_ada_exception_command_split): Add new
9701         argument cond_string.  Add support for condition at end of
9702         "catch exception" commands.
9703         (ada_decode_exception_location): Add new argument cond_string.
9704         Update call to catch_ada_exception_command_split.
9705         (create_ada_exception_catchpoint): Add new argument cond_string.
9706         Set the breakpoint condition if needed.
9707         (catch_ada_exception_command): Update call to
9708         ada_decode_exception_location.
9709         (ada_decode_assert_location): Add function documentation.
9710         Add support for condition at end of "catch assert" command.
9711         (catch_assert_command): Update calls to ada_decode_assert_location
9712         and create_ada_exception_catchpoint.
9713
9714 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9715
9716         Fix disp-step-syscall.exp: fork: single step over fork.
9717         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9718         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9719         comment, change parameters gdbarch and ptid to regcache.  Remove
9720         parameter regcache, initialize gdbarch from regcache here.
9721         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9722         New functions.
9723         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9724         instead.
9725         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9726         'syscall'.  Make the 'int' check more strict.
9727
9728 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9729
9730         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9731         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9732         (i386_linux_intx80_sysenter_syscall_record): ... here.
9733         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9734         Use the renamed function name.
9735
9736 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9737
9738         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9739         * breakpoint.c (until_break_command): Likewise.
9740         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9741         * infcall.c (call_function_by_hand): Likewise.
9742         * infcmd.c (finish_forward): Likewise.
9743         * infrun.c (insert_exception_resume_breakpoint): Likewise.
9744
9745 2012-02-28  Tristan Gingold  <gingold@adacore.com>
9746
9747         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9748         avoid variable assignments inside condition.
9749
9750 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9751
9752         Fix static analysis issue found by cppcheck.
9753         * microblaze-tdep.c (microblaze_extract_return_value): Fix
9754         uninitialized BUF for size 2.
9755
9756 2012-02-27  Chris Dearman  <chris@mips.com>
9757             Nathan Froyd  <froydnj@codesourcery.com>
9758             Maciej W. Rozycki  <macro@codesourcery.com>
9759
9760         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9761         (mips16_instruction_has_delay_slot): Likewise.
9762         (mips_segment_boundary): Likewise.
9763         (mips_adjust_breakpoint_address): Likewise.
9764         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9765
9766 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
9767             Maciej W. Rozycki  <macro@codesourcery.com>
9768
9769         * infrun.c (handle_inferior_event): Don't proceed through
9770         shared library trampolines if stepping at the machine
9771         instruction level.
9772
9773 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
9774
9775         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9776         too.
9777
9778 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
9779
9780         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9781         (sh_stub_unwind_sniffer): New functions.
9782         (sh_stub_unwind): New variable.
9783         (sh_gdbarch_init): Wire everything.
9784
9785 2012-02-27  Pedro Alves  <palves@redhat.com>
9786
9787         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9788         (linux_nat_post_attach_wait): Adjust to use
9789         linux_proc_pid_is_stopped.
9790         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9791         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9792         based on pid_is_stopped from both linux-nat.c and
9793         gdbserver/linux-low.c, and renamed.
9794
9795 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9796
9797         * remote.c (remote_watchpoint_addr_within_range): New function.
9798         (init_remote_ops): Use it.
9799
9800 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9801
9802         * target.h (target_watchpoint_addr_within_range): Document macro.
9803
9804 2012-02-24  Pedro Alves  <palves@redhat.com>
9805
9806         * stack.c (set_last_displayed_sal): Issue internal_error instead
9807         of warning, and issue it after clearing the last displayed sal.
9808
9809 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9810             Pedro Alves  <palves@redhat.com>
9811
9812         * breakpoint.c (until_break_command): Install breakpoints after
9813         all frame manipulations.
9814
9815 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9816
9817         * remote.c (remote_supports_cond_breakpoints): New forward
9818         declaration.
9819         (remote_add_target_side_condition): New function.
9820         (remote_insert_breakpoint): Add target-side breakpoint
9821         conditional if supported.
9822         (remote_insert_hw_breakpoint): Likewise.
9823         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9824         hook.
9825
9826         * target.c (update_current_target): Inherit
9827         to_supports_evaluation_of_breakpoint_conditions.
9828         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9829
9830         * target.h (struct target_ops)
9831         <to_supports_evaluation_of_breakpoint_conditions>: New field.
9832         (target_supports_evaluation_of_breakpoint_conditions): New #define.
9833
9834         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9835         (condition_evaluation_both, condition_evaluation_auto,
9836         condition_evaluation_host, condition_evaluation_target,
9837         condition_evaluation_enums, condition_evaluation_mode_1,
9838         condition_evaluation_mode): New static globals.
9839         (translate_condition_evaluation_mode): New function.
9840         (breakpoint_condition_evaluation_mode): New function.
9841         (gdb_evaluates_breakpoint_condition_p): New function.
9842         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9843         (mark_breakpoint_modified): New function.
9844         (mark_breakpoint_location_modified): New function.
9845         (set_condition_evaluation_mode): New function.
9846         (show_condition_evaluation_mode): New function.
9847         (bp_location_compare_addrs): New function.
9848         (get_first_location_gte_addr): New helper function.
9849         (set_breakpoint_condition): Free condition bytecode if locations
9850         has become unconditional.  Call mark_breakpoint_modified (...).
9851         (condition_command): Call update_global_location_list (1) for
9852         breakpoints.
9853         (breakpoint_xfer_memory): Use is_breakpoint (...).
9854         (is_breakpoint): New function.
9855         (parse_cond_to_aexpr): New function.
9856         (build_target_condition_list): New function.
9857         (insert_bp_location): Handle target-side conditional
9858         breakpoints and call build_target_condition_list (...).
9859         (update_inserted_breakpoint_locations): New function.
9860         (insert_breakpoint_locations): Handle target-side conditional
9861         breakpoints.
9862         (bpstat_check_breakpoint_conditions): Add comment.
9863         (bp_condition_evaluator): New function.
9864         (bp_location_condition_evaluator): New function.
9865         (print_breakpoint_location): Print information on where the condition
9866         will be evaluated.
9867         (print_one_breakpoint_location): Likewise.
9868         (init_bp_location): Call mark_breakpoint_location_modified (...) for
9869         breakpoint location.
9870         (force_breakpoint_reinsertion): New functions.
9871         (update_global_location_list): Handle target-side breakpoint
9872         conditions.
9873         Reinsert locations that are already inserted if conditions have
9874         changed.
9875         (bp_location_dtor): Free agent expression bytecode.
9876         (disable_breakpoint): Call mark_breakpoint_modified (...).
9877         Call update_global_location_list (...) with parameter 1 for breakpoints.
9878         (disable_command): Call mark_breakpoint_location_modified (...).
9879         Call update_global_location_list (...) with parameter 1 for breakpoints.
9880         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9881         (enable_command): mark_breakpoint_location_modified (...).
9882         (_initialize_breakpoint): Update documentation and add
9883         condition-evaluation breakpoint subcommand.
9884
9885         * breakpoint.h: Include ax.h.
9886         (condition_list): New data structure.
9887         (condition_status): New enum.
9888         (bp_target_info) <cond_list>: New field.
9889         (bp_location) <condition_changed, cond_bytecode>: New fields.
9890         (is_breakpoint): New prototype.
9891
9892 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9893
9894         * remote.c (remote_state) <cond_breakpoints>: New field.
9895         (PACKET_ConditionalBreakpoints): New enum.
9896         (remote_cond_breakpoint_feature): New function.
9897         (remote_protocol_features): Add new ConditionalBreakpoints entry.
9898         (remote_supports_cond_breakpoints): New function.
9899         (_initialize_remote): Add new packet configuration for
9900         target-side conditional breakpoints.
9901
9902 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9903
9904         * NEWS: Mention target-side conditional breakpoint support,
9905         new condition-evaluation breakpoint subcommand and remote
9906         packet extensions.
9907
9908 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9909
9910         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9911         number.
9912
9913 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
9914
9915         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9916         (after_prologue): Remove.
9917
9918 2012-02-23  Tom Tromey  <tromey@redhat.com>
9919
9920         * jv-valprint.c (java_val_print): Remove dead code.
9921
9922 2012-02-23  Tristan Gingold  <gingold@adacore.com>
9923
9924         * ada-tasks.c (struct ada_tasks_inferior_data): Add
9925         known_tasks_element and known_tasks_length fields.
9926         (read_known_tasks_array): Change argument type.  Use pointer type
9927         and number of elements from DATA.  Adjust.
9928         (read_known_tasks_list): Likewise.
9929         (get_known_tasks_addr): Remove.
9930         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9931         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
9932         type and array length.  Merge former get_known_tasks_addr code.
9933
9934 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9935
9936         PR backtrace/13716
9937         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9938         it after set_momentary_breakpoint.
9939
9940 2012-02-22  Sterling Augustine  <saugustine@google.com>
9941
9942         PR 13689:
9943         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9944
9945 2012-02-22  Gary Benson  <gbenson@redhat.com>
9946
9947         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9948         (find_slot_in_mapped_hash): Likewise.
9949
9950 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9951
9952         PR build/13638
9953         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9954         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9955         * configure: Regenerate.
9956
9957 2012-02-21  Tristan Gingold  <gingold@adacore.com>
9958             Pedro Alves  <palves@redhat.com>
9959
9960         * ia64-tdep.c: Do not include libunwind-ia64.h.
9961         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9962         Include libunwind-ia64.h instead of libunwind.h.
9963         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9964         for libunwind.h existence.
9965         * configure, config.in: Regenerate.
9966
9967 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9968
9969         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9970         instead of value_rtti_target_type.
9971         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9972         instead of value_rtti_target_type.
9973         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9974         value_rtti_target_type.
9975         * valops.c (value_ind): Extract function readjust_indirect_value_type.
9976         (value_rtti_target_type): Rename to ...
9977         (value_rtti_indirect_type): ... here and make it indirect.  Update
9978         function comment.
9979         * value.c (readjust_indirect_value_type): New function.
9980         (coerce_ref): Support for enclosing type setting for references
9981         with readjust_indirect_value_type.
9982         * value.h (readjust_value_type): New declaration.
9983         (value_rtti_target_type): Rename to ...
9984         (value_rtti_indirect_type): ... here.
9985
9986 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9987
9988         * MAINTAINERS (Write After Approval): Add myself to the list.
9989
9990 2012-02-20  Doug Evans  <dje@google.com>
9991
9992         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9993         Rename objfile_p_char parameter to objfilep.
9994         (build_objfile_section_table): Result is now void.  All callers
9995         updated.
9996         * objfiles.h (struct objfile): Tweak comments, whitespace.
9997         (build_objfile_section_table): Update.
9998
9999         * elfread.c (elf_symfile_segments): Fix warning text.
10000
10001 2012-02-20  Tom Tromey  <tromey@redhat.com>
10002
10003         PR gdb/13498:
10004         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10005         particular set of file names once.
10006         (dw2_map_symbol_filenames): Likewise.
10007
10008 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10009
10010         Code cleanup.
10011         * main.c (write_files): Remove the declaration.
10012         (external_editor_command): Move the declaration ...
10013         [GDBTK] (external_editor_command): ... here.  Fix the comment.
10014
10015 2012-02-20  Tom Tromey  <tromey@redhat.com>
10016
10017         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10018         extraneous block.
10019
10020 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10021
10022         * darwin-nat.h (enum darwin_msg_state): Add comments.
10023
10024 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10025
10026         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10027         value.
10028
10029 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
10030
10031         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10032         between function description and implementation.
10033
10034 2012-02-17  Tom Tromey  <tromey@redhat.com>
10035
10036         PR python/12070:
10037         * python/py-event.c (event_object_getset): New global.
10038         (event_object_type): Reference it.
10039         * python/py-type.c (field_object_getset): New global.
10040         (field_object_type): Reference it.
10041         * python/python-internal.h (gdb_py_generic_dict): Declare.
10042         * python/py-utils.c (gdb_py_generic_dict): New function.
10043
10044 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10045
10046         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10047
10048 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10049
10050         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10051         TYPE_CALLING_CONVENTION annotation.
10052
10053 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10054
10055         * MAINTAINERS: Add rx to target ISA section.
10056         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10057         (ALLDEPFILES): Add rx-tdep.c.
10058
10059 2012-02-16  Tom Tromey  <tromey@redhat.com>
10060
10061         * symfile.c (symbol_file_add_main_1): Use inferior's
10062         symfile_flags.
10063         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10064         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10065         inferior.
10066         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10067         inferior.
10068         (follow_exec): Use inferior's symfile_flags.
10069         * inferior.h (struct inferior) <symfile_flags>: New field.
10070
10071 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10072
10073         PR gdb/9734:
10074         * remote-sim.c (gdbsim_create_inferior): Call error() when
10075         sim_create_inferior() fails.
10076
10077 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10078
10079         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10080
10081 2012-02-16  Tom Tromey  <tromey@redhat.com>
10082
10083         PR c++/13653:
10084         * thread.c (struct current_thread_cleanup) <was_removable>: New
10085         field.
10086         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10087         (make_cleanup_restore_current_thread): Initialize new field.
10088
10089 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10090
10091         * MAINTAINERS: Add rl78 to target ISA section.
10092         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10093         (ALLDEPFILES): Add rl78-tdep.c.
10094         * NEWS: Mention rl78 as a new target.
10095
10096 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10097
10098         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10099         data.
10100         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10101
10102 2012-02-15  Tom Tromey  <tromey@redhat.com>
10103
10104         PR gdb/12659:
10105         * infcmd.c (registers_info): Print just the current register's
10106         name.
10107
10108 2012-02-15  Tom Tromey  <tromey@redhat.com>
10109
10110         * python/py-symbol.c (sympy_value): Use _().
10111
10112 2012-02-15  Pedro Alves  <palves@redhat.com>
10113
10114         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10115         output to be like native targets'.
10116         (remote_pid_to_str): Special case the null ptid.
10117
10118 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10119
10120         * NEWS: Mention enable count command.
10121         * breakpoint.h (struct breakpoint): New field enable_count.
10122         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10123         (enable_breakpoint): Add arg to call.
10124         (struct disp_data): New struct.
10125         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10126         (do_map_enable_once_breakpoint): Create a struct and pass it.
10127         (do_map_enable_delete_breakpoint): Ditto.
10128         (do_map_enable_count_breakpoint): New function.
10129         (enable_count_command): New function.
10130         (bpstat_stop_status): Decrement enable_count.
10131         (print_one_breakpoint_location): Report enable count.
10132         (_initialize_breakpoint): Add enable count command.
10133
10134 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10135
10136         * rl78-tdep.c (reggroups.h): Include.
10137         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10138         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10139         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10140         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10141         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10142         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10143         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10144         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10145         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10146         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10147         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10148         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10149         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10150         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10151         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10152         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10153         beginning of register list.
10154         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10155         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10156         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10157         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10158         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10159         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10160         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10161         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10162         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10163         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10164         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10165         the pseudo registers.  Rearrange other pseudo registers too so
10166         that the bank registers appear at the end.
10167         (rl78_register_type): Account for the fact that the byte sized
10168         bank registers are now pseudo-registers.
10169         (rl78_register_name): Rearrange the register name array.  Make
10170         initial set of raw banked registers inaccessible.
10171         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10172         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10173         case for copying bytes back and forth between raw and pseudo
10174         versions of the banked registers.  Update other cases to reflect
10175         the changed names.
10176         (rl78_return_value): Update to account for changed names of
10177         raw registers.
10178         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10179         rl78_register_sim_regno().
10180
10181 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10182
10183         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10184         the name parameter being passed to find_pc_partial_function().
10185
10186 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10187
10188         * MAINTAINERS: Step down from being ia64 target maintainer.
10189
10190 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10191
10192         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10193         compilation warning.
10194
10195 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10196
10197         Fix crash on loaded shlibs without loaded exec_bfd.
10198         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10199         (set_section_command): Replace exec_bfd by p->bfd.
10200
10201 2012-02-10  Tom Tromey  <tromey@redhat.com>
10202
10203         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10204         when we have a C++ qualified name.
10205
10206 2012-02-10  Pedro Alves  <palves@redhat.com>
10207
10208         * inferior.c (inferior_pid_to_str): New.
10209         (print_inferior, inferior_command): Use it.
10210
10211 2012-02-10  Pedro Alves  <palves@redhat.com>
10212
10213         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10214         the test CFLAGS.
10215         * configure: Regenerate.
10216
10217 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10218
10219         * linespec.c (decode_line_internal): Fix comment correctness.
10220
10221 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10222
10223         PR gdb/12953
10224         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10225         * amd64bsd-nat.c: Add support for debug registers (adapted from
10226         i386bsd-nat.c).
10227         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10228         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10229         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10230         (amd64bsd_dr_get_control): New functions.
10231         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10232         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10233         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10234         watchpoints initialization.
10235         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10236
10237 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10238
10239         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10240         flds_bnds.fields.
10241         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10242
10243 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10244
10245         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10246
10247 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10248
10249         * language.h (symbol_name_cmp_ftype): Renames
10250         symbol_name_match_p_ftype.
10251         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10252         la_get_symbol_name_match_p.
10253         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10254         ada_get_symbol_name_match_p.  Update comment.
10255         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10256         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10257         Renames symbol_name_match_p.  Update field type.
10258         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10259         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10260         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10261         "la_get_symbol_name_cmp" in comments.
10262         * language.c: Likewise.
10263
10264 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10265
10266         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10267         %eflags offset.
10268         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10269         (amd64_sol2_gregset32_reg_offs): Likewise.
10270
10271 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10272
10273         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10274         of the returned BFD is allocated by GDB.
10275
10276 2012-02-07  Tom Tromey  <tromey@redhat.com>
10277
10278         PR python/12027:
10279         * python/python-internal.h (frame_object_type): Declare.
10280         * python/py-symbol.c (sympy_needs_frame): New function.
10281         (sympy_value): New function.
10282         (symbol_object_getset): Add "needs_frame".
10283         (symbol_object_methods): Add "value".
10284         * python/py-frame.c (frame_object_type): No longer static.
10285
10286 2012-02-07  Tom Tromey  <tromey@redhat.com>
10287
10288         PR python/13599:
10289         * python/py-symbol.c (sympy_line): New function.
10290         (symbol_object_getset): Add "line".
10291
10292 2012-02-07  Tom Tromey  <tromey@redhat.com>
10293
10294         * charset.c (find_charset_names): Check 'in' against NULL.
10295
10296 2012-02-06  Doug Evans  <dje@google.com>
10297
10298         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10299         and fields.name members from char * to const char *.  All uses updated.
10300         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10301         from char * to const char *.  All uses updated.
10302         (type_name_no_tag): Update.
10303         (lookup_unsigned_typename, lookup_signed_typename): Update.
10304         * gdbtypes.c (type_name_no_tag): Change result type
10305         from char * to const char *.  All callers updated.
10306         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10307         name parameter from char * to const char *.
10308         * symtab.h (struct cplus_specific): Change type of demangled_name
10309         member from char * to const char *.  All uses updated.
10310         (struct general_symbol_info): Change type of name and
10311         mangled_lang.demangled_name members from char * to const char *.
10312         All uses updated.
10313         (symbol_get_demangled_name, symbol_natural_name): Update.
10314         (symbol_demangled_name, symbol_search_name): Update.
10315         * symtab.c (symbol_get_demangled_name): Change result type
10316         from char * to const char *.  All callers updated.
10317         (symbol_natural_name, symbol_demangled_name): Ditto.
10318         (symbol_search_name): Ditto.
10319         (completion_list_add_name): Change type of symname,sym_text,
10320         text,word parameters from char * to const char *.
10321         (completion_list_objc_symbol): Change type of sym_text,
10322         text,word parameters from char * to const char *.
10323         * ada-lang.c (find_struct_field): Change type of name parameter
10324         from char * to const char *.
10325         (encoded_ordered_before): Similarly for N0,N1 parameters.
10326         (old_renaming_is_invisible): Similarly for function_name parameter.
10327         (ada_type_name): Change result type from char * to const char *.
10328         All callers updated.
10329         * ada-lang.h (ada_type_name): Update.
10330         * buildsym.c (hashname): Change type of name parameter
10331         from char * to const char *.
10332         * buildsym.h (hashname): Update.
10333         * dbxread.c (end_psymtab): Change type of include_list parameter
10334         from char ** to const char **.
10335         * dwarf2read.c (determine_prefix): Change result type
10336         from char * to const char *.  All callers updated.
10337         * f-lang.c (find_common_for_function): Change type of name, funcname
10338         parameters from char * to const char *.
10339         * f-lang.c (find_common_for_function): Update.
10340         * f-valprint.c (list_all_visible_commons): Change type of funcname
10341         parameters from char * to const char *.
10342         * gdbarch.sh (static_transform_name): Change type of name parameter
10343         and result from char * to const char *.
10344         * gdbarch.c: Regenerate.
10345         * gdbarch.h: Regenerate.
10346         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10347         of name parameter from char * to const char *.
10348         * jv-lang.c (java_primitive_type_from_name): Ditto.
10349         (java_demangled_signature_length): Similarly for signature parameter.
10350         (java_demangled_signature_copy): Ditto.
10351         (java_demangle_type_signature): Ditto.
10352         * jv-lang.h (java_primitive_type_from_name): Update.
10353         (java_demangle_type_signature): Update.
10354         * objc-lang.c (specialcmp): Change type of a,b parameters
10355         from char * to const char *.
10356         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10357         from char * to const char *.  All callers updated.
10358         * p-lang.h (is_pascal_string_type): Update.
10359         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10360         of name parameter from char * to const char *.
10361         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10362         * utils.c (fprintf_symbol_filtered): Ditto.
10363         * defs.h (fprintf_symbol_filtered): Update.
10364         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10365         * stabsread.h (end_psymtab): Update.
10366         * stack.c (find_frame_funname): Change type of funname parameter
10367         from char ** to const char **.
10368         * stack.h (find_frame_funname): Update.
10369         * typeprint.c (type_print): Change type of varstring parameter
10370         from char * to const char *.
10371         * value.h (type_print): Update.
10372         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10373         from char * to const char *.  All callers updated.
10374         (xcoff_end_psymtab): Change type of include_list parameter
10375         from char ** to const char **.  All callers updated.
10376         (swap_sym): Similarly for name parameter.  All callers updated.
10377         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10378         Use xstrdup.
10379         (process_coff_symbol): Use xstrdup.
10380         * stabsread.c (stabs_method_name_from_physname): Renamed from
10381         update_method_name_from_physname.  Change result type from void
10382         to char *.  All callers updated.
10383         (read_member_functions): In has_destructor case, store name in objfile
10384         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10385
10386 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10387
10388         * configure: Rebuild.
10389         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10390         LDFLAGS.
10391
10392 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10393
10394         * configure.tgt (rl78-*-elf): New target.
10395         * rl78-tdep.c: New file.
10396
10397 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10398
10399         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10400         and continue the loop.  Add QUIT statement.
10401
10402 2012-02-03  Tom Tromey  <tromey@redhat.com>
10403
10404         PR gdb/13596:
10405         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10406         bfd_lookup_symbol_from_symtab.
10407         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10408         gdb_bfd_lookup_symbol_from_symtab.
10409
10410 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10411
10412         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10413         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10414         symbol.  Add assertion that sym2 is never NULL.
10415
10416 2012-02-02  Doug Evans  <dje@google.com>
10417
10418         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10419         "name" parameter to const char ** from char **.  All callers updated.
10420         (find_pc_partial_function): Ditto.
10421         (cache_pc_function_name): Change type to const char * from char *.
10422         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10423         (find_pc_partial_function): Update.
10424         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10425         type of "name" parameter to const char * from char *.
10426         All uses updated.
10427         * arch-utils.c (generic_in_solib_return_trampoline): Change
10428         type of "name" parameter to const char * from char *.
10429         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10430         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10431         type of "name" parameter to const char * from char *.
10432         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10433         * gdbarch.c: Regenerate.
10434         * gdbarch.h: Regenerate.
10435         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10436         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10437         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10438         type of "name" parameter to const char * from char *.
10439         * skip.c (skip_function_pc): Ditto.
10440         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10441         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10442         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10443         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10444         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10445         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10446         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10447         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10448         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10449
10450 2012-02-02  Pedro Alves  <palves@redhat.com>
10451
10452         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10453         the current inferior has no execution.  Make sure the current
10454         remote process matches gdb's current inferior.
10455
10456 2012-02-02  Tom Tromey  <tromey@redhat.com>
10457
10458         PR gdb/13405:
10459         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10460         read-only memory.
10461
10462 2012-02-02  Tom Tromey  <tromey@redhat.com>
10463
10464         PR gdb/9307:
10465         * symtab.c (lookup_language_this): Set block_found.
10466
10467 2012-02-01  Tom Tromey  <tromey@redhat.com>
10468
10469         PR gdb/13431:
10470         * jit.c (struct jit_inferior_data): Rewrite.
10471         (struct jit_objfile_data): New.
10472         (get_jit_objfile_data): New function.
10473         (add_objfile_entry): Update.
10474         (jit_read_descriptor): Return int.  Replace descriptor_addr
10475         argument with inf_data.  Update.  Don't call error.
10476         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10477         descriptor here.
10478         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10479         (jit_reset_inferior_data_and_breakpoints)
10480         (jit_inferior_created_observer): Remove.
10481         (jit_inferior_exit_hook): Update.
10482         (jit_executable_changed_observer): Remove.
10483         (jit_event_handler): Update.
10484         (free_objfile_data): Reset inferior data if needed.
10485         (_initialize_jit): Update.
10486
10487 2012-02-01  Tom Tromey  <tromey@redhat.com>
10488
10489         * jit.c (bfd_open_from_target_memory): Move higher in file.
10490
10491 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10492
10493         * libunwind-frame.c (libunwind_load): Display message if dlopen
10494         failed.
10495
10496 2012-02-01  Gary Benson  <gbenson@redhat.com>
10497
10498         * symtab.h (symbol_found_callback_ftype): New typedef.
10499         (iterate_over_symbols): Use the above.
10500         * symtab.c (iterate_over_symbols): Likewise.
10501         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10502         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10503         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10504         (iterate_name_matcher): Document return values.
10505         (collect_one_symbol): Likewise.
10506         (collect_function_symbols): Likewise.
10507         (collect_symbols): Likewise.
10508
10509 2012-02-01  Tom Tromey  <tromey@redhat.com>
10510
10511         * ada-lang.c (resolve_subexp): Update.
10512         (ada_lookup_symbol_list): Add 'full_search' argument.
10513         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10514         ada_lookup_symbol_list.
10515         (ada_lookup_encoded_symbol): Update.
10516         (get_var_value): Update.
10517         * ada-exp.y (block_lookup): Update.
10518         (write_var_or_type): Update.
10519         (write_name_assoc): Update.
10520         * ada-lang.h (ada_lookup_symbol_list): Update.
10521
10522 2012-01-31  Tom Tromey  <tromey@redhat.com>
10523
10524         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10525         comment.
10526
10527 2012-01-31  Doug Evans  <dje@google.com>
10528
10529         * symtab.h: Remove outdated comment.
10530         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10531
10532 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10533
10534         Fix build error in Darwin port.
10535         * i386-darwin-nat.c: Include i386-nat.h.
10536
10537 2012-01-30  Tom Tromey  <tromey@redhat.com>
10538
10539         PR breakpoints/13568:
10540         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10541         argument.  Check for recursive includes.
10542         (dwarf_decode_macros): Create an include hash.
10543
10544 2012-01-30  Michael Eager  <eager@eagercon.com>
10545
10546         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10547         * ppc-linux-tdep.c: Include glibc-tdep.h.
10548         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10549         (powerpc_linux_in_plt_stub): New function.
10550         (powerpc_linux_in_dynsym_resolve_code): New function.
10551         (ppc_skip_trampoline_code): New function.
10552         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10553         Use glibc_skip_solib_resolver.
10554
10555 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10556
10557         Code cleanup: Make 1440 bytes of data segment read-only.
10558         * arch-utils.c (endian_enum): Make it const char *const [].
10559         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10560         Likewise.
10561         * breakpoint.c (always_inserted_enums): Likewise.
10562         * cli/cli-cmds.c (script_ext_enums): Likewise.
10563         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10564         enumlist parameter const char *const *.
10565         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10566         const char *const *.
10567         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10568         parameter const char *const *.
10569         * cris-tdep.c (cris_modes): Make it const char *const [].
10570         * filesystem.c (target_file_system_kinds): Likewise.
10571         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10572         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10573         (can_use_displaced_stepping_enum, scheduler_enums)
10574         (exec_direction_names): Likewise.
10575         * language.c (_initialize_language): Make the type_or_range_names and
10576         case_sensitive_names variables const char *const [].
10577         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10578         * python/python.c (python_excp_enums): Likewise.
10579         * remote.c (interrupt_sequence_modes): Likewise.
10580         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10581         * serial.c (logbase_enums): Likewise.
10582         * sh-tdep.c (sh_cc_enum): Likewise.
10583         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10584         Likewise.
10585         * symtab.c (multiple_symbols_modes): Likewise.
10586         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10587         Likewise.
10588         * utils.c (internal_problem_modes): Likewise.
10589
10590 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10591
10592         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10593         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10594         result.
10595
10596 2012-01-27  Doug Evans  <dje@google.com>
10597
10598         * configure.ac (with_python): Fix absolute path handling for win32.
10599         * configure: Regenerate.
10600
10601 2012-01-26  Doug Evans  <dje@google.com>
10602
10603         * symtab.c: Whitespace cleanup, no code changes.
10604
10605         * symtab.c (lookup_symbol_in_language): Improve comment.
10606         (lookup_symbol_aux): Fix comment.
10607
10608         * psymtab.c (add_psymbol_to_list): Result is now "void".
10609         * psympriv.h (add_psymbol_to_list): Update.
10610
10611         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10612
10613 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10614
10615         Do not open script filenames twice.
10616         * cli/cli-cmds.c (source_script_from_stream): Pass to
10617         source_python_script also STREAM.
10618         * python/py-auto-load.c (source_section_scripts): Pass to
10619         source_python_script_for_objfile also STREAM.
10620         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10621         also INPUT.
10622         * python/python-internal.h (source_python_script_for_objfile): New
10623         parameter file, rename parameter file to filename.
10624         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10625         instead if !_WIN32.  Update the function comment.
10626         (source_python_script, source_python_script_for_objfile)
10627         (source_python_script): New parameter file, rename parameter file to
10628         filename.  Pass FILENAME to python_run_simple_file.
10629         * python/python.h (source_python_script): New parameter file, rename
10630         parameter file to filename.
10631
10632 2012-01-26  Pedro Alves  <palves@redhat.com>
10633
10634         * corelow.c (core_has_fake_pid): Delete.
10635         (core_close): Delete references to `core_has_fake_pid'.
10636         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10637         (core_open): Delete references to `core_has_fake_pid'.
10638         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10639         the removed global.
10640
10641 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10642
10643         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10644         Remove language parameter from name_matcher.  Adjust the comment.
10645         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10646         Remove language parameter.
10647         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10648         * linespec.c (iterate_name_matcher): Likewise.
10649         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10650         name_matcher.  Adjust call accordingly.
10651         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10652         (maintenance_check_symtabs): Adjust type of parameter "fun".
10653         * psymtab.h (maintenance_check_symtabs): Likewise.
10654
10655 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10656
10657         * language.h (symbol_name_match_p_ftype): New typedef.
10658         (struct language_defn): Replace field la_symbol_name_compare
10659         by la_get_symbol_name_match_p.
10660         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10661         (ada_language_defn): Use it.
10662         * linespec.c (struct symbol_matcher_data): New type.
10663         (iterate_name_matcher): Rewrite.
10664         (iterate_over_all_matching_symtabs): Pass a pointer to
10665         a symbol_matcher_data struct to expand_symtabs_matching
10666         instead of just the lookup name.
10667         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10668         opencl-lang.c, p-lang.c, language.c: Delete field
10669         la_symbol_name_compare, and replace by NULL for new field
10670         la_get_symbol_name_match_p.
10671         * symfile.h (struct quick_symbol_functions): Update comment.
10672
10673 2012-01-25  Tom Tromey  <tromey@redhat.com>
10674
10675         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10676         dereferencing.
10677
10678 2012-01-24  Tom Tromey  <tromey@redhat.com>
10679
10680         PR symtab/12406:
10681         * solib.c (update_solib_list): Update the program space's
10682         added_solibs and deleted_solibs fields.
10683         * progspace.h (struct program_space) <added_solibs,
10684         deleted_solibs>: New fields.
10685         (clear_program_space_solib_cache): Declare.
10686         * progspace.c (release_program_space): Call
10687         clear_program_space_solib_cache.
10688         (clear_program_space_solib_cache): New function.
10689         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10690         bpstat_stop_status.  Use handle_solib_event.
10691         * breakpoint.c: Include gdb_regex.h.
10692         (print_solib_event): New function.
10693         (bpstat_print): Use print_solib_event.
10694         (bpstat_stop_status): Add special case for bp_shlib_event.
10695         (handle_solib_event): New function.
10696         (bpstat_what): Use handle_solib_event.
10697         (struct solib_catchpoint): New.
10698         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10699         (breakpoint_hit_catch_solib, check_status_catch_solib)
10700         (print_it_catch_solib, print_one_catch_solib)
10701         (print_mention_catch_solib, print_recreate_catch_solib): New
10702         functions.
10703         (catch_solib_breakpoint_ops): New global.
10704         (catch_load_or_unload, catch_load_command_1)
10705         (catch_unload_command_1): New functions.
10706         (internal_bkpt_check_status): Add special case for
10707         bp_shlib_event.
10708         (internal_bkpt_print_it): Use print_solib_event.
10709         (initialize_breakpoint_ops): Initialize
10710         catch_solib_breakpoint_ops.
10711         (_initialize_breakpoint): Register "catch load" and "catch
10712         unload".
10713         * breakpoint.h (handle_solib_event): Declare.
10714         * NEWS: Add entry for "catch load" and "catch unload".
10715
10716 2012-01-24  Tom Tromey  <tromey@redhat.com>
10717
10718         * ada-lang.c: Include gdb_vecs.h.
10719         * charset.c: Include gdb_vecs.h.
10720         * tracepoint.h: Include gdb_vecs.h.
10721         * gdb_vecs.h: New file.
10722
10723 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
10724
10725         * breakpoint.c (breakpoint_hit_catch_fork)
10726         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10727         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10728         * infrun.c (inferior_has_forked, inferior_has_vforked)
10729         (inferior_has_execd, inferior_has_called_syscall): Delete.
10730         (handle_syscall_event): Get syscall_number from the execution
10731         control state's wait status.
10732         (wait_for_inferior): Don't clear syscall_number.
10733
10734 2012-01-24  Pedro Alves  <palves@redhat.com>
10735
10736         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10737         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10738         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10739         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10740         `ws' parameter.
10741         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
10742         false for events other than TARGET_SIGNAL_TRAP.
10743         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10744         Add `ws' parameter.
10745         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
10746         events other than TARGET_SIGNAL_TRAP.
10747         (tracepoint_breakpoint_hit): Add `ws' parameter.
10748         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10749         parameter.
10750         (bpstat_stop_status): Same.
10751         (pc_at_non_inline_function): Same.
10752         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10753         to pass the current event's waitstatus to bpstat_stop_status
10754         and pc_at_non_inline_function.
10755
10756 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10757
10758         Code cleanup.
10759         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10760         Update the function comment for it.
10761         (source_script_with_search): Call make_cleanup_fclose for STREAM.
10762         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10763         for STREAM.
10764
10765 2012-01-24  Pedro Alves  <palves@redhat.com>
10766
10767         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10768         outside `bs->stop' block.
10769         (bpstat_what): Rework bp_shlib_event handling.
10770         (internal_bkpt_check_status): If the breakpoint is a
10771         bp_shlib_event, then set bs->stop and bs->print if
10772         stop_on_solib_events is set.
10773
10774 2012-01-24  Gary Benson  <gbenson@redhat.com>
10775
10776         Delete #if 0'd out code.
10777         * stack.c (print_frame_label_vars): Remove.
10778         (catch_info): Likewise.
10779         (_initialize_stack): Remove "info catch" command.
10780         * NEWS: Mention the above.
10781
10782 2012-01-24  Pedro Alves  <palves@redhat.com>
10783
10784         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
10785         it.
10786         (remote_notice_new_inferior): If the remote end doesn't support
10787         the multiprocess extensions, then the PID is fake.
10788         (add_current_inferior_and_thread): New.
10789         (remote_start_remote): Use it.
10790         (extended_remote_attach_1): Adjust.
10791         (extended_remote_create_inferior_1): Use
10792         add_current_inferior_and_thread.
10793
10794 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10795
10796         Fix watchpoints to be specific for each inferior.
10797         * breakpoint.c (watchpoint_in_thread_scope): Verify also
10798         current_program_space.
10799         * i386-nat.c (i386_inferior_data_cleanup): New.
10800         (i386_inferior_data_get): Replace variable inf_data_local by an
10801         inferior_data call.
10802         (i386_use_watchpoints): Initialize i386_inferior_data.
10803         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10804         specific iterate_over_lwps.
10805
10806 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10807
10808         Fix watchpoints across inferior fork.
10809         * amd64-linux-nat.c (update_debug_registers_callback): Update the
10810         comment for linux_nat_iterate_watchpoint_lwps.
10811         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10812         linux_nat_iterate_watchpoint_lwps.
10813         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10814         * i386-linux-nat.c (update_debug_registers_callback): Update the
10815         comment for linux_nat_iterate_watchpoint_lwps.
10816         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10817         linux_nat_iterate_watchpoint_lwps.
10818         (i386_linux_prepare_to_resume): New comment on Linux kernel.
10819         * i386-nat.c: Include inferior.h.
10820         (dr_mirror): Remove.
10821         (i386_inferior_data, struct i386_inferior_data)
10822         (i386_inferior_data_get): New.
10823         (i386_debug_reg_state): Use i386_inferior_data_get.
10824         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10825         (i386_insert_watchpoint, i386_remove_watchpoint)
10826         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10827         (i386_remove_hw_breakpoint): New variable state, use
10828         i386_debug_reg_state instead of DR_MIRROR.
10829         * linux-nat.c (delete_lwp): New declaration.
10830         (num_lwps): Move here from downwards.
10831         (delete_lwp_cleanup): New.
10832         (linux_child_follow_fork): Create new child_lp, call
10833         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10834         PTRACE_DETACH.
10835         (num_lwps): Move upwards.
10836         (linux_nat_iterate_watchpoint_lwps): New.
10837         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10838         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10839
10840 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
10841
10842         GDB 7.4 released.
10843
10844 2012-01-23  Pedro Alves  <palves@redhat.com>
10845
10846         * top.c (caution): Rename to ...
10847         (confirm): ... this.
10848         (show_caution): Rename to ...
10849         (show_confirm): ... this.
10850         (quit_cover): Adjust.
10851         (init_main): Adjust.
10852         * top.h (caution): Rename to ...
10853         (confirm): ... this.
10854         * utils.c (internal_vproblem, defaulted_query): Adjust.
10855
10856 2012-01-23  Pedro Alves  <palves@redhat.com>
10857
10858         * top.c (caution): Update comment.
10859         (execute_command): Don't consider the current value of `caution'.
10860
10861 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10862
10863         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10864
10865 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
10866
10867         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10868         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10869         * target.c (target_fileio_pwrite): Remove buffer address from
10870         debug output.
10871         (target_fileio_pread): Likewise.
10872
10873 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10874
10875         * NEWS: Document remote "info proc" and "generate-core-file".
10876
10877 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10878
10879         * gdbarch.sh (find_memory_regions): New callback.
10880         * gdbarch.c, gdbarch.h: Regenerate.
10881
10882         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10883         callback before falling back to target method.
10884
10885         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10886         (linux_target_install_ops): No longer install it.
10887
10888         * linux-tdep.c (linux_find_memory_regions): New function.
10889         (linux_init_abi): Install it.
10890
10891 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10892
10893         * gdbarch.sh (make_corefile_notes): New architecture callback.
10894         * gdbarch.c: Regenerate.
10895         * gdbarch.h: Likewise.
10896
10897         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10898         before target_make_corefile_notes.  If NULL is returned, the
10899         target does not support core file generation.
10900
10901         * linux-nat.c: Include "linux-tdep.h".
10902         (find_signalled_thread, find_stop_signal): Remove.
10903         (linux_nat_do_thread_registers): Likewise.
10904         (struct linux_nat_corefile_thread_data): Likewise.
10905         (linux_nat_corefile_thread_callback): Likewise.
10906         (iterate_over_spus): Likewise.
10907         (struct linux_spu_corefile_data): Likewise.
10908         (linux_spu_corefile_callback): Likewise.
10909         (linux_spu_make_corefile_notes): Likewise.
10910         (linux_nat_collect_thread_registers): New function.
10911         (linux_nat_make_corefile_notes): Replace contents by call to
10912         linux_make_corefile_notes passing linux_nat_collect_thread_registers
10913         as native-only callback.
10914
10915         * linux-tdep.h: Include "bfd.h".
10916         (struct regcache): Add forward declaration.
10917         (linux_collect_thread_registers_ftype): New typedef.
10918         (linux_make_corefile_notes): Add prototype.
10919         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10920         "regset.h", and "elf-bfd.h".
10921         (find_signalled_thread, find_stop_signal): New functions.
10922         (linux_spu_make_corefile_notes): Likewise.
10923         (linux_collect_thread_registers): Likewise.
10924         (struct linux_corefile_thread_data): New data structure.
10925         (linux_corefile_thread_callback): New funcion.
10926         (linux_make_corefile_notes): Likewise.
10927         (linux_make_corefile_notes_1): Likewise.
10928         (linux_init_abi): Install it.
10929
10930 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10931
10932         * gdbarch.sh (info_proc): New callback.
10933         * gdbarch.c, gdbarch.h: Regenerate.
10934
10935         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10936         before falling back to the target info_proc callback.
10937
10938         * linux-nat.c: Do not include "cli/cli-utils.h".
10939         (linux_nat_info_proc): Remove.
10940         (linux_target_install_ops): No longer install it.
10941
10942         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10943         (read_mapping): New function.
10944         (linux_info_proc): Likewise.
10945         (linux_init_abi): Install it.
10946
10947 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10948
10949         * defs.h (enum info_proc_what): Moved here from linux-nat.c
10950         * infcmd.c: (info_proc_cmd_1): New function.
10951         (info_proc_cmd): New function, moved here from equivalent routine
10952         orignally in linux-nat.c.
10953         (info_proc_cmd_mappings): Likewise.
10954         (info_proc_cmd_stat): Likewise.
10955         (info_proc_cmd_status): Likewise.
10956         (info_proc_cmd_cwd): Likewise.
10957         (info_proc_cmd_cmdline): Likewise.
10958         (info_proc_cmd_exe): Likewise.
10959         (info_proc_cmd_all): Likewise.
10960         (_initialize_infcmd): Install "info proc" command and subcommands.
10961
10962         * target.h (struct target_ops): Add to_info_proc.
10963         (target_info_proc): Add prototype.
10964         * target.c (target_info_proc): New function.
10965
10966         * procfs.c (procfs_info_proc): Add prototype.
10967         (info_proc_cmd): Rename into ...
10968         (procfs_info_proc): ... this.  Update argument types as appropriate
10969         for a to_info_proc implementation.  Handle "what" argument.
10970         (procfs_target): Install procfs_info_proc.
10971         (_initialize_procfs): No longer install "info proc" command.
10972
10973         * linux-nat.c: (enum info_proc_what): Remove.
10974         (linux_nat_info_proc_cmd_1): Rename into ...
10975         (linux_nat_info_proc): ... this.  Update argument types as appropriate
10976         for a to_info_proc implementation.
10977         (linux_nat_info_proc_cmd): Remove.
10978         (linux_nat_info_proc_cmd_mappings): Likewise.
10979         (linux_nat_info_proc_cmd_stat): Likewise.
10980         (linux_nat_info_proc_cmd_status): Likewise.
10981         (linux_nat_info_proc_cmd_cwd): Likewise.
10982         (linux_nat_info_proc_cmd_cmdline): Likewise.
10983         (linux_nat_info_proc_cmd_exe): Likewise.
10984         (linux_nat_info_proc_cmd_all): Likewise.
10985         (linux_target_install_ops): Install linux_nat_info_proc.
10986         (_initialize_linux_nat): No longer install "info proc" command
10987         and subcommands.
10988
10989 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10990
10991         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10992         * config.in, configure: Regenerate.
10993
10994         * target.h (struct target_ops): Add to_fileio_readlink.
10995         (target_fileio_readlink): Add prototype.
10996         * target.c (target_fileio_readlink): New function.
10997
10998         * inf-child.c: Conditionally include <sys/param.h>.
10999         (inf_child_fileio_readlink): New function.
11000         (inf_child_target): Install it.
11001
11002         * remote.c (PACKET_vFile_readlink): New enum value.
11003         (remote_hostio_readlink): New function.
11004         (init_remote_ops): Install it.
11005         (_initialize_remote): Handle vFile:readlink packet type.
11006
11007 2012-01-20  Pedro Alves  <palves@redhat.com>
11008             Ulrich Weigand  <ulrich.weigand@linaro.org>
11009
11010         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11011         * config.in, configure: Regenerate.
11012
11013         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11014         to_fileio_pread, to_fileio_close, to_fileio_unlink.
11015         (target_fileio_open): Add prototype.
11016         (target_fileio_pwrite): Likewise.
11017         (target_fileio_pread): Likewise.
11018         (target_fileio_close): Likewise.
11019         (target_fileio_unlink): Likewise.
11020         (target_fileio_read_alloc): Likewise.
11021         (target_fileio_read_stralloc): Likewise.
11022
11023         * target.c: Include "gdb/fileio.h".
11024         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11025         (default_fileio_target): New function.
11026         (target_fileio_open): Likewise.
11027         (target_fileio_pwrite): Likewise.
11028         (target_fileio_pread): Likewise.
11029         (target_fileio_close): Likewise.
11030         (target_fileio_unlink): Likewise.
11031         (target_fileio_close_cleanup): Likewise.
11032         (target_fileio_read_alloc_1): Likewise.
11033         (target_fileio_read_alloc): Likewise.
11034         (target_fileio_read_stralloc): Likewise.
11035
11036         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11037         <fcntl.h>, and <unistd.h>.
11038         (inf_child_fileio_open_flags_to_host): New function.
11039         (inf_child_errno_to_fileio_error): Likewise.
11040         (inf_child_fileio_open): Likewise.
11041         (inf_child_fileio_pwrite): Likewise.
11042         (inf_child_fileio_pread): Likewise.
11043         (inf_child_fileio_close): Likewise.
11044         (inf_child_fileio_unlink): Likewise.
11045         (inf_child_target): Install to_fileio routines.
11046
11047         * remote.c (init_remote_ops): Install to_fileio routines.
11048
11049 2012-01-20  Pedro Alves  <palves@redhat.com>
11050             Ulrich Weigand  <ulrich.weigand@linaro.org>
11051
11052         * remote.c (remote_multi_process_p): Only check for multi-process
11053         protocol feature, do not check for extended protocol.
11054         (remote_supports_multi_process): Check for extended protocol here.
11055         (set_general_process): Likewise.
11056         (extended_remote_kill): Likewise.
11057         (remote_pid_to_str): Likewise.
11058         (remote_query_supported): Always query multiprocess mode.
11059
11060 2012-01-20  Pedro Alves  <palves@redhat.com>
11061             Ulrich Weigand  <ulrich.weigand@linaro.org>
11062
11063         * inferior.h (struct inferior): Add fake_pid_p.
11064         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11065         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11066         magic_null_ptid since the remote side doesn't provide a real PID.
11067
11068 2012-01-19  Tom Tromey  <tromey@redhat.com>
11069
11070         * NEWS: Combine the two Python sections.
11071
11072 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11073
11074         * target.h (target_close): Update comment on the target's unpush state.
11075
11076 2012-01-19  Pedro Alves  <palves@redhat.com>
11077
11078         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11079         linux_nat_async directly instead of going through the target
11080         vector.
11081         * target.c (unpush_target): Close target after unpushing it, not
11082         before.
11083
11084 2012-01-19  Gary Benson  <gbenson@redhat.com>
11085
11086         * mdebugread.c (sort_blocks): Replace integer constants with ones
11087         derived from FIRST_LOCAL_BLOCK.
11088
11089 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11090             Jan Kratochvil  <jan.kratochvil@redhat.com>
11091
11092         PR gdb/9538
11093         * symfile.c (find_separate_debug_file): New function.
11094         (terminate_after_last_dir_separator): Likewise.
11095         (find_separate_debug_file_by_debuglink): Also try realpath.
11096         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11097         * configure: Regenerate.
11098         * config.in: Regenerate.
11099
11100 2012-01-18  Doug Evans  <dje@google.com>
11101
11102         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11103         (main.o): Remove rule.
11104         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11105         (--with-sysroot): Rewrite.
11106         * configure: Regenerate.
11107         * config.in: Regenerate.
11108
11109 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11110
11111         * parse.c (initialize_expout): New function.
11112         (reallocate_expout): Likewise.
11113         (parse_exp_in_context): Use `initialize_expout' and
11114         `reallocate_expout' when appropriate.
11115
11116 2012-01-18  Pedro Alves  <palves@redhat.com>
11117
11118         * record.c (struct record_breakpoint, record_breakpoint_p)
11119         (record_breakpoints): New.
11120         (record_insert_breakpoint, record_remove_breakpoint): Manage
11121         record breakpoints list.  Only remove breakpoints from the
11122         inferior if they had been inserted there in the first place.
11123
11124 2012-01-17  Doug Evans  <dje@google.com>
11125
11126         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11127         if we know we don't have a file name to look for.
11128
11129 2012-01-17  Pedro Alves  <palves@redhat.com>
11130
11131         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11132         the frame's stop reason is UNWIND_UNAVAILABLE.
11133
11134 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11135
11136         Fix compilation error.
11137         * m2-exp.y (yyerror): Use ANSI C prototype.
11138
11139 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11140
11141         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11142         (growbuf_by_size): Likewise.
11143         (yyerror): Likewise.
11144         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11145         (modblock): Remove variable (was #if 0'ed).
11146         (parse_number): Convert prototype from K&R to ANSI C.
11147         (yyerror): Likewise.
11148         * objc-exp.y (parse_number): Likewise.
11149         (yyerror): Likewise.
11150         (yylex): Remove #if 0'ed code.
11151         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11152         (yyerror): Likewise.
11153
11154 2012-01-16  Tom Tromey  <tromey@redhat.com>
11155
11156         * NEWS: Add item.
11157         * symtab.h (compare_filenames_for_search): Declare.
11158         * symtab.c (compare_filenames_for_search): New function.
11159         (iterate_over_some_symtabs): Use it.
11160         * symfile.h (struct quick_symbol_functions)
11161         <map_symtabs_matching_filename>: Change spec.
11162         * psymtab.c (partial_map_symtabs_matching_filename): Use
11163         compare_filenames_for_search.  Update for new spec.
11164         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11165         compare_filenames_for_search.  Update for new spec.
11166         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11167
11168 2012-01-16  Tom Tromey  <tromey@redhat.com>
11169
11170         PR python/13281:
11171         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11172         (struct main_type) <flag_flag_enum>: New field.
11173         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11174         * NEWS: Add entries.
11175         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11176         enums.
11177         * python/lib/gdb/printing.py (_EnumInstance): New class.
11178         (FlagEnumerationPrinter): Likewise.
11179
11180 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11181
11182         * breakpoint.c (create_sals_from_address_default): New function.
11183         (create_breakpoints_sal_default): Likewise.
11184         (decode_linespec_default): Likewise.
11185         (is_marker_spec): Removed.
11186         (strace_marker_p): New function.
11187         (init_breakpoint_sal): Using `strace_marker_p' instead of
11188         `is_marker_spec'.
11189         (create_breakpoint): Call method `create_sals_from_address' from
11190         breakpoint_ops, replacing code that created SALs conditionally
11191         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11192         replacing code that created breakpoints conditionally on the type
11193         wanted.
11194         (base_breakpoint_create_sals_from_address): New function.
11195         (base_breakpoint_create_breakpoints_sal): Likewise.
11196         (base_breakpoint_decode_linespec): Likewise.
11197         (base_breakpoint_ops): Add methods
11198         `base_breakpoint_create_sals_from_address',
11199         `base_breakpoint_create_breakpoints_sal' and
11200         `base_breakpoint_decode_linespec'.
11201         (bkpt_create_sals_from_address): New function.
11202         (bkpt_create_breakpoints_sal): Likewise.
11203         (bkpt_decode_linespec): Likewise.
11204         (tracepoint_create_sals_from_address): Likewise.
11205         (tracepoint_create_breakpoints_sal): Likewise.
11206         (tracepoint_decode_linespec): Likewise.
11207         (strace_marker_create_sals_from_address): Likewise.
11208         (strace_marker_create_breakpoints_sal): Likewise.
11209         (strace_marker_decode_linespec): Likewise.
11210         (strace_marker_breakpoint_ops): New variable.
11211         (addr_string_to_sals): Remove `marker_spec'.  Call method
11212         `decode_linespec' from breakpoint_ops, replacing code that decoded
11213         an address string into a SAL.  Use `strace_marker_p' instead of
11214         `marker_spec'.
11215         (strace_command): Decide whether we are dealing with a static
11216         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11217         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11218         * breakpoint.h (linespec_result, linespec_sals): New forward
11219         declarations.
11220         (breakpoint_ops) <create_sals_from_address>,
11221         <create_breakpoints_sal>, <decode_linespec>: New methods.
11222
11223 2012-01-14  Doug Evans  <dje@google.com>
11224
11225         * NEWS: Update text for "maint set python print-stack".
11226         It is deprecated in gdb 7.4 and deleted in 7.5.
11227
11228 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11229
11230         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11231         including curses.h.
11232
11233 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11234
11235         * configure: Regenerate.
11236         * config.in: Regenerate.
11237
11238 2012-01-12  Keith Seitz  <keiths@redhat.com>
11239
11240         PR mi/10586
11241         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11242         (ANONYMOUS_UNION_NAME): Define.
11243         (is_path_expr_parent): New function.
11244         (get_path_expr_parent): New function.
11245         (is_anonymous_child): New function.
11246         (create_child_with_value): If the child is anonymous and without
11247         a name, assign an object name to it.
11248         (c_describe_child): Use get_path_expr_parent to determine
11249         the parent expression.
11250         If there field represents an anonymous struct or union and
11251         has no name, set an appropriate display name and expression.
11252         (cplus_describe_child): Likewise.
11253
11254 2012-01-12  Pedro Alves  <palves@redhat.com>
11255
11256         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11257         available when %ebp is found to be zero (outermost).
11258
11259 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11260
11261         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11262         an internal gdb_static_assert.
11263         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11264
11265 2012-01-11  Tom Tromey  <tromey@redhat.com>
11266
11267         PR gdb/9598:
11268         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11269         catch" and "catch throw".
11270
11271 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11272
11273         * blockframe.c (block_innermost_frame): Start search from selected
11274         frame, if present, or otherwise the current frame.
11275
11276         * c-exp.y (variable): Update innermost_block for
11277         'block COLONCOLON NAME' clause.
11278         * m2-exp.y (variable): Ditto.
11279         * objc-exp.y (variable): Ditto.
11280
11281 2012-01-10  Tom Tromey  <tromey@redhat.com>
11282
11283         PR python/13199:
11284         * python/python.c (finish_python_initialization): Set sys.argv.
11285
11286 2012-01-10  Doug Evans  <dje@google.com>
11287
11288         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11289         "want_line_info".  All callers updated.
11290         (dwarf_decode_lines_1): New function.
11291         (handle_DW_AT_stmt_list): Add function comment.
11292         New arg "want_line_info".  All callers updated.
11293         (read_file_scope,read_type_unit_scope): Move comment from
11294         handle_DW_AT_stmt_list to here.
11295
11296 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11297
11298         Fix regression after libiberty/ update for GCC PR 6057 and others.
11299         * c-exp.y (operator) <OPERATOR DELETE>
11300         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11301         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11302         (make_builtin_type, make_name): New variable i, add gdb_assert.
11303         (operator) <OPERATOR NEW>: Update ARGS to 3.
11304         (operator) <OPERATOR DELETE>: Add trailing space.
11305         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11306         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11307         * cp-support.c (cp_canonicalize_string): Check NULL from
11308         cp_comp_to_string, call warning and return.
11309
11310 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11311
11312         Fix duplicate .o files after omitting libbfd.a.
11313         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11314         (SFILES): Add corelow.c.
11315         (COMMON_OBS): Add corelow.o.
11316         (ALLDEPFILES): Remove corelow.c.
11317         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11318         * config/alpha/alpha-osf3.mh: Likewise.
11319         * config/alpha/fbsd.mh: Likewise.
11320         * config/arm/nbsdaout.mh: Likewise.
11321         * config/arm/nbsdelf.mh: Likewise.
11322         * config/i386/i386gnu.mh: Likewise.
11323         * config/ia64/hpux.mh: Likewise.
11324         * config/ia64/linux.mh: Likewise.
11325         * config/m32r/linux.mh: Likewise.
11326         * config/m68k/linux.mh: Likewise.
11327         * config/mips/irix5.mh: Likewise.
11328         * config/mips/irix6.mh: Likewise.
11329         * config/pa/hpux.mh: Likewise.
11330         * config/pa/linux.mh: Likewise.
11331         * config/powerpc/aix.mh: Likewise.
11332         * config/sparc/linux.mh: Likewise.
11333         * config/sparc/linux64.mh: Likewise.
11334         * config/sparc/sol2.mh: Likewise.
11335         * config/vax/vax.mh: Likewise.
11336         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11337         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11338         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11339         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11340         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11341         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11342         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11343         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11344         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11345         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11346         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11347         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11348         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11349         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11350         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11351         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11352         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11353         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11354         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11355         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11356         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11357         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11358         corelow.o from gdb_target_obs.
11359         * corefile.c (core_target): Update the comment on NULL value.
11360         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11361         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11362         MATCHES.  Drop YUMMY set on NULL.
11363         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11364         reclaim CORE_DATA if it is already NULL.
11365
11366 2012-01-09  Doug Evans  <dje@google.com>
11367
11368         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11369         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11370
11371 2012-01-09  Keith Seitz  <keiths@redhat.com>
11372
11373         * breakpoint.c (wrapper.h): Don't include.
11374
11375 2012-01-09  Keith Seitz  <keiths@redhat.com>
11376
11377         * Makefile.in (SFILES): Remove wrapper.c.
11378         (HFILES_NO_SRCDIR): Remove wrapper.h.
11379         (COMMON_OBS): Remove wrapper.o.
11380         * cli/cli-interp.c: Don't inlude wrapper.h.
11381         * corelow.c: Likewise.
11382         (core_open): Replace gdb_target_find_new_threads with
11383         TRY_CATCH around target_find_new_threads.
11384         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11385         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11386         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11387         evaluate_expression.
11388         (varobj_set_value): Likewise for evaluate_expression and
11389         value_assign.
11390         (install_new_variable): Likewise for value_fetch_lazy.
11391         (adjust_value_for_child_access): Likewise for value_ind.
11392         (c_describe_child): Likewise for value_subscript and
11393         value_ind.
11394         (c_value_of_root): Likewise for evaluate_expression.
11395         * wrapper.c: Remove.
11396         * wrapper.h: Remove.
11397
11398 2012-01-09  Doug Evans  <dje@google.com>
11399
11400         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11401         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11402         "abfd" args with "section".  All callers updated.
11403         Error checking code moved ...
11404         (error_check_comp_unit_head): ... here.  New function.
11405         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11406         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11407         (create_debug_types_hash_table): Simplify by using
11408         read_and_check_type_unit_head.
11409
11410         * parser-defs.h (namecopy): Delete.
11411         * parse.c (namecopy, namecopy_size): Move into copy_name.
11412
11413 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11414
11415         Partially fix duplicate .o files after omitting libbfd.a.
11416         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11417         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11418         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11419         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11420         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11421         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11422         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11423
11424 2012-01-09  Pedro Alves  <palves@redhat.com>
11425
11426         * MAINTAINERS: Update my email address.
11427
11428 2012-01-08  Doug Evans  <dje@google.com>
11429
11430         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11431         n_type_units.  Rename type_comp_units to all_type_units.
11432         All uses updated.
11433         (add_signatured_type_cu_to_table): Renamed from
11434         add_signatured_type_cu_to_list.  All callers updated.
11435
11436         * gdbtypes.h (struct cplus_struct_type): Delete member
11437         nfn_fields_total.  All uses removed.
11438
11439 2012-01-06  Doug Evans  <dje@google.com>
11440
11441         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11442         to top of file.
11443         (dwarf2_find_comp_unit): Delete.
11444         (process_psymtab_comp_unit): Make result "void".
11445         Delete args buffer, info_ptr, buffer_size, and replace with
11446         "section".  All callers updated.
11447         (dwarf2_build_psymtabs_hard): Simplify.
11448
11449 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11450             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11451
11452         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11453         before `struct gdb_exception'.
11454         * breakpoint.c (update_global_location_list_nothrow)
11455         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11456         * cp-abi.c (value_rtti_type): Likewise.
11457         * cp-support.c (cp_validate_operator): Likewise.
11458         * infrun.c (insert_exception_resume_breakpoint)
11459         (check_exception_resume, keep_going): Likewise.
11460         * mi-interp.c (mi_breakpoint_created)
11461         (mi_breakpoint_modified): Likewise.
11462         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11463         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11464         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11465
11466 2012-01-05  Doug Evans  <dje@google.com>
11467
11468         * dwarf2read.c (statement_prologue): Delete, unused.
11469
11470         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11471         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11472
11473         * dwarf2read.c (comp_unit_header): Delete, unused.
11474
11475 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11476
11477         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11478         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11479
11480 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11481
11482         * infrun.c (normal_stop): Don't skip calling the normal_stop
11483         observers if the thread was doing a multi-step, but stopped for
11484         some reason other than stepping.
11485
11486 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11487
11488         * cli/cli-decode.h: Add comments.
11489         (CMD_LIST_AMBIGUOUS): Moved to command.h
11490         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11491         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11492         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11493         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11494         (add_com, add_com_alias, add_info, add_info_alias)
11495         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11496         declarations.
11497         * command.h: Add and adjust comments.
11498         (CMD_LIST_AMBIGUOUS): Moved here.
11499         (help_cmd, help_cmd_list): Delete declarations.
11500
11501 2012-01-04  Doug Evans  <dje@google.com>
11502
11503         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11504         All callers updated.
11505         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11506         Replace all arguments with "per_cu".  All callers updated.
11507
11508         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11509
11510         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11511         New arg "per_cu".  All callers updated.
11512
11513         Delete #if 0'd out code.
11514         * language.c (binop_result_type): Delete.
11515         (simple_type, ordered_type, same_type, integral_type): Delete.
11516         (numeric_type, character_type, string_type, boolean_type): Delete.
11517         (float_type, structured_type): Delete.
11518         * language.h: Update.
11519
11520 2012-01-04  Tom Tromey  <tromey@redhat.com>
11521
11522         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11523
11524 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11525
11526         * corefile.c (close_exec_file): Delete.
11527         (reopen_exec_file): Remove commented out code that seems related
11528         to close_exec_file, which is being deleted here.
11529         * inferior.h (close_exec_file): Delete.
11530         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11531
11532 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11533
11534         * ada-lang.c: #include "cli/cli-utils.h".
11535         (get_selections): Use skip_spaces.
11536         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11537         (catch_ada_exception_command_split): Use skip_spaces.
11538         (ada_decode_assert_location): Likewise.
11539
11540 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11541
11542         * linespec.c (decode_line_internal): Check for C++ or Java
11543         compound constructs only if the current language is C, C++
11544         or Java.
11545
11546 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11547
11548         Revert:
11549         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11550                     Joel Brobecker  <brobecker@adacore.com>
11551         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11552         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11553         3 times.
11554         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11555         fall through into AT_ENTRY_POINT.
11556         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11557         DUMMY_ADDR with it.
11558         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11559         PPC_INSN_SIZE skip to 3 times.
11560
11561 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11562
11563         * linespec.c (add_minsym): Preserve function descriptors.
11564
11565 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11566
11567         * breakpoint.c (all_locations_are_pending): Consider locations
11568         in program spaces executing during startup pending as well.
11569
11570 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11571
11572         Copyright year update in most files of the GDB Project.
11573
11574 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11575
11576         * copyright.sh: Delete.
11577         * copyright.py: Rewrite.
11578
11579 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11580
11581         * gnulib/extra/update-copyright: New file, imported from gnulib.
11582
11583 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11584
11585         * README (Copyright and License Notices): New section.
11586
11587 2012-01-03  Tom Tromey  <tromey@redhat.com>
11588
11589         PR python/12533:
11590         * python/py-value.c (valpy_dereference, valpy_get_address
11591         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11592         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11593         (valpy_absolute, valpy_richcompare): Free intermediate values.
11594
11595 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11596
11597         * ada-lang.c: Reformat the copyright notice.
11598
11599 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11600
11601         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11602         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11603         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11604         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11605         Revert this part of:
11606         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11607         Build gdb directly from *.o files not using libgdb.a.
11608         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11609
11610 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11611
11612         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11613         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11614         Reformat the copyright header.
11615
11616 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11617
11618         Revert this part of:
11619         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11620         Remove the gdbtui binary.
11621         * gdb.c (main): Remove args.interpreter_p initialization.
11622         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11623         * main.h (struct captured_main_args): Remove interpreter_p.
11624
11625 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11626
11627         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11628
11629 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11630
11631         * top.c (print_gdb_version): Update copyright year.
11632
11633 2012-01-02  Yao Qi  <yao@codesourcery.com>
11634
11635         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11636
11637 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11638             Joel Brobecker  <brobecker@adacore.com>
11639
11640         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11641         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11642         3 times.
11643         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11644         fall through into AT_ENTRY_POINT.
11645         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11646         DUMMY_ADDR with it.
11647         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11648         PPC_INSN_SIZE skip to 3 times.
11649
11650 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11651
11652         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11653         the return value.
11654         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11655
11656 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11657
11658         Build gdb directly from *.o files not using libgdb.a.
11659         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11660         (COMMON_OBS): Remove solib-target.o.
11661         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11662         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11663         (LIBGDB_OBS, libgdb.a): Move it above.
11664         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11665         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11666         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11667         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11668         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11669         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11670         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11671         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11672         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11673         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11674         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11675         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11676         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11677         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11678         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11679         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11680         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11681         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11682         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11683         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11684         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11685         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11686         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11687         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11688         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11689         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11690         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11691
11692 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11693
11694         Remove the gdbtui binary.
11695         * .gitignore (/gdbtui): Remove.
11696         * Makefile.in (TUI): Remove.
11697         (SUBDIR_TUI_OBS): Remove tui-main.o.
11698         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11699         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11700         (tui-main.o): Remove.
11701         (all_object_files): Remove tui-main.o.
11702         * NEWS: New note for the gdbtui removal.
11703         * configure: Rebuilt.
11704         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11705         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11706         CONFIG_UNINSTALL respectively.
11707         * gdb.c (main): Remove args.interpreter_p initialization.
11708         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11709         * main.h (struct captured_main_args): Remove interpreter_p.
11710         * tui/tui-main.c: Remove.
11711
11712 2012-01-01  Doug Evans  <dje@google.com>
11713
11714         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11715         (dwarf2_physname, read_import_statement): Ditto.
11716         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11717         (process_structure_scope read_subroutine_type): Ditto.
11718         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11719         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11720         (dwarf2_fetch_die_location_block): Ditto.
11721         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11722
11723         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11724         All callers updated.
11725         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11726         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11727         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11728
11729         * dwarf2read.c (load_cu): Move assert to more useful location.
11730
11731         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11732         All callers updated.
11733
11734         * dwarf2read.c (dwarf2_per_objfile): Add comment.
11735         (dwarf2_elf_names): Minor reformat.
11736         (dwarf2_per_cu_data): Tweak comment.
11737         (dwarf2_read_section): Fix comment.
11738         (create_all_comp_units): Fix comment.
11739         (load_full_comp_unit): Fix comment.
11740         (process_full_comp_unit): Fix comment.
11741         (read_signatured_type): Fix comment.
11742
11743 For older changes see ChangeLog-2011.
11744 \f
11745 Local Variables:
11746 mode: change-log
11747 left-margin: 8
11748 fill-column: 74
11749 version-control: never
11750 coding: utf-8
11751 End: