1aeafec34ec178f86347bf96d5687f6e81619491
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2012-11-15  Pierre Muller  <muller@sourceware.org>
2
3         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
4         * gdb_stat.h: Delete. Moved to common directory.
5         * common/gdb_stat.h: New file.
6         * gdb_wait.h: Delete. Moved to common directory.
7         * common/gdb_wait.h: New file.
8         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
9         location.
10         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
11         location.
12         (stat.h rule): Adapt to new gdb_stat.h location.
13         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
14         <sys/stat.h> header.
15         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
16         <sys/wait.h> header.
17
18 2012-11-15  Pierre Muller  <muller@sourceware.org>
19
20         * configure.ac (AC_HEADER_STAT): Remove.
21         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
22         and corresponding code.
23         * configure: Regenerate.
24         * config.in: Regenerate.
25
26 2012-11-15  Pierre Muller  <muller@sourceware.org>
27
28         ARI xasprintf rule fixes.
29         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
30         instead of xasprintf.
31         (open_and_init_dwp_file): Ditto.
32
33 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
34
35         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
36         target types.
37
38 2012-11-14  Tom Tromey  <tromey@redhat.com>
39
40         * configure, config.in: Rebuild.
41         * configure.ac: Don't check for ctype.h, time.h.
42         * expprint.c: Don't use HAVE_CTYPE_H.
43
44 2012-11-13  Tom Tromey  <tromey@redhat.com>
45
46         * gdbarch.h, gdbarch.c: Rebuild.
47         * gdbarch.sh (set_target_gdbarch): Rename from
48         deprecated_target_gdbarch_select_hack.
49         * arch-utils.c (gdbarch_update_p): Update.
50         (set_gdbarch_from_file): Update.
51
52 2012-11-14  Pierre Muller  <muller@sourceware.org>
53
54         * MAINTAINERS (Responsible Maintainers/misc): Add myself
55         as responsible of contrib/ari directory.
56
57 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
58             Yao Qi  <yao@codesourcery.com>
59
60         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
61         bit of EXC_RETURN.
62         (arm_m_exception_cache, arm_m_exception_this_id)
63         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
64         (arm_m_exception_unwind): New.
65         (arm_gdbarch_init): Register arm_m_exception_unwind.
66
67 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
68
69         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
70         parameter COUNT, for pattern filling of memory regions.
71         * NEWS: Mention it.
72
73 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
74
75         * disasm.h (DISASSEMBLY_FILENAME): New macro.
76         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
77         to print_source_lines ().
78         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
79         flag.
80         * source.c (print_source_lines_base): Prefix source line with
81         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
82
83 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
84
85         * symtab.h (print_source_lines_flags): New enum.
86         * source.c (print_source_lines_base): Change noerror to flags.
87         (print_source_lines): Change noerror to flags.
88
89 2012-11-13  Pierre Muller  <muller@sourceware.org>
90
91         ARI fixes: Avoid sprintf function use rule.
92         * charset.c (convert_between_encodings): Use xsnprintf.
93         * cli-out.c (cli_field_int): Likewise.
94         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
95         * expprint.c (op_name_standard): Likewise.
96         * frv-tdep.c (set_variant_num_gprs): Likewise.
97         (set_variant_num_fprs): Likewise.
98         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
99         * nto-tdep.c (nto_find_and_open_solib): Likewise.
100         (nto_init_solib_absolute_prefix): Likewise.
101         * source.c (init_source_path): Likewise.
102         (print_source_lines_base): Likewise.
103         * valprint.c (print_wchar): Likewise.
104         * mi/mi-out.c (mi_field_int): Likewise.
105         windows-nat.c (windows_pid_to_exec_file): Likewise.
106         (windows_create_inferior): Likewise.
107         (_initialize_check_for_gdb_ini): Likewise.
108
109 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
110
111         * frame.h (deprecated_frame_register_read): Renames
112         frame_register_read.
113         * frame.c (deprecated_frame_register_read): Renames
114         frame_register_read.  Update all callers.
115         * i386-tdep.c: Update all callers of frame_register_read.
116         * infcmd.c: Likewise.
117         * jit.c: Likewise.
118         * mips-tdep.c: Likewise.
119         * mt-tdep.c: Likewise.
120         * sh64-tdep.c: Likewise.
121
122 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
123
124         * frame.h (frame_register_read): Remove FIXME comment.
125         * frame.c (frame_register_read): Add suggestion explaining
126         which function to use in place of this one.
127
128 2012-11-12  Tom Tromey  <tromey@redhat.com>
129
130         * python/python.c (start_type_printers): Initialize 'result_obj'.
131
132 2012-11-12  Tom Tromey  <tromey@redhat.com>
133
134         * NEWS: Update.
135         * data-directory/Makefile.in (PYTHON_FILES): Add
136         type_printers.py.
137         * python/lib/gdb/command/type_printers.py: New file.
138         * python/lib/gdb/command/types.py (TypePrinter): New class.
139         (_get_some_type_recognizers, get_type_recognizers,
140         apply_type_recognizers, register_type_printer): New
141         functions.
142         * python/py-objfile.c (objfile_object) <type_printers>: New
143         field.
144         (objfpy_dealloc): Decref new field.
145         (objfpy_new): Set new field.
146         (objfpy_get_type_printers, objfpy_set_type_printers): New
147         functions.
148         (objfile_to_objfile_object): Set new field.
149         (objfile_getset): Add "type_printers".
150         * python/py-progspace.c (pspace_object) <type_printers>: New
151         field.
152         (pspy_dealloc): Decref new field.
153         (pspy_new): Set new field.
154         (pspy_get_type_printers, pspy_set_type_printers): New functions.
155         (pspace_to_pspace_object): Set new field.
156         (pspace_getset): Add "type_printers".
157         * python/python.c (start_type_printers, apply_type_printers,
158         free_type_printers): New functions.
159         (_initialize_python): Set gdb.type_printers.
160         * python/python.h (start_type_printers, apply_type_printers,
161         free_type_printers): Declare.
162         * typeprint.c (type_print_raw_options, default_ptype_flags):
163         Update for new fields.
164         (do_free_global_table, create_global_typedef_table,
165         find_global_typedef): New functions.
166         (find_typedef_in_hash): Use find_global_typedef.
167         (whatis_exp): Use create_global_typedef_table.  Change cleanup
168         handling.
169         * typeprint.h (struct type_print_options) <global_typedefs,
170         global_printers>: New fields.
171
172 2012-11-12  Tom Tromey  <tromey@redhat.com>
173
174         * c-typeprint.c (find_typedef_for_canonicalize,
175         print_name_maybe_canonical): New functions.
176         (c_print_type): Look up type name.
177         (cp_type_print_derivation_info): Add flags argument.  Use
178         print_name_maybe_canonical.
179         (cp_type_print_method_args): Add wrapping.
180         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
181         (c_type_print_template_args): New function.
182         (c_type_print_base): Change wrapping.  Use
183         print_name_maybe_canonical.
184         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
185         type name lookups.
186         * gdbtypes.c (types_equal): No longer static.
187         * gdbtypes.h (types_equal): Declare.
188         * typeprint.c (type_print_raw_options, default_ptype_flags):
189         Update.
190         (struct typedef_hash_table): New.
191         (hash_typedef_field, eq_typedef_field,
192         recursively_update_typedef_hash, add_template_parameters,
193         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
194         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
195         copy_typedef_hash, find_typedef_in_hash): New functions.
196         * typeprint.h (struct type_print_options) <local_typedefs>:
197         New field.
198         (recursively_update_typedef_hash, add_template_parameters,
199         create_typedef_hash, free_typedef_hash,
200         make_cleanup_free_typedef_hash, copy_typedef_hash,
201         find_typedef_in_hash): Declare.
202
203 2012-11-12  Tom Tromey  <tromey@redhat.com>
204
205         * cp-support.c (inspect_type,
206         replace_typedefs_qualified_name, replace_typedefs): Add
207         finder, data arguments.  Call as needed.
208         (cp_canonicalize_string_full): New function.
209         (cp_canonicalize_string_no_typedefs): Rewrite.
210         * cp-support.h (canonicalization_ftype): New typedef.
211         (cp_canonicalize_string_full): Declare.
212
213 2012-11-12  Tom Tromey  <tromey@redhat.com>
214
215         * NEWS: Update.
216         * c-typeprint.c (c_type_print_base): Handle print_method and
217         print_typedefs flags.
218         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
219         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
220         options.
221         * typeprint.c (type_print_raw_options, default_ptype_flags):
222         Update for new field.s
223         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
224         (setprinttypelist, showprinttypelist, print_methods,
225         print_typedefs): New globals.
226         (set_print_type, show_print_type, set_print_type_methods,
227         show_print_type_methods, set_print_type_typedefs,
228         show_print_type_typedefs): New functions.
229         (_initialize_typeprint): Update documentation.  Add "print
230         type methods" and "print type typedefs" parameters.
231         * typeprint.h (struct type_print_options) <print_methods,
232         print_typedefs>: New fields.
233
234 2012-11-12  Tom Tromey  <tromey@redhat.com>
235
236         * c-typeprint.c (cp_type_print_method_args): Add flags
237         argument.  Call c_print_type, not type_print.
238         (c_type_print_base): Call c_print_type, not type_print.
239         Update.
240
241 2012-11-12  Tom Tromey  <tromey@redhat.com>
242
243         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
244         to type-printing functions.
245         * ada-lang.h (ada_print_type): Add argument.
246         * ada-typeprint.c (print_array_type, print_variant_clauses,
247         print_variant_part, print_selected_record_field_types,
248         print_record_field_types, print_unchecked_union_type,
249         print_func_type, ada_print_type): Add flags argument.
250         (ada_print_typedef): Update.
251         * c-exp.y (OPERATOR conversion_type_id): Update.
252         * c-lang.h (c_print_type, c_type_print_base): Update.
253         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
254         c_type_print_modifier, c_type_print_args,
255         c_type_print_varspec_suffix, c_type_print_base): Add flags
256         argument.
257         * cp-valprint.c (cp_print_class_member): Update.
258         * dwarf2read.c (dwarf2_compute_name): Update.
259         * f-lang.h (f_print_type): Add argument.
260         * f-typeprint.c (f_print_type): Add flags argument.
261         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
262         * go-lang.h (go_print_type): Add argument.
263         * go-typeprint.c (go_print_type): Add flags argument.
264         * jv-lang.h (java_print_type): Add argument.
265         * jv-typeprint.c (java_type_print_base, java_print_type): Add
266         flags argument.
267         * language.c (unk_lang_print_type): Add flags argument.
268         * language.h (struct language_defn) <la_print_type>: Add flags
269         argument.
270         (LA_PRINT_TYPE): Likewise.
271         * m2-lang.h (m2_print_type): Add argument.
272         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
273         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
274         m2_unbounded_array, m2_record_fields): Add flags argument.
275         * p-lang.h (pascal_print_type, pascal_type_print_base,
276         pascal_type_print_varspec_prefix): Add argument.
277         * p-typeprint.c (pascal_print_type,
278         pascal_type_print_varspec_prefix, pascal_print_func_args,
279         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
280         flags argument.
281         * symmisc.c (print_symbol): Update.
282         * typeprint.c (type_print_raw_options, default_ptype_flags):
283         New globals.
284         (type_print): Update.
285         * typeprint.h (struct type_print_options): New.
286         (type_print_raw_options): Declare.
287         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
288
289 2012-11-10  Keith Seitz  <keiths@redhat.com>
290
291         * breakpoint.c (clear_command): Add cleanup for
292         sals.sals if an argument is given.
293
294         * linespec.c (parse_linespec): Do cleanups after
295         parsing a convenience variable.
296
297 2012-11-10  Keith Seitz  <keiths@redhat.com>
298
299         PR gdb/14288
300         * c-valprint.c (c_val_print): For character arrays
301         with "print null" option on, print ellipses if
302         the output is truncated and the next character is not \000.
303         * valprint.c (MAX_WCHARS): Define.
304         (WCHAR_BUFLEN): Likewise.
305         (WCHAR_BUFLEN_MAX): Likewise.
306         (struct converted_character): New structure.
307         (count_next_character): New function.
308         (print_converted_chars_to_obstack): New function.
309         (generic_printstr): Rewrite using count_next_character
310         and print_converted_chars_to_obstack.
311
312 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
313
314         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
315         while executing the gdb command.
316         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
317         are called from prompt_for_continue.
318         * tui/tui-io.c (tui_redisplay_readline): Likewise.
319
320 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
321
322         PR tui/9584
323
324         * tui/tui.c (tui_rl_command_key): Do not call execute_command
325         but insert the command to execute in readline's buffer.
326
327 2012-11-09  Tom Tromey  <tromey@redhat.com>
328
329         * gdbarch.sh (target_gdbarch): Remove macro.
330         (get_target_gdbarch): Rename to target_gdbarch.
331         * gdbarch.c, gdbarch.h: Rebuild.
332         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
333         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
334         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
335         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
336         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
337         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
338         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
339         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
340         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
341         procfs.c, progspace.c, ravenscar-thread.c, record.c,
342         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
343         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
344         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
345         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
346         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
347         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
348         target-descriptions.c, target.c, target.h, tracepoint.c,
349         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
350         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
351         python/py-inferior.c, python/python.c: Update.
352
353 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
354
355         * source.c (print_source_lines_base): Add fullname field giving
356         full path to file in mi output.
357         * NEWS: Mention the new fullname field.
358
359 2012-11-09  Yao Qi  <yao@codesourcery.com>
360
361         * NEWS: Mention the fix to the ambiguity of 'fo' command.
362
363 2012-11-09  Pedro Alves  <palves@redhat.com>
364
365         PR gdb/14306
366
367         * infrun.c: Include target-descriptions.h.
368         (follow_exec): Fetch new target description.
369
370 2012-11-09  Yao Qi  <yao@codesourcery.com>
371
372         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
373         0x8d (lea).
374
375 2012-11-09  Yao Qi  <yao@codesourcery.com>
376
377         * breakpoint.c: Declare set_tracepoint_count.
378         (install_breakpoint): Call set_tracepoint_count if B is a
379         tracepoint.
380         (trace_command): Don't call set_tracepoint_count.  Re-indent.
381         (strace_command, ftrace_command):
382         (create_tracepoint_from_upload): Likewise.
383
384 2012-11-09  Pedro Alves  <palves@redhat.com>
385
386         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
387         (get_target_gdbarch) <gdbarch.h>: New function.
388         (startup_gdbarch) <gdbarch.h>: Declare.
389         <gdbarch.c> (target_gdbarch): Delete.
390         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
391         current inferior's gdbarch.
392         <gdbarch.c> (get_target_gdbarch): New function.
393         * inferior.c: Include target-descriptions.h.
394         (free_inferior): Free target description info.
395         (add_inferior_with_spaces): Set the inferior's initial
396         architecture.
397         (clone_inferior_command): Copy the original inferior's target
398         description if it was user specified.
399         (initialize_inferiors): Add comment.
400         * inferior.h (struct target_desc_info): Forward declare.
401         (struct inferior) <gdbarch>: New field.
402         * linux-nat.c: Include target-descriptions.h.
403         (linux_child_follow_fork): Copy the parent's architecture and
404         target description to the child.
405         * target-descriptions.c: Include inferior.h.
406         (struct target_desc_info): New structure, holding the equivalents
407         of ...
408         (target_desc_fetched, current_target_desc)
409         (target_description_filename): ... these removed globals.
410         (get_tdesc_info, target_desc_info_from_user_p)
411         (copy_inferior_target_desc_info, target_desc_info_free): New.
412         (target_desc_fetched, current_target_desc)
413         (target_description_filename): Reimplemented as convenience
414         macros.
415         (tdesc_filename_cmd_string): New global.
416         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
417         tdescs filename ..." commands to the per-inferior equivalent.
418         (show_tdesc_filename_cmd): Get the value to show from the
419         per-inferior description filename.
420         (_initilize_target_descriptions): Change the "set/show tdesc
421         filename" commands' variable.
422         * target-descriptions.h (struct target_desc, struct target_desc_info)
423         (struct inferior): Forward declare.
424         (target_find_description, target_clear_description)
425         (target_current_description): Adjust comments.
426         (copy_inferior_target_desc_info, target_desc_info_free)
427         (target_desc_info_from_user_p). Declare.
428
429 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
430
431         * tui/tui-hooks.c (tui_about_to_proceed): New function.
432         (tui_target_wait_hook): Remove.
433         (tui_install_hooks): Install the about_to_proceed observer.
434         (tui_remove_hooks): And remove it here.
435
436 2012-11-08  Tom Tromey  <tromey@redhat.com>
437
438         * linux-tdep.c (linux_make_siginfo_note): New function.
439         (linux_make_corefile_notes): Use it.
440         * corelow.c (get_core_siginfo): New function.
441         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
442
443 2012-11-08  Tom Tromey  <tromey@redhat.com>
444
445         PR gdb/14704:
446         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
447         (zlib_decompress_section): Remove.
448         (gdb_bfd_map_section): Only check for compressed section
449         in mmap case.  Use bfd_get_full_section_contents.
450         * osabi.c (check_note): Add 'sectsize' argument.  Read
451         section data.
452         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
453         section data.  Update for check_note change.
454         * xcoffread.c (xcoff_initial_scan): Use
455         bfd_get_full_section_contents.
456         * py-auto-load.c (auto_load_section_scripts): Use
457         bfd_get_full_section_contents.
458         * contrib/cc-with-tweaks.sh: Add -Z option.
459
460 2012-11-08  Tom Tromey  <tromey@redhat.com>
461
462         * python/py-bpevent.c: Include defs.h.
463         * python/py-continueevent.c: Include defs.h.
464         * python/py-event.c: Include defs.h.
465         * python/py-event.h: Don't include defs.h.
466         * python/py-events.h: Don't include defs.h.
467         * python/py-evts.c: Include defs.h.
468         * python/py-exitedevent.c: Include defs.h.
469         * python/py-newobjfileevent.c: Include defs.h.
470         * python/py-signalevent.c: Include defs.h.
471         * python/py-stopevent.c: Include defs.h.
472         * python/py-threadevent.c: Include defs.h.
473
474 2012-11-08  Pierre Muller  <muller@sourceware.org>
475
476         * update-web-ari.sh (print_heading): Add number of files
477         checked.
478         (nb_files): New variable counting the number of sources
479         files found by gdb_find.sh script.
480         (debug_awk): New variable to allow extra debug output.
481         (indexes): Add more information if DEBUG_AWK is set.
482
483 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
484
485         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
486         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
487         following the change in PLT call stubs on linker.
488
489 2012-11-08  Pierre Muller  <muller@sourceware.org>
490
491         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
492         as default language.
493         (AWK): Use = instead of == for sh test to avoid warning.
494         (Linux rule): Correct [:digit] into [[:digit:]].
495         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
496         (vasprintf rule): Adapt to common subdirectory moves.
497         (xasprintf rule): Idem.
498         (xvasprintf rule): Idem.
499         (var_boolean rule): Accept occurence in == or != test.
500
501         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
502
503 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
504
505         * tui/tui-hooks.c (tui_inferior_exit): New function.
506         (tui_detach_hook): Remove.
507         (tui_install_hooks): Install the inferior exit observer.
508         (tui_remove_hooks): Remove it.
509
510 2012-11-08  Yao Qi  <yao@codesourcery.com>
511
512         PR gdb/14777.
513         * source.c (_initialize_source): Call add_com_alias to abbreviate
514         'forward-search' as 'fo'.
515
516 2012-11-07  Pedro Alves  <palves@redhat.com>
517
518         * arm-tdep.c: Make defs.h be the first include.
519         * coff-pe-read.c: Ditto.
520         * gnu-nat.c: Ditto.
521         * go32-nat.c: Ditto.
522         * i386-nat.c: Ditto.
523         * ppcnbsd-nat.c: Ditto.
524         * ada-varobj.h: Don't include defs.h.
525         * i386-darwin-tdep.h: Ditto.
526         * i386-nat.h: Ditto.
527
528 2012-11-07  Pedro Alves  <palves@redhat.com>
529
530         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
531         Committee.
532
533 2012-11-07  Pierre Muller  <muller@sourceware.org>
534
535         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
536         File already uses "gdb_dirent.h" header.
537
538 2012-11-07  Yao Qi  <yao@codesourcery.com>
539
540         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
541         tracepoint_count'.
542
543 2012-11-06  Tom Tromey  <tromey@redhat.com>
544
545         * target.h (inferior_has_forked, inferior_has_vforked)
546         (inferior_has_execd, inferior_has_called_syscall): Remove
547         declarations.
548
549 2012-11-06  Pierre Muller  <muller@sourceware.org>
550
551         * remote.c (remote_insert_hw_breakpoint): ARI fix,
552         add missing internalization markup.
553
554 2012-11-06  Pedro Alves  <palves@redhat.com>
555
556         PR gdb/14810
557
558         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
559
560 2012-11-06  Pierre Muller  <muller@sourceware.org>
561
562         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
563         is not executable.
564
565 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
566
567         * gnulib/update-gnulib.sh: New script.
568
569 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
570
571         * MAINTAINERS: Update my email address.
572
573 2012-11-05  Tom Tromey  <tromey@redhat.com>
574
575         * frame.c (put_frame_register): Don't use temporary buffer.
576
577 2012-11-05  Pedro Alves  <palves@redhat.com>
578
579         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
580         child.  Clear 'pending_detach'.
581         * infrun.c (handle_vfork_child_exec_or_exit): Clear
582         'pending_detach' in the vfork parent.
583
584 2012-11-05  Doug Evans  <dje@google.com>
585
586         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
587         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
588         * dwarf2read.c: #include "elf-bfd.h".
589         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
590         (dwop_section_names): Renamed from dwo_section names.  All uses
591         updated.  Add entries for .debug_cu_index, .debug_tu_index.
592         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
593         All uses updated.
594         (struct dwp_sections): New type.
595         (struct virtual_dwo_sections): New type.
596         (struct dwp_hash_table): New type.
597         (struct dwp_file): New type.
598         (init_cutu_and_read_dies): Ensure DWO info/types section has been
599         read in.  Handle DWOs coming from DWP files.
600         (lookup_dwo_file_slot): New function.
601         (dwarf2_locate_dwo_sections): Move definition closer to use.
602         (create_dwo_debug_info_hash_table_reader): Renamed from
603         create_debug_info_hash_table_reader.  All callers updated.
604         (create_dwo_debug_info_hash_table): Renamed from
605         create_debug_info_hash_table.  All callers updated.
606         (create_dwp_hash_table): New function.
607         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
608         (lookup_dwo_in_dwp): New function.
609         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
610         is_dwp.  All callers updated.
611         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
612         (open_and_init_dwo_file): Renamed from init_dwo_file.
613         All callers updated.
614         (lookup_dwo_file): Delete.
615         (dwarf2_locate_dwp_sections): New function.
616         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
617         (allocate_dwp_loaded_cutus_table): New function.
618         (open_and_init_dwp_file): New function.
619         (lookup_dwo_cutu): New function.
620         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
621
622 2012-11-03  Yao Qi  <yao@codesourcery.com>
623
624         Fix PR gdb/14617.
625         * breakpoint.c (trace_pass_set_count): Call
626         observer_notify_breakpoint_modified instead of
627         observer_notify_tracepoint_modified.
628         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
629
630 2012-11-02  Tom Tromey  <tromey@redhat.com>
631
632         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
633         argument to complete_on_enum.
634
635 2012-11-02  Tom Tromey  <tromey@redhat.com>
636
637         * configure: Rebuild.
638         * configure.ac (build_warnings): Add -Wempty-body.
639         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
640         * remote.c (handle_notification): Use braces for empty 'else' body.
641         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
642         'else' body.
643         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
644         'else' body.
645         * solib-som.c (som_relocate_section_addresses): Use braces
646         for empty 'else' body.
647         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
648         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
649
650 2012-11-02  Pedro Alves  <palves@redhat.com>
651
652         PR gdb/14766
653
654         * infrun.c (handle_inferior_event)
655         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
656         null_ptid before handling a vfork child exec or exit.  Switch to
657         the event ptid afterwards.
658
659 2012-11-02  Yao Qi  <yao@codesourcery.com>
660
661         * std-operator.def: Remove OP_LABELED.
662         * eval.c: Remove the declaration of 'get_label'.
663         (get_label): Remove.
664         (evaluate_struct_tuple): Remove code handling OP_LABELED.
665         Update comment.
666         Remove local variable 'variantno' and related code.
667         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
668         with 'fieldno'.
669         * expprint.c (print_subexp_standard): Likewise.
670         (dump_subexp_body_standard): Likewise.
671         * parse.c (operator_length_standard): Likewise.
672
673 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
674
675         Incorporate ARI web page generator into GDB sources.
676         * contrib/ari/create-web-ari-in-src.sh: New file.
677         * contrib/ari/gdb_ari.sh: New file.
678         * contrib/ari/gdb_find.sh: New file.
679         * contrib/ari/update-web-ari.sh: New file.
680
681 2012-10-31  Tom Tromey  <tromey@redhat.com>
682
683         * gdbarch.c: Rebuild.
684         * gdbarch.sh: Remove references to gdbarch_swap.
685         * corelow.c (core_open): Remove obsolete comment.
686
687 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
688
689         PR cli/14772
690         * c-typeprint.c (c_print_type): Don't print a space for vector
691         types, this is handled within the suffix.
692         (c_type_print_varspec_suffix): Add a space to vector suffix.
693
694 2012-10-26  Pedro Alves  <palves@redhat.com>
695
696         * amd64-tdep.c (amd64_relocate_instruction): Use
697         store_unsigned_integer instead of memcpy.
698         * i386-tdep.c (i386_relocate_instruction): Ditto.
699
700 2012-10-26  Pedro Alves  <palves@redhat.com>
701
702         * infrun.c (handle_inferior_event): Merge handling of
703         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
704         switch case.
705
706 2012-10-26  Pedro Alves  <palves@redhat.com>
707
708         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
709         Remove comment.
710
711 2012-10-26  Pedro Alves  <palves@redhat.com>
712
713         * target.c (target_waitstatus_to_string): Handle
714         TARGET_WAITKIND_VFORK_DONE.
715
716 2012-10-26  Pedro Alves  <palves@redhat.com>
717
718         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
719         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
720
721 2012-10-24  Tristan Gingold  <gingold@adacore.com>
722
723         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
724         Add comments.
725
726 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
727
728         * ravenscar-thread.c (ravenscar_wait): Only update the list
729         of threads and inferior_ptid if the inferior is still alive.
730
731 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
732
733         * ada-lang.c (is_known_support_routine): Use lbasename when
734         matching the symtab's filename against
735         known_runtime_file_name_patterns.
736
737 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
738
739         * ada-lang.c (ada_same_array_size_p): New function.
740         (ada_promote_array_of_integrals): New function.
741         (coerce_for_assign): Add handling of arrays where the elements
742         are integrals of a smaller size than the size of the target
743         array element type.
744
745 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
746
747         * doublest.c (convert_doublest_to_floatformat): Fix comparison
748         against maximum exponent value.
749
750 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
751
752         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
753         "unwind-seh.c".
754
755 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
756
757         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
758         strip typedef layer when computing the fixed type's field type,
759         only when computing its size.
760
761 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
762
763         PR gdb/12783
764         * i386-tdep.c (i386_return_value): Handle complex double and long
765         double.
766
767 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
768
769         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
770         New local variable args_len.
771         Quote the name of the executable when computing the command line.
772
773 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
774
775         PR gdb/12796
776         PR gdb/12798
777         PR gdb/12800
778         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
779         AMD64_FTAG_REGNUM.
780         * amd64-tdep.c (amd64_classify): Classify complex types.
781         (amd64_return_value): Handle the COMPLEX_X87 class.
782
783 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
784
785         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
786         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
787
788 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
789
790         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
791         function.
792         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
793         to amd64_windows_auto_wide_charset.
794
795 2012-10-23  Yao Qi  <yao@codesourcery.com>
796
797         * event-top.c (mark_async_signal_handler_wrapper): Remove.
798         * event-top.h: Remove its declaration.
799         (async_request_quit): Call mark_async_signal_handler instead of
800         mark_async_signal_handler_wrapper.
801         (async_do_nothing, async_disconnect): Likewise.
802         (async_stop_sig): Likewise.
803         * remote.c (handle_remote_sigint): Likewise.
804         (handle_remote_sigint_twice): Likewise.
805
806 2012-10-23  Yao Qi  <yao@codesourcery.com>
807
808         * event-top.c (sigint_token, sighup_token): Replace 'void *'
809         with 'static struct async_signal_handler *'.
810         (sighup_token, sigquit_token, sigstp_token): Likewise.
811
812 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
813
814         * gdbarch.sh (function_list): Use 'pstring' when printing
815         a variable which could return NULL.
816         * gdbarch.c: Regenerate.
817
818 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
819             Tom Tromey  <tromey@redhat.com>
820
821         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
822         inneffective if condition by gdb assertion.  Add function
823         description comment.
824
825 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
826
827         * parser-defs.h (struct exp_descriptor): Document constraint
828         on return value for "op_name" callbacks.
829
830 2012-10-18  Tom Tromey  <tromey@redhat.com>
831
832         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
833         * symtab.c (iterate_over_some_symtabs): Constify.
834         * source.h (symtab_to_fullname): Return 'const char *'.
835         * source.c (symtab_to_fullname): Return 'const char *'.
836         * python/py-symtab.c (stpy_fullname): Constify.
837         * cli/cli-cmds.c (edit_command): Constify.
838         * breakpoint.c (print_breakpoint_location)
839         (update_static_tracepoint): Constify.
840
841 2012-10-18  Tom Tromey  <tromey@redhat.com>
842
843         * breakpoint.c (compare_breakpoints): Fix comparison.
844
845 2012-10-18  Tom Tromey  <tromey@redhat.com>
846
847         * valprint.c (generic_emit_char, generic_printstr): Pass size of
848         gdb_wchar_t to convert_between_encodings.
849
850 2012-10-17  Yao Qi  <yao@codesourcery.com>
851
852         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
853         more parameter 'inferior'.
854         * corefile.c (write_memory_with_notification): Caller update.
855
856         * mi/mi-cmd-var.c: Include "mi-main.h".
857         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
858         to 1 and restore it later.
859         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
860         and "data-write-memory-bytes.
861         * mi/mi-interp.c: Include objfiles.h.
862         (mi_interpreter_init): Call observer_attach_memory_changed.
863         (mi_memory_changed): New.
864         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
865         New field.
866
867         * NEWS: Mention new MI notification "memory-changed".
868
869 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
870
871         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
872
873 2012-10-15  Doug Evans  <dje@google.com>
874
875         New option -nh: inhibit loading of ~/.gdbinit.
876         * NEWS: Mention -nh.
877         * main.c (captured_main): Recognize and process -nh.
878         (print_gdb_help): Mention -nh.
879         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
880
881 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
882
883         PR backtrace/14646
884         PR gdb/14647
885         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
886         pc_regnum_from_eax.
887         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
888         nor pc_regnum_from_eax.
889         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
890         nor pc_regnum_from_eax.
891
892 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
893
894         Fix entry values resolving in inlined frames.
895         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
896         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
897         entries of FRAME.
898
899 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
900
901         * configure.ac: Build with -DMS_WIN64 if building with Python
902         enabled using GCC on amd64-windows.
903         * configure: Regenerate.
904
905 2012-10-15  Tom Tromey  <tromey@redhat.com>
906
907         PR python/14635:
908         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
909         to Py_None.
910
911 2012-10-15  Tom Tromey  <tromey@redhat.com>
912
913         PR python/14634:
914         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
915
916 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
917
918         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
919         reset thread numbering back to 1.
920
921 2012-10-11  Doug Evans  <dje@google.com>
922
923         PR breakpoints/14643.
924         * linespec.c (struct ls_parser): New member keyword_ok.
925         (linespec_lexer_lex_string): Add comment.
926         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
927         for one.
928         (parse_linespec): Set keyword_ok.
929
930 2012-10-10  Doug Evans  <dje@google.com>
931
932         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
933         "0x" prefix on address in log message.
934
935         * dwarf2read.c (read_1_byte): Add const to buf parameter.
936         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
937         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
938         (lookup_dwo_file): Add const to dwo_name parameter.
939         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
940
941 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
942
943         Fix crash during stepping on ppc32.
944         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
945         SYM.
946
947 2012-10-03  Doug Evans  <dje@google.com>
948
949         PR symtab/14601
950         * buildsym.c (buildsym_init): Reset using_directives to NULL.
951
952 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
953
954         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
955         output and use uint32_t not long to ensure 4 byte size.
956
957 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
958
959         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
960         unref'ed it.
961
962 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
963
964         * target.c (simple_search_memory): Include access length in
965         warning message.
966
967 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
968             Edjunior Machado  <emachado@linux.vnet.ibm.com>
969
970         PR gdb/13989
971         * solib.c (solib_find): Prevent GDB from loading native libraries when
972         debugging a cross-target corefile.
973
974 2012-09-28  selven  <pcthegreat@gmail.com>
975
976         Make definition match declaration.
977
978         * regcache.c (regcache_register_status): Change return type to
979         enum register_status.
980
981 2012-09-28  Yao Qi  <yao@codesourcery.com>
982
983         * mi/mi-main.c (mi_cmd_data_write_memory): Call
984         write_memory_with_notification instead of write_memory.
985         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
986         instead of target_write_memory.
987
988 2012-09-28  Yao Qi  <yao@codesourcery.com>
989
990         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
991         when the length of content is not an even number.
992
993 2012-09-27  Tom Tromey  <tromey@redhat.com>
994
995         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
996         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
997
998 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
999
1000         * sol-thread.c (sol_thread_fetch_registers)
1001         (sol_thread_store_registers): Delete commented out code.
1002
1003 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1004
1005         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1006         Move these functions to sparc-sol-thread.c.
1007         * sparc-sol-thread.c: New file.
1008         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1009         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1010         configurations.
1011         * configure: Regenerate.
1012
1013 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1014
1015         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1016         Remove commented-out code.
1017
1018 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1019
1020         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1021         Enable this code for sparc hosts only.
1022
1023 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1024
1025         * procfs.h (procfs_find_LDT_entry): Add declaration.
1026         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1027         function procfs_find_LDT_entry.
1028
1029 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1030
1031         * procfs.c (proc_get_LDT_entry): Make static.
1032
1033 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1034
1035         * procfs.c (proc_find_memory_regions): Fix declaration.
1036
1037 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1038
1039         * amd64-tdep.c (amd64_return_value): Revert previous change
1040         that used TYPE_LENGTH directly.
1041         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1042         (bfin_store_return_value): Likewise.
1043         * cris-tdep.c (cris_store_return_value): Likewise.
1044         (cris_extract_return_value): Likewise.
1045         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1046         * hppa-tdep.c (hppa64_return_value): Likewise.
1047         * lm32-tdep.c (lm32_store_return_value): Likewise.
1048         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1049         * spu-tdep.c (spu_value_from_register): Likewise.
1050         * vax-tdep.c (vax_return_value): Likewise.
1051
1052 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1053
1054         * gdbtypes.c (lookup_array_range_type): Expand parameters
1055         LOW_BOUND and HIGH_BOUND to LONGEST.
1056         (lookup_string_range_type): Likewise.
1057         * gdbtypes.h (lookup_array_range_type): Likewise.
1058         (lookup_string_range_type): Likewise.
1059         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1060         Expand HIGHBOUND to ssize_t.
1061         (value_string): Likewise.
1062         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1063         (value_string): Likewise.
1064
1065 2012-09-27  Yao Qi  <yao@codesourcery.com>
1066
1067         PR breakpoints/13898
1068         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1069         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1070         per breakpoint type.
1071
1072 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1073
1074         * procfs.c: Add gdb_bfd header.
1075         * rs6000-nat.c: Likewise.
1076         * solib-pa64.c: Likewise.
1077         * spu-linux-nat.c: Likewise.
1078         * windows-nat.c: Likewise.
1079
1080 2012-09-26  Tom Tromey  <tromey@redhat.com>
1081
1082         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1083
1084 2012-09-26  Tom Tromey  <tromey@redhat.com>
1085
1086         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1087         (read_common_block): Handle child DIEs with
1088         DW_AT_data_member_location.
1089         (new_symbol_full): Add special case for common blocks.
1090
1091 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1092             Tom Tromey  <tromey@redhat.com>
1093
1094         * dwarf2read.c (read_common_block): Rewrite.
1095         (new_symbol_full): Handle DW_TAG_common_block.
1096         * f-lang.c (head_common_list, find_common_for_function):
1097         Remove.
1098         * f-lang.h (struct common_entry, struct saved_f77_common,
1099         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1100         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1101         BLANK_COMMON_NAME_LOCAL): Remove.
1102         (struct common_block): New.
1103         * f-valprint.c (list_all_visible_commons): Remove.
1104         (info_common_command_for_block): New function.
1105         (info_common_command): Use it.
1106         * stack.c (iterate_over_block_locals): Special case for
1107         COMMON_BLOCK_DOMAIN.
1108         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1109         constant.
1110         (struct general_symbol_info) <value.common_block>: New field.
1111         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1112
1113 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1114             Tom Tromey  <tromey@redhat.com>
1115
1116         * f-lang.c (allocate_saved_bf_node,
1117         allocate_saved_function_node, allocate_saved_f77_common_node,
1118         allocate_common_entry_node, tail_common_list, current_common,
1119         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1120         tmp_bf_ptr, add_common_block, add_common_entry,
1121         find_first_common_named, patch_common_entries,
1122         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1123         global_remote_debug, get_bf_for_fcn, saved_function_list,
1124         saved_function_list_end, clear_function_list, struct saved_fcn,
1125         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1126         SAVED_BF, SAVED_BF_PTR): Remove.
1127         * f-lang.h (tail_common_list, current_common,
1128         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1129         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1130         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1131         real_main_c_value): Remove.
1132         * f-valprint.c (there_is_a_visible_common_named): Remove.
1133
1134 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1135
1136         * breakpoint.c (update_global_location_list): Ignore previous
1137         duplicate status of a breakpoint when starting a new scan for
1138         duplicate breakpoints.
1139
1140 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1141         PR breakpoints/14419
1142         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1143         support LLVM compiler.
1144
1145 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1146
1147         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1148         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1149         (bfin_store_return_value): Likewise.
1150         * cris-tdep.c (cris_store_return_value): Likewise.
1151         (cris_extract_return_value): Likewise.
1152         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1153         * hppa-tdep.c (hppa64_return_value): Likewise.
1154         * lm32-tdep.c (lm32_store_return_value): Likewise.
1155         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1156         * spu-tdep.c (spu_value_from_register): Likewise.
1157         * vax-tdep.c (vax_return_value): Likewise.
1158
1159 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1160
1161         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1162         parameter LEN to ssize_t.
1163
1164 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1165
1166         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1167         variable LEN.
1168         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1169         directly.
1170         (alpha_store_return_value): Likewise.
1171         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1172         (amd64_push_arguments): Likewise.
1173         * ax-gdb.c (gen_trace_static_fields): Likewise.
1174         (gen_traced_pop): Likewise.
1175         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1176         * breakpoint.c (update_watchpoint): Likewise.
1177         * findcmd.c (parse_find_args): Use local variable for type
1178         instead of length.
1179         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1180         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1181         (h8300_store_return_value): Likewise.
1182         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1183         Use i386_darwin_arg_type_alignment directly.
1184         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1185         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1186         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1187         (m68hc11_extract_return_value): Likewise.
1188         * mep-tdep.c (mep_push_dummy_call): Likewise.
1189         * printcmd.c (float_type_from_length): Likewise.
1190         * s390-tdep.c (s390_value_from_register): Likewise.
1191         * stack.c (read_frame_arg): Likewise.
1192         * tracepoint.c (encode_actions_1): Likewise.
1193         * valops.c (value_fetch_lazy): Use local variable for type
1194         instead of length.  Use TYPE_LENGTH directly.
1195         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1196
1197 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1198
1199         * symtab.c (skip_prologue_sal): Fix typo in comment.
1200
1201 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1202
1203         * linespec.c (create_sals_line_offset): Fix typo in comment.
1204
1205 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1206
1207         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1208         use plongest to print the array size.
1209
1210 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1211
1212         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1213         * p-valprint.c (pascal_type_print_base): Likewise.
1214
1215 2012-09-22  Yao Qi  <yao@codesourcery.com>
1216
1217         * remote.c (remote_get_trace_status): Remove setting default
1218         values of fields of 'ts'.
1219
1220 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1221
1222         Fix internal error on canonicalization of clang types.
1223         * cp-name-parser.y (operator): New comment at make_operator call for
1224         new, delete, new[] and delete[].
1225         (exp): Use "sizeof ".  Add new comment at make_operator call.
1226
1227 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1228
1229         Fix disassemble without parameters in tailcall frame.
1230         * cli/cli-cmds.c (disassemble_current_function): Use
1231         get_frame_address_in_block.
1232
1233 2012-09-21  Tom Tromey  <tromey@redhat.com>
1234
1235         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1236         TYPE_CODE_UNION>: Unify, removing a goto.
1237
1238 2012-09-21  Tom Tromey  <tromey@redhat.com>
1239
1240         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1241
1242 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1243
1244         * findvar.c (read_frame_register_value): Mark the result value as
1245         optimized out if any of the input registers have been optimized out.
1246
1247 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1248
1249         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1250
1251 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1252
1253         * eval.c (evaluate_subexp_standard): Eliminate single-use
1254         variable LOWER.
1255
1256 2012-09-21  Yao Qi  <yao@codesourcery.com>
1257
1258         * mi/mi-interp.c: Declare mi_record_changed.
1259         (mi_interpreter_init): Call observer_attach_record_changed.
1260         (mi_record_changed): New.
1261         * record.c (record_open): Call observer_notify_record_changed.
1262         (cmd_record_stop): Call observer_notify_record_changed.
1263         * NEWS: Mention it.
1264
1265 2012-09-20  Tom Tromey  <tromey@redhat.com>
1266
1267         * NEWS: Update.
1268         * python/python.c (finalize_python): New function.
1269         (_initialize_python): Make a final cleanup.
1270
1271 2012-09-19  Doug Evans  <dje@google.com>
1272
1273         * buildsym.h (param_symbols): Delete, unused.
1274         (context_stack): Delete member "params", unused.
1275         * buildsym.c (push_context): Update.
1276         * dwarf2read.c (read_func_scope): Update.
1277
1278 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1279
1280         * sh-tdep.c (sh_register_convert_to_virtual)
1281         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1282         all callers.  Just do a memcpy if not the little-endian case.
1283
1284         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1285         set_gdbarch_double_format and set_gdbarch_long_double_format.
1286         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1287         set_gdbarch_double_format.
1288         * sh-tdep.c (sh_gdbarch_init): Likewise.
1289
1290         * NEWS: Document the removal of SH's 'regs' command.
1291         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1292         command.
1293
1294 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1295
1296         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1297         `jump'.
1298
1299 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1300
1301         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1302         language when iterating over symbols.
1303
1304 2012-09-18  Yao Qi  <yao@codesourcery.com>
1305
1306         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1307         (mi_interpreter_init): Call observer_attach_tsv_created and
1308         observer_attach_tsv_deleted.
1309         (mi_tsv_created, mi_tsv_deleted): New.
1310         * tracepoint.c (delete_trace_state_variable): Call
1311         observer_notify_tsv_deleted.
1312         (trace_variable_command): Call observer_notify_tsv_created.
1313         (delete_trace_variable_command): Call
1314         observer_notify_tsv_deleted.
1315         (create_tsv_from_upload): Call observer_notify_tsv_created.
1316         * NEWS: Mention it.
1317
1318 2012-09-18  Yao Qi  <yao@codesourcery.com>
1319
1320         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1321         if traceframe changed.
1322         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1323         "trace-find".
1324         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1325         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1326         'traceframe_changed'.
1327         (mi_traceframe_changed): New.
1328         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1329         New field.
1330         * NEWS: Mention the new MI notification.
1331
1332 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1333
1334         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1335
1336 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1337
1338         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1339         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1340         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1341         Extend code also for PaX support.  Convert all gdb_assert to warning
1342         calls.
1343
1344 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1345
1346         Implement auto-load user conveniences suggested by Doug Evans.
1347         * auto-load.c: Include top.h.
1348         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1349         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1350         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1351         scripts-directory.  Document in online help one can use also files for
1352         set auto-load safe-path.
1353         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1354         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1355
1356 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1357
1358         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1359         of LEN.
1360
1361 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1362
1363         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1364         ELTLEN and use TYPE_LENGTH directly.
1365         (m2_val_print): Likewise.
1366         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1367         variable LEN and use TYPE_LENGTH directly.
1368         (m68k_svr4_store_return_value): Likewise.
1369         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1370         ARGLEN and use TYPE_LENGTH directly.
1371         (mips_o64_push_dummy_call): Likewise.
1372         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1373         variable LENGTH and use TYPE_LENGTH directly.
1374         (s390_function_arg_float): Likewise.
1375         (s390_function_arg_integer): Likewise.
1376         (s390_push_dummy_call): Likewise.
1377         (s390_return_value_convention): Likewise.
1378         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1379         TYPE_LENGTH directly.
1380
1381 2012-09-17  Yao Qi  <yao@codesourcery.com>
1382
1383         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1384         Update comment to add_setshow_integer_cmd.
1385         * cli/cli-setshow.c (do_set_command): Handle case
1386         'var_zuinteger_unlimited'.
1387         (do_show_command): Likewise.
1388         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1389         for command 'remotetimeout'.
1390         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1391         to var_integer.
1392         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1393         for command 'set listsize'.
1394
1395 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1396
1397         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1398         variable LEN.
1399
1400 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1401
1402         PR 14119
1403         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1404         (frame_pop): Drop also TAILCALL_FRAME frames.
1405         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1406
1407 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1408             Pedro Alves  <palves@redhat.com>
1409
1410         PR 14548
1411         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1412         function start if we are already at function start.  Both for
1413         reverse-next and for reverse-step into function without line number
1414         info.
1415
1416 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1417
1418         Code cleanup - rename 'inline' depth to 'artificial' depth.
1419         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1420         frame_id_artificial_p, extend the comment.
1421         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1422         * frame.c (fprint_frame_id): Rename at a user, change debug output
1423         text to "artificial=".
1424         (skip_inlined_frames): Rename to ...
1425         (skip_artificial_frames): ... here.  Extend the comment.
1426         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1427         (frame_id_inlined_p): Rename to ...
1428         (frame_id_artificial_p): ... here.  Rename at a user.
1429         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1430         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1431         at a user.
1432         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1433         Extend the comment.
1434         (frame_id_inlined_p): Rename to ...
1435         (frame_id_artificial_p): ... here.
1436         * inline-frame.c (inline_frame_this_id): Rename at a user.
1437
1438 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1439
1440         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1441         vector variables using vector_size syntax rather than array
1442         syntax.
1443
1444 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1445
1446         * valarith.c (value_concat): Replace unsafe ALLOCA with
1447         XMALLOC/XFREE.
1448
1449 2012-09-14  Pedro Alves  <palves@redhat.com>
1450
1451         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1452
1453 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1454
1455         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1456         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1457         data-directory as appropriate.
1458
1459 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1460
1461         * printcmd.c (ui_printf): Eliminate single-use variable
1462         PARAM_LEN.
1463
1464 2012-09-14  Yao Qi  <yao@codesourcery.com>
1465             Pedro Alves  <palves@redhat.com>
1466
1467         * valops.c (value_assign): Move observer_notify_target_changed
1468         below to replace reinit_frame_cache.
1469
1470 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1471
1472         Refactor Python "gdb" module into a proper Python package, by
1473         introducing a new "_gdb" module for code implemented in C, and
1474         using reload/__import__ instead of exec.
1475         * python/lib/gdb/__init__.py: Import * from _gdb.
1476         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1477         prompt_hook, sys.argv): Moved from finish_python_initialization.
1478         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1479         (packages, auto_load_packages): New list and function replacing
1480         module_dict and auto-loading code, using __file__ instead of
1481         gdb.PYTHONDIR and reload/__import__ instead of exec.
1482         (GdbSetPythonDirectory): Replacing function of the same name
1483         from finish_python_initialization, using reload/__import__ instead
1484         of exec, as well as call auto_load_packages.
1485         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1486         gdb_python_module and not gdb_module.
1487         * python/python-internal.h (gdb_python_module): Declare.
1488         * python/python.c (gdb_python_module): New global.
1489         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1490         (_initialize_python): Rename gdb module to _gdb.
1491         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1492         (finish_python_initialization): Move Python code to
1493         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1494         __main__.
1495
1496 2012-09-13  Pedro Alves  <palves@redhat.com>
1497
1498         * Makefile.in (COMMON_OBS): Add registry.o.
1499         * registry.c: New file.
1500         * registry.h (struct registry_container): Declare.
1501         (registry_data_callback): New typedef.
1502         (struct registry_data, struct registry_data_registration, struct
1503         registry_data_registry): New type.
1504         (register_data_with_cleanup, registry_alloc_data)
1505         (registry_callback_adaptor, registry_clear_data)
1506         (registry_container_free_data, registry_set_data, registry_data):
1507         Declare.
1508         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1509         the new common structures and functions.
1510         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1511         callback typedefs.
1512
1513 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1514
1515         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1516         there is an error inserting hardware breakpoints and use the
1517         error message from the target.
1518
1519         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1520         Catch this exception and print the error message contained within. Do not
1521         print the default hardware error breakpoint message in this case.
1522
1523 2012-09-12  Doug Evans  <dje@google.com>
1524
1525         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1526         cu == NULL.
1527
1528 2012-09-11  Doug Evans  <dje@google.com>
1529
1530         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1531         .gdb_index symbol attributes if there are none.
1532
1533 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1534
1535         * symtab.h (struct minimal_symbol) [has_size]: New field.
1536         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1537         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1538         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1539         minimal symbols if the symbol's size is actually known.
1540         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1541         of msymbol's size field.  Add comment.
1542         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1543         SET_MSYMBOL_SIZE to set the minimal symbol size.
1544
1545 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1546
1547         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1548         minimal_symbol struct object, rather than setting some of its
1549         fields one by one.
1550
1551 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1552
1553         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1554         passed_a_ptr flag when displaying typedef types.
1555
1556 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1557
1558         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1559         the optimized_out flag is preserved.
1560
1561 2012-09-10  Anthony Green  <green@moxielogic.com>
1562
1563         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1564         prologue changes in GCC.
1565
1566 2012-09-10  Keith Seitz  <keiths@redhat.com>
1567
1568         PR gdb/13483
1569         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1570         (BOOL_CONVERSION_BADNESS): ... this.
1571         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1572         (rank_one_type): Allow all boolean conversions
1573         permitted by the standard.
1574
1575 2012-09-06  Tom Tromey  <tromey@redhat.com>
1576
1577         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1578         Don't decref py_objfile.
1579
1580 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1581
1582         Do not enable -lmcheck by default when Python is enabled with
1583         threading support.
1584         * configure.ac: (python_has_threads) New variable, by testing
1585         if WITH_THREAD is defined in Python.h.
1586         Move --enable-lmcheck after --with-python.
1587         Do not enable -lmcheck by default if python_has_threads=yes.
1588         Warn if --enable-lmcheck and python_has_threads=yes.
1589         * configure: Regenerate.
1590
1591 2012-08-31  Yao Qi  <yao@codesourcery.com>
1592
1593         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1594         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1595         Update some commands.
1596         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1597         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1598         to 1.
1599
1600 2012-08-31  Yao Qi  <yao@codesourcery.com>
1601
1602         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1603
1604 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1605
1606         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1607
1608 2012-08-29  Doug Evans  <dje@google.com>
1609
1610         * main.c (print_gdb_help): Remove reference to
1611         --use-deprecated-index-sections.
1612
1613 2012-08-28  Yao Qi  <yao@codesourcery.com>
1614
1615         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1616         (init_cmds): Call add_setshow_uinteger_cmd for command
1617         'max-user-call-depth'.
1618         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1619         declaration of 'max_user_call_depth'.
1620         * frame.c (backtrace_limit): Add 'unsigned'.
1621         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1622         'limit'.
1623         * remote.c (remoteaddresssize): Add 'unsigned'.
1624         (remote_address_masked): Change local var 'address_size' to
1625         'unsigned'.
1626         (_initialize_remote): Call add_setshow_uinteger_cmd for
1627         'remoteaddresssize'.
1628         * top.c (history_size): Add 'unsigned'.
1629         (show_commands): Change local variables to 'unsigned'.
1630         (set_history_size_command): Don't check history_size is negative.
1631         Adjust the condition to call unstifle_history and set history_size
1632         to UNIT_MAX.
1633
1634 2012-08-28  Pedro Alves  <palves@redhat.com>
1635
1636         PR gdb/14428
1637
1638         * infcmd.c (default_print_one_register_info): New, factored out
1639         from default_print_registers_info.
1640         (default_print_registers_info): Use it.  Mark value unavailable if
1641         necessary.
1642         (registers_info): Print user registers with
1643         default_print_one_register_info.
1644
1645 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1646
1647         PR tui/14486
1648         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1649         is not NULL before referencing it.
1650
1651 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1652
1653         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1654         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1655         original PC for it.
1656
1657 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1658             Jan Kratochvil  <jan.kratochvil@redhat.com>
1659
1660         * auto-load.c (auto_load_objfile_script): Rename to ...
1661         (auto_load_objfile_script_1): ... here, change variable realname to
1662         parameter realname, document it, add return value, add variable retval.
1663         (auto_load_objfile_script): New function.
1664
1665 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1666
1667         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1668         followed by a whitespace.
1669
1670 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1671
1672         PR gdb/14494.
1673         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1674         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1675         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1676         here.
1677
1678 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1679
1680         * memattr.c (create_mem_region): Fix memory region overlapping
1681         checking.
1682
1683 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1684
1685         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1686         with xmalloc/cleanup.
1687         * mt-tdep.c (mt_push_dummy_call): Likewise.
1688         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1689         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1690
1691 2012-08-24  Yao Qi  <yao@codesourcery.com>
1692
1693         * jv-exp.y (push_expression_name): Add "." at the end of error
1694         message.
1695
1696 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1697
1698         Document how to return from "python-interactive" to GDB.
1699         * python/python.c (_initialize_python): Update documentation.
1700
1701 2012-08-23  Pedro Alves  <palves@redhat.com>
1702
1703         * infrun.c (_initialize_infrun) <handle command help text>:
1704         Mention that multiple signals are supported.
1705
1706 2012-08-23  Pedro Alves  <palves@redhat.com>
1707
1708         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1709         string.
1710
1711 2012-08-23  Yao Qi  <yao@codesourcery.com>
1712
1713         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1714         (tfind_1): Don't call registers_changed, set_traceframe_num,
1715         and clear_traceframe_info.
1716         Call set_current_traceframe.
1717         (set_current_traceframe): call set_traceframe_num.
1718
1719 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1720
1721         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1722         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1723
1724 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1725
1726         Enable readline in Python in a GDB-specific way and block the
1727         standard Python readline module to prevent conflicts with GDB.
1728         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1729         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1730         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1731         * python/py-gdb-readline.c: New file.
1732         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1733         prototype.
1734         * python/python.c (_initialize_python): Call
1735         gdbpy_initialize_gdb_readline.
1736
1737 2012-08-22  Keith Seitz  <keiths@redhat.com>
1738
1739         * defs.h: Include build-gnulib/config.h
1740
1741 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
1742
1743         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1744         and blx pc.
1745
1746 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1747
1748         Add a new "python-interactive" command that starts a standard
1749         Python interactive prompt with "pi" as alias, and add "py" as
1750         an alias to "python".
1751         * NEWS: Mention the new commands.
1752         * python/python.c (eval_python_command): New function.
1753         (python_interactive_command): For "python-interactive" with
1754         arguments, call eval_python_command.  For "python-interactive"
1755         without arguments, call PyRun_InteractiveLoop.
1756         (_initialize_python): Add "python-interactive" command with
1757         "pi" as alias, and add "py" as an alias to "python".
1758
1759 2012-08-22  Tom Tromey  <tromey@redhat.com>
1760
1761         * defs.h (quit_flag): Don't declare.
1762         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1763         (QUIT): Use new functions.
1764         * event-top.c (command_handler): Use clear_quit_flag.
1765         (handle_sigint): Use set_quit_flag.
1766         (async_request_quit): Use check_quit_flag.  Don't check
1767         immediate_quit.
1768         * exceptions.c (throw_exception): Use clear_quit_flag.
1769         * main.c (captured_main): Use clear_quit_flag.
1770         * python/python.c (clear_quit_flag, set_quit_flag)
1771         (check_quit_flag): New functions.
1772         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1773         clear_quit_flag.
1774         * remote.c (remote_wait_as): Use check_quit_flag,
1775         clear_quit_flag.
1776         (remote_start_remote): Call QUIT.
1777         * symfile.c (load_progress): Use check_quit_flag.
1778         * top.c (command_loop): Use clear_quit_flag.
1779         (command_line_input): Call QUIT.
1780         * utils.c (quit_flag): Conditionally define.
1781         (clear_quit_flag, check_quit_flag, set_quit_flag): New
1782         functions.
1783         (prompt_for_continue): Call QUIT.  Use quit, not
1784         async_request_quit.
1785         * remote-mips.c (mips_expect_timeout): Call QUIT.
1786         * monitor.c (monitor_expect): Call QUIT.
1787
1788 2012-08-22  Tom Tromey  <tromey@redhat.com>
1789
1790         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1791         (async_init_signals): Update.
1792         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1793         (SIGWINCH_HANDLER_BODY): Remove.
1794
1795 2012-08-22  Tom Tromey  <tromey@redhat.com>
1796
1797         * jit.c (jit_object_close_impl): Don't malloc the objfile
1798         name.
1799         * objfiles.c (allocate_objfile): Don't malloc the objfile
1800         name.
1801         (free_objfile): Don't free the objfile name.
1802         * objfiles.h (struct objfile) <name>: Update comment.
1803         * symfile.c (reread_symbols): Fix reference counting.  Don't
1804         malloc objfile name.
1805
1806 2012-08-22  Tom Tromey  <tromey@redhat.com>
1807
1808         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1809         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1810         (symfile_bfd_open): Likewise.
1811         (generic_load): Likewise.
1812         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1813         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1814         gdb_bfd_open.
1815         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1816         Use gdb_bfd_open.
1817         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1818         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1819         (pmon_load_fast): Likewise.
1820         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1821         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1822         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1823         (macho_check_dsym): Likewise.
1824         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1825         (m32r_upload_command): Likewise.
1826         * gdb_bfd.h (gdb_bfd_cache): Declare.
1827         * gdb_bfd.c (struct gdb_bfd_data): New.
1828         (gdb_bfd_cache): New global.
1829         (struct gdb_bfd_cache_search): New.
1830         (hash_bfd): New function.
1831         (eq_bfd): Likewise.
1832         (gdb_bfd_open): Likewise.
1833         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1834         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
1835         gdb_bfd_data.
1836         * exec.c (exec_file_attach): Use gdb_bfd_open.
1837         * dsrec.c (load_srec): Use gdb_bfd_open.
1838
1839 2012-08-22  Tom Tromey  <tromey@redhat.com>
1840
1841         * dwarf2read.c (macro_start_file): Update.
1842         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1843         (free_objfile_per_bfd_storage): Destroy macro_cache.
1844         (allocate_objfile, free_objfile): Update.
1845         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1846         New field.
1847         (struct objfile) <macro_cache>: Remove.
1848         * symfile.c (reread_symbols): Update.
1849         * symmisc.c (print_symbol_bcache_statistics): Update.
1850         (print_objfile_statistics): Update.
1851
1852 2012-08-22  Tom Tromey  <tromey@redhat.com>
1853
1854         * elfread.c (elf_symtab_read): Update.
1855         * objfiles.c (objfiles_bfd_data): New global.
1856         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1857         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1858         (allocate_objfile, free_objfile): Update.
1859         (_initialize_objfiles): Initialize objfiles_bfd_data.
1860         * objfiles.h (struct objfile_per_bfd_storage): New.
1861         (struct objfile) <per_bfd>: New field.
1862         <filename_cache>: Remove.
1863         (set_objfile_per_bfd): Declare.
1864         * symfile.c (reread_symbols): Update.  Call
1865         set_objfile_per_bfd.
1866         (allocate_symtab): Update.
1867         * symmisc.c (print_symbol_bcache_statistics): Update.
1868         (print_objfile_statistics): Print the size of the BFD obstack.
1869
1870 2012-08-22  Tom Tromey  <tromey@redhat.com>
1871
1872         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
1873         * gdb_bfd.c: Use DEFINE_REGISTRY.
1874         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1875         (gdb_bfd_ref): Call bfd_alloc_data.
1876         (gdb_bfd_unref): Call bfd_free_data.
1877
1878 2012-08-22  Tom Tromey  <tromey@redhat.com>
1879
1880         * registry.h (struct registry_fields): New.
1881         (REGISTRY_FIELDS): Redefine.
1882         (REGISTRY_ACCESS_FIELD): New macro.
1883         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
1884         functions.
1885
1886 2012-08-22  Tom Tromey  <tromey@redhat.com>
1887
1888         * auto-load.c (_initialize_auto_load): Update.
1889         * solib-svr4.c (_initialize_svr4_solib): Update
1890         * solib-dsbt.c (_initialize_dsbt_solib): Update.
1891         * solib-darwin.c (_initialize_darwin_solib): Update.
1892         * registry.h: New file.
1893         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1894         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1895         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
1896         (register_program_space_data_with_cleanup)
1897         (register_program_space_data, program_space_alloc_data)
1898         (clear_program_space_data, set_program_space_data)
1899         (program_space_data): Don't declare.
1900         * progspace.c: Use DEFINE_REGISTRY.
1901         (struct program_space_data, struct
1902         program_space_data_registration, struct
1903         program_space_data_registry, program_space_data_registry)
1904         (register_program_space_data_with_cleanup)
1905         (register_program_space_data, program_space_alloc_data)
1906         (program_space_free_data, clear_program_space_data)
1907         (set_program_space_data, program_space_data): Remove.
1908         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
1909         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1910         (register_objfile_data_with_cleanup, register_objfile_data)
1911         (clear_objfile_data, set_objfile_data, objfile_data): Don't
1912         declare.
1913         * objfiles.c: Use DEFINE_REGISTRY.
1914         (struct objfile_data, struct objfile_data_registration, struct
1915         objfile_data_registry, objfile_data_registry)
1916         (register_objfile_data_with_cleanup, register_objfile_data)
1917         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1918         (set_objfile_data, objfile_data): Remove.
1919         (_initialize_objfiles): Update.
1920         * jit.c (_initialize_jit): Update.
1921         * inflow.c (_initialize_inflow): Update.
1922         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
1923         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1924         (register_inferior_data_with_cleanup, register_inferior_data)
1925         (clear_inferior_data, set_inferior_data, inferior_data): Don't
1926         declare.
1927         * inferior.c: Use DEFINE_REGISTRY.
1928         (struct inferior_data, struct inferior_data_registration, struct
1929         inferior_data_registry, inferior_data_registry)
1930         (register_inferior_data_with_cleanup, register_inferior_data)
1931         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
1932         (set_inferior_data, inferior_data): Remove.
1933         * auxv.c (_initialize_auxv): Update.
1934         * ada-lang.c (_initialize_ada_language): Update.
1935         * breakpoint.c (_initialize_breakpoint): Update.
1936         * i386-nat.c (i386_use_watchpoints): Update.
1937
1938 2012-08-22  Tom Tromey  <tromey@redhat.com>
1939
1940         * exec.c (exec_close, exec_file_attach): Update.
1941         (add_to_section_table): Initialize 'key' field.
1942         (add_target_sections, remove_target_sections): Add 'key' argument.
1943         * exec.h (add_target_sections, remove_target_sections): Add
1944         'key' argument.
1945         * solib.c (solib_map_sections, update_solib_list, clear_solib)
1946         (reload_shared_libraries_1): Update.
1947         * target.h (struct target_section) <key>: New field.
1948
1949 2012-08-22  Tom Tromey  <tromey@redhat.com>
1950
1951         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1952
1953 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1954
1955         * symfile.c (allocate_symtab): Use host_address_to_string
1956         function instead of cast of pointer to long which is not
1957         compatible with x86_64-w64-mingw32 build.
1958
1959 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1960
1961         * mips-tdep.c (is_octeon): New function.
1962         (is_octeon_bbit_op): New function.
1963         (mips32_next_pc): Handle Octeon's bbit instructions.
1964         (mips32_instruction_has_delay_slot): Likewise.
1965
1966 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1967
1968         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1969         before the function.
1970
1971 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1972
1973         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1974
1975 2012-08-19  Keith Seitz  <keiths@redhat.com>
1976
1977         PR c++/14365
1978         * c-typeprint.c (c_type_print_varspec_prefix): Pass
1979         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1980
1981 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
1982
1983         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1984         The typo broke "make TAGS".
1985
1986 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
1987
1988         GDB 7.5 released.
1989
1990 2012-08-17  Keith Seitz  <keiths@redhat.com>
1991
1992         PR c++/13356
1993         * gdbtypes.c (strict_type_checking): New variable.
1994         (show_strict_type_checking): New function.
1995         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1996         if strict type checking is disabled.
1997         (_initialize_gdbtypes): Add "check type" subcommand.
1998         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1999
2000 2012-08-17  Keith Seitz  <keiths@redhat.com>
2001
2002         * language.h (type_mode): Remove.
2003         (type_check): Remove.
2004         (struct language_defn): Remove la_type_check.
2005         (STRICT_TYPE): Remove unused macro.
2006         (type_error): Remove.
2007         * language.c (set_type_range_case): Renamed to ...
2008         (set_range_case): ... this.  Update all callers.
2009         Remove type_mode/type_check.
2010         (type_mode): Remove.
2011         (type_check): Remove.
2012         (show_type_command): Remove.
2013         (set_type_command): Remove.
2014         (language_info): Remove type checking output.
2015         (type_error): Remove unused function.
2016         (range_error): Update comment.
2017         (unknown_language_defn): Remove la_type_check.
2018         (auto_language_defn): Likewise.
2019         (local_language_defn): Likewise.
2020         (_initialize_language): Remove "check type" subcommand.
2021         * ada-lang.c (ada_language_defn): Remove la_type_check.
2022         * c-lang.c (c_language_defn): Likewise.
2023         (cplus_language_defn): Likewise.
2024         (asm_language_defn): Likewise.
2025         (minimal_language_defn): Likewise.
2026         * d-lang.c (d_language_defn): Likewise.
2027         * f-lang.c (f_language_defn): Likewise.
2028         * go-lang.c (go_language_defn): Likewise.
2029         * jv-lang.c (java_language_defn): Likewise.
2030         * m2-lang.c (m2_language_defn): Likewise.
2031         * objc-lang.c (objc_language_defn): Likewise.
2032         * opencl-lang.c (opencl_language_defn): Likewise.
2033         * p-lang.c (pascal_language_defn): Likewise.
2034
2035 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
2036
2037         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2038
2039 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2040
2041         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2042         New function.
2043         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2044         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2045         to access the bsp and bspstore registers if not.
2046
2047 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2048
2049         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2050         * breakpoint.c (detach_breakpoints): Change pid parameter into
2051         a ptid.  Adjust code accordingly.
2052         * infrun.c (handle_inferior_event): Delete variable child_pid.
2053         Update call to detach_breakpoints to pass the child ptid for
2054         fork events.
2055         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2056         assert that inferior_ptid's lwp is zero.
2057         (linux_handle_extended_wait): Update call to detach_breakpoints.
2058         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2059         detach_breakpoints.
2060
2061 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2062
2063         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2064         parent, only call detach_breakpoints if tts.tts_event ==
2065         TTEVT_VFORK.
2066
2067 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2068
2069         * dwarf2-frame.c (dwarf2_frame_cache): Use
2070         get_frame_address_in_block instead of get_frame_pc as
2071         the bound for executing the frame's FDE.
2072
2073 2012-08-16  Yao Qi  <yao@codesourcery.com>
2074
2075         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2076         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2077         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2078         (c_type_print_varspec_suffix): Likewise.
2079         * eval.c (evaluate_subexp_standard): Likewise.
2080         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2081         (f_type_print_varspec_suffix): Likewise.
2082         * gdbtypes.c (is_scalar_type): Likewise.
2083         (recursive_dump_type): Likewise.
2084         * infcall.c (value_arg_coerce): Likewise.
2085         * m2-valprint.c (m2_val_print): Likewise.
2086         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2087         (pascal_type_print_varspec_suffix): Likewise.
2088         (pascal_type_print_base): Likewise.
2089         * p-valprint.c (pascal_val_print): Likewise.
2090         (pascal_val_print): Likewise.
2091         * valops.c (value_slice): Likewise.
2092         * valprint.c (scalar_type_p): Likewise.
2093         * valarith.c (value_bitstring_subscript): Remove.
2094         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2095         Remove comment on TYPE_CODE_BITSTRING.
2096
2097         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2098         TYPE_CODE_BITSTRING.
2099
2100         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2101         slot 0.
2102
2103 2012-08-16  Yao Qi  <yao@codesourcery.com>
2104
2105         * tracepoint.c (trace_find_none_command): Remove.
2106         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2107
2108 2012-08-16  Yao Qi  <yao@codesourcery.com>
2109
2110         * remote.c (handle_notification): Remove parameter 'length'.
2111         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2112
2113 2012-08-15  Keith Seitz  <keiths@redhat.com>
2114
2115         * gdbtypes.c (opaque_type_resolution): Make static.
2116         Add missing comment.
2117         (overload_debug): Add missing comment.
2118         (show_opaque_type_resolution): Likewise.
2119         (show_overload_debug): Likewise.
2120         (print_bit_vector): Remove unnecessary forward declaration.
2121         (print_arg_types): Likewise.
2122         (dump_fn_fieldlists): Likewise.
2123         (print_cplus_stuff): Likewise.
2124
2125 2012-08-15  Tom Tromey  <tromey@redhat.com>
2126
2127         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2128         (gdb_bfd_ref): Initialize new field.
2129         (gdb_bfd_unref): Unref the archive BFD.
2130         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2131         parent archive.
2132
2133 2012-08-15  Tom Tromey  <tromey@redhat.com>
2134
2135         PR python/14387:
2136         * python/py-bpevent.c (create_breakpoint_event_object): Update
2137         comment.
2138         * python/py-event.c (evpy_add_attribute): Update comment.
2139         * python/py-exitedevent.c (create_exited_event_object): Fix
2140         reference counting and error handling.
2141         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2142         Fix reference counting.
2143         * python/py-signalevent.c (create_signal_event_object): Fix
2144         reference counting and error handling.
2145         * python/py-stopevent.c (emit_stop_event): Fix reference
2146         counting.
2147         * python/py-threadevent.c (get_event_thread): Return a
2148         borrowed reference.
2149         * python/py-type.c (convert_field): Fix reference counting.
2150
2151 2012-08-15  Tom Tromey  <tromey@redhat.com>
2152
2153         * dwarf2read.c (dwarf_decode_macro_bytes)
2154         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2155         as hash key.
2156
2157 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2158
2159         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2160         stepi, nexti, finish, next, step, jump, and continue commands.
2161         * infrun.c (_initialize_infrun): Update help text for the handle
2162         command.
2163
2164 2012-08-14  Doug Evans  <dje@google.com>
2165
2166         * gdbtypes.c (struct extra): Delete, unused.
2167
2168         * gdbtypes.c: Whitespace cleanup.
2169         (address_space_name_to_int): Remove "extern" from definition.
2170         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2171
2172         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2173         TYPE_POINTER_TYPE (type).
2174
2175 2012-08-14  Gary Benson  <gbenson@redhat.com>
2176
2177         * solib-svr4.c (svr4_free_library_list): Use free_so.
2178
2179 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2180
2181         * .gitignore: Add go-exp.c.
2182
2183 2012-08-13  Doug Evans  <dje@google.com>
2184
2185         * value.c (show_convenience): Tweak comment.
2186         (_initialize_values): Mention convenience functions in the help text
2187         for "show convenience".
2188
2189 2012-08-13  Yao Qi  <yao@codesourcery.com>
2190
2191         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2192         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2193         TERNOP_SLICE_COUNT.
2194         * eval.c (evaluate_subexp_standard): Likewise.
2195         * expprint.c (print_subexp_standard): Likewise.
2196         (dump_subexp_body_standard): Likewise.
2197         * parse.c (operator_length_standard): Likewise.
2198
2199 2012-08-13  Yao Qi  <yao@codesourcery.com>
2200
2201         * std-operator.def: Remove OP_BITSTRING.
2202         * breakpoint.c (watchpoint_exp_is_const): Update.
2203         * eval.c (evaluate_subexp_standard): Remove handling to
2204         OP_BITSTRING.
2205         * expprint.c (print_subexp_standard): Likewise.
2206         (dump_subexp_body_standard): Likewise.
2207         * parse.c (operator_length_standard): Likewise.
2208         * valops.c (value_bitstring): Remove.
2209         * value.h: Remove the declaration of 'value_bitstring'.
2210
2211 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2212
2213         * linespec.c (find_methods): Remove unused variables `i1' and
2214         `name_len'.
2215         (decode_line_full): Likewise for `arg_start'.
2216
2217 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2218
2219         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2220         (zlib_decompress_section): Likewise for `section_data'.
2221         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2222
2223 2012-08-10  Doug Evans  <dje@google.com>
2224
2225         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2226         * NEWS: Document them.
2227         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2228         function/strfns.py.
2229         * python/py-type.c (typy_array_1): New function.
2230         (typy_array): Call it.
2231         (typy_vector): New function.
2232         (type_object_methods): Add "vector".
2233         * python/lib/gdb/function/__init__.py: New file.
2234         * python/lib/gdb/function/strfns.py: New file.
2235
2236 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2237
2238         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2239         for TYPE_FIELD_BITPOS.
2240         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2241
2242 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2243
2244         PR cli/10436:
2245         * common/vec.h (VEC_merge): Define.
2246         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2247         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2248         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2249         * completer.c: Include gdb_signals.h.
2250         (signal_completer): Define.
2251         * completer.h (signal_completer): Add prototype.
2252         * infcmd.c (_initialize_infcmd): Assign the command
2253         completer for "signal" to handle_completer.
2254         * infrun.c: Include completer.h.
2255         (handle_completer): Define.
2256         (_initialize_infrun): Declare a new local variable c.  Store the
2257         result of add_com("handle") to it.  Assign the command
2258         completer for "handle" to handle_completer.
2259
2260 2012-08-09  Yao Qi  <yao@codesourcery.com>
2261
2262         * cli/cli-decode.c (set_cmd_prefix): New.
2263         (lookup_cmd_for_prefixlist): New.
2264         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2265         of each cmd_list_element in *prefixlist.
2266         (add_setshow_cmd_full): set_cmd_prefix.
2267         (add_alias_cmd): Likewise.
2268         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2269         Declare 'auto_boolean_enums'.
2270         * cli/cli-setshow.c: Include "observer.h".
2271         (notify_command_param_changed_p): New.
2272         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2273         Remove 'static'.
2274         (do_setshow_command): Split it to ...
2275         (do_set_command, do_show_command): ... them.  New.
2276         (do_set_command): Call observer_notify_command_param_changed if
2277         notify_command_param_changed_p returns true.
2278         (cmd_show_list): Caller update.
2279         * auto-load.c (set_auto_load_cmd): Likewise.
2280         * remote.c (show_remote_cmd): Likewise.
2281         * cli/cli-setshow.h: Update declarations.
2282         * top.c (execute_command): Call do_set_command and do_show_command.
2283
2284         * NEWS: Mention new MI notification.
2285         * mi/mi-interp.c: Declare mi_command_param_changed.
2286         (mi_interpreter_init): Attach mi_command_param_changed to
2287         observer command_param_changed.
2288         (mi_command_param_changed): New.
2289         Remove mi_suppress_breakpoint_notifications.
2290         Define global variable mi_suppress_notification.
2291         (mi_breakpoint_created): Update.
2292         (mi_breakpoint_deleted): Likewise.
2293         (mi_breakpoint_modified): Likewise.
2294         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2295         'gdb-set' and set mi_suppress_notification.
2296         * mi/mi-main.h: (mi_suppress_notification): New struct.
2297
2298 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2299             Jan Kratochvil  <jan.kratochvil@redhat.com>
2300
2301         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2302
2303 2012-08-09  Yao Qi  <yao@codesourcery.com>
2304
2305         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2306         (skiplist): Move it to skip.c.
2307         (init_cmd_lists): Remove code setting enablebreaklist and
2308         skiplist to NULL.
2309         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2310         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2311         skiplist.
2312         * gdbcmd.h: Likewise.
2313         * skip.c (_initialize_step_skip): Move 'skiplist' from
2314         cli/cli-cmds.c.
2315
2316 2012-08-09  Yao Qi  <yao@codesourcery.com>
2317
2318         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2319         * gnu-nat.c, symfile.c: Likewise.
2320
2321 2012-08-08  Aaron Gamble  <agamble@google.com>
2322
2323         * utils.c (prompt_for_continue_wait_time): New static global.
2324         (make_command_stats_cleanup): Initialize it.
2325         (report_command_stats): Subtract time waiting for user.
2326         (prompt_for_continue): Track time waiting for user.
2327         (defaulted_query): Track time waiting for user.
2328
2329 2012-08-08  Doug Evans  <dje@google.com>
2330
2331         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2332         UNOP_MEMVAL_TYPE.
2333         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2334         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2335         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2336         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2337         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2338         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2339         elt.
2340         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2341         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2342         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2343         (dump_prefix_expression): Handle OP_TYPE.
2344
2345 2012-08-08  Keith Seitz  <keiths@redhat.com>
2346
2347         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2348         addr_start.
2349
2350 2012-08-08  Doug Evans  <dje@google.com>
2351
2352         * linux-thread-db.c: #include "gdb_vecs.h".
2353         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2354         updated.
2355         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2356         (thread_db_load_search): Use a vector to iterate over path elements.
2357         Handle text appearing after "$pdir".
2358
2359         * gdb_string.h: Moved to ...
2360         * common/gdb_string.h: ... here.
2361         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2362         gdb_string.h and gdb_assert.h.
2363
2364 2012-08-08  Yao Qi  <yao@codesourcery.com>
2365
2366         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2367         (tic6x_value_to_register): Likewise.
2368         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2369         and set_gdbarch_value_to_register.
2370
2371 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2372             Jean-Marc Saffroy  <saffroy@gmail.com>
2373
2374         PR 11804
2375         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2376         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2377         * gcore.c (gcore_create_callback): New function comment.  Add modified
2378         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2379         according to MODIFIED.
2380         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2381         the passed modified value to FUNC.
2382         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2383         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2384         first.  New variables modified and has_anonymous.  Parse the lines of
2385         smaps file.  Add the passed MODIFIED value to FUNC.
2386         * procfs.c (find_memory_regions_callback): Add the passed modified
2387         value.
2388
2389 2012-08-06  Tom Tromey  <tromey@redhat.com>
2390
2391         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2392         (dwarf2_frame_cache): Use it.
2393         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2394         cache initialization constraint.
2395
2396 2012-08-06  Tom Tromey  <tromey@redhat.com>
2397
2398         PR python/14386:
2399         * varobj.c (update_dynamic_varobj_children): Don't call
2400         PyIter_Check.
2401
2402 2012-08-06  Tom Tromey  <tromey@redhat.com>
2403
2404         PR cli/14392:
2405         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2406
2407 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2408
2409         * NEWS: New entry for 'cd' default parameters.
2410         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2411
2412 2012-08-03  Tom Tromey  <tromey@redhat.com>
2413
2414         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2415         return.
2416
2417 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2418
2419         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2420         to attempting lseek/write.
2421         (inf_child_fileio_pread): Likewise for pread.
2422
2423 2012-08-02  Yao Qi  <yao@codesourcery.com>
2424
2425         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2426         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2427         add_setshow_zinteger_cmd.
2428         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2429         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2430         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2431         instead of add_setshow_zinteger_cmd.
2432         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2433         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2434         instead of add_setshow_zinteger_cmd.
2435         * frame.c (frame_debug): Add 'unsigned'.
2436         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2437         add_setshow_zinteger_cmd.
2438         * frame.h: Update the declaration of 'frame_debug'.
2439         * gdbtypes.c (overload_debug): Add 'unsigned'.
2440         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2441         add_setshow_zinteger_cmd.
2442         * inferior.h: Update declaration of 'debug_infrun'.
2443         * infrun.c (debug_infrun): Add 'unsigned'.
2444         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2445         add_setshow_zinteger_cmd.
2446         * jit.c (jit_debug): Add 'unsigned'.
2447         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2448         add_setshow_zinteger_cmd.
2449         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2450         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2451         instead of add_setshow_zinteger_cmd.
2452         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2453         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2454         add_setshow_zinteger_cmd.
2455         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2456         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2457         instead of add_setshow_zinteger_cmd.
2458         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2459         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2460         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2461         intead of add_setshow_zinteger_cmd.
2462         * mips-tdep.c (mips_debug): Add 'unsigned'.
2463         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2464         instead of add_setshow_zinteger_cmd.
2465         * monitor.c (monitor_debug): Add 'unsigned'.
2466         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2467         add_setshow_zinteger_cmd.
2468         * observer.c (observer_debug): Add 'unsigned'.
2469         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2470         add_setshow_zinteger_cmd.
2471         * parse.c (expressiondebug): Add 'unsigned'.
2472         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2473         add_setshow_zinteger_cmd.
2474         * record.c (record_debug): Add 'unsigned'.
2475         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2476         add_setshow_zinteger_cmd.
2477         * record.h: Update the declaration of 'record_debug'.
2478         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2479         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2480         add_setshow_zinteger_cmd.
2481         * serial.c (global_serial_debug_p): Add 'unsigned'.
2482         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2483         add_setshow_zinteger_cmd.
2484         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2485         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2486         add_setshow_zinteger_cmd.
2487         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2488         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2489         add_setshow_zinteger_cmd.
2490         * target.c (targetdebug): Add 'unsigned'.
2491         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2492         add_setshow_zinteger_cmd.
2493         * valops.c (overload_debug): Add 'unsigned'.
2494         * varobj.c (varobjdebug): Add 'unsigned'.
2495         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2496         add_setshow_zinteger_cmd.
2497         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2498         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2499         instead of add_setshow_zinteger_cmd.
2500
2501         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2502         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2503         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2504         instead of add_setshow_zinteger_cmd.
2505         * gdbarch.c, gdbarch.h: Re-generated.
2506
2507 2012-08-02  Yao Qi  <yao@codesourcery.com>
2508
2509         * nto-tdep.c: Don't include cli/cli-decode.h and
2510         cli/cli-cmds.h.
2511         (_initialize_nto_tdep): Remove.
2512         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2513         Remove field.
2514         Remove macro nto_internal_debugging.
2515
2516 2012-08-01  Richard Henderson  <rth@redhat.com>
2517
2518         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2519         (mep-*-*) [gdb_target_obs]: Likewise.
2520
2521 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2522
2523         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2524         linux_get_siginfo_type.
2525
2526 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2527
2528         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2529         AT_ENTRY_POINT.
2530         (call_function_by_hand) <ON_STACK>: Call write_memory with
2531         gdbarch_breakpoint_from_pc, if possible.
2532         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2533         here.
2534
2535 2012-07-31  Yao Qi  <yao@codesourcery.com>
2536
2537         * tracepoint.c: Add 'static' for some variables.
2538
2539 2012-07-31  Yao Qi  <yao@codesourcery.com>
2540
2541         * go32-nat.c: Declare _initialize_go32_nat.
2542         * ser-go32.c: Declare _initialize_ser_dos.
2543         * top.c (do_chdir_cleanup): Add 'static'.
2544
2545 2012-07-30  Keith Seitz  <keiths@redhat.com>
2546
2547         * linespec.c (linespec_lex_number): A number followed
2548         by quotes is a valid number, too.
2549
2550 2012-07-30  Tom Tromey  <tromey@redhat.com>
2551
2552         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2553
2554 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2555
2556         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2557         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2558
2559 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2560
2561         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2562         invalid or reevaluated to prevent prevent references to possibly
2563         delete'd type objects being left in the varobj.
2564
2565 2012-07-27  Tom Tromey  <tromey@redhat.com>
2566             Jan Kratochvil  <jan.kratochvil@redhat.com>
2567
2568         * copying.awk: Print buffer-read-only and vi ro markers.
2569         * copying.c: Rebuild.
2570         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2571         * gdbarch.c, gdbarch.h: Rebuild.
2572         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2573         buffer-read-only and vi ro markers.
2574         * features/arm-with-iwmmxt.c: Rebuild.
2575         * features/arm-with-m-fpa-layout.c: Rebuild.
2576         * features/arm-with-m-vfp-d16.c: Rebuild.
2577         * features/arm-with-m.c: Rebuild.
2578         * features/arm-with-neon.c: Rebuild.
2579         * features/arm-with-vfpv2.c: Rebuild.
2580         * features/arm-with-vfpv3.c: Rebuild.
2581         * features/i386/amd64-avx-linux.c: Rebuild.
2582         * features/i386/amd64-avx.c: Rebuild.
2583         * features/i386/amd64-linux.c: Rebuild.
2584         * features/i386/amd64.c: Rebuild.
2585         * features/i386/i386-avx-linux.c: Rebuild.
2586         * features/i386/i386-avx.c: Rebuild.
2587         * features/i386/i386-linux.c: Rebuild.
2588         * features/i386/i386-mmx-linux.c: Rebuild.
2589         * features/i386/i386-mmx.c: Rebuild.
2590         * features/i386/i386.c: Rebuild.
2591         * features/i386/x32-avx-linux.c: Rebuild.
2592         * features/i386/x32-avx.c: Rebuild.
2593         * features/i386/x32-linux.c: Rebuild.
2594         * features/i386/x32.c: Rebuild.
2595         * features/mips-dsp-linux.c: Rebuild.
2596         * features/mips-linux.c: Rebuild.
2597         * features/mips64-dsp-linux.c: Rebuild.
2598         * features/mips64-linux.c: Rebuild.
2599         * features/rs6000/powerpc-32.c: Rebuild.
2600         * features/rs6000/powerpc-32l.c: Rebuild.
2601         * features/rs6000/powerpc-403.c: Rebuild.
2602         * features/rs6000/powerpc-403gc.c: Rebuild.
2603         * features/rs6000/powerpc-405.c: Rebuild.
2604         * features/rs6000/powerpc-505.c: Rebuild.
2605         * features/rs6000/powerpc-601.c: Rebuild.
2606         * features/rs6000/powerpc-602.c: Rebuild.
2607         * features/rs6000/powerpc-603.c: Rebuild.
2608         * features/rs6000/powerpc-604.c: Rebuild.
2609         * features/rs6000/powerpc-64.c: Rebuild.
2610         * features/rs6000/powerpc-64l.c: Rebuild.
2611         * features/rs6000/powerpc-7400.c: Rebuild.
2612         * features/rs6000/powerpc-750.c: Rebuild.
2613         * features/rs6000/powerpc-860.c: Rebuild.
2614         * features/rs6000/powerpc-altivec32.c: Rebuild.
2615         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2616         * features/rs6000/powerpc-altivec64.c: Rebuild.
2617         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2618         * features/rs6000/powerpc-cell32l.c: Rebuild.
2619         * features/rs6000/powerpc-cell64l.c: Rebuild.
2620         * features/rs6000/powerpc-e500.c: Rebuild.
2621         * features/rs6000/powerpc-e500l.c: Rebuild.
2622         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2623         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2624         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2625         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2626         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2627         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2628         * features/rs6000/powerpc-vsx32.c: Rebuild.
2629         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2630         * features/rs6000/powerpc-vsx64.c: Rebuild.
2631         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2632         * features/rs6000/rs6000.c: Rebuild.
2633         * features/s390-linux32.c: Rebuild.
2634         * features/s390-linux32v1.c: Rebuild.
2635         * features/s390-linux32v2.c: Rebuild.
2636         * features/s390-linux64.c: Rebuild.
2637         * features/s390-linux64v1.c: Rebuild.
2638         * features/s390-linux64v2.c: Rebuild.
2639         * features/s390x-linux64.c: Rebuild.
2640         * features/s390x-linux64v1.c: Rebuild.
2641         * features/s390x-linux64v2.c: Rebuild.
2642         * features/tic6x-c62x-linux.c: Rebuild.
2643         * features/tic6x-c62x.c: Rebuild.
2644         * features/tic6x-c64x-linux.c: Rebuild.
2645         * features/tic6x-c64x.c: Rebuild.
2646         * features/tic6x-c64xp-linux.c: Rebuild.
2647         * features/tic6x-c64xp.c: Rebuild.
2648
2649 2012-07-27  Tom Tromey  <tromey@redhat.com>
2650
2651         * c-exp.y (classify_name): Avoid assignment in condition.
2652
2653 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2654
2655         * amd64-windows-tdep.c: Include "frame.h".
2656         (amd64_windows_skip_trampoline_code): New function.
2657         (amd64_windows_init_abi): Add trampoline registration.
2658
2659 2012-07-27  Yao Qi  <yao@codesourcery.com>
2660
2661         * tracepoint.c (cur_traceframe_number): Remove.
2662         (set_tfile_traceframe): Remove.
2663         (tfile_trace_find, tfile_fetch_registers): Update callers.
2664         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2665         (tfile_open, tfile_trace_find): Likewise.
2666
2667 2012-07-27  Yao Qi  <yao@codesourcery.com>
2668
2669         * thread.c (switch_to_thread): Don't call registers_changed.
2670
2671 2012-07-26  Tom Tromey  <tromey@redhat.com>
2672
2673         * Makefile.in (SFILES): Remove objc-exp.y.
2674         (YYFILES): Remove objc-exp.c.
2675         (YYOBJ): Remove objc-exp.o.
2676         (local-maintainer-clean): Don't mention objc-exp.c.
2677         * c-exp.y: Include objc-lang.h.
2678         (%union) <class>: New field.
2679         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2680         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2681         Objective C productions.
2682         (msglist, msgarglist, msgarg): New productions.
2683         (array_mod, func_mod, operator): Clone productions for
2684         OBJC_LBRAC.
2685         (parse_string_or_char): Handle '@' strings.
2686         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2687         (classify_name): Check la_name_of_this.  Recognize ObjC class
2688         names.
2689         * objc-exp.y: Remove.
2690         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2691         * objc-lang.h (objc_parse, objc_error): Don't declare.
2692
2693 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2694
2695         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2696
2697 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2698
2699         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2700         and decrement.
2701
2702 2012-07-26  Tom Tromey  <tromey@redhat.com>
2703
2704         * copying.c: Rebuild.
2705         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2706         'no_class'.
2707
2708 2012-07-26  Tom Tromey  <tromey@redhat.com>
2709
2710         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2711         immediate_quit.
2712         (print_objfile_statistics): Likewise.
2713         (maintenance_print_symbols): Likewise.
2714         (maintenance_print_msymbols): Likewise.
2715         (maintenance_print_objfiles): Likewise.
2716         * psymtab.c (print_partial_symbols): Call QUIT.
2717         (maintenance_print_psymbols): Likewise.  Don't modify
2718         immediate_quit.
2719         * copying.c (show_copying_command): Don't modify immediate_quit.
2720         (show_warranty_command): Likewise.
2721         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2722
2723 2012-07-26  Keith Seitz  <keiths@redhat.com>
2724
2725         * linespec.c (linespec_lexer_lex_number): The input
2726         is also a valid number if the next character is a comma
2727         or colon.
2728
2729 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
2730
2731         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2732         configure options.
2733
2734 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2735
2736         * machoread.c: Include gdb_bfd.h.
2737
2738 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2739
2740         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2741         offset.
2742
2743 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2744
2745         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2746         SIZE to size_t.
2747         (dwarf2_evaluate_loc_desc): Likewise.
2748         (dwarf2_loc_desc_needs_frame): Likewise.
2749         (locexpr_describe_location_1): Likewise.
2750         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2751         size_t.
2752         (struct dwarf2_loclist_baton): Likewise.
2753         * dwarf2read.c (struct dwarf_block): Likewise.
2754         (dump_die_shallow): Use pulongest to print dwarf_block.size.
2755         (decode_locdesc): Expand SIZE and I to size_t.
2756
2757 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2758
2759         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2760
2761 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2762
2763         * doublest.c (convert_doublest_to_floatformat): If the exponent
2764         is too small, treat the value as zero.  If the exponent is too
2765         large, treat the value as infinity.
2766
2767 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2768
2769         * configure.ac: Add --enable-lmcheck configure option.
2770         * configure: Regenerate.
2771
2772 2012-07-25  Tom Tromey  <tromey@redhat.com>
2773
2774         * NEWS: Mention maint info bfds.
2775         * gdb_bfd.c (all_bfds): New global.
2776         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2777         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2778         New functions.
2779
2780 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
2781
2782         * configure.tgt: Add v850*-*-rtems*.
2783
2784 2012-07-25  Tom Tromey  <tromey@redhat.com>
2785
2786         * macrotab.c (macro_bcache_str): Remove cast.
2787
2788 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
2789
2790         * linespec.c (linespec_lexer_lex_number): Update comments,
2791         change the return and add check to make sure the input is
2792         the decimal numbers.
2793         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2794         false, call linespec_lexer_lex_string.
2795
2796 2012-07-24  Tom Tromey  <tromey@redhat.com>
2797
2798         * symfile.c (symbol_file_add): Don't open BFD twice.
2799
2800 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
2801
2802         * breakpoint.c (create_breakpoint): Store condition for pending
2803         breakpoints.
2804
2805 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2806
2807         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2808         (m68k_return_value): Handle complex types like structures.
2809         (m68k_svr4_return_value): Likewise.
2810
2811 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2812
2813         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2814         parameters to bfd_get_section_name.
2815
2816 2012-07-24  Yao Qi  <yao@codesourcery.com>
2817
2818         * cli/cli-setshow.c: Handle case 'var_uinteger'
2819         and 'var_zuninteger' together.  Handle case 'var_integer' and
2820         'var_zinteger' together.
2821
2822 2012-07-23  Keith Seitz  <keiths@redhat.com>
2823
2824         * linespec.c (convert_linespec_to_sal): Don't add
2825         any symbols to the result vector if symbol_to_sal
2826         returns zero.
2827
2828 2012-07-23  Keith Seitz  <keiths@redhat.com>
2829
2830         * linespec.c (decode_objc): Record the function name
2831         in the linespec.
2832
2833 2012-07-23  Tom Tromey  <tromey@redhat.com>
2834
2835         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
2836         counting.
2837         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2838         (map_vmap): Acquire a reference to the BFD.
2839
2840 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
2841
2842         * p-valprint.c (pascal_object_print_value): Replace potentially
2843         unsafe alloca with xmalloc/xfree.
2844         * valops.c (search_struct_method): Likewise.
2845
2846 2012-07-23  Tom Tromey  <tromey@redhat.com>
2847
2848         * solib-svr4.c (enable_break): Update.
2849         * bfd-target.h (target_bfd_reopen): Update documentation.
2850
2851 2012-07-23  Tom Tromey  <tromey@redhat.com>
2852
2853         * symfile.c (separate_debug_file_exists): Update.
2854         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2855         (reread_symbols): Update.
2856         * elfread.c (build_id_verify): Update.
2857         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2858         bfd_open_maybe_remote.
2859
2860 2012-07-23  Tom Tromey  <tromey@redhat.com>
2861
2862         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2863
2864 2012-07-23  Tom Tromey  <tromey@redhat.com>
2865
2866         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2867         and 'abfd'.
2868         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2869         and 'abfd'.
2870         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2871         * machoread.c (macho_add_oso_symfile): Make a cleanup for
2872         'abfd'.
2873         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2874         * objfiles.c (allocate_objfile): Acquire a new reference.
2875         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2876         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2877         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2878         a cleanup for 'nbfd'.
2879         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2880         for 'nbfd'.
2881         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2882         make a cleanup for 'abfd'.
2883         (symbol_file_add): Make a BFD cleanup.
2884
2885 2012-07-23  Tom Tromey  <tromey@redhat.com>
2886
2887         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2888         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2889         * corelow.c (core_open): Use gdb_bfd_fopen.
2890         * dsrec.c (load_srec): Use gdb_bfd_openr.
2891         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2892         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2893         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2894         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2895         (gdb_bfd_fdopenr): New functions.
2896         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2897         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2898         (gdb_bfd_fdopenr): Declare.
2899         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2900         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2901         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2902         gdb_bfd_openr_next_archived_file.
2903         (macho_check_dsym): Use gdb_bfd_openr.
2904         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2905         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2906         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2907         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2908         gdb_bfd_openr.
2909         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2910         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2911         gdb_bfd_openr_next_archived_file.
2912         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2913         Use gdb_bfd_openr.
2914         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2915         gdb_bfd_openr.
2916         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2917         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2918         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2919         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2920         (symfile_bfd_open): Use gdb_bfd_fopen.
2921         (generic_load): Use gdb_bfd_openr.
2922         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2923
2924 2012-07-23  Tom Tromey  <tromey@redhat.com>
2925
2926         * bfd-target.c (target_bfd_reopen): Update.
2927         * cli/cli-dump.c (bfd_openr_with_cleanup)
2928         (bfd_openw_with_cleanup): Update.
2929         * corelow.c (core_open): Update.
2930         * dsrec.c (load_srec): Update.
2931         * exec.c (exec_file_attach): Update.
2932         * gcore.c (create_gcore_bfd): Update.
2933         * gdb_bfd.c (gdb_bfd_ref): Return void.
2934         (gdb_bfd_open): Update.
2935         * gdb_bfd.h (gdb_bfd_ref): Return void.
2936         Update comments.
2937         * jit.c (jit_bfd_try_read_symtab): Update.
2938         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2939         * machoread.c (macho_symfile_read_all_oso): Update.
2940         (macho_check_dsym): Update.
2941         * procfs.c (insert_dbx_link_bpt_in_file): Update.
2942         * remote-m32r-sdi.c (m32r_load): Update.
2943         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2944         * rs6000-nat.c (add_vmap): Update.
2945         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2946         Update.
2947         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2948         * solib-spu.c (spu_bfd_open): Update.
2949         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2950         * spu-linux-nat.c (spu_bfd_open): Update.
2951         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2952         (generic_load): Update.
2953         * windows-nat.c (windows_make_so): Update.
2954
2955 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2956
2957         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2958
2959 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
2960
2961         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2962         SIGTRAMP_FRAME unwinding.
2963
2964 2012-07-20  Doug Evans  <dje@google.com>
2965
2966         * NEWS: Document new options "set/show use-deprecated-index-sections",
2967         and delete reference to --use-deprecated-index-sections.
2968         * symfile.h (use_deprecated_index_sections): Delete.
2969         * dwarf2read.c (use_deprecated_index_sections): Make static.
2970         (read_index_from_section): Update wording of how to load
2971         deprecated index sections.
2972         (_initialize_dwarf2_read): New options
2973         "set/show use-deprecated-index-sections".
2974         * main.c (captured_main): Delete --use-deprecated-index-sections.
2975
2976 2012-07-20  Pedro Alves  <palves@redhat.com>
2977
2978         PR threads/11692
2979         PR gdb/12203
2980
2981         * infrun.c (handle_inferior_event) <new thread>: Don't special
2982         case minus_one_ptid.
2983         <TARGET_WAITKIND_SPURIOUS>: Ditto.
2984         * linux-thread-db.c (thread_get_info_callback): Don't return early
2985         if the thread is zombie.
2986         (thread_from_lwp): Change return type to void.  Rewrite stale
2987         comment.
2988         (attach_thread): Don't return early if the thread is zombie,
2989         instead set its "dying" flag.
2990         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2991         (find_new_threads_callback): Don't return early if the thread is
2992         zombie.
2993
2994 2012-07-20  Pedro Alves  <palves@redhat.com>
2995
2996         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2997         * target.c (target_wait): Likewise.
2998         (str_comma_list_concat_elem, do_option, target_options_to_string):
2999         New functions.
3000         * target.h (target_options_to_string): Declare.
3001
3002 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
3003             Tom Tromey  <tromey@redhat.com>
3004
3005         * dwarf2read.c (dwarf_decode_macros)
3006         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3007         DW_MACRO_GNU_transparent_include_alt>: New cases.
3008         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3009         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3010
3011 2012-07-20  Tom Tromey  <tromey@redhat.com>
3012
3013         * dwarf2read.c (try_open_dwo_file): Don't call
3014         gdb_bfd_stash_filename.
3015
3016 2012-07-20  Pedro Alves  <palves@redhat.com>
3017
3018         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3019         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3020         (i386_process_record): Tweak description comments.
3021
3022 2012-07-20  Pedro Alves  <palves@redhat.com>
3023
3024         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3025         (i386_process_record): Use record_read_memory.
3026         * record.c (record_read_memory): New function.
3027         (record_arch_list_add_mem, record_exec_insn): Use
3028         record_read_memory.
3029         * record.h (record_read_memory): Declare.
3030
3031 2012-07-20  Yao Qi  <yao@codesourcery.com>
3032
3033         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3034         NULL for xfree.
3035
3036 2012-07-19  Pedro Alves  <palves@redhat.com>
3037
3038         * record.c (record_resume): Ask the target beneath to report all
3039         signals.
3040
3041 2012-07-19  Doug Evans  <dje@google.com>
3042
3043         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3044         there's no section at address zero.
3045         (dwarf2_record_block_ranges): Ditto.
3046
3047 2012-07-19  Yao Qi  <yao@codesourcery.com>
3048
3049         * command.h, remote.c: Fix a typo in comment.
3050
3051 2012-07-19  Tom Tromey  <tromey@redhat.com>
3052
3053         PR exp/13206:
3054         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3055         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3056         OP_DECLTYPE>: New cases.
3057         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3058         (type_exp): Add new productions.
3059         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3060         and decltype.
3061         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3062         New case.
3063         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3064         OP_DECLTYPE>: New case.
3065         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3066         New case.
3067         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3068         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3069
3070 2012-07-19  Tom Tromey  <tromey@redhat.com>
3071
3072         * c-exp.y (enum token_flags): New.
3073         (struct token) <cxx_only>: Remove.
3074         <flags>: New field.
3075         (tokentab3, tokentab2, ident_tokens): Update.
3076         (lex_one_token): Update.  Handle FLAG_SHADOW.
3077
3078 2012-07-19  Tom Tromey  <tromey@redhat.com>
3079
3080         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3081         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3082         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3083         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3084         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3085         type_exp production where appropriate.
3086         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3087         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3088         <UNOP_MEMVAL_TYPE>: New case.
3089         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3090         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3091         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3092         <UNOP_MEMVAL_TYPE>: New case.
3093         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3094         UNOP_REINTERPRET_CAST>: Update.
3095         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3096         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3097         UNOP_REINTERPRET_CAST>: Update.
3098         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3099         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3100         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3101         constants.
3102
3103 2012-07-19  Yao Qi  <yao@codesourcery.com>
3104             Jan Kratochvil <jan.kratochvil@redhat.com>
3105
3106         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3107         and case 'var_optional_filename' together.
3108         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3109         instead of add_setshow_optional_filename_cmd for setshow command
3110         'args'.  Set completer for 'set args'.
3111
3112 2012-07-18  Doug Evans  <dje@google.com>
3113
3114         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3115         * common/gdb_vecs.c: New file, contents from utils.c.
3116         * common/host-defs.h: New file, contents from defs.h.
3117         * utils.h: New file, contents from defs.h.
3118         * defs.h: Move all declarations of objects defined in utils.c
3119         to utils.h (except QUIT() and related).
3120         #include "utils.h", "host-defs.h".
3121         * probe.h (probe_p): Move here from gdb_vecs.h.
3122         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3123         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3124         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3125         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3126         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3127         (COMMON_OBS): Add gdb_vecs.o.
3128         (gdb_vecs.o): New rule.
3129
3130 2012-07-18  Keith Seitz  <keiths@redhat.com>
3131
3132         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3133         parameter.  If non-zero, use SYMNAME as the canonical name
3134         for the SaL.
3135         Update all callers.
3136         (convert_linespec_to_sals): Use add_sal_to_sals for
3137         expressions, too.
3138         (decode_line_full): No need to "fill in missing canonical names"
3139         anymore. Simply make cleanups for the allocated names.
3140
3141 2012-07-18  Keith Seitz  <keiths@redhat.com>
3142
3143         * linespec.c (struct linespec): Constify expression,
3144         source_filename, function_name, and label_name.
3145         (symbol_not_found_error): Make all parameters const.
3146         (linespec_parser_delete): No need to check for NULL
3147         when using xfree. Cast const char * to char * for xfree.
3148
3149 2012-07-18  Keith Seitz  <keiths@redhat.com>
3150
3151         * breakpoint.c (invalid_thread_id_error): New function.
3152         (find_condition_and_thread): Use invalid_thread_id_error.
3153         (watch_command_1): Likewise.
3154
3155 2012-07-18  Tom Tromey  <tromey@redhat.com>
3156
3157         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3158         * contrib/cc-with-tweaks.sh: New file.
3159
3160 2012-07-18  Tom Tromey  <tromey@redhat.com>
3161
3162         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3163         (locate_dwz_sections): Recognize .gdb_index.
3164         (create_cus_from_index_list): New function.
3165         (create_cus_from_index): Use it.  Handle .dwz data.
3166         (read_index_from_section): New function, extracted from
3167         dwarf2_read_index.
3168         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3169         if needed.
3170
3171 2012-07-18  Tom Tromey  <tromey@redhat.com>
3172
3173         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3174         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3175         <is_dwz>: New field.
3176         (struct dwz_file): New.
3177         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3178         (locate_dwz_sections, dwarf2_get_dwz_file)
3179         (get_abbrev_section_for_cu): New functions.
3180         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3181         (read_and_check_type_unit_head): Add abbrev_section argument.
3182         (create_debug_types_hash_table): Update.
3183         (init_cutu_and_read_dies): Use proper abbrev section.
3184         (init_cutu_and_read_dies_no_follow): Likewise.
3185         (set_partial_user): Do nothing if PST==NULL.
3186         (read_comp_units_from_section): New function.
3187         (create_all_comp_units): Use it.
3188         (scan_partial_symbols, partial_die_parent_scope): Update.
3189         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3190         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3191         (find_partial_die): Add offset_in_dwz argument.  Update.
3192         (guess_partial_die_structure_name, fixup_partial_die): Update.
3193         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3194         DW_FORM_GNU_strp_alt.
3195         (read_indirect_string_from_dwz): New function.
3196         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3197         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3198         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3199         (follow_die_offset): Add offset_in_dwz argument.
3200         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3201         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3202         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3203         Handle new macro forms.
3204         (dwarf_decode_macros): Update.
3205         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3206         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3207         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3208         (create_debug_types_hash_table): Use correct abbrev section.
3209         (get_debug_line_section): New function.
3210         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3211         (process_full_comp_unit): Pass 'required' argument to
3212         end_symtab_get_static_block.
3213         * buildsym.h (end_symtab_get_static_block): Update.
3214         * buildsym.c (end_symtab_get_static_block): Add 'required'
3215         argument.
3216         (end_symtab, end_expandable_symtab): Update.
3217
3218 2012-07-18  Tom Tromey  <tromey@redhat.com>
3219
3220         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3221         (pagesize): Remove.
3222         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3223         (zlib_decompress_section): Remove.
3224         (dwarf2_read_section): Use gdb_bfd_map_section.
3225         (munmap_section_buffer): Remove.
3226         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3227         munmap_section_buffer.
3228         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3229         (struct gdb_bfd_section_data): New.
3230         (free_one_bfd_section): New function.
3231         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3232         (get_section_descriptor, zlib_decompress_section)
3233         (gdb_bfd_map_section): New functions.
3234         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3235
3236 2012-07-18  Tom Tromey  <tromey@redhat.com>
3237
3238         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3239
3240 2012-07-18  Tom Tromey  <tromey@redhat.com>
3241
3242         * gdb_bfd.c (struct gdb_bfd_data): New.
3243         (gdb_bfd_cache): New global.
3244         (struct gdb_bfd_cache_search): New.
3245         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3246         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3247         * gdb_bfd.h (gdb_bfd_open): Declare.
3248
3249 2012-07-18  Tom Tromey  <tromey@redhat.com>
3250
3251         * utils.c (make_cleanup_bfd_unref): Rename from
3252         make_cleanup_bfd_close.
3253         * defs.h (make_cleanup_bfd_unref): Rename from
3254         make_cleanup_bfd_close.
3255         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3256         (bfd_openw_with_cleanup): Update.
3257         * corelow.c (core_open): Update.
3258         * dsrec.c (load_srec): Update.
3259         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3260         * remote-m32r-sdi.c (m32r_load): Update.
3261         * remote-mips.c (mips_load_srec): Update.
3262         (pmon_load_fast): Update.
3263         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3264         Update.
3265         (darwin_bfd_open): Update.
3266         * solib.c (solib_bfd_fopen): Update.
3267         * symfile-mem.c (symbol_file_add_from_memory): Update.
3268         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3269         (symfile_bfd_open): Update.
3270         (generic_load): Update.
3271
3272 2012-07-18  Tom Tromey  <tromey@redhat.com>
3273
3274         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3275         (pmon_load_fast): Likewise.
3276         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3277         (m32r_upload_command): Likewise.
3278         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3279         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3280         Use make_cleanup_bfd_close.
3281
3282 2012-07-18  Tom Tromey  <tromey@redhat.com>
3283
3284         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3285         gdb_bfd_stash_filename.
3286         (load_command): Open the new BFD before freeing the old.
3287         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3288         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3289         Call gdb_bfd_stash_filename.
3290         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3291         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3292         gdb_bfd_stash_filename.
3293         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3294         Free found_pathname.
3295         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3296         gdb_bfd_stash_filename.
3297         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3298         * machoread.c (macho_add_oso_symfile): Call
3299         gdb_bfd_stash_filename.
3300         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3301         gdb_bfd_stash_filename.
3302         (macho_check_dsym): Don't copy filename.  Call
3303         gdb_bfd_stash_filename.
3304         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3305         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3306         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3307         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3308         * exec.c (exec_close): Don't free the BFD's filename.
3309         (exec_file_attach): Don't copy the filename.  Call
3310         gdb_bfd_stash_filename.
3311         * corelow.c (core_close): Don't free the BFD's filename.
3312         (core_open): Call gdb_bfd_stash_filename.
3313         * corefile.c (reopen_exec_file): Remove #if 0 code.
3314         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3315         pathname.
3316         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3317
3318 2012-07-18  Tom Tromey  <tromey@redhat.com>
3319
3320         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3321         gdb_bfd_unref.
3322         (free_dwo_file): Use gdb_bfd_unref.
3323         * cli/cli-dump.c: Include gdb_bfd.h.
3324         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3325         (bfd_openr_with_cleanup): Likewise.
3326         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3327         gdb_bfd_unref.
3328         * utils.c: Include gdb_bfd.h.
3329         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3330         * symfile.c: Include gdb_bfd.h.
3331         (separate_debug_file_exists): Use gdb_bfd_unref.
3332         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3333         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3334         (generic_load): Use gdb_bfd_ref.
3335         (reread_symbols): Use gdb_bfd_unref.
3336         * symfile-mem.c: Include gdb_bfd.h.
3337         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3338         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3339         * solib.c: Include gdb_bfd.h.
3340         (solib_bfd_fopen): Use gdb_bfd_ref.
3341         (solib_bfd_open): Use gdb_bfd_unref.
3342         (free_so_symbols): Use gdb_bfd_unref.
3343         (reload_shared_libraries_1): Use gdb_bfd_unref.
3344         * solib-spu.c: Include gdb_bfd.h.
3345         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3346         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3347         gdb_bfd_unref.
3348         * solib-frv.c: Include gdb_bfd.h.
3349         (enable_break2): Use gdb_bfd_unref.
3350         * solib-dsbt.c: Include gdb_bfd.h.
3351         (enable_break2): Use gdb_bfd_unref.
3352         * solib-darwin.c: Include gdb_bfd.h.
3353         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3354         gdb_bfd_unref.
3355         (darwin_bfd_open): Use gdb_bfd_unref.
3356         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3357         * remote-mips.c: Include gdb_bfd.h.
3358         (mips_load_srec): Use gdb_bfd_ref.
3359         (pmon_load_fast): Use gdb_bfd_ref.
3360         * remote-m32r-sdi.c: Include gdb_bfd.h.
3361         (m32r_load): Use gdb_bfd_ref.
3362         * record.c: Include gdb_bfd.h.
3363         (record_save_cleanups): Use gdb_bfd_unref.
3364         (cmd_record_save): Use gdb_bfd_unref.
3365         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3366         gdb_bfd_unref.
3367         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3368         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3369         * objfiles.c: Include gdb_bfd.h.
3370         (free_objfile): Use gdb_bfd_unref.
3371         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3372         gdb_bfd.c.
3373         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3374         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3375         (macho_check_dsym): Likewise.
3376         * m32r-rom.c: Include gdb_bfd.h.
3377         (m32r_load): Use gdb_bfd_ref.
3378         (m32r_upload_command): Use gdb_bfd_ref.
3379         * jit.c: Include gdb_bfd.h.
3380         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3381         * gdb_bfd.h: New file.
3382         * gdb_bfd.c: New file.
3383         * gcore.c: Include gdb_bfd.h.
3384         (create_gcore_bfd): Use gdb_bfd_ref.
3385         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3386         (gcore_command): Use gdb_bfd_unref.
3387         * exec.c: Include gdb_bfd.h.
3388         (exec_close): Use gdb_bfd_unref.
3389         (exec_close_1): Use gdb_bfd_unref.
3390         (exec_file_attach): Use gdb_bfd_ref.
3391         * elfread.c: Include gdb_bfd.h.
3392         (build_id_verify): Use gdb_bfd_unref.
3393         * dsrec.c: Include gdb_bfd.h.
3394         (load_srec): Use gdb_bfd_ref.
3395         * corelow.c: Include gdb_bfd.h.
3396         (core_close): Use gdb_bfd_unref.
3397         (core_open): Use gdb_bfd_ref.
3398         * bfd-target.c: Include gdb_bfd.h.
3399         (target_bfd_xclose): Use gdb_bfd_unref.
3400         (target_bfd_reopen): Use gdb_bfd_ref.
3401         * Makefile.in (SFILES): Add gdb_bfd.c.
3402         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3403         (COMMON_OBS): Add gdb_bfd.o.
3404
3405 2012-07-18  Keith Seitz  <keiths@redhat.com>
3406
3407         * breakpoint.c (find_condition_and_thread): Initialize
3408         TASK and REST.
3409         (create_breakpiont): find_condition_and_thread will now
3410         initialize COND_STRING, THREAD, and REST (and TASK).
3411         (addr_string_to_sals): Likewise.
3412
3413 2012-07-18  Pedro Alves  <palves@redhat.com>
3414
3415         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3416         Pull the single step breakpoints out of the target.
3417
3418 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3419
3420         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3421         * stap-probe.c (compile_probe_arg): Likewise.
3422
3423 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3424
3425         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3426         (elf_compile_to_ax): Likewise.
3427         * infrun.c (insert_exception_resume_from_probe): Likewise.
3428         (check_exception_resume): Remove `objfile' variable.
3429         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3430         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3431         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3432         (compare_entries): Rename to...
3433         (compare_probes): ...this.  Adjust function to work with
3434         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3435         respectively.
3436         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3437         `VEC (probe_p) *'.
3438         (print_ui_out_info): Adjust argument to be `struct probe *'.
3439         (info_probes_for_ops): Adjust internal computations to use
3440         `VEC (probe_p) *'.
3441         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3442         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3443         gen_info_probes_table_values>: Remove `objfile' argument.
3444         (struct probe) <objfile>: New field.
3445         (find_probe_by_pc): Remove `objfile' argument.
3446         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3447         (stap_get_probe_argument_count): Likewise.
3448         (stap_get_arg): Likewise.
3449         (stap_evaluate_probe_argument): Likewise.
3450         (stap_compile_to_ax): Likewise.
3451         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3452         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3453         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3454         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3455         sym_compile_to_ax>: Likewise.
3456
3457 2012-07-18  Terry Guo  <terry.guo@arm.com>
3458
3459         PR 14329
3460         * defs.h (GDB_MI_MSG_WIDTH): New.
3461         * ser_base (ser_base_read_error_fd): New function.
3462         (do_ser_base_readchar): Poll error file descriptor as well as
3463         standard output.
3464         (generic_readchar): Refactor error handling.
3465
3466 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3467
3468         * NEWS: Create a new section for the next release branch.
3469         Rename the section of the current branch, now that it has
3470         been cut.
3471
3472 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3473
3474         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3475         * version.in: Bump version to 7.5.50.20120718-cvs.
3476
3477 2012-07-17  Keith Seitz  <keiths@redhat.com>
3478
3479         * linespec.c (linespec_parse_line_offset): Make parameter
3480         const.
3481
3482 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3483
3484         PR 11914
3485         * f-valprint.c (info_common_command): New variable frame_id.
3486         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3487         * printcmd.c (print_variable_and_value): Extend function comment.
3488         Add comment for invalidated FRAME.
3489         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3490         FI form FRAME_ID after each print_frame_local_vars.
3491         (struct print_variable_and_value_data): Change frame to frame_id.
3492         (do_print_variable_and_value): New variable frame, initialize it from
3493         p->frame_id.  Add comment for invalidated FRAME.
3494         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3495         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3496         for invalidated FRAME.
3497
3498 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3499             Pedro Alves  <palves@redhat.com>
3500
3501         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3502         loop.
3503
3504 2012-07-16  Tom Tromey  <tromey@redhat.com>
3505
3506         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3507
3508 2012-07-15  Doug Evans  <dje@google.com>
3509
3510         * dwarf2read.c (stmt_list_hash): New struct.
3511         (type_unit_group): Embed "per_cu" member, remove pointer.
3512         New union member "t", move member "tus" into it, all uses updated.
3513         New member "hash", replaces member "line_offset, all uses updated.
3514         (quick_file_names): Replace member "offset" with "hash", all uses
3515         updated.
3516         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3517         (hash_file_name_entry, eq_file_name_entry): Call them.
3518         (hash_type_unit_group, eq_type_unit_group): Ditto.
3519         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3520         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3521         (dw2_get_file_names): Update.
3522         (create_type_unit_group): Replace "per_cu" arg with "cu".
3523         All callers updated.  Fix "quick" (.gdb_index) handling.
3524         (get_type_unit_group): Replace "per_cu" arg with "cu".
3525         All callers updated.
3526         (build_type_unit_groups): Don't reset tu_stats.
3527
3528         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3529         "tab_cur_size".  Change member "tab" to be a htab_t.
3530         (create_filename_seen_cache): Update.
3531         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3532         (filename_seen): Update.
3533
3534 2012-07-13  Doug Evans  <dje@google.com>
3535
3536         * symtab.c (filename_seen): Update comment.
3537
3538 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3539             Doug Evans  <dje@google.com>
3540
3541         * buildsym.c (end_symtab_1): Split it to ...
3542         (end_symtab_get_static_block): ... this ...
3543         (end_symtab_from_static_block): ... and this function.
3544         (end_symtab, end_expandable_symtab): Call them.
3545         * buildsym.h (end_symtab_get_static_block)
3546         (end_symtab_from_static_block): New declarations.
3547         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3548         Set its valid CU ranges.
3549
3550 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3551
3552         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3553         DW_OP_GNU_parameter_ref.
3554
3555 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3556
3557         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3558         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3559
3560 2012-07-13  Doug Evans  <dje@google.com>
3561
3562         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3563         (filename_seen_cache): New struct.
3564         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3565         (create_filename_seen_cache): New function.
3566         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3567         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3568         updated.
3569         (output_source_filename_data): New struct.
3570         (output_source_filename): Delete arg "first".  New arg "data".
3571         All callers updated.
3572         (sources_info): Delete local "first".  New locals "data", "cleanups".
3573         Rewrite to use filename_seen_cache.
3574         (add_partial_filename_data): Delete member "first".  New member
3575         "filename_seen_cache".  All uses updated.
3576         (make_source_files_completion_list): Rewrite to use
3577         filename_seen_cache.
3578
3579 2012-07-12  Doug Evans  <dje@google.com>
3580
3581         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3582
3583 2012-07-10  Doug Evans  <dje@google.com>
3584
3585         PR gdb/13498
3586         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3587         all_type_unit_groups, type_unit_groups, tu_stats.
3588         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3589         All uses updated.  Add type_unit_group to union "s".
3590         (type_unit_group): New struct.
3591         (IS_TYPE_UNIT_GROUP): New macro.
3592         (abbrev_table): Delete unused member "section".
3593         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3594         (dw2_get_cu): Assert not used with type_unit_group.
3595         (dw2_get_primary_cu): New function.
3596         (dw2_build_type_unit_groups_reader): New function.
3597         (dw2_build_type_unit_groups): New function.
3598         (dw2_get_file_names): Assert not called on type units.
3599         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3600         Redo loop to iterate over type unit groups instead of type units.
3601         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3602         (read_abbrev_offset): New function.
3603         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3604         updated.
3605         (create_partial_symtab): New function.
3606         (process_psymtab_comp_unit_reader): Assert not used with type units.
3607         Call create_partial_symtab.
3608         (process_psymtab_type_unit): Delete.
3609         (hash_type_unit_group, eq_type_unit_group): New functions.
3610         (allocate_type_unit_groups_table): New function.
3611         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3612         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3613         (create_type_unit_group, get_type_unit_group): New functions.
3614         (tu_abbrev_offset): New struct.
3615         (sort_tu_by_abbrev_offset): New function.
3616         (add_type_unit_group_to_table): New function.
3617         (build_type_unit_groups): New function.
3618         (build_type_psymtabs_reader): New function.
3619         (build_type_psymtab_dependencies): New function.
3620         (build_type_psymtabs): Rewrite.
3621         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3622         is seen in a type unit.
3623         (process_queue): Move symtab expansion debugging printfs here.
3624         Call process_full_type_unit for type units.
3625         (compute_symtab_includes): Assert not called for type units.
3626         (process_cu_includes): Don't call compute_symtab_includes for
3627         type units.
3628         (process_full_type_unit): New function.
3629         (process_imported_unit_die): Flag an error if called for type units.
3630         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3631         updated.  Assert not called for type units.
3632         (read_file_scope): Call dwarf2_start_symtab.
3633         (setup_type_unit_groups): New function.
3634         (read_type_unit_scope): Rewrite.
3635         (abbrev_table_read_table): Initialize abbrev_table->offset.
3636         (abbrev_table_free_cleanup): New function.
3637         (dwarf2_start_symtab): New function.
3638         (load_full_type_unit): Assert not called for type unit groups.
3639         * buildsym.c (finish_block_internal): New arg "expandable".
3640         All callers updated.
3641         (start_symtab): Move most contents to ...
3642         (restart_symtab): ... here.  New function.
3643         (reset_symtab_globals): New function.
3644         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3645         Call reset_symtab_globals.
3646         (end_symtab, end_expandable_symtab): New functions.
3647         (set_missing_symtab, augment_type_symtab): New functions.
3648         * buildsym.h (end_expandable_symtab): Declare.
3649         (augment_type_symtab, restart_symtab): Declare.
3650         * psympriv.h (struct partial_symtab): New member "anonymous".
3651         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3652         anonymous psymtabs.
3653         (read_psymtabs_with_filename): Ditto.
3654         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3655         (expand_symtabs_matching_via_partial): Ditto.
3656         (dump_psymtab): Update.
3657         * dictionary.c (dict_add_pending): New function.
3658         * dictionary.h (dict_add_pending): Declare.
3659
3660 2012-07-09  Doug Evans  <dje@google.com>
3661
3662         * buildsym.c (start_subfile): Remove unnecessary check for
3663         name == NULL.
3664
3665         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3666
3667         * dwarf2read.c (load_full_type_unit): Simplify.
3668
3669         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3670         to struct signatured_type **.  All uses updated.
3671
3672         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3673         All callers updated.
3674
3675 2012-07-09  Tom Tromey  <tromey@redhat.com>
3676
3677         * c-exp.y (check_parameter_typelist): New function.
3678         (parameter_typelist): Call it.
3679         * eval.c (make_params): Handle '(void)' case.
3680         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3681         '(void)' case.
3682
3683 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3684
3685         * common/linux-ptrace.c: Include gdb_assert.h.
3686         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3687         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3688         stdint.h.
3689         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3690         functions.
3691         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3692         * linux-nat.c (linux_child_post_attach)
3693         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3694
3695 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3696
3697         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3698         nptl <2.7 bug workaround for core files.
3699
3700 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3701
3702         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3703         clearing.
3704         (save_siginfo): Remove.
3705         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3706         call.
3707         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3708         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3709         * linux-nat.h (struct lwp_info): Remove field siginfo.
3710
3711 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3712
3713         Code cleanup for the next patch.
3714         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3715         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3716         call for it.
3717         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3718         (ia64_linux_stopped_data_address):
3719         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3720         the return value.
3721         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3722         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3723         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3724         call for it.
3725
3726 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3727
3728         PR 14321
3729         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3730         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3731
3732 2012-07-06  Tom Tromey  <tromey@redhat.com>
3733
3734         * c-exp.y (DOTDOTDOT): New token.
3735         (func_mod, exp): Use parameter_typelist.
3736         (parameter_typelist): New production.
3737         (tokentab3): Add "..." token.
3738         * eval.c (make_params): Handle varargs.
3739         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3740         varargs.
3741
3742 2012-07-06  Tom Tromey  <tromey@redhat.com>
3743
3744         PR exp/9608:
3745         * c-exp.y (%union) <tvec>: Change type.
3746         (func_mod): Now uses <tvec> type.
3747         (exp): Update for tvec change.
3748         (direct_abs_decl): Push the typelist.
3749         (func_mod): Return a typelist.
3750         (nonempty_typelist): Update for tvec change.
3751         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3752         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3753         * parse.c (pop_type_list): New function.
3754         (push_typelist): New function.
3755         (follow_types): Handle tp_function_with_arguments.
3756         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
3757         (enum type_pieces) <tp_function_with_arguments>: New constant.
3758         (union type_stack_elt) <typelist_val>: New field.
3759         (push_typelist): Declare.
3760
3761 2012-07-06  Tom Tromey  <tromey@redhat.com>
3762
3763         * c-exp.y (%union) <type_stack>: New field.
3764         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
3765         (ptr_operator_ts): New production.
3766         (ptype): Update.
3767         * parse.c (type_stack_reserve): New function.
3768         (check_type_stack_depth): Use it.
3769         (pop_type_stack, append_type_stack, push_type_stack)
3770         (get_type_stack, type_stack_cleanup): New functions.
3771         (follow_types): Handle tp_type_stack.
3772         (_initialize_parse): Simplify initialization.
3773         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3774         constant.
3775         (union type_stack_elt) <stack_val>: New field.
3776         (get_type_stack, append_type_stack, push_type_stack)
3777         (type_stack_cleanup): Declare.
3778
3779 2012-07-06  Tom Tromey  <tromey@redhat.com>
3780
3781         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3782         Remove.
3783         (struct type_stack): New.
3784         * parse.c (type_stack, type_stack_size, type_stack_depth):
3785         Remove.
3786         (type_stack): New global.
3787         (parse_exp_in_context, check_type_stack_depth)
3788         (insert_into_type_stack, insert_type, push_type, push_type_int)
3789         (insert_type_address_space, pop_type, pop_type_int)
3790         (_initialize_parse): Update.
3791
3792 2012-07-06  Tom Tromey  <tromey@redhat.com>
3793
3794         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3795         Remove %type.
3796
3797 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3798
3799         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3800
3801 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3802             Jan Kratochvil  <jan.kratochvil@redhat.com>
3803
3804         * cp-valprint.c (cp_print_value): Replace potentially unsafe
3805         alloca with xmalloc/xfree.
3806
3807 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3808
3809         * MAINTAINERS (Write After Approval): Add myself to the list.
3810
3811 2012-07-05  Doug Evans  <dje@google.com>
3812
3813         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3814
3815 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3816
3817         * ax-gdb.c (cli/cli-utils.h): New include.
3818         (linespec.h): Ditto.
3819         (agent_eval_command_one): New function.
3820         (agent_command_1): Ditto.
3821         (agent_command): Call function agent_command_1.
3822         (agent_eval_command): Ditto.
3823         (_initialize_ax_gdb): Change help for "maint agent"
3824         and "maint agent-eval".
3825
3826 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3827
3828         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3829         * cli/cli-utils.c (check_for_argument): New function.
3830         * cli/cli-utils.h (check_for_argument): Ditto.
3831
3832 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3833
3834         * NEWS: Mention x32 ABI support.
3835
3836 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3837
3838         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3839         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3840
3841         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3842         and pc_regnum_from_eax to -1.  Update SP regnum from
3843         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3844         needed.
3845
3846         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3847         pc_regnum_from_eax.
3848
3849 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3850
3851         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3852         * dwarf2expr.h: Include gdbtypes.h.
3853         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3854         these forward declarations.
3855         (cu_offset, sect_offset): Move these ...
3856         * gdbtypes.h: Remove include dwarf2expr.h.
3857         (cu_offset, sect_offset): ... here.
3858
3859 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
3860
3861         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3862         (amd64_linux_sigtramp_code): This.
3863         (amd64_x32_linux_sigtramp_code): New.
3864         (LINUX_SIGTRAMP_LEN): Updated.
3865         (amd64_linux_sigtramp_start): Check x32 sigtramp.
3866
3867 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3868
3869         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3870
3871 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3872
3873         * config.in: Regenerate.
3874         * configure: Regenerate.
3875         * configure.ac: Remove check for gnu/libc-version.h.
3876         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3877         gnu/libc-version.h.
3878         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3879         variables libc_version, libc_major and libc_minor.  Replace sscanf by
3880         inferior_has_bug.  Extend the comment.
3881
3882 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3883
3884         * linux-thread-db.c (inferior_has_bug): New function.
3885         (thread_db_find_new_threads_silently): Return boolean as checked by
3886         inferior_has_bug, describe it in the comments.
3887         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3888         earlier.  Abort the initialization if it returned non-zero.
3889         (thread_db_new_objfile): Exclude debug files.
3890         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
3891         if UNTIL_NO_NEW,
3892
3893 2012-07-02  Doug Evans  <dje@google.com>
3894
3895         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3896         related to queue management.
3897
3898         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3899         instead of "debug dwarf2-die" in debugging printfs.
3900         (create_debug_info_hash_table_reader): Ditto.
3901         (create_debug_info_hash_table): Ditto.
3902         (init_dwo_file): Ditto.
3903         (init_cutu_and_read_dies): Add debugging printf.
3904         (init_cutu_and_read_dies_no_follow): Ditto.
3905         (process_psymtab_comp_unit_reader): Ditto.
3906
3907 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3908
3909         Add target-side support for dynamic printf.
3910         * NEWS: Mention the additional style.
3911         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3912         (struct bp_location): New field cmd_bytecode.
3913         * breakpoint.c: Include format.h.
3914         (disconnected_dprintf): New global.
3915         (parse_cmd_to_aexpr): New function.
3916         (build_target_command_list): New function.
3917         (insert_bp_location): Call it.
3918         (remove_breakpoints_pid): Skip dprintf breakpoints.
3919         (print_one_breakpoint_location): Ditto.
3920         (dprintf_style_agent): New global.
3921         (dprintf_style_enums): Add dprintf_style_agent.
3922         (update_dprintf_command_list): Add agent case.
3923         (agent_printf_command): New function.
3924         (_initialize_breakpoint): Add new commands.
3925         * common/ax.def (printf): New bytecode.
3926         * ax.h (ax_string): Declare.
3927         * ax-gdb.h (gen_printf): Declare.
3928         * ax-gdb.c: Include cli-utils.h, format.h.
3929         (gen_printf): New function.
3930         (maint_agent_print_command): New function.
3931         (_initialize_ax_gdb): Add maint agent-printf command.
3932         * ax-general.c (ax_string): New function.
3933         (ax_print): Add printf disassembly.
3934         * Makefile.in (SFILES): Add format.c
3935         (COMMON_OBS): Add format.o.
3936         * common/format.h: New file.
3937         * common/format.c: New file.
3938         * printcmd.c: Include format.h.
3939         (ui_printf): Call parse_format_string.
3940         * remote.c (remote_state): New field breakpoint_commands.
3941         (PACKET_BreakpointCommands): New enum.
3942         (remote_breakpoint_commands_feature): New function.
3943         (remote_protocol_features): Add new BreakpointCommands entry.
3944         (remote_can_run_breakpoint_commands): New function.
3945         (remote_add_target_side_commands): New function.
3946         (remote_insert_breakpoint): Call it.
3947         (remote_insert_hw_breakpoint): Ditto.
3948         (_initialize_remote): Add new packet configuration for
3949         target-side breakpoint commands.
3950         * target.h (struct target_ops): New field
3951         to_can_run_breakpoint_commands.
3952         (target_can_run_breakpoint_commands): New macro.
3953         * target.c (update_current_target): Handle
3954         to_can_run_breakpoint_commands.
3955
3956 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3957
3958         Execute -ix and -iex only after system and user gdbinit files.
3959         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3960         processing down after gdbinit files.
3961
3962 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3963
3964         Add fnmatch-gnu module.
3965         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3966         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3967         * gnulib/aclocal.m4: Regenerate.
3968         * gnulib/config.in: Regenerate.
3969         * gnulib/configure: Regenerate.
3970         * gnulib/import/dummy.c: Remove.
3971         * gnulib/import/Makefile.am: Regenerate.
3972         * gnulib/import/Makefile.in: Likewise.
3973         * gnulib/import/m4/gnulib-cache.m4: Likewise.
3974         * gnulib/import/m4/gnulib-comp.m4: Likewise.
3975         * gnulib/import/alloca.c: New file.
3976         * gnulib/import/alloca.in.h: Likewise.
3977         * gnulib/import/config.charset: Likewise.
3978         * gnulib/import/fnmatch.c: Likewise.
3979         * gnulib/import/fnmatch.in.h: Likewise.
3980         * gnulib/import/fnmatch_loop.c: Likewise.
3981         * gnulib/import/localcharset.c: Likewise.
3982         * gnulib/import/localcharset.h: Likewise.
3983         * gnulib/import/m4/alloca.m4: Likewise.
3984         * gnulib/import/m4/codeset.m4: Likewise.
3985         * gnulib/import/m4/configmake.m4: Likewise.
3986         * gnulib/import/m4/fcntl-o.m4: Likewise.
3987         * gnulib/import/m4/fnmatch.m4: Likewise.
3988         * gnulib/import/m4/glibc21.m4: Likewise.
3989         * gnulib/import/m4/localcharset.m4: Likewise.
3990         * gnulib/import/m4/locale-fr.m4: Likewise.
3991         * gnulib/import/m4/locale-ja.m4: Likewise.
3992         * gnulib/import/m4/locale-zh.m4: Likewise.
3993         * gnulib/import/m4/mbrtowc.m4: Likewise.
3994         * gnulib/import/m4/mbsinit.m4: Likewise.
3995         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3996         * gnulib/import/m4/mbstate_t.m4: Likewise.
3997         * gnulib/import/m4/stdbool.m4: Likewise.
3998         * gnulib/import/m4/wchar_h.m4: Likewise.
3999         * gnulib/import/m4/wctype_h.m4: Likewise.
4000         * gnulib/import/m4/wint_t.m4: Likewise.
4001         * gnulib/import/mbrtowc.c: Likewise.
4002         * gnulib/import/mbsinit.c: Likewise.
4003         * gnulib/import/mbsrtowcs-impl.h: Likewise.
4004         * gnulib/import/mbsrtowcs-state.c: Likewise.
4005         * gnulib/import/mbsrtowcs.c: Likewise.
4006         * gnulib/import/ref-add.sin: Likewise.
4007         * gnulib/import/ref-del.sin: Likewise.
4008         * gnulib/import/stdbool.in.h: Likewise.
4009         * gnulib/import/streq.h: Likewise.
4010         * gnulib/import/strnlen1.c: Likewise.
4011         * gnulib/import/strnlen1.h: Likewise.
4012         * gnulib/import/verify.h: Likewise.
4013         * gnulib/import/wchar.in.h: Likewise.
4014         * gnulib/import/wctype.in.h: Likewise.
4015
4016 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4017
4018         Support shell wildcards for 'set auto-load safe-path'.
4019         * auto-load.c: Include fnmatch.h.
4020         (filename_is_in_dir): Rename to ...
4021         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4022         it.  Update function comment.  Rename dir_len to pattern_len.  New
4023         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
4024         messages.  Use gdb_filename_fnmatch.
4025         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4026         pattern.
4027         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4028         * defs.h (gdb_filename_fnmatch): New declaration.
4029         * utils.c: Include fnmatch.h.
4030         (gdb_filename_fnmatch): New function.
4031
4032 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4033
4034         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4035         `-probe' and `-probe-stap' options.
4036
4037 2012-07-01  Yao Qi  <yao@codesourcery.com>
4038
4039         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4040         always_inserted_off, and always_inserted_enums.
4041         Change always_inserted_mode's type to 'enum auto_boolean'.
4042         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4043         callers.
4044         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4045         of add_setshow_enum_cmd.
4046         * infrun.c: Remove can_use_displaced_stepping_auto,
4047         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4048         can_use_displaced_stepping_enum.
4049         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4050         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4051         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4052         add_setshow_enum_cmd.
4053
4054 2012-06-30  Doug Evans  <dje@google.com>
4055
4056         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4057         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4058         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4059
4060 2012-06-29  Doug Evans  <dje@google.com>
4061
4062         * linespec.c: #include "stack.h".
4063         (decode_line_with_current_source): Moved here from symtab.c and
4064         renamed from decode_line_spec.  All callers updated.
4065         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4066         renamed from decode_line_spec_1.  All callers updated.
4067         * linespec.h (decode_line_with_current_source): Move declaration here
4068         from symtab.h and renamed from decode_line_spec.
4069         (decode_line_with_last_displayed): Move declaration here from symtab.h
4070         and renamed from decode_line_spec_1.
4071         * macrocmd.c: #include "linespec.h".
4072         * symtab.c: Remove #include "linespec.h".
4073
4074 2012-06-28  Doug Evans  <dje@google.com>
4075
4076         * dwarf2read.c (get_cu_length): New function.
4077         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4078         (create_debug_types_hash_table): Ditto.
4079         (init_cutu_and_read_dies): Ditto.
4080         (init_cutu_and_read_dies_no_follow): Ditto.
4081
4082         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4083
4084         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4085         (struct abbrev_table): Define.
4086         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4087         abbrev_table.
4088         (init_cutu_and_read_dies): Update.
4089         (abbrev_table_alloc_abbrev): New function.  Replaces
4090         dwarf_alloc_abbrev.  All callers updated.
4091         (abbrev_table_add_abbrev): New function.
4092         (abbrev_table_lookup_abbrev): New function.  Replaces
4093         dwarf2_lookup_abbrev.  All callers updated.
4094         (abbrev_table_read_table): New function.  Contents moved here from
4095         dwarf2_read_abbrevs.
4096         (dwarf2_read_abbrevs): Call it.
4097         (abbrev_table_free): New function.
4098         (dwarf2_free_abbrev_table): Call it.
4099
4100 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4101
4102         * osdata.c (info_osdata_command): Filter out "Title" columns
4103         from non-MI uses.
4104         * common/linux-osdata.c (struct osdata_type): Add title field.
4105         (osdata_table): Add titles to each entry.
4106         (linux_command_xfer_osdata): Add a column for title data.
4107
4108 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4109
4110         Make logging work for MI.
4111         * NEWS: Mention it.
4112         * interps.h (interp_set_logging_ftype): New typedef.
4113         (struct interp_procs): New field set_logging_proc.
4114         (current_interp_set_logging): Declare.
4115         * interps.c (current_interp_set_logging): New function.
4116         * cli/cli-logging.c: Include interps.h.
4117         (set_logging_redirect): Call current_interp_set_logging.
4118         (pop_output_files): Ditto.
4119         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4120         * mi/mi-console.h (mi_console_set_raw): Declare.
4121         * mi/mi-console.c (mi_console_set_raw): New function.
4122         * mi/mi-interp.c (saved_raw_stdout): New global.
4123         (mi_set_logging): New function.
4124         (_initialize_mi_interp): Add it to interp procs.
4125
4126 2012-06-28  Doug Evans  <dje@google.com>
4127
4128         * symtab.c (lookup_symbol_aux_objfile): Use
4129         ALL_OBJFILE_PRIMARY_SYMTABS.
4130
4131         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4132
4133 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4134
4135         * common/buffer.c: Include inttypes.h and stdint.h.
4136         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4137
4138 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4139             Pedro Alves  <palves@redhat.com>
4140
4141         * gdbthread.h (ALL_THREADS): New macro.
4142         (thread_list): Declare.
4143         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4144         going, but instead fall through to the stepping handling.
4145         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4146         the passed in signal.  Adjust debug output.
4147         (resume_callback): Rename to ...
4148         (linux_nat_resume_callback): ... this.  Pass the thread's last
4149         stop signal, if in "pass" state.
4150         (linux_nat_resume): Adjust to rename.
4151         (stop_wait_callback): New assertion.  Don't respawn signals;
4152         instead let the LWP remain with SIGNALLED set.
4153         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4154         * remote.c (append_pending_thread_resumptions): New.
4155         (remote_vcont_resume): Call it.
4156         * target.h (target_resume): Extend comment.
4157
4158 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4159
4160         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4161
4162 2012-06-27  Doug Evans  <dje@google.com>
4163
4164         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4165         Delete have_addr_base, unused.  All uses updated.
4166         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4167         (dwarf2_get_pc_bounds): Add ranges_base.
4168         (dwarf2_record_block_ranges): Ditto.
4169
4170 2012-06-27  Tom Tromey  <tromey@redhat.com>
4171
4172         PR macros/7961:
4173         * varobj.c (varobj_create): Update.
4174         (varobj_set_value): Update.
4175         * tracepoint.c (validate_actionline): Update.
4176         (encode_actions_1): Update.
4177         * parse.c (parse_exp_1): Add 'pc' argument.
4178         (parse_exp_in_context): Add 'pc' argument.  Change how
4179         expression_context_pc is set.
4180         (parse_expression): Update.
4181         (parse_field_expression): Update.
4182         * expression.h (parse_exp_1): Update.
4183         * eval.c (parse_to_comma_and_eval): Update.
4184         * breakpoint.c (set_breakpoint_condition): Update.
4185         (update_watchpoint): Update.
4186         (init_breakpoint_sal): Update
4187         (find_condition_and_thread): Update.
4188         (watch_command_1): Update.
4189         (update_breakpoint_locations): Update.
4190         * ada-lang.c (ada_read_renaming_var_value): Update.
4191         (create_excep_cond_exprs): Update.
4192
4193 2012-06-27  Doug Evans  <dje@google.com>
4194
4195         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4196         type units.
4197
4198 2012-06-26  Doug Evans  <dje@google.com>
4199
4200         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4201         prototype.
4202         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4203         updated.
4204         (read_and_check_comp_unit_head): Ditto.
4205         (read_and_check_type_unit_head): Ditto.
4206
4207 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4208
4209         New attribute 'last' for gdb.Symtab_and_line.
4210         * NEWS (Python Scripting): Add entry about the new attribute.
4211         * python/py-symtab.c (salpy_get_last): New function which
4212         implements the get method for the 'last' attribute of
4213         gdb.Symtab_and_line.
4214         (sal_object_getset): Add entry for the 'last' attribute.
4215
4216 2012-06-26  Doug Evans  <dje@google.com>
4217
4218         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4219         (dwo_sections): Add macinfo, macro.
4220         (dwarf2_locate_dwo_sections): Watch for macro sections.
4221         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4222         All callers updated.  Handle DWO files.
4223
4224         * NEWS: Mention new options "set debug dwarf2-read" and
4225         "set debug symtab-create".
4226         * dwarf2read.c (dwarf2_read_debug): New static global.
4227         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4228         (process_queue): Ditto.
4229         (process_full_comp_unit): Ditto.
4230         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4231         * elfread.c (elf_symfile_read): Add debugging printf.
4232         * minsyms.c (install_minimal_symbols): Ditto.
4233         * psymtab.c (allocate_psymtab): Ditto.
4234         * symfile.c (allocate_symtab): Ditto.
4235         * symtab.c (symtab_create_debug): New global.
4236         (_initialize_symtab): Add new option "set debug symtab-create".
4237         * symtab.h (symtab_create_debug): Declare.
4238
4239         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4240         (lookup_dwo_type_unit): Ditto.
4241
4242 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4243             H.J. Lu  <hongjiu.lu@intel.com>
4244
4245         * amd64-linux-nat.c: Include <sys/user.h>.
4246         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4247         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4248         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4249
4250         * configure.ac: Check if the fs_base and gs_base members of
4251         `struct user_regs_struct' exist.
4252         * config.in: Regenerated.
4253         * configure: Likewise.
4254
4255 2012-06-25  Michael Eager  <eager@eagercon.com>
4256
4257         PR python/14291
4258         * python/python.c (gdbpy_write): Check for interrupted output.
4259
4260 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4261
4262         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4263         register as a stack alignment in ARM mode.
4264
4265 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4266
4267         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4268         * gnulib/config.in: Regenerate.
4269         * gnulib/configure: Likewise.
4270         * gnulib/import/m4/extensions.m4: Update it.
4271         * gnulib/import/m4/gnulib-common.m4: Likewise.
4272         * gnulib/import/m4/memmem.m4: Likewise.
4273         * gnulib/import/m4/mmap-anon.m4: Likewise.
4274         * gnulib/import/m4/multiarch.m4: Likewise.
4275         * gnulib/import/stdint.in.h: Likewise.
4276
4277 2012-06-24  Yao Qi  <yao@codesourcery.com>
4278
4279         * corefile.c (write_memory_with_notification): New.
4280         * gdbcore.h: Declare write_memory_with_notification.
4281         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4282         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4283         * valops.c (value_assign): Likewise.
4284         * python/py-inferior.c (infpy_write_memory): Call
4285         'write_memory_with_notification'.
4286
4287 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4288
4289         * cc-with-index.sh: Use also -ex "set auto-load no".
4290
4291 2012-06-23  Doug Evans  <dje@google.com>
4292
4293         PR 14125
4294         * NEWS: Document additions to .gdb_index.
4295         * dwarf2read.c: #include "gdb/gdb-index.h".
4296         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4297         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4298         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4299         (dwarf2_read_index): Recognize version 7.
4300         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4301         block_kind, domain): All callers updated.
4302         (dw2_find_symbol_file): Handle new index CU values.
4303         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4304         (add_index_entry): New args is_static, kind.  All callers updated.
4305         (offset_type_compare, uniquify_cu_indices): New functions
4306         (symbol_kind): New function.
4307         (write_psymtabs_to_index): Remove duplicate CU values.
4308         (write_psymtabs_to_index): Write .gdb_index version 7.
4309
4310 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4311
4312         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4313         * configure: Regenerate.
4314
4315 2012-06-20  Yao Qi  <yao@codesourcery.com>
4316
4317         * python/py-inferior.c: Update comments of infpy_read_memory
4318         and infpy_write_memory.
4319
4320 2012-06-19  Tom Tromey  <tromey@redhat.com>
4321
4322         PR exp/9514:
4323         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4324         (push_type_address_space): Remove.
4325         * parse.c (insert_into_type_stack): New function.
4326         (insert_type): Likewise.
4327         (insert_type_address_space): Rename from push_type_address_space.
4328         Insert tp_space_identifier.
4329         * c-exp.y (ptr_operator): New production.
4330         (abs_decl): Use ptr_operator.
4331         (space_identifier): Call insert_type_address_space.
4332         (ptype): Don't use const_or_volatile_or_space_identifier.
4333         (const_or_volatile_noopt): Call insert_type.
4334         (conversion_type_id, conversion_declarator): New productions.
4335         (operator): Use conversion_type_id.
4336
4337 2012-06-18  Doug Evans  <dje@google.com>
4338
4339         * symtab.h (minimal_symbol): New member created_by_gdb.
4340         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4341         created by gdb.
4342         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4343         (search_symbols): Call it instead of lookup_symbol.
4344         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4345
4346         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4347         Adjust address for DW_OP_GNU_addr_index.
4348         * dwarf2expr.h (dwarf_expr_context): Update comment.
4349         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4350         all callers updated.  Handle TLS vars described with
4351         DW_OP_GNU_const_index.
4352         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4353         and DW_OP_GNU_const_index.
4354         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4355
4356         * block.c (find_block_in_blockvector): Make explicit the fact that we
4357         ignore GLOBAL_BLOCK.
4358
4359 2012-06-18  Tom Tromey  <tromey@redhat.com>
4360
4361         * c-exp.y (operator): Remove trailing space after "delete" and
4362         "delete[]".
4363
4364 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4365             Jan Kratochvil  <jan.kratochvil@redhat.com>
4366
4367         Switch i386 and derived targets to ON_STACK.
4368         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4369         (amd64_dicos_init_abi): Remove its installment.
4370         * dicos-tdep.c (dicos_init_abi): Remove the
4371         set_gdbarch_call_dummy_location call.  Update the comment here.
4372         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4373         (i386_dicos_init_abi): Remove its installment.
4374         * i386-tdep.c (i386_push_dummy_code): New function.
4375         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4376         i386_push_dummy_code.
4377
4378 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4379
4380         Remove stale dummy frames.
4381         * breakpoint.c: Include dummy-frame.h.
4382         (longjmp_breakpoint_ops): New variable.
4383         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4384         bp_longjmp_call_dummy.
4385         (bpstat_what, bptype_string, print_one_breakpoint_location)
4386         (init_bp_location): Support bp_longjmp_call_dummy.
4387         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4388         (set_longjmp_breakpoint_for_call_dummy)
4389         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4390         functions.
4391         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4392         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4393         FIXME comment and extend the other comment for bp_call_dummy.
4394         (set_longjmp_breakpoint_for_call_dummy)
4395         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4396         * dummy-frame.c: Include gdbthread.h.
4397         (pop_dummy_frame_bpt): New function.
4398         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4399         (dummy_frame_discard): New function.
4400         (cleanup_dummy_frames): Update the comment about longjmps.
4401         * dummy-frame.h (dummy_frame_discard): New declaration.
4402         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4403         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4404         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4405         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4406         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4407         keep_going if IS_LONGJMP and there is no other reason to stop.
4408
4409 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4410
4411         * remote-sim.c (sim_command_completer): Initialize
4412         variable 'result'.
4413
4414 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4415
4416         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4417         * dwarf2loc.c (call_site_parameter_matches): Support
4418         CALL_SITE_PARAMETER_PARAM_OFFSET.
4419         (needs_dwarf_reg_entry_value): Push stub value.
4420         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4421         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4422         * gdbtypes.h (enum call_site_parameter_kind): New item
4423         CALL_SITE_PARAMETER_PARAM_OFFSET.
4424         (struct call_site.parameter.u): New field param_offset.
4425
4426 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4427
4428         Code cleanup: Generalize call_site.parameter key.
4429         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4430         variable dwarf_reg.  New variable kind_u.  Update parameters to
4431         push_dwarf_reg_entry_value.
4432         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4433         * dwarf2expr.h (enum call_site_parameter_kind)
4434         (union call_site_parameter_u): Forward declarations.
4435         (struct dwarf_expr_context_funcs): Update parameters and their
4436         description for push_dwarf_reg_entry_value.
4437         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4438         * dwarf2loc.c (call_site_parameter_matches): New function.
4439         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4440         description.  Use call_site_parameter_matches.
4441         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4442         Update parameters and their description.
4443         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4444         New variable kind_u.  Adjust the caller for updated parameters.
4445         (needs_dwarf_reg_entry_value): Update parameters.
4446         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4447         instead of attr.  Update for the changed fields of struct
4448         call_site_parameter.
4449         * gdbtypes.h: Include dwarf2expr.h.
4450         (enum call_site_parameter_kind): New.
4451         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4452         fb_offset into new union u.
4453
4454 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4455
4456         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4457         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4458         for x32.
4459
4460 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4461
4462         * amd64-linux-nat.c (compat_x32_clock_t): New.
4463         (compat_x32_siginfo_t): Likewise.
4464         (compat_x32_siginfo_from_siginfo): Likewise.
4465         (siginfo_from_compat_x32_siginfo): Likewise.
4466         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4467         and siginfo_from_compat_x32_siginfo for x32.
4468
4469 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4470
4471         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4472
4473 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4474
4475         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4476         instead of gdbarch_ptr_bit.
4477         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4478         (amd64_supply_native_gregset): Likewise.
4479         (amd64_collect_native_gregset): Likewise.
4480         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4481         (amd64_supply_xsave): Likewise.
4482         (amd64_collect_fxsave): Likewise.
4483         (amd64_collect_xsave): Likewise.
4484
4485 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4486
4487         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4488         (amd64_linux_read_description): Check DS segment register for
4489         x32 process.
4490
4491 2012-06-15  Tom Tromey  <tromey@redhat.com>
4492
4493         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4494         init_cutu_and_read_dies.
4495
4496 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4497
4498         * MAINTAINERS (Write After Approval): Add myself to the list.
4499
4500 2012-06-15  Tom Tromey  <tromey@redhat.com>
4501
4502         * valops.c (value_find_oload_method_list): Now static.
4503         * value.h (value_find_oload_method_list): Don't declare.
4504
4505 2012-06-15  Tom Tromey  <tromey@redhat.com>
4506
4507         * valops.c (find_overload_match): Use value_ind.
4508
4509 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4510
4511         * infrun.c (handle_inferior_event): Correct indentation.
4512
4513 2012-06-14  Doug Evans  <dje@google.com>
4514
4515         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4516         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4517         All uses updated.
4518         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4519         updated.  Handle DEBUG_LOC_START_LENGTH.
4520         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4521         (loclist_describe_location): Ditto.
4522
4523 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4524
4525         PR backtrace/13866
4526         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4527         after hiding inline functions.
4528
4529 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4530
4531         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4532         _initialize_inf_ttrace.
4533
4534 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4535
4536         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4537         _initialize_hppa_hpux_nat.
4538
4539 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4540
4541         * remote-sim.c (sim_command_completer): Change type of return
4542         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4543
4544 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4545             Jan Kratochvil  <jan.kratochvil@redhat.com>
4546
4547         PR tdep/14222
4548         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4549         stack on a 16-byte boundary.
4550
4551 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4552
4553         * jit.c (finalize_symtab): Set function's return type to 'void' by
4554         default.
4555
4556 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4557             H.J. Lu  <hongjiu.lu@intel.com>
4558
4559         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4560         Move bits common to both the classic LP64 and the new x32 ILP32
4561         ABI here.
4562         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4563         (amd64_x32_linux_init_abi): New function.
4564         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4565         subtype.
4566
4567         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4568         * i386-tdep.c (i386_pseudo_register_name): Make public.
4569         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4570         * amd64-tdep.c (amd64_dword_names): Add "eip".
4571         (amd64_x32_pseudo_register_type): New function
4572         (amd64_x32_init_abi): New function.
4573
4574 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4575
4576         PR build/14003
4577         * inferior.h (struct inferior_suspend_state): Comment out.
4578         (struct inferior): Comment out the field suspend.
4579         * infrun.c (struct infcall_suspend_state): Comment out the field
4580         inferior_suspend.
4581         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4582         out its assignment.
4583
4584 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4585
4586         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4587         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4588         function comment.  Return ERROR for unresolved cases.  Implement
4589         returning proper NAME.
4590         (yylex): Accept also NAME from classify_inner_name.
4591         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4592         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4593         LOC_TYPEDEF type.
4594         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4595
4596 2012-06-13  Tom Tromey  <tromey@redhat.com>
4597
4598         * breakpoint.c (condition_completer): New function.
4599         (_initialize_breakpoint): Use it.
4600         * value.c (complete_internalvar): New function.
4601         * value.h (complete_internalvar): Declare.
4602
4603 2012-06-13  Tom Tromey  <tromey@redhat.com>
4604
4605         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4606         * breakpoint.c (catch_syscall_completer): Return a VEC.
4607         * cli/cli-cmds.c (complete_command): Update.
4608         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4609         (complete_on_enum): Likewise.
4610         * command.h: Include gdb_vecs.h.
4611         (completer_ftype): Change return type.
4612         (complete_on_cmdlist, complete_on_enum): Likewise.
4613         * completer.c (noop_completer, filename_completer)
4614         (location_completer): Return a VEC.
4615         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4616         to a VEC.
4617         (expression_completer, complete_line_internal, complete_line)
4618         (command_completer): Return a VEC.
4619         (gdb_completion_word_break_characters, line_completion_function):
4620         Update.
4621         * completer.h: Include gdb_vecs.h.
4622         (complete_line, noop_completer, filename_completer)
4623         (expression_completer, location_completer, command_completer):
4624         Update.
4625         * f-lang.c (f_word_break_characters): Return a VEC.
4626         * interps.c (interpreter_completer): Return a VEC.
4627         * language.h (struct language_defn)
4628         <la_make_symbol_completion_list>: Return a VEC.
4629         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4630         * symtab.c (free_completion_list): Take a VEC.
4631         (return_val_size, return_val_index): Remove.
4632         (return_val): Now a VEC.
4633         (completion_list_add_name): Update.
4634         (default_make_symbol_completion_list_break_on)
4635         (default_make_symbol_completion_list, make_symbol_completion_list)
4636         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4637         Return a VEC.
4638         (add_filename_to_list): Update.
4639         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4640         <list>: Now a VEC.
4641         (maybe_add_partial_symtab_filename): Update.
4642         (make_source_files_completion_list): Return a VEC.
4643         * symtab.h (default_make_symbol_completion_list_break_on)
4644         (default_make_symbol_completion_list, make_symbol_completion_list)
4645         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4646         (make_source_files_completion_list): Update.
4647
4648 2012-06-13  Tom Tromey  <tromey@redhat.com>
4649
4650         * breakpoint.c (add_catch_command): Use completer_ftype.
4651         * breakpoint.h: Include command.h.
4652         (add_catch_command): Use completer_ftype.
4653         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4654         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4655         Use completer_ftype.
4656         * command.h (completer_ftype): New typedef.
4657         (set_cmd_completer): Use it.
4658         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4659         completer_ftype.
4660
4661 2012-06-13  Pedro Alves  <palves@redhat.com>
4662
4663         Partial revert of previous change.
4664
4665         * serial.c (scb_base): New global.
4666         (serial_for_fd): New.
4667         (serial_open, serial_fdopen_ops): Link new serial in open serials
4668         chain.
4669         (do_serial_close): Unlink serial from the open serials chain.
4670
4671 2012-06-12  Pedro Alves  <palves@redhat.com>
4672
4673         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4674         threads here.
4675         (prepare_for_detach): No longer context switch here in non-stop
4676         mode.
4677         (fetch_inferior_event): Ditto.
4678         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4679         to the event thread before removing breakpoints.  Switch to the
4680         event thread before inserting breakpoints and resuming.
4681         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4682         event thread before resuming.
4683         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4684         Switch to the event thread before removing breakpoints.
4685
4686 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4687
4688         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4689         special characters correctly for the Windows shells.  See
4690         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4691         report.
4692         [!__MINGW32__]: Remove extra double quote character from special
4693         characters.
4694
4695 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4696
4697         * ui-out.h: Remove #if 0 declarations.
4698         * ui-out.c: Remove #if 0 functions.
4699
4700 2012-06-11  Pedro Alves  <palves@redhat.com>
4701
4702         * ser-base.c (run_async_handler_and_reschedule): New.
4703         (fd_event, push_event): Use it.
4704         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4705         reference count to 1.
4706         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4707         instead of xfree.
4708         (serial_is_open, serial_ref, serial_unref): New.
4709         * serial.h (serial_open): Adjust comment.
4710         (serial_is_open): Declare.
4711         (serial_close): Adjust comment.
4712         (serial_ref, serial_unref) Declare.
4713         (struct serial): New field 'refcnt'.
4714
4715 2012-06-11  Pedro Alves  <palves@redhat.com>
4716
4717         Remove #if 0'd "connect" command, and unnecessary associated
4718         refcounting and serial reuse bits.
4719
4720         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4721         * serial.c (last_serial_opened): Delete.
4722         (scb_base): Delete.
4723         (serial_open): Adjust.
4724         (serial_for_fd): Delete.
4725         (serial_fdopen_ops, do_serial_close): Adjust.
4726         (serial_fdopen_ops): Adjust.
4727
4728 2012-06-11  Pedro Alves  <palves@redhat.com>
4729
4730         * serial.c (do_serial_close): Remove early return when SCB is
4731         null.
4732
4733 2012-06-11  Tom Tromey  <tromey@redhat.com>
4734
4735         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4736
4737 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4738
4739         Fix regression by the "ambiguous linespec" series.
4740         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4741         get_last_displayed_symtab and get_last_displayed_line and depending
4742         on CURSAL.
4743
4744 2012-06-11  Tom Tromey  <tromey@redhat.com>
4745
4746         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4747         (dw2_find_symbol_file): Use it.
4748
4749 2012-06-11  Michael Eager  <eager@eagercon.com>
4750
4751         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4752         * mips-linux-tdep.h (mips_signals): New
4753
4754 2012-06-11  Tom Tromey  <tromey@redhat.com>
4755
4756         * infrun.c (handle_inferior_event)
4757         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4758         breakpoint.
4759         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4760         exception logic in all cases.  Update comments.
4761         (insert_longjmp_resume_breakpoint): Set the exception resume
4762         breakpoint.
4763
4764 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4765
4766         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4767
4768 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
4769
4770         * valarith.c (binop_types_user_defined_p): Fix a typo.
4771
4772 2012-06-08  Yao Qi  <yao@codesourcery.com>
4773             Chung-Lin Tang <cltang@codesourcery.com>
4774
4775         * arch-utils.c (default_return_in_first_hidden_param_p): New.
4776         * arch-utils.h: Declare.
4777         * gdbarch.sh: Add return_in_first_hidden_param_p.
4778         * gdbarch.c, gdbarch.h: Regenerated.
4779         * infcall.c (call_function_by_hand): Call
4780         gdbarch_return_in_first_hidden_param_p instead of
4781         language_pass_by_reference.
4782
4783         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4784         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4785         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4786         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4787         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4788         `cplus_return_struct_by_reference'.
4789         (tic6x_return_value): Handle language cplusplus.
4790         (tic6x_return_in_first_hidden_param_p): New.
4791         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4792
4793 2012-06-07  Doug Evans  <dje@google.com>
4794
4795         * dwarf2read.c (dwarf2_cu): Add comment.
4796
4797 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4798
4799         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4800         variable.
4801         (mips_eabi_push_dummy_call): Likewise.
4802         (mips_n32n64_push_dummy_call): Likewise.
4803         (mips_o32_push_dummy_call): Likewise.
4804         (mips_o64_push_dummy_call): Likewise.
4805
4806 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4807
4808         * mips-tdep.c (mips_convert_register_p): Correct coding style.
4809
4810 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4811
4812         * mips-tdep.c (mips_pseudo_register_type): Use
4813         mips_float_register_p.
4814
4815 2012-06-06  Pedro Alves  <palves@redhat.com>
4816
4817         * infrun.c (handle_inferior_event): Remove calls to
4818         reinit_frame_cache that follow a context_switch call.
4819
4820 2012-06-06  Pedro Alves  <palves@redhat.com>
4821
4822         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4823         context_switch and remove stale comment.
4824
4825 2012-06-06  Pedro Alves  <palves@redhat.com>
4826
4827         * infrun.c (struct execution_control_state): Remove
4828         `new_thread_event' field.
4829         (handle_inferior_event): Simplify new threads handling; don't
4830         resume the inferior if we find a new thread.
4831
4832 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
4833
4834         * NEWS: Document the deprecation of SH's 'regs' command.
4835         * inferior.h (all_registers_info): Add function declaration.
4836         * sh-tdep.c (sh_show_regs): Remove variable.
4837         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4838         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4839         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4840         (sh_show_regs_command): Remove functions.
4841         (sh_gdbarch_init): Don't set sh_show_regs.
4842         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4843         'info all-registers'.
4844         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4845         (sh64_show_regs): Remove functions.
4846         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4847
4848 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4849
4850         * configure.ac: Move development=true below AC_INIT.
4851         * configure: Regenerate.
4852
4853 2012-06-05  Stan Shebs  <stan@codesourcery.com>
4854
4855         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4856         gdb_stdout.
4857
4858 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4859
4860         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4861         argument as ssize_t.
4862         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4863         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4864         * target.c (target_read_stack, target_write_memory)
4865         (target_write_raw_memory): Likewise.
4866         * target.h (target_read_stack, target_write_memory)
4867         (target_write_raw_memory): Likewise.
4868
4869 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4870
4871         * symfile-mem.c: Change gdb_static_assert to ssize_t.
4872         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4873         * target.c (target_read_memory): Change LEN to ssize_t.
4874         * target.h (target_read_memory): Change LEN to ssize_t.
4875
4876 2012-06-05  Pedro Alves  <palves@redhat.com>
4877
4878         PR backtrace/13866
4879
4880         * breakpoint.c (until_break_command): Only fetch the selected
4881         frame after decode_line_1.
4882
4883 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
4884
4885         * solib-svr4.c (enable_break): Don't fallback to setting the solib
4886         event breakpoint at _start, __start or main if a program
4887         interpreter is not found.
4888
4889 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4890
4891         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4892         Add declaration.
4893         * windows-tdep.c: #include "objfiles.h".
4894         (windows_iterate_over_objfiles_in_search_order): New function.
4895         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4896         iterate_over_objfiles_in_search_order gdbarch method to
4897         windows_iterate_over_objfiles_in_search_order.
4898         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4899
4900 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4901
4902         * gdbarch.sh: Add generation of
4903         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4904         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
4905         (iterate_over_objfiles_in_search_order): New gdbarch method.
4906         * gdbarch.h, gdbarch.c: Regenerate.
4907         * objfiles.h (default_iterate_over_objfiles_in_search_order):
4908         Add declaration.
4909         * objfiles.c (default_iterate_over_objfiles_in_search_order):
4910         New function.
4911         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4912         out of lookup_symbol_aux_symtabs.
4913         (lookup_symbol_aux_symtabs): Replace extracted-out code by
4914         call to lookup_symbol_aux_objfile.
4915         (struct global_sym_lookup_data): New type.
4916         (lookup_symbol_global_iterator_cb): New function.
4917         (lookup_symbol_global): Search for symbol using
4918         gdbarch_iterate_over_objfiles_in_search_order and
4919         lookup_symbol_global_iterator_cb.
4920         * findvar.c (struct minsym_lookup_data): New type.
4921         (minsym_lookup_iterator_cb): New function.
4922         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4923         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4924         and minsym_lookup_iterator_cb.
4925
4926 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4927
4928         Revert the following patch:
4929         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4930         try locating the symbol in the symbol's own objfile first, before
4931         extending the search to all objfiles.
4932         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4933         out of lookup_symbol_aux_symtabs.
4934         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4935         Replace extracted-out code by call to lookup_symbol_aux_objfile.
4936         Do not search EXCLUDE_OBJFILE.
4937         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4938         (lookup_symbol_global): Search for matches in the block's objfile
4939         first, before searching all other objfiles.
4940
4941 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4942
4943         * breakpoint.c (find_condition_and_thread): Stop parsing
4944         as soon as the first invalid keyword is found.
4945
4946 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4947
4948         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4949
4950 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4951
4952         * config/djgpp/djcheck.sh: Add copyright header.
4953
4954 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4955
4956         * copyright.py (update_files, main): Fix path to update-copyright
4957         script.
4958
4959 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4960
4961         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4962         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4963         for which a reminder to update by hand is printed.
4964
4965 2012-06-04  Doug Evans  <dje@google.com>
4966
4967         * buildsym.c (make_blockvector): Add comment.
4968
4969 2012-06-04  Pedro Alves  <palves@redhat.com>
4970
4971         * arch-utils.c (default_gdb_signal_from_target): Delete.
4972         * arch-utils.h (default_gdb_signal_from_target): Delete.
4973         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
4974         gdbarch_gdb_signal_from_target_p.
4975         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4976         predicate).
4977         * gdbarch.h: Regenerate.
4978         * gdbarch.c: Regenerate.
4979
4980 2012-06-04  Pedro Alves  <palves@redhat.com>
4981
4982         * gdbarch.sh (gdb_signal_from_target): Mention that the
4983         implementation of the method must be host independent.
4984         * gdbarch.h: Regenerate.
4985
4986 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4987
4988         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4989         parameters.
4990         (target_read_memory_bfd): New function.
4991         (symbol_file_add_from_memory): Use it.
4992
4993 2012-06-03  Doug Evans  <dje@google.com>
4994
4995         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4996         of primary symtab.
4997         (basic_lookup_transparent_type): Ditto.
4998
4999         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5000         (ALL_PRIMARY_SYMTABS): Use it.
5001         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5002         * dwarf2read.c (dw2_find_symbol_file): Ditto.
5003         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5004         * symtab.c (lookup_symbol_aux_objfile): Ditto.
5005         (basic_lookup_transparent_type): Ditto.
5006
5007 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5008
5009         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
5010         it to optimize resolution of demangled name.
5011
5012 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5013
5014         * configure.ac (development): Define new variable.
5015         Call AC_CHECK_LIB for mcheck if $development.
5016         (ERROR_ON_WARNING): Enable it by default only if $development.
5017         * config.in: Regenerate.
5018         * configure: Regenerate.
5019
5020 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5021
5022         * target.c (target_read_memory): Make LEN argument as size_t.
5023         * target.h (target_read_memory): Likewise.
5024
5025 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5026
5027         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5028
5029 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5030
5031         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5032         BookE interface for PowerPC server processors if not available
5033         in the Linux Kernel.
5034
5035 2012-05-31  Keith Seitz  <keiths@redhat.com>
5036
5037         * linespec.c (decode_objc): Add cleanup to free
5038         INFO.FILE_SYMTABS.
5039         (find_linespec_symbols): Add cleanup to free CLASSES.
5040         * symfile.c (find_separate_debug_file_by_debuglink): Add
5041         cleanup to free DEBUGLINK.
5042         * ui-out.c (clear_header_list): No need to check if
5043         HEADER_NEXT.COLHDR is NULL.
5044         Free HEADER_NEXT.COL_NAME.
5045
5046 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5047
5048         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5049         warning.
5050
5051 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5052
5053         * configure.host (gdb_host_cpu): Handle tilegx*.
5054         (gdb_host): Handle tilegx-*-linux*.
5055         * tilegx-linux-nat.c: New file.
5056         * config/tilegx/linux.mh: New file.
5057
5058 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5059
5060         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5061         tilegx-linux-tdep.o.
5062         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5063         tilegx-linux-tdep.c.
5064         * configure.tgt: Handle tilegx-*-linux*.
5065         * tilegx-tdep.h: New file.
5066         * tilegx-tdep.c: New file.
5067         * tilegx-linux-tdep.c: New file.
5068         * regformats/reg-tilegx.dat: New file.
5069
5070 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5071
5072         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5073         accounting of hw watchpoints on ppc.
5074
5075 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5076
5077         * source.c (openp): Expand tilde in path entries.
5078
5079 2012-05-29  Doug Evans  <dje@google.com>
5080
5081         * buildsym.c (block_compar): Fix comment.
5082         (end_symtab): Fix and clarify some comments.
5083
5084         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5085         cleanup_undefined_types.
5086         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5087         All callers updated.
5088
5089 2012-05-29  Tom Tromey  <tromey@redhat.com>
5090
5091         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5092         fails.
5093         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5094         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5095         fails.
5096         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5097         fails.
5098
5099 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5100
5101         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5102         (struct darwin_info): ... New struct.
5103         (solib_darwin_pspace_data): New variable.
5104         (darwin_pspace_data_cleanup): New function.
5105         (get_darwin_info): Likewise.
5106         (darwin_dyld_version_ok, darwin_load_image_infos)
5107         (darwin_solib_get_all_image_info_addr_at_init)
5108         (darwin_solib_read_all_image_info_addr): Add info argument.
5109         Adjust code.
5110         (darwin_current_sos): Use per pspace structure.
5111         (darwin_solib_create_inferior_hook): Likewise.
5112         (darwin_clear_solib): Likewise.
5113         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5114
5115 2012-05-28  Pedro Alves  <palves@redhat.com>
5116
5117         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5118         block that uses them.  Clear ecss before handling each event.
5119
5120 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5121
5122         * solib-svr4.c (svr4_current_sos): New comment on
5123         svr4_current_sos_via_xfer_libraries fall back.
5124
5125 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5126
5127         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5128         it as a fallback for TYPE_IS_OPAQUE.
5129         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5130         symbols for lookup_symbol.
5131
5132 2012-05-24  John Steele Scott  <toojays@toojays.net>
5133
5134         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5135         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5136         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5137         (check_producer): ... this new function, which also checks for ICC
5138         and caches the result.
5139         (producer_is_icc): New function.
5140         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5141         producer was ICC.
5142
5143 2012-05-24  Pedro Alves  <palves@redhat.com>
5144
5145         PR gdb/7205
5146
5147         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5148         (default_gdb_signal_to_target): ... this.  Add comment.
5149         (default_gdb_signal_from_host): Rename to ...
5150         (default_gdb_signal_from_target): ... this.  Add comment.
5151         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5152         (default_gdb_signal_to_target): ... this.
5153         (default_gdb_signal_from_host): Rename to ...
5154         (default_gdb_signal_from_target): ... this.
5155         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5156         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5157         (gdb_signal_from_target): ... this.  Adjust to
5158         default_gdb_signal_from_host naming change.  Extend comment.
5159         (gdb_signal_to_host): Rename to ...
5160         (gdb_signal_to_target): ... this.  Adjust to
5161         default_gdb_signal_to_host naming change.
5162         * gdbarch.h, gdbarch.c: Renegerate.
5163
5164 2012-05-24  Pedro Alves  <palves@redhat.com>
5165
5166         PR gdb/7205
5167
5168         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5169
5170 2012-05-24  Pedro Alves  <palves@redhat.com>
5171
5172         PR gdb/7205
5173
5174         Replace target_signal with gdb_signal throughout.
5175
5176 2012-05-24  Pedro Alves  <palves@redhat.com>
5177
5178         PR tui/14159
5179
5180         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5181         string, instead of reusing the va_list argument.
5182
5183 2012-05-24  Tom Tromey  <tromey@redhat.com>
5184
5185         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5186         Remove.
5187
5188 2012-05-23  Doug Evans  <dje@google.com>
5189
5190         * symtab.c (search_symbols): Formatting fixes.
5191         (print_symbol_info): Formatting fixes.
5192
5193         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5194         int64_t change to leb128 API.
5195         (read_encoded_value, decode_frame_entry_1): Ditto.
5196         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5197         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5198         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5199         (execute_stack_op): Ditto.
5200         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5201         (safe_read_uleb128, safe_read_sleb128): Ditto.
5202         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5203         (dwarf2_compile_expr_to_ax): Ditto.
5204         (locexpr_describe_location_piece): Ditto.
5205         (disassemble_dwarf_expression): Ditto.
5206         (locexpr_describe_location_1): Ditto.
5207
5208 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5209             Kwok Cheung Yeung  <kcy@codesourcery.com>
5210
5211         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5212         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5213         (mi-cmd-info.o): New rule.
5214         * osdata.h (info_osdata_command): New declaration.
5215         * osdata.c (info_osdata_command): Change to non-static.
5216         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5217         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5218         * mi/mi-cmd-info.c: New file.
5219
5220 2012-05-23  Doug Evans  <dje@google.com>
5221
5222         * symtab.c (search_symbols): Pass NULL for file_matcher to
5223         expand_symtabs_matching if there are no files to match.
5224
5225         * gdbtypes.c (lookup_typename): Simplify.
5226
5227 2012-05-23  Pedro Alves  <palves@redhat.com>
5228
5229         * arch-utils.h (default_target_signal_to_host): Delete.
5230         * arch-utils.c (default_target_signal_to_host): Delete.
5231         * gdbarch.sh (target_signal_to_host): Remove.
5232         * gdbarch.h, gdbarch.c: Regenerate.
5233
5234 2012-05-22  Doug Evans  <dje@google.com>
5235
5236         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5237         "const gdb_byte *".
5238         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5239         (execute_cfa_program): Update to match API of leb128 functions.
5240         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5241         "const gdb_byte *".
5242         (read_unsigned_leb128, read_signed_leb128): Delete.
5243         (read_initial_length): Change type of buf argument to
5244         "const gdb_byte *".
5245         (read_encoded_value): Update to match API of leb128 functions.
5246         (decode_frame_entry): Change result to "const gdb_byte *", and
5247         similarly for "start" parameter.
5248         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5249         (dwarf2_build_frame_info): Change local frame_ptr to
5250         "const gdb_byte *".
5251         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5252         read_uleb128, read_sleb128.  All callers updated.
5253         (safe_skip_leb128): New function.
5254         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5255         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5256         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5257         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5258         read_uleb128, read_sleb128.
5259         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5260         (execute_stack_op): Update to match API of leb128 functions.
5261         * dwarf2expr.h: #include "leb128.h".
5262         (read_uleb128, read_sleb128): Delete.
5263         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5264         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5265         * dwarf2loc.c (debug_loc_kind): New enum.
5266         (decode_debug_loc_addresses): New function.
5267         (decode_debug_loc_dwo_addresses): New function.
5268         (dwarf2_find_location_expression): Rewrite.
5269         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5270         (locexpr_describe_location_piece): Ditto.
5271         (disassemble_dwarf_expression): Ditto.
5272         (locexpr_describe_location_1): Ditto.
5273         (loclist_describe_location): Rewrite.
5274         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5275         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5276         (dwarf2_section_buffer_overflow_complaint): Renamed from
5277         dwarf2_macros_too_long_complaint.  All callers updated.
5278         (skip_leb128): Delete.
5279         (init_cu_die_reader): Initialize reader->buffer_end.
5280         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5281         (skip_form_bytes): New arg buffer_end.  All callers updated.
5282         Replace call to skip_leb128 with gdb_skip_leb128.
5283         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5284         (fill_in_loclist_baton): Initialize baton->from_dwo.
5285
5286 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5287
5288         * mips-linux-nat.c (mips_linux_read_description): Use a more
5289         verbose error message.
5290
5291 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5292
5293         * NEWS: Add MIPS/Linux DSP support.
5294         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5295         (SIGCONTEXT_DSPCTL): New macro.
5296         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5297         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5298         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5299         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5300         (N64_SIGCONTEXT_HI3): Likewise.
5301         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5302         (N64_SIGCONTEXT_LO3): Likewise.
5303         (N64_SIGCONTEXT_DSPCTL): Likewise.
5304         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5305         (mips_linux_o32_sigframe_init): Handle DSP registers.
5306         (mips_linux_n32n64_sigframe_init): Likewise.
5307
5308 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5309
5310         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5311         call to abort.
5312
5313 2012-05-22  Pedro Alves  <palves@redhat.com>
5314
5315         * target.h (store_waitstatus): Move declaration ...
5316         * inf-child.h (store_waitstatus): ... here.
5317         * target.c: Move inclusion of gdb_wait.h, and ...
5318         (store_waitstatus): ... this ...
5319         * inf-child.c: ... here.
5320         * linux-nat.c: Include inf-child.h.
5321         * rs6000-nat.c: Include inf-child.h.
5322         * spu-linux-nat.c: Include inf-child.h.
5323
5324 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5325
5326         * tracepoint.c (start_tracing): Add missing i18n markup.
5327         (stop_tracing, set_trace_user): Ditto.
5328         (set_trace_notes, set_trace_stop_notes): Ditto.
5329
5330 2012-05-21  Tom Tromey  <tromey@redhat.com>
5331
5332         PR c++/7173:
5333         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5334         types.
5335         * value.h (value_cast_pointers): Update.
5336         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5337         (value_cast): Update.
5338         (update_search_result): New function.
5339         (do_search_struct_field): New, from search_struct_field.  Check
5340         for ambiguous results.
5341         (search_struct_field): Rewrite.
5342         * infcall.c (value_arg_coerce): Update.
5343         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5344         value_cast_pointers.
5345         * ada-lang.c (ada_convert_actual): Update.
5346
5347 2012-05-21  Tom Tromey  <tromey@redhat.com>
5348
5349         * macroexp.c (macro_stringify): Terminate the string.
5350
5351 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5352
5353         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5354         Describe it.
5355         * auto-load.c (auto_load_expand_dir_vars): New function.
5356         (auto_load_safe_path_vec_update): Use it, remove the
5357         substitute_path_component call thanks to it.
5358         (auto_load_objfile_script): Remove the debug_file_directory processing.
5359         Use auto_load_expand_dir_vars, remove the substitute_path_component
5360         call thanks to it.
5361         * configure: Regenerate.
5362         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5363         path.  Escape $ also for $debugdir.
5364         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5365         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5366
5367 2012-05-20  Doug Evans  <dje@google.com>
5368
5369         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5370         before use.  Check for symtab->includes == NULL before scanning it.
5371
5372 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5373
5374         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5375
5376 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5377
5378         * NEWS: Add microMIPS support and "set mips compression",
5379         "show mips compression" commands.
5380         * mips-tdep.h (mips_isa): New enum.
5381         (gdbarch_tdep): Add mips_isa.
5382         (mips_pc_is_mips16): Update prototype.
5383         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5384         * mips-tdep.c (mips_compression_mips16): New variable.
5385         (mips_compression_micromips): Likewise.
5386         (mips_compression_strings): Likewise.
5387         (mips_compression_string): Likewise.
5388         (is_mips16_isa, is_micromips_isa): New functions.
5389         (is_mips16_addr): Rename to...
5390         (is_compact_addr): ... this.
5391         (unmake_mips16_addr): Likewise to...
5392         (unmake_compact_addr): ... this.
5393         (make_mips16_addr): Likewise to...
5394         (make_compact_addr): ... this.
5395         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5396         functions.
5397         (mips_elf_make_msymbol_special): Handle microMIPS code.
5398         (msymbol_is_special): Rename to...
5399         (msymbol_is_mips16): ... this.
5400         (mips_make_symbol_special, mips_pc_is_mips16): Update
5401         accordingly.
5402         (msymbol_is_mips, msymbol_is_micromips): New functions.
5403         (mips16_to_32_reg): Rename to...
5404         (mips_reg3_to_reg): ... this.
5405         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5406         (mips_pc_isa): Likewise.
5407         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5408         code.
5409         (mips_fetch_instruction): Pass return status instead of printing
5410         an error message if requested.  Handle microMIPS code.  Bail out
5411         on an invalid ISA.
5412         (micromips_op): New macro.
5413         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5414         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5415         (b6s4_op, b7s3_reg): Likewise.
5416         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5417         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5418         (mips_insn_size): New function.
5419         (mips32_next_pc): Update mips_fetch_instruction call.
5420         (micromips_relative_offset7): New function.
5421         (micromips_relative_offset10): Likewise.
5422         (micromips_relative_offset16): Likewise.
5423         (micromips_pc_insn_size): Likewise.
5424         (micromips_bc1_pc): Likewise.
5425         (micromips_next_pc): Likewise.
5426         (unpack_mips16): Update mips_fetch_instruction call.
5427         (extended_mips16_next_pc): Update according to change to
5428         mips16_to_32_reg.
5429         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5430         code.
5431         (mips16_scan_prologue): Update mips_fetch_instruction call.
5432         Update according to change to mips16_to_32_reg.
5433         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5434         (mips_insn16_frame_base_sniffer): Likewise.
5435         (micromips_decode_imm9): New function.
5436         (micromips_scan_prologue): Likewise.
5437         (mips_micro_frame_cache): Likewise.
5438         (mips_micro_frame_this_id): Likewise.
5439         (mips_micro_frame_prev_register): Likewise.
5440         (mips_micro_frame_sniffer): Likewise.
5441         (mips_micro_frame_unwind): New variable.
5442         (mips_micro_frame_base_address): New function.
5443         (mips_micro_frame_base): New variable.
5444         (mips_micro_frame_base_sniffer): New function.
5445         (mips32_scan_prologue): Update mips_fetch_instruction call.
5446         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5447         rather than for MIPS16.
5448         (mips_insn32_frame_base_sniffer): Likewise.
5449         (mips_addr_bits_remove): Handle microMIPS code.
5450         (deal_with_atomic_sequence): Rename to...
5451         (mips_deal_with_atomic_sequence): ... this.  Update the type
5452         of the variable used to hold an instruction.  Remove the ISA bit
5453         check.  Update mips_fetch_instruction call.
5454         (micromips_deal_with_atomic_sequence): New function.
5455         (deal_with_atomic_sequence): Likewise.
5456         (mips_about_to_return): Handle microMIPS code.  Update
5457         mips_fetch_instruction call.
5458         (heuristic_proc_start): Check for the standard MIPS ISA rather
5459         than for MIPS16.  Update mips_pc_is_mips16 and
5460         mips_fetch_instruction calls.  Handle microMIPS code.
5461         (mips_push_dummy_code): Handle microMIPS code.
5462         (mips_eabi_push_dummy_call): Likewise.
5463         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5464         (mips_o64_push_dummy_call): Handle microMIPS code.
5465         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5466         (is_delayed): Remove function.
5467         (mips_single_step_through_delay): Replace the call to is_delayed
5468         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5469         Handle microMIPS code.
5470         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5471         microMIPS code.
5472         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5473         call.
5474         (micromips_in_function_epilogue_p): New function.
5475         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5476         call.
5477         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5478         Handle microMIPS.
5479         (gdb_print_insn_mips): Likewise.
5480         (mips_breakpoint_from_pc): Likewise.
5481         (mips_remote_breakpoint_from_pc): New function.
5482         (mips32_instruction_has_delay_slot): Simplify making use of the
5483         updated mips_fetch_instruction interface.
5484         (micromips_instruction_has_delay_slot): New function.
5485         (mips16_instruction_has_delay_slot): Simplify making use of the
5486         updated mips_fetch_instruction interface.
5487         (mips_adjust_breakpoint_address): Check for the standard MIPS
5488         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5489         calls.  Handle microMIPS code.
5490         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5491         (mips_skip_trampoline_code): Handle microMIPS code.
5492         (global_mips_compression): New function.
5493         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5494         file flags.  Register the microMIPS remote breakpoint handler
5495         and heuristic frame unwinder.
5496         (show_mips_compression): New function.
5497         (_initialize_mips_tdep): Add the "set mips compression" and
5498         "show mips compression" commands.
5499
5500 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5501
5502         * ada-lang.c:
5503         * ada-tasks.c:
5504         * ada-varobj.c:
5505         * amd64-darwin-tdep.c:
5506         * arm-symbian-tdep.c:
5507         * arm-tdep.c:
5508         * avr-tdep.c:
5509         * ax-gdb.c:
5510         * bfin-linux-tdep.c:
5511         * breakpoint.c:
5512         * c-valprint.c:
5513         * cli/cli-cmds.c:
5514         * coffread.c:
5515         * cp-support.c:
5516         * cris-tdep.c:
5517         * dwarf2-frame-tailcall.c:
5518         * dwarf2-frame.c:
5519         * dwarf2expr.c:
5520         * dwarf2loc.c:
5521         * dwarf2read.c:
5522         * elfread.c:
5523         * eval.c:
5524         * expprint.c:
5525         * f-valprint.c:
5526         * frv-tdep.c:
5527         * h8300-tdep.c:
5528         * hppa-hpux-tdep.c:
5529         * hppa-tdep.c:
5530         * hppanbsd-tdep.c:
5531         * i386-nto-tdep.c:
5532         * i386-tdep.c:
5533         * i387-tdep.c:
5534         * ia64-tdep.c:
5535         * jit.c:
5536         * linespec.c:
5537         * linux-tdep.c:
5538         * lm32-tdep.c:
5539         * m2-valprint.c:
5540         * m32c-tdep.c:
5541         * m32r-rom.c:
5542         * m32r-tdep.c:
5543         * m68k-tdep.c:
5544         * m68klinux-tdep.c:
5545         * mi/mi-main.c:
5546         * microblaze-tdep.c:
5547         * mips-linux-tdep.c:
5548         * mips-tdep.c:
5549         * mn10300-tdep.c:
5550         * p-valprint.c:
5551         * parse.c:
5552         * ppc-linux-tdep.c:
5553         * ppc-sysv-tdep.c:
5554         * printcmd.c:
5555         * python/py-finishbreakpoint.c:
5556         * python/py-inferior.c:
5557         * python/py-infthread.c:
5558         * python/py-type.c:
5559         * python/python.c:
5560         * remote-fileio.c:
5561         * remote-m32r-sdi.c:
5562         * remote-mips.c:
5563         * reverse.c:
5564         * rl78-tdep.c:
5565         * rs6000-aix-tdep.c:
5566         * rs6000-tdep.c:
5567         * s390-tdep.c:
5568         * score-tdep.c:
5569         * sh64-tdep.c:
5570         * skip.c:
5571         * solib-darwin.c:
5572         * solib-dsbt.c:
5573         * solib-frv.c:
5574         * sparc-tdep.c:
5575         * spu-multiarch.c:
5576         * spu-tdep.c:
5577         * stack.c:
5578         * symfile.c:
5579         * symtab.c:
5580         * tic6x-tdep.c:
5581         * tracepoint.c:
5582         * v850-tdep.c:
5583         * valarith.c:
5584         * valprint.c:
5585         * value.c:
5586         * xcoffread.c:
5587         * xtensa-tdep.c:
5588         * ada-lang.c:
5589         * ada-tasks.c:
5590         * ada-varobj.c:
5591         * amd64-darwin-tdep.c:
5592         * arm-symbian-tdep.c:
5593         * arm-tdep.c: Delete unused variables.
5594
5595 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5596
5597         Rename $ddir to $datadir.
5598         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5599         * auto-load.c (auto_load_safe_path_vec_update)
5600         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5601         * configure: Regenerate.
5602         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5603         Likewise.  Remove the 'use $ddir' help string.
5604
5605 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5606
5607         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5608         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5609
5610 2012-05-18  Tom Tromey  <tromey@redhat.com>
5611
5612         PR exp/13907:
5613         * valprint.h (struct value_print_options) <symbol_print>: New
5614         field.
5615         * valprint.c (user_print_options): Add default for symbol_print.
5616         (show_symbol_print): New function.
5617         (generic_val_print): Respect symbol_print.
5618         (_initialize_valprint): Add "print symbol" setting.
5619         * f-valprint.c (f_val_print): Respect symbol_print.
5620         * c-valprint.c (c_val_print): Respect symbol_print.
5621         * NEWS: Update.
5622         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5623         zero-size symbols.
5624         (print_address_demangle): Return int.
5625         * defs.h: (print_address_symbolic): Return int.
5626         * value.h (print_address_demangle): Return int.
5627
5628 2012-05-18  Tom Tromey  <tromey@redhat.com>
5629
5630         * valprint.c (val_print_string): Don't print leading space.
5631         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5632         print space before string or vtbl.
5633         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5634         before string.
5635         * jv-valprint.c (java_value_print): Print space before string.
5636         * go-valprint.c (print_go_string): Print space before string.
5637         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5638         space before string.
5639         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5640         space before string or vtbl.
5641         * auxv.c (fprint_target_auxv): Print space after address.
5642
5643 2012-05-18  Tom Tromey  <tromey@redhat.com>
5644
5645         * printcmd.c (print_address_demangle): Remove special case for 0.
5646
5647 2012-05-18  Tom Tromey  <tromey@redhat.com>
5648
5649         * printcmd.c (print_address_demangle): Add 'opts' argument.
5650         * p-valprint.c (pascal_val_print): Update.
5651         * jv-valprint.c (java_val_print): Update.
5652         * value.h: Update.
5653         * valprint.c (generic_val_print): Update.
5654         (print_function_pointer_address): Add 'options' argument.  Remove
5655         'addressprint' argument.  Update.
5656         * m2-valprint.c (print_unpacked_pointer): Update.
5657         * gnu-v3-abi.c (print_one_vtable): Update.
5658         (gnuv3_print_method_ptr): Update.
5659         * f-valprint.c (f_val_print): Update.
5660         * cp-valprint.c (cp_print_value_fields): Update.
5661         * valprint.h (print_function_pointer_address): Update.
5662         * c-valprint.c (c_val_print): Update.
5663
5664 2012-05-18  Tom Tromey  <tromey@redhat.com>
5665
5666         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5667         directly corresponding to the found psymtab.
5668         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5669         (dw2_find_pc_sect_symtab): Use it.
5670         * block.h (blockvector_contains_pc): Declare.
5671         * block.c (find_block_in_blockvector): New function.
5672         (blockvector_for_pc_sect): Use it.
5673         (blockvector_contains_pc): New function.
5674
5675 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5676
5677         * mips-tdep.h (mips_write_pc): New prototype.
5678         * mips-tdep.c (mips_write_pc): Make external, add description.
5679         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5680         add description.
5681
5682 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5683
5684         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5685         mips_regnum->pc.
5686         (mips_unwind_pc, mips_write_pc): Likewise.
5687         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5688         gdbarch_read_pc.
5689
5690 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5691
5692         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5693         proc_warn, proc_error, proc_get_status, proc_flags,
5694         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5695         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5696         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5697         proc_stop_process, proc_wait_for_stop, proc_run_process,
5698         proc_set_traced_signals, proc_set_traced_faults,
5699         proc_set_traced_sysentry, proc_set_traced_sysexit,
5700         proc_set_held_signals, proc_get_held_signals,
5701         proc_get_traced_signals, proc_get_traced_faults,
5702         proc_get_traced_sysentry, proc_get_traced_sysexit,
5703         proc_clear_current_fault, proc_set_current_signal,
5704         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5705         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5706         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5707         proc_get_current_thread, proc_get_current_thread,
5708         proc_get_current_thread, proc_update_threads,
5709         proc_update_threads, proc_update_threads, proc_update_threads,
5710         proc_iterate_over_threads, procfs_find_new_threads,
5711         procfs_pid_to_str): Make static.  Remove advance declaration.
5712         (proc_cursig): Make static.  Conditionalized defintion on
5713         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5714         (proc_syscall, proc_set_kill_on_last_close,
5715         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5716         proc_get_pending_signals, proc_get_signal_actions,
5717         proc_trace_signal, proc_ignore_signal): Delete.
5718
5719 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5720
5721         * coffread.c (cs_section_address): Passing proper argument for
5722         `bfd_get_section_vma'.
5723         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5724         `bfd_get_section_flags'.
5725         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5726         `bfd_get_section_vma'.
5727
5728 2012-05-16  Tom Tromey  <tromey@redhat.com>
5729
5730         PR macros/13205:
5731         * macrotab.h: (macro_define_special): Declare.
5732         (enum macro_special_kind): New.
5733         (struct macro_definition) <argc, replacement>: Update comments.
5734         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5735         (macro_define_object_internal): New function.
5736         (macro_define_object): Use it.
5737         (macro_define_special): New function.
5738         (fixup_definition): New function.
5739         (macro_lookup_definition, foreach_macro_in_scope)
5740         (foreach_macro): Use fixup_definition.
5741         * macroexp.h (macro_stringify): Declare.
5742         * macroexp.c (free_buffer_return_text): New function.
5743         (stringify): Constify "arg".
5744         (macro_stringify): New function.
5745         * dwarf2read.c (macro_start_file): Call macro_define_special.
5746
5747 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5748             Maciej W. Rozycki  <macro@mips.com>
5749
5750         * breakpoint.h (bp_location): Add related_address member.
5751         * inferior.h (get_return_value): Take a pointer to struct value
5752         instead of struct type for the function requested.
5753         * value.h (using_struct_return): Likewise.
5754         * gdbarch.sh (return_value): Take a pointer to struct value
5755         instead of struct type for the function requested.
5756         * breakpoint.c (set_breakpoint_location_function): Initialize
5757         related_address for bp_gnu_ifunc_resolver breakpoints.
5758         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5759         requested function's address to gdbarch_return_value.
5760         * eval.c (evaluate_subexp_standard): Pass the requested
5761         function's address to using_struct_return.
5762         * infcall.c (call_function_by_hand): Pass the requested
5763         function's address to using_struct_return and
5764         gdbarch_return_value.
5765         * infcmd.c (get_return_value): Take a pointer to struct value
5766         instead of struct type for the function requested.
5767         (print_return_value): Update accordingly.
5768         (finish_command_continuation): Likewise.
5769         * stack.c (return_command): Pass the requested function's
5770         address to using_struct_return and gdbarch_return_value.
5771         * value.c (using_struct_return): Take a pointer to struct value
5772         instead of struct type for the function requested.  Pass the
5773         requested function's address to gdbarch_return_value.
5774         * python/py-finishbreakpoint.c (finish_breakpoint_object):
5775         New function_value member, replacing function_type.
5776         (bpfinishpy_dealloc): Update accordingly.
5777         (bpfinishpy_pre_stop_hook): Likewise.
5778         (bpfinishpy_init): Likewise.  Record the requested function's
5779         address.
5780         * mips-tdep.c (mips_fval_reg): New enum.
5781         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5782         words put in GP registers.
5783         (mips_o64_push_dummy_call): Update a comment.
5784         (mips_o32_return_value): Take a pointer to struct value instead
5785         of struct type for the function requested and use it to check if
5786         using the MIPS16 calling convention.  Return the designated
5787         general purpose registers for floating-point values returned in
5788         MIPS16 mode.
5789         (mips_o64_return_value): Likewise.
5790         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5791         (ppc_sysv_abi_broken_return_value): Likewise.
5792         (ppc64_sysv_abi_return_value): Likewise.
5793         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5794         value instead of struct type for the function requested.
5795         * amd64-tdep.c (amd64_return_value): Likewise.
5796         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5797         * arm-tdep.c (arm_return_value): Likewise.
5798         * avr-tdep.c (avr_return_value): Likewise.
5799         * bfin-tdep.c (bfin_return_value): Likewise.
5800         * cris-tdep.c (cris_return_value): Likewise.
5801         * frv-tdep.c (frv_return_value): Likewise.
5802         * h8300-tdep.c (h8300_return_value): Likewise.
5803         (h8300h_return_value): Likewise.
5804         * hppa-tdep.c (hppa32_return_value): Likewise.
5805         (hppa64_return_value): Likewise.
5806         * i386-tdep.c (i386_return_value): Likewise.
5807         * ia64-tdep.c (ia64_return_value): Likewise.
5808         * iq2000-tdep.c (iq2000_return_value): Likewise.
5809         * lm32-tdep.c (lm32_return_value): Likewise.
5810         * m32c-tdep.c (m32c_return_value): Likewise.
5811         * m32r-tdep.c (m32r_return_value): Likewise.
5812         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5813         * m68k-tdep.c (m68k_return_value): Likewise.
5814         (m68k_svr4_return_value): Likewise.
5815         * m88k-tdep.c (m88k_return_value): Likewise.
5816         * mep-tdep.c (mep_return_value): Likewise.
5817         * microblaze-tdep.c (microblaze_return_value): Likewise.
5818         * mn10300-tdep.c (mn10300_return_value): Likewise.
5819         * moxie-tdep.c (moxie_return_value): Likewise.
5820         * mt-tdep.c (mt_return_value): Likewise.
5821         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5822         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5823         (ppc_sysv_abi_broken_return_value): Likewise.
5824         (ppc64_sysv_abi_return_value): Likewise.
5825         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5826         * rl78-tdep.c (rl78_return_value): Likewise.
5827         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5828         * rx-tdep.c (rx_return_value): Likewise.
5829         * s390-tdep.c (s390_return_value): Likewise.
5830         * score-tdep.c (score_return_value): Likewise.
5831         * sh-tdep.c (sh_return_value_nofpu): Likewise.
5832         (sh_return_value_fpu): Likewise.
5833         * sh64-tdep.c (sh64_return_value): Likewise.
5834         * sparc-tdep.c (sparc32_return_value): Likewise.
5835         * sparc64-tdep.c (sparc64_return_value): Likewise.
5836         * spu-tdep.c (spu_return_value): Likewise.
5837         * tic6x-tdep.c (tic6x_return_value): Likewise.
5838         * v850-tdep.c (v850_return_value): Likewise.
5839         * vax-tdep.c (vax_return_value): Likewise.
5840         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5841         * xtensa-tdep.c (xtensa_return_value): Likewise.
5842         * gdbarch.c: Regenerate.
5843         * gdbarch.h: Regenerate.
5844
5845 2012-05-15  Tom Tromey  <tromey@redhat.com>
5846
5847         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5848
5849 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5850
5851         * breakpoint.c (init_breakpoint_sal): Add quotes around part
5852         of command in two error message.
5853
5854 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5855
5856         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5857
5858 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5859
5860         * breakpoint.c (find_condition_and_thread): Minor reformatting.
5861
5862 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5863
5864         * NEWS (show auto-load scripts-directory): Add forgotten command.
5865
5866 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5867
5868         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5869         parameters.
5870
5871 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5872
5873         * amd64-tdep.c: Include features/i386/x32.c and
5874         features/i386/x32-avx.c.
5875         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5876         initialize_tdesc_x32_avx.
5877
5878 2012-05-14  Stan Shebs  <stan@codesourcery.com>
5879
5880         Add dynamic printf.
5881         * breakpoint.h (enum bptype): New type bp_dprintf.
5882         (struct breakpoint): New field extra_string.
5883         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5884         (create_breakpoint): Add extra_string arg.
5885         * breakpoint.c (dprintf_breakpoint_ops): New.
5886         (is_breakpoint): Add bp_dprintf.
5887         (bpstat_what): Add dprintf case.
5888         (bptype_string): Ditto.
5889         (print_one_breakpoint_location): Ditto.
5890         (init_bp_location): Ditto.
5891         (bkpt_print_mention): Ditto.
5892         (dprintf_style_enums): New array.
5893         (dprintf_style): New global.
5894         (dprintf_function): New global.
5895         (dprintf_channel): New global.
5896         (update_dprintf_command_list): New function.
5897         (update_dprintf_commands): New function.
5898         (init_breakpoint_sal): Add extra_string argument, handle it.
5899         (create_breakpoint_sal): Add extra_string argument.
5900         (create_breakpoints_sal): Add extra_string argument, update callers.
5901         (find_condition_and_thread): Add extra argument.
5902         (create_breakpoint): Add extra_string argument, record it.
5903         (dprintf_command): New function.
5904         (break_command_1): Add arg to create_breakpoint call.
5905         (handle_gnu_v3_exceptions): Ditto.
5906         (trace_command): Ditto.
5907         (ftrace_command): Ditto.
5908         (strace_command): Ditto.
5909         (bkpt_print_mention): Add dprintf case.
5910         (create_breakpoint_sal_default): Add extra_string argument.
5911         (_initialize_breakpoint): Add new commands.
5912         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5913         * python/py-breakpoint.c (bppy_init): Ditto.
5914         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5915
5916 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
5917
5918         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5919
5920 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
5921
5922         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5923         unsigned long long.
5924
5925 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
5926
5927         Add a new function gdb.find_pc_line to the Python API.
5928         * NEWS (Python Scripting): Add entry about the new function.
5929         * python/python.c (gdbpy_find_pc_line): New function which
5930         implements gdb.find_pc_line.
5931         (GdbMethods): Add entry for the new function.
5932
5933 2012-05-12  Pedro Alves  <palves@redhat.com>
5934
5935         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5936         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5937
5938 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
5939
5940         * inferior.c: Include completer.h
5941         (initialize_inferiors): Set completer of add-inferior to
5942         filename_completer.
5943
5944 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5945
5946         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5947         gdbarch_ptr_bit for x32 core dump.
5948
5949 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5950
5951         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5952         and features/i386/x32-avx-linux.c.
5953
5954 2012-05-11  Stan Shebs  <stan@codesourcery.com>
5955             Kwok Cheung Yeung  <kcy@codesourcery.com>
5956
5957         * NEWS: Describe new info os commands.
5958         * common/linux-osdata.c (PID_T, TIME_T): Define.
5959         (MAX_PID_T_STRLEN): New.
5960         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
5961         MAX_PID_T_STRLEN.
5962         (command_from_pid): Add comment.  Change to use PID_T.
5963         (commandline_from_pid):  Change to use PID_T.
5964         (user_from_pid): Add comment.
5965         (get_process_owner): Add comment. Change to use PID_T and
5966         MAX_PID_T_STRLEN.
5967         (get_number_of_cpu_cores): Add comment.
5968         (get_cores_used_by_process): Add comment.  Change to use PID_T and
5969         MAX_PID_T_STRLEN.
5970         (linux_xfer_osdata_processes): Change to use PID_T and
5971         MAX_PID_T_STRLEN.
5972         (compare_processes): New function.
5973         (linux_xfer_osdata_processgroups): New function.
5974         (linux_xfer_osdata_threads): Change to use PID_T.
5975         (linux_xfer_osdata_fds): New function.
5976         (format_socket_state, print_sockets): New functions.
5977         (union socket_addr): New union.
5978         (linux_xfer_osdata_isockets): New function.
5979         (time_from_time_t, group_from_gid): New functions.
5980         (linux_xfer_osdata_shm): New function.
5981         (linux_xfer_osdata_sem): New function.
5982         (linux_xfer_osdata_msg): New function.
5983         (linux_xfer_osdata_modules): New function.
5984         (osdata_table): Add new entries.
5985         * common/buffer.c (buffer_xml_printf): Add support for long and
5986         long long format specifiers.
5987
5988 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5989
5990         * amd64-linux-tdep.h (tdesc_x32_linux): New.
5991         (tdesc_x32_avx_linux): Likewise.
5992
5993 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5994
5995         Implement multi-component --with-auto-load-dir.
5996         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5997         entries.
5998         (--with-auto-load-safe-path): Update the default value description.
5999         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6000         New.
6001         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
6002         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
6003         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
6004         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
6005         "set auto-load scripts-directory".
6006         * config.in: Regenerate.
6007         * configure: Regenerate.
6008         * configure.ac (--with-auto-load-dir): New configure option.
6009         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6010
6011 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6012
6013         Provide $ddir substitution for --with-auto-load-safe-path.
6014         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6015         entries.
6016         * auto-load.c: Include observer.h.
6017         (auto_load_safe_path_vec_update): Call substitute_path_component for
6018         each component.  New variable ddir_subst.
6019         (auto_load_gdb_datadir_changed): New function.
6020         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6021         AUTO_LOAD_SAFE_PATH.  New comment.
6022         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6023         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
6024         * config.in: Regenerate.
6025         * configure: Regenerate.
6026         * configure.ac (--auto-load-safe-path): Rename
6027         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6028         GDB_DATADIR/auto-load.
6029         * defs.h (substitute_path_component): New declaration.
6030         * top.c: Include observer.h.
6031         (set_gdb_datadir): New function.
6032         (init_main): Install it for "set data-directory".
6033         * utils.c (substitute_path_component): New function.
6034
6035 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6036
6037         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6038         * auto-load.c (auto_load_objfile_script): Remove check for NULL
6039         DEBUG_FILE_DIRECTORY.  Handle multiple components of
6040         DEBUG_FILE_DIRECTORY.
6041
6042 2012-05-10  Tom Tromey  <tromey@redhat.com>
6043
6044         * dwarf2read.c (recursively_write_psymbols): New function.
6045         (write_psymtabs_to_index): Use it.
6046
6047         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6048         field.
6049         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6050         (load_partial_comp_unit): Update.
6051         (queue_comp_unit): Add argument 'pretend_language'.
6052         (process_queue): Update.
6053         (psymtab_to_symtab_1): Skip dependencies that have a user.
6054         (load_partial_comp_unit_reader): Give meaning to the 'data'
6055         argument.
6056         (load_full_comp_unit): Add 'pretend_language' argument.
6057         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6058         language on CU.
6059         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6060         Update.
6061         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6062         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6063         Update.
6064         (prepare_one_comp_unit): Add 'pretend_language' argument.
6065
6066         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6067         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6068         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6069         (dw2_do_instantiate_symtab): Check whether symtab was read in
6070         before queueing.
6071         (dw2_instantiate_symtab): Add assertion.  Call
6072         process_cu_includes.
6073         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6074         (partial_symtab_p): New typedef.
6075         (set_partial_user): New function.
6076         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6077         (scan_partial_symbols): Add imported CU to imported_symtabs.
6078         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6079         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6080         (get_symtab, recursively_compute_inclusions)
6081         (compute_symtab_includes, process_cu_includes)
6082         (process_imported_unit_die): New functions.
6083         (process_die) <DW_TAG_imported_unit>: New case.
6084         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6085
6086         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6087         comment.
6088         (struct partial_die_info) <locdesc>: Remove.
6089         <d>: New field.
6090         (process_psymtab_comp_unit): Add 'read_partial' argument.
6091         Update.
6092         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6093         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6094         (add_partial_symbol): Update.
6095         (process_die): Handle DW_TAG_partial_unit.
6096         (read_file_scope): Update comment.
6097         (load_partial_dies): Handle DW_TAG_imported_unit.
6098         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6099         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6100
6101 2012-05-10  Tom Tromey  <tromey@redhat.com>
6102
6103         * cc-with-dwz.sh: New file.
6104
6105 2012-05-10  Tom Tromey  <tromey@redhat.com>
6106
6107         * symtab.h (struct symtab) <includes, user>: New fields.
6108         * block.h (struct block_iterator) <d, idx, which>: New fields.
6109         * block.c (initialize_block_iterator, find_iterator_symtab)
6110         (block_iterator_step, block_iter_name_step)
6111         (block_iter_match_step): New functions.
6112         (block_iterator_first, block_iterator_next)
6113         (block_iter_name_first, block_iter_name_next)
6114         (block_iter_match_first, block_iter_match_next): Rewrite.
6115         (get_block_symtab): New function.
6116
6117 2012-05-10  Tom Tromey  <tromey@redhat.com>
6118
6119         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6120         set_block_symtab.
6121         * jit.c (finalize_symtab): Use allocate_global_block,
6122         set_block_symtab.
6123         * buildsym.c (finish_block_internal): New function, from old
6124         finish_block.
6125         (finish_block): Rewrite.
6126         (end_symtab): Use finish_block_internal, set_block_symtab.
6127         * block.h (struct global_block): New.
6128         (allocate_global_block, set_block_symtab): Declare.
6129         * block.c (allocate_global_block, set_block_symtab): New
6130         functions.
6131
6132 2012-05-10  Tom Tromey  <tromey@redhat.com>
6133
6134         * psymtab.c (partial_map_expand_apply): Add assertion.
6135         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6136         (psymtab_to_symtab): Find unshared psymtab.
6137         (dump_psymtab): Print including psymtabs.
6138         (recursively_search_psymtabs): New function.
6139         (expand_symtabs_matching_via_partial): Use it.
6140         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6141         fields.
6142         (enum psymtab_search_status): New.
6143
6144 2012-05-10  Tom Tromey  <tromey@redhat.com>
6145
6146         * tracepoint.c (scope_info): Update.
6147         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6148         (find_pc_sect_symtab, search_symbols)
6149         (default_make_symbol_completion_list_break_on)
6150         (make_file_symbol_completion_list): Update.
6151         * symmisc.c (dump_symtab_1): Update.
6152         * stack.c (print_frame_args, iterate_over_block_locals)
6153         (print_frame_labels, iterate_over_block_arg_vars): Update.
6154         * python/py-block.c (block_object) <dict>: Remove.
6155         <block>: New field.
6156         <iter>: Change type.
6157         (blpy_iter): Update.
6158         (blpy_block_syms_iternext): Update.
6159         * psymtab.c (map_block): Use block iterators.
6160         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6161         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6162         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6163         * infrun.c (check_exception_resume): Update.
6164         * cp-support.c (make_symbol_overload_list_block): Update.
6165         * coffread.c (patch_opaque_types): Update.
6166         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6167         * block.h (struct block_iterator): New.
6168         (block_iterator_first, block_iterator_next, block_iter_name_first)
6169         (block_iter_name_next, block_iter_match_first)
6170         (block_iter_match_next): Declare.
6171         (ALL_BLOCK_SYMBOLS): Redefine.
6172         * block.c (block_iterator_first, block_iterator_next)
6173         (block_iter_name_first, block_iter_name_next)
6174         (block_iter_match_first, block_iter_match_next): New functions.
6175         * ada-lang.c (ada_add_block_symbols)
6176         (ada_make_symbol_completion_list): Use block iterator.
6177
6178 2012-05-10  Tom Tromey  <tromey@redhat.com>
6179
6180         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6181         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6182         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6183         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6184         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6185         Update.
6186
6187 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6188
6189         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6190         print-file-var-lib2.c, print-file-var-main.c and
6191         print-file-var.exp (located in gdb/testsuite/gdb.base).
6192
6193 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6194
6195         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6196         try locating the symbol in the symbol's own objfile first, before
6197         extending the search to all objfiles.
6198         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6199         out of lookup_symbol_aux_symtabs.
6200         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6201         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6202         Do not search EXCLUDE_OBJFILE.
6203         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6204         (lookup_symbol_global): Search for matches in the block's objfile
6205         first, before searching all other objfiles.
6206
6207 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6208
6209         * printcmd.c (set_command): Add pre/post inc/dec.
6210
6211 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6212
6213         * gdb.1: Document -ex option.
6214
6215 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6216
6217         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6218         * inferior.h (AT_SYMBOL): Delete.
6219
6220 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6221
6222         * mips-tdep.c (mips_push_dummy_code): New function.
6223         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6224         ON_STACK and install mips_push_dummy_code as our gdbarch
6225         push_dummy_code routine.
6226
6227 2012-05-09  Pedro Alves  <palves@redhat.com>
6228
6229         * target.c (set_maintenance_target_async_permitted): Rename to ...
6230         (set_target_async_command): ... this.
6231         (show_maintenance_target_async_permitted): Rename to ...
6232         (show_target_async_command): ... this.
6233         (initialize_targets): Adjust.
6234
6235 2012-05-08  Doug Evans  <dje@google.com>
6236
6237         * go-exp.y (classify_name): Add missing assignment of fields of
6238         yylval.ssym.
6239
6240 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6241
6242         Display the ">" prompt in interactive mode while reading canned
6243         commands, even when the current interpreter is MI.
6244
6245         * interps.c (interp_set_temp): New function.
6246
6247         * interps.h (interp_set_temp): Add prototype.
6248
6249         * cli/cli-script.c (restore_interp): New cleanup function.
6250         (read_command_lines): Temporarily override the current interpreter
6251         with CLI and arrange for restoring the original one.
6252
6253 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6254
6255         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6256
6257 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6258
6259         * probe.c (parse_probes): Move conditional to check for
6260         debuginfo files from here...
6261         * stap-probe.c (stap_get_probes): ... to here.
6262
6263 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6264             H.J. Lu  <hongjiu.lu@intel.com>
6265
6266         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6267         `movl %esp, %ebp' for the X32 ABI.
6268
6269 2012-05-07  Tom Tromey  <tromey@redhat.com>
6270
6271         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6272         get_DW_TAG_name.
6273         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6274         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6275         (dwarf_stack_op_name): Remove.
6276         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6277         (decode_locdesc): Use get_DW_OP_name.
6278         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6279         (dwarf2_compile_expr_to_ax): Likewise.
6280         (disassemble_dwarf_expression): Likewise.
6281         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6282
6283 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6284
6285         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6286         (sh_linux_sigtramp_cache): New function.
6287         (sh_linux_sigreturn_init): New function.
6288         (sh_linux_rt_sigreturn_init): New function.
6289         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6290         patterns.
6291         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6292         syscall codes.
6293         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6294         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6295         (sh_linux_init_abi): Add init calls to register new tramp_frame
6296         definitions under 32-bit SH, update comments.
6297
6298 2012-05-07  Pedro Alves  <palves@redhat.com>
6299
6300         PR gdb/10952
6301
6302         * amd64-linux-tdep.c: Include glibc-tdep.h.
6303         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6304         gdbarch_skip_solib_resolver callback.
6305
6306 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6307
6308         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6309         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6310         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6311         (add_auto_load_safe_path): Change the error message.
6312         (_initialize_auto_load): Change the "safe-path" help text.
6313         * configure: Regenerate
6314         * configure.ac (--without-auto-load-safe-path): Set
6315         WITH_AUTO_LOAD_SAFE_PATH to /.
6316
6317 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6318
6319         * stap-probe.h: Do not include unecessary `probe.h'.
6320
6321 2012-05-05  Alan Modra  <amodra@gmail.com>
6322
6323         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6324         bfd_und_section_ptr.
6325         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6326         and bfd_com_section_ptr.
6327
6328 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6329
6330         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6331
6332 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6333
6334         * windows-nat.h (segment_register_p_ftype): New typedef.
6335         (windows_set_segment_register_p): Add declaration.
6336         * windows-nat.c (segment_register_p): New static global.
6337         (windows_set_segment_register_p): New function.
6338         (do_windows_fetch_inferior_registers): Add special handling
6339         for segment registers.
6340         * amd64-windows-nat.c: #include "amd64-tdep.h".
6341         (amd64_windows_segment_register_p): New function.
6342         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6343         * i386-windows-nat.c: #include "i386-tdep.h".
6344         (i386_windows_segment_register_p): New function.
6345         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6346
6347 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6348
6349         * printcmd.c (set_command): Emit a warning if the expression is not
6350         an assignment.
6351
6352 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6353
6354         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6355         Make static.
6356
6357 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6358
6359         * stap-probe.c (stap_is_operator): Change declaration.
6360         (stap_get_opcode): Change return value.
6361         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6362         `stap_parse_argument_1'.
6363
6364 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6365
6366         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6367         debug log.
6368
6369 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6370
6371         Add two new methods global_block and static_block to gdb.Symtab
6372         objects.
6373         * NEWS (Python scripting): Add entry about the new methods.
6374         * python/py-symtab.c (stpy_global_block): New function which
6375         implements the gdb.Symtab.global_block() method.
6376         (stpy_static_block): New function which implements the
6377         gdb.Symtab.static_block() method.
6378         (symtab_object_methods): Add entries for the two new methods.
6379
6380 2012-05-03  Doug Evans  <dje@google.com>
6381
6382         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6383         files.
6384
6385 2012-05-03  Yao Qi  <yao@codesourcery.com>
6386
6387         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6388         space.
6389         (i386_process_record): Ditto.
6390
6391 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6392
6393         * infcall.c (unwind_on_signal_p): Make static.
6394
6395 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6396
6397         * sol-thread.c (solaris_pid_to_str): Make static.
6398         (_initialize_sol_thread): Add prototype.
6399
6400 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6401
6402         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6403
6404 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6405
6406         * MAINTAINERS: Remove myself.
6407
6408 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6409
6410         Fix --without-auto-load-safe-path for MS-Windows host platform.
6411         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6412
6413 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6414
6415         * gdb_curses.h: Undefine KEY_EVENT before including curses
6416         headers.  Move "#undef MOUSE_MOVED" before any curses header
6417         inclusion.
6418
6419 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6420
6421         * features/i386/i386-mmx-linux.c: Regenerate.
6422         * features/rs6000/powerpc-32.c: Likewise.
6423         * features/rs6000/powerpc-32l.c: Likewise.
6424         * features/rs6000/powerpc-403.c: Likewise.
6425         * features/rs6000/powerpc-403gc.c: Likewise.
6426         * features/rs6000/powerpc-405.c: Likewise.
6427         * features/rs6000/powerpc-505.c: Likewise.
6428         * features/rs6000/powerpc-601.c: Likewise.
6429         * features/rs6000/powerpc-602.c: Likewise.
6430         * features/rs6000/powerpc-603.c: Likewise.
6431         * features/rs6000/powerpc-604.c: Likewise.
6432         * features/rs6000/powerpc-64.c: Likewise.
6433         * features/rs6000/powerpc-64l.c: Likewise.
6434         * features/rs6000/powerpc-750.c: Likewise.
6435         * features/rs6000/powerpc-860.c: Likewise.
6436         * features/rs6000/powerpc-e500.c: Likewise.
6437         * features/rs6000/powerpc-e500l.c: Likewise.
6438         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6439         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6440         * features/rs6000/rs6000.c: Likewise.
6441
6442 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6443
6444         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6445         variable.
6446         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6447         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6448         (stap_parse_argument) <e>: Likewise.
6449         (handle_stap_probe) <byte_order>: Likewise.
6450
6451 2012-04-30  Doug Evans  <dje@google.com>
6452
6453         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6454         init_and_read_dies_worker.  All callers updated.
6455         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6456         replaced with init_cutu_and_read_dies.
6457         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6458         (find_partial_die): Remove FIXME.  Don't free current CU.
6459
6460 2012-04-30  Sterling Augustine  <saugustine@google.com>
6461
6462         * contrib: New directory.
6463         * contrib/test_pubnames_and_indexes.py: New file.
6464
6465 2012-04-30  Doug Evans  <dje@google.com>
6466
6467         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6468         All callers updated.
6469         (init_cu_die_reader): Verify the section is non-empty.
6470         (dwarf_decode_line_header): Don't dereference section->asection
6471         until we know the section is present.
6472
6473 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6474
6475         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6476         probes.
6477
6478 2012-04-29  Yao Qi  <yao@codesourcery.com>
6479
6480         * gdb-code-style.el: New hook gdb-markup-hook
6481         and gdb-comment-hook.
6482
6483 2012-04-28  Doug Evans  <dje@google.com>
6484
6485         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6486         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6487         objfile->obfd.
6488         * symfile.h (dwarf2_debug_sections): New member addr.
6489         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6490         (ctx_no_get_addr_index): New function.
6491         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6492         (ctx_no_get_addr_index): Declare.
6493         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6494         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6495         (dwarf_expr_ctx_funcs): Update.
6496         (needs_get_addr_index): New function.
6497         (needs_frame_ctx_funcs): Update.
6498         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6499         * dwarf2read.c: #include "gdbcore.h".
6500         (dwarf2_per_objfile): New members addr, dwo_files.
6501         (dwarf2_elf_names): Add entry for addr.
6502         (struct dwo_section_names): New type.
6503         (dwo_section_names): New static global.
6504         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6505         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6506         old debug_types_section member updated to use this.
6507         Rename member debug_types_section to info_or_types_section,
6508         all uses updated.
6509         (signatured_type): Rename member type_offset to type_offset_in_tu,
6510         all uses updated.  New member type_offset_in_section.
6511         (struct dwo_sections): New type.
6512         (struct dwo_unit): New type.
6513         (struct dwo_file): New type.
6514         (die_reader_specs): New member dwo_file.
6515         (dwarf2_locate_sections): Watch for .debug_addr.
6516         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6517         (dwarf2_read_section): Get bfd of section from bfd's asection,
6518         instead of objfile.
6519         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6520         (create_signatured_type_table_from_index): Initialize
6521         sig_type->info_or_types_section.
6522         (dw2_get_file_names): Statement lists for type units with DWO files
6523         live in the DWO file.
6524         (create_debug_types_hash_table): New function.
6525         (create_all_type_units): Rewrite.
6526         (init_cu_die_reader): New arg dwo_file, all callers updated.
6527         (init_and_read_dies_worker): Get section from
6528         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6529         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6530         continue reading the CU/TU from there.
6531         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6532         updated.  Get section from this_cu->info_or_types_section.
6533         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6534         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6535         DW_FORM_GNU_str_index.
6536         (hash_dwo_file, eq_dwo_file): New functions.
6537         (allocate_dwo_file_hash_table): New function.
6538         (hash_dwo_unit, eq_dwo_unit): New functions.
6539         (allocate_dwo_unit_table): New function.
6540         (dwarf2_locate_dwo_sections): New function.
6541         (struct create_dwo_info_table_data): New type.
6542         (create_debug_info_hash_table_reader): New function.
6543         (create_debug_info_hash_table): New function.
6544         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6545         (lookup_dwo_file): New function.
6546         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6547         (free_dwo_file, free_dwo_file_cleanup): New functions.
6548         (free_dwo_file_from_slot, free_dwo_files): New functions.
6549         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6550         (dwarf2_record_block_ranges): Ditto.
6551         (read_partial_die): Ditto.
6552         (process_enumeration_scope): Update to use type_offset_in_section.
6553         (read_full_die_1): New function.
6554         (read_full_die): Rewrite.
6555         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6556         DW_FORM_GNU_str_index.
6557         (read_addr_index_1, read_addr_index): New functions.
6558         (read_addr_index_from_leb128): New function.
6559         (struct dwarf2_read_addr_index_data): New type.
6560         (dwarf2_read_addr_index_reader): New function.
6561         (dwarf2_read_addr_index): New function.
6562         (read_str_index): New function.
6563         (leb128_size): New function.
6564         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6565         If processing a type unit from a DWO file, get the line section
6566         from the DWO file.
6567         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6568         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6569         DW_FORM_GNU_str_index.
6570         (lookup_die_type): Check whether section offset of type's die is
6571         known before looking it up.  Remove assert.  Condition can
6572         legimately happen for inter-cu type references.
6573         (dwarf_attr_name): Handle Fission attributes.
6574         (dwarf_form_name): Handle Fission forms.
6575         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6576         DW_FORM_GNU_str_index.
6577         (follow_die_sig): Update to use type_offset_in_section.
6578         (decode_locdesc): New case DW_OP_GNU_addr_index.
6579         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6580         DW_FORM_GNU_str_index.
6581         (cu_debug_loc_section): New function.
6582         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6583         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6584         Free DWO files if present.
6585         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6586
6587         Refactor DIE reading.
6588         * dwarf2read.c (dwarf2_per_objfile): Replace members
6589         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6590         (die_reader_specs): New member "die_section".  Temporarily make
6591         member "buffer" non-const, pending constifying all info_ptr uses.
6592         (die_reader_func_ftype): New typedef.
6593         (dw2_get_file_names_reader): New function.
6594         (dw2_get_file_names): Rewrite.
6595         (read_and_check_type_unit_head): Rename arg type_offset to
6596         type_offset_in_tu.
6597         (create_all_type_units): Improve debugging message.
6598         Improve dummy type unit check.
6599         (init_cu_die_reader): New arg "section".  All callers updated.
6600         (init_and_read_dies_worker): New function.
6601         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6602         (init_cutu_and_read_dies_no_follow): New function.
6603         (init_cutu_and_read_dies_simple): New function.
6604         (process_psymtab_comp_unit_reader): New function.
6605         (process_psymtab_comp_unit): Delete args section,
6606         is_debug_types_section.  Rewrite.  All callers updated.
6607         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6608         All callers updated.  Rewrite.
6609         (load_partial_comp_unit_reader): New function.
6610         (load_partial_comp_unit): Rewrite.
6611         (skip_children): New arg reader.  Delete args buffer, cu.
6612         All callers updated.
6613         (skip_one_die): New arg reader.  Delete args buffer, cu.
6614         All callers updated.
6615         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6616         All callers updated.
6617         (load_full_comp_unit_reader): New function.
6618         (load_full_comp_unit): Rewrite.
6619         (read_comp_unit): Delete.
6620         (read_die_and_children_1): Delete, contents moved ...
6621         (read_die_and_children): ... here.
6622         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6623         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6624         All callers updated.
6625         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6626         All callers updated.
6627         (find_partial_die): Rewrite load_all_dies support.
6628         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6629         All callers updated.
6630         (read_attribute): New arg reader.  Delete args abfd, cu.
6631         All callers updated.
6632         (load_full_type_unit): Add assert.
6633         (read_signatured_type_reader): New function.
6634         (read_signatured_type): Rewrite.
6635         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6636         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6637         All callers updated.  Set per_cu->cu = NULL after freeing it.
6638         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6639         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6640         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6641         (set_die_type): Update.
6642         (get_die_type_at_offset): Update.
6643         (read_file_scope): Call prepare_one_comp_unit.
6644         (read_type_unit_scope): Ditto.
6645         (prepare_one_comp_unit): Set producer if present.
6646
6647 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6648
6649         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6650          gettext function on `error'.
6651
6652 2012-04-27  Doug Evans  <dje@google.com>
6653
6654         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6655         is empty.
6656
6657 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6658             Tom Tromey  <tromey@redhat.com>
6659
6660         * breakpoint.c (struct breakpoint_objfile_data)
6661         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6662         <exception_probes>: New fields.
6663         (free_breakpoint_probes): New function.
6664         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6665         `_Unwind_DebugHook'.
6666         (create_exception_master_breakpoint): Likewise.
6667         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6668         * infrun.c: Including necessary header files for handling SystemTap
6669         probes.
6670         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6671         via SystemTap probes.
6672         (check_exception_resume): Remove `func' argument.  Handle exception
6673         unwinding breakpoint set via a SystemTap probe.
6674         (insert_exception_resume_from_probe): New function.
6675
6676 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6677             Tom Tromey  <tromey@redhat.com>
6678             Jan Kratochvil  <jan.kratochvil@redhat.com>
6679
6680         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6681         (COMMON_OBS): Likewise.
6682         (HFILES_NO_SRCDIR): Add `probe'.
6683         * NEWS: Mention support for static and SystemTap probes.
6684         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6685         SystemTap probes' arguments parser.
6686         * arm-linux-tdep.c: Including headers needed to perform the parsing
6687         of SystemTap probes' arguments.
6688         (arm_stap_is_single_operand): New function.
6689         (arm_stap_parse_special_token): Likewise.
6690         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6691         probes' arguments parser.
6692         * ax-gdb.c (require_rvalue): Removing static declaration.
6693         (gen_expr): Likewise.
6694         * ax-gdb.h (gen_expr): Declaring function.
6695         (require_rvalue): Likewise.
6696         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6697         (bkpt_probe_breakpoint_ops): New variable.
6698         (momentary_breakpoint_from_master): Set the `probe' value.
6699         (add_location_to_breakpoint): Likewise.
6700         (break_command_1): Using proper breakpoint_ops according to the
6701         argument passed by the user in the command line.
6702         (bkpt_probe_insert_location): New function.
6703         (bkpt_probe_remove_location): Likewise.
6704         (bkpt_probe_create_sals_from_address): Likewise.
6705         (bkpt_probe_decode_linespec): Likewise.
6706         (tracepoint_probe_create_sals_from_address): Likewise.
6707         (tracepoint_probe_decode_linespec): Likewise.
6708         (tracepoint_probe_breakpoint_ops): New variable.
6709         (trace_command): Using proper breakpoint_ops according to the
6710         argument passed by the user in the command line.
6711         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6712         static probes on breakpoints and tracepoints.
6713         * breakpoint.h (struct bp_location) <probe>: New field.
6714         * cli-utils.c (skip_spaces_const): New function.
6715         (extract_arg): Likewise.
6716         * cli-utils.h (skip_spaces_const): Likewise.
6717         (extract_arg): Likewise.
6718         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6719         * configure.ac: Append `stap-probe.o' to be generated when ELF
6720         support is present.
6721         * configure: Regenerate.
6722         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6723         * elfread.c: Include `probe.h' and `arch-utils.h'.
6724         (probe_key): New variable.
6725         (elf_get_probes): New function.
6726         (elf_get_probe_argument_count): Likewise.
6727         (elf_evaluate_probe_argument): Likewise.
6728         (elf_compile_to_ax): Likewise.
6729         (elf_symfile_relocate_probe): Likewise.
6730         (stap_probe_key_free): Likewise.
6731         (elf_probe_fns): New variable.
6732         (elf_sym_fns): Add `sym_probe_fns' value.
6733         (elf_sym_fns_lazy_psyms): Likewise.
6734         (elf_sym_fns_gdb_index): Likewise.
6735         (_initialize_elfread): Initialize objfile cache for static
6736         probes.
6737         * gdb_vecs.h (struct probe): New forward declaration.
6738         (probe_p): New VEC declaration.
6739         * gdbarch.c: Regenerate.
6740         * gdbarch.h: Regenerate.
6741         * gdbarch.sh (stap_integer_prefix): New variable.
6742         (stap_integer_suffix): Likewise.
6743         (stap_register_prefix): Likewise.
6744         (stap_register_suffix): Likewise.
6745         (stap_register_indirection_prefix): Likewise.
6746         (stap_register_indirection_suffix): Likewise.
6747         (stap_gdb_register_prefix): Likewise.
6748         (stap_gdb_register_suffix): Likewise.
6749         (stap_is_single_operand): New function.
6750         (stap_parse_special_token): Likewise.
6751         (struct stap_parse_info): Forward declaration.
6752         * i386-tdep.c: Including headers needed to perform the parsing
6753         of SystemTap probes' arguments.
6754         (i386_stap_is_single_operand): New function.
6755         (i386_stap_parse_special_token): Likewise.
6756         (i386_elf_init_abi): Initializing proper fields used by SystemTap
6757         probes' arguments parser.
6758         * i386-tdep.h (i386_stap_is_single_operand): New function.
6759         (i386_stap_parse_special_token): Likewise.
6760         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6761         * mipsread.c (ecoff_sym_fns): Likewise.
6762         * objfiles.c (objfile_relocate1): Support relocation for static
6763         probes.
6764         * parse.c (prefixify_expression): Remove static declaration.
6765         (initialize_expout): Likewise.
6766         (reallocate_expout): Likewise.
6767         * parser-defs.h (initialize_expout): Declare function.
6768         (reallocate_expout): Likewise.
6769         (prefixify_expression): Likewise.
6770         * ppc-linux-tdep.c: Including headers needed to perform the parsing
6771         of SystemTap probes' arguments.
6772         (ppc_stap_is_single_operand): New function.
6773         (ppc_stap_parse_special_token): Likewise.
6774         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6775         probes' arguments parser.
6776         * probe.c: New file, for generic statically defined probe support.
6777         * probe.h: Likewise.
6778         * s390-tdep.c: Including headers needed to perform the parsing of
6779         SystemTap probes' arguments.
6780         (s390_stap_is_single_operand): New function.
6781         (s390_gdbarch_init): Initializing proper fields used by SystemTap
6782         probes' arguments parser.
6783         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6784         * stap-probe.c: New file, for SystemTap probe support.
6785         * stap-probe.h: Likewise.
6786         * symfile.h: Include `gdb_vecs.h'.
6787         (struct sym_probe_fns): New struct.
6788         (struct sym_fns) <sym_probe_fns>: New field.
6789         * symtab.c (init_sal): Initialize `probe' field.
6790         * symtab.h (struct probe): Forward declaration.
6791         (struct symtab_and_line) <probe>: New field.
6792         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6793         locations.
6794         (stop_tracing): Likewise.
6795         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6796
6797 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6798             Tom Tromey  <tromey@redhat.com>
6799
6800         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6801         and to compile agent expressions.
6802         * infrun.c (siginfo_make_value): New argument `ignore'.
6803         (siginfo_funcs): New struct.
6804         (_initialize_infrun): New argument when calling
6805         `create_internalvar_type_lazy'.
6806         * thread.c (thread_id_make_value): New argument `ignore'.
6807         (thread_funcs): New struct.
6808         (_initialize_thread): New argument when calling
6809         `create_internalvar_type_lazy'.
6810         * tracepoint.c (sdata_make_value): New argument `ignore'.
6811         (sdata_funcs): New struct.
6812         (_initialize_tracepoint): New argument when calling
6813         `create_internalvar_type_lazy'.
6814         * value.c (make_value): New struct.
6815         (create_internalvar_type_lazy): New argument `data'.
6816         (compile_internalvar_to_ax): New function.
6817         (value_of_internalvar): Properly handling `make_value' case.
6818         (clear_internalvar): Likewise.
6819         (show_convenience): Adding `TRY_CATCH' block.
6820         * value.h (internalvar_make_value): Delete, replace by...
6821         (struct internalvar_funcs): ... this.
6822         (create_internalvar_type_lazy) <fun>: Delete argument.
6823         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6824         (compile_internalvar_to_ax): New function.
6825         * windows-tdep.c (tlb_make_value): New argument `ignore'.
6826         (tlb_funcs): New struct.
6827         (_initialize_windows_tdep): New argument when calling
6828         `create_internalvar_type_lazy'.
6829
6830 2012-04-27  Mark Wielaard  <mjw@redhat.com>
6831
6832         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6833         see whether it is an address or a constant offset from DW_AT_low_pc.
6834         (dwarf2_record_block_ranges): Likewise.
6835         (read_partial_die): Likewise.
6836
6837 2012-04-26  Mark Wielaard  <mjw@redhat.com>
6838
6839         * MAINTAINERS (Write After Approval): Add myself to the list.
6840
6841 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6842
6843         * proc-utils.h (proc_prettyprint_signalset): New prototype.
6844         (proc_prettyprint_signal): Likewise.
6845         (proc_prettyprint_faultset): Likewise.
6846         (proc_prettyprint_fault): Likewise.
6847         (proc_prettyprint_actionset): Likewise.
6848         (proc_prettyprint_flags): Move to new proc-flags.c section.
6849         (proc_prettyfprint_flags): New prototype.
6850         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6851         (proc_syscall, proc_cursig): Likewise.
6852         (proc_set_kill_on_last_close): Likewise.
6853         (proc_unset_kill_on_last_close): Likewise.
6854         (proc_set_watchpoint): Make static.
6855         (proc_delete_dead_threads): Likewise.
6856         (procfs_set_watchpoint): Likewise.
6857         (_initialize_procfs): Add prototype.
6858         * proc-events.c: Include proc-utils.h.
6859         (init_syscall_table): Make static.
6860         * proc-api.c (_initialize_proc_api): Add prototype.
6861         * proc-flags.c: Include proc-utils.h.
6862
6863 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6864
6865         * configure.ac: Add AC_ARG_PROGRAM.
6866         * configure: Regenerate.
6867
6868 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6869
6870         Fix DW_AT_lower_bound defaults for DWARF-4+.
6871         * dwarf2read.c (read_subrange_type): Remove initialization of low and
6872         high.  New variable low_default_is_valid.  Implement DWARF-4+
6873         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
6874         no default by the DWARF standard.
6875
6876 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
6877             Maciej W. Rozycki  <macro@codesourcery.com>
6878
6879         * infrun.c (handle_inferior_event): Move the check for return
6880         trampolines ahead of the check for function trampolines.
6881         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6882         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6883         (mips_str_mips16_ret_stub): Likewise.
6884         (mips_str_call_fp_stub): Likewise.
6885         (mips_str_call_stub): Likewise.
6886         (mips_str_fn_stub): Likewise.
6887         (mips_str_pic): Likewise.
6888         (mips_in_frame_stub): New function.
6889         (mips_unwind_pc): Return the return address rather than the PC
6890         if the PC of an intermediate frame is inside a call thunk.
6891         (mips_is_stub_suffix): New function.
6892         (mips_is_stub_mode): Likewise.
6893         (mips_get_mips16_fn_stub_pc): Likewise.
6894         (mips_skip_mips16_trampoline_code): Update to handle all the
6895         currently generated stub types.  Don't recurse into __fn_stub
6896         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
6897         Use cooked register accesses.
6898         (mips_in_return_stub): Reintroduce function.
6899         (mips_skip_trampoline_code): Traverse trampolines recursively.
6900         (mips_gdbarch_init): Handle MIPS16 return trampolines.
6901
6902 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
6903
6904         GDB 7.4.1 released.
6905
6906 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
6907
6908         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6909         * features/arm-with-m-vfp-d16.xml: New file. Describes
6910         Cortex-M with VFPv4-sp-d16 FPU register layout.
6911         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6912         * features/arm-with-m-vfp-d16.c: New. Generated from above.
6913         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6914         (arm-register_g_packet_guesses): Add vfp-d16 guess.
6915         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6916
6917 2012-04-25  Doug Evans  <dje@google.com>
6918
6919         * cli/cli-decode.c (print_doc_line): Use stream instead of
6920         current_uiout.
6921
6922 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
6923
6924         * features/arm-with-iwmmxt.c: Regenerate.
6925         * features/arm-with-m-fpa-layout.c: Likewise.
6926         * features/arm-with-m.c: Likewise.
6927         * features/arm-with-neon.c: Likewise.
6928         * features/arm-with-vfpv2.c: Likewise.
6929         * features/arm-with-vfpv3.c: Likewise.
6930         * features/mips-dsp-linux.c: Likewise.
6931         * features/mips-linux.c: Likewise.
6932         * features/mips64-dsp-linux.c: Likewise.
6933         * features/mips64-linux.c: Likewise.
6934         * features/s390-linux32.c: Likewise.
6935         * features/s390-linux32v1.c: Likewise.
6936         * features/s390-linux32v2.c: Likewise.
6937         * features/s390-linux64.c: Likewise.
6938         * features/s390-linux64v1.c: Likewise.
6939         * features/s390-linux64v2.c: Likewise.
6940         * features/s390x-linux64.c: Likewise.
6941         * features/s390x-linux64v1.c: Likewise.
6942         * features/s390x-linux64v2.c: Likewise.
6943         * features/tic6x-c62x-linux.c: Likewise.
6944         * features/tic6x-c62x.c: Likewise.
6945         * features/tic6x-c64x-linux.c: Likewise.
6946         * features/tic6x-c64x.c: Likewise.
6947         * features/tic6x-c64xp-linux.c: Likewise.
6948         * features/tic6x-c64xp.c: Likewise.
6949         * target-descriptions.c: Only generate `field_type' and `type'
6950         variables when needed.
6951
6952 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
6953
6954         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6955
6956 2012-04-25  Doug Evans  <dje@google.com>
6957
6958         Initial pass at Go language support.
6959         * NEWS: Mention Go.
6960         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6961         go-valprint.c.
6962         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6963         (YYFILES): Add go-exp.c.
6964         (YYOBJ): Add go-exp.o.
6965         (local-maintainer-clean): Delete go-exp.c.
6966         * defs.h (enum language): Add language_go.
6967         * dwarf2read.c: #include "go-lang.h".
6968         (fixup_go_packaging): New function.
6969         (process_full_comp_unit): Call it when processing Go CUs.
6970         (dwarf2_physname): Add Go support.
6971         (read_file_scope): Handle missing language spec for GNU Go.
6972         (set_cu_language): Handle DW_LANG_Go.
6973         * go-exp.y: New file.
6974         * go-lang.h: New file.
6975         * go-lang.c: New file.
6976         * go-typeprint.c: New file.
6977         * go-valprint.c: New file.
6978         * symtab.c: #include "go-lang.h".
6979         (symbol_set_language): Handle language_go.
6980         (symbol_find_demangled_name, symbol_set_names): Ditto.
6981         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6982
6983 2012-04-24  Jim Meyering  <meyering@redhat.com>
6984
6985         avoid a few strncpy-induced buffer overruns
6986         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6987         fname and psargs before trying to concatenate.
6988         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6989         "name" before applying strchr.
6990
6991 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
6992
6993         * CONTRIBUTE: Use unified diff instead of context diff when
6994         generating patches.
6995
6996 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6997
6998         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6999         code.  Handle JR.HB correctly.
7000
7001 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7002
7003         * mips-tdep.c
7004         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7005         with the other MIPS16 helpers.
7006
7007 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
7008
7009         * observer.sh: Conditionally declare `args', thus cleaning up
7010         unused instances of this variable.
7011
7012 2012-04-24  Yao Qi  <yao@codesourcery.com>
7013
7014         Revert this patch to allow breakpoint always-inserted
7015         in record target.
7016         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
7017         * breakpoint.c: Include record.h.
7018         (breakpoints_always_inserted_mode): Return false when the record
7019         target is in use.
7020
7021         * breakpoint.c (iterate_over_bp_locations): New.
7022         * breakpoint.h: Declare.
7023         New typedef walk_bp_location_callback.
7024         * record.c (record_open): Call record_init_record_breakpoints.
7025         (record_sync_record_breakpoints): New.
7026         (record_init_record_breakpoints): New.
7027         * NEWS: Mention supporting breakpoint always-inserted mode in
7028         record target.
7029
7030 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
7031
7032         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7033         any thread.
7034
7035 2012-04-24  Yao Qi  <yao@codesourcery.com>
7036
7037         * breakpoint.c (ep_is_catchpoint): Renamed to ...
7038         (is_catchpoint): ... it.
7039         (print_one_breakpoint_location): Caller update.
7040         * breakpoint.h: Update declaration.
7041
7042 2012-04-23  David S. Miller  <davem@davemloft.net>
7043
7044         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7045
7046 2012-04-23  Tom Tromey  <tromey@redhat.com>
7047
7048         * buildsym.c (add_free_pendings): Remove.
7049         * buildsym.h (add_free_pendings): Remove.
7050
7051 2012-04-23  Doug Evans  <dje@google.com>
7052
7053         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7054         attr.u.unsnd instead of attr.u.addr.
7055         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7056         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7057         DW_FORM_ref_udata.
7058         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7059         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7060         DW_FORM_ref_udata.
7061         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7062
7063 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7064
7065         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7066         (mips_o32_return_value): Likewise.
7067         (mips_o64_return_value): Likewise.
7068
7069 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7070
7071         * ada-lang.c (ada_evaluate_subexp): Add cases for
7072         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7073         their treatment in eval.c.
7074
7075 2012-04-21  David S. Miller  <davem@davemloft.net>
7076
7077         * sparc-tdep.c (X_DISP10): Define.
7078         (sparc_analyze_control_transfer): Handle compare-and-branch.
7079
7080 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7081
7082         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7083         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7084
7085 2012-04-20  Nigel Stephens  <nigel@mips.com>
7086             Maciej W. Rozycki  <macro@codesourcery.com>
7087
7088         * mips-tdep.c (mips_float_register_p): New function.
7089         (mips_convert_register_float_case_p): Use mips_float_register_p.
7090         (mips_register_type): Likewise.
7091         (mips_print_register): Likewise.
7092         (print_gp_register_row): Likewise.
7093         (mips_print_registers_info): Likewise.
7094
7095 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7096
7097         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7098         of mips16 symbols.
7099
7100 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7101
7102         * MAINTAINERS (Write After Approval): Add myself to the list.
7103
7104 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7105
7106         * MAINTAINERS: Update my e-mail address.
7107
7108 2012-04-20  Pedro Alves  <palves@redhat.com>
7109
7110         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7111         $srcdir.
7112         * configure: Regenerate.
7113
7114 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7115
7116         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7117         declaration.
7118         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7119
7120 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7121
7122         Fix compilation compatibility with python-2.4
7123         * python/py-type.c (convert_field): Cast ADDRSTRING for
7124         PyObject_SetAttrString as non-const.  New comment.
7125
7126 2012-04-19  Tom Tromey  <tromey@redhat.com>
7127
7128         * top.c (quit_target): Use all_cleanups.
7129         * main.c (captured_command_loop): Use all_cleanups.
7130         * exceptions.c (throw_exception): Use all_cleanups.
7131
7132 2012-04-19  Pedro Alves  <palves@redhat.com>
7133
7134         * Makefile.in (GNULIB_BUILDDIR): New.
7135         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7136         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7137         (CLEANDIRS). Remove gnulib/import.
7138         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7139         (all-lib): Ditto.
7140         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7141         (gnulib/import/Makefile): Replace gnulib/import with
7142         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7143         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7144         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7145         acx_configure_dir.m4.
7146         * acinclude.m4: Include acx_configure_dir.m4.
7147         * acx_configure_dir.m4: New file.
7148         * aclocal.m4: Regenerate.
7149         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7150         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7151         (GNULIB): New variable.
7152         (GNULIB_STDINT_H): Adjust.
7153         (AC_OUTPUT): Don't output gnulib/Makefile.
7154         * gdb/defs.h: Include build-gnulib/config.h.
7155         * aclocal.m4: Regenerate.
7156         * config.in: Regenerate.
7157         * configure: Regenerate.
7158
7159         * gnulib/Makefile.in: New file.
7160         * gnulib/configure.ac: New file.
7161         * gnulib/aclocal.m4: New file.
7162         * gnulib/config.in: New file.
7163         * gnulib/configure: New file.
7164         * gnulib/: Re-run gnulib-tool to adjust.
7165
7166 2012-04-19  Doug Evans  <dje@google.com>
7167
7168         * cleanups.h (struct cleanup): Move to cleanups.c.
7169         (make_cleanup_dtor_ftype): New typedef.
7170         (make_cleanup_dtor): Use it.
7171         (ALL_CLEANUPS): Replace with ...
7172         (all_cleanups): ... this.  Declare.  All uses updated.
7173         * cleanups.c: #include "gdb_assert.h".
7174         (sentinel_cleanup): New static global.
7175         (SENTINEL_CLEANUP): Define.
7176         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7177         (make_my_cleanup2): Assert result is non-NULL.
7178         (all_cleanups): New function.
7179         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7180         of NULL.
7181
7182 2012-04-19  Pedro Alves  <palves@redhat.com>
7183
7184         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7185         Adjust paths to gnulib imported files.
7186
7187 2012-04-19  Pedro Alves  <palves@redhat.com>
7188
7189         * gnulib/: Move whole directory ...
7190         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7191         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7192         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7193         (aclocal_m4_deps): Adjust.
7194         * aclocal.m4: Regenerate.
7195         * configure: Regenerate.
7196         * configure.ac: Adjust AC_OUTPUT output.
7197
7198 2012-04-19  Yao Qi  <yao@codesourcery.com>
7199
7200         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7201         (vec.o): New rule.
7202         * vec.c: Move it ...
7203         * common/vec.c: ... here.
7204         * vec.h: Move it ...
7205         * common/vec.h: ... here.
7206
7207 2012-04-19  Yao Qi  <yao@codesourcery.com>
7208
7209         * gdb-code-style.el: New.
7210
7211 2012-04-18  Pedro Alves  <palves@redhat.com>
7212
7213         Update gnulib from latest git.
7214         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7215
7216         * gnulib/Makefile.am: Update.
7217         * gnulib/dummy.c: Update.
7218         * gnulib/extra/arg-nonnull.h: Update.
7219         * gnulib/extra/c++defs.h: Update.
7220         * gnulib/extra/update-copyright: Update.
7221         * gnulib/extra/warn-on-use.h: Update.
7222         * gnulib/inttypes.in.h: Update.
7223         * gnulib/m4/00gnulib.m4: Update.
7224         * gnulib/m4/extensions.m4: Update.
7225         * gnulib/m4/gnulib-cache.m4: Update.
7226         * gnulib/m4/gnulib-common.m4: Update.
7227         * gnulib/m4/gnulib-comp.m4: Update.
7228         * gnulib/m4/gnulib-tool.m4: Update.
7229         * gnulib/m4/include_next.m4: Update.
7230         * gnulib/m4/inttypes-pri.m4: Update.
7231         * gnulib/m4/inttypes.m4: Update.
7232         * gnulib/m4/longlong.m4: Update.
7233         * gnulib/m4/memchr.m4: Update.
7234         * gnulib/m4/memmem.m4: Update.
7235         * gnulib/m4/mmap-anon.m4: Update.
7236         * gnulib/m4/multiarch.m4: Update.
7237         * gnulib/m4/onceonly.m4: Update.
7238         * gnulib/m4/stddef_h.m4: Update.
7239         * gnulib/m4/stdint.m4: Update.
7240         * gnulib/m4/string_h.m4: Update.
7241         * gnulib/m4/warn-on-use.m4: Update.
7242         * gnulib/m4/wchar_h.m4: Update.
7243         * gnulib/m4/wchar_t.m4: Update.
7244         * gnulib/m4/wint_t.m4: Update.
7245         * gnulib/memchr.c: Update.
7246         * gnulib/memmem.c: Update.
7247         * gnulib/stddef.in.h: Update.
7248         * gnulib/stdint.in.h: Update.
7249         * gnulib/str-two-way.h: Update.
7250         * gnulib/string.in.h: Update.
7251         * gnulib/wchar.in.h: Update.
7252
7253         * gnulib/extra/arg-nonnull.h: Delete.
7254         * gnulib/extra/c++defs.h: Delete.
7255         * gnulib/extra/warn-on-use.h: Delete.
7256         * gnulib/m4/wchar_h.m4: Delete.
7257         * gnulib/m4/wint_t.m4: Delete.
7258         * gnulib/wchar.in.h: Delete.
7259
7260         * gnulib/extra/snippets/arg-nonnull.h: New.
7261         * gnulib/extra/snippets/c++defs.h: New.
7262         * gnulib/extra/snippets/warn-on-use.h: New.
7263
7264         * aclocal.m4: Regenerate.
7265         * config.in: Regenerate.
7266         * configure: Regenerate.
7267         * gnulib/Makefile.in: Regenerate.
7268
7269 2012-04-18  Pedro Alves  <palves@redhat.com>
7270
7271         Reimport the update-copyright module from gnulib
7272         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7273
7274         * configure: Regenerate.
7275         * gnulib/Makefile.am: Update.
7276         * gnulib/Makefile.in: Regenerate.
7277         * gnulib/extra/update-copyright: Update.
7278         * gnulib/m4/gnulib-cache.m4: Update.
7279         * gnulib/m4/gnulib-comp.m4: Update.
7280
7281 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7282
7283         * configure.ac (aix): Put -lpthread into libs.
7284         * configure: Regenerate.
7285
7286 2012-04-18  Tom Tromey  <tromey@redhat.com>
7287
7288         * linespec.c (convert_linespec_to_sals): Don't use
7289         SYMBOL_OBJ_SECTION.
7290         (compare_msymbols): Arguments are minsym_and_objfile, not
7291         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7292
7293 2012-04-18  Pedro Alves  <palves@redhat.com>
7294
7295         Revert gnulib/ part of:
7296         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7297         Copyright year update in most files (performed by copyright.sh).
7298
7299 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7300
7301         Fix 64-bit constants on 32-bit hosts.
7302         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7303         from unsigned long to ULONGEST.
7304         (read_signed_leb128): Change declaration return type from long to
7305         LONGEST.
7306         (dwarf2_const_value_attr): Change declaration parameter value from long
7307         to LONGEST.
7308         (dwarf2_compute_name): Change variable value from long to LONGEST.
7309         (read_unsigned_leb128): Change return type, variable result and some
7310         casts from unsigned long to ULONGEST.
7311         (read_signed_leb128): Change return type, variable result and some
7312         casts from long to LONGEST.
7313         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7314         value from long to LONGEST.
7315         (dwarf2_const_value): Change variable value from long to LONGEST.
7316         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7317         plongest and hex_string.
7318         * symtab.h (struct general_symbol_info): Change ivalue from long to
7319         LONGEST, remove the comment.
7320         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7321         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7322
7323 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7324
7325         PR symtab/7259:
7326         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7327         * ada-lang.c (ada_discrete_type_high_bound)
7328         (ada_discrete_type_low_bound): Fix function comment.  Use
7329         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7330         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7331         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7332         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7333         Use TYPE_FIELD_ENUMVAL.
7334         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7335         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7336         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7337         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7338         TYPE_CODE_ENUM.
7339         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7340         * dwarf2read.c (process_enumeration_scope): Likewise.
7341         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7342         field.bitpos.
7343         (class StructMainTypePrettyPrinter): Support also
7344         FIELD_LOC_KIND_ENUMVAL.
7345         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7346         TYPE_CODE_ENUM.
7347         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7348         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7349         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7350         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7351         field enumval.
7352         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7353         accommodate enumval.
7354         (struct call_site): Adjust loc_kind to accommodate enumval.
7355         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7356         (TYPE_FIELD_ENUMVAL): New macros.
7357         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7358         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7359         TYPE_CODE_ENUM.
7360         * p-typeprint.c (pascal_type_print_base): Likewise.
7361         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7362         enumval.
7363         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7364         * python/py-type.c (convert_field): New variable addrstring.  Use
7365         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7366         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7367         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7368         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7369         TYPE_CODE_ENUM.
7370         * valprint.c (generic_val_print): Likewise.
7371
7372 2012-04-17  Doug Evans  <dje@google.com>
7373
7374         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7375
7376         * dwarf2read.c: Whitespace fixes.
7377         (lookup_signatured_type): Tweak comment.
7378         (get_die_type_at_offset): Fix comment.
7379
7380 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7381
7382         * xcoffread.c (xcoff_secnum_to_sections): New function.
7383         (secnum_to_section, secnum_to_bfd_section): Reimplement
7384         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7385         into "n_scnum".
7386         (RECORD_MINIMAL_SYMBOL): Delete.
7387         (record_minimal_symbol): New function.
7388         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7389         by call to record_minimal_symbol and set misc_func_recorded
7390         to 1.  Set last_csect_sec to the XCOFF section index instead
7391         of GDB's section_offset index.  Update calls to
7392         prim_record_minimal_symbol_and_info to pass the BFD section
7393         as well.
7394
7395 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7396
7397         * xcoffread.c (read_xcoff_symtab): Delete variables
7398         last_csect_val and last_csect_sec and associated code.
7399
7400 2012-04-17  Doug Evans  <dje@google.com>
7401
7402         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7403         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7404         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7405         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7406
7407         * cleanups.h: New file.
7408         * cleanups.c: New file.
7409         * Makefile.in (SFILES): Add cleanups.c.
7410         (HFILES_NO_SRCDIR): Add cleanups.h.
7411         (COMMON_OBS): Add cleanups.o.
7412         * defs.h (struct cleanup): Moved to cleanups.h.
7413         (do_cleanups,do_final_cleanups): Ditto.
7414         (discard_cleanups,discard_final_cleanups): Ditto
7415         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7416         (save_cleanups,save_final_cleanups): Ditto.
7417         (restore_cleanups,restore_final_cleanups): Ditto.
7418         (null_cleanup): Ditto.
7419         (make_my_cleanup,make_my_cleanup2): Ditto.
7420         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7421         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7422         (do_cleanups,do_final_cleanups): Ditto.
7423         (discard_cleanups,discard_final_cleanups): Ditto
7424         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7425         (save_cleanups,save_final_cleanups): Ditto.
7426         (restore_cleanups,restore_final_cleanups): Ditto.
7427         (null_cleanup): Ditto.
7428         (make_my_cleanup,make_my_cleanup2): Ditto.
7429         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7430
7431         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7432         make_my_cleanup.
7433         (make_cleanup_dyn_string_delete): Ditto.
7434         (make_cleanup_ui_file_delete): Ditto.
7435         (make_cleanup_ui_out_redirect_pop): Ditto.
7436         (make_cleanup_free_section_addr_info): Ditto.
7437         (make_cleanup_restore_integer): Ditto.
7438         (make_cleanup_unpush_target): Ditto.
7439         (make_cleanup_value_free_to_mark): Ditto.
7440         (make_cleanup_value_free): Ditto.
7441         (make_cleanup_free_so): Ditto.
7442
7443 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7444
7445         New option "set debug auto-load".
7446         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7447         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7448         (auto_load_safe_path_vec_update)
7449         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7450         if DEBUG_AUTO_LOAD.
7451         (file_is_auto_load_safe): New parameters debug_fmt and ....
7452         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7453         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7454         caller by explanatory string.
7455         (_initialize_auto_load): Register "set debug auto-load".
7456         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7457         and ....
7458         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7459         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7460         by explanatory string.
7461         * main.c (captured_main): Likewise.
7462         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7463         (source_section_scripts): Likewise.
7464
7465 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7466
7467         New option "set auto-load safe-path".
7468         * NEWS: New commands "set auto-load safe-path"
7469         and "show auto-load safe-path".
7470         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7471         (auto_load_safe_path, auto_load_safe_path_vec)
7472         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7473         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7474         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7475         (source_gdb_script_for_objfile): New variable is_safe.  Call
7476         file_is_auto_load_safe.  Return if it is not.
7477         (struct loaded_script): New field loaded.
7478         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7479         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7480         output "Missing" to "No".
7481         (_initialize_auto_load): New variable cmd.  Initialize
7482         auto_load_safe_path.  Register "set auto-load safe-path",
7483         "show auto-load safe-path" and "add-auto-load-safe-path".
7484         * auto-load.h (maybe_add_script): Add parameter loaded.
7485         (file_is_auto_load_safe): New declaration.
7486         * config.in: Regenerate.
7487         * configure: Regenerate.
7488         * configure.ac: New parameters --with-auto-load-safe-path
7489         and --without-auto-load-safe-path.
7490         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7491         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7492         * main.c (captured_main): Check file_is_auto_load_safe for
7493         LOCAL_GDBINIT.
7494         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7495         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7496         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7497         not.
7498
7499 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7500
7501         auto-load: Implementation.
7502         * NEWS: New descriptions for "info auto-load",
7503         "info auto-load gdb-scripts", "info auto-load python-scripts",
7504         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7505         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7506         and "show auto-load-scripts".  New description for "set auto-load",
7507         "show auto-load", "set auto-load gdb-scripts",
7508         "show auto-load gdb-scripts", "set auto-load python-scripts",
7509         "show auto-load python-scripts", "set auto-load local-gdbinit",
7510         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7511         "show auto-load libthread-db".
7512         * auto-load.c: Remove include python/python-internal.h.  Add includes
7513         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7514         cli/cli-setshow.h.
7515         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7516         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7517         (gdbpy_global_auto_load): Rename to ...
7518         (global_auto_load): ... here.
7519         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7520         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7521         (script_language_gdb, source_gdb_script_for_objfile): New.
7522         (struct loaded_script): New field language.
7523         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7524         LANGUAGE.
7525         (maybe_add_script): Add parameter language.  Drop redundant
7526         entry.full_path initialization.  Initialize entry.language and
7527         (*slot)->language.
7528         (auto_load_objfile_script): Change parameter suffix to language.
7529         Remove the call of maybe_add_script.
7530         Call language->source_script_for_objfile.
7531         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7532         New.
7533         (collect_matching_scripts): Adjust it for
7534         struct collect_matching_scripts_data.
7535         (auto_load_info_scripts_pattern_nl): New variable.
7536         (info_auto_load_scripts): Rename to ...
7537         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7538         for struct collect_matching_scripts_data.
7539         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7540         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7541         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7542         (auto_load_info_cmdlist_get): New.
7543         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7544         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7545         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7546         "info auto-load local-gdbinit".
7547         * auto-load.h (struct script_language): New.
7548         (gdbpy_global_auto_load): Rename to ...
7549         (global_auto_load): ... here.
7550         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7551         (auto_load_local_gdbinit_loaded): New declarations.
7552         (maybe_add_script): New parameter language.
7553         (auto_load_objfile_script): Change parameter suffix to language.
7554         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7555         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7556         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7557         declarations.
7558         * linux-thread-db.c: Include auto-load.h and ctype.h.
7559         (auto_load_thread_db, show_auto_load_thread_db): New.
7560         (struct thread_db_info): New field filename.
7561         (delete_thread_db_info): Call xfree for FILENAME.
7562         (try_thread_db_load): Initialize FILENAME.
7563         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7564         if !AUTO_LOAD_THREAD_DB.
7565         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7566         (_initialize_thread_db): Install auto_load_thread_db
7567         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7568         as "info auto-load libthread-db".
7569         * main.c (captured_main): Rename gdbpy_global_auto_load to
7570         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7571         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7572         (print_gdb_help): Extend the help for 'local init file'.
7573         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7574         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7575         (auto_load_scripts): Rename to ...
7576         (auto_load_python_scripts): ... here, update the comment.
7577         (gdbpy_load_auto_script_for_objfile): New declaration.
7578         (show_auto_load_python_scripts, script_language_python)
7579         (gdbpy_load_auto_script_for_objfile): New.
7580         (source_section_scripts): Refactor the code.
7581         (load_auto_scripts_for_objfile): Rename to ...
7582         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7583         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7584         (info_auto_load_python_scripts): New.
7585         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7586         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7587         Register "set auto-load-scripts" as its deprecated alias.  Register
7588         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7589         its deprecated alias.
7590         (load_auto_scripts_for_objfile): Rename to ...
7591         (gdbpy_load_auto_scripts_for_objfile): ... here.
7592         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7593         (gdbpy_load_auto_scripts_for_objfile): ... here.
7594
7595 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7596
7597         auto-load: Move files.
7598         * Makefile.in (SFILES): Add auto-load.c.
7599         (HFILES_NO_SRCDIR): Add auto-load.h.
7600         (COMMON_OBS): Add auto-load.o.
7601         (distclean): Change .gdbinit for gdb-gdb.gdb.
7602         * auto-load.c: New file, with parts from python/py-auto-load.c.
7603         * auto-load.h: New file, with parts from python/python.h.
7604         * configure: Regenerate.
7605         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7606         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7607         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7608         * main.c: Include auto-load.h.
7609         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7610         command.h, observer.h and progspace.h to auto-load.c.  Add include
7611         auto-load.h.
7612         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7613         (struct loaded_script, auto_load_pspace_data)
7614         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7615         (hash_loaded_script_entry, eq_loaded_script_entry)
7616         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7617         (maybe_add_script): Move to auto-load.c.
7618         (source_section_scripts): Change maybe_add_script parameters passing,
7619         use script_not_found_warning_print.
7620         (clear_section_scripts, auto_load_objfile_script)
7621         (auto_load_new_objfile, loaded_script_ptr)
7622         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7623         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7624         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7625         auto_load_new_objfile and info_auto_load_scripts initizations to
7626         auto-load.c.
7627         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7628
7629 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7630
7631         Code cleanup.
7632         * charset.c (find_charset_names): Remove variables ix and elt.
7633         Use free_char_ptr_vec.
7634         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7635         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7636         debugdir_end.  New variable debugdir_len.
7637         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7638         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7639         declarations.
7640         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7641         and elt.  Use free_char_ptr_vec.
7642         * source.c (add_path): Remove variables argv, arg and argv_index.
7643         New variables dir_vec, back_to, ix and name.
7644         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7645         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7646         no longer expecting DIRNAME_SEPARATOR.
7647         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7648         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7649         no longer expecting DIRNAME_SEPARATOR.
7650         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7651         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7652         debugdir_end.
7653         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7654         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7655         (dirnames_to_char_ptr_vec): New functions.
7656
7657 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7658
7659         Code cleanup.
7660         * source.c (add_path): Remove always true conditional 'p == 0' and
7661         unindent its code block.
7662
7663 2012-04-17  Pedro Alves  <palves@redhat.com>
7664
7665         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7666         (FIELD_BITPOS_LVAL): ... this.
7667         (FIELD_BITPOS): New.
7668         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7669         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7670         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7671         SET_FIELD_BITPOS.
7672         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7673         SET_FIELD_BITPOS.
7674         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7675         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7676         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7677         SET_FIELD_BITPOS.
7678
7679 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7680
7681         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7682         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7683         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7684         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7685         * jv-lang.c (java_link_class_type): Likewise, once.
7686         * stabsread.c (read_enum_type): Likewise.
7687
7688 2012-04-16  Yao Qi  <yao@codesourcery.com>
7689
7690         * common/agent.c (agent_run_command): Add one more parameter `len'.
7691         Update callers.
7692         * common/agent.h: Update declaration.
7693         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7694         Update.
7695         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7696
7697 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7698
7699         PR mi/13393
7700         * value.c (value_actual_type): New function.
7701         * value.h (value_actual_type): New declaration.
7702         * varobj.c (update_type_if_necessary): New function.
7703         (varobj_create): Call value_actual_type instead of
7704         value_type.
7705         (install_dynamic_child): distinct changed and type changed MI variable
7706         objects.
7707         (update_dynamic_varobj_children): Updated for install_dynamic_child
7708         change.  All callers updated.
7709         (varobj_update): Support for MI variable object type change if
7710         the value changed and RTTI is used to determine the type.
7711         (create_child_with_value): Call value_actual_type instead of
7712         value_type.
7713         (adjust_value_for_child_access): Extended with a new parameter which
7714         specify whether the given value should be casted to enclosing type.
7715         All callers updated.
7716
7717 2012-04-14  Yao Qi  <yao@codesourcery.com>
7718
7719         Import gnulib module inttypes from git
7720         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7721         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7722         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7723         gnulib/m4/inttypes-pri.m4
7724         * aclocal.m4, config.in, configure: Regenerated.
7725         * gnulib/Makefile.am: Update.
7726         * gnulib/Makefile.in: Update.
7727         * gnulib/m4/gnulib-cache.m4: Update.
7728         * gnulib/m4/gnulib-comp.m4: Update.
7729         * gnulib/inttypes.in.h: New.
7730         * gnulib/m4/inttypes-pri.m4: New.
7731         * gnulib/m4/inttypes.m4: New.
7732
7733 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
7734
7735         * infrun.c (resume): Update PC address to the real PC after
7736         preparing to do displaced stepping.
7737
7738 2012-04-12  Doug Evans  <dje@google.com>
7739
7740         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7741         All callers updated.
7742
7743 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
7744
7745         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7746
7747 2012-04-12  Doug Evans  <dje@google.com>
7748
7749         * dwarf2read.c (create_all_type_units): Renamed from
7750         create_debug_types_hash_table.  All callers updated.
7751
7752         * dwarf2read.c (create_signatured_type_table_from_index): Rename
7753         local type_sig to sig_type, type_offset to type_offset_in_tu.
7754         (hash_signatured_type): Renamed from hash_type_signature,
7755         all callers updated.
7756         (eq_signatured_type): Renamed from eq_type_signature,
7757         all callers updated.
7758         (create_debug_types_hash_table): Rename local type_sig to sig_type.
7759         (process_enumeration_scope): Ditto.
7760         (lookup_signatured_type_at_offset): Ditto.
7761         (load_full_type_unit, read_signatured_type): Ditto.
7762
7763 2012-04-12  Yao Qi  <yao@codesourcery.com>
7764
7765         * remote.c (async_remote_interrupt): Correct function name in
7766         debug message.
7767         (async_remote_interrupt_twice): Ditto.
7768
7769 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
7770
7771         * source.c (find_and_open_source): Consistently pass resulting
7772         full path through xfullpath.
7773
7774 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7775
7776         Provide more specific displaced-stepping memory error message.
7777         * infrun.c (displaced_step_prepare): New variable status.  Call
7778         target_read_memory instead of read_memory, provide more specific
7779         error message.
7780
7781 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7782
7783         PR gdb/13901
7784         * darwin-nat.c (darwin_execvp): Revert previous patch.
7785
7786 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7787
7788         PR gdb/13901
7789         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7790         in case of change.
7791
7792 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7793
7794         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7795         warning.
7796
7797 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
7798
7799         New command 'explore' which helps explore values and types in
7800         scope.
7801         * NEWS: Add an entry about the new 'explore' command.
7802         * data-directory/Makefile.in: Add gdb/command/explore.py
7803         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7804         command using the GDB Python API.
7805
7806 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7807
7808         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7809         extension in jump target calculation.
7810
7811 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7812
7813         * mips-tdep.c (mips32_next_pc): Handle JALX.
7814
7815 2012-04-10  Yao Qi  <yao@codesourcery.com>
7816
7817         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7818
7819 2012-04-10  Yao Qi  <yao@codesourcery.com>
7820
7821         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7822         and gnulib/m4/gnulib-tool.m4.
7823
7824 2012-04-10  Doug Evans  <dje@google.com>
7825
7826         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7827         (load_partial_dies): Clarify comment.
7828         (find_partial_die): Support rereading type units.
7829         Clarify CU handling, if we know offset is in CU, don't search for the
7830         containing CU.  Add comment regarding memory waste.
7831
7832 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7833
7834         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7835         i386/x32-avx and i386/x32-avx-linux.
7836         (i386/x32-expedite): New.
7837         (i386/x32-linux-expedite): Likewise.
7838         (i386/x32-avx-expedite): Likewise.
7839         (i386/x32-avx-linux-expedite): Likewise.
7840         ($(outdir)/i386/x32.dat): Likewise.
7841         ($(outdir)/i386/x32-linux.dat): Likewise.
7842         ($(outdir)/i386/x32-avx.dat): Likewise.
7843         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7844
7845         * features/i386/x32-avx-linux.xml: New file.
7846         * features/i386/x32-avx.xml: Likewise.
7847         * features/i386/x32-core.xml: Likewise.
7848         * features/i386/x32-linux.xml: Likewise.
7849         * features/i386/x32.xml: Likewise.
7850
7851         * features/i386/x32-avx-linux.c: New.  Generated.
7852         * features/i386/x32-avx.c: Likewise.
7853         * features/i386/x32-linux.c: Likewise.
7854         * features/i386/x32.c: Likewise.
7855         * regformats/i386/x32-avx-linux.dat: Likewise.
7856         * regformats/i386/x32-avx.dat: Likewise.
7857         * regformats/i386/x32-linux.dat: Likewise.
7858         * regformats/i386/x32.dat: Likewise.
7859
7860 2012-04-10  Tristan Gingold  <gingold@adacore.com>
7861
7862         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7863         code to kill the inferior.
7864
7865 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7866
7867         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7868         defines.
7869         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7870         defines.
7871         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7872         (yyvsp): New defines.
7873         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7874         defines.
7875         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7876         defines.
7877         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7878         defines.
7879         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7880         defines.
7881         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7882         defines.
7883
7884 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7885
7886         * sparc64-tdep.c (sparc64_store_arguments)
7887         (sparc64_store_arguments): Fix coding style.
7888
7889 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
7890
7891         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7892         complex floats, adjust some related comments and tighten a related
7893         assertion.
7894         (sparc64_extract_return_value): Handle complex floats.
7895
7896 2012-04-07  Doug Evans  <dje@google.com>
7897
7898         * dwarf2read.c (load_partial_dies): Change condition to assert.
7899
7900 2012-04-06  Doug Evans  <dje@google.com>
7901
7902         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7903         "mov %rsp,%rbp".
7904
7905 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
7906
7907         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7908         fencepost error.
7909         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7910         (v850_gdbarch_init): Set `num_regs' as appropriate for the
7911         architecture.
7912
7913 2012-04-05  Keith Seitz  <keiths@redhat.com>
7914
7915         * linespec.c (decode_compound): Remove.
7916         (enum offset_relative_sign): New enum.
7917         (struct line_offset): New struct.
7918         (struct linespec): New struct.
7919         (struct linespec_state): Move file_symtabs,
7920         user_filename, and user_function into struct linespec.
7921         Make result an anonymous struct holding vectors of
7922         symbolp and minsym_and_objfile_d.
7923         Add language member.
7924         (enum ls_token_type): New enum.
7925         (linespec_keywords): New array.
7926         (struct ls_token): New struct.
7927         (struct ls_parser): New struct.
7928         (linespec_lexer_lex_number): New function.
7929         (linespec_lexer_lex_keyword): New function.
7930         (is_ada_operator): New function.
7931         (skip_quote_char): New function.
7932         (copy_token_string): New function.
7933         (is_closing_quote_enclosed): New function.
7934         (find_parameter_list_end): New function.
7935         (linespec_lexer_lex_string): New function.
7936         (linespec_lexer_lex_one): New function.
7937         (linespec_lexer_consume_token): New function.
7938         (linespec_lexer_peek_token): New function.
7939         (cplusplus_error): Remove unused function.
7940         (find_methods): Update comment.
7941         (find_toplevel_char): Return const.
7942         (is_objc_method_format): Remove unused function.
7943         (find_toplevel_string): New function.
7944         (is_linespec_boundary): Remove.
7945         (symbol_not_found_error): New function.
7946         (find_method_overload_end): Remove function.
7947         (unexpected_linespec_error): New function.
7948         (keep_name_info): Remove.
7949         (linespec_parse_line_offset): New function.
7950         (linespec_parse_basic): New function.
7951         (canonicalize_linespec): New function.
7952         (decode_line_internal): Remove.
7953         (create_sals_line_offset): New function adapted from
7954         decode_all_digits.
7955         (convert_linespec_to_sals): New function.
7956         (parse_linespec): New function.
7957         (linespec_parser_new): New function.
7958         (linespec_state_destructor): Change parameter type to
7959         struct linespec_state *.
7960         Add language parameter.
7961         Remove freeing of moved members.
7962         (linespec_parser_delete): New function.
7963         (decode_line_full): Use parse_linespec and linespec_parser_new.
7964         (decode_line_1): Likewise.
7965         (decode_indirect): Rename to ...
7966         (linespec_expression_to_pc): ... this and rewrite
7967         to simply find CORE_ADDR, storing this result for later
7968         conversion to SALs.
7969         (locate_first_half): Remove.
7970         (deocde_objc): Add parameter LS.
7971         Initialize new struct collect_info members.
7972         Handle minimal symbols, too.
7973         (decode_compound): Delete.
7974         (lookup_prefix_sym): Rewrite.
7975         (compare_msymbols): New function.
7976         (find_method): Rewrite.
7977         Do not call cplusplus_error.
7978         (symtabs_from_filename): Rewrite.
7979         (collect_function_symbols): Delete.
7980         (find_function_symbols): Rewrite without ARGPTR-style
7981         processing.
7982         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7983         (decode_dollar): Adapted and renamed to ...
7984         (linespec_parse_variable): ... this.
7985         (find_linespec_symbols): New function.
7986         (decode_label): Adapted and renamed to ...
7987         (find_label_symbols): ... this.
7988         (decode_digits_list_mode): Add and use LS argument.
7989         (decode_digits_ordinary): Likewise.
7990         (collect_symbols): Do not collect SALs, just symbols and msymbols.
7991         If in list mode, allow any symbol class.  Otherwise, only
7992         permit LOC_BLOCK symbols.
7993         (minsym_found): Update comments.
7994         (search_minsyms_for_name): Do not convert the matching symbol
7995         into a SAL.  Simply push the symbol and objfile into the
7996         result vector.
7997         (decode_variable): Delete. Contents adapted into
7998         find_linespec_symbols.
7999
8000         * cp-support.c (SKIP_SPACE): Remove.
8001         (operator_tokens): Remove unused global.
8002         (cp_validate_operator): Remove.
8003         * cp-support.h (cp_validate_operator): Remove declaration.
8004
8005 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8006
8007         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8008         for TYPE_VPTR_FIELDNO.
8009         * valprint.c (valprint_check_validity): Make it global, move the
8010         function comment ...
8011         * value.h (valprint_check_validity): ... to this new declaration.
8012
8013 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8014
8015         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8016         the STATE32 api for i386 state.
8017         (i386_darwin_store_inferior_registers): Likewise.
8018
8019 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8020
8021         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8022         SS offset.
8023         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8024         format_string.
8025
8026 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8027
8028         PR gdb/13901
8029         * darwin-nat.c (darwin_execvp): Set binary preference.
8030
8031 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8032
8033         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8034
8035 2012-03-30  Tom Tromey  <tromey@redhat.com>
8036
8037         * python/python.c (gdbpy_decode_line): Move cleanup creation out
8038         of TRY_CATCH.  Fix error handling.
8039         * python/py-value.c (convert_value_from_python): Move 'old'
8040         declaration to innermost scope.
8041
8042 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8043             Andrey Smirnov  <andrew.smirnov@gmail.com>
8044
8045         -Wshadow warning fix.
8046         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8047         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8048         Adjust code accordingly.
8049
8050 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8051
8052         * ada-lang.c (symbol_completion_add): Rename parameter
8053         "encoded" into "encoded_p".  Ajust code and documentation
8054         accordingly.
8055
8056 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8057             Andrey Smirnov  <andrew.smirnov@gmail.com>
8058
8059         -Wshadow warning fix.
8060         * ada-lang.c (symbol_completion_add): Rename parameter
8061         "wild_match" into wild_match_p.  Update code and documentation
8062         accordingly.
8063
8064 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8065
8066         * ada-lang.c (symbol_completion_match): Rename parameter
8067         "encoded" into "encoded_p".  Ajust code and documentation
8068         accordingly.
8069
8070 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8071             Andrey Smirnov  <andrew.smirnov@gmail.com>
8072
8073         -Wshadow warning fix.
8074         * ada-lang.c (symbol_completion_match): Rename parameter
8075         "wild_match" into "wild_match_p".  Adjust code and function
8076         documentation accordingly.
8077
8078 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8079             Andrey Smirnov  <andrew.smirnov@gmail.com>
8080
8081         -Wshadow warning fix.
8082         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8083         "symbol_info" into "info".  Adjust code accordingly.
8084         (ada_lookup_symbol): Likewise.
8085
8086 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8087
8088         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8089         of this function's documentation.
8090
8091 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8092             Andrey Smirnov  <andrew.smirnov@gmail.com>
8093
8094         -Wshadow warning fix.
8095         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8096         variable into "wild_match_p".  Adjust code accordingly.
8097
8098 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8099             Andrey Smirnov  <andrew.smirnov@gmail.com>
8100
8101         -Wshadow warning fix.
8102         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8103         parameter into "wild_match_p".  Adjust code accordingly.
8104         Document this parameter in the function description.
8105
8106 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8107             Andrey Smirnov  <andrew.smirnov@gmail.com>
8108
8109         -Wshadow warning fix.
8110         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8111         "wild_match" parameter to "wild_match_p" (-Wshadow).
8112
8113 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8114
8115         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8116         in function documentation.
8117
8118 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8119             Andrey Smirnov  <andrew.smirnov@gmail.com>
8120
8121         -Wshadow warning fix.
8122         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8123         variable into wild_match_p.  Adjust code accordingly.
8124
8125 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8126             Andrey Smirnov  <andrew.smirnov@gmail.com>
8127
8128         * ada-valprint.c (ada_val_print_1): Move the code handling
8129         TYPE_CODE_ENUM inside its own lexical block.  Declare
8130         variables len and val there, instead of in the function's
8131         top level block.  Avoid declaring deref_val again in a way
8132         that shadows another variable of the same name declared
8133         in one of the up-level blocks.  Just re-use the up-level
8134         variable instead.
8135
8136 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8137
8138         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8139         Replace block_found argument by symbol_info.  Adjust
8140         implementation accordingly.  Add function documentation.
8141         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8142         Fix documentation.
8143         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8144         * ada-exp.y (write_object_renaming): Adjust to new
8145         ada_lookup_encoded_symbol API.
8146
8147 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8148
8149         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8150         documentation.
8151
8152 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8153
8154         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8155         (v850_register_name): Add the mpu and fpu register names.
8156         (v850e_register_name): Add the mpu and fpu register names.
8157         (v850e2_register_name): New function.
8158         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8159         bfd_mach_v850e2v3.
8160
8161 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8162
8163         * NEWS: Add entry for Ada varobj support.
8164
8165 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8166
8167         * varobj.c (default_value_is_changeable_p): New function,
8168         extracted from varobj_value_is_changeable_p.  Add declaration.
8169         (ada_value_is_changeable_p): New function, extracted from
8170         varobj_value_is_changeable_p.  Add declaration.
8171         (struct language_specific): New field "value_is_changeable_p".
8172         (languages): Add entries for new field.
8173         (varobj_create): Set language before calling install_new_value.
8174         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8175         "value_is_changeable_p" language callback.
8176
8177 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8178
8179         * ada-varobj.h, ada-varobj.c: New files.
8180         * Makefile.in (SFILES): Add ada-varobj.c.
8181         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8182         (COMMON_OBS): Add ada-varobj.o.
8183
8184 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8185
8186         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8187         (struct language_specific): New field "value_has_mutated".
8188         (languages): Set field "value_has_mutated" in each entry of array.
8189         (varobj_value_has_mutated): New function.
8190         (varobj_udpdate): Add handling of type mutation.
8191         (value_of_root): Add handling of type mutation.
8192         (ada_value_has_mutated): New function.
8193
8194 2012-03-28  Pedro Alves  <palves@redhat.com>
8195
8196         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8197         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8198
8199 2012-03-28  Tom Tromey  <tromey@redhat.com>
8200
8201         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8202         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8203         before returning.
8204
8205 2012-03-28  Tom Tromey  <tromey@redhat.com>
8206
8207         * .dir-locals.el: New file.
8208
8209 2012-03-28  Pedro Alves  <palves@redhat.com>
8210
8211         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8212
8213 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8214
8215         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8216         handling for r0.
8217
8218 2012-03-27  Pedro Alves  <palves@redhat.com>
8219
8220         Eliminate struct ui_stream.
8221
8222         * ui-out.h (struct ui_stream): Delete.
8223         (ui_out_field_stream): Adjust prototype.
8224         (ui_out_stream_new, ui_out_stream_delete)
8225         (make_cleanup_ui_out_stream_delete): Delete declarations.
8226         * ui-out.c (ui_out_field_stream): Change prototype to take a
8227         ui_file instead of a ui_stream.  Adjust.
8228         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8229         (make_cleanup_ui_out_stream_delete): Delete.
8230         * breakpoint.c (print_breakpoint_location)
8231         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8232         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8233         * disasm.c (dump_insns): Ditto.
8234         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8235         prototype.
8236         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8237         ui_stream/ui_out_stream_new.
8238         * infcmd.c (print_return_value): Ditto.
8239         * osdata.c (info_osdata_command): Don't allocate a local
8240         ui_stream.
8241         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8242         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8243         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8244         allocate a local ui_stream.
8245         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8246         instead of ui_stream/ui_out_stream_new.
8247         (list_args_or_locals): Don't allocate a local ui_stream.
8248         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8249         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8250         ui_stream/ui_out_stream_new.
8251         * cli/cli-setshow.c (do_setshow_command): Ditto.
8252
8253 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8254
8255         * arm-linux-tdep.c (arm_linux_init_abi): Call
8256         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8257         * arm-tdep.c (arm_process_record): New function.
8258         (deallocate_reg_mem): New function.
8259         (decode_insn): New function.
8260         (thumb_record_branch): New function.
8261         (thumb_record_ldm_stm_swi(): New function.
8262         (thumb_record_misc): New function.
8263         (thumb_record_ld_st_stack): New function.
8264         (thumb_record_ld_st_imm_offset): New function.
8265         (thumb_record_ld_st_reg_offset(): New function.
8266         (thumb_record_add_sub_cmp_mov): New function.
8267         (thumb_record_shift_add_sub): New function.
8268         (arm_record_coproc_data_proc): New function.
8269         (arm_record_coproc): New function.
8270         (arm_record_b_bl): New function.
8271         (arm_record_ld_st_multiple): New function.
8272         (arm_record_ld_st_reg_offset): New function.
8273         (arm_record_ld_st_imm_offset): New function.
8274         (arm_record_data_proc_imm): New function.
8275         (arm_record_data_proc_misc_ld_str): New function.
8276         (arm_record_extension_space): New function.
8277         (arm_record_strx): New function.
8278         (sbo_sbz): New function.
8279         (struct insn_decode_record): New structure for arm insn record.
8280         (REG_ALLOC): New macro for reg allocations.
8281         (MEM_ALLOC): New macro for memory allocations.
8282         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8283
8284 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8285
8286         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8287         (store_register): Likewise.
8288
8289 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8290
8291         * MAINTAINERS (Write After Approval): Add myself to the list.
8292
8293 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8294
8295         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8296         Describe also the option "auto".
8297
8298 2012-03-22  Richard Henderson  <rth@redhat.com>
8299
8300         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8301         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8302
8303 2012-03-22  Richard Henderson  <rth@redhat.com>
8304
8305         * jit.c (jit_read_code_entry): Compute alignment and offset of
8306         int64_t member before computing entry_size.
8307
8308 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8309
8310         Python scripting: Add new method Value.referenced_value to
8311         gdb.Value which can dereference pointer as well as reference
8312         values.
8313         * NEWS: Add entry under 'Python scripting' about the new method
8314         Value.referenced_value on gdb.Value objects.
8315         * python/py-value.c (valpy_referenced_value): New function
8316         defining a new method on gdb.Value objects which can dereference
8317         pointer and reference values.
8318
8319 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8320
8321         * MAINTAINERS (Write After Approval): Add myself to the list.
8322
8323 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8324
8325         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8326         in addition to "main".
8327
8328 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8329
8330         * expression.h (op_name): Add declaration.
8331         * expprint.c (op_name): Remove declaration.  Make non-static.
8332         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8333
8334 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8335
8336         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8337         of struct siginfo.
8338         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8339         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8340         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8341         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8342         (linux_nat_get_siginfo): Likewise.
8343         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8344         (linux_nat_get_siginfo): Likewise.
8345         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8346         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8347         * procfs.c (gdb_siginfo_t): Likewise.
8348
8349 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8350
8351         * .gitignore: Ignore more files.
8352
8353 2012-03-20  Pedro Alves  <palves@redhat.com>
8354
8355         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8356         returns.
8357
8358 2012-03-20  Yao Qi  <yao@codesourcery.com>
8359
8360         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8361         comment.
8362
8363 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8364
8365         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8366         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8367         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8368         sect_offset.
8369         * dwarf2expr.h (cu_offset, sect_offset): New types.
8370         (struct dwarf_expr_context_funcs) <dwarf_call>
8371         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8372         sect_offset.
8373         (struct dwarf_expr_context) <len>: Improve the comment.
8374         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8375         cu_offset and sect_offset.
8376         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8377         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8378         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8379         * dwarf2loc.h: Include dwarf2expr.h.
8380         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8381         and sect_offset.
8382         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8383         Improve the comment.
8384         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8385         (struct signatured_type, struct line_header, struct partial_die_info)
8386         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8387         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8388         (get_die_type_at_offset, create_cus_from_index)
8389         (create_signatured_type_table_from_index, dw2_get_file_names)
8390         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8391         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8392         (create_debug_types_hash_table, process_psymtab_comp_unit)
8393         (load_partial_comp_unit, create_all_comp_units)
8394         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8395         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8396         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8397         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8398         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8399         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8400         (find_partial_die, read_attribute_value, lookup_die_type)
8401         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8402         (is_ref_attr): New function comment.
8403         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8404         Use cu_offset and sect_offset.
8405         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8406         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8407         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8408         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8409         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8410         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8411         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8412         sect_offset.
8413
8414 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8415
8416         Code cleanup.
8417         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8418         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8419         with xfree.
8420         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8421
8422 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8423
8424         * NEWS: Describe new options --init-command=FILE, -ix and
8425         --init-eval-command=COMMAND, -iex.
8426         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8427         CMDARG_INIT_COMMAND.
8428         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8429         "init-command", "init-eval-command", "ix" and "iex" to the variable
8430         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8431         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8432         (print_gdb_help): Describe --init-command=FILE, -ix and
8433         --init-eval-command=COMMAND, -iex.
8434
8435 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8436
8437         Code cleanup.
8438         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8439         (cmdarg_s, VEC (cmdarg_s)): New.
8440         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8441         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8442         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8443         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8444         of CMDARG.
8445
8446 2012-03-19  Tom Tromey  <tromey@redhat.com>
8447
8448         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8449
8450 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8451
8452         PR symtab/13777
8453         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8454         GCC >=4.5.
8455
8456 2012-03-16  Chris January  <chris.january@allinea.com>
8457
8458         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8459         of clear.
8460
8461 2012-03-16  Chris January  <chris.january@allinea.com>
8462
8463         * source.c (add_path): Use memmove instead of strcpy because the
8464         strings overlap.
8465
8466 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8467
8468         * value.h (set_value_parent): Add declaration.
8469         * value.c (set_value_parent): New function.
8470         (value_address): If VALUE->PARENT is not NULL, then use it as
8471         the base address instead of VALUE->LOCATION.address.
8472         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8473         the same as OBJ's address.  Adjust V's offset accordingly.
8474         Set V's parent.
8475
8476 2012-03-16  Gary Benson  <gbenson@redhat.com>
8477
8478         PR breakpoints/10738
8479         * dwarf2read.c (use_deprecated_index_sections): New global.
8480         (struct partial_die_info): New member may_be_inlined.
8481         (read_partial_die): Set may_be_inlined where appropriate.
8482         (add_partial_subprogram): Add partial symbols for partial
8483         DIEs that may be inlined.
8484         (new_symbol_full): Add inlined subroutines to the current
8485         scope.
8486         (write_psymtabs_to_index): Bump version number.
8487         (dwarf2_read_index): Read only version 6 indices unless
8488         use_deprecated_index_sections is set.
8489         * linespec.c (symbol_and_data_callback): New structure.
8490         (iterate_inline_only): New function.
8491         (iterate_over_all_matching_symtabs): New argument
8492         "include_inline".  If nonzero, also call the callback for
8493         symbols representing inlined subroutines.
8494         (lookup_prefix_sym): Pass extra argument to the above.
8495         (find_function_symbols): Likewise.
8496         (add_matching_symbols_to_info): Likewise.
8497         * NEWS: Mention that GDB can now set breakpoints on inlined
8498         functions.
8499
8500 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8501
8502         * p-typeprint.c (pascal_type_print_method_args):
8503         Fix display of parameter of methods.
8504
8505 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8506
8507         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8508         Add missing prototype.
8509
8510 2012-03-16  Yao Qi  <yao@codesourcery.com>
8511             Jan Kratochvil  <jan.kratochvil@redhat.com>
8512
8513         Fix false compilation warning.
8514         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8515
8516 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8517             Pedro Alves  <pedro@codesourcery.com>
8518
8519         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8520         (arm_register_g_packet_guesses): New function.
8521         (arm_gdbarch_init): Don't force a target description with
8522         registers when the executable is detected as M-profile.  Instead
8523         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8524         (_initialize_arm_tdep): Initialize the new target description.
8525         * features/arm-with-m-fpa-layout.xml: New description.
8526         * features/arm-with-m-fpa-layout.c: New, generated.
8527
8528 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8529
8530         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8531         Update function description.
8532         (insert_bp_location): Do not wipe bl->target_info out.
8533         * mem-break.c: #include "gdb_string.h".
8534         (default_memory_insert_breakpoint): Do not call target_read_memory
8535         with a pointer to the breakpoint's shadow_contents buffer.  Use
8536         a local buffer instead.
8537         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8538
8539 2012-03-15  Tom Tromey  <tromey@redhat.com>
8540
8541         * NEWS: Mention "info vtbl", not "info vtable".
8542         * cp-support.c (info_vtbl_command): Fix comment.
8543         (_initialize_cp_support): Fix text.
8544
8545 2012-03-15  Tom Tromey  <tromey@redhat.com>
8546
8547         * cp-valprint.c (cp_print_value_fields): Use
8548         print_function_pointer_address for vtable slot.
8549
8550 2012-03-15  Tom Tromey  <tromey@redhat.com>
8551
8552         * gnu-v3-abi.c (struct value_and_voffset): New.
8553         (hash_value_and_voffset, eq_value_and_voffset)
8554         (compare_value_and_voffset, compute_vtable_size)
8555         (print_one_vtable, gnuv3_print_vtable): New functions.
8556         (init_gnuv3_ops): Initialize 'print_vtable' field.
8557         * cp-support.c (info_vtbl_command): New function.
8558         (_initialize_cp_support): Add "info vtbl".
8559         * cp-abi.h (cplus_print_vtable): Declare.
8560         (struct cp_abi_ops) <print_vtable>: New field.
8561         * cp-abi.c (cplus_print_vtable): New function.
8562         * NEWS: Update.
8563
8564 2012-03-15  Tom Tromey  <tromey@redhat.com>
8565
8566         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8567         iterate_over_symbols.
8568
8569 2012-03-14  Doug Evans  <dje@google.com>
8570
8571         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8572         DW_OP_GNU_parameter_ref.
8573
8574 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8575
8576         Fix double prompt of 'interpreter-exec mi'.
8577         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8578         (mi_interpreter_resume): use it.
8579         (mi_execute_command_input_handler): New function.
8580         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8581         mi_execute_command_input_handler.
8582
8583 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8584
8585         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8586         prototype.
8587         (darwin_debug_port_info): Make static.
8588         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8589         * machoread.c (_initialize_machoread): Add prototype.
8590         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8591         (i386_darwin_set_control, i386_darwin_get_control)
8592         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8593         i386_darwin_get_status, i386_darwin_get_control):
8594         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8595
8596 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8597
8598         * ax-gdb.c (gen_usual_unary): Remove special handling of
8599         enum and bool types.
8600
8601 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8602
8603         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8604
8605 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8606
8607         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8608
8609 2012-03-13  Chris January  <chris.january@allinea.com>
8610
8611         * aix-thread.c (fill_sprs): Store the floating point registers
8612         at the correct offsets into vals.
8613
8614 2012-03-13  Doug Evans  <dje@google.com>
8615
8616         * NEWS: Mention symbol-reloading has been deleted.
8617         * symfile.c (symbol_reloading): Delete.
8618         (show_symbol_reloading): Delete.
8619         (_initialize_symfile): Delete set/show symbol-reloading.
8620
8621         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8622         read_in_chain until we have successfully read it in.
8623         (load_full_comp_unit): Ditto.
8624         (read_signatured_type): Add comment.
8625
8626 2012-03-13  Chris January  <chris.january@allinea.com>
8627
8628         * stabsread.c (fix_common_block): Change type of valu argument
8629         to CORE_ADDR.
8630
8631 2012-03-13  Chris January  <chris.january@allinea.com>
8632
8633         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8634         instruction.
8635
8636 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8637
8638         * common/linux-procfs.c (linux_proc_get_int): New, from
8639         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8640         field.
8641         (linux_proc_get_tgid): Only call linux_proc_get_int.
8642         (linux_proc_get_tracerpid): New.
8643         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8644         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8645         linux_proc_pid_has_state.
8646         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8647         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8648         (linux_ptrace_attach_warnings): New.
8649         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8650         New declaration.
8651         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8652         (linux_nat_attach): New variables ex, buffer, message and message_s.
8653         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8654
8655 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8656
8657         * Makefile.in (linux-ptrace.o): New.
8658         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8659         from linux-nat.c.
8660         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8661         * common/linux-ptrace.c: New file.
8662         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8663         * config/arm/linux.mh: Likewise.
8664         * config/i386/linux.mh: Likewise.
8665         * config/i386/linux64.mh: Likewise.
8666         * config/ia64/linux.mh: Likewise.
8667         * config/m32r/linux.mh: Likewise.
8668         * config/m68k/linux.mh: Likewise.
8669         * config/mips/linux.mh: Likewise.
8670         * config/pa/linux.mh: Likewise.
8671         * config/powerpc/linux.mh: Likewise.
8672         * config/powerpc/ppc64-linux.mh: Likewise.
8673         * config/powerpc/spu-linux.mh: Likewise.
8674         * config/s390/s390.mh: Likewise.
8675         * config/sparc/linux.mh: Likewise.
8676         * config/sparc/linux64.mh: Likewise.
8677         * config/xtensa/linux.mh: Likewise.
8678         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8679         common/linux-procfs.c.
8680         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8681
8682 2012-03-13  Hui Zhu  <teawater@gmail.com>
8683             Pedro Alves  <palves@redhat.com>
8684
8685         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8686         CREATE_BREAKPOINT_FLAGS_INSERTED.
8687         (create_breakpoint_sal, create_breakpoints_sal)
8688         (base_breakpoint_create_breakpoints_sal)
8689         (tracepoint_create_breakpoints_sal)
8690         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8691         down.
8692         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8693         (ftrace_command, strace_command): Adjust.
8694         (create_tracepoint_from_upload): Pass
8695         CREATE_BREAKPOINT_FLAGS_INSERTED.
8696         * breakpoint.h (enum breakpoint_create_flags): New.
8697         (create_breakpoint): New flags parameter.
8698         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8699         * python/py-breakpoint.c (bppy_init): Adjust.
8700         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8701         * spu-tdep.c (spu_catch_start): Adjust.
8702
8703 2012-03-13  Pedro Alves  <palves@redhat.com>
8704             Hui Zhu  <teawater@gmail.com>
8705             Yao Qi  <yao@codesourcery.com>
8706
8707         * remote.c (struct remote_state): New field `starting_up'.
8708         (remote_start_remote): Set and clear it.
8709         (remote_can_download_tracepoint): If starting up, return false.
8710
8711 2012-03-13  Yao Qi  <yao@codesourcery.com>
8712
8713         * inferior.h (struct inferior): Remove fields any_syscall_count,
8714         syscalls_counts and total_syscalls_count.  Move them to new
8715         struct catch_syscall_inferior_data in breakpoint.c.
8716         * breakpoint.c: Call DEF_VEC_I(int).
8717         (struct catch_syscall_inferior_data): New.
8718         (get_catch_syscall_inferior_data): New.
8719         (catch_syscall_inferior_data_cleanup): New.
8720         (insert_catch_syscall): Update to access data in
8721         struct catch_syscall_inferior_data.
8722         (insert_catch_syscall): Likewise.
8723         (remove_catch_syscall): Likewise.
8724         (remove_catch_syscall): Likewise.
8725         (is_syscall_catchpoint_enabled): Likewise.
8726         (add_catch_command): Likewise.
8727         (_initialize_breakpoint): Register cleanup.
8728         * breakpoint.h: Removed DEF_VEC_I(int).
8729         * dwarf2loc.c: Call DEF_VEC_I(int).
8730         * mi/mi-main.c: Likewise.
8731
8732 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
8733
8734         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8735
8736 2012-03-12  Chris January  <chris.january@allinea.com>
8737
8738         * aix-thread.c (_initialize_aix_thread): Add prototype.
8739         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8740         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8741
8742 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
8743
8744         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8745         include of "amd64-nat.h".
8746
8747 2012-03-12  Tom Tromey  <tromey@redhat.com>
8748
8749         * buildsym.c (record_pending_block): Now static.
8750         * buildsym.h: (record_pending_block): Remove.
8751
8752 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
8753
8754         * amd64bsd-nat.c: Include amd64bsd-nat.h.
8755
8756 2012-03-09  Tom Tromey  <tromey@redhat.com>
8757
8758         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8759         producer_is_gxx_lt_4_6>: New fields.
8760         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8761
8762 2012-03-09  Tom Tromey  <tromey@redhat.com>
8763
8764         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8765
8766 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8767
8768         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8769         prototype.
8770
8771 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8772
8773         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8774
8775 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8776
8777         Fix -Wmissing-prototypes build.
8778         * arm-linux-nat.c (get_thread_id): Make it static.
8779         * xtensa-linux-nat.c (get_thread_id): Likewise.
8780
8781 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8782
8783         * server.c (process_point_options): If a conditional expression
8784         is found, only print a message if remote_debug is nonzero.
8785
8786 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
8787
8788         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8789         of internal error for unknown/unsupported types.
8790
8791 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8792
8793         Fix CU relative vs. absolute DIE offsets.
8794         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8795         offset to offset_in_cu.
8796         * dwarf2read.c (process_enumeration_scope): Add CU offset to
8797         TYPE_OFFSET.
8798         (dwarf2_fetch_die_location_block): Rename parameter offset to
8799         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
8800
8801 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8802
8803         * libunwind-frame.c: Rename to ...
8804         * ia64-libunwind-tdep.c: ... here.
8805         * libunwind-frame.h: Rename to ...
8806         * ia64-libunwind-tdep.h: ... here.
8807         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8808         ia64-libunwind-tdep.h.
8809         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8810         * README (--with-libunwind): Rename to ...
8811         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8812         * config.in: Regenerate.
8813         * configure: Regenerate.
8814         * configure.ac: New option --with-libunwind-ia64, make the
8815         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
8816         Remove AC_DEFINE for HAVE_LIBUNWIND.
8817         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8818         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8819         Rename libunwind-frame in the general comment.
8820         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8821         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8822         Move forward declarations inside #ifndef.  Rename libunwind-frame in
8823         the general comment.
8824         * ia64-tdep.c: Rename libunwind-frame.h #include to
8825         ia64-libunwind-tdep.h.
8826         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8827         (ia64_libunwind_descr): Rename libunwind-frame to
8828         ia64-libunwind-tdep in these function comments.
8829         * ia64-tdep.h: Rename libunwind-frame.h #include to
8830         ia64-libunwind-tdep.h.
8831         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8832         ia64-libunwind-tdep in that data comment.
8833
8834 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8835
8836         * libunwind-frame.h (struct frame_unwind): New declaration.
8837
8838 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8839
8840         * breakpoint.c (_initialize_breakpoint): Fix error in help of
8841         "set breakpoint condition-evaluation" command.
8842
8843 2012-03-08  Tristan Gingold  <gingold@adacore.com>
8844
8845         * sparc-stub.c: Move to stubs/
8846         * sh-stub.c: Likewise.
8847         * m68k-stub.c: Likewise.
8848         * m32r-stub.c: Likewise.
8849         * i386-stub.c: Likewise.
8850
8851 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
8852
8853         * m68klinux-tdep.c (m68k_linux_init_abi): Register
8854         linux_get_siginfo_type.
8855
8856         * m68klinux-nat.c: Include "gdb_proc_service.h".
8857         (PTRACE_GET_THREAD_AREA): Define.
8858         (ps_get_thread_area): New function.
8859
8860 2012-03-08  Yao Qi  <yao@codesourcery.com>
8861
8862         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8863         `xsnprintf'.
8864         (remote_query_attached): Likewise.
8865         (remote_static_tracepoint_marker_at): Likewise.
8866         (remote_set_permissions): Likewise.
8867         (remote_detach_1, extended_remote_attach_1): Likewise.
8868         (send_g_packet, remote_vkill): Likewise.
8869         (extended_remote_disable_randomization): Likewise.
8870         (remote_add_target_side_condition): Likewise.
8871         (remote_insert_breakpoint): Likewise.
8872         (remote_remove_breakpoint): Likewise.
8873         (remote_insert_watchpoint): Likewise.
8874         (remote_remove_watchpoint): Likewise.
8875         (remote_insert_hw_breakpoint): Likewise.
8876         (remote_insert_hw_breakpoint): Likewise.
8877         (remote_remove_hw_breakpoint): Likewise.
8878         (remote_download_command_source): Likewise.
8879         (remote_download_tracepoint): Likewise.
8880         (remote_download_trace_state_variable): Likewise.
8881         (remote_disable_tracepoint): Likewise.
8882         (remote_trace_set_readonly_regions): Likewise.
8883         (remote_get_tracepoint_status): Likewise.
8884         (remote_trace_find): Likewise.
8885         (remote_get_trace_state_variable_value): Likewise.
8886         (remote_set_disconnected_tracing): Likewise.
8887         (remote_set_circular_trace_buffer): Likewise.
8888         (remote_get_min_fast_tracepoint_insn_len): Likewise.
8889         (remote_use_agent): Likewise.
8890         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8891         Update callers.
8892
8893 2012-03-07  Pedro Alves  <palves@redhat.com>
8894
8895         * NEWS: Mention QProgramSignals.
8896         * inferior.h (update_signals_program_target): Declare.
8897         * infrun.c: (update_signals_program_target): New.
8898         (handle_command): Update the target of the new program signals
8899         array changes.
8900         * remote.c (PACKET_QProgramSignals): New enum.
8901         (last_program_signals_packet): New global.
8902         (remote_program_signals): New.
8903         (remote_start_remote): Update the target with the program signals
8904         list.
8905         (remote_protocol_features): Add entry for QPassSignals.
8906         (remote_open_1): Free anc clear last_program_signals_packet.
8907         (init_remote_ops): Install remote_program_signals.
8908         * target.c (update_current_target): Adjust.
8909         (target_program_signals): New.
8910         * target.h (struct target_ops) <to_program_signals>: New field.
8911         (target_program_signals): Declare.
8912
8913 2012-03-07  Pedro Alves  <palves@redhat.com>
8914
8915         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8916         extensions.
8917
8918 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8919
8920         * m68klinux-nat.c (getregs_supplies): Make static.
8921         (getfpregs_supplies): Likewise.
8922         (have_ptrace_getregs): Likewise.
8923
8924 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
8925
8926         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8927         in call to get_die_type_at_offset.
8928
8929 2012-03-06  Stan Shebs  <stan@codesourcery.com>
8930
8931         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8932         * mi/mi-cmd-disas.c: Ditto.
8933         * mi/mi-cmd-env.c: Ditto.
8934         * mi/mi-cmd-file.c: Ditto.
8935         * mi/mi-cmd-stack.c: Ditto.
8936         * mi/mi-cmd-target.c: Ditto.
8937         * mi/mi-cmd-var.c: Ditto.
8938         * mi/mi-cmds.c: Ditto.
8939         * mi/mi-cmds.h: Ditto.
8940         * mi/mi-console.c: Ditto.
8941         * mi/mi-getopt.c: Ditto.
8942         * mi/mi-getopt.h: Ditto.
8943         * mi/mi-interp.c: Ditto.
8944         * mi/mi-main.c: Ditto.
8945         * mi/mi-out.c: Ditto.
8946         * mi/mi-parse.c: Ditto.
8947         * mi/mi-parse.h: Ditto.
8948         * mi/mi-symbol-cmds.c: Ditto.
8949
8950         * mi/mi-getopt.h: Move mi_opt struct up.
8951         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8952         return.
8953         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8954
8955 2012-03-06  Tom Tromey  <tromey@redhat.com>
8956
8957         * proc-service.c (ps_pglobal_lookup): Set the current program
8958         space.
8959
8960 2012-03-06  Pedro Alves  <palves@redhat.com>
8961
8962         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8963
8964 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
8965
8966         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8967
8968 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8969
8970         Code cleanup.
8971         * common/linux-osdata.c (linux_common_core_of_thread): New function
8972         comment.
8973         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8974         call by linux_common_core_of_thread.
8975         (linux_nat_core_of_thread_1): Remove.
8976         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8977         * linux-thread-db.c: Include linux-osdata.h.
8978         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8979         linux_common_core_of_thread.
8980
8981 2012-03-05  Tom Tromey  <tromey@redhat.com>
8982
8983         * value.c (value_primitive_field): Don't fetch contents for
8984         non-virtual bases.
8985
8986 2012-03-05  Tom Tromey  <tromey@redhat.com>
8987
8988         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8989
8990 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8991
8992         * s390-nat.c: Include "gregset.h".
8993
8994 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8995
8996         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8997         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8998         (libunwind_load): New variable so_error, use it for dlerror.  Try to
8999         load also LIBUNWIND_SO_7.
9000
9001 2012-03-05  Pedro Alves  <palves@redhat.com>
9002
9003         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9004         is not NULL, and remove resulting dead code.
9005
9006 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
9007
9008         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9009         prologue to sh_analyze_prologue.
9010         (sh_analyze_prologue): Make better use of such an upper limit, and
9011         generally be more cautious about accessing memory.
9012
9013 2012-03-05  Tom Tromey  <tromey@redhat.com>
9014
9015         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9016         _initialize_ia64_hpux_tdep.
9017
9018 2012-03-05  Pedro Alves  <palves@redhat.com>
9019
9020         PR gdb/13766
9021
9022         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9023         the register state is clear, supply explicit zero, instead of
9024         marking the register unavailable.
9025
9026 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9027
9028         * NEWS: Mention OpenVMS ia64 new target.
9029
9030 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9031
9032         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9033         (ia64_unw_accessors, ia64_unw_rse_accessors)
9034         (ia64_libunwind_descr): Declare.
9035         * ia64-vms-tdep.c: New file.
9036         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9037         (ia64_libunwind_descr): Make them public.
9038         * configure.tgt: Add ia64-*-*vms*.
9039         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9040         (ALLDEPFILES): Add ia64-vms-tdep.c
9041
9042 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9043
9044         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9045         * remote.c (PACKET_qXfer_uib): New enum value.
9046         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9047         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9048         (_initialize_remote): Call add_packet_config_cmd for
9049         xfer:uib packet.
9050
9051 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9052
9053         * osabi.c (gdb_osabi_names): Add OpenVMS.
9054         (generic_elf_osabi_sniffer): Likewise.
9055         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9056
9057 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9058
9059         Removed unused code.
9060         * libunwind-frame.c (libunwind_frame_unwind)
9061         (libunwind_frame_base_address): Remove.
9062         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9063
9064 2012-03-04  Yao Qi  <yao@codesourcery.com>
9065
9066         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9067         remove trailing new line.
9068         (agent_run_command, agent_run_command): Add _ markup.
9069         (agent_capability_check): Likewise.
9070
9071 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9072
9073         * breakpoint.c (set_condition_evaluation_mode): Set
9074         CONDITION_EVALUATION_MODE unconditionally.
9075
9076 2012-03-03  Yao Qi  <yao@codesourcery.com>
9077
9078         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9079         * common/agent.h: Update declaration.
9080         * inf-child.c (inf_child_use_agent): New.
9081         (inf_child_can_use_agent): New.
9082         (inf_child_target): Initialize fields `to_use_agent'
9083         and `to_can_use_agent'.
9084         * agent.c (agent_new_objfile): New.
9085         (_initialize_agent): Add agent_new_objfile to new_objfile
9086         observer.
9087
9088         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9089         New.
9090         (linux_target_install_ops): Initialize field
9091         `to_static_tracepoint_markers_by_strid'.
9092         * remote.c (free_current_marker): Move it to ...
9093         * tracepoint.c (free_current_marker): ... here.  New.
9094         (cleanup_target_stop): New.
9095         * tracepoint.h: Declare free_current_marker.
9096         * NEWS: Add one entry about `info static-tracepoint-marker'.
9097
9098 2012-03-03  Yao Qi  <yao@codesourcery.com>
9099
9100         * common/agent.c (agent_loaded_p): New.
9101         (agent_look_up_symbols): New global.
9102         * common/agent.h: Declare agent_loaded_p.
9103
9104 2012-03-03  Yao Qi  <yao@codesourcery.com>
9105
9106         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9107         (agent_capability_check, agent_capability_invalidate): New.
9108         (symbol_list): New array element.
9109         * common/agent.h (enum agent_capa): New.
9110         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9111
9112 2012-03-03  Yao Qi  <yao@codesourcery.com>
9113
9114         * target.h (struct target_ops) <to_use_agent>: New field.
9115         (struct target_ops) <to_can_use_agent>: New field.
9116         (target_use_agent, target_can_use_agent): New macro.
9117         * target.c (update_current_target): Update.
9118         * remote.c: New enum `PACKET_QAgent'.
9119         (remote_protocol_features): Add a new element.
9120         (remote_use_agent, remote_can_use_agent): New.
9121         (init_remote_ops): Initialize field `can_use_agent' with
9122         remote_can_use_agent.  Intiailize field `use_agent' with
9123         remote_use_agent.
9124         * common/agent.c (use_agent): New global.
9125         * common/agent.h: Declare it.
9126         * tracepoint.c (info_static_tracepoint_markers_command): Add
9127         comment.
9128         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9129         (COMMON_OBS): Add common/agent.o and agent.o
9130         (common-agent.o): New rule.
9131         * agent.c: New.
9132
9133 2012-03-03  Yao Qi  <yao@codesourcery.com>
9134
9135         * common/agent.c: New.
9136         * common/agent.h: New.
9137         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9138         AC_CHECK_HEADERS.
9139         * configure, configh.in: Regenerated.
9140
9141 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9142
9143         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9144         unless it exists for this architecture.
9145
9146 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9147
9148         * language.h (struct language_defn): New "method" la_read_var_value.
9149         * findvar.c: #include "language.h".
9150         (default_read_var_value): Renames read_var_value.  Rewrite
9151         function description.
9152         (read_var_value): New function.
9153         * value.h (default_read_var_value): Add prototype.
9154         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9155         New functions.
9156         (ada_language_defn): Add entry for la_read_var_value.
9157         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9158         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9159         language_defn structures to add entry for new la_read_var_value
9160         field.
9161
9162 2012-03-02  Tom Tromey  <tromey@redhat.com>
9163             Pedro Alves  <palves@redhat.com>
9164
9165         PR breakpoints/13776:
9166         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9167         breakpoints.
9168         (delete_longjmp_breakpoint_at_next_stop): New.
9169         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9170         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9171         before deleting the inferior.  Add comments.
9172         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9173         breakpoints immediately, but only on next stop.  Move that code
9174         next to where we mark other breakpoints for deletion.
9175
9176 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9177
9178         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9179         marker.
9180         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9181         violation.
9182
9183 2012-03-02  Pedro Alves  <palves@redhat.com>
9184
9185         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9186
9187 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9188
9189         Fix -Wmissing-prototypes build.
9190         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9191         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9192         (gdbsim_has_memory): Likewise.
9193
9194 2012-03-02  Yao Qi  <yao@codesourcery.com>
9195
9196         Fix -Wmissing-prototypes build.
9197         * charset.c (phony_iconv_open): Make static.
9198         (phony_iconv_close, phony_iconv): Likewise.
9199         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9200         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9201         prototype.
9202         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9203         * ser-mingw.c (create_select_thread): Make static.
9204         * windows-termcap.c (tgetent): New prototype.
9205         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9206
9207 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9208
9209         Fix -Wmissing-prototypes build.
9210         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9211         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9212         (_initialize_loadable): New prototypes.
9213
9214 2012-03-02  Doug Evans  <dje@google.com>
9215
9216         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9217         abbrev table, read_comp_unit will do it.
9218
9219 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9220
9221         Fix -Wmissing-prototypes build.
9222         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9223         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9224         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9225         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9226         (_initialize_arm_symbian_tdep): New prototype.
9227         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9228         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9229         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9230         static.
9231         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9232         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9233         prototype.
9234         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9235         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9236         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9237         static.
9238         * moxie-tdep.c (moxie_process_record): Likewise.
9239         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9240         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9241         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9242         (_initialize_rl78_tdep): New prototype.
9243         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9244         (_initialize_rx_tdep): New prototype.
9245         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9246         (_initialize_darwin_solib): New prototype.
9247         * solib-spu.c: Include solib-spu.h.
9248         (_initialize_spu_solib): New prototype.
9249         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9250         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9251         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9252         (tic6x_software_single_step): Make it static.
9253         (_initialize_tic6x_tdep): New prototype.
9254
9255 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9256
9257         Fix -Wmissing-prototypes build.
9258         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9259         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9260
9261 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9262
9263         Fix -Wmissing-prototypes build.
9264         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9265         (frv_have_stopped_data_address): Remove.
9266
9267 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9268
9269         Fix -Wmissing-prototypes build.
9270         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9271         * sh-tdep.c: Include sh64-tdep.h.
9272         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9273         * sh64-tdep.c: Include sh64-tdep.h.
9274         * sh64-tdep.h: New file.
9275
9276 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9277
9278         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9279
9280 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9281
9282         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9283         sp_regnum once the gdbarch_init_osabi hook has been called.
9284
9285 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9286
9287         * mips-tdep.c (mips32_bc1_pc): New function.
9288         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9289         BPOSGE32 and BPOSGE64 instructions.
9290         (deal_with_atomic_sequence): Likewise.
9291         (mips32_instruction_has_delay_slot): Likewise.
9292
9293 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9294             Chris Dearman  <chris@mips.com>
9295             Maciej W. Rozycki  <macro@codesourcery.com>
9296             Joseph Myers  <joseph@codesourcery.com>
9297
9298         * features/mips-dsp.xml: New file.
9299         * features/mips64-dsp.xml: New file.
9300         * features/mips-dsp-linux.xml: New file.
9301         * features/mips64-dsp-linux.xml: New file.
9302         * features/Makefile (WHICH): Add mips-dsp-linux and
9303         mips64-dsp-linux.
9304         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9305         * features/mips-dsp-linux.c: New file.
9306         * features/mips64-dsp-linux.c: New file.
9307         * regformats/mips-dsp-linux.dat: New file.
9308         * regformats/mips64-dsp-linux.dat: New file.
9309         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9310         registers.
9311         (mips64_linux_register_addr): Likewise.
9312         (mips64_linux_regsets_fetch_registers): Likewise.
9313         (mips64_linux_regsets_store_registers): Likewise.
9314         (mips64_linux_fetch_registers): Update call to
9315         mips64_linux_regsets_fetch_registers.
9316         (mips64_linux_store_registers): Update call to
9317         mips64_linux_regsets_store_registers.
9318         (mips_linux_read_description): Probe for DSP registers.
9319         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9320         and initialize_tdesc_mips64_dsp_linux.
9321         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9322         Remove padding of no longer used embedded register slots.
9323         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9324         (MIPS_RESTART_REGNUM): Redefine enum value.
9325         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9326         strings.
9327         (mips_tx39_reg_names): Likewise.
9328         (mips_linux_reg_names): New array of register names for Linux
9329         targets.
9330         (mips_register_name): Check for a null pointer in
9331         mips_processor_reg_names and return an empty string.
9332         (mips_register_type): Exclude embedded registers for the IRIX
9333         and Linux ABIs.
9334         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9335         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9336         DSP registers.
9337         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9338         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9339         (mips_gdbarch_init): Likewise.  Initialize internal register
9340         indices for the Linux ABI.  Use dynamic numbers to refer to
9341         registers, as applicable, while parsing the target description.
9342         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9343
9344 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9345
9346         * frame.h (read_frame_register_unsigned): Fix typo in function
9347         description.
9348
9349 2012-03-01  Pedro Alves  <palves@redhat.com>
9350
9351         * jit-reader.in [!__cplusplus]
9352         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9353
9354 2012-03-01  Pedro Alves  <palves@redhat.com>
9355
9356         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9357         * configure: Regenerate.
9358
9359 2012-03-01  Pedro Alves  <palves@redhat.com>
9360
9361         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9362         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9363         (ftrace_command, strace_command): Make static.
9364         * d-lang.c (_initialize_d_language): Declare.
9365         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9366         * dwarf2loc.c (_initialize_dwarf2loc):
9367         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9368         * exec.c (exec_get_section_table): Make static.
9369         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9370         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9371         * inferior.c (remove_inferior_command, add_inferior_command)
9372         (clone_inferior_command): Make static.
9373         * linux-nat.c (linux_nat_thread_address_space)
9374         (linux_nat_core_of_thread): Make static.
9375         * linux-tdep.c (_initialize_linux_tdep): Declare.
9376         * objc-lang.c (_initialize_objc_lang): Declare.
9377         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9378         Make static.
9379         (_initialize_opencl_language): Declare.
9380         * record.c (_initialize_record): Declare.
9381         * remote.c (demand_private_info, remote_get_tib_address)
9382         (remote_supports_cond_tracepoints)
9383         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9384         Make static.
9385         * skip.c (_initialize_step_skip): Declare.
9386         * symtab.c (skip_prologue_using_lineinfo): Make static.
9387         * tracepoint.c (delete_trace_state_variable)
9388         (trace_variable_command, delete_trace_variable_command)
9389         (get_uploaded_tsv, find_matching_tracepoint_location)
9390         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9391         Make static.
9392         * value.c (pack_unsigned_long): Make static.
9393         * varobj.c (varobj_ensure_python_env): Make static.
9394         * windows-tdep.c (_initialize_windows_tdep): Declare.
9395         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9396
9397 2012-03-01  Pedro Alves  <palves@redhat.com>
9398
9399         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9400         gdbarch parameter.
9401         (linux_init_abi): Install it as has_shared_address_space gdbarch
9402         callback.
9403
9404 2012-03-01  Pedro Alves  <palves@redhat.com>
9405
9406         * observer.c (observer_test_first_notification_function)
9407         (observer_test_second_notification_function)
9408         (observer_test_third_notification_function): Add declarations.
9409
9410 2012-03-01  Pedro Alves  <palves@redhat.com>
9411
9412         * common/signals.c (default_target_signal_to_host)
9413         (default_target_signal_from_host): Move ...
9414         * arch-utils.c: ... here.
9415         * arch-utils.h (default_target_signal_to_host)
9416         (default_target_signal_from_host): Declare.
9417
9418         * common/signals.c (target_signal_from_command): Move ...
9419         * infrun.c: ... here.
9420         * inferior.h (target_signal_from_command): Declare.
9421         * target.h (target_signal_from_command)
9422         (default_target_signal_from_host, default_target_signal_to_host):
9423         Delete declarations.
9424
9425         * common/signals.c (_initialize_signals): Delete.
9426
9427 2012-03-01  Pedro Alves  <palves@redhat.com>
9428
9429         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9430         both __cplusplus and !__cplusplus.
9431
9432 2012-03-01  Pedro Alves  <palves@redhat.com>
9433
9434         * psymtab.c (find_and_open_source): Delete declaration.
9435         * source.c (find_and_open_source): Move comment ...
9436         * source.h (find_and_open_source): ... to this new declaration.
9437
9438 2012-03-01  Pedro Alves  <palves@redhat.com>
9439
9440         * inline-frame.c: Include inline-frame.h.
9441
9442 2012-03-01  Pedro Alves  <palves@redhat.com>
9443
9444         * tui/tui-data.c (set_gen_win_origin): Delete.
9445         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9446         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9447
9448 2012-03-01  Pedro Alves  <palves@redhat.com>
9449
9450         * remote.c (encode_actions): Delete declaration.
9451         * tracepoint.c (encode_actions): Make extern.
9452         * tracepoint.h (encode_actions): Declare.
9453
9454 2012-03-01  Pedro Alves  <palves@redhat.com>
9455
9456         * python/py-breakpoint.c: Include python.h.
9457         * python/py-continueevent.c (create_continue_event_object): Make
9458         static.
9459         * python/py-lazy-string.c (stpy_get_type): Make static.
9460         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9461         Make static.
9462         * python/py-utils.c (unicode_to_target_python_string): Make
9463         static.
9464         * python/py-value.c: Include python.h.
9465
9466 2012-03-01  Pedro Alves  <palves@redhat.com>
9467
9468         * inferior.c (delete_threads_of_inferior): Delete.
9469
9470 2012-03-01  Pedro Alves  <palves@redhat.com>
9471
9472         Import fallback definitions from glibc.
9473
9474         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9475         ps_prochandle): Forward declare.
9476         (ps_err_e): Use glibc's comments.
9477         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9478         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9479         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9480         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9481         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9482         (struct ps_prochandle): Adjust comment.
9483
9484 2012-03-01  Pedro Alves  <palves@redhat.com>
9485
9486         * ada-lang.c (ada_modulus_from_name): Delete.
9487         * ada-lex.l (lexer_init): Make static.
9488
9489 2012-03-01  Pedro Alves  <palves@redhat.com>
9490
9491         PR gdb/13767
9492
9493         * frame.c (read_frame_register_unsigned): New.
9494         * frame.h (read_frame_register_unsigned): Declare.
9495         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9496         Handle it.
9497         (print_i387_control_word): New parameter `control_p'.  Handle it.
9498         (i387_print_float_info): Handle unavailable float registers.
9499
9500 2012-03-01  Keith Seitz  <keiths@redhat.com>
9501
9502         * linespec.c (decode_line_2): Sort the list of methods
9503         alphabetically before presenting the user with a selection
9504         menu.
9505
9506 2012-03-01  Doug Evans  <dje@google.com>
9507
9508         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9509         has_namespace_info.
9510         (dwarf2_read_abbrevs): Remove corresponding initialization.
9511
9512 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9513
9514         * NEWS: Mention new python command class gdb.COMMAND_USER.
9515         * cli/cli-cmds.c (show_user): Print error when used on a python
9516         command.
9517         (init_cli_cmds): Update documentation strings for "show user" and
9518         "set/show max-user-call-depth" to clarify that it does not apply to
9519         python commands.
9520         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9521         error check.
9522         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9523         gdb python api.
9524         * top.c (execute_command): Only execute a user-defined command as a
9525         legacy macro if c->user_commands is set.
9526
9527 2012-03-01  Tom Tromey  <tromey@redhat.com>
9528
9529         * valprint.h (struct generic_val_print_decorations): New.
9530         (generic_val_print): Declare.
9531         * valprint.c (generic_val_print): New function.
9532         * p-valprint.c (p_decorations): New global.
9533         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9534         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9535         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9536         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9537         * m2-valprint.c (m2_decorations): New global.
9538         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9539         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9540         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9541         TYPE_CODE_ERROR>: Call generic_val_print.
9542         * f-valprint.c (f_decorations): New global.
9543         (f_val_print): Use print_function_pointer_address.
9544         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9545         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9546         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9547         generic_val_print.
9548         * c-valprint.c (c_decorations): New global.
9549         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9550         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9551         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9552         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9553         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9554         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9555         case.
9556
9557 2012-03-01  Tom Tromey  <tromey@redhat.com>
9558
9559         * valprint.c (val_print): Update.
9560         * p-valprint (pascal_val_print): Return void.
9561         * p-lang.h (pascal_val_print): Return void.
9562         * m2-valprint.c (m2_val_print): Return void.
9563         * m2-lang.h (m2_val_print): Return void.
9564         * language.h (struct language_defn) <la_val_print>: Return void.
9565         * language.c (unk_lang_val_print): Return void.
9566         * jv-valprint.c (java_val_print): Return void.
9567         * jv-lang.h (java_val_print): Return void.
9568         * f-valprint.c (f_val_print): Return void.
9569         * f-lang.h (f_val_print): Return void.
9570         * d-valprint.c (d_val_print): Return void.
9571         (dynamic_array_type): Update.
9572         * d-lang.h (d_val_print): Return void.
9573         * c-valprint.c (c_val_print): Return void.
9574         * c-lang.h (c_val_print): Return void.
9575         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9576         void.
9577         * ada-lang.h (ada_val_print): Return void.
9578
9579 2012-03-01  Tom Tromey  <tromey@redhat.com>
9580
9581         * value.h (val_print): Return void.
9582         * valprint.c (val_print): Return void.
9583
9584 2012-03-01  Tom Tromey  <tromey@redhat.com>
9585
9586         * value.h (common_val_print): Return void.
9587         * valprint.c (common_val_print): Return void.
9588
9589 2012-03-01  Tom Tromey  <tromey@redhat.com>
9590
9591         * value.h (value_print): Return void.
9592         * valprint.c (value_print): Return void.
9593         * p-valprint.c (pascal_value_print): Return void.
9594         * p-lang.h (pascal_value_print): Return void.
9595         * language.h (struct language_defn) <la_value_print>: Return
9596         void.
9597         * language.c (unk_lang_value_print): Return void.
9598         * jv-valprint.c (java_value_print): Return void.
9599         * jv-lang.h (java_value_print): Return void.
9600         * f-valprint.c (c_value_print): Don't declare.
9601         Include c-lang.h.
9602         * c-valprint.c (c_value_print): Return void.
9603         * c-lang.h (c_value_print): Return void.
9604         * ada-valprint.c (ada_value_print): Return void.
9605         * ada-lang.h (ada_value_print): Return void.
9606
9607 2012-03-01  Tom Tromey  <tromey@redhat.com>
9608
9609         * value.c (value_primitive_field): Handle virtual base classes.
9610
9611 2012-03-01  Tom Tromey  <tromey@redhat.com>
9612
9613         * gdbtypes.h (struct vbase): Remove.
9614
9615 2012-03-01  Tom Tromey  <tromey@redhat.com>
9616
9617         * c-valprint.c (print_function_pointer_address): Move...
9618         * valprint.c: ... here.  Make non-static.
9619         * m2-valprint.c (print_function_pointer_address): Remove.
9620         * valprint.h (print_function_pointer_address): Declare.
9621
9622 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9623
9624         * NEWS: Document the fact that one can provide a condition when
9625         creating an Ada exception catchpoint.
9626
9627 2012-03-01  Tom Tromey  <tromey@redhat.com>
9628
9629         * valprint.c (val_print_type_code_flags): Fix placement of
9630         trailing brace.
9631
9632 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9633
9634         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9635         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9636         environment variable before calling update-copyright.
9637
9638 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9639
9640         * gnulib/extra/update-copyright: Update to the latest from
9641         gnulib's git repository.
9642         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9643         variable to 2 instead of 1.
9644
9645 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9646
9647         * varobj.c (c_value_of_variable): Remove dead code.
9648
9649 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9650
9651         * ada-lex.p (processId): Do not modify already encoded IDs.
9652         Update function documentation.
9653
9654 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9655
9656         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9657         "name" with "struct symbol *name_sym".
9658         * ada-exp.y (write_var_or_type): Update call to
9659         ada_find_renaming_symbol.
9660         "name" with "struct symbol *name_sym". Adjust Implementation
9661         accordingly.  Adjust the function documentation.
9662
9663 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9664
9665         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9666         * ada-lang.c (ada_find_any_type): Add advance declaration.
9667         Make static.  Replace ada_find_any_symbol by
9668         ada_find_any_type_symbol.
9669         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9670         Improve function description.  Make static.
9671         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9672         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9673
9674 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9675
9676         * ada-lang.c (struct tag_args): Delete.
9677         (ada_get_tsd_type): Function body moved up in source file.
9678         (ada_tag_name_1, ada_tag_name_2): Delete.
9679         (ada_get_tsd_from_tag): New function.
9680         (ada_tag_name_from_tsd): New function.
9681         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9682         to determine the tag name.
9683
9684 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9685
9686         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9687         declaration.
9688         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9689         function.
9690
9691 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9692
9693         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9694
9695 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9696
9697         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9698         full searches.
9699
9700 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9701
9702         * ada-lang.c (constrained_packed_array_type): If there is a
9703         parallel XA type, use it to determine the array index type.
9704
9705 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9706
9707         * ada-valprint.c (ada_val_print_1): If our value is a reference
9708         to an array descriptor, dereference it before converting it
9709         to a simple array.
9710
9711 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9712
9713         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9714         creating fixed value.
9715         (ada_value_ind, ada_coerce_ref, assign_component)
9716         (ada_evaluate_subexp): Remove call to unwrap_value before
9717         call to ada_to_fixed_value.
9718
9719 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9720
9721         * ada-lang.c (to_fixed_array_type): Set result's type name.
9722
9723 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9724
9725         * ada-lang.c (catch_ada_exception_command_split): Add new
9726         argument cond_string.  Add support for condition at end of
9727         "catch exception" commands.
9728         (ada_decode_exception_location): Add new argument cond_string.
9729         Update call to catch_ada_exception_command_split.
9730         (create_ada_exception_catchpoint): Add new argument cond_string.
9731         Set the breakpoint condition if needed.
9732         (catch_ada_exception_command): Update call to
9733         ada_decode_exception_location.
9734         (ada_decode_assert_location): Add function documentation.
9735         Add support for condition at end of "catch assert" command.
9736         (catch_assert_command): Update calls to ada_decode_assert_location
9737         and create_ada_exception_catchpoint.
9738
9739 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9740
9741         Fix disp-step-syscall.exp: fork: single step over fork.
9742         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9743         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9744         comment, change parameters gdbarch and ptid to regcache.  Remove
9745         parameter regcache, initialize gdbarch from regcache here.
9746         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9747         New functions.
9748         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9749         instead.
9750         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9751         'syscall'.  Make the 'int' check more strict.
9752
9753 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9754
9755         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9756         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9757         (i386_linux_intx80_sysenter_syscall_record): ... here.
9758         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9759         Use the renamed function name.
9760
9761 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9762
9763         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9764         * breakpoint.c (until_break_command): Likewise.
9765         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9766         * infcall.c (call_function_by_hand): Likewise.
9767         * infcmd.c (finish_forward): Likewise.
9768         * infrun.c (insert_exception_resume_breakpoint): Likewise.
9769
9770 2012-02-28  Tristan Gingold  <gingold@adacore.com>
9771
9772         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9773         avoid variable assignments inside condition.
9774
9775 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9776
9777         Fix static analysis issue found by cppcheck.
9778         * microblaze-tdep.c (microblaze_extract_return_value): Fix
9779         uninitialized BUF for size 2.
9780
9781 2012-02-27  Chris Dearman  <chris@mips.com>
9782             Nathan Froyd  <froydnj@codesourcery.com>
9783             Maciej W. Rozycki  <macro@codesourcery.com>
9784
9785         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9786         (mips16_instruction_has_delay_slot): Likewise.
9787         (mips_segment_boundary): Likewise.
9788         (mips_adjust_breakpoint_address): Likewise.
9789         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9790
9791 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
9792             Maciej W. Rozycki  <macro@codesourcery.com>
9793
9794         * infrun.c (handle_inferior_event): Don't proceed through
9795         shared library trampolines if stepping at the machine
9796         instruction level.
9797
9798 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
9799
9800         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9801         too.
9802
9803 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
9804
9805         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9806         (sh_stub_unwind_sniffer): New functions.
9807         (sh_stub_unwind): New variable.
9808         (sh_gdbarch_init): Wire everything.
9809
9810 2012-02-27  Pedro Alves  <palves@redhat.com>
9811
9812         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9813         (linux_nat_post_attach_wait): Adjust to use
9814         linux_proc_pid_is_stopped.
9815         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9816         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9817         based on pid_is_stopped from both linux-nat.c and
9818         gdbserver/linux-low.c, and renamed.
9819
9820 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9821
9822         * remote.c (remote_watchpoint_addr_within_range): New function.
9823         (init_remote_ops): Use it.
9824
9825 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9826
9827         * target.h (target_watchpoint_addr_within_range): Document macro.
9828
9829 2012-02-24  Pedro Alves  <palves@redhat.com>
9830
9831         * stack.c (set_last_displayed_sal): Issue internal_error instead
9832         of warning, and issue it after clearing the last displayed sal.
9833
9834 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9835             Pedro Alves  <palves@redhat.com>
9836
9837         * breakpoint.c (until_break_command): Install breakpoints after
9838         all frame manipulations.
9839
9840 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9841
9842         * remote.c (remote_supports_cond_breakpoints): New forward
9843         declaration.
9844         (remote_add_target_side_condition): New function.
9845         (remote_insert_breakpoint): Add target-side breakpoint
9846         conditional if supported.
9847         (remote_insert_hw_breakpoint): Likewise.
9848         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9849         hook.
9850
9851         * target.c (update_current_target): Inherit
9852         to_supports_evaluation_of_breakpoint_conditions.
9853         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9854
9855         * target.h (struct target_ops)
9856         <to_supports_evaluation_of_breakpoint_conditions>: New field.
9857         (target_supports_evaluation_of_breakpoint_conditions): New #define.
9858
9859         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9860         (condition_evaluation_both, condition_evaluation_auto,
9861         condition_evaluation_host, condition_evaluation_target,
9862         condition_evaluation_enums, condition_evaluation_mode_1,
9863         condition_evaluation_mode): New static globals.
9864         (translate_condition_evaluation_mode): New function.
9865         (breakpoint_condition_evaluation_mode): New function.
9866         (gdb_evaluates_breakpoint_condition_p): New function.
9867         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9868         (mark_breakpoint_modified): New function.
9869         (mark_breakpoint_location_modified): New function.
9870         (set_condition_evaluation_mode): New function.
9871         (show_condition_evaluation_mode): New function.
9872         (bp_location_compare_addrs): New function.
9873         (get_first_location_gte_addr): New helper function.
9874         (set_breakpoint_condition): Free condition bytecode if locations
9875         has become unconditional.  Call mark_breakpoint_modified (...).
9876         (condition_command): Call update_global_location_list (1) for
9877         breakpoints.
9878         (breakpoint_xfer_memory): Use is_breakpoint (...).
9879         (is_breakpoint): New function.
9880         (parse_cond_to_aexpr): New function.
9881         (build_target_condition_list): New function.
9882         (insert_bp_location): Handle target-side conditional
9883         breakpoints and call build_target_condition_list (...).
9884         (update_inserted_breakpoint_locations): New function.
9885         (insert_breakpoint_locations): Handle target-side conditional
9886         breakpoints.
9887         (bpstat_check_breakpoint_conditions): Add comment.
9888         (bp_condition_evaluator): New function.
9889         (bp_location_condition_evaluator): New function.
9890         (print_breakpoint_location): Print information on where the condition
9891         will be evaluated.
9892         (print_one_breakpoint_location): Likewise.
9893         (init_bp_location): Call mark_breakpoint_location_modified (...) for
9894         breakpoint location.
9895         (force_breakpoint_reinsertion): New functions.
9896         (update_global_location_list): Handle target-side breakpoint
9897         conditions.
9898         Reinsert locations that are already inserted if conditions have
9899         changed.
9900         (bp_location_dtor): Free agent expression bytecode.
9901         (disable_breakpoint): Call mark_breakpoint_modified (...).
9902         Call update_global_location_list (...) with parameter 1 for breakpoints.
9903         (disable_command): Call mark_breakpoint_location_modified (...).
9904         Call update_global_location_list (...) with parameter 1 for breakpoints.
9905         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9906         (enable_command): mark_breakpoint_location_modified (...).
9907         (_initialize_breakpoint): Update documentation and add
9908         condition-evaluation breakpoint subcommand.
9909
9910         * breakpoint.h: Include ax.h.
9911         (condition_list): New data structure.
9912         (condition_status): New enum.
9913         (bp_target_info) <cond_list>: New field.
9914         (bp_location) <condition_changed, cond_bytecode>: New fields.
9915         (is_breakpoint): New prototype.
9916
9917 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9918
9919         * remote.c (remote_state) <cond_breakpoints>: New field.
9920         (PACKET_ConditionalBreakpoints): New enum.
9921         (remote_cond_breakpoint_feature): New function.
9922         (remote_protocol_features): Add new ConditionalBreakpoints entry.
9923         (remote_supports_cond_breakpoints): New function.
9924         (_initialize_remote): Add new packet configuration for
9925         target-side conditional breakpoints.
9926
9927 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9928
9929         * NEWS: Mention target-side conditional breakpoint support,
9930         new condition-evaluation breakpoint subcommand and remote
9931         packet extensions.
9932
9933 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9934
9935         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9936         number.
9937
9938 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
9939
9940         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9941         (after_prologue): Remove.
9942
9943 2012-02-23  Tom Tromey  <tromey@redhat.com>
9944
9945         * jv-valprint.c (java_val_print): Remove dead code.
9946
9947 2012-02-23  Tristan Gingold  <gingold@adacore.com>
9948
9949         * ada-tasks.c (struct ada_tasks_inferior_data): Add
9950         known_tasks_element and known_tasks_length fields.
9951         (read_known_tasks_array): Change argument type.  Use pointer type
9952         and number of elements from DATA.  Adjust.
9953         (read_known_tasks_list): Likewise.
9954         (get_known_tasks_addr): Remove.
9955         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9956         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
9957         type and array length.  Merge former get_known_tasks_addr code.
9958
9959 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9960
9961         PR backtrace/13716
9962         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9963         it after set_momentary_breakpoint.
9964
9965 2012-02-22  Sterling Augustine  <saugustine@google.com>
9966
9967         PR 13689:
9968         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9969
9970 2012-02-22  Gary Benson  <gbenson@redhat.com>
9971
9972         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9973         (find_slot_in_mapped_hash): Likewise.
9974
9975 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9976
9977         PR build/13638
9978         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9979         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9980         * configure: Regenerate.
9981
9982 2012-02-21  Tristan Gingold  <gingold@adacore.com>
9983             Pedro Alves  <palves@redhat.com>
9984
9985         * ia64-tdep.c: Do not include libunwind-ia64.h.
9986         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9987         Include libunwind-ia64.h instead of libunwind.h.
9988         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9989         for libunwind.h existence.
9990         * configure, config.in: Regenerate.
9991
9992 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9993
9994         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9995         instead of value_rtti_target_type.
9996         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9997         instead of value_rtti_target_type.
9998         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9999         value_rtti_target_type.
10000         * valops.c (value_ind): Extract function readjust_indirect_value_type.
10001         (value_rtti_target_type): Rename to ...
10002         (value_rtti_indirect_type): ... here and make it indirect.  Update
10003         function comment.
10004         * value.c (readjust_indirect_value_type): New function.
10005         (coerce_ref): Support for enclosing type setting for references
10006         with readjust_indirect_value_type.
10007         * value.h (readjust_value_type): New declaration.
10008         (value_rtti_target_type): Rename to ...
10009         (value_rtti_indirect_type): ... here.
10010
10011 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10012
10013         * MAINTAINERS (Write After Approval): Add myself to the list.
10014
10015 2012-02-20  Doug Evans  <dje@google.com>
10016
10017         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10018         Rename objfile_p_char parameter to objfilep.
10019         (build_objfile_section_table): Result is now void.  All callers
10020         updated.
10021         * objfiles.h (struct objfile): Tweak comments, whitespace.
10022         (build_objfile_section_table): Update.
10023
10024         * elfread.c (elf_symfile_segments): Fix warning text.
10025
10026 2012-02-20  Tom Tromey  <tromey@redhat.com>
10027
10028         PR gdb/13498:
10029         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10030         particular set of file names once.
10031         (dw2_map_symbol_filenames): Likewise.
10032
10033 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10034
10035         Code cleanup.
10036         * main.c (write_files): Remove the declaration.
10037         (external_editor_command): Move the declaration ...
10038         [GDBTK] (external_editor_command): ... here.  Fix the comment.
10039
10040 2012-02-20  Tom Tromey  <tromey@redhat.com>
10041
10042         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10043         extraneous block.
10044
10045 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10046
10047         * darwin-nat.h (enum darwin_msg_state): Add comments.
10048
10049 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10050
10051         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10052         value.
10053
10054 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
10055
10056         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10057         between function description and implementation.
10058
10059 2012-02-17  Tom Tromey  <tromey@redhat.com>
10060
10061         PR python/12070:
10062         * python/py-event.c (event_object_getset): New global.
10063         (event_object_type): Reference it.
10064         * python/py-type.c (field_object_getset): New global.
10065         (field_object_type): Reference it.
10066         * python/python-internal.h (gdb_py_generic_dict): Declare.
10067         * python/py-utils.c (gdb_py_generic_dict): New function.
10068
10069 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10070
10071         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10072
10073 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10074
10075         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10076         TYPE_CALLING_CONVENTION annotation.
10077
10078 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10079
10080         * MAINTAINERS: Add rx to target ISA section.
10081         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10082         (ALLDEPFILES): Add rx-tdep.c.
10083
10084 2012-02-16  Tom Tromey  <tromey@redhat.com>
10085
10086         * symfile.c (symbol_file_add_main_1): Use inferior's
10087         symfile_flags.
10088         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10089         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10090         inferior.
10091         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10092         inferior.
10093         (follow_exec): Use inferior's symfile_flags.
10094         * inferior.h (struct inferior) <symfile_flags>: New field.
10095
10096 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10097
10098         PR gdb/9734:
10099         * remote-sim.c (gdbsim_create_inferior): Call error() when
10100         sim_create_inferior() fails.
10101
10102 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10103
10104         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10105
10106 2012-02-16  Tom Tromey  <tromey@redhat.com>
10107
10108         PR c++/13653:
10109         * thread.c (struct current_thread_cleanup) <was_removable>: New
10110         field.
10111         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10112         (make_cleanup_restore_current_thread): Initialize new field.
10113
10114 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10115
10116         * MAINTAINERS: Add rl78 to target ISA section.
10117         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10118         (ALLDEPFILES): Add rl78-tdep.c.
10119         * NEWS: Mention rl78 as a new target.
10120
10121 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10122
10123         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10124         data.
10125         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10126
10127 2012-02-15  Tom Tromey  <tromey@redhat.com>
10128
10129         PR gdb/12659:
10130         * infcmd.c (registers_info): Print just the current register's
10131         name.
10132
10133 2012-02-15  Tom Tromey  <tromey@redhat.com>
10134
10135         * python/py-symbol.c (sympy_value): Use _().
10136
10137 2012-02-15  Pedro Alves  <palves@redhat.com>
10138
10139         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10140         output to be like native targets'.
10141         (remote_pid_to_str): Special case the null ptid.
10142
10143 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10144
10145         * NEWS: Mention enable count command.
10146         * breakpoint.h (struct breakpoint): New field enable_count.
10147         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10148         (enable_breakpoint): Add arg to call.
10149         (struct disp_data): New struct.
10150         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10151         (do_map_enable_once_breakpoint): Create a struct and pass it.
10152         (do_map_enable_delete_breakpoint): Ditto.
10153         (do_map_enable_count_breakpoint): New function.
10154         (enable_count_command): New function.
10155         (bpstat_stop_status): Decrement enable_count.
10156         (print_one_breakpoint_location): Report enable count.
10157         (_initialize_breakpoint): Add enable count command.
10158
10159 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10160
10161         * rl78-tdep.c (reggroups.h): Include.
10162         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10163         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10164         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10165         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10166         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10167         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10168         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10169         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10170         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10171         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10172         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10173         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10174         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10175         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10176         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10177         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10178         beginning of register list.
10179         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10180         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10181         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10182         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10183         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10184         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10185         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10186         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10187         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10188         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10189         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10190         the pseudo registers.  Rearrange other pseudo registers too so
10191         that the bank registers appear at the end.
10192         (rl78_register_type): Account for the fact that the byte sized
10193         bank registers are now pseudo-registers.
10194         (rl78_register_name): Rearrange the register name array.  Make
10195         initial set of raw banked registers inaccessible.
10196         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10197         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10198         case for copying bytes back and forth between raw and pseudo
10199         versions of the banked registers.  Update other cases to reflect
10200         the changed names.
10201         (rl78_return_value): Update to account for changed names of
10202         raw registers.
10203         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10204         rl78_register_sim_regno().
10205
10206 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10207
10208         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10209         the name parameter being passed to find_pc_partial_function().
10210
10211 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10212
10213         * MAINTAINERS: Step down from being ia64 target maintainer.
10214
10215 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10216
10217         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10218         compilation warning.
10219
10220 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10221
10222         Fix crash on loaded shlibs without loaded exec_bfd.
10223         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10224         (set_section_command): Replace exec_bfd by p->bfd.
10225
10226 2012-02-10  Tom Tromey  <tromey@redhat.com>
10227
10228         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10229         when we have a C++ qualified name.
10230
10231 2012-02-10  Pedro Alves  <palves@redhat.com>
10232
10233         * inferior.c (inferior_pid_to_str): New.
10234         (print_inferior, inferior_command): Use it.
10235
10236 2012-02-10  Pedro Alves  <palves@redhat.com>
10237
10238         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10239         the test CFLAGS.
10240         * configure: Regenerate.
10241
10242 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10243
10244         * linespec.c (decode_line_internal): Fix comment correctness.
10245
10246 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10247
10248         PR gdb/12953
10249         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10250         * amd64bsd-nat.c: Add support for debug registers (adapted from
10251         i386bsd-nat.c).
10252         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10253         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10254         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10255         (amd64bsd_dr_get_control): New functions.
10256         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10257         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10258         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10259         watchpoints initialization.
10260         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10261
10262 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10263
10264         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10265         flds_bnds.fields.
10266         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10267
10268 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10269
10270         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10271
10272 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10273
10274         * language.h (symbol_name_cmp_ftype): Renames
10275         symbol_name_match_p_ftype.
10276         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10277         la_get_symbol_name_match_p.
10278         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10279         ada_get_symbol_name_match_p.  Update comment.
10280         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10281         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10282         Renames symbol_name_match_p.  Update field type.
10283         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10284         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10285         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10286         "la_get_symbol_name_cmp" in comments.
10287         * language.c: Likewise.
10288
10289 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10290
10291         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10292         %eflags offset.
10293         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10294         (amd64_sol2_gregset32_reg_offs): Likewise.
10295
10296 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10297
10298         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10299         of the returned BFD is allocated by GDB.
10300
10301 2012-02-07  Tom Tromey  <tromey@redhat.com>
10302
10303         PR python/12027:
10304         * python/python-internal.h (frame_object_type): Declare.
10305         * python/py-symbol.c (sympy_needs_frame): New function.
10306         (sympy_value): New function.
10307         (symbol_object_getset): Add "needs_frame".
10308         (symbol_object_methods): Add "value".
10309         * python/py-frame.c (frame_object_type): No longer static.
10310
10311 2012-02-07  Tom Tromey  <tromey@redhat.com>
10312
10313         PR python/13599:
10314         * python/py-symbol.c (sympy_line): New function.
10315         (symbol_object_getset): Add "line".
10316
10317 2012-02-07  Tom Tromey  <tromey@redhat.com>
10318
10319         * charset.c (find_charset_names): Check 'in' against NULL.
10320
10321 2012-02-06  Doug Evans  <dje@google.com>
10322
10323         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10324         and fields.name members from char * to const char *.  All uses updated.
10325         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10326         from char * to const char *.  All uses updated.
10327         (type_name_no_tag): Update.
10328         (lookup_unsigned_typename, lookup_signed_typename): Update.
10329         * gdbtypes.c (type_name_no_tag): Change result type
10330         from char * to const char *.  All callers updated.
10331         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10332         name parameter from char * to const char *.
10333         * symtab.h (struct cplus_specific): Change type of demangled_name
10334         member from char * to const char *.  All uses updated.
10335         (struct general_symbol_info): Change type of name and
10336         mangled_lang.demangled_name members from char * to const char *.
10337         All uses updated.
10338         (symbol_get_demangled_name, symbol_natural_name): Update.
10339         (symbol_demangled_name, symbol_search_name): Update.
10340         * symtab.c (symbol_get_demangled_name): Change result type
10341         from char * to const char *.  All callers updated.
10342         (symbol_natural_name, symbol_demangled_name): Ditto.
10343         (symbol_search_name): Ditto.
10344         (completion_list_add_name): Change type of symname,sym_text,
10345         text,word parameters from char * to const char *.
10346         (completion_list_objc_symbol): Change type of sym_text,
10347         text,word parameters from char * to const char *.
10348         * ada-lang.c (find_struct_field): Change type of name parameter
10349         from char * to const char *.
10350         (encoded_ordered_before): Similarly for N0,N1 parameters.
10351         (old_renaming_is_invisible): Similarly for function_name parameter.
10352         (ada_type_name): Change result type from char * to const char *.
10353         All callers updated.
10354         * ada-lang.h (ada_type_name): Update.
10355         * buildsym.c (hashname): Change type of name parameter
10356         from char * to const char *.
10357         * buildsym.h (hashname): Update.
10358         * dbxread.c (end_psymtab): Change type of include_list parameter
10359         from char ** to const char **.
10360         * dwarf2read.c (determine_prefix): Change result type
10361         from char * to const char *.  All callers updated.
10362         * f-lang.c (find_common_for_function): Change type of name, funcname
10363         parameters from char * to const char *.
10364         * f-lang.c (find_common_for_function): Update.
10365         * f-valprint.c (list_all_visible_commons): Change type of funcname
10366         parameters from char * to const char *.
10367         * gdbarch.sh (static_transform_name): Change type of name parameter
10368         and result from char * to const char *.
10369         * gdbarch.c: Regenerate.
10370         * gdbarch.h: Regenerate.
10371         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10372         of name parameter from char * to const char *.
10373         * jv-lang.c (java_primitive_type_from_name): Ditto.
10374         (java_demangled_signature_length): Similarly for signature parameter.
10375         (java_demangled_signature_copy): Ditto.
10376         (java_demangle_type_signature): Ditto.
10377         * jv-lang.h (java_primitive_type_from_name): Update.
10378         (java_demangle_type_signature): Update.
10379         * objc-lang.c (specialcmp): Change type of a,b parameters
10380         from char * to const char *.
10381         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10382         from char * to const char *.  All callers updated.
10383         * p-lang.h (is_pascal_string_type): Update.
10384         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10385         of name parameter from char * to const char *.
10386         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10387         * utils.c (fprintf_symbol_filtered): Ditto.
10388         * defs.h (fprintf_symbol_filtered): Update.
10389         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10390         * stabsread.h (end_psymtab): Update.
10391         * stack.c (find_frame_funname): Change type of funname parameter
10392         from char ** to const char **.
10393         * stack.h (find_frame_funname): Update.
10394         * typeprint.c (type_print): Change type of varstring parameter
10395         from char * to const char *.
10396         * value.h (type_print): Update.
10397         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10398         from char * to const char *.  All callers updated.
10399         (xcoff_end_psymtab): Change type of include_list parameter
10400         from char ** to const char **.  All callers updated.
10401         (swap_sym): Similarly for name parameter.  All callers updated.
10402         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10403         Use xstrdup.
10404         (process_coff_symbol): Use xstrdup.
10405         * stabsread.c (stabs_method_name_from_physname): Renamed from
10406         update_method_name_from_physname.  Change result type from void
10407         to char *.  All callers updated.
10408         (read_member_functions): In has_destructor case, store name in objfile
10409         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10410
10411 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10412
10413         * configure: Rebuild.
10414         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10415         LDFLAGS.
10416
10417 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10418
10419         * configure.tgt (rl78-*-elf): New target.
10420         * rl78-tdep.c: New file.
10421
10422 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10423
10424         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10425         and continue the loop.  Add QUIT statement.
10426
10427 2012-02-03  Tom Tromey  <tromey@redhat.com>
10428
10429         PR gdb/13596:
10430         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10431         bfd_lookup_symbol_from_symtab.
10432         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10433         gdb_bfd_lookup_symbol_from_symtab.
10434
10435 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10436
10437         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10438         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10439         symbol.  Add assertion that sym2 is never NULL.
10440
10441 2012-02-02  Doug Evans  <dje@google.com>
10442
10443         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10444         "name" parameter to const char ** from char **.  All callers updated.
10445         (find_pc_partial_function): Ditto.
10446         (cache_pc_function_name): Change type to const char * from char *.
10447         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10448         (find_pc_partial_function): Update.
10449         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10450         type of "name" parameter to const char * from char *.
10451         All uses updated.
10452         * arch-utils.c (generic_in_solib_return_trampoline): Change
10453         type of "name" parameter to const char * from char *.
10454         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10455         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10456         type of "name" parameter to const char * from char *.
10457         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10458         * gdbarch.c: Regenerate.
10459         * gdbarch.h: Regenerate.
10460         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10461         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10462         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10463         type of "name" parameter to const char * from char *.
10464         * skip.c (skip_function_pc): Ditto.
10465         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10466         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10467         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10468         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10469         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10470         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10471         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10472         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10473         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10474
10475 2012-02-02  Pedro Alves  <palves@redhat.com>
10476
10477         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10478         the current inferior has no execution.  Make sure the current
10479         remote process matches gdb's current inferior.
10480
10481 2012-02-02  Tom Tromey  <tromey@redhat.com>
10482
10483         PR gdb/13405:
10484         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10485         read-only memory.
10486
10487 2012-02-02  Tom Tromey  <tromey@redhat.com>
10488
10489         PR gdb/9307:
10490         * symtab.c (lookup_language_this): Set block_found.
10491
10492 2012-02-01  Tom Tromey  <tromey@redhat.com>
10493
10494         PR gdb/13431:
10495         * jit.c (struct jit_inferior_data): Rewrite.
10496         (struct jit_objfile_data): New.
10497         (get_jit_objfile_data): New function.
10498         (add_objfile_entry): Update.
10499         (jit_read_descriptor): Return int.  Replace descriptor_addr
10500         argument with inf_data.  Update.  Don't call error.
10501         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10502         descriptor here.
10503         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10504         (jit_reset_inferior_data_and_breakpoints)
10505         (jit_inferior_created_observer): Remove.
10506         (jit_inferior_exit_hook): Update.
10507         (jit_executable_changed_observer): Remove.
10508         (jit_event_handler): Update.
10509         (free_objfile_data): Reset inferior data if needed.
10510         (_initialize_jit): Update.
10511
10512 2012-02-01  Tom Tromey  <tromey@redhat.com>
10513
10514         * jit.c (bfd_open_from_target_memory): Move higher in file.
10515
10516 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10517
10518         * libunwind-frame.c (libunwind_load): Display message if dlopen
10519         failed.
10520
10521 2012-02-01  Gary Benson  <gbenson@redhat.com>
10522
10523         * symtab.h (symbol_found_callback_ftype): New typedef.
10524         (iterate_over_symbols): Use the above.
10525         * symtab.c (iterate_over_symbols): Likewise.
10526         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10527         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10528         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10529         (iterate_name_matcher): Document return values.
10530         (collect_one_symbol): Likewise.
10531         (collect_function_symbols): Likewise.
10532         (collect_symbols): Likewise.
10533
10534 2012-02-01  Tom Tromey  <tromey@redhat.com>
10535
10536         * ada-lang.c (resolve_subexp): Update.
10537         (ada_lookup_symbol_list): Add 'full_search' argument.
10538         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10539         ada_lookup_symbol_list.
10540         (ada_lookup_encoded_symbol): Update.
10541         (get_var_value): Update.
10542         * ada-exp.y (block_lookup): Update.
10543         (write_var_or_type): Update.
10544         (write_name_assoc): Update.
10545         * ada-lang.h (ada_lookup_symbol_list): Update.
10546
10547 2012-01-31  Tom Tromey  <tromey@redhat.com>
10548
10549         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10550         comment.
10551
10552 2012-01-31  Doug Evans  <dje@google.com>
10553
10554         * symtab.h: Remove outdated comment.
10555         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10556
10557 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10558
10559         Fix build error in Darwin port.
10560         * i386-darwin-nat.c: Include i386-nat.h.
10561
10562 2012-01-30  Tom Tromey  <tromey@redhat.com>
10563
10564         PR breakpoints/13568:
10565         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10566         argument.  Check for recursive includes.
10567         (dwarf_decode_macros): Create an include hash.
10568
10569 2012-01-30  Michael Eager  <eager@eagercon.com>
10570
10571         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10572         * ppc-linux-tdep.c: Include glibc-tdep.h.
10573         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10574         (powerpc_linux_in_plt_stub): New function.
10575         (powerpc_linux_in_dynsym_resolve_code): New function.
10576         (ppc_skip_trampoline_code): New function.
10577         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10578         Use glibc_skip_solib_resolver.
10579
10580 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10581
10582         Code cleanup: Make 1440 bytes of data segment read-only.
10583         * arch-utils.c (endian_enum): Make it const char *const [].
10584         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10585         Likewise.
10586         * breakpoint.c (always_inserted_enums): Likewise.
10587         * cli/cli-cmds.c (script_ext_enums): Likewise.
10588         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10589         enumlist parameter const char *const *.
10590         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10591         const char *const *.
10592         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10593         parameter const char *const *.
10594         * cris-tdep.c (cris_modes): Make it const char *const [].
10595         * filesystem.c (target_file_system_kinds): Likewise.
10596         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10597         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10598         (can_use_displaced_stepping_enum, scheduler_enums)
10599         (exec_direction_names): Likewise.
10600         * language.c (_initialize_language): Make the type_or_range_names and
10601         case_sensitive_names variables const char *const [].
10602         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10603         * python/python.c (python_excp_enums): Likewise.
10604         * remote.c (interrupt_sequence_modes): Likewise.
10605         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10606         * serial.c (logbase_enums): Likewise.
10607         * sh-tdep.c (sh_cc_enum): Likewise.
10608         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10609         Likewise.
10610         * symtab.c (multiple_symbols_modes): Likewise.
10611         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10612         Likewise.
10613         * utils.c (internal_problem_modes): Likewise.
10614
10615 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10616
10617         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10618         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10619         result.
10620
10621 2012-01-27  Doug Evans  <dje@google.com>
10622
10623         * configure.ac (with_python): Fix absolute path handling for win32.
10624         * configure: Regenerate.
10625
10626 2012-01-26  Doug Evans  <dje@google.com>
10627
10628         * symtab.c: Whitespace cleanup, no code changes.
10629
10630         * symtab.c (lookup_symbol_in_language): Improve comment.
10631         (lookup_symbol_aux): Fix comment.
10632
10633         * psymtab.c (add_psymbol_to_list): Result is now "void".
10634         * psympriv.h (add_psymbol_to_list): Update.
10635
10636         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10637
10638 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10639
10640         Do not open script filenames twice.
10641         * cli/cli-cmds.c (source_script_from_stream): Pass to
10642         source_python_script also STREAM.
10643         * python/py-auto-load.c (source_section_scripts): Pass to
10644         source_python_script_for_objfile also STREAM.
10645         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10646         also INPUT.
10647         * python/python-internal.h (source_python_script_for_objfile): New
10648         parameter file, rename parameter file to filename.
10649         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10650         instead if !_WIN32.  Update the function comment.
10651         (source_python_script, source_python_script_for_objfile)
10652         (source_python_script): New parameter file, rename parameter file to
10653         filename.  Pass FILENAME to python_run_simple_file.
10654         * python/python.h (source_python_script): New parameter file, rename
10655         parameter file to filename.
10656
10657 2012-01-26  Pedro Alves  <palves@redhat.com>
10658
10659         * corelow.c (core_has_fake_pid): Delete.
10660         (core_close): Delete references to `core_has_fake_pid'.
10661         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10662         (core_open): Delete references to `core_has_fake_pid'.
10663         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10664         the removed global.
10665
10666 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10667
10668         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10669         Remove language parameter from name_matcher.  Adjust the comment.
10670         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10671         Remove language parameter.
10672         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10673         * linespec.c (iterate_name_matcher): Likewise.
10674         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10675         name_matcher.  Adjust call accordingly.
10676         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10677         (maintenance_check_symtabs): Adjust type of parameter "fun".
10678         * psymtab.h (maintenance_check_symtabs): Likewise.
10679
10680 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10681
10682         * language.h (symbol_name_match_p_ftype): New typedef.
10683         (struct language_defn): Replace field la_symbol_name_compare
10684         by la_get_symbol_name_match_p.
10685         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10686         (ada_language_defn): Use it.
10687         * linespec.c (struct symbol_matcher_data): New type.
10688         (iterate_name_matcher): Rewrite.
10689         (iterate_over_all_matching_symtabs): Pass a pointer to
10690         a symbol_matcher_data struct to expand_symtabs_matching
10691         instead of just the lookup name.
10692         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10693         opencl-lang.c, p-lang.c, language.c: Delete field
10694         la_symbol_name_compare, and replace by NULL for new field
10695         la_get_symbol_name_match_p.
10696         * symfile.h (struct quick_symbol_functions): Update comment.
10697
10698 2012-01-25  Tom Tromey  <tromey@redhat.com>
10699
10700         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10701         dereferencing.
10702
10703 2012-01-24  Tom Tromey  <tromey@redhat.com>
10704
10705         PR symtab/12406:
10706         * solib.c (update_solib_list): Update the program space's
10707         added_solibs and deleted_solibs fields.
10708         * progspace.h (struct program_space) <added_solibs,
10709         deleted_solibs>: New fields.
10710         (clear_program_space_solib_cache): Declare.
10711         * progspace.c (release_program_space): Call
10712         clear_program_space_solib_cache.
10713         (clear_program_space_solib_cache): New function.
10714         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10715         bpstat_stop_status.  Use handle_solib_event.
10716         * breakpoint.c: Include gdb_regex.h.
10717         (print_solib_event): New function.
10718         (bpstat_print): Use print_solib_event.
10719         (bpstat_stop_status): Add special case for bp_shlib_event.
10720         (handle_solib_event): New function.
10721         (bpstat_what): Use handle_solib_event.
10722         (struct solib_catchpoint): New.
10723         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10724         (breakpoint_hit_catch_solib, check_status_catch_solib)
10725         (print_it_catch_solib, print_one_catch_solib)
10726         (print_mention_catch_solib, print_recreate_catch_solib): New
10727         functions.
10728         (catch_solib_breakpoint_ops): New global.
10729         (catch_load_or_unload, catch_load_command_1)
10730         (catch_unload_command_1): New functions.
10731         (internal_bkpt_check_status): Add special case for
10732         bp_shlib_event.
10733         (internal_bkpt_print_it): Use print_solib_event.
10734         (initialize_breakpoint_ops): Initialize
10735         catch_solib_breakpoint_ops.
10736         (_initialize_breakpoint): Register "catch load" and "catch
10737         unload".
10738         * breakpoint.h (handle_solib_event): Declare.
10739         * NEWS: Add entry for "catch load" and "catch unload".
10740
10741 2012-01-24  Tom Tromey  <tromey@redhat.com>
10742
10743         * ada-lang.c: Include gdb_vecs.h.
10744         * charset.c: Include gdb_vecs.h.
10745         * tracepoint.h: Include gdb_vecs.h.
10746         * gdb_vecs.h: New file.
10747
10748 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
10749
10750         * breakpoint.c (breakpoint_hit_catch_fork)
10751         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10752         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10753         * infrun.c (inferior_has_forked, inferior_has_vforked)
10754         (inferior_has_execd, inferior_has_called_syscall): Delete.
10755         (handle_syscall_event): Get syscall_number from the execution
10756         control state's wait status.
10757         (wait_for_inferior): Don't clear syscall_number.
10758
10759 2012-01-24  Pedro Alves  <palves@redhat.com>
10760
10761         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10762         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10763         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10764         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10765         `ws' parameter.
10766         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
10767         false for events other than TARGET_SIGNAL_TRAP.
10768         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10769         Add `ws' parameter.
10770         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
10771         events other than TARGET_SIGNAL_TRAP.
10772         (tracepoint_breakpoint_hit): Add `ws' parameter.
10773         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10774         parameter.
10775         (bpstat_stop_status): Same.
10776         (pc_at_non_inline_function): Same.
10777         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10778         to pass the current event's waitstatus to bpstat_stop_status
10779         and pc_at_non_inline_function.
10780
10781 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10782
10783         Code cleanup.
10784         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10785         Update the function comment for it.
10786         (source_script_with_search): Call make_cleanup_fclose for STREAM.
10787         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10788         for STREAM.
10789
10790 2012-01-24  Pedro Alves  <palves@redhat.com>
10791
10792         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10793         outside `bs->stop' block.
10794         (bpstat_what): Rework bp_shlib_event handling.
10795         (internal_bkpt_check_status): If the breakpoint is a
10796         bp_shlib_event, then set bs->stop and bs->print if
10797         stop_on_solib_events is set.
10798
10799 2012-01-24  Gary Benson  <gbenson@redhat.com>
10800
10801         Delete #if 0'd out code.
10802         * stack.c (print_frame_label_vars): Remove.
10803         (catch_info): Likewise.
10804         (_initialize_stack): Remove "info catch" command.
10805         * NEWS: Mention the above.
10806
10807 2012-01-24  Pedro Alves  <palves@redhat.com>
10808
10809         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
10810         it.
10811         (remote_notice_new_inferior): If the remote end doesn't support
10812         the multiprocess extensions, then the PID is fake.
10813         (add_current_inferior_and_thread): New.
10814         (remote_start_remote): Use it.
10815         (extended_remote_attach_1): Adjust.
10816         (extended_remote_create_inferior_1): Use
10817         add_current_inferior_and_thread.
10818
10819 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10820
10821         Fix watchpoints to be specific for each inferior.
10822         * breakpoint.c (watchpoint_in_thread_scope): Verify also
10823         current_program_space.
10824         * i386-nat.c (i386_inferior_data_cleanup): New.
10825         (i386_inferior_data_get): Replace variable inf_data_local by an
10826         inferior_data call.
10827         (i386_use_watchpoints): Initialize i386_inferior_data.
10828         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10829         specific iterate_over_lwps.
10830
10831 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10832
10833         Fix watchpoints across inferior fork.
10834         * amd64-linux-nat.c (update_debug_registers_callback): Update the
10835         comment for linux_nat_iterate_watchpoint_lwps.
10836         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10837         linux_nat_iterate_watchpoint_lwps.
10838         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10839         * i386-linux-nat.c (update_debug_registers_callback): Update the
10840         comment for linux_nat_iterate_watchpoint_lwps.
10841         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10842         linux_nat_iterate_watchpoint_lwps.
10843         (i386_linux_prepare_to_resume): New comment on Linux kernel.
10844         * i386-nat.c: Include inferior.h.
10845         (dr_mirror): Remove.
10846         (i386_inferior_data, struct i386_inferior_data)
10847         (i386_inferior_data_get): New.
10848         (i386_debug_reg_state): Use i386_inferior_data_get.
10849         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10850         (i386_insert_watchpoint, i386_remove_watchpoint)
10851         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10852         (i386_remove_hw_breakpoint): New variable state, use
10853         i386_debug_reg_state instead of DR_MIRROR.
10854         * linux-nat.c (delete_lwp): New declaration.
10855         (num_lwps): Move here from downwards.
10856         (delete_lwp_cleanup): New.
10857         (linux_child_follow_fork): Create new child_lp, call
10858         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10859         PTRACE_DETACH.
10860         (num_lwps): Move upwards.
10861         (linux_nat_iterate_watchpoint_lwps): New.
10862         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10863         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10864
10865 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
10866
10867         GDB 7.4 released.
10868
10869 2012-01-23  Pedro Alves  <palves@redhat.com>
10870
10871         * top.c (caution): Rename to ...
10872         (confirm): ... this.
10873         (show_caution): Rename to ...
10874         (show_confirm): ... this.
10875         (quit_cover): Adjust.
10876         (init_main): Adjust.
10877         * top.h (caution): Rename to ...
10878         (confirm): ... this.
10879         * utils.c (internal_vproblem, defaulted_query): Adjust.
10880
10881 2012-01-23  Pedro Alves  <palves@redhat.com>
10882
10883         * top.c (caution): Update comment.
10884         (execute_command): Don't consider the current value of `caution'.
10885
10886 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10887
10888         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10889
10890 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
10891
10892         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10893         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10894         * target.c (target_fileio_pwrite): Remove buffer address from
10895         debug output.
10896         (target_fileio_pread): Likewise.
10897
10898 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10899
10900         * NEWS: Document remote "info proc" and "generate-core-file".
10901
10902 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10903
10904         * gdbarch.sh (find_memory_regions): New callback.
10905         * gdbarch.c, gdbarch.h: Regenerate.
10906
10907         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10908         callback before falling back to target method.
10909
10910         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10911         (linux_target_install_ops): No longer install it.
10912
10913         * linux-tdep.c (linux_find_memory_regions): New function.
10914         (linux_init_abi): Install it.
10915
10916 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10917
10918         * gdbarch.sh (make_corefile_notes): New architecture callback.
10919         * gdbarch.c: Regenerate.
10920         * gdbarch.h: Likewise.
10921
10922         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10923         before target_make_corefile_notes.  If NULL is returned, the
10924         target does not support core file generation.
10925
10926         * linux-nat.c: Include "linux-tdep.h".
10927         (find_signalled_thread, find_stop_signal): Remove.
10928         (linux_nat_do_thread_registers): Likewise.
10929         (struct linux_nat_corefile_thread_data): Likewise.
10930         (linux_nat_corefile_thread_callback): Likewise.
10931         (iterate_over_spus): Likewise.
10932         (struct linux_spu_corefile_data): Likewise.
10933         (linux_spu_corefile_callback): Likewise.
10934         (linux_spu_make_corefile_notes): Likewise.
10935         (linux_nat_collect_thread_registers): New function.
10936         (linux_nat_make_corefile_notes): Replace contents by call to
10937         linux_make_corefile_notes passing linux_nat_collect_thread_registers
10938         as native-only callback.
10939
10940         * linux-tdep.h: Include "bfd.h".
10941         (struct regcache): Add forward declaration.
10942         (linux_collect_thread_registers_ftype): New typedef.
10943         (linux_make_corefile_notes): Add prototype.
10944         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10945         "regset.h", and "elf-bfd.h".
10946         (find_signalled_thread, find_stop_signal): New functions.
10947         (linux_spu_make_corefile_notes): Likewise.
10948         (linux_collect_thread_registers): Likewise.
10949         (struct linux_corefile_thread_data): New data structure.
10950         (linux_corefile_thread_callback): New funcion.
10951         (linux_make_corefile_notes): Likewise.
10952         (linux_make_corefile_notes_1): Likewise.
10953         (linux_init_abi): Install it.
10954
10955 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10956
10957         * gdbarch.sh (info_proc): New callback.
10958         * gdbarch.c, gdbarch.h: Regenerate.
10959
10960         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10961         before falling back to the target info_proc callback.
10962
10963         * linux-nat.c: Do not include "cli/cli-utils.h".
10964         (linux_nat_info_proc): Remove.
10965         (linux_target_install_ops): No longer install it.
10966
10967         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10968         (read_mapping): New function.
10969         (linux_info_proc): Likewise.
10970         (linux_init_abi): Install it.
10971
10972 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10973
10974         * defs.h (enum info_proc_what): Moved here from linux-nat.c
10975         * infcmd.c: (info_proc_cmd_1): New function.
10976         (info_proc_cmd): New function, moved here from equivalent routine
10977         orignally in linux-nat.c.
10978         (info_proc_cmd_mappings): Likewise.
10979         (info_proc_cmd_stat): Likewise.
10980         (info_proc_cmd_status): Likewise.
10981         (info_proc_cmd_cwd): Likewise.
10982         (info_proc_cmd_cmdline): Likewise.
10983         (info_proc_cmd_exe): Likewise.
10984         (info_proc_cmd_all): Likewise.
10985         (_initialize_infcmd): Install "info proc" command and subcommands.
10986
10987         * target.h (struct target_ops): Add to_info_proc.
10988         (target_info_proc): Add prototype.
10989         * target.c (target_info_proc): New function.
10990
10991         * procfs.c (procfs_info_proc): Add prototype.
10992         (info_proc_cmd): Rename into ...
10993         (procfs_info_proc): ... this.  Update argument types as appropriate
10994         for a to_info_proc implementation.  Handle "what" argument.
10995         (procfs_target): Install procfs_info_proc.
10996         (_initialize_procfs): No longer install "info proc" command.
10997
10998         * linux-nat.c: (enum info_proc_what): Remove.
10999         (linux_nat_info_proc_cmd_1): Rename into ...
11000         (linux_nat_info_proc): ... this.  Update argument types as appropriate
11001         for a to_info_proc implementation.
11002         (linux_nat_info_proc_cmd): Remove.
11003         (linux_nat_info_proc_cmd_mappings): Likewise.
11004         (linux_nat_info_proc_cmd_stat): Likewise.
11005         (linux_nat_info_proc_cmd_status): Likewise.
11006         (linux_nat_info_proc_cmd_cwd): Likewise.
11007         (linux_nat_info_proc_cmd_cmdline): Likewise.
11008         (linux_nat_info_proc_cmd_exe): Likewise.
11009         (linux_nat_info_proc_cmd_all): Likewise.
11010         (linux_target_install_ops): Install linux_nat_info_proc.
11011         (_initialize_linux_nat): No longer install "info proc" command
11012         and subcommands.
11013
11014 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11015
11016         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11017         * config.in, configure: Regenerate.
11018
11019         * target.h (struct target_ops): Add to_fileio_readlink.
11020         (target_fileio_readlink): Add prototype.
11021         * target.c (target_fileio_readlink): New function.
11022
11023         * inf-child.c: Conditionally include <sys/param.h>.
11024         (inf_child_fileio_readlink): New function.
11025         (inf_child_target): Install it.
11026
11027         * remote.c (PACKET_vFile_readlink): New enum value.
11028         (remote_hostio_readlink): New function.
11029         (init_remote_ops): Install it.
11030         (_initialize_remote): Handle vFile:readlink packet type.
11031
11032 2012-01-20  Pedro Alves  <palves@redhat.com>
11033             Ulrich Weigand  <ulrich.weigand@linaro.org>
11034
11035         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11036         * config.in, configure: Regenerate.
11037
11038         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11039         to_fileio_pread, to_fileio_close, to_fileio_unlink.
11040         (target_fileio_open): Add prototype.
11041         (target_fileio_pwrite): Likewise.
11042         (target_fileio_pread): Likewise.
11043         (target_fileio_close): Likewise.
11044         (target_fileio_unlink): Likewise.
11045         (target_fileio_read_alloc): Likewise.
11046         (target_fileio_read_stralloc): Likewise.
11047
11048         * target.c: Include "gdb/fileio.h".
11049         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11050         (default_fileio_target): New function.
11051         (target_fileio_open): Likewise.
11052         (target_fileio_pwrite): Likewise.
11053         (target_fileio_pread): Likewise.
11054         (target_fileio_close): Likewise.
11055         (target_fileio_unlink): Likewise.
11056         (target_fileio_close_cleanup): Likewise.
11057         (target_fileio_read_alloc_1): Likewise.
11058         (target_fileio_read_alloc): Likewise.
11059         (target_fileio_read_stralloc): Likewise.
11060
11061         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11062         <fcntl.h>, and <unistd.h>.
11063         (inf_child_fileio_open_flags_to_host): New function.
11064         (inf_child_errno_to_fileio_error): Likewise.
11065         (inf_child_fileio_open): Likewise.
11066         (inf_child_fileio_pwrite): Likewise.
11067         (inf_child_fileio_pread): Likewise.
11068         (inf_child_fileio_close): Likewise.
11069         (inf_child_fileio_unlink): Likewise.
11070         (inf_child_target): Install to_fileio routines.
11071
11072         * remote.c (init_remote_ops): Install to_fileio routines.
11073
11074 2012-01-20  Pedro Alves  <palves@redhat.com>
11075             Ulrich Weigand  <ulrich.weigand@linaro.org>
11076
11077         * remote.c (remote_multi_process_p): Only check for multi-process
11078         protocol feature, do not check for extended protocol.
11079         (remote_supports_multi_process): Check for extended protocol here.
11080         (set_general_process): Likewise.
11081         (extended_remote_kill): Likewise.
11082         (remote_pid_to_str): Likewise.
11083         (remote_query_supported): Always query multiprocess mode.
11084
11085 2012-01-20  Pedro Alves  <palves@redhat.com>
11086             Ulrich Weigand  <ulrich.weigand@linaro.org>
11087
11088         * inferior.h (struct inferior): Add fake_pid_p.
11089         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11090         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11091         magic_null_ptid since the remote side doesn't provide a real PID.
11092
11093 2012-01-19  Tom Tromey  <tromey@redhat.com>
11094
11095         * NEWS: Combine the two Python sections.
11096
11097 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11098
11099         * target.h (target_close): Update comment on the target's unpush state.
11100
11101 2012-01-19  Pedro Alves  <palves@redhat.com>
11102
11103         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11104         linux_nat_async directly instead of going through the target
11105         vector.
11106         * target.c (unpush_target): Close target after unpushing it, not
11107         before.
11108
11109 2012-01-19  Gary Benson  <gbenson@redhat.com>
11110
11111         * mdebugread.c (sort_blocks): Replace integer constants with ones
11112         derived from FIRST_LOCAL_BLOCK.
11113
11114 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11115             Jan Kratochvil  <jan.kratochvil@redhat.com>
11116
11117         PR gdb/9538
11118         * symfile.c (find_separate_debug_file): New function.
11119         (terminate_after_last_dir_separator): Likewise.
11120         (find_separate_debug_file_by_debuglink): Also try realpath.
11121         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11122         * configure: Regenerate.
11123         * config.in: Regenerate.
11124
11125 2012-01-18  Doug Evans  <dje@google.com>
11126
11127         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11128         (main.o): Remove rule.
11129         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11130         (--with-sysroot): Rewrite.
11131         * configure: Regenerate.
11132         * config.in: Regenerate.
11133
11134 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11135
11136         * parse.c (initialize_expout): New function.
11137         (reallocate_expout): Likewise.
11138         (parse_exp_in_context): Use `initialize_expout' and
11139         `reallocate_expout' when appropriate.
11140
11141 2012-01-18  Pedro Alves  <palves@redhat.com>
11142
11143         * record.c (struct record_breakpoint, record_breakpoint_p)
11144         (record_breakpoints): New.
11145         (record_insert_breakpoint, record_remove_breakpoint): Manage
11146         record breakpoints list.  Only remove breakpoints from the
11147         inferior if they had been inserted there in the first place.
11148
11149 2012-01-17  Doug Evans  <dje@google.com>
11150
11151         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11152         if we know we don't have a file name to look for.
11153
11154 2012-01-17  Pedro Alves  <palves@redhat.com>
11155
11156         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11157         the frame's stop reason is UNWIND_UNAVAILABLE.
11158
11159 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11160
11161         Fix compilation error.
11162         * m2-exp.y (yyerror): Use ANSI C prototype.
11163
11164 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11165
11166         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11167         (growbuf_by_size): Likewise.
11168         (yyerror): Likewise.
11169         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11170         (modblock): Remove variable (was #if 0'ed).
11171         (parse_number): Convert prototype from K&R to ANSI C.
11172         (yyerror): Likewise.
11173         * objc-exp.y (parse_number): Likewise.
11174         (yyerror): Likewise.
11175         (yylex): Remove #if 0'ed code.
11176         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11177         (yyerror): Likewise.
11178
11179 2012-01-16  Tom Tromey  <tromey@redhat.com>
11180
11181         * NEWS: Add item.
11182         * symtab.h (compare_filenames_for_search): Declare.
11183         * symtab.c (compare_filenames_for_search): New function.
11184         (iterate_over_some_symtabs): Use it.
11185         * symfile.h (struct quick_symbol_functions)
11186         <map_symtabs_matching_filename>: Change spec.
11187         * psymtab.c (partial_map_symtabs_matching_filename): Use
11188         compare_filenames_for_search.  Update for new spec.
11189         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11190         compare_filenames_for_search.  Update for new spec.
11191         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11192
11193 2012-01-16  Tom Tromey  <tromey@redhat.com>
11194
11195         PR python/13281:
11196         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11197         (struct main_type) <flag_flag_enum>: New field.
11198         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11199         * NEWS: Add entries.
11200         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11201         enums.
11202         * python/lib/gdb/printing.py (_EnumInstance): New class.
11203         (FlagEnumerationPrinter): Likewise.
11204
11205 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11206
11207         * breakpoint.c (create_sals_from_address_default): New function.
11208         (create_breakpoints_sal_default): Likewise.
11209         (decode_linespec_default): Likewise.
11210         (is_marker_spec): Removed.
11211         (strace_marker_p): New function.
11212         (init_breakpoint_sal): Using `strace_marker_p' instead of
11213         `is_marker_spec'.
11214         (create_breakpoint): Call method `create_sals_from_address' from
11215         breakpoint_ops, replacing code that created SALs conditionally
11216         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11217         replacing code that created breakpoints conditionally on the type
11218         wanted.
11219         (base_breakpoint_create_sals_from_address): New function.
11220         (base_breakpoint_create_breakpoints_sal): Likewise.
11221         (base_breakpoint_decode_linespec): Likewise.
11222         (base_breakpoint_ops): Add methods
11223         `base_breakpoint_create_sals_from_address',
11224         `base_breakpoint_create_breakpoints_sal' and
11225         `base_breakpoint_decode_linespec'.
11226         (bkpt_create_sals_from_address): New function.
11227         (bkpt_create_breakpoints_sal): Likewise.
11228         (bkpt_decode_linespec): Likewise.
11229         (tracepoint_create_sals_from_address): Likewise.
11230         (tracepoint_create_breakpoints_sal): Likewise.
11231         (tracepoint_decode_linespec): Likewise.
11232         (strace_marker_create_sals_from_address): Likewise.
11233         (strace_marker_create_breakpoints_sal): Likewise.
11234         (strace_marker_decode_linespec): Likewise.
11235         (strace_marker_breakpoint_ops): New variable.
11236         (addr_string_to_sals): Remove `marker_spec'.  Call method
11237         `decode_linespec' from breakpoint_ops, replacing code that decoded
11238         an address string into a SAL.  Use `strace_marker_p' instead of
11239         `marker_spec'.
11240         (strace_command): Decide whether we are dealing with a static
11241         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11242         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11243         * breakpoint.h (linespec_result, linespec_sals): New forward
11244         declarations.
11245         (breakpoint_ops) <create_sals_from_address>,
11246         <create_breakpoints_sal>, <decode_linespec>: New methods.
11247
11248 2012-01-14  Doug Evans  <dje@google.com>
11249
11250         * NEWS: Update text for "maint set python print-stack".
11251         It is deprecated in gdb 7.4 and deleted in 7.5.
11252
11253 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11254
11255         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11256         including curses.h.
11257
11258 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11259
11260         * configure: Regenerate.
11261         * config.in: Regenerate.
11262
11263 2012-01-12  Keith Seitz  <keiths@redhat.com>
11264
11265         PR mi/10586
11266         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11267         (ANONYMOUS_UNION_NAME): Define.
11268         (is_path_expr_parent): New function.
11269         (get_path_expr_parent): New function.
11270         (is_anonymous_child): New function.
11271         (create_child_with_value): If the child is anonymous and without
11272         a name, assign an object name to it.
11273         (c_describe_child): Use get_path_expr_parent to determine
11274         the parent expression.
11275         If there field represents an anonymous struct or union and
11276         has no name, set an appropriate display name and expression.
11277         (cplus_describe_child): Likewise.
11278
11279 2012-01-12  Pedro Alves  <palves@redhat.com>
11280
11281         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11282         available when %ebp is found to be zero (outermost).
11283
11284 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11285
11286         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11287         an internal gdb_static_assert.
11288         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11289
11290 2012-01-11  Tom Tromey  <tromey@redhat.com>
11291
11292         PR gdb/9598:
11293         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11294         catch" and "catch throw".
11295
11296 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11297
11298         * blockframe.c (block_innermost_frame): Start search from selected
11299         frame, if present, or otherwise the current frame.
11300
11301         * c-exp.y (variable): Update innermost_block for
11302         'block COLONCOLON NAME' clause.
11303         * m2-exp.y (variable): Ditto.
11304         * objc-exp.y (variable): Ditto.
11305
11306 2012-01-10  Tom Tromey  <tromey@redhat.com>
11307
11308         PR python/13199:
11309         * python/python.c (finish_python_initialization): Set sys.argv.
11310
11311 2012-01-10  Doug Evans  <dje@google.com>
11312
11313         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11314         "want_line_info".  All callers updated.
11315         (dwarf_decode_lines_1): New function.
11316         (handle_DW_AT_stmt_list): Add function comment.
11317         New arg "want_line_info".  All callers updated.
11318         (read_file_scope,read_type_unit_scope): Move comment from
11319         handle_DW_AT_stmt_list to here.
11320
11321 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11322
11323         Fix regression after libiberty/ update for GCC PR 6057 and others.
11324         * c-exp.y (operator) <OPERATOR DELETE>
11325         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11326         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11327         (make_builtin_type, make_name): New variable i, add gdb_assert.
11328         (operator) <OPERATOR NEW>: Update ARGS to 3.
11329         (operator) <OPERATOR DELETE>: Add trailing space.
11330         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11331         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11332         * cp-support.c (cp_canonicalize_string): Check NULL from
11333         cp_comp_to_string, call warning and return.
11334
11335 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11336
11337         Fix duplicate .o files after omitting libbfd.a.
11338         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11339         (SFILES): Add corelow.c.
11340         (COMMON_OBS): Add corelow.o.
11341         (ALLDEPFILES): Remove corelow.c.
11342         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11343         * config/alpha/alpha-osf3.mh: Likewise.
11344         * config/alpha/fbsd.mh: Likewise.
11345         * config/arm/nbsdaout.mh: Likewise.
11346         * config/arm/nbsdelf.mh: Likewise.
11347         * config/i386/i386gnu.mh: Likewise.
11348         * config/ia64/hpux.mh: Likewise.
11349         * config/ia64/linux.mh: Likewise.
11350         * config/m32r/linux.mh: Likewise.
11351         * config/m68k/linux.mh: Likewise.
11352         * config/mips/irix5.mh: Likewise.
11353         * config/mips/irix6.mh: Likewise.
11354         * config/pa/hpux.mh: Likewise.
11355         * config/pa/linux.mh: Likewise.
11356         * config/powerpc/aix.mh: Likewise.
11357         * config/sparc/linux.mh: Likewise.
11358         * config/sparc/linux64.mh: Likewise.
11359         * config/sparc/sol2.mh: Likewise.
11360         * config/vax/vax.mh: Likewise.
11361         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11362         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11363         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11364         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11365         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11366         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11367         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11368         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11369         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11370         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11371         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11372         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11373         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11374         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11375         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11376         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11377         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11378         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11379         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11380         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11381         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11382         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11383         corelow.o from gdb_target_obs.
11384         * corefile.c (core_target): Update the comment on NULL value.
11385         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11386         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11387         MATCHES.  Drop YUMMY set on NULL.
11388         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11389         reclaim CORE_DATA if it is already NULL.
11390
11391 2012-01-09  Doug Evans  <dje@google.com>
11392
11393         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11394         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11395
11396 2012-01-09  Keith Seitz  <keiths@redhat.com>
11397
11398         * breakpoint.c (wrapper.h): Don't include.
11399
11400 2012-01-09  Keith Seitz  <keiths@redhat.com>
11401
11402         * Makefile.in (SFILES): Remove wrapper.c.
11403         (HFILES_NO_SRCDIR): Remove wrapper.h.
11404         (COMMON_OBS): Remove wrapper.o.
11405         * cli/cli-interp.c: Don't inlude wrapper.h.
11406         * corelow.c: Likewise.
11407         (core_open): Replace gdb_target_find_new_threads with
11408         TRY_CATCH around target_find_new_threads.
11409         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11410         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11411         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11412         evaluate_expression.
11413         (varobj_set_value): Likewise for evaluate_expression and
11414         value_assign.
11415         (install_new_variable): Likewise for value_fetch_lazy.
11416         (adjust_value_for_child_access): Likewise for value_ind.
11417         (c_describe_child): Likewise for value_subscript and
11418         value_ind.
11419         (c_value_of_root): Likewise for evaluate_expression.
11420         * wrapper.c: Remove.
11421         * wrapper.h: Remove.
11422
11423 2012-01-09  Doug Evans  <dje@google.com>
11424
11425         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11426         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11427         "abfd" args with "section".  All callers updated.
11428         Error checking code moved ...
11429         (error_check_comp_unit_head): ... here.  New function.
11430         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11431         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11432         (create_debug_types_hash_table): Simplify by using
11433         read_and_check_type_unit_head.
11434
11435         * parser-defs.h (namecopy): Delete.
11436         * parse.c (namecopy, namecopy_size): Move into copy_name.
11437
11438 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11439
11440         Partially fix duplicate .o files after omitting libbfd.a.
11441         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11442         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11443         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11444         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11445         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11446         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11447         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11448
11449 2012-01-09  Pedro Alves  <palves@redhat.com>
11450
11451         * MAINTAINERS: Update my email address.
11452
11453 2012-01-08  Doug Evans  <dje@google.com>
11454
11455         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11456         n_type_units.  Rename type_comp_units to all_type_units.
11457         All uses updated.
11458         (add_signatured_type_cu_to_table): Renamed from
11459         add_signatured_type_cu_to_list.  All callers updated.
11460
11461         * gdbtypes.h (struct cplus_struct_type): Delete member
11462         nfn_fields_total.  All uses removed.
11463
11464 2012-01-06  Doug Evans  <dje@google.com>
11465
11466         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11467         to top of file.
11468         (dwarf2_find_comp_unit): Delete.
11469         (process_psymtab_comp_unit): Make result "void".
11470         Delete args buffer, info_ptr, buffer_size, and replace with
11471         "section".  All callers updated.
11472         (dwarf2_build_psymtabs_hard): Simplify.
11473
11474 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11475             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11476
11477         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11478         before `struct gdb_exception'.
11479         * breakpoint.c (update_global_location_list_nothrow)
11480         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11481         * cp-abi.c (value_rtti_type): Likewise.
11482         * cp-support.c (cp_validate_operator): Likewise.
11483         * infrun.c (insert_exception_resume_breakpoint)
11484         (check_exception_resume, keep_going): Likewise.
11485         * mi-interp.c (mi_breakpoint_created)
11486         (mi_breakpoint_modified): Likewise.
11487         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11488         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11489         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11490
11491 2012-01-05  Doug Evans  <dje@google.com>
11492
11493         * dwarf2read.c (statement_prologue): Delete, unused.
11494
11495         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11496         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11497
11498         * dwarf2read.c (comp_unit_header): Delete, unused.
11499
11500 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11501
11502         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11503         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11504
11505 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11506
11507         * infrun.c (normal_stop): Don't skip calling the normal_stop
11508         observers if the thread was doing a multi-step, but stopped for
11509         some reason other than stepping.
11510
11511 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11512
11513         * cli/cli-decode.h: Add comments.
11514         (CMD_LIST_AMBIGUOUS): Moved to command.h
11515         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11516         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11517         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11518         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11519         (add_com, add_com_alias, add_info, add_info_alias)
11520         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11521         declarations.
11522         * command.h: Add and adjust comments.
11523         (CMD_LIST_AMBIGUOUS): Moved here.
11524         (help_cmd, help_cmd_list): Delete declarations.
11525
11526 2012-01-04  Doug Evans  <dje@google.com>
11527
11528         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11529         All callers updated.
11530         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11531         Replace all arguments with "per_cu".  All callers updated.
11532
11533         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11534
11535         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11536         New arg "per_cu".  All callers updated.
11537
11538         Delete #if 0'd out code.
11539         * language.c (binop_result_type): Delete.
11540         (simple_type, ordered_type, same_type, integral_type): Delete.
11541         (numeric_type, character_type, string_type, boolean_type): Delete.
11542         (float_type, structured_type): Delete.
11543         * language.h: Update.
11544
11545 2012-01-04  Tom Tromey  <tromey@redhat.com>
11546
11547         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11548
11549 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11550
11551         * corefile.c (close_exec_file): Delete.
11552         (reopen_exec_file): Remove commented out code that seems related
11553         to close_exec_file, which is being deleted here.
11554         * inferior.h (close_exec_file): Delete.
11555         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11556
11557 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11558
11559         * ada-lang.c: #include "cli/cli-utils.h".
11560         (get_selections): Use skip_spaces.
11561         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11562         (catch_ada_exception_command_split): Use skip_spaces.
11563         (ada_decode_assert_location): Likewise.
11564
11565 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11566
11567         * linespec.c (decode_line_internal): Check for C++ or Java
11568         compound constructs only if the current language is C, C++
11569         or Java.
11570
11571 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11572
11573         Revert:
11574         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11575                     Joel Brobecker  <brobecker@adacore.com>
11576         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11577         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11578         3 times.
11579         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11580         fall through into AT_ENTRY_POINT.
11581         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11582         DUMMY_ADDR with it.
11583         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11584         PPC_INSN_SIZE skip to 3 times.
11585
11586 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11587
11588         * linespec.c (add_minsym): Preserve function descriptors.
11589
11590 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11591
11592         * breakpoint.c (all_locations_are_pending): Consider locations
11593         in program spaces executing during startup pending as well.
11594
11595 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11596
11597         Copyright year update in most files of the GDB Project.
11598
11599 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11600
11601         * copyright.sh: Delete.
11602         * copyright.py: Rewrite.
11603
11604 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11605
11606         * gnulib/extra/update-copyright: New file, imported from gnulib.
11607
11608 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11609
11610         * README (Copyright and License Notices): New section.
11611
11612 2012-01-03  Tom Tromey  <tromey@redhat.com>
11613
11614         PR python/12533:
11615         * python/py-value.c (valpy_dereference, valpy_get_address
11616         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11617         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11618         (valpy_absolute, valpy_richcompare): Free intermediate values.
11619
11620 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11621
11622         * ada-lang.c: Reformat the copyright notice.
11623
11624 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11625
11626         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11627         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11628         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11629         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11630         Revert this part of:
11631         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11632         Build gdb directly from *.o files not using libgdb.a.
11633         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11634
11635 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11636
11637         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11638         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11639         Reformat the copyright header.
11640
11641 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11642
11643         Revert this part of:
11644         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11645         Remove the gdbtui binary.
11646         * gdb.c (main): Remove args.interpreter_p initialization.
11647         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11648         * main.h (struct captured_main_args): Remove interpreter_p.
11649
11650 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11651
11652         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11653
11654 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11655
11656         * top.c (print_gdb_version): Update copyright year.
11657
11658 2012-01-02  Yao Qi  <yao@codesourcery.com>
11659
11660         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11661
11662 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11663             Joel Brobecker  <brobecker@adacore.com>
11664
11665         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11666         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11667         3 times.
11668         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11669         fall through into AT_ENTRY_POINT.
11670         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11671         DUMMY_ADDR with it.
11672         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11673         PPC_INSN_SIZE skip to 3 times.
11674
11675 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11676
11677         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11678         the return value.
11679         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11680
11681 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11682
11683         Build gdb directly from *.o files not using libgdb.a.
11684         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11685         (COMMON_OBS): Remove solib-target.o.
11686         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11687         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11688         (LIBGDB_OBS, libgdb.a): Move it above.
11689         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11690         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11691         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11692         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11693         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11694         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11695         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11696         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11697         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11698         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11699         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11700         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11701         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11702         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11703         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11704         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11705         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11706         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11707         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11708         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11709         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11710         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11711         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11712         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11713         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11714         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11715         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11716
11717 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11718
11719         Remove the gdbtui binary.
11720         * .gitignore (/gdbtui): Remove.
11721         * Makefile.in (TUI): Remove.
11722         (SUBDIR_TUI_OBS): Remove tui-main.o.
11723         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11724         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11725         (tui-main.o): Remove.
11726         (all_object_files): Remove tui-main.o.
11727         * NEWS: New note for the gdbtui removal.
11728         * configure: Rebuilt.
11729         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11730         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11731         CONFIG_UNINSTALL respectively.
11732         * gdb.c (main): Remove args.interpreter_p initialization.
11733         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11734         * main.h (struct captured_main_args): Remove interpreter_p.
11735         * tui/tui-main.c: Remove.
11736
11737 2012-01-01  Doug Evans  <dje@google.com>
11738
11739         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11740         (dwarf2_physname, read_import_statement): Ditto.
11741         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11742         (process_structure_scope read_subroutine_type): Ditto.
11743         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11744         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11745         (dwarf2_fetch_die_location_block): Ditto.
11746         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11747
11748         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11749         All callers updated.
11750         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11751         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11752         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11753
11754         * dwarf2read.c (load_cu): Move assert to more useful location.
11755
11756         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11757         All callers updated.
11758
11759         * dwarf2read.c (dwarf2_per_objfile): Add comment.
11760         (dwarf2_elf_names): Minor reformat.
11761         (dwarf2_per_cu_data): Tweak comment.
11762         (dwarf2_read_section): Fix comment.
11763         (create_all_comp_units): Fix comment.
11764         (load_full_comp_unit): Fix comment.
11765         (process_full_comp_unit): Fix comment.
11766         (read_signatured_type): Fix comment.
11767
11768 For older changes see ChangeLog-2011.
11769 \f
11770 Local Variables:
11771 mode: change-log
11772 left-margin: 8
11773 fill-column: 74
11774 version-control: never
11775 coding: utf-8
11776 End: