* ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
[external/binutils.git] / gdb / ChangeLog
1 2012-11-26  Tom Tromey  <tromey@redhat.com>
2
3         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
4         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
5         SYMBOL_SYMTAB.
6         * skip.c (skip_info): Use SYMBOL_SYMTAB.
7
8 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
9             Pedro Alves  <palves@redhat.com>
10
11         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
12         size parameter passed to readlink by one byte.
13         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
14         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
15         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
16         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
17         size by one byte.
18
19 2012-11-26  Yao Qi  <yao@codesourcery.com>
20
21         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
22         extraneous parentheses.
23
24 2012-11-26  Yao Qi  <yao@codesourcery.com>
25
26         * remote.c (remote_start_remote): Typo fix.
27
28 2012-11-23  David S. Miller  <davem@davemloft.net>
29
30         * sparc-tdep.h (struct sparc_fpregset): New data structure.
31         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
32         sparc32_sol2_fpregset): Declare new globals.
33         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
34         'fpregset' argument.
35         * sparc64-tdep.h (sparc64_supply_fpregset,
36         sparc64_collect_fpregset): Likewise.
37         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
38         globals.
39         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
40         (sparc_fpregset): Declare new global.
41         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
42         'fpregset' argument.
43         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
44         into handler.
45         (fill_fpregset): Likewise.
46         (_initialize_sparc_linux_nat): Set sparc_fpregset to
47         sparc32_bsd_fpregset.
48         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
49         sparc32_bsd_fpregset down into handler.
50         (sparc32_linux_collect_core_fpregset): Likewise.
51         * sparc-nat.c (sparc_fpregset): Define.
52         (sparc_supply_fpregset): Add 'fpregset' argument.
53         (sparc_collect_fpregset): Likewise.
54         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
55         into fpregset handler.
56         (sparc_store_inferior_registers): Likewise.
57         (_initialize_sparc_nat): Set sparc_fpregset to
58         sparc32_sunos4_fpregset if NULL.
59         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
60         down into handler.
61         (fill_fpregset): Likewise.
62         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
63         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
64         use it to compute offsets.
65         (sparc32_collect_fpregset): Likewise.
66         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
67         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
68         down into handler.
69         (fill_fpregset): Likewise.
70         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
71         Likewise.
72         (sparc64_linux_collect_core_fpregset): Likewise.
73         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
74         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
75         use it to compute offsets.
76         (sparc64_collect_fpregset): Likewise.
77         (sparc64_bsd_fpregset): Define.
78         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
79         sparc64_bsd_fpregset down into handler.
80         (sparc64fbsd_collect_fpregset): Likewise.
81         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
82         and pass sparc{32,64}_bsd_fpregset down into handler.
83         (sparc64nbsd_collect_fpregset): Likewise.
84         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
85         sparc64_bsd_fpregset down into handler.
86         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
87         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
88         to sparc32_bsd_fpregset.
89         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
90         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
91         (sparc32nbsd_supply_fpregset): Likewise.
92
93 2012-11-21  Tom Tromey  <tromey@redhat.com>
94
95         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
96         field.
97         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
98         Remove.
99         * c-typeprint.c (c_type_print_base): Update.
100
101 2012-11-21  Yao Qi  <yao@codesourcery.com>
102
103         PR tdep/7438
104         * gdbarch.sh (smash_text_address): Remove.
105         * gdbarch.c, gdbarch.h: Regenerate.
106         * arm-tdep.c (arm_smash_text_address): Remove.
107         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
108         * hppa-tdep.c (hppa_smash_text_address): Remove.
109         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
110         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
111         Caller update.
112         * coffread.c (coff_symtab_read): Caller update.
113         * dbxread.c (process_one_symbol): Likewise.
114         * elfread.c (record_minimal_symbol): Likewise.
115         * somread.c (som_symtab_read): Likewise.
116
117 2012-11-20  Pierre Muller  <muller@sourceware.org>
118
119         ARI fixes: sprintf rule.
120         Replace sprintf function calls for char arrays by
121         calls to xsnprintf calls.
122         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
123         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
124         (arm_neon_quad_read, arm_pseudo_read): Ditto.
125         (arm_neon_quad_write, arm_pseudo_write): Ditto.
126         * breakpoint.c (condition_completer): Ditto.
127         (create_tracepoint_from_upload): Ditto.
128         * dwarf2read.c (file_full_name): Ditto.
129         * gcore.c (gcore_command): Ditto.
130         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
131         * go32-nat.c (go32_sysinfo): Ditto.
132         * interps.c (interp_set): Ditto.
133         * m32c-tdep.c (make_types): Ditto.
134         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
135         * remote-m32r-sdi.c (m32r_open): Ditto.
136         * sol-thread.c (td_err_string): Ditto.
137         (td_state_string, solaris_pid_to_str): Ditto.
138         * symtab.c (gdb_mangle_name): Ditto.
139         * cli/cli-script.c (execute_control_command): Ditto.
140         (define_command, document_command): Ditto.
141         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
142         * tui/tui-stack.c (tui_make_status_line): Ditto.
143         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
144
145 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
146
147         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
148         it when looking at ptr->func.
149         * command.h (complete_on_cmdlist): Add a fourth arg.
150         * completer.c (complete_line_internal): Add local ignore_help_classes,
151         and set it to 1 when reason is not handle_help.  Pass this down to
152         lookup_cmd_1 and complete_on_cmdlist.
153
154 2012-11-20  Tom Tromey  <tromey@redhat.com>
155
156         * completer.c (count_struct_fields): Remove.
157         (expression_completer): Don't call count_struct_fields.
158
159 2012-11-20  Pedro Alves  <palves@redhat.com>
160
161         * annotate.c (breakpoints_changed): Rename to ...
162         (annotate_breakpoints_changed): ... this.
163         (annotate_stopped, breakpoint_changed): Adjust caller.
164         * annotate.h (breakpoints_changed): Rename to ...
165         (annotate_breakpoints_changed): ... this.
166         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
167         (do_map_commands_command, init_raw_breakpoint, clear_command)
168         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
169
170 2012-11-20  David S. Miller  <davem@davemloft.net>
171
172         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
173         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
174         sysconf.
175         (get_cores_used_by_process): Update comment.
176
177 2012-11-20  Yao Qi  <yao@codesourcery.com>
178
179         * objfiles.c (init_entry_point_info): Remove trailing spaces.
180
181 2012-11-20  Yao Qi  <yao@codesourcery.com>
182
183         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
184         to deprecated_context_hook.
185
186 2012-11-19  Yao Qi  <yao@codesourcery.com>
187
188         * infrun.c (infwait_state): Add static.
189
190 2012-11-16  Keith Seitz  <keiths@redhat.com>
191
192         PR c++/13615
193         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
194         parameter and pass it to lookup_symbol_file.
195         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
196         to search base classes.
197         (cp_lookup_symbol_namespace): Likewise.
198         (lookup_namespace_scope): Likewise.
199         (lookup_symbol_file): Add SEARCH parameter.
200         If SEARCH is non-zero and no symbol is found, lookup the class
201         and call cp_lookup_nested_symbol.
202         (find_symbol_in_baseclass): New function.
203         (cp_lookup_nested_symbol): Do not let
204         cp_lookup_symbol_in_namespace search through base classes.
205         Do that later when there is no global symbol match.
206
207 2012-11-16  Doug Evans  <dje@google.com>
208
209         * main.c (gdb_datadir_provided): New static global.
210         (get_init_files): If --data-directory is provided,
211         and SYSTEM_GDBINIT lives in data-directory, look for it there.
212         * NEWS: Mention it.
213
214 2012-11-15  Pierre Muller  <muller@sourceware.org>
215
216         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
217         * gdb_stat.h: Delete. Moved to common directory.
218         * common/gdb_stat.h: New file.
219         * gdb_wait.h: Delete. Moved to common directory.
220         * common/gdb_wait.h: New file.
221         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
222         location.
223         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
224         location.
225         (stat.h rule): Adapt to new gdb_stat.h location.
226         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
227         <sys/stat.h> header.
228         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
229         <sys/wait.h> header.
230
231 2012-11-15  Pierre Muller  <muller@sourceware.org>
232
233         * configure.ac (AC_HEADER_STAT): Remove.
234         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
235         and corresponding code.
236         * configure: Regenerate.
237         * config.in: Regenerate.
238
239 2012-11-15  Pierre Muller  <muller@sourceware.org>
240
241         ARI xasprintf rule fixes.
242         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
243         instead of xasprintf.
244         (open_and_init_dwp_file): Ditto.
245
246 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
247
248         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
249         target types.
250
251 2012-11-14  Tom Tromey  <tromey@redhat.com>
252
253         * configure, config.in: Rebuild.
254         * configure.ac: Don't check for ctype.h, time.h.
255         * expprint.c: Don't use HAVE_CTYPE_H.
256
257 2012-11-13  Tom Tromey  <tromey@redhat.com>
258
259         * gdbarch.h, gdbarch.c: Rebuild.
260         * gdbarch.sh (set_target_gdbarch): Rename from
261         deprecated_target_gdbarch_select_hack.
262         * arch-utils.c (gdbarch_update_p): Update.
263         (set_gdbarch_from_file): Update.
264
265 2012-11-14  Pierre Muller  <muller@sourceware.org>
266
267         * MAINTAINERS (Responsible Maintainers/misc): Add myself
268         as responsible of contrib/ari directory.
269
270 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
271             Yao Qi  <yao@codesourcery.com>
272
273         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
274         bit of EXC_RETURN.
275         (arm_m_exception_cache, arm_m_exception_this_id)
276         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
277         (arm_m_exception_unwind): New.
278         (arm_gdbarch_init): Register arm_m_exception_unwind.
279
280 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
281
282         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
283         parameter COUNT, for pattern filling of memory regions.
284         * NEWS: Mention it.
285
286 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
287
288         * disasm.h (DISASSEMBLY_FILENAME): New macro.
289         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
290         to print_source_lines ().
291         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
292         flag.
293         * source.c (print_source_lines_base): Prefix source line with
294         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
295
296 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
297
298         * symtab.h (print_source_lines_flags): New enum.
299         * source.c (print_source_lines_base): Change noerror to flags.
300         (print_source_lines): Change noerror to flags.
301
302 2012-11-13  Pierre Muller  <muller@sourceware.org>
303
304         ARI fixes: Avoid sprintf function use rule.
305         * charset.c (convert_between_encodings): Use xsnprintf.
306         * cli-out.c (cli_field_int): Likewise.
307         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
308         * expprint.c (op_name_standard): Likewise.
309         * frv-tdep.c (set_variant_num_gprs): Likewise.
310         (set_variant_num_fprs): Likewise.
311         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
312         * nto-tdep.c (nto_find_and_open_solib): Likewise.
313         (nto_init_solib_absolute_prefix): Likewise.
314         * source.c (init_source_path): Likewise.
315         (print_source_lines_base): Likewise.
316         * valprint.c (print_wchar): Likewise.
317         * mi/mi-out.c (mi_field_int): Likewise.
318         windows-nat.c (windows_pid_to_exec_file): Likewise.
319         (windows_create_inferior): Likewise.
320         (_initialize_check_for_gdb_ini): Likewise.
321
322 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
323
324         * frame.h (deprecated_frame_register_read): Renames
325         frame_register_read.
326         * frame.c (deprecated_frame_register_read): Renames
327         frame_register_read.  Update all callers.
328         * i386-tdep.c: Update all callers of frame_register_read.
329         * infcmd.c: Likewise.
330         * jit.c: Likewise.
331         * mips-tdep.c: Likewise.
332         * mt-tdep.c: Likewise.
333         * sh64-tdep.c: Likewise.
334
335 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
336
337         * frame.h (frame_register_read): Remove FIXME comment.
338         * frame.c (frame_register_read): Add suggestion explaining
339         which function to use in place of this one.
340
341 2012-11-12  Tom Tromey  <tromey@redhat.com>
342
343         * python/python.c (start_type_printers): Initialize 'result_obj'.
344
345 2012-11-12  Tom Tromey  <tromey@redhat.com>
346
347         * NEWS: Update.
348         * data-directory/Makefile.in (PYTHON_FILES): Add
349         type_printers.py.
350         * python/lib/gdb/command/type_printers.py: New file.
351         * python/lib/gdb/command/types.py (TypePrinter): New class.
352         (_get_some_type_recognizers, get_type_recognizers,
353         apply_type_recognizers, register_type_printer): New
354         functions.
355         * python/py-objfile.c (objfile_object) <type_printers>: New
356         field.
357         (objfpy_dealloc): Decref new field.
358         (objfpy_new): Set new field.
359         (objfpy_get_type_printers, objfpy_set_type_printers): New
360         functions.
361         (objfile_to_objfile_object): Set new field.
362         (objfile_getset): Add "type_printers".
363         * python/py-progspace.c (pspace_object) <type_printers>: New
364         field.
365         (pspy_dealloc): Decref new field.
366         (pspy_new): Set new field.
367         (pspy_get_type_printers, pspy_set_type_printers): New functions.
368         (pspace_to_pspace_object): Set new field.
369         (pspace_getset): Add "type_printers".
370         * python/python.c (start_type_printers, apply_type_printers,
371         free_type_printers): New functions.
372         (_initialize_python): Set gdb.type_printers.
373         * python/python.h (start_type_printers, apply_type_printers,
374         free_type_printers): Declare.
375         * typeprint.c (type_print_raw_options, default_ptype_flags):
376         Update for new fields.
377         (do_free_global_table, create_global_typedef_table,
378         find_global_typedef): New functions.
379         (find_typedef_in_hash): Use find_global_typedef.
380         (whatis_exp): Use create_global_typedef_table.  Change cleanup
381         handling.
382         * typeprint.h (struct type_print_options) <global_typedefs,
383         global_printers>: New fields.
384
385 2012-11-12  Tom Tromey  <tromey@redhat.com>
386
387         * c-typeprint.c (find_typedef_for_canonicalize,
388         print_name_maybe_canonical): New functions.
389         (c_print_type): Look up type name.
390         (cp_type_print_derivation_info): Add flags argument.  Use
391         print_name_maybe_canonical.
392         (cp_type_print_method_args): Add wrapping.
393         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
394         (c_type_print_template_args): New function.
395         (c_type_print_base): Change wrapping.  Use
396         print_name_maybe_canonical.
397         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
398         type name lookups.
399         * gdbtypes.c (types_equal): No longer static.
400         * gdbtypes.h (types_equal): Declare.
401         * typeprint.c (type_print_raw_options, default_ptype_flags):
402         Update.
403         (struct typedef_hash_table): New.
404         (hash_typedef_field, eq_typedef_field,
405         recursively_update_typedef_hash, add_template_parameters,
406         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
407         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
408         copy_typedef_hash, find_typedef_in_hash): New functions.
409         * typeprint.h (struct type_print_options) <local_typedefs>:
410         New field.
411         (recursively_update_typedef_hash, add_template_parameters,
412         create_typedef_hash, free_typedef_hash,
413         make_cleanup_free_typedef_hash, copy_typedef_hash,
414         find_typedef_in_hash): Declare.
415
416 2012-11-12  Tom Tromey  <tromey@redhat.com>
417
418         * cp-support.c (inspect_type,
419         replace_typedefs_qualified_name, replace_typedefs): Add
420         finder, data arguments.  Call as needed.
421         (cp_canonicalize_string_full): New function.
422         (cp_canonicalize_string_no_typedefs): Rewrite.
423         * cp-support.h (canonicalization_ftype): New typedef.
424         (cp_canonicalize_string_full): Declare.
425
426 2012-11-12  Tom Tromey  <tromey@redhat.com>
427
428         * NEWS: Update.
429         * c-typeprint.c (c_type_print_base): Handle print_method and
430         print_typedefs flags.
431         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
432         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
433         options.
434         * typeprint.c (type_print_raw_options, default_ptype_flags):
435         Update for new field.s
436         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
437         (setprinttypelist, showprinttypelist, print_methods,
438         print_typedefs): New globals.
439         (set_print_type, show_print_type, set_print_type_methods,
440         show_print_type_methods, set_print_type_typedefs,
441         show_print_type_typedefs): New functions.
442         (_initialize_typeprint): Update documentation.  Add "print
443         type methods" and "print type typedefs" parameters.
444         * typeprint.h (struct type_print_options) <print_methods,
445         print_typedefs>: New fields.
446
447 2012-11-12  Tom Tromey  <tromey@redhat.com>
448
449         * c-typeprint.c (cp_type_print_method_args): Add flags
450         argument.  Call c_print_type, not type_print.
451         (c_type_print_base): Call c_print_type, not type_print.
452         Update.
453
454 2012-11-12  Tom Tromey  <tromey@redhat.com>
455
456         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
457         to type-printing functions.
458         * ada-lang.h (ada_print_type): Add argument.
459         * ada-typeprint.c (print_array_type, print_variant_clauses,
460         print_variant_part, print_selected_record_field_types,
461         print_record_field_types, print_unchecked_union_type,
462         print_func_type, ada_print_type): Add flags argument.
463         (ada_print_typedef): Update.
464         * c-exp.y (OPERATOR conversion_type_id): Update.
465         * c-lang.h (c_print_type, c_type_print_base): Update.
466         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
467         c_type_print_modifier, c_type_print_args,
468         c_type_print_varspec_suffix, c_type_print_base): Add flags
469         argument.
470         * cp-valprint.c (cp_print_class_member): Update.
471         * dwarf2read.c (dwarf2_compute_name): Update.
472         * f-lang.h (f_print_type): Add argument.
473         * f-typeprint.c (f_print_type): Add flags argument.
474         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
475         * go-lang.h (go_print_type): Add argument.
476         * go-typeprint.c (go_print_type): Add flags argument.
477         * jv-lang.h (java_print_type): Add argument.
478         * jv-typeprint.c (java_type_print_base, java_print_type): Add
479         flags argument.
480         * language.c (unk_lang_print_type): Add flags argument.
481         * language.h (struct language_defn) <la_print_type>: Add flags
482         argument.
483         (LA_PRINT_TYPE): Likewise.
484         * m2-lang.h (m2_print_type): Add argument.
485         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
486         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
487         m2_unbounded_array, m2_record_fields): Add flags argument.
488         * p-lang.h (pascal_print_type, pascal_type_print_base,
489         pascal_type_print_varspec_prefix): Add argument.
490         * p-typeprint.c (pascal_print_type,
491         pascal_type_print_varspec_prefix, pascal_print_func_args,
492         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
493         flags argument.
494         * symmisc.c (print_symbol): Update.
495         * typeprint.c (type_print_raw_options, default_ptype_flags):
496         New globals.
497         (type_print): Update.
498         * typeprint.h (struct type_print_options): New.
499         (type_print_raw_options): Declare.
500         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
501
502 2012-11-10  Keith Seitz  <keiths@redhat.com>
503
504         * breakpoint.c (clear_command): Add cleanup for
505         sals.sals if an argument is given.
506
507         * linespec.c (parse_linespec): Do cleanups after
508         parsing a convenience variable.
509
510 2012-11-10  Keith Seitz  <keiths@redhat.com>
511
512         PR gdb/14288
513         * c-valprint.c (c_val_print): For character arrays
514         with "print null" option on, print ellipses if
515         the output is truncated and the next character is not \000.
516         * valprint.c (MAX_WCHARS): Define.
517         (WCHAR_BUFLEN): Likewise.
518         (WCHAR_BUFLEN_MAX): Likewise.
519         (struct converted_character): New structure.
520         (count_next_character): New function.
521         (print_converted_chars_to_obstack): New function.
522         (generic_printstr): Rewrite using count_next_character
523         and print_converted_chars_to_obstack.
524
525 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
526
527         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
528         while executing the gdb command.
529         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
530         are called from prompt_for_continue.
531         * tui/tui-io.c (tui_redisplay_readline): Likewise.
532
533 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
534
535         PR tui/9584
536
537         * tui/tui.c (tui_rl_command_key): Do not call execute_command
538         but insert the command to execute in readline's buffer.
539
540 2012-11-09  Tom Tromey  <tromey@redhat.com>
541
542         * gdbarch.sh (target_gdbarch): Remove macro.
543         (get_target_gdbarch): Rename to target_gdbarch.
544         * gdbarch.c, gdbarch.h: Rebuild.
545         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
546         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
547         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
548         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
549         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
550         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
551         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
552         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
553         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
554         procfs.c, progspace.c, ravenscar-thread.c, record.c,
555         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
556         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
557         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
558         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
559         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
560         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
561         target-descriptions.c, target.c, target.h, tracepoint.c,
562         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
563         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
564         python/py-inferior.c, python/python.c: Update.
565
566 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
567
568         * source.c (print_source_lines_base): Add fullname field giving
569         full path to file in mi output.
570         * NEWS: Mention the new fullname field.
571
572 2012-11-09  Yao Qi  <yao@codesourcery.com>
573
574         * NEWS: Mention the fix to the ambiguity of 'fo' command.
575
576 2012-11-09  Pedro Alves  <palves@redhat.com>
577
578         PR gdb/14306
579
580         * infrun.c: Include target-descriptions.h.
581         (follow_exec): Fetch new target description.
582
583 2012-11-09  Yao Qi  <yao@codesourcery.com>
584
585         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
586         0x8d (lea).
587
588 2012-11-09  Yao Qi  <yao@codesourcery.com>
589
590         * breakpoint.c: Declare set_tracepoint_count.
591         (install_breakpoint): Call set_tracepoint_count if B is a
592         tracepoint.
593         (trace_command): Don't call set_tracepoint_count.  Re-indent.
594         (strace_command, ftrace_command):
595         (create_tracepoint_from_upload): Likewise.
596
597 2012-11-09  Pedro Alves  <palves@redhat.com>
598
599         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
600         (get_target_gdbarch) <gdbarch.h>: New function.
601         (startup_gdbarch) <gdbarch.h>: Declare.
602         <gdbarch.c> (target_gdbarch): Delete.
603         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
604         current inferior's gdbarch.
605         <gdbarch.c> (get_target_gdbarch): New function.
606         * inferior.c: Include target-descriptions.h.
607         (free_inferior): Free target description info.
608         (add_inferior_with_spaces): Set the inferior's initial
609         architecture.
610         (clone_inferior_command): Copy the original inferior's target
611         description if it was user specified.
612         (initialize_inferiors): Add comment.
613         * inferior.h (struct target_desc_info): Forward declare.
614         (struct inferior) <gdbarch>: New field.
615         * linux-nat.c: Include target-descriptions.h.
616         (linux_child_follow_fork): Copy the parent's architecture and
617         target description to the child.
618         * target-descriptions.c: Include inferior.h.
619         (struct target_desc_info): New structure, holding the equivalents
620         of ...
621         (target_desc_fetched, current_target_desc)
622         (target_description_filename): ... these removed globals.
623         (get_tdesc_info, target_desc_info_from_user_p)
624         (copy_inferior_target_desc_info, target_desc_info_free): New.
625         (target_desc_fetched, current_target_desc)
626         (target_description_filename): Reimplemented as convenience
627         macros.
628         (tdesc_filename_cmd_string): New global.
629         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
630         tdescs filename ..." commands to the per-inferior equivalent.
631         (show_tdesc_filename_cmd): Get the value to show from the
632         per-inferior description filename.
633         (_initilize_target_descriptions): Change the "set/show tdesc
634         filename" commands' variable.
635         * target-descriptions.h (struct target_desc, struct target_desc_info)
636         (struct inferior): Forward declare.
637         (target_find_description, target_clear_description)
638         (target_current_description): Adjust comments.
639         (copy_inferior_target_desc_info, target_desc_info_free)
640         (target_desc_info_from_user_p). Declare.
641
642 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
643
644         * tui/tui-hooks.c (tui_about_to_proceed): New function.
645         (tui_target_wait_hook): Remove.
646         (tui_install_hooks): Install the about_to_proceed observer.
647         (tui_remove_hooks): And remove it here.
648
649 2012-11-08  Tom Tromey  <tromey@redhat.com>
650
651         * linux-tdep.c (linux_make_siginfo_note): New function.
652         (linux_make_corefile_notes): Use it.
653         * corelow.c (get_core_siginfo): New function.
654         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
655
656 2012-11-08  Tom Tromey  <tromey@redhat.com>
657
658         PR gdb/14704:
659         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
660         (zlib_decompress_section): Remove.
661         (gdb_bfd_map_section): Only check for compressed section
662         in mmap case.  Use bfd_get_full_section_contents.
663         * osabi.c (check_note): Add 'sectsize' argument.  Read
664         section data.
665         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
666         section data.  Update for check_note change.
667         * xcoffread.c (xcoff_initial_scan): Use
668         bfd_get_full_section_contents.
669         * py-auto-load.c (auto_load_section_scripts): Use
670         bfd_get_full_section_contents.
671         * contrib/cc-with-tweaks.sh: Add -Z option.
672
673 2012-11-08  Tom Tromey  <tromey@redhat.com>
674
675         * python/py-bpevent.c: Include defs.h.
676         * python/py-continueevent.c: Include defs.h.
677         * python/py-event.c: Include defs.h.
678         * python/py-event.h: Don't include defs.h.
679         * python/py-events.h: Don't include defs.h.
680         * python/py-evts.c: Include defs.h.
681         * python/py-exitedevent.c: Include defs.h.
682         * python/py-newobjfileevent.c: Include defs.h.
683         * python/py-signalevent.c: Include defs.h.
684         * python/py-stopevent.c: Include defs.h.
685         * python/py-threadevent.c: Include defs.h.
686
687 2012-11-08  Pierre Muller  <muller@sourceware.org>
688
689         * update-web-ari.sh (print_heading): Add number of files
690         checked.
691         (nb_files): New variable counting the number of sources
692         files found by gdb_find.sh script.
693         (debug_awk): New variable to allow extra debug output.
694         (indexes): Add more information if DEBUG_AWK is set.
695
696 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
697
698         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
699         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
700         following the change in PLT call stubs on linker.
701
702 2012-11-08  Pierre Muller  <muller@sourceware.org>
703
704         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
705         as default language.
706         (AWK): Use = instead of == for sh test to avoid warning.
707         (Linux rule): Correct [:digit] into [[:digit:]].
708         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
709         (vasprintf rule): Adapt to common subdirectory moves.
710         (xasprintf rule): Idem.
711         (xvasprintf rule): Idem.
712         (var_boolean rule): Accept occurence in == or != test.
713
714         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
715
716 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
717
718         * tui/tui-hooks.c (tui_inferior_exit): New function.
719         (tui_detach_hook): Remove.
720         (tui_install_hooks): Install the inferior exit observer.
721         (tui_remove_hooks): Remove it.
722
723 2012-11-08  Yao Qi  <yao@codesourcery.com>
724
725         PR gdb/14777.
726         * source.c (_initialize_source): Call add_com_alias to abbreviate
727         'forward-search' as 'fo'.
728
729 2012-11-07  Pedro Alves  <palves@redhat.com>
730
731         * arm-tdep.c: Make defs.h be the first include.
732         * coff-pe-read.c: Ditto.
733         * gnu-nat.c: Ditto.
734         * go32-nat.c: Ditto.
735         * i386-nat.c: Ditto.
736         * ppcnbsd-nat.c: Ditto.
737         * ada-varobj.h: Don't include defs.h.
738         * i386-darwin-tdep.h: Ditto.
739         * i386-nat.h: Ditto.
740
741 2012-11-07  Pedro Alves  <palves@redhat.com>
742
743         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
744         Committee.
745
746 2012-11-07  Pierre Muller  <muller@sourceware.org>
747
748         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
749         File already uses "gdb_dirent.h" header.
750
751 2012-11-07  Yao Qi  <yao@codesourcery.com>
752
753         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
754         tracepoint_count'.
755
756 2012-11-06  Tom Tromey  <tromey@redhat.com>
757
758         * target.h (inferior_has_forked, inferior_has_vforked)
759         (inferior_has_execd, inferior_has_called_syscall): Remove
760         declarations.
761
762 2012-11-06  Pierre Muller  <muller@sourceware.org>
763
764         * remote.c (remote_insert_hw_breakpoint): ARI fix,
765         add missing internalization markup.
766
767 2012-11-06  Pedro Alves  <palves@redhat.com>
768
769         PR gdb/14810
770
771         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
772
773 2012-11-06  Pierre Muller  <muller@sourceware.org>
774
775         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
776         is not executable.
777
778 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
779
780         * gnulib/update-gnulib.sh: New script.
781
782 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
783
784         * MAINTAINERS: Update my email address.
785
786 2012-11-05  Tom Tromey  <tromey@redhat.com>
787
788         * frame.c (put_frame_register): Don't use temporary buffer.
789
790 2012-11-05  Pedro Alves  <palves@redhat.com>
791
792         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
793         child.  Clear 'pending_detach'.
794         * infrun.c (handle_vfork_child_exec_or_exit): Clear
795         'pending_detach' in the vfork parent.
796
797 2012-11-05  Doug Evans  <dje@google.com>
798
799         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
800         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
801         * dwarf2read.c: #include "elf-bfd.h".
802         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
803         (dwop_section_names): Renamed from dwo_section names.  All uses
804         updated.  Add entries for .debug_cu_index, .debug_tu_index.
805         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
806         All uses updated.
807         (struct dwp_sections): New type.
808         (struct virtual_dwo_sections): New type.
809         (struct dwp_hash_table): New type.
810         (struct dwp_file): New type.
811         (init_cutu_and_read_dies): Ensure DWO info/types section has been
812         read in.  Handle DWOs coming from DWP files.
813         (lookup_dwo_file_slot): New function.
814         (dwarf2_locate_dwo_sections): Move definition closer to use.
815         (create_dwo_debug_info_hash_table_reader): Renamed from
816         create_debug_info_hash_table_reader.  All callers updated.
817         (create_dwo_debug_info_hash_table): Renamed from
818         create_debug_info_hash_table.  All callers updated.
819         (create_dwp_hash_table): New function.
820         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
821         (lookup_dwo_in_dwp): New function.
822         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
823         is_dwp.  All callers updated.
824         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
825         (open_and_init_dwo_file): Renamed from init_dwo_file.
826         All callers updated.
827         (lookup_dwo_file): Delete.
828         (dwarf2_locate_dwp_sections): New function.
829         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
830         (allocate_dwp_loaded_cutus_table): New function.
831         (open_and_init_dwp_file): New function.
832         (lookup_dwo_cutu): New function.
833         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
834
835 2012-11-03  Yao Qi  <yao@codesourcery.com>
836
837         Fix PR gdb/14617.
838         * breakpoint.c (trace_pass_set_count): Call
839         observer_notify_breakpoint_modified instead of
840         observer_notify_tracepoint_modified.
841         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
842
843 2012-11-02  Tom Tromey  <tromey@redhat.com>
844
845         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
846         argument to complete_on_enum.
847
848 2012-11-02  Tom Tromey  <tromey@redhat.com>
849
850         * configure: Rebuild.
851         * configure.ac (build_warnings): Add -Wempty-body.
852         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
853         * remote.c (handle_notification): Use braces for empty 'else' body.
854         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
855         'else' body.
856         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
857         'else' body.
858         * solib-som.c (som_relocate_section_addresses): Use braces
859         for empty 'else' body.
860         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
861         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
862
863 2012-11-02  Pedro Alves  <palves@redhat.com>
864
865         PR gdb/14766
866
867         * infrun.c (handle_inferior_event)
868         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
869         null_ptid before handling a vfork child exec or exit.  Switch to
870         the event ptid afterwards.
871
872 2012-11-02  Yao Qi  <yao@codesourcery.com>
873
874         * std-operator.def: Remove OP_LABELED.
875         * eval.c: Remove the declaration of 'get_label'.
876         (get_label): Remove.
877         (evaluate_struct_tuple): Remove code handling OP_LABELED.
878         Update comment.
879         Remove local variable 'variantno' and related code.
880         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
881         with 'fieldno'.
882         * expprint.c (print_subexp_standard): Likewise.
883         (dump_subexp_body_standard): Likewise.
884         * parse.c (operator_length_standard): Likewise.
885
886 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
887
888         Incorporate ARI web page generator into GDB sources.
889         * contrib/ari/create-web-ari-in-src.sh: New file.
890         * contrib/ari/gdb_ari.sh: New file.
891         * contrib/ari/gdb_find.sh: New file.
892         * contrib/ari/update-web-ari.sh: New file.
893
894 2012-10-31  Tom Tromey  <tromey@redhat.com>
895
896         * gdbarch.c: Rebuild.
897         * gdbarch.sh: Remove references to gdbarch_swap.
898         * corelow.c (core_open): Remove obsolete comment.
899
900 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
901
902         PR cli/14772
903         * c-typeprint.c (c_print_type): Don't print a space for vector
904         types, this is handled within the suffix.
905         (c_type_print_varspec_suffix): Add a space to vector suffix.
906
907 2012-10-26  Pedro Alves  <palves@redhat.com>
908
909         * amd64-tdep.c (amd64_relocate_instruction): Use
910         store_unsigned_integer instead of memcpy.
911         * i386-tdep.c (i386_relocate_instruction): Ditto.
912
913 2012-10-26  Pedro Alves  <palves@redhat.com>
914
915         * infrun.c (handle_inferior_event): Merge handling of
916         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
917         switch case.
918
919 2012-10-26  Pedro Alves  <palves@redhat.com>
920
921         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
922         Remove comment.
923
924 2012-10-26  Pedro Alves  <palves@redhat.com>
925
926         * target.c (target_waitstatus_to_string): Handle
927         TARGET_WAITKIND_VFORK_DONE.
928
929 2012-10-26  Pedro Alves  <palves@redhat.com>
930
931         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
932         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
933
934 2012-10-24  Tristan Gingold  <gingold@adacore.com>
935
936         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
937         Add comments.
938
939 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
940
941         * ravenscar-thread.c (ravenscar_wait): Only update the list
942         of threads and inferior_ptid if the inferior is still alive.
943
944 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
945
946         * ada-lang.c (is_known_support_routine): Use lbasename when
947         matching the symtab's filename against
948         known_runtime_file_name_patterns.
949
950 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
951
952         * ada-lang.c (ada_same_array_size_p): New function.
953         (ada_promote_array_of_integrals): New function.
954         (coerce_for_assign): Add handling of arrays where the elements
955         are integrals of a smaller size than the size of the target
956         array element type.
957
958 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
959
960         * doublest.c (convert_doublest_to_floatformat): Fix comparison
961         against maximum exponent value.
962
963 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
964
965         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
966         "unwind-seh.c".
967
968 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
969
970         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
971         strip typedef layer when computing the fixed type's field type,
972         only when computing its size.
973
974 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
975
976         PR gdb/12783
977         * i386-tdep.c (i386_return_value): Handle complex double and long
978         double.
979
980 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
981
982         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
983         New local variable args_len.
984         Quote the name of the executable when computing the command line.
985
986 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
987
988         PR gdb/12796
989         PR gdb/12798
990         PR gdb/12800
991         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
992         AMD64_FTAG_REGNUM.
993         * amd64-tdep.c (amd64_classify): Classify complex types.
994         (amd64_return_value): Handle the COMPLEX_X87 class.
995
996 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
997
998         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
999         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1000
1001 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1002
1003         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1004         function.
1005         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1006         to amd64_windows_auto_wide_charset.
1007
1008 2012-10-23  Yao Qi  <yao@codesourcery.com>
1009
1010         * event-top.c (mark_async_signal_handler_wrapper): Remove.
1011         * event-top.h: Remove its declaration.
1012         (async_request_quit): Call mark_async_signal_handler instead of
1013         mark_async_signal_handler_wrapper.
1014         (async_do_nothing, async_disconnect): Likewise.
1015         (async_stop_sig): Likewise.
1016         * remote.c (handle_remote_sigint): Likewise.
1017         (handle_remote_sigint_twice): Likewise.
1018
1019 2012-10-23  Yao Qi  <yao@codesourcery.com>
1020
1021         * event-top.c (sigint_token, sighup_token): Replace 'void *'
1022         with 'static struct async_signal_handler *'.
1023         (sighup_token, sigquit_token, sigstp_token): Likewise.
1024
1025 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
1026
1027         * gdbarch.sh (function_list): Use 'pstring' when printing
1028         a variable which could return NULL.
1029         * gdbarch.c: Regenerate.
1030
1031 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
1032             Tom Tromey  <tromey@redhat.com>
1033
1034         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1035         inneffective if condition by gdb assertion.  Add function
1036         description comment.
1037
1038 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
1039
1040         * parser-defs.h (struct exp_descriptor): Document constraint
1041         on return value for "op_name" callbacks.
1042
1043 2012-10-18  Tom Tromey  <tromey@redhat.com>
1044
1045         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1046         * symtab.c (iterate_over_some_symtabs): Constify.
1047         * source.h (symtab_to_fullname): Return 'const char *'.
1048         * source.c (symtab_to_fullname): Return 'const char *'.
1049         * python/py-symtab.c (stpy_fullname): Constify.
1050         * cli/cli-cmds.c (edit_command): Constify.
1051         * breakpoint.c (print_breakpoint_location)
1052         (update_static_tracepoint): Constify.
1053
1054 2012-10-18  Tom Tromey  <tromey@redhat.com>
1055
1056         * breakpoint.c (compare_breakpoints): Fix comparison.
1057
1058 2012-10-18  Tom Tromey  <tromey@redhat.com>
1059
1060         * valprint.c (generic_emit_char, generic_printstr): Pass size of
1061         gdb_wchar_t to convert_between_encodings.
1062
1063 2012-10-17  Yao Qi  <yao@codesourcery.com>
1064
1065         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1066         more parameter 'inferior'.
1067         * corefile.c (write_memory_with_notification): Caller update.
1068
1069         * mi/mi-cmd-var.c: Include "mi-main.h".
1070         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1071         to 1 and restore it later.
1072         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1073         and "data-write-memory-bytes.
1074         * mi/mi-interp.c: Include objfiles.h.
1075         (mi_interpreter_init): Call observer_attach_memory_changed.
1076         (mi_memory_changed): New.
1077         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1078         New field.
1079
1080         * NEWS: Mention new MI notification "memory-changed".
1081
1082 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1083
1084         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1085
1086 2012-10-15  Doug Evans  <dje@google.com>
1087
1088         New option -nh: inhibit loading of ~/.gdbinit.
1089         * NEWS: Mention -nh.
1090         * main.c (captured_main): Recognize and process -nh.
1091         (print_gdb_help): Mention -nh.
1092         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
1093
1094 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1095
1096         PR backtrace/14646
1097         PR gdb/14647
1098         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1099         pc_regnum_from_eax.
1100         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1101         nor pc_regnum_from_eax.
1102         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1103         nor pc_regnum_from_eax.
1104
1105 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1106
1107         Fix entry values resolving in inlined frames.
1108         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1109         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
1110         entries of FRAME.
1111
1112 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
1113
1114         * configure.ac: Build with -DMS_WIN64 if building with Python
1115         enabled using GCC on amd64-windows.
1116         * configure: Regenerate.
1117
1118 2012-10-15  Tom Tromey  <tromey@redhat.com>
1119
1120         PR python/14635:
1121         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1122         to Py_None.
1123
1124 2012-10-15  Tom Tromey  <tromey@redhat.com>
1125
1126         PR python/14634:
1127         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1128
1129 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
1130
1131         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1132         reset thread numbering back to 1.
1133
1134 2012-10-11  Doug Evans  <dje@google.com>
1135
1136         PR breakpoints/14643.
1137         * linespec.c (struct ls_parser): New member keyword_ok.
1138         (linespec_lexer_lex_string): Add comment.
1139         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1140         for one.
1141         (parse_linespec): Set keyword_ok.
1142
1143 2012-10-10  Doug Evans  <dje@google.com>
1144
1145         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1146         "0x" prefix on address in log message.
1147
1148         * dwarf2read.c (read_1_byte): Add const to buf parameter.
1149         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1150         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1151         (lookup_dwo_file): Add const to dwo_name parameter.
1152         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1153
1154 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1155
1156         Fix crash during stepping on ppc32.
1157         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1158         SYM.
1159
1160 2012-10-03  Doug Evans  <dje@google.com>
1161
1162         PR symtab/14601
1163         * buildsym.c (buildsym_init): Reset using_directives to NULL.
1164
1165 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
1166
1167         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1168         output and use uint32_t not long to ensure 4 byte size.
1169
1170 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
1171
1172         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1173         unref'ed it.
1174
1175 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
1176
1177         * target.c (simple_search_memory): Include access length in
1178         warning message.
1179
1180 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
1181             Edjunior Machado  <emachado@linux.vnet.ibm.com>
1182
1183         PR gdb/13989
1184         * solib.c (solib_find): Prevent GDB from loading native libraries when
1185         debugging a cross-target corefile.
1186
1187 2012-09-28  selven  <pcthegreat@gmail.com>
1188
1189         Make definition match declaration.
1190
1191         * regcache.c (regcache_register_status): Change return type to
1192         enum register_status.
1193
1194 2012-09-28  Yao Qi  <yao@codesourcery.com>
1195
1196         * mi/mi-main.c (mi_cmd_data_write_memory): Call
1197         write_memory_with_notification instead of write_memory.
1198         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1199         instead of target_write_memory.
1200
1201 2012-09-28  Yao Qi  <yao@codesourcery.com>
1202
1203         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1204         when the length of content is not an even number.
1205
1206 2012-09-27  Tom Tromey  <tromey@redhat.com>
1207
1208         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1209         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1210
1211 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1212
1213         * sol-thread.c (sol_thread_fetch_registers)
1214         (sol_thread_store_registers): Delete commented out code.
1215
1216 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1217
1218         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1219         Move these functions to sparc-sol-thread.c.
1220         * sparc-sol-thread.c: New file.
1221         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1222         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1223         configurations.
1224         * configure: Regenerate.
1225
1226 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1227
1228         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1229         Remove commented-out code.
1230
1231 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1232
1233         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1234         Enable this code for sparc hosts only.
1235
1236 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1237
1238         * procfs.h (procfs_find_LDT_entry): Add declaration.
1239         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1240         function procfs_find_LDT_entry.
1241
1242 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1243
1244         * procfs.c (proc_get_LDT_entry): Make static.
1245
1246 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1247
1248         * procfs.c (proc_find_memory_regions): Fix declaration.
1249
1250 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1251
1252         * amd64-tdep.c (amd64_return_value): Revert previous change
1253         that used TYPE_LENGTH directly.
1254         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1255         (bfin_store_return_value): Likewise.
1256         * cris-tdep.c (cris_store_return_value): Likewise.
1257         (cris_extract_return_value): Likewise.
1258         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1259         * hppa-tdep.c (hppa64_return_value): Likewise.
1260         * lm32-tdep.c (lm32_store_return_value): Likewise.
1261         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1262         * spu-tdep.c (spu_value_from_register): Likewise.
1263         * vax-tdep.c (vax_return_value): Likewise.
1264
1265 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1266
1267         * gdbtypes.c (lookup_array_range_type): Expand parameters
1268         LOW_BOUND and HIGH_BOUND to LONGEST.
1269         (lookup_string_range_type): Likewise.
1270         * gdbtypes.h (lookup_array_range_type): Likewise.
1271         (lookup_string_range_type): Likewise.
1272         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1273         Expand HIGHBOUND to ssize_t.
1274         (value_string): Likewise.
1275         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1276         (value_string): Likewise.
1277
1278 2012-09-27  Yao Qi  <yao@codesourcery.com>
1279
1280         PR breakpoints/13898
1281         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1282         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1283         per breakpoint type.
1284
1285 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1286
1287         * procfs.c: Add gdb_bfd header.
1288         * rs6000-nat.c: Likewise.
1289         * solib-pa64.c: Likewise.
1290         * spu-linux-nat.c: Likewise.
1291         * windows-nat.c: Likewise.
1292
1293 2012-09-26  Tom Tromey  <tromey@redhat.com>
1294
1295         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1296
1297 2012-09-26  Tom Tromey  <tromey@redhat.com>
1298
1299         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1300         (read_common_block): Handle child DIEs with
1301         DW_AT_data_member_location.
1302         (new_symbol_full): Add special case for common blocks.
1303
1304 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1305             Tom Tromey  <tromey@redhat.com>
1306
1307         * dwarf2read.c (read_common_block): Rewrite.
1308         (new_symbol_full): Handle DW_TAG_common_block.
1309         * f-lang.c (head_common_list, find_common_for_function):
1310         Remove.
1311         * f-lang.h (struct common_entry, struct saved_f77_common,
1312         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1313         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1314         BLANK_COMMON_NAME_LOCAL): Remove.
1315         (struct common_block): New.
1316         * f-valprint.c (list_all_visible_commons): Remove.
1317         (info_common_command_for_block): New function.
1318         (info_common_command): Use it.
1319         * stack.c (iterate_over_block_locals): Special case for
1320         COMMON_BLOCK_DOMAIN.
1321         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1322         constant.
1323         (struct general_symbol_info) <value.common_block>: New field.
1324         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1325
1326 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1327             Tom Tromey  <tromey@redhat.com>
1328
1329         * f-lang.c (allocate_saved_bf_node,
1330         allocate_saved_function_node, allocate_saved_f77_common_node,
1331         allocate_common_entry_node, tail_common_list, current_common,
1332         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1333         tmp_bf_ptr, add_common_block, add_common_entry,
1334         find_first_common_named, patch_common_entries,
1335         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1336         global_remote_debug, get_bf_for_fcn, saved_function_list,
1337         saved_function_list_end, clear_function_list, struct saved_fcn,
1338         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1339         SAVED_BF, SAVED_BF_PTR): Remove.
1340         * f-lang.h (tail_common_list, current_common,
1341         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1342         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1343         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1344         real_main_c_value): Remove.
1345         * f-valprint.c (there_is_a_visible_common_named): Remove.
1346
1347 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1348
1349         * breakpoint.c (update_global_location_list): Ignore previous
1350         duplicate status of a breakpoint when starting a new scan for
1351         duplicate breakpoints.
1352
1353 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1354         PR breakpoints/14419
1355         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1356         support LLVM compiler.
1357
1358 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1359
1360         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1361         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1362         (bfin_store_return_value): Likewise.
1363         * cris-tdep.c (cris_store_return_value): Likewise.
1364         (cris_extract_return_value): Likewise.
1365         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1366         * hppa-tdep.c (hppa64_return_value): Likewise.
1367         * lm32-tdep.c (lm32_store_return_value): Likewise.
1368         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1369         * spu-tdep.c (spu_value_from_register): Likewise.
1370         * vax-tdep.c (vax_return_value): Likewise.
1371
1372 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1373
1374         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1375         parameter LEN to ssize_t.
1376
1377 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1378
1379         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1380         variable LEN.
1381         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1382         directly.
1383         (alpha_store_return_value): Likewise.
1384         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1385         (amd64_push_arguments): Likewise.
1386         * ax-gdb.c (gen_trace_static_fields): Likewise.
1387         (gen_traced_pop): Likewise.
1388         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1389         * breakpoint.c (update_watchpoint): Likewise.
1390         * findcmd.c (parse_find_args): Use local variable for type
1391         instead of length.
1392         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1393         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1394         (h8300_store_return_value): Likewise.
1395         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1396         Use i386_darwin_arg_type_alignment directly.
1397         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1398         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1399         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1400         (m68hc11_extract_return_value): Likewise.
1401         * mep-tdep.c (mep_push_dummy_call): Likewise.
1402         * printcmd.c (float_type_from_length): Likewise.
1403         * s390-tdep.c (s390_value_from_register): Likewise.
1404         * stack.c (read_frame_arg): Likewise.
1405         * tracepoint.c (encode_actions_1): Likewise.
1406         * valops.c (value_fetch_lazy): Use local variable for type
1407         instead of length.  Use TYPE_LENGTH directly.
1408         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1409
1410 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1411
1412         * symtab.c (skip_prologue_sal): Fix typo in comment.
1413
1414 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1415
1416         * linespec.c (create_sals_line_offset): Fix typo in comment.
1417
1418 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1419
1420         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1421         use plongest to print the array size.
1422
1423 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1424
1425         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1426         * p-valprint.c (pascal_type_print_base): Likewise.
1427
1428 2012-09-22  Yao Qi  <yao@codesourcery.com>
1429
1430         * remote.c (remote_get_trace_status): Remove setting default
1431         values of fields of 'ts'.
1432
1433 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1434
1435         Fix internal error on canonicalization of clang types.
1436         * cp-name-parser.y (operator): New comment at make_operator call for
1437         new, delete, new[] and delete[].
1438         (exp): Use "sizeof ".  Add new comment at make_operator call.
1439
1440 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1441
1442         Fix disassemble without parameters in tailcall frame.
1443         * cli/cli-cmds.c (disassemble_current_function): Use
1444         get_frame_address_in_block.
1445
1446 2012-09-21  Tom Tromey  <tromey@redhat.com>
1447
1448         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1449         TYPE_CODE_UNION>: Unify, removing a goto.
1450
1451 2012-09-21  Tom Tromey  <tromey@redhat.com>
1452
1453         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1454
1455 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1456
1457         * findvar.c (read_frame_register_value): Mark the result value as
1458         optimized out if any of the input registers have been optimized out.
1459
1460 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1461
1462         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1463
1464 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1465
1466         * eval.c (evaluate_subexp_standard): Eliminate single-use
1467         variable LOWER.
1468
1469 2012-09-21  Yao Qi  <yao@codesourcery.com>
1470
1471         * mi/mi-interp.c: Declare mi_record_changed.
1472         (mi_interpreter_init): Call observer_attach_record_changed.
1473         (mi_record_changed): New.
1474         * record.c (record_open): Call observer_notify_record_changed.
1475         (cmd_record_stop): Call observer_notify_record_changed.
1476         * NEWS: Mention it.
1477
1478 2012-09-20  Tom Tromey  <tromey@redhat.com>
1479
1480         * NEWS: Update.
1481         * python/python.c (finalize_python): New function.
1482         (_initialize_python): Make a final cleanup.
1483
1484 2012-09-19  Doug Evans  <dje@google.com>
1485
1486         * buildsym.h (param_symbols): Delete, unused.
1487         (context_stack): Delete member "params", unused.
1488         * buildsym.c (push_context): Update.
1489         * dwarf2read.c (read_func_scope): Update.
1490
1491 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1492
1493         * sh-tdep.c (sh_register_convert_to_virtual)
1494         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1495         all callers.  Just do a memcpy if not the little-endian case.
1496
1497         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1498         set_gdbarch_double_format and set_gdbarch_long_double_format.
1499         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1500         set_gdbarch_double_format.
1501         * sh-tdep.c (sh_gdbarch_init): Likewise.
1502
1503         * NEWS: Document the removal of SH's 'regs' command.
1504         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1505         command.
1506
1507 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1508
1509         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1510         `jump'.
1511
1512 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1513
1514         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1515         language when iterating over symbols.
1516
1517 2012-09-18  Yao Qi  <yao@codesourcery.com>
1518
1519         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1520         (mi_interpreter_init): Call observer_attach_tsv_created and
1521         observer_attach_tsv_deleted.
1522         (mi_tsv_created, mi_tsv_deleted): New.
1523         * tracepoint.c (delete_trace_state_variable): Call
1524         observer_notify_tsv_deleted.
1525         (trace_variable_command): Call observer_notify_tsv_created.
1526         (delete_trace_variable_command): Call
1527         observer_notify_tsv_deleted.
1528         (create_tsv_from_upload): Call observer_notify_tsv_created.
1529         * NEWS: Mention it.
1530
1531 2012-09-18  Yao Qi  <yao@codesourcery.com>
1532
1533         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1534         if traceframe changed.
1535         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1536         "trace-find".
1537         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1538         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1539         'traceframe_changed'.
1540         (mi_traceframe_changed): New.
1541         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1542         New field.
1543         * NEWS: Mention the new MI notification.
1544
1545 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1546
1547         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1548
1549 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1550
1551         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1552         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1553         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1554         Extend code also for PaX support.  Convert all gdb_assert to warning
1555         calls.
1556
1557 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1558
1559         Implement auto-load user conveniences suggested by Doug Evans.
1560         * auto-load.c: Include top.h.
1561         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1562         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1563         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1564         scripts-directory.  Document in online help one can use also files for
1565         set auto-load safe-path.
1566         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1567         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1568
1569 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1570
1571         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1572         of LEN.
1573
1574 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1575
1576         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1577         ELTLEN and use TYPE_LENGTH directly.
1578         (m2_val_print): Likewise.
1579         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1580         variable LEN and use TYPE_LENGTH directly.
1581         (m68k_svr4_store_return_value): Likewise.
1582         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1583         ARGLEN and use TYPE_LENGTH directly.
1584         (mips_o64_push_dummy_call): Likewise.
1585         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1586         variable LENGTH and use TYPE_LENGTH directly.
1587         (s390_function_arg_float): Likewise.
1588         (s390_function_arg_integer): Likewise.
1589         (s390_push_dummy_call): Likewise.
1590         (s390_return_value_convention): Likewise.
1591         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1592         TYPE_LENGTH directly.
1593
1594 2012-09-17  Yao Qi  <yao@codesourcery.com>
1595
1596         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1597         Update comment to add_setshow_integer_cmd.
1598         * cli/cli-setshow.c (do_set_command): Handle case
1599         'var_zuinteger_unlimited'.
1600         (do_show_command): Likewise.
1601         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1602         for command 'remotetimeout'.
1603         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1604         to var_integer.
1605         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1606         for command 'set listsize'.
1607
1608 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1609
1610         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1611         variable LEN.
1612
1613 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1614
1615         PR 14119
1616         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1617         (frame_pop): Drop also TAILCALL_FRAME frames.
1618         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1619
1620 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1621             Pedro Alves  <palves@redhat.com>
1622
1623         PR 14548
1624         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1625         function start if we are already at function start.  Both for
1626         reverse-next and for reverse-step into function without line number
1627         info.
1628
1629 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1630
1631         Code cleanup - rename 'inline' depth to 'artificial' depth.
1632         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1633         frame_id_artificial_p, extend the comment.
1634         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1635         * frame.c (fprint_frame_id): Rename at a user, change debug output
1636         text to "artificial=".
1637         (skip_inlined_frames): Rename to ...
1638         (skip_artificial_frames): ... here.  Extend the comment.
1639         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1640         (frame_id_inlined_p): Rename to ...
1641         (frame_id_artificial_p): ... here.  Rename at a user.
1642         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1643         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1644         at a user.
1645         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1646         Extend the comment.
1647         (frame_id_inlined_p): Rename to ...
1648         (frame_id_artificial_p): ... here.
1649         * inline-frame.c (inline_frame_this_id): Rename at a user.
1650
1651 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1652
1653         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1654         vector variables using vector_size syntax rather than array
1655         syntax.
1656
1657 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1658
1659         * valarith.c (value_concat): Replace unsafe ALLOCA with
1660         XMALLOC/XFREE.
1661
1662 2012-09-14  Pedro Alves  <palves@redhat.com>
1663
1664         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1665
1666 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1667
1668         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1669         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1670         data-directory as appropriate.
1671
1672 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1673
1674         * printcmd.c (ui_printf): Eliminate single-use variable
1675         PARAM_LEN.
1676
1677 2012-09-14  Yao Qi  <yao@codesourcery.com>
1678             Pedro Alves  <palves@redhat.com>
1679
1680         * valops.c (value_assign): Move observer_notify_target_changed
1681         below to replace reinit_frame_cache.
1682
1683 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1684
1685         Refactor Python "gdb" module into a proper Python package, by
1686         introducing a new "_gdb" module for code implemented in C, and
1687         using reload/__import__ instead of exec.
1688         * python/lib/gdb/__init__.py: Import * from _gdb.
1689         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1690         prompt_hook, sys.argv): Moved from finish_python_initialization.
1691         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1692         (packages, auto_load_packages): New list and function replacing
1693         module_dict and auto-loading code, using __file__ instead of
1694         gdb.PYTHONDIR and reload/__import__ instead of exec.
1695         (GdbSetPythonDirectory): Replacing function of the same name
1696         from finish_python_initialization, using reload/__import__ instead
1697         of exec, as well as call auto_load_packages.
1698         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1699         gdb_python_module and not gdb_module.
1700         * python/python-internal.h (gdb_python_module): Declare.
1701         * python/python.c (gdb_python_module): New global.
1702         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1703         (_initialize_python): Rename gdb module to _gdb.
1704         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1705         (finish_python_initialization): Move Python code to
1706         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1707         __main__.
1708
1709 2012-09-13  Pedro Alves  <palves@redhat.com>
1710
1711         * Makefile.in (COMMON_OBS): Add registry.o.
1712         * registry.c: New file.
1713         * registry.h (struct registry_container): Declare.
1714         (registry_data_callback): New typedef.
1715         (struct registry_data, struct registry_data_registration, struct
1716         registry_data_registry): New type.
1717         (register_data_with_cleanup, registry_alloc_data)
1718         (registry_callback_adaptor, registry_clear_data)
1719         (registry_container_free_data, registry_set_data, registry_data):
1720         Declare.
1721         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1722         the new common structures and functions.
1723         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1724         callback typedefs.
1725
1726 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1727
1728         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1729         there is an error inserting hardware breakpoints and use the
1730         error message from the target.
1731
1732         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1733         Catch this exception and print the error message contained within. Do not
1734         print the default hardware error breakpoint message in this case.
1735
1736 2012-09-12  Doug Evans  <dje@google.com>
1737
1738         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1739         cu == NULL.
1740
1741 2012-09-11  Doug Evans  <dje@google.com>
1742
1743         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1744         .gdb_index symbol attributes if there are none.
1745
1746 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1747
1748         * symtab.h (struct minimal_symbol) [has_size]: New field.
1749         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1750         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1751         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1752         minimal symbols if the symbol's size is actually known.
1753         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1754         of msymbol's size field.  Add comment.
1755         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1756         SET_MSYMBOL_SIZE to set the minimal symbol size.
1757
1758 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1759
1760         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1761         minimal_symbol struct object, rather than setting some of its
1762         fields one by one.
1763
1764 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1765
1766         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1767         passed_a_ptr flag when displaying typedef types.
1768
1769 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1770
1771         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1772         the optimized_out flag is preserved.
1773
1774 2012-09-10  Anthony Green  <green@moxielogic.com>
1775
1776         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1777         prologue changes in GCC.
1778
1779 2012-09-10  Keith Seitz  <keiths@redhat.com>
1780
1781         PR gdb/13483
1782         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1783         (BOOL_CONVERSION_BADNESS): ... this.
1784         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1785         (rank_one_type): Allow all boolean conversions
1786         permitted by the standard.
1787
1788 2012-09-06  Tom Tromey  <tromey@redhat.com>
1789
1790         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1791         Don't decref py_objfile.
1792
1793 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1794
1795         Do not enable -lmcheck by default when Python is enabled with
1796         threading support.
1797         * configure.ac: (python_has_threads) New variable, by testing
1798         if WITH_THREAD is defined in Python.h.
1799         Move --enable-lmcheck after --with-python.
1800         Do not enable -lmcheck by default if python_has_threads=yes.
1801         Warn if --enable-lmcheck and python_has_threads=yes.
1802         * configure: Regenerate.
1803
1804 2012-08-31  Yao Qi  <yao@codesourcery.com>
1805
1806         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1807         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1808         Update some commands.
1809         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1810         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1811         to 1.
1812
1813 2012-08-31  Yao Qi  <yao@codesourcery.com>
1814
1815         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1816
1817 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1818
1819         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1820
1821 2012-08-29  Doug Evans  <dje@google.com>
1822
1823         * main.c (print_gdb_help): Remove reference to
1824         --use-deprecated-index-sections.
1825
1826 2012-08-28  Yao Qi  <yao@codesourcery.com>
1827
1828         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1829         (init_cmds): Call add_setshow_uinteger_cmd for command
1830         'max-user-call-depth'.
1831         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1832         declaration of 'max_user_call_depth'.
1833         * frame.c (backtrace_limit): Add 'unsigned'.
1834         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1835         'limit'.
1836         * remote.c (remoteaddresssize): Add 'unsigned'.
1837         (remote_address_masked): Change local var 'address_size' to
1838         'unsigned'.
1839         (_initialize_remote): Call add_setshow_uinteger_cmd for
1840         'remoteaddresssize'.
1841         * top.c (history_size): Add 'unsigned'.
1842         (show_commands): Change local variables to 'unsigned'.
1843         (set_history_size_command): Don't check history_size is negative.
1844         Adjust the condition to call unstifle_history and set history_size
1845         to UNIT_MAX.
1846
1847 2012-08-28  Pedro Alves  <palves@redhat.com>
1848
1849         PR gdb/14428
1850
1851         * infcmd.c (default_print_one_register_info): New, factored out
1852         from default_print_registers_info.
1853         (default_print_registers_info): Use it.  Mark value unavailable if
1854         necessary.
1855         (registers_info): Print user registers with
1856         default_print_one_register_info.
1857
1858 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1859
1860         PR tui/14486
1861         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1862         is not NULL before referencing it.
1863
1864 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1865
1866         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1867         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1868         original PC for it.
1869
1870 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1871             Jan Kratochvil  <jan.kratochvil@redhat.com>
1872
1873         * auto-load.c (auto_load_objfile_script): Rename to ...
1874         (auto_load_objfile_script_1): ... here, change variable realname to
1875         parameter realname, document it, add return value, add variable retval.
1876         (auto_load_objfile_script): New function.
1877
1878 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1879
1880         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1881         followed by a whitespace.
1882
1883 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1884
1885         PR gdb/14494.
1886         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1887         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1888         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1889         here.
1890
1891 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1892
1893         * memattr.c (create_mem_region): Fix memory region overlapping
1894         checking.
1895
1896 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1897
1898         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1899         with xmalloc/cleanup.
1900         * mt-tdep.c (mt_push_dummy_call): Likewise.
1901         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1902         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1903
1904 2012-08-24  Yao Qi  <yao@codesourcery.com>
1905
1906         * jv-exp.y (push_expression_name): Add "." at the end of error
1907         message.
1908
1909 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1910
1911         Document how to return from "python-interactive" to GDB.
1912         * python/python.c (_initialize_python): Update documentation.
1913
1914 2012-08-23  Pedro Alves  <palves@redhat.com>
1915
1916         * infrun.c (_initialize_infrun) <handle command help text>:
1917         Mention that multiple signals are supported.
1918
1919 2012-08-23  Pedro Alves  <palves@redhat.com>
1920
1921         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1922         string.
1923
1924 2012-08-23  Yao Qi  <yao@codesourcery.com>
1925
1926         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1927         (tfind_1): Don't call registers_changed, set_traceframe_num,
1928         and clear_traceframe_info.
1929         Call set_current_traceframe.
1930         (set_current_traceframe): call set_traceframe_num.
1931
1932 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1933
1934         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1935         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1936
1937 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1938
1939         Enable readline in Python in a GDB-specific way and block the
1940         standard Python readline module to prevent conflicts with GDB.
1941         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1942         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1943         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1944         * python/py-gdb-readline.c: New file.
1945         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1946         prototype.
1947         * python/python.c (_initialize_python): Call
1948         gdbpy_initialize_gdb_readline.
1949
1950 2012-08-22  Keith Seitz  <keiths@redhat.com>
1951
1952         * defs.h: Include build-gnulib/config.h
1953
1954 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
1955
1956         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1957         and blx pc.
1958
1959 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1960
1961         Add a new "python-interactive" command that starts a standard
1962         Python interactive prompt with "pi" as alias, and add "py" as
1963         an alias to "python".
1964         * NEWS: Mention the new commands.
1965         * python/python.c (eval_python_command): New function.
1966         (python_interactive_command): For "python-interactive" with
1967         arguments, call eval_python_command.  For "python-interactive"
1968         without arguments, call PyRun_InteractiveLoop.
1969         (_initialize_python): Add "python-interactive" command with
1970         "pi" as alias, and add "py" as an alias to "python".
1971
1972 2012-08-22  Tom Tromey  <tromey@redhat.com>
1973
1974         * defs.h (quit_flag): Don't declare.
1975         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1976         (QUIT): Use new functions.
1977         * event-top.c (command_handler): Use clear_quit_flag.
1978         (handle_sigint): Use set_quit_flag.
1979         (async_request_quit): Use check_quit_flag.  Don't check
1980         immediate_quit.
1981         * exceptions.c (throw_exception): Use clear_quit_flag.
1982         * main.c (captured_main): Use clear_quit_flag.
1983         * python/python.c (clear_quit_flag, set_quit_flag)
1984         (check_quit_flag): New functions.
1985         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1986         clear_quit_flag.
1987         * remote.c (remote_wait_as): Use check_quit_flag,
1988         clear_quit_flag.
1989         (remote_start_remote): Call QUIT.
1990         * symfile.c (load_progress): Use check_quit_flag.
1991         * top.c (command_loop): Use clear_quit_flag.
1992         (command_line_input): Call QUIT.
1993         * utils.c (quit_flag): Conditionally define.
1994         (clear_quit_flag, check_quit_flag, set_quit_flag): New
1995         functions.
1996         (prompt_for_continue): Call QUIT.  Use quit, not
1997         async_request_quit.
1998         * remote-mips.c (mips_expect_timeout): Call QUIT.
1999         * monitor.c (monitor_expect): Call QUIT.
2000
2001 2012-08-22  Tom Tromey  <tromey@redhat.com>
2002
2003         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2004         (async_init_signals): Update.
2005         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2006         (SIGWINCH_HANDLER_BODY): Remove.
2007
2008 2012-08-22  Tom Tromey  <tromey@redhat.com>
2009
2010         * jit.c (jit_object_close_impl): Don't malloc the objfile
2011         name.
2012         * objfiles.c (allocate_objfile): Don't malloc the objfile
2013         name.
2014         (free_objfile): Don't free the objfile name.
2015         * objfiles.h (struct objfile) <name>: Update comment.
2016         * symfile.c (reread_symbols): Fix reference counting.  Don't
2017         malloc objfile name.
2018
2019 2012-08-22  Tom Tromey  <tromey@redhat.com>
2020
2021         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2022         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2023         (symfile_bfd_open): Likewise.
2024         (generic_load): Likewise.
2025         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2026         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2027         gdb_bfd_open.
2028         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2029         Use gdb_bfd_open.
2030         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2031         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2032         (pmon_load_fast): Likewise.
2033         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2034         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2035         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2036         (macho_check_dsym): Likewise.
2037         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2038         (m32r_upload_command): Likewise.
2039         * gdb_bfd.h (gdb_bfd_cache): Declare.
2040         * gdb_bfd.c (struct gdb_bfd_data): New.
2041         (gdb_bfd_cache): New global.
2042         (struct gdb_bfd_cache_search): New.
2043         (hash_bfd): New function.
2044         (eq_bfd): Likewise.
2045         (gdb_bfd_open): Likewise.
2046         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2047         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
2048         gdb_bfd_data.
2049         * exec.c (exec_file_attach): Use gdb_bfd_open.
2050         * dsrec.c (load_srec): Use gdb_bfd_open.
2051
2052 2012-08-22  Tom Tromey  <tromey@redhat.com>
2053
2054         * dwarf2read.c (macro_start_file): Update.
2055         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2056         (free_objfile_per_bfd_storage): Destroy macro_cache.
2057         (allocate_objfile, free_objfile): Update.
2058         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2059         New field.
2060         (struct objfile) <macro_cache>: Remove.
2061         * symfile.c (reread_symbols): Update.
2062         * symmisc.c (print_symbol_bcache_statistics): Update.
2063         (print_objfile_statistics): Update.
2064
2065 2012-08-22  Tom Tromey  <tromey@redhat.com>
2066
2067         * elfread.c (elf_symtab_read): Update.
2068         * objfiles.c (objfiles_bfd_data): New global.
2069         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2070         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2071         (allocate_objfile, free_objfile): Update.
2072         (_initialize_objfiles): Initialize objfiles_bfd_data.
2073         * objfiles.h (struct objfile_per_bfd_storage): New.
2074         (struct objfile) <per_bfd>: New field.
2075         <filename_cache>: Remove.
2076         (set_objfile_per_bfd): Declare.
2077         * symfile.c (reread_symbols): Update.  Call
2078         set_objfile_per_bfd.
2079         (allocate_symtab): Update.
2080         * symmisc.c (print_symbol_bcache_statistics): Update.
2081         (print_objfile_statistics): Print the size of the BFD obstack.
2082
2083 2012-08-22  Tom Tromey  <tromey@redhat.com>
2084
2085         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
2086         * gdb_bfd.c: Use DEFINE_REGISTRY.
2087         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2088         (gdb_bfd_ref): Call bfd_alloc_data.
2089         (gdb_bfd_unref): Call bfd_free_data.
2090
2091 2012-08-22  Tom Tromey  <tromey@redhat.com>
2092
2093         * registry.h (struct registry_fields): New.
2094         (REGISTRY_FIELDS): Redefine.
2095         (REGISTRY_ACCESS_FIELD): New macro.
2096         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
2097         functions.
2098
2099 2012-08-22  Tom Tromey  <tromey@redhat.com>
2100
2101         * auto-load.c (_initialize_auto_load): Update.
2102         * solib-svr4.c (_initialize_svr4_solib): Update
2103         * solib-dsbt.c (_initialize_dsbt_solib): Update.
2104         * solib-darwin.c (_initialize_darwin_solib): Update.
2105         * registry.h: New file.
2106         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2107         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2108         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
2109         (register_program_space_data_with_cleanup)
2110         (register_program_space_data, program_space_alloc_data)
2111         (clear_program_space_data, set_program_space_data)
2112         (program_space_data): Don't declare.
2113         * progspace.c: Use DEFINE_REGISTRY.
2114         (struct program_space_data, struct
2115         program_space_data_registration, struct
2116         program_space_data_registry, program_space_data_registry)
2117         (register_program_space_data_with_cleanup)
2118         (register_program_space_data, program_space_alloc_data)
2119         (program_space_free_data, clear_program_space_data)
2120         (set_program_space_data, program_space_data): Remove.
2121         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
2122         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2123         (register_objfile_data_with_cleanup, register_objfile_data)
2124         (clear_objfile_data, set_objfile_data, objfile_data): Don't
2125         declare.
2126         * objfiles.c: Use DEFINE_REGISTRY.
2127         (struct objfile_data, struct objfile_data_registration, struct
2128         objfile_data_registry, objfile_data_registry)
2129         (register_objfile_data_with_cleanup, register_objfile_data)
2130         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2131         (set_objfile_data, objfile_data): Remove.
2132         (_initialize_objfiles): Update.
2133         * jit.c (_initialize_jit): Update.
2134         * inflow.c (_initialize_inflow): Update.
2135         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
2136         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2137         (register_inferior_data_with_cleanup, register_inferior_data)
2138         (clear_inferior_data, set_inferior_data, inferior_data): Don't
2139         declare.
2140         * inferior.c: Use DEFINE_REGISTRY.
2141         (struct inferior_data, struct inferior_data_registration, struct
2142         inferior_data_registry, inferior_data_registry)
2143         (register_inferior_data_with_cleanup, register_inferior_data)
2144         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
2145         (set_inferior_data, inferior_data): Remove.
2146         * auxv.c (_initialize_auxv): Update.
2147         * ada-lang.c (_initialize_ada_language): Update.
2148         * breakpoint.c (_initialize_breakpoint): Update.
2149         * i386-nat.c (i386_use_watchpoints): Update.
2150
2151 2012-08-22  Tom Tromey  <tromey@redhat.com>
2152
2153         * exec.c (exec_close, exec_file_attach): Update.
2154         (add_to_section_table): Initialize 'key' field.
2155         (add_target_sections, remove_target_sections): Add 'key' argument.
2156         * exec.h (add_target_sections, remove_target_sections): Add
2157         'key' argument.
2158         * solib.c (solib_map_sections, update_solib_list, clear_solib)
2159         (reload_shared_libraries_1): Update.
2160         * target.h (struct target_section) <key>: New field.
2161
2162 2012-08-22  Tom Tromey  <tromey@redhat.com>
2163
2164         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2165
2166 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2167
2168         * symfile.c (allocate_symtab): Use host_address_to_string
2169         function instead of cast of pointer to long which is not
2170         compatible with x86_64-w64-mingw32 build.
2171
2172 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2173
2174         * mips-tdep.c (is_octeon): New function.
2175         (is_octeon_bbit_op): New function.
2176         (mips32_next_pc): Handle Octeon's bbit instructions.
2177         (mips32_instruction_has_delay_slot): Likewise.
2178
2179 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2180
2181         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2182         before the function.
2183
2184 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2185
2186         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2187
2188 2012-08-19  Keith Seitz  <keiths@redhat.com>
2189
2190         PR c++/14365
2191         * c-typeprint.c (c_type_print_varspec_prefix): Pass
2192         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2193
2194 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
2195
2196         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2197         The typo broke "make TAGS".
2198
2199 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
2200
2201         GDB 7.5 released.
2202
2203 2012-08-17  Keith Seitz  <keiths@redhat.com>
2204
2205         PR c++/13356
2206         * gdbtypes.c (strict_type_checking): New variable.
2207         (show_strict_type_checking): New function.
2208         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2209         if strict type checking is disabled.
2210         (_initialize_gdbtypes): Add "check type" subcommand.
2211         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2212
2213 2012-08-17  Keith Seitz  <keiths@redhat.com>
2214
2215         * language.h (type_mode): Remove.
2216         (type_check): Remove.
2217         (struct language_defn): Remove la_type_check.
2218         (STRICT_TYPE): Remove unused macro.
2219         (type_error): Remove.
2220         * language.c (set_type_range_case): Renamed to ...
2221         (set_range_case): ... this.  Update all callers.
2222         Remove type_mode/type_check.
2223         (type_mode): Remove.
2224         (type_check): Remove.
2225         (show_type_command): Remove.
2226         (set_type_command): Remove.
2227         (language_info): Remove type checking output.
2228         (type_error): Remove unused function.
2229         (range_error): Update comment.
2230         (unknown_language_defn): Remove la_type_check.
2231         (auto_language_defn): Likewise.
2232         (local_language_defn): Likewise.
2233         (_initialize_language): Remove "check type" subcommand.
2234         * ada-lang.c (ada_language_defn): Remove la_type_check.
2235         * c-lang.c (c_language_defn): Likewise.
2236         (cplus_language_defn): Likewise.
2237         (asm_language_defn): Likewise.
2238         (minimal_language_defn): Likewise.
2239         * d-lang.c (d_language_defn): Likewise.
2240         * f-lang.c (f_language_defn): Likewise.
2241         * go-lang.c (go_language_defn): Likewise.
2242         * jv-lang.c (java_language_defn): Likewise.
2243         * m2-lang.c (m2_language_defn): Likewise.
2244         * objc-lang.c (objc_language_defn): Likewise.
2245         * opencl-lang.c (opencl_language_defn): Likewise.
2246         * p-lang.c (pascal_language_defn): Likewise.
2247
2248 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
2249
2250         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2251
2252 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2253
2254         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2255         New function.
2256         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2257         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2258         to access the bsp and bspstore registers if not.
2259
2260 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2261
2262         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2263         * breakpoint.c (detach_breakpoints): Change pid parameter into
2264         a ptid.  Adjust code accordingly.
2265         * infrun.c (handle_inferior_event): Delete variable child_pid.
2266         Update call to detach_breakpoints to pass the child ptid for
2267         fork events.
2268         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2269         assert that inferior_ptid's lwp is zero.
2270         (linux_handle_extended_wait): Update call to detach_breakpoints.
2271         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2272         detach_breakpoints.
2273
2274 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2275
2276         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2277         parent, only call detach_breakpoints if tts.tts_event ==
2278         TTEVT_VFORK.
2279
2280 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2281
2282         * dwarf2-frame.c (dwarf2_frame_cache): Use
2283         get_frame_address_in_block instead of get_frame_pc as
2284         the bound for executing the frame's FDE.
2285
2286 2012-08-16  Yao Qi  <yao@codesourcery.com>
2287
2288         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2289         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2290         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2291         (c_type_print_varspec_suffix): Likewise.
2292         * eval.c (evaluate_subexp_standard): Likewise.
2293         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2294         (f_type_print_varspec_suffix): Likewise.
2295         * gdbtypes.c (is_scalar_type): Likewise.
2296         (recursive_dump_type): Likewise.
2297         * infcall.c (value_arg_coerce): Likewise.
2298         * m2-valprint.c (m2_val_print): Likewise.
2299         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2300         (pascal_type_print_varspec_suffix): Likewise.
2301         (pascal_type_print_base): Likewise.
2302         * p-valprint.c (pascal_val_print): Likewise.
2303         (pascal_val_print): Likewise.
2304         * valops.c (value_slice): Likewise.
2305         * valprint.c (scalar_type_p): Likewise.
2306         * valarith.c (value_bitstring_subscript): Remove.
2307         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2308         Remove comment on TYPE_CODE_BITSTRING.
2309
2310         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2311         TYPE_CODE_BITSTRING.
2312
2313         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2314         slot 0.
2315
2316 2012-08-16  Yao Qi  <yao@codesourcery.com>
2317
2318         * tracepoint.c (trace_find_none_command): Remove.
2319         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2320
2321 2012-08-16  Yao Qi  <yao@codesourcery.com>
2322
2323         * remote.c (handle_notification): Remove parameter 'length'.
2324         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2325
2326 2012-08-15  Keith Seitz  <keiths@redhat.com>
2327
2328         * gdbtypes.c (opaque_type_resolution): Make static.
2329         Add missing comment.
2330         (overload_debug): Add missing comment.
2331         (show_opaque_type_resolution): Likewise.
2332         (show_overload_debug): Likewise.
2333         (print_bit_vector): Remove unnecessary forward declaration.
2334         (print_arg_types): Likewise.
2335         (dump_fn_fieldlists): Likewise.
2336         (print_cplus_stuff): Likewise.
2337
2338 2012-08-15  Tom Tromey  <tromey@redhat.com>
2339
2340         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2341         (gdb_bfd_ref): Initialize new field.
2342         (gdb_bfd_unref): Unref the archive BFD.
2343         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2344         parent archive.
2345
2346 2012-08-15  Tom Tromey  <tromey@redhat.com>
2347
2348         PR python/14387:
2349         * python/py-bpevent.c (create_breakpoint_event_object): Update
2350         comment.
2351         * python/py-event.c (evpy_add_attribute): Update comment.
2352         * python/py-exitedevent.c (create_exited_event_object): Fix
2353         reference counting and error handling.
2354         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2355         Fix reference counting.
2356         * python/py-signalevent.c (create_signal_event_object): Fix
2357         reference counting and error handling.
2358         * python/py-stopevent.c (emit_stop_event): Fix reference
2359         counting.
2360         * python/py-threadevent.c (get_event_thread): Return a
2361         borrowed reference.
2362         * python/py-type.c (convert_field): Fix reference counting.
2363
2364 2012-08-15  Tom Tromey  <tromey@redhat.com>
2365
2366         * dwarf2read.c (dwarf_decode_macro_bytes)
2367         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2368         as hash key.
2369
2370 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2371
2372         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2373         stepi, nexti, finish, next, step, jump, and continue commands.
2374         * infrun.c (_initialize_infrun): Update help text for the handle
2375         command.
2376
2377 2012-08-14  Doug Evans  <dje@google.com>
2378
2379         * gdbtypes.c (struct extra): Delete, unused.
2380
2381         * gdbtypes.c: Whitespace cleanup.
2382         (address_space_name_to_int): Remove "extern" from definition.
2383         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2384
2385         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2386         TYPE_POINTER_TYPE (type).
2387
2388 2012-08-14  Gary Benson  <gbenson@redhat.com>
2389
2390         * solib-svr4.c (svr4_free_library_list): Use free_so.
2391
2392 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2393
2394         * .gitignore: Add go-exp.c.
2395
2396 2012-08-13  Doug Evans  <dje@google.com>
2397
2398         * value.c (show_convenience): Tweak comment.
2399         (_initialize_values): Mention convenience functions in the help text
2400         for "show convenience".
2401
2402 2012-08-13  Yao Qi  <yao@codesourcery.com>
2403
2404         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2405         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2406         TERNOP_SLICE_COUNT.
2407         * eval.c (evaluate_subexp_standard): Likewise.
2408         * expprint.c (print_subexp_standard): Likewise.
2409         (dump_subexp_body_standard): Likewise.
2410         * parse.c (operator_length_standard): Likewise.
2411
2412 2012-08-13  Yao Qi  <yao@codesourcery.com>
2413
2414         * std-operator.def: Remove OP_BITSTRING.
2415         * breakpoint.c (watchpoint_exp_is_const): Update.
2416         * eval.c (evaluate_subexp_standard): Remove handling to
2417         OP_BITSTRING.
2418         * expprint.c (print_subexp_standard): Likewise.
2419         (dump_subexp_body_standard): Likewise.
2420         * parse.c (operator_length_standard): Likewise.
2421         * valops.c (value_bitstring): Remove.
2422         * value.h: Remove the declaration of 'value_bitstring'.
2423
2424 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2425
2426         * linespec.c (find_methods): Remove unused variables `i1' and
2427         `name_len'.
2428         (decode_line_full): Likewise for `arg_start'.
2429
2430 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2431
2432         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2433         (zlib_decompress_section): Likewise for `section_data'.
2434         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2435
2436 2012-08-10  Doug Evans  <dje@google.com>
2437
2438         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2439         * NEWS: Document them.
2440         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2441         function/strfns.py.
2442         * python/py-type.c (typy_array_1): New function.
2443         (typy_array): Call it.
2444         (typy_vector): New function.
2445         (type_object_methods): Add "vector".
2446         * python/lib/gdb/function/__init__.py: New file.
2447         * python/lib/gdb/function/strfns.py: New file.
2448
2449 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2450
2451         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2452         for TYPE_FIELD_BITPOS.
2453         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2454
2455 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2456
2457         PR cli/10436:
2458         * common/vec.h (VEC_merge): Define.
2459         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2460         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2461         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2462         * completer.c: Include gdb_signals.h.
2463         (signal_completer): Define.
2464         * completer.h (signal_completer): Add prototype.
2465         * infcmd.c (_initialize_infcmd): Assign the command
2466         completer for "signal" to handle_completer.
2467         * infrun.c: Include completer.h.
2468         (handle_completer): Define.
2469         (_initialize_infrun): Declare a new local variable c.  Store the
2470         result of add_com("handle") to it.  Assign the command
2471         completer for "handle" to handle_completer.
2472
2473 2012-08-09  Yao Qi  <yao@codesourcery.com>
2474
2475         * cli/cli-decode.c (set_cmd_prefix): New.
2476         (lookup_cmd_for_prefixlist): New.
2477         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2478         of each cmd_list_element in *prefixlist.
2479         (add_setshow_cmd_full): set_cmd_prefix.
2480         (add_alias_cmd): Likewise.
2481         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2482         Declare 'auto_boolean_enums'.
2483         * cli/cli-setshow.c: Include "observer.h".
2484         (notify_command_param_changed_p): New.
2485         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2486         Remove 'static'.
2487         (do_setshow_command): Split it to ...
2488         (do_set_command, do_show_command): ... them.  New.
2489         (do_set_command): Call observer_notify_command_param_changed if
2490         notify_command_param_changed_p returns true.
2491         (cmd_show_list): Caller update.
2492         * auto-load.c (set_auto_load_cmd): Likewise.
2493         * remote.c (show_remote_cmd): Likewise.
2494         * cli/cli-setshow.h: Update declarations.
2495         * top.c (execute_command): Call do_set_command and do_show_command.
2496
2497         * NEWS: Mention new MI notification.
2498         * mi/mi-interp.c: Declare mi_command_param_changed.
2499         (mi_interpreter_init): Attach mi_command_param_changed to
2500         observer command_param_changed.
2501         (mi_command_param_changed): New.
2502         Remove mi_suppress_breakpoint_notifications.
2503         Define global variable mi_suppress_notification.
2504         (mi_breakpoint_created): Update.
2505         (mi_breakpoint_deleted): Likewise.
2506         (mi_breakpoint_modified): Likewise.
2507         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2508         'gdb-set' and set mi_suppress_notification.
2509         * mi/mi-main.h: (mi_suppress_notification): New struct.
2510
2511 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2512             Jan Kratochvil  <jan.kratochvil@redhat.com>
2513
2514         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2515
2516 2012-08-09  Yao Qi  <yao@codesourcery.com>
2517
2518         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2519         (skiplist): Move it to skip.c.
2520         (init_cmd_lists): Remove code setting enablebreaklist and
2521         skiplist to NULL.
2522         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2523         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2524         skiplist.
2525         * gdbcmd.h: Likewise.
2526         * skip.c (_initialize_step_skip): Move 'skiplist' from
2527         cli/cli-cmds.c.
2528
2529 2012-08-09  Yao Qi  <yao@codesourcery.com>
2530
2531         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2532         * gnu-nat.c, symfile.c: Likewise.
2533
2534 2012-08-08  Aaron Gamble  <agamble@google.com>
2535
2536         * utils.c (prompt_for_continue_wait_time): New static global.
2537         (make_command_stats_cleanup): Initialize it.
2538         (report_command_stats): Subtract time waiting for user.
2539         (prompt_for_continue): Track time waiting for user.
2540         (defaulted_query): Track time waiting for user.
2541
2542 2012-08-08  Doug Evans  <dje@google.com>
2543
2544         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2545         UNOP_MEMVAL_TYPE.
2546         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2547         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2548         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2549         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2550         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2551         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2552         elt.
2553         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2554         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2555         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2556         (dump_prefix_expression): Handle OP_TYPE.
2557
2558 2012-08-08  Keith Seitz  <keiths@redhat.com>
2559
2560         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2561         addr_start.
2562
2563 2012-08-08  Doug Evans  <dje@google.com>
2564
2565         * linux-thread-db.c: #include "gdb_vecs.h".
2566         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2567         updated.
2568         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2569         (thread_db_load_search): Use a vector to iterate over path elements.
2570         Handle text appearing after "$pdir".
2571
2572         * gdb_string.h: Moved to ...
2573         * common/gdb_string.h: ... here.
2574         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2575         gdb_string.h and gdb_assert.h.
2576
2577 2012-08-08  Yao Qi  <yao@codesourcery.com>
2578
2579         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2580         (tic6x_value_to_register): Likewise.
2581         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2582         and set_gdbarch_value_to_register.
2583
2584 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2585             Jean-Marc Saffroy  <saffroy@gmail.com>
2586
2587         PR 11804
2588         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2589         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2590         * gcore.c (gcore_create_callback): New function comment.  Add modified
2591         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2592         according to MODIFIED.
2593         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2594         the passed modified value to FUNC.
2595         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2596         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2597         first.  New variables modified and has_anonymous.  Parse the lines of
2598         smaps file.  Add the passed MODIFIED value to FUNC.
2599         * procfs.c (find_memory_regions_callback): Add the passed modified
2600         value.
2601
2602 2012-08-06  Tom Tromey  <tromey@redhat.com>
2603
2604         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2605         (dwarf2_frame_cache): Use it.
2606         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2607         cache initialization constraint.
2608
2609 2012-08-06  Tom Tromey  <tromey@redhat.com>
2610
2611         PR python/14386:
2612         * varobj.c (update_dynamic_varobj_children): Don't call
2613         PyIter_Check.
2614
2615 2012-08-06  Tom Tromey  <tromey@redhat.com>
2616
2617         PR cli/14392:
2618         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2619
2620 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2621
2622         * NEWS: New entry for 'cd' default parameters.
2623         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2624
2625 2012-08-03  Tom Tromey  <tromey@redhat.com>
2626
2627         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2628         return.
2629
2630 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2631
2632         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2633         to attempting lseek/write.
2634         (inf_child_fileio_pread): Likewise for pread.
2635
2636 2012-08-02  Yao Qi  <yao@codesourcery.com>
2637
2638         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2639         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2640         add_setshow_zinteger_cmd.
2641         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2642         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2643         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2644         instead of add_setshow_zinteger_cmd.
2645         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2646         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2647         instead of add_setshow_zinteger_cmd.
2648         * frame.c (frame_debug): Add 'unsigned'.
2649         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2650         add_setshow_zinteger_cmd.
2651         * frame.h: Update the declaration of 'frame_debug'.
2652         * gdbtypes.c (overload_debug): Add 'unsigned'.
2653         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2654         add_setshow_zinteger_cmd.
2655         * inferior.h: Update declaration of 'debug_infrun'.
2656         * infrun.c (debug_infrun): Add 'unsigned'.
2657         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2658         add_setshow_zinteger_cmd.
2659         * jit.c (jit_debug): Add 'unsigned'.
2660         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2661         add_setshow_zinteger_cmd.
2662         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2663         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2664         instead of add_setshow_zinteger_cmd.
2665         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2666         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2667         add_setshow_zinteger_cmd.
2668         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2669         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2670         instead of add_setshow_zinteger_cmd.
2671         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2672         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2673         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2674         intead of add_setshow_zinteger_cmd.
2675         * mips-tdep.c (mips_debug): Add 'unsigned'.
2676         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2677         instead of add_setshow_zinteger_cmd.
2678         * monitor.c (monitor_debug): Add 'unsigned'.
2679         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2680         add_setshow_zinteger_cmd.
2681         * observer.c (observer_debug): Add 'unsigned'.
2682         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2683         add_setshow_zinteger_cmd.
2684         * parse.c (expressiondebug): Add 'unsigned'.
2685         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2686         add_setshow_zinteger_cmd.
2687         * record.c (record_debug): Add 'unsigned'.
2688         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2689         add_setshow_zinteger_cmd.
2690         * record.h: Update the declaration of 'record_debug'.
2691         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2692         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2693         add_setshow_zinteger_cmd.
2694         * serial.c (global_serial_debug_p): Add 'unsigned'.
2695         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2696         add_setshow_zinteger_cmd.
2697         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2698         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2699         add_setshow_zinteger_cmd.
2700         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2701         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2702         add_setshow_zinteger_cmd.
2703         * target.c (targetdebug): Add 'unsigned'.
2704         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2705         add_setshow_zinteger_cmd.
2706         * valops.c (overload_debug): Add 'unsigned'.
2707         * varobj.c (varobjdebug): Add 'unsigned'.
2708         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2709         add_setshow_zinteger_cmd.
2710         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2711         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2712         instead of add_setshow_zinteger_cmd.
2713
2714         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2715         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2716         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2717         instead of add_setshow_zinteger_cmd.
2718         * gdbarch.c, gdbarch.h: Re-generated.
2719
2720 2012-08-02  Yao Qi  <yao@codesourcery.com>
2721
2722         * nto-tdep.c: Don't include cli/cli-decode.h and
2723         cli/cli-cmds.h.
2724         (_initialize_nto_tdep): Remove.
2725         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2726         Remove field.
2727         Remove macro nto_internal_debugging.
2728
2729 2012-08-01  Richard Henderson  <rth@redhat.com>
2730
2731         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2732         (mep-*-*) [gdb_target_obs]: Likewise.
2733
2734 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2735
2736         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2737         linux_get_siginfo_type.
2738
2739 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2740
2741         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2742         AT_ENTRY_POINT.
2743         (call_function_by_hand) <ON_STACK>: Call write_memory with
2744         gdbarch_breakpoint_from_pc, if possible.
2745         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2746         here.
2747
2748 2012-07-31  Yao Qi  <yao@codesourcery.com>
2749
2750         * tracepoint.c: Add 'static' for some variables.
2751
2752 2012-07-31  Yao Qi  <yao@codesourcery.com>
2753
2754         * go32-nat.c: Declare _initialize_go32_nat.
2755         * ser-go32.c: Declare _initialize_ser_dos.
2756         * top.c (do_chdir_cleanup): Add 'static'.
2757
2758 2012-07-30  Keith Seitz  <keiths@redhat.com>
2759
2760         * linespec.c (linespec_lex_number): A number followed
2761         by quotes is a valid number, too.
2762
2763 2012-07-30  Tom Tromey  <tromey@redhat.com>
2764
2765         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2766
2767 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2768
2769         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2770         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2771
2772 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2773
2774         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2775         invalid or reevaluated to prevent prevent references to possibly
2776         delete'd type objects being left in the varobj.
2777
2778 2012-07-27  Tom Tromey  <tromey@redhat.com>
2779             Jan Kratochvil  <jan.kratochvil@redhat.com>
2780
2781         * copying.awk: Print buffer-read-only and vi ro markers.
2782         * copying.c: Rebuild.
2783         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2784         * gdbarch.c, gdbarch.h: Rebuild.
2785         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2786         buffer-read-only and vi ro markers.
2787         * features/arm-with-iwmmxt.c: Rebuild.
2788         * features/arm-with-m-fpa-layout.c: Rebuild.
2789         * features/arm-with-m-vfp-d16.c: Rebuild.
2790         * features/arm-with-m.c: Rebuild.
2791         * features/arm-with-neon.c: Rebuild.
2792         * features/arm-with-vfpv2.c: Rebuild.
2793         * features/arm-with-vfpv3.c: Rebuild.
2794         * features/i386/amd64-avx-linux.c: Rebuild.
2795         * features/i386/amd64-avx.c: Rebuild.
2796         * features/i386/amd64-linux.c: Rebuild.
2797         * features/i386/amd64.c: Rebuild.
2798         * features/i386/i386-avx-linux.c: Rebuild.
2799         * features/i386/i386-avx.c: Rebuild.
2800         * features/i386/i386-linux.c: Rebuild.
2801         * features/i386/i386-mmx-linux.c: Rebuild.
2802         * features/i386/i386-mmx.c: Rebuild.
2803         * features/i386/i386.c: Rebuild.
2804         * features/i386/x32-avx-linux.c: Rebuild.
2805         * features/i386/x32-avx.c: Rebuild.
2806         * features/i386/x32-linux.c: Rebuild.
2807         * features/i386/x32.c: Rebuild.
2808         * features/mips-dsp-linux.c: Rebuild.
2809         * features/mips-linux.c: Rebuild.
2810         * features/mips64-dsp-linux.c: Rebuild.
2811         * features/mips64-linux.c: Rebuild.
2812         * features/rs6000/powerpc-32.c: Rebuild.
2813         * features/rs6000/powerpc-32l.c: Rebuild.
2814         * features/rs6000/powerpc-403.c: Rebuild.
2815         * features/rs6000/powerpc-403gc.c: Rebuild.
2816         * features/rs6000/powerpc-405.c: Rebuild.
2817         * features/rs6000/powerpc-505.c: Rebuild.
2818         * features/rs6000/powerpc-601.c: Rebuild.
2819         * features/rs6000/powerpc-602.c: Rebuild.
2820         * features/rs6000/powerpc-603.c: Rebuild.
2821         * features/rs6000/powerpc-604.c: Rebuild.
2822         * features/rs6000/powerpc-64.c: Rebuild.
2823         * features/rs6000/powerpc-64l.c: Rebuild.
2824         * features/rs6000/powerpc-7400.c: Rebuild.
2825         * features/rs6000/powerpc-750.c: Rebuild.
2826         * features/rs6000/powerpc-860.c: Rebuild.
2827         * features/rs6000/powerpc-altivec32.c: Rebuild.
2828         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2829         * features/rs6000/powerpc-altivec64.c: Rebuild.
2830         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2831         * features/rs6000/powerpc-cell32l.c: Rebuild.
2832         * features/rs6000/powerpc-cell64l.c: Rebuild.
2833         * features/rs6000/powerpc-e500.c: Rebuild.
2834         * features/rs6000/powerpc-e500l.c: Rebuild.
2835         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2836         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2837         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2838         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2839         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2840         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2841         * features/rs6000/powerpc-vsx32.c: Rebuild.
2842         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2843         * features/rs6000/powerpc-vsx64.c: Rebuild.
2844         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2845         * features/rs6000/rs6000.c: Rebuild.
2846         * features/s390-linux32.c: Rebuild.
2847         * features/s390-linux32v1.c: Rebuild.
2848         * features/s390-linux32v2.c: Rebuild.
2849         * features/s390-linux64.c: Rebuild.
2850         * features/s390-linux64v1.c: Rebuild.
2851         * features/s390-linux64v2.c: Rebuild.
2852         * features/s390x-linux64.c: Rebuild.
2853         * features/s390x-linux64v1.c: Rebuild.
2854         * features/s390x-linux64v2.c: Rebuild.
2855         * features/tic6x-c62x-linux.c: Rebuild.
2856         * features/tic6x-c62x.c: Rebuild.
2857         * features/tic6x-c64x-linux.c: Rebuild.
2858         * features/tic6x-c64x.c: Rebuild.
2859         * features/tic6x-c64xp-linux.c: Rebuild.
2860         * features/tic6x-c64xp.c: Rebuild.
2861
2862 2012-07-27  Tom Tromey  <tromey@redhat.com>
2863
2864         * c-exp.y (classify_name): Avoid assignment in condition.
2865
2866 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2867
2868         * amd64-windows-tdep.c: Include "frame.h".
2869         (amd64_windows_skip_trampoline_code): New function.
2870         (amd64_windows_init_abi): Add trampoline registration.
2871
2872 2012-07-27  Yao Qi  <yao@codesourcery.com>
2873
2874         * tracepoint.c (cur_traceframe_number): Remove.
2875         (set_tfile_traceframe): Remove.
2876         (tfile_trace_find, tfile_fetch_registers): Update callers.
2877         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2878         (tfile_open, tfile_trace_find): Likewise.
2879
2880 2012-07-27  Yao Qi  <yao@codesourcery.com>
2881
2882         * thread.c (switch_to_thread): Don't call registers_changed.
2883
2884 2012-07-26  Tom Tromey  <tromey@redhat.com>
2885
2886         * Makefile.in (SFILES): Remove objc-exp.y.
2887         (YYFILES): Remove objc-exp.c.
2888         (YYOBJ): Remove objc-exp.o.
2889         (local-maintainer-clean): Don't mention objc-exp.c.
2890         * c-exp.y: Include objc-lang.h.
2891         (%union) <class>: New field.
2892         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2893         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2894         Objective C productions.
2895         (msglist, msgarglist, msgarg): New productions.
2896         (array_mod, func_mod, operator): Clone productions for
2897         OBJC_LBRAC.
2898         (parse_string_or_char): Handle '@' strings.
2899         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2900         (classify_name): Check la_name_of_this.  Recognize ObjC class
2901         names.
2902         * objc-exp.y: Remove.
2903         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2904         * objc-lang.h (objc_parse, objc_error): Don't declare.
2905
2906 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2907
2908         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2909
2910 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2911
2912         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2913         and decrement.
2914
2915 2012-07-26  Tom Tromey  <tromey@redhat.com>
2916
2917         * copying.c: Rebuild.
2918         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2919         'no_class'.
2920
2921 2012-07-26  Tom Tromey  <tromey@redhat.com>
2922
2923         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2924         immediate_quit.
2925         (print_objfile_statistics): Likewise.
2926         (maintenance_print_symbols): Likewise.
2927         (maintenance_print_msymbols): Likewise.
2928         (maintenance_print_objfiles): Likewise.
2929         * psymtab.c (print_partial_symbols): Call QUIT.
2930         (maintenance_print_psymbols): Likewise.  Don't modify
2931         immediate_quit.
2932         * copying.c (show_copying_command): Don't modify immediate_quit.
2933         (show_warranty_command): Likewise.
2934         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2935
2936 2012-07-26  Keith Seitz  <keiths@redhat.com>
2937
2938         * linespec.c (linespec_lexer_lex_number): The input
2939         is also a valid number if the next character is a comma
2940         or colon.
2941
2942 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
2943
2944         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2945         configure options.
2946
2947 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2948
2949         * machoread.c: Include gdb_bfd.h.
2950
2951 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2952
2953         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2954         offset.
2955
2956 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2957
2958         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2959         SIZE to size_t.
2960         (dwarf2_evaluate_loc_desc): Likewise.
2961         (dwarf2_loc_desc_needs_frame): Likewise.
2962         (locexpr_describe_location_1): Likewise.
2963         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2964         size_t.
2965         (struct dwarf2_loclist_baton): Likewise.
2966         * dwarf2read.c (struct dwarf_block): Likewise.
2967         (dump_die_shallow): Use pulongest to print dwarf_block.size.
2968         (decode_locdesc): Expand SIZE and I to size_t.
2969
2970 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2971
2972         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2973
2974 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2975
2976         * doublest.c (convert_doublest_to_floatformat): If the exponent
2977         is too small, treat the value as zero.  If the exponent is too
2978         large, treat the value as infinity.
2979
2980 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2981
2982         * configure.ac: Add --enable-lmcheck configure option.
2983         * configure: Regenerate.
2984
2985 2012-07-25  Tom Tromey  <tromey@redhat.com>
2986
2987         * NEWS: Mention maint info bfds.
2988         * gdb_bfd.c (all_bfds): New global.
2989         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2990         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2991         New functions.
2992
2993 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
2994
2995         * configure.tgt: Add v850*-*-rtems*.
2996
2997 2012-07-25  Tom Tromey  <tromey@redhat.com>
2998
2999         * macrotab.c (macro_bcache_str): Remove cast.
3000
3001 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
3002
3003         * linespec.c (linespec_lexer_lex_number): Update comments,
3004         change the return and add check to make sure the input is
3005         the decimal numbers.
3006         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3007         false, call linespec_lexer_lex_string.
3008
3009 2012-07-24  Tom Tromey  <tromey@redhat.com>
3010
3011         * symfile.c (symbol_file_add): Don't open BFD twice.
3012
3013 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
3014
3015         * breakpoint.c (create_breakpoint): Store condition for pending
3016         breakpoints.
3017
3018 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
3019
3020         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3021         (m68k_return_value): Handle complex types like structures.
3022         (m68k_svr4_return_value): Likewise.
3023
3024 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3025
3026         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3027         parameters to bfd_get_section_name.
3028
3029 2012-07-24  Yao Qi  <yao@codesourcery.com>
3030
3031         * cli/cli-setshow.c: Handle case 'var_uinteger'
3032         and 'var_zuninteger' together.  Handle case 'var_integer' and
3033         'var_zinteger' together.
3034
3035 2012-07-23  Keith Seitz  <keiths@redhat.com>
3036
3037         * linespec.c (convert_linespec_to_sal): Don't add
3038         any symbols to the result vector if symbol_to_sal
3039         returns zero.
3040
3041 2012-07-23  Keith Seitz  <keiths@redhat.com>
3042
3043         * linespec.c (decode_objc): Record the function name
3044         in the linespec.
3045
3046 2012-07-23  Tom Tromey  <tromey@redhat.com>
3047
3048         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
3049         counting.
3050         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3051         (map_vmap): Acquire a reference to the BFD.
3052
3053 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
3054
3055         * p-valprint.c (pascal_object_print_value): Replace potentially
3056         unsafe alloca with xmalloc/xfree.
3057         * valops.c (search_struct_method): Likewise.
3058
3059 2012-07-23  Tom Tromey  <tromey@redhat.com>
3060
3061         * solib-svr4.c (enable_break): Update.
3062         * bfd-target.h (target_bfd_reopen): Update documentation.
3063
3064 2012-07-23  Tom Tromey  <tromey@redhat.com>
3065
3066         * symfile.c (separate_debug_file_exists): Update.
3067         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3068         (reread_symbols): Update.
3069         * elfread.c (build_id_verify): Update.
3070         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3071         bfd_open_maybe_remote.
3072
3073 2012-07-23  Tom Tromey  <tromey@redhat.com>
3074
3075         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3076
3077 2012-07-23  Tom Tromey  <tromey@redhat.com>
3078
3079         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3080         and 'abfd'.
3081         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3082         and 'abfd'.
3083         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3084         * machoread.c (macho_add_oso_symfile): Make a cleanup for
3085         'abfd'.
3086         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3087         * objfiles.c (allocate_objfile): Acquire a new reference.
3088         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3089         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3090         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3091         a cleanup for 'nbfd'.
3092         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3093         for 'nbfd'.
3094         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3095         make a cleanup for 'abfd'.
3096         (symbol_file_add): Make a BFD cleanup.
3097
3098 2012-07-23  Tom Tromey  <tromey@redhat.com>
3099
3100         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3101         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3102         * corelow.c (core_open): Use gdb_bfd_fopen.
3103         * dsrec.c (load_srec): Use gdb_bfd_openr.
3104         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3105         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3106         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3107         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3108         (gdb_bfd_fdopenr): New functions.
3109         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3110         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3111         (gdb_bfd_fdopenr): Declare.
3112         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3113         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3114         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3115         gdb_bfd_openr_next_archived_file.
3116         (macho_check_dsym): Use gdb_bfd_openr.
3117         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3118         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3119         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3120         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3121         gdb_bfd_openr.
3122         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3123         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3124         gdb_bfd_openr_next_archived_file.
3125         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3126         Use gdb_bfd_openr.
3127         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3128         gdb_bfd_openr.
3129         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3130         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3131         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3132         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3133         (symfile_bfd_open): Use gdb_bfd_fopen.
3134         (generic_load): Use gdb_bfd_openr.
3135         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3136
3137 2012-07-23  Tom Tromey  <tromey@redhat.com>
3138
3139         * bfd-target.c (target_bfd_reopen): Update.
3140         * cli/cli-dump.c (bfd_openr_with_cleanup)
3141         (bfd_openw_with_cleanup): Update.
3142         * corelow.c (core_open): Update.
3143         * dsrec.c (load_srec): Update.
3144         * exec.c (exec_file_attach): Update.
3145         * gcore.c (create_gcore_bfd): Update.
3146         * gdb_bfd.c (gdb_bfd_ref): Return void.
3147         (gdb_bfd_open): Update.
3148         * gdb_bfd.h (gdb_bfd_ref): Return void.
3149         Update comments.
3150         * jit.c (jit_bfd_try_read_symtab): Update.
3151         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3152         * machoread.c (macho_symfile_read_all_oso): Update.
3153         (macho_check_dsym): Update.
3154         * procfs.c (insert_dbx_link_bpt_in_file): Update.
3155         * remote-m32r-sdi.c (m32r_load): Update.
3156         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3157         * rs6000-nat.c (add_vmap): Update.
3158         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3159         Update.
3160         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3161         * solib-spu.c (spu_bfd_open): Update.
3162         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3163         * spu-linux-nat.c (spu_bfd_open): Update.
3164         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3165         (generic_load): Update.
3166         * windows-nat.c (windows_make_so): Update.
3167
3168 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
3169
3170         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3171
3172 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
3173
3174         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3175         SIGTRAMP_FRAME unwinding.
3176
3177 2012-07-20  Doug Evans  <dje@google.com>
3178
3179         * NEWS: Document new options "set/show use-deprecated-index-sections",
3180         and delete reference to --use-deprecated-index-sections.
3181         * symfile.h (use_deprecated_index_sections): Delete.
3182         * dwarf2read.c (use_deprecated_index_sections): Make static.
3183         (read_index_from_section): Update wording of how to load
3184         deprecated index sections.
3185         (_initialize_dwarf2_read): New options
3186         "set/show use-deprecated-index-sections".
3187         * main.c (captured_main): Delete --use-deprecated-index-sections.
3188
3189 2012-07-20  Pedro Alves  <palves@redhat.com>
3190
3191         PR threads/11692
3192         PR gdb/12203
3193
3194         * infrun.c (handle_inferior_event) <new thread>: Don't special
3195         case minus_one_ptid.
3196         <TARGET_WAITKIND_SPURIOUS>: Ditto.
3197         * linux-thread-db.c (thread_get_info_callback): Don't return early
3198         if the thread is zombie.
3199         (thread_from_lwp): Change return type to void.  Rewrite stale
3200         comment.
3201         (attach_thread): Don't return early if the thread is zombie,
3202         instead set its "dying" flag.
3203         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3204         (find_new_threads_callback): Don't return early if the thread is
3205         zombie.
3206
3207 2012-07-20  Pedro Alves  <palves@redhat.com>
3208
3209         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3210         * target.c (target_wait): Likewise.
3211         (str_comma_list_concat_elem, do_option, target_options_to_string):
3212         New functions.
3213         * target.h (target_options_to_string): Declare.
3214
3215 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
3216             Tom Tromey  <tromey@redhat.com>
3217
3218         * dwarf2read.c (dwarf_decode_macros)
3219         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3220         DW_MACRO_GNU_transparent_include_alt>: New cases.
3221         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3222         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3223
3224 2012-07-20  Tom Tromey  <tromey@redhat.com>
3225
3226         * dwarf2read.c (try_open_dwo_file): Don't call
3227         gdb_bfd_stash_filename.
3228
3229 2012-07-20  Pedro Alves  <palves@redhat.com>
3230
3231         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3232         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3233         (i386_process_record): Tweak description comments.
3234
3235 2012-07-20  Pedro Alves  <palves@redhat.com>
3236
3237         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3238         (i386_process_record): Use record_read_memory.
3239         * record.c (record_read_memory): New function.
3240         (record_arch_list_add_mem, record_exec_insn): Use
3241         record_read_memory.
3242         * record.h (record_read_memory): Declare.
3243
3244 2012-07-20  Yao Qi  <yao@codesourcery.com>
3245
3246         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3247         NULL for xfree.
3248
3249 2012-07-19  Pedro Alves  <palves@redhat.com>
3250
3251         * record.c (record_resume): Ask the target beneath to report all
3252         signals.
3253
3254 2012-07-19  Doug Evans  <dje@google.com>
3255
3256         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3257         there's no section at address zero.
3258         (dwarf2_record_block_ranges): Ditto.
3259
3260 2012-07-19  Yao Qi  <yao@codesourcery.com>
3261
3262         * command.h, remote.c: Fix a typo in comment.
3263
3264 2012-07-19  Tom Tromey  <tromey@redhat.com>
3265
3266         PR exp/13206:
3267         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3268         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3269         OP_DECLTYPE>: New cases.
3270         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3271         (type_exp): Add new productions.
3272         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3273         and decltype.
3274         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3275         New case.
3276         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3277         OP_DECLTYPE>: New case.
3278         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3279         New case.
3280         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3281         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3282
3283 2012-07-19  Tom Tromey  <tromey@redhat.com>
3284
3285         * c-exp.y (enum token_flags): New.
3286         (struct token) <cxx_only>: Remove.
3287         <flags>: New field.
3288         (tokentab3, tokentab2, ident_tokens): Update.
3289         (lex_one_token): Update.  Handle FLAG_SHADOW.
3290
3291 2012-07-19  Tom Tromey  <tromey@redhat.com>
3292
3293         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3294         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3295         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3296         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3297         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3298         type_exp production where appropriate.
3299         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3300         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3301         <UNOP_MEMVAL_TYPE>: New case.
3302         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3303         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3304         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3305         <UNOP_MEMVAL_TYPE>: New case.
3306         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3307         UNOP_REINTERPRET_CAST>: Update.
3308         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3309         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3310         UNOP_REINTERPRET_CAST>: Update.
3311         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3312         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3313         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3314         constants.
3315
3316 2012-07-19  Yao Qi  <yao@codesourcery.com>
3317             Jan Kratochvil <jan.kratochvil@redhat.com>
3318
3319         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3320         and case 'var_optional_filename' together.
3321         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3322         instead of add_setshow_optional_filename_cmd for setshow command
3323         'args'.  Set completer for 'set args'.
3324
3325 2012-07-18  Doug Evans  <dje@google.com>
3326
3327         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3328         * common/gdb_vecs.c: New file, contents from utils.c.
3329         * common/host-defs.h: New file, contents from defs.h.
3330         * utils.h: New file, contents from defs.h.
3331         * defs.h: Move all declarations of objects defined in utils.c
3332         to utils.h (except QUIT() and related).
3333         #include "utils.h", "host-defs.h".
3334         * probe.h (probe_p): Move here from gdb_vecs.h.
3335         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3336         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3337         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3338         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3339         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3340         (COMMON_OBS): Add gdb_vecs.o.
3341         (gdb_vecs.o): New rule.
3342
3343 2012-07-18  Keith Seitz  <keiths@redhat.com>
3344
3345         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3346         parameter.  If non-zero, use SYMNAME as the canonical name
3347         for the SaL.
3348         Update all callers.
3349         (convert_linespec_to_sals): Use add_sal_to_sals for
3350         expressions, too.
3351         (decode_line_full): No need to "fill in missing canonical names"
3352         anymore. Simply make cleanups for the allocated names.
3353
3354 2012-07-18  Keith Seitz  <keiths@redhat.com>
3355
3356         * linespec.c (struct linespec): Constify expression,
3357         source_filename, function_name, and label_name.
3358         (symbol_not_found_error): Make all parameters const.
3359         (linespec_parser_delete): No need to check for NULL
3360         when using xfree. Cast const char * to char * for xfree.
3361
3362 2012-07-18  Keith Seitz  <keiths@redhat.com>
3363
3364         * breakpoint.c (invalid_thread_id_error): New function.
3365         (find_condition_and_thread): Use invalid_thread_id_error.
3366         (watch_command_1): Likewise.
3367
3368 2012-07-18  Tom Tromey  <tromey@redhat.com>
3369
3370         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3371         * contrib/cc-with-tweaks.sh: New file.
3372
3373 2012-07-18  Tom Tromey  <tromey@redhat.com>
3374
3375         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3376         (locate_dwz_sections): Recognize .gdb_index.
3377         (create_cus_from_index_list): New function.
3378         (create_cus_from_index): Use it.  Handle .dwz data.
3379         (read_index_from_section): New function, extracted from
3380         dwarf2_read_index.
3381         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3382         if needed.
3383
3384 2012-07-18  Tom Tromey  <tromey@redhat.com>
3385
3386         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3387         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3388         <is_dwz>: New field.
3389         (struct dwz_file): New.
3390         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3391         (locate_dwz_sections, dwarf2_get_dwz_file)
3392         (get_abbrev_section_for_cu): New functions.
3393         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3394         (read_and_check_type_unit_head): Add abbrev_section argument.
3395         (create_debug_types_hash_table): Update.
3396         (init_cutu_and_read_dies): Use proper abbrev section.
3397         (init_cutu_and_read_dies_no_follow): Likewise.
3398         (set_partial_user): Do nothing if PST==NULL.
3399         (read_comp_units_from_section): New function.
3400         (create_all_comp_units): Use it.
3401         (scan_partial_symbols, partial_die_parent_scope): Update.
3402         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3403         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3404         (find_partial_die): Add offset_in_dwz argument.  Update.
3405         (guess_partial_die_structure_name, fixup_partial_die): Update.
3406         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3407         DW_FORM_GNU_strp_alt.
3408         (read_indirect_string_from_dwz): New function.
3409         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3410         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3411         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3412         (follow_die_offset): Add offset_in_dwz argument.
3413         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3414         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3415         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3416         Handle new macro forms.
3417         (dwarf_decode_macros): Update.
3418         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3419         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3420         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3421         (create_debug_types_hash_table): Use correct abbrev section.
3422         (get_debug_line_section): New function.
3423         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3424         (process_full_comp_unit): Pass 'required' argument to
3425         end_symtab_get_static_block.
3426         * buildsym.h (end_symtab_get_static_block): Update.
3427         * buildsym.c (end_symtab_get_static_block): Add 'required'
3428         argument.
3429         (end_symtab, end_expandable_symtab): Update.
3430
3431 2012-07-18  Tom Tromey  <tromey@redhat.com>
3432
3433         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3434         (pagesize): Remove.
3435         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3436         (zlib_decompress_section): Remove.
3437         (dwarf2_read_section): Use gdb_bfd_map_section.
3438         (munmap_section_buffer): Remove.
3439         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3440         munmap_section_buffer.
3441         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3442         (struct gdb_bfd_section_data): New.
3443         (free_one_bfd_section): New function.
3444         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3445         (get_section_descriptor, zlib_decompress_section)
3446         (gdb_bfd_map_section): New functions.
3447         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3448
3449 2012-07-18  Tom Tromey  <tromey@redhat.com>
3450
3451         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3452
3453 2012-07-18  Tom Tromey  <tromey@redhat.com>
3454
3455         * gdb_bfd.c (struct gdb_bfd_data): New.
3456         (gdb_bfd_cache): New global.
3457         (struct gdb_bfd_cache_search): New.
3458         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3459         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3460         * gdb_bfd.h (gdb_bfd_open): Declare.
3461
3462 2012-07-18  Tom Tromey  <tromey@redhat.com>
3463
3464         * utils.c (make_cleanup_bfd_unref): Rename from
3465         make_cleanup_bfd_close.
3466         * defs.h (make_cleanup_bfd_unref): Rename from
3467         make_cleanup_bfd_close.
3468         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3469         (bfd_openw_with_cleanup): Update.
3470         * corelow.c (core_open): Update.
3471         * dsrec.c (load_srec): Update.
3472         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3473         * remote-m32r-sdi.c (m32r_load): Update.
3474         * remote-mips.c (mips_load_srec): Update.
3475         (pmon_load_fast): Update.
3476         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3477         Update.
3478         (darwin_bfd_open): Update.
3479         * solib.c (solib_bfd_fopen): Update.
3480         * symfile-mem.c (symbol_file_add_from_memory): Update.
3481         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3482         (symfile_bfd_open): Update.
3483         (generic_load): Update.
3484
3485 2012-07-18  Tom Tromey  <tromey@redhat.com>
3486
3487         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3488         (pmon_load_fast): Likewise.
3489         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3490         (m32r_upload_command): Likewise.
3491         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3492         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3493         Use make_cleanup_bfd_close.
3494
3495 2012-07-18  Tom Tromey  <tromey@redhat.com>
3496
3497         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3498         gdb_bfd_stash_filename.
3499         (load_command): Open the new BFD before freeing the old.
3500         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3501         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3502         Call gdb_bfd_stash_filename.
3503         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3504         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3505         gdb_bfd_stash_filename.
3506         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3507         Free found_pathname.
3508         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3509         gdb_bfd_stash_filename.
3510         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3511         * machoread.c (macho_add_oso_symfile): Call
3512         gdb_bfd_stash_filename.
3513         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3514         gdb_bfd_stash_filename.
3515         (macho_check_dsym): Don't copy filename.  Call
3516         gdb_bfd_stash_filename.
3517         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3518         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3519         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3520         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3521         * exec.c (exec_close): Don't free the BFD's filename.
3522         (exec_file_attach): Don't copy the filename.  Call
3523         gdb_bfd_stash_filename.
3524         * corelow.c (core_close): Don't free the BFD's filename.
3525         (core_open): Call gdb_bfd_stash_filename.
3526         * corefile.c (reopen_exec_file): Remove #if 0 code.
3527         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3528         pathname.
3529         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3530
3531 2012-07-18  Tom Tromey  <tromey@redhat.com>
3532
3533         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3534         gdb_bfd_unref.
3535         (free_dwo_file): Use gdb_bfd_unref.
3536         * cli/cli-dump.c: Include gdb_bfd.h.
3537         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3538         (bfd_openr_with_cleanup): Likewise.
3539         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3540         gdb_bfd_unref.
3541         * utils.c: Include gdb_bfd.h.
3542         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3543         * symfile.c: Include gdb_bfd.h.
3544         (separate_debug_file_exists): Use gdb_bfd_unref.
3545         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3546         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3547         (generic_load): Use gdb_bfd_ref.
3548         (reread_symbols): Use gdb_bfd_unref.
3549         * symfile-mem.c: Include gdb_bfd.h.
3550         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3551         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3552         * solib.c: Include gdb_bfd.h.
3553         (solib_bfd_fopen): Use gdb_bfd_ref.
3554         (solib_bfd_open): Use gdb_bfd_unref.
3555         (free_so_symbols): Use gdb_bfd_unref.
3556         (reload_shared_libraries_1): Use gdb_bfd_unref.
3557         * solib-spu.c: Include gdb_bfd.h.
3558         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3559         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3560         gdb_bfd_unref.
3561         * solib-frv.c: Include gdb_bfd.h.
3562         (enable_break2): Use gdb_bfd_unref.
3563         * solib-dsbt.c: Include gdb_bfd.h.
3564         (enable_break2): Use gdb_bfd_unref.
3565         * solib-darwin.c: Include gdb_bfd.h.
3566         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3567         gdb_bfd_unref.
3568         (darwin_bfd_open): Use gdb_bfd_unref.
3569         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3570         * remote-mips.c: Include gdb_bfd.h.
3571         (mips_load_srec): Use gdb_bfd_ref.
3572         (pmon_load_fast): Use gdb_bfd_ref.
3573         * remote-m32r-sdi.c: Include gdb_bfd.h.
3574         (m32r_load): Use gdb_bfd_ref.
3575         * record.c: Include gdb_bfd.h.
3576         (record_save_cleanups): Use gdb_bfd_unref.
3577         (cmd_record_save): Use gdb_bfd_unref.
3578         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3579         gdb_bfd_unref.
3580         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3581         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3582         * objfiles.c: Include gdb_bfd.h.
3583         (free_objfile): Use gdb_bfd_unref.
3584         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3585         gdb_bfd.c.
3586         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3587         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3588         (macho_check_dsym): Likewise.
3589         * m32r-rom.c: Include gdb_bfd.h.
3590         (m32r_load): Use gdb_bfd_ref.
3591         (m32r_upload_command): Use gdb_bfd_ref.
3592         * jit.c: Include gdb_bfd.h.
3593         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3594         * gdb_bfd.h: New file.
3595         * gdb_bfd.c: New file.
3596         * gcore.c: Include gdb_bfd.h.
3597         (create_gcore_bfd): Use gdb_bfd_ref.
3598         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3599         (gcore_command): Use gdb_bfd_unref.
3600         * exec.c: Include gdb_bfd.h.
3601         (exec_close): Use gdb_bfd_unref.
3602         (exec_close_1): Use gdb_bfd_unref.
3603         (exec_file_attach): Use gdb_bfd_ref.
3604         * elfread.c: Include gdb_bfd.h.
3605         (build_id_verify): Use gdb_bfd_unref.
3606         * dsrec.c: Include gdb_bfd.h.
3607         (load_srec): Use gdb_bfd_ref.
3608         * corelow.c: Include gdb_bfd.h.
3609         (core_close): Use gdb_bfd_unref.
3610         (core_open): Use gdb_bfd_ref.
3611         * bfd-target.c: Include gdb_bfd.h.
3612         (target_bfd_xclose): Use gdb_bfd_unref.
3613         (target_bfd_reopen): Use gdb_bfd_ref.
3614         * Makefile.in (SFILES): Add gdb_bfd.c.
3615         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3616         (COMMON_OBS): Add gdb_bfd.o.
3617
3618 2012-07-18  Keith Seitz  <keiths@redhat.com>
3619
3620         * breakpoint.c (find_condition_and_thread): Initialize
3621         TASK and REST.
3622         (create_breakpiont): find_condition_and_thread will now
3623         initialize COND_STRING, THREAD, and REST (and TASK).
3624         (addr_string_to_sals): Likewise.
3625
3626 2012-07-18  Pedro Alves  <palves@redhat.com>
3627
3628         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3629         Pull the single step breakpoints out of the target.
3630
3631 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3632
3633         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3634         * stap-probe.c (compile_probe_arg): Likewise.
3635
3636 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3637
3638         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3639         (elf_compile_to_ax): Likewise.
3640         * infrun.c (insert_exception_resume_from_probe): Likewise.
3641         (check_exception_resume): Remove `objfile' variable.
3642         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3643         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3644         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3645         (compare_entries): Rename to...
3646         (compare_probes): ...this.  Adjust function to work with
3647         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3648         respectively.
3649         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3650         `VEC (probe_p) *'.
3651         (print_ui_out_info): Adjust argument to be `struct probe *'.
3652         (info_probes_for_ops): Adjust internal computations to use
3653         `VEC (probe_p) *'.
3654         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3655         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3656         gen_info_probes_table_values>: Remove `objfile' argument.
3657         (struct probe) <objfile>: New field.
3658         (find_probe_by_pc): Remove `objfile' argument.
3659         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3660         (stap_get_probe_argument_count): Likewise.
3661         (stap_get_arg): Likewise.
3662         (stap_evaluate_probe_argument): Likewise.
3663         (stap_compile_to_ax): Likewise.
3664         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3665         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3666         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3667         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3668         sym_compile_to_ax>: Likewise.
3669
3670 2012-07-18  Terry Guo  <terry.guo@arm.com>
3671
3672         PR 14329
3673         * defs.h (GDB_MI_MSG_WIDTH): New.
3674         * ser_base (ser_base_read_error_fd): New function.
3675         (do_ser_base_readchar): Poll error file descriptor as well as
3676         standard output.
3677         (generic_readchar): Refactor error handling.
3678
3679 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3680
3681         * NEWS: Create a new section for the next release branch.
3682         Rename the section of the current branch, now that it has
3683         been cut.
3684
3685 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3686
3687         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3688         * version.in: Bump version to 7.5.50.20120718-cvs.
3689
3690 2012-07-17  Keith Seitz  <keiths@redhat.com>
3691
3692         * linespec.c (linespec_parse_line_offset): Make parameter
3693         const.
3694
3695 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3696
3697         PR 11914
3698         * f-valprint.c (info_common_command): New variable frame_id.
3699         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3700         * printcmd.c (print_variable_and_value): Extend function comment.
3701         Add comment for invalidated FRAME.
3702         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3703         FI form FRAME_ID after each print_frame_local_vars.
3704         (struct print_variable_and_value_data): Change frame to frame_id.
3705         (do_print_variable_and_value): New variable frame, initialize it from
3706         p->frame_id.  Add comment for invalidated FRAME.
3707         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3708         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3709         for invalidated FRAME.
3710
3711 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3712             Pedro Alves  <palves@redhat.com>
3713
3714         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3715         loop.
3716
3717 2012-07-16  Tom Tromey  <tromey@redhat.com>
3718
3719         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3720
3721 2012-07-15  Doug Evans  <dje@google.com>
3722
3723         * dwarf2read.c (stmt_list_hash): New struct.
3724         (type_unit_group): Embed "per_cu" member, remove pointer.
3725         New union member "t", move member "tus" into it, all uses updated.
3726         New member "hash", replaces member "line_offset, all uses updated.
3727         (quick_file_names): Replace member "offset" with "hash", all uses
3728         updated.
3729         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3730         (hash_file_name_entry, eq_file_name_entry): Call them.
3731         (hash_type_unit_group, eq_type_unit_group): Ditto.
3732         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3733         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3734         (dw2_get_file_names): Update.
3735         (create_type_unit_group): Replace "per_cu" arg with "cu".
3736         All callers updated.  Fix "quick" (.gdb_index) handling.
3737         (get_type_unit_group): Replace "per_cu" arg with "cu".
3738         All callers updated.
3739         (build_type_unit_groups): Don't reset tu_stats.
3740
3741         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3742         "tab_cur_size".  Change member "tab" to be a htab_t.
3743         (create_filename_seen_cache): Update.
3744         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3745         (filename_seen): Update.
3746
3747 2012-07-13  Doug Evans  <dje@google.com>
3748
3749         * symtab.c (filename_seen): Update comment.
3750
3751 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3752             Doug Evans  <dje@google.com>
3753
3754         * buildsym.c (end_symtab_1): Split it to ...
3755         (end_symtab_get_static_block): ... this ...
3756         (end_symtab_from_static_block): ... and this function.
3757         (end_symtab, end_expandable_symtab): Call them.
3758         * buildsym.h (end_symtab_get_static_block)
3759         (end_symtab_from_static_block): New declarations.
3760         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3761         Set its valid CU ranges.
3762
3763 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3764
3765         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3766         DW_OP_GNU_parameter_ref.
3767
3768 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3769
3770         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3771         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3772
3773 2012-07-13  Doug Evans  <dje@google.com>
3774
3775         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3776         (filename_seen_cache): New struct.
3777         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3778         (create_filename_seen_cache): New function.
3779         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3780         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3781         updated.
3782         (output_source_filename_data): New struct.
3783         (output_source_filename): Delete arg "first".  New arg "data".
3784         All callers updated.
3785         (sources_info): Delete local "first".  New locals "data", "cleanups".
3786         Rewrite to use filename_seen_cache.
3787         (add_partial_filename_data): Delete member "first".  New member
3788         "filename_seen_cache".  All uses updated.
3789         (make_source_files_completion_list): Rewrite to use
3790         filename_seen_cache.
3791
3792 2012-07-12  Doug Evans  <dje@google.com>
3793
3794         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3795
3796 2012-07-10  Doug Evans  <dje@google.com>
3797
3798         PR gdb/13498
3799         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3800         all_type_unit_groups, type_unit_groups, tu_stats.
3801         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3802         All uses updated.  Add type_unit_group to union "s".
3803         (type_unit_group): New struct.
3804         (IS_TYPE_UNIT_GROUP): New macro.
3805         (abbrev_table): Delete unused member "section".
3806         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3807         (dw2_get_cu): Assert not used with type_unit_group.
3808         (dw2_get_primary_cu): New function.
3809         (dw2_build_type_unit_groups_reader): New function.
3810         (dw2_build_type_unit_groups): New function.
3811         (dw2_get_file_names): Assert not called on type units.
3812         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3813         Redo loop to iterate over type unit groups instead of type units.
3814         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3815         (read_abbrev_offset): New function.
3816         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3817         updated.
3818         (create_partial_symtab): New function.
3819         (process_psymtab_comp_unit_reader): Assert not used with type units.
3820         Call create_partial_symtab.
3821         (process_psymtab_type_unit): Delete.
3822         (hash_type_unit_group, eq_type_unit_group): New functions.
3823         (allocate_type_unit_groups_table): New function.
3824         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3825         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3826         (create_type_unit_group, get_type_unit_group): New functions.
3827         (tu_abbrev_offset): New struct.
3828         (sort_tu_by_abbrev_offset): New function.
3829         (add_type_unit_group_to_table): New function.
3830         (build_type_unit_groups): New function.
3831         (build_type_psymtabs_reader): New function.
3832         (build_type_psymtab_dependencies): New function.
3833         (build_type_psymtabs): Rewrite.
3834         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3835         is seen in a type unit.
3836         (process_queue): Move symtab expansion debugging printfs here.
3837         Call process_full_type_unit for type units.
3838         (compute_symtab_includes): Assert not called for type units.
3839         (process_cu_includes): Don't call compute_symtab_includes for
3840         type units.
3841         (process_full_type_unit): New function.
3842         (process_imported_unit_die): Flag an error if called for type units.
3843         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3844         updated.  Assert not called for type units.
3845         (read_file_scope): Call dwarf2_start_symtab.
3846         (setup_type_unit_groups): New function.
3847         (read_type_unit_scope): Rewrite.
3848         (abbrev_table_read_table): Initialize abbrev_table->offset.
3849         (abbrev_table_free_cleanup): New function.
3850         (dwarf2_start_symtab): New function.
3851         (load_full_type_unit): Assert not called for type unit groups.
3852         * buildsym.c (finish_block_internal): New arg "expandable".
3853         All callers updated.
3854         (start_symtab): Move most contents to ...
3855         (restart_symtab): ... here.  New function.
3856         (reset_symtab_globals): New function.
3857         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3858         Call reset_symtab_globals.
3859         (end_symtab, end_expandable_symtab): New functions.
3860         (set_missing_symtab, augment_type_symtab): New functions.
3861         * buildsym.h (end_expandable_symtab): Declare.
3862         (augment_type_symtab, restart_symtab): Declare.
3863         * psympriv.h (struct partial_symtab): New member "anonymous".
3864         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3865         anonymous psymtabs.
3866         (read_psymtabs_with_filename): Ditto.
3867         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3868         (expand_symtabs_matching_via_partial): Ditto.
3869         (dump_psymtab): Update.
3870         * dictionary.c (dict_add_pending): New function.
3871         * dictionary.h (dict_add_pending): Declare.
3872
3873 2012-07-09  Doug Evans  <dje@google.com>
3874
3875         * buildsym.c (start_subfile): Remove unnecessary check for
3876         name == NULL.
3877
3878         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3879
3880         * dwarf2read.c (load_full_type_unit): Simplify.
3881
3882         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3883         to struct signatured_type **.  All uses updated.
3884
3885         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3886         All callers updated.
3887
3888 2012-07-09  Tom Tromey  <tromey@redhat.com>
3889
3890         * c-exp.y (check_parameter_typelist): New function.
3891         (parameter_typelist): Call it.
3892         * eval.c (make_params): Handle '(void)' case.
3893         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3894         '(void)' case.
3895
3896 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3897
3898         * common/linux-ptrace.c: Include gdb_assert.h.
3899         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3900         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3901         stdint.h.
3902         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3903         functions.
3904         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3905         * linux-nat.c (linux_child_post_attach)
3906         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3907
3908 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3909
3910         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3911         nptl <2.7 bug workaround for core files.
3912
3913 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3914
3915         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3916         clearing.
3917         (save_siginfo): Remove.
3918         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3919         call.
3920         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3921         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3922         * linux-nat.h (struct lwp_info): Remove field siginfo.
3923
3924 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3925
3926         Code cleanup for the next patch.
3927         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3928         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3929         call for it.
3930         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3931         (ia64_linux_stopped_data_address):
3932         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3933         the return value.
3934         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3935         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3936         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3937         call for it.
3938
3939 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3940
3941         PR 14321
3942         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3943         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3944
3945 2012-07-06  Tom Tromey  <tromey@redhat.com>
3946
3947         * c-exp.y (DOTDOTDOT): New token.
3948         (func_mod, exp): Use parameter_typelist.
3949         (parameter_typelist): New production.
3950         (tokentab3): Add "..." token.
3951         * eval.c (make_params): Handle varargs.
3952         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3953         varargs.
3954
3955 2012-07-06  Tom Tromey  <tromey@redhat.com>
3956
3957         PR exp/9608:
3958         * c-exp.y (%union) <tvec>: Change type.
3959         (func_mod): Now uses <tvec> type.
3960         (exp): Update for tvec change.
3961         (direct_abs_decl): Push the typelist.
3962         (func_mod): Return a typelist.
3963         (nonempty_typelist): Update for tvec change.
3964         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3965         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3966         * parse.c (pop_type_list): New function.
3967         (push_typelist): New function.
3968         (follow_types): Handle tp_function_with_arguments.
3969         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
3970         (enum type_pieces) <tp_function_with_arguments>: New constant.
3971         (union type_stack_elt) <typelist_val>: New field.
3972         (push_typelist): Declare.
3973
3974 2012-07-06  Tom Tromey  <tromey@redhat.com>
3975
3976         * c-exp.y (%union) <type_stack>: New field.
3977         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
3978         (ptr_operator_ts): New production.
3979         (ptype): Update.
3980         * parse.c (type_stack_reserve): New function.
3981         (check_type_stack_depth): Use it.
3982         (pop_type_stack, append_type_stack, push_type_stack)
3983         (get_type_stack, type_stack_cleanup): New functions.
3984         (follow_types): Handle tp_type_stack.
3985         (_initialize_parse): Simplify initialization.
3986         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3987         constant.
3988         (union type_stack_elt) <stack_val>: New field.
3989         (get_type_stack, append_type_stack, push_type_stack)
3990         (type_stack_cleanup): Declare.
3991
3992 2012-07-06  Tom Tromey  <tromey@redhat.com>
3993
3994         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3995         Remove.
3996         (struct type_stack): New.
3997         * parse.c (type_stack, type_stack_size, type_stack_depth):
3998         Remove.
3999         (type_stack): New global.
4000         (parse_exp_in_context, check_type_stack_depth)
4001         (insert_into_type_stack, insert_type, push_type, push_type_int)
4002         (insert_type_address_space, pop_type, pop_type_int)
4003         (_initialize_parse): Update.
4004
4005 2012-07-06  Tom Tromey  <tromey@redhat.com>
4006
4007         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4008         Remove %type.
4009
4010 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4011
4012         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4013
4014 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4015             Jan Kratochvil  <jan.kratochvil@redhat.com>
4016
4017         * cp-valprint.c (cp_print_value): Replace potentially unsafe
4018         alloca with xmalloc/xfree.
4019
4020 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4021
4022         * MAINTAINERS (Write After Approval): Add myself to the list.
4023
4024 2012-07-05  Doug Evans  <dje@google.com>
4025
4026         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4027
4028 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4029
4030         * ax-gdb.c (cli/cli-utils.h): New include.
4031         (linespec.h): Ditto.
4032         (agent_eval_command_one): New function.
4033         (agent_command_1): Ditto.
4034         (agent_command): Call function agent_command_1.
4035         (agent_eval_command): Ditto.
4036         (_initialize_ax_gdb): Change help for "maint agent"
4037         and "maint agent-eval".
4038
4039 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4040
4041         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4042         * cli/cli-utils.c (check_for_argument): New function.
4043         * cli/cli-utils.h (check_for_argument): Ditto.
4044
4045 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4046
4047         * NEWS: Mention x32 ABI support.
4048
4049 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4050
4051         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4052         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4053
4054         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4055         and pc_regnum_from_eax to -1.  Update SP regnum from
4056         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4057         needed.
4058
4059         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4060         pc_regnum_from_eax.
4061
4062 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4063
4064         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4065         * dwarf2expr.h: Include gdbtypes.h.
4066         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4067         these forward declarations.
4068         (cu_offset, sect_offset): Move these ...
4069         * gdbtypes.h: Remove include dwarf2expr.h.
4070         (cu_offset, sect_offset): ... here.
4071
4072 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
4073
4074         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4075         (amd64_linux_sigtramp_code): This.
4076         (amd64_x32_linux_sigtramp_code): New.
4077         (LINUX_SIGTRAMP_LEN): Updated.
4078         (amd64_linux_sigtramp_start): Check x32 sigtramp.
4079
4080 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4081
4082         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4083
4084 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4085
4086         * config.in: Regenerate.
4087         * configure: Regenerate.
4088         * configure.ac: Remove check for gnu/libc-version.h.
4089         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4090         gnu/libc-version.h.
4091         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4092         variables libc_version, libc_major and libc_minor.  Replace sscanf by
4093         inferior_has_bug.  Extend the comment.
4094
4095 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4096
4097         * linux-thread-db.c (inferior_has_bug): New function.
4098         (thread_db_find_new_threads_silently): Return boolean as checked by
4099         inferior_has_bug, describe it in the comments.
4100         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4101         earlier.  Abort the initialization if it returned non-zero.
4102         (thread_db_new_objfile): Exclude debug files.
4103         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
4104         if UNTIL_NO_NEW,
4105
4106 2012-07-02  Doug Evans  <dje@google.com>
4107
4108         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4109         related to queue management.
4110
4111         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4112         instead of "debug dwarf2-die" in debugging printfs.
4113         (create_debug_info_hash_table_reader): Ditto.
4114         (create_debug_info_hash_table): Ditto.
4115         (init_dwo_file): Ditto.
4116         (init_cutu_and_read_dies): Add debugging printf.
4117         (init_cutu_and_read_dies_no_follow): Ditto.
4118         (process_psymtab_comp_unit_reader): Ditto.
4119
4120 2012-07-02  Stan Shebs  <stan@codesourcery.com>
4121
4122         Add target-side support for dynamic printf.
4123         * NEWS: Mention the additional style.
4124         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4125         (struct bp_location): New field cmd_bytecode.
4126         * breakpoint.c: Include format.h.
4127         (disconnected_dprintf): New global.
4128         (parse_cmd_to_aexpr): New function.
4129         (build_target_command_list): New function.
4130         (insert_bp_location): Call it.
4131         (remove_breakpoints_pid): Skip dprintf breakpoints.
4132         (print_one_breakpoint_location): Ditto.
4133         (dprintf_style_agent): New global.
4134         (dprintf_style_enums): Add dprintf_style_agent.
4135         (update_dprintf_command_list): Add agent case.
4136         (agent_printf_command): New function.
4137         (_initialize_breakpoint): Add new commands.
4138         * common/ax.def (printf): New bytecode.
4139         * ax.h (ax_string): Declare.
4140         * ax-gdb.h (gen_printf): Declare.
4141         * ax-gdb.c: Include cli-utils.h, format.h.
4142         (gen_printf): New function.
4143         (maint_agent_print_command): New function.
4144         (_initialize_ax_gdb): Add maint agent-printf command.
4145         * ax-general.c (ax_string): New function.
4146         (ax_print): Add printf disassembly.
4147         * Makefile.in (SFILES): Add format.c
4148         (COMMON_OBS): Add format.o.
4149         * common/format.h: New file.
4150         * common/format.c: New file.
4151         * printcmd.c: Include format.h.
4152         (ui_printf): Call parse_format_string.
4153         * remote.c (remote_state): New field breakpoint_commands.
4154         (PACKET_BreakpointCommands): New enum.
4155         (remote_breakpoint_commands_feature): New function.
4156         (remote_protocol_features): Add new BreakpointCommands entry.
4157         (remote_can_run_breakpoint_commands): New function.
4158         (remote_add_target_side_commands): New function.
4159         (remote_insert_breakpoint): Call it.
4160         (remote_insert_hw_breakpoint): Ditto.
4161         (_initialize_remote): Add new packet configuration for
4162         target-side breakpoint commands.
4163         * target.h (struct target_ops): New field
4164         to_can_run_breakpoint_commands.
4165         (target_can_run_breakpoint_commands): New macro.
4166         * target.c (update_current_target): Handle
4167         to_can_run_breakpoint_commands.
4168
4169 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4170
4171         Execute -ix and -iex only after system and user gdbinit files.
4172         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4173         processing down after gdbinit files.
4174
4175 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4176
4177         Add fnmatch-gnu module.
4178         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4179         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4180         * gnulib/aclocal.m4: Regenerate.
4181         * gnulib/config.in: Regenerate.
4182         * gnulib/configure: Regenerate.
4183         * gnulib/import/dummy.c: Remove.
4184         * gnulib/import/Makefile.am: Regenerate.
4185         * gnulib/import/Makefile.in: Likewise.
4186         * gnulib/import/m4/gnulib-cache.m4: Likewise.
4187         * gnulib/import/m4/gnulib-comp.m4: Likewise.
4188         * gnulib/import/alloca.c: New file.
4189         * gnulib/import/alloca.in.h: Likewise.
4190         * gnulib/import/config.charset: Likewise.
4191         * gnulib/import/fnmatch.c: Likewise.
4192         * gnulib/import/fnmatch.in.h: Likewise.
4193         * gnulib/import/fnmatch_loop.c: Likewise.
4194         * gnulib/import/localcharset.c: Likewise.
4195         * gnulib/import/localcharset.h: Likewise.
4196         * gnulib/import/m4/alloca.m4: Likewise.
4197         * gnulib/import/m4/codeset.m4: Likewise.
4198         * gnulib/import/m4/configmake.m4: Likewise.
4199         * gnulib/import/m4/fcntl-o.m4: Likewise.
4200         * gnulib/import/m4/fnmatch.m4: Likewise.
4201         * gnulib/import/m4/glibc21.m4: Likewise.
4202         * gnulib/import/m4/localcharset.m4: Likewise.
4203         * gnulib/import/m4/locale-fr.m4: Likewise.
4204         * gnulib/import/m4/locale-ja.m4: Likewise.
4205         * gnulib/import/m4/locale-zh.m4: Likewise.
4206         * gnulib/import/m4/mbrtowc.m4: Likewise.
4207         * gnulib/import/m4/mbsinit.m4: Likewise.
4208         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4209         * gnulib/import/m4/mbstate_t.m4: Likewise.
4210         * gnulib/import/m4/stdbool.m4: Likewise.
4211         * gnulib/import/m4/wchar_h.m4: Likewise.
4212         * gnulib/import/m4/wctype_h.m4: Likewise.
4213         * gnulib/import/m4/wint_t.m4: Likewise.
4214         * gnulib/import/mbrtowc.c: Likewise.
4215         * gnulib/import/mbsinit.c: Likewise.
4216         * gnulib/import/mbsrtowcs-impl.h: Likewise.
4217         * gnulib/import/mbsrtowcs-state.c: Likewise.
4218         * gnulib/import/mbsrtowcs.c: Likewise.
4219         * gnulib/import/ref-add.sin: Likewise.
4220         * gnulib/import/ref-del.sin: Likewise.
4221         * gnulib/import/stdbool.in.h: Likewise.
4222         * gnulib/import/streq.h: Likewise.
4223         * gnulib/import/strnlen1.c: Likewise.
4224         * gnulib/import/strnlen1.h: Likewise.
4225         * gnulib/import/verify.h: Likewise.
4226         * gnulib/import/wchar.in.h: Likewise.
4227         * gnulib/import/wctype.in.h: Likewise.
4228
4229 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4230
4231         Support shell wildcards for 'set auto-load safe-path'.
4232         * auto-load.c: Include fnmatch.h.
4233         (filename_is_in_dir): Rename to ...
4234         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4235         it.  Update function comment.  Rename dir_len to pattern_len.  New
4236         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
4237         messages.  Use gdb_filename_fnmatch.
4238         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4239         pattern.
4240         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4241         * defs.h (gdb_filename_fnmatch): New declaration.
4242         * utils.c: Include fnmatch.h.
4243         (gdb_filename_fnmatch): New function.
4244
4245 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4246
4247         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4248         `-probe' and `-probe-stap' options.
4249
4250 2012-07-01  Yao Qi  <yao@codesourcery.com>
4251
4252         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4253         always_inserted_off, and always_inserted_enums.
4254         Change always_inserted_mode's type to 'enum auto_boolean'.
4255         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4256         callers.
4257         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4258         of add_setshow_enum_cmd.
4259         * infrun.c: Remove can_use_displaced_stepping_auto,
4260         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4261         can_use_displaced_stepping_enum.
4262         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4263         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4264         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4265         add_setshow_enum_cmd.
4266
4267 2012-06-30  Doug Evans  <dje@google.com>
4268
4269         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4270         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4271         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4272
4273 2012-06-29  Doug Evans  <dje@google.com>
4274
4275         * linespec.c: #include "stack.h".
4276         (decode_line_with_current_source): Moved here from symtab.c and
4277         renamed from decode_line_spec.  All callers updated.
4278         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4279         renamed from decode_line_spec_1.  All callers updated.
4280         * linespec.h (decode_line_with_current_source): Move declaration here
4281         from symtab.h and renamed from decode_line_spec.
4282         (decode_line_with_last_displayed): Move declaration here from symtab.h
4283         and renamed from decode_line_spec_1.
4284         * macrocmd.c: #include "linespec.h".
4285         * symtab.c: Remove #include "linespec.h".
4286
4287 2012-06-28  Doug Evans  <dje@google.com>
4288
4289         * dwarf2read.c (get_cu_length): New function.
4290         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4291         (create_debug_types_hash_table): Ditto.
4292         (init_cutu_and_read_dies): Ditto.
4293         (init_cutu_and_read_dies_no_follow): Ditto.
4294
4295         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4296
4297         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4298         (struct abbrev_table): Define.
4299         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4300         abbrev_table.
4301         (init_cutu_and_read_dies): Update.
4302         (abbrev_table_alloc_abbrev): New function.  Replaces
4303         dwarf_alloc_abbrev.  All callers updated.
4304         (abbrev_table_add_abbrev): New function.
4305         (abbrev_table_lookup_abbrev): New function.  Replaces
4306         dwarf2_lookup_abbrev.  All callers updated.
4307         (abbrev_table_read_table): New function.  Contents moved here from
4308         dwarf2_read_abbrevs.
4309         (dwarf2_read_abbrevs): Call it.
4310         (abbrev_table_free): New function.
4311         (dwarf2_free_abbrev_table): Call it.
4312
4313 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4314
4315         * osdata.c (info_osdata_command): Filter out "Title" columns
4316         from non-MI uses.
4317         * common/linux-osdata.c (struct osdata_type): Add title field.
4318         (osdata_table): Add titles to each entry.
4319         (linux_command_xfer_osdata): Add a column for title data.
4320
4321 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4322
4323         Make logging work for MI.
4324         * NEWS: Mention it.
4325         * interps.h (interp_set_logging_ftype): New typedef.
4326         (struct interp_procs): New field set_logging_proc.
4327         (current_interp_set_logging): Declare.
4328         * interps.c (current_interp_set_logging): New function.
4329         * cli/cli-logging.c: Include interps.h.
4330         (set_logging_redirect): Call current_interp_set_logging.
4331         (pop_output_files): Ditto.
4332         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4333         * mi/mi-console.h (mi_console_set_raw): Declare.
4334         * mi/mi-console.c (mi_console_set_raw): New function.
4335         * mi/mi-interp.c (saved_raw_stdout): New global.
4336         (mi_set_logging): New function.
4337         (_initialize_mi_interp): Add it to interp procs.
4338
4339 2012-06-28  Doug Evans  <dje@google.com>
4340
4341         * symtab.c (lookup_symbol_aux_objfile): Use
4342         ALL_OBJFILE_PRIMARY_SYMTABS.
4343
4344         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4345
4346 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4347
4348         * common/buffer.c: Include inttypes.h and stdint.h.
4349         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4350
4351 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4352             Pedro Alves  <palves@redhat.com>
4353
4354         * gdbthread.h (ALL_THREADS): New macro.
4355         (thread_list): Declare.
4356         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4357         going, but instead fall through to the stepping handling.
4358         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4359         the passed in signal.  Adjust debug output.
4360         (resume_callback): Rename to ...
4361         (linux_nat_resume_callback): ... this.  Pass the thread's last
4362         stop signal, if in "pass" state.
4363         (linux_nat_resume): Adjust to rename.
4364         (stop_wait_callback): New assertion.  Don't respawn signals;
4365         instead let the LWP remain with SIGNALLED set.
4366         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4367         * remote.c (append_pending_thread_resumptions): New.
4368         (remote_vcont_resume): Call it.
4369         * target.h (target_resume): Extend comment.
4370
4371 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4372
4373         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4374
4375 2012-06-27  Doug Evans  <dje@google.com>
4376
4377         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4378         Delete have_addr_base, unused.  All uses updated.
4379         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4380         (dwarf2_get_pc_bounds): Add ranges_base.
4381         (dwarf2_record_block_ranges): Ditto.
4382
4383 2012-06-27  Tom Tromey  <tromey@redhat.com>
4384
4385         PR macros/7961:
4386         * varobj.c (varobj_create): Update.
4387         (varobj_set_value): Update.
4388         * tracepoint.c (validate_actionline): Update.
4389         (encode_actions_1): Update.
4390         * parse.c (parse_exp_1): Add 'pc' argument.
4391         (parse_exp_in_context): Add 'pc' argument.  Change how
4392         expression_context_pc is set.
4393         (parse_expression): Update.
4394         (parse_field_expression): Update.
4395         * expression.h (parse_exp_1): Update.
4396         * eval.c (parse_to_comma_and_eval): Update.
4397         * breakpoint.c (set_breakpoint_condition): Update.
4398         (update_watchpoint): Update.
4399         (init_breakpoint_sal): Update
4400         (find_condition_and_thread): Update.
4401         (watch_command_1): Update.
4402         (update_breakpoint_locations): Update.
4403         * ada-lang.c (ada_read_renaming_var_value): Update.
4404         (create_excep_cond_exprs): Update.
4405
4406 2012-06-27  Doug Evans  <dje@google.com>
4407
4408         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4409         type units.
4410
4411 2012-06-26  Doug Evans  <dje@google.com>
4412
4413         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4414         prototype.
4415         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4416         updated.
4417         (read_and_check_comp_unit_head): Ditto.
4418         (read_and_check_type_unit_head): Ditto.
4419
4420 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4421
4422         New attribute 'last' for gdb.Symtab_and_line.
4423         * NEWS (Python Scripting): Add entry about the new attribute.
4424         * python/py-symtab.c (salpy_get_last): New function which
4425         implements the get method for the 'last' attribute of
4426         gdb.Symtab_and_line.
4427         (sal_object_getset): Add entry for the 'last' attribute.
4428
4429 2012-06-26  Doug Evans  <dje@google.com>
4430
4431         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4432         (dwo_sections): Add macinfo, macro.
4433         (dwarf2_locate_dwo_sections): Watch for macro sections.
4434         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4435         All callers updated.  Handle DWO files.
4436
4437         * NEWS: Mention new options "set debug dwarf2-read" and
4438         "set debug symtab-create".
4439         * dwarf2read.c (dwarf2_read_debug): New static global.
4440         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4441         (process_queue): Ditto.
4442         (process_full_comp_unit): Ditto.
4443         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4444         * elfread.c (elf_symfile_read): Add debugging printf.
4445         * minsyms.c (install_minimal_symbols): Ditto.
4446         * psymtab.c (allocate_psymtab): Ditto.
4447         * symfile.c (allocate_symtab): Ditto.
4448         * symtab.c (symtab_create_debug): New global.
4449         (_initialize_symtab): Add new option "set debug symtab-create".
4450         * symtab.h (symtab_create_debug): Declare.
4451
4452         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4453         (lookup_dwo_type_unit): Ditto.
4454
4455 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4456             H.J. Lu  <hongjiu.lu@intel.com>
4457
4458         * amd64-linux-nat.c: Include <sys/user.h>.
4459         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4460         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4461         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4462
4463         * configure.ac: Check if the fs_base and gs_base members of
4464         `struct user_regs_struct' exist.
4465         * config.in: Regenerated.
4466         * configure: Likewise.
4467
4468 2012-06-25  Michael Eager  <eager@eagercon.com>
4469
4470         PR python/14291
4471         * python/python.c (gdbpy_write): Check for interrupted output.
4472
4473 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4474
4475         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4476         register as a stack alignment in ARM mode.
4477
4478 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4479
4480         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4481         * gnulib/config.in: Regenerate.
4482         * gnulib/configure: Likewise.
4483         * gnulib/import/m4/extensions.m4: Update it.
4484         * gnulib/import/m4/gnulib-common.m4: Likewise.
4485         * gnulib/import/m4/memmem.m4: Likewise.
4486         * gnulib/import/m4/mmap-anon.m4: Likewise.
4487         * gnulib/import/m4/multiarch.m4: Likewise.
4488         * gnulib/import/stdint.in.h: Likewise.
4489
4490 2012-06-24  Yao Qi  <yao@codesourcery.com>
4491
4492         * corefile.c (write_memory_with_notification): New.
4493         * gdbcore.h: Declare write_memory_with_notification.
4494         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4495         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4496         * valops.c (value_assign): Likewise.
4497         * python/py-inferior.c (infpy_write_memory): Call
4498         'write_memory_with_notification'.
4499
4500 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4501
4502         * cc-with-index.sh: Use also -ex "set auto-load no".
4503
4504 2012-06-23  Doug Evans  <dje@google.com>
4505
4506         PR 14125
4507         * NEWS: Document additions to .gdb_index.
4508         * dwarf2read.c: #include "gdb/gdb-index.h".
4509         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4510         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4511         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4512         (dwarf2_read_index): Recognize version 7.
4513         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4514         block_kind, domain): All callers updated.
4515         (dw2_find_symbol_file): Handle new index CU values.
4516         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4517         (add_index_entry): New args is_static, kind.  All callers updated.
4518         (offset_type_compare, uniquify_cu_indices): New functions
4519         (symbol_kind): New function.
4520         (write_psymtabs_to_index): Remove duplicate CU values.
4521         (write_psymtabs_to_index): Write .gdb_index version 7.
4522
4523 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4524
4525         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4526         * configure: Regenerate.
4527
4528 2012-06-20  Yao Qi  <yao@codesourcery.com>
4529
4530         * python/py-inferior.c: Update comments of infpy_read_memory
4531         and infpy_write_memory.
4532
4533 2012-06-19  Tom Tromey  <tromey@redhat.com>
4534
4535         PR exp/9514:
4536         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4537         (push_type_address_space): Remove.
4538         * parse.c (insert_into_type_stack): New function.
4539         (insert_type): Likewise.
4540         (insert_type_address_space): Rename from push_type_address_space.
4541         Insert tp_space_identifier.
4542         * c-exp.y (ptr_operator): New production.
4543         (abs_decl): Use ptr_operator.
4544         (space_identifier): Call insert_type_address_space.
4545         (ptype): Don't use const_or_volatile_or_space_identifier.
4546         (const_or_volatile_noopt): Call insert_type.
4547         (conversion_type_id, conversion_declarator): New productions.
4548         (operator): Use conversion_type_id.
4549
4550 2012-06-18  Doug Evans  <dje@google.com>
4551
4552         * symtab.h (minimal_symbol): New member created_by_gdb.
4553         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4554         created by gdb.
4555         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4556         (search_symbols): Call it instead of lookup_symbol.
4557         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4558
4559         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4560         Adjust address for DW_OP_GNU_addr_index.
4561         * dwarf2expr.h (dwarf_expr_context): Update comment.
4562         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4563         all callers updated.  Handle TLS vars described with
4564         DW_OP_GNU_const_index.
4565         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4566         and DW_OP_GNU_const_index.
4567         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4568
4569         * block.c (find_block_in_blockvector): Make explicit the fact that we
4570         ignore GLOBAL_BLOCK.
4571
4572 2012-06-18  Tom Tromey  <tromey@redhat.com>
4573
4574         * c-exp.y (operator): Remove trailing space after "delete" and
4575         "delete[]".
4576
4577 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4578             Jan Kratochvil  <jan.kratochvil@redhat.com>
4579
4580         Switch i386 and derived targets to ON_STACK.
4581         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4582         (amd64_dicos_init_abi): Remove its installment.
4583         * dicos-tdep.c (dicos_init_abi): Remove the
4584         set_gdbarch_call_dummy_location call.  Update the comment here.
4585         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4586         (i386_dicos_init_abi): Remove its installment.
4587         * i386-tdep.c (i386_push_dummy_code): New function.
4588         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4589         i386_push_dummy_code.
4590
4591 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4592
4593         Remove stale dummy frames.
4594         * breakpoint.c: Include dummy-frame.h.
4595         (longjmp_breakpoint_ops): New variable.
4596         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4597         bp_longjmp_call_dummy.
4598         (bpstat_what, bptype_string, print_one_breakpoint_location)
4599         (init_bp_location): Support bp_longjmp_call_dummy.
4600         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4601         (set_longjmp_breakpoint_for_call_dummy)
4602         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4603         functions.
4604         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4605         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4606         FIXME comment and extend the other comment for bp_call_dummy.
4607         (set_longjmp_breakpoint_for_call_dummy)
4608         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4609         * dummy-frame.c: Include gdbthread.h.
4610         (pop_dummy_frame_bpt): New function.
4611         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4612         (dummy_frame_discard): New function.
4613         (cleanup_dummy_frames): Update the comment about longjmps.
4614         * dummy-frame.h (dummy_frame_discard): New declaration.
4615         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4616         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4617         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4618         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4619         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4620         keep_going if IS_LONGJMP and there is no other reason to stop.
4621
4622 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4623
4624         * remote-sim.c (sim_command_completer): Initialize
4625         variable 'result'.
4626
4627 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4628
4629         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4630         * dwarf2loc.c (call_site_parameter_matches): Support
4631         CALL_SITE_PARAMETER_PARAM_OFFSET.
4632         (needs_dwarf_reg_entry_value): Push stub value.
4633         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4634         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4635         * gdbtypes.h (enum call_site_parameter_kind): New item
4636         CALL_SITE_PARAMETER_PARAM_OFFSET.
4637         (struct call_site.parameter.u): New field param_offset.
4638
4639 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4640
4641         Code cleanup: Generalize call_site.parameter key.
4642         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4643         variable dwarf_reg.  New variable kind_u.  Update parameters to
4644         push_dwarf_reg_entry_value.
4645         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4646         * dwarf2expr.h (enum call_site_parameter_kind)
4647         (union call_site_parameter_u): Forward declarations.
4648         (struct dwarf_expr_context_funcs): Update parameters and their
4649         description for push_dwarf_reg_entry_value.
4650         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4651         * dwarf2loc.c (call_site_parameter_matches): New function.
4652         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4653         description.  Use call_site_parameter_matches.
4654         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4655         Update parameters and their description.
4656         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4657         New variable kind_u.  Adjust the caller for updated parameters.
4658         (needs_dwarf_reg_entry_value): Update parameters.
4659         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4660         instead of attr.  Update for the changed fields of struct
4661         call_site_parameter.
4662         * gdbtypes.h: Include dwarf2expr.h.
4663         (enum call_site_parameter_kind): New.
4664         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4665         fb_offset into new union u.
4666
4667 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4668
4669         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4670         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4671         for x32.
4672
4673 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4674
4675         * amd64-linux-nat.c (compat_x32_clock_t): New.
4676         (compat_x32_siginfo_t): Likewise.
4677         (compat_x32_siginfo_from_siginfo): Likewise.
4678         (siginfo_from_compat_x32_siginfo): Likewise.
4679         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4680         and siginfo_from_compat_x32_siginfo for x32.
4681
4682 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4683
4684         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4685
4686 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4687
4688         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4689         instead of gdbarch_ptr_bit.
4690         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4691         (amd64_supply_native_gregset): Likewise.
4692         (amd64_collect_native_gregset): Likewise.
4693         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4694         (amd64_supply_xsave): Likewise.
4695         (amd64_collect_fxsave): Likewise.
4696         (amd64_collect_xsave): Likewise.
4697
4698 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4699
4700         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4701         (amd64_linux_read_description): Check DS segment register for
4702         x32 process.
4703
4704 2012-06-15  Tom Tromey  <tromey@redhat.com>
4705
4706         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4707         init_cutu_and_read_dies.
4708
4709 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4710
4711         * MAINTAINERS (Write After Approval): Add myself to the list.
4712
4713 2012-06-15  Tom Tromey  <tromey@redhat.com>
4714
4715         * valops.c (value_find_oload_method_list): Now static.
4716         * value.h (value_find_oload_method_list): Don't declare.
4717
4718 2012-06-15  Tom Tromey  <tromey@redhat.com>
4719
4720         * valops.c (find_overload_match): Use value_ind.
4721
4722 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4723
4724         * infrun.c (handle_inferior_event): Correct indentation.
4725
4726 2012-06-14  Doug Evans  <dje@google.com>
4727
4728         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4729         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4730         All uses updated.
4731         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4732         updated.  Handle DEBUG_LOC_START_LENGTH.
4733         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4734         (loclist_describe_location): Ditto.
4735
4736 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4737
4738         PR backtrace/13866
4739         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4740         after hiding inline functions.
4741
4742 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4743
4744         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4745         _initialize_inf_ttrace.
4746
4747 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4748
4749         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4750         _initialize_hppa_hpux_nat.
4751
4752 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4753
4754         * remote-sim.c (sim_command_completer): Change type of return
4755         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4756
4757 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4758             Jan Kratochvil  <jan.kratochvil@redhat.com>
4759
4760         PR tdep/14222
4761         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4762         stack on a 16-byte boundary.
4763
4764 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4765
4766         * jit.c (finalize_symtab): Set function's return type to 'void' by
4767         default.
4768
4769 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4770             H.J. Lu  <hongjiu.lu@intel.com>
4771
4772         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4773         Move bits common to both the classic LP64 and the new x32 ILP32
4774         ABI here.
4775         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4776         (amd64_x32_linux_init_abi): New function.
4777         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4778         subtype.
4779
4780         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4781         * i386-tdep.c (i386_pseudo_register_name): Make public.
4782         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4783         * amd64-tdep.c (amd64_dword_names): Add "eip".
4784         (amd64_x32_pseudo_register_type): New function
4785         (amd64_x32_init_abi): New function.
4786
4787 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4788
4789         PR build/14003
4790         * inferior.h (struct inferior_suspend_state): Comment out.
4791         (struct inferior): Comment out the field suspend.
4792         * infrun.c (struct infcall_suspend_state): Comment out the field
4793         inferior_suspend.
4794         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4795         out its assignment.
4796
4797 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4798
4799         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4800         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4801         function comment.  Return ERROR for unresolved cases.  Implement
4802         returning proper NAME.
4803         (yylex): Accept also NAME from classify_inner_name.
4804         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4805         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4806         LOC_TYPEDEF type.
4807         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4808
4809 2012-06-13  Tom Tromey  <tromey@redhat.com>
4810
4811         * breakpoint.c (condition_completer): New function.
4812         (_initialize_breakpoint): Use it.
4813         * value.c (complete_internalvar): New function.
4814         * value.h (complete_internalvar): Declare.
4815
4816 2012-06-13  Tom Tromey  <tromey@redhat.com>
4817
4818         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4819         * breakpoint.c (catch_syscall_completer): Return a VEC.
4820         * cli/cli-cmds.c (complete_command): Update.
4821         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4822         (complete_on_enum): Likewise.
4823         * command.h: Include gdb_vecs.h.
4824         (completer_ftype): Change return type.
4825         (complete_on_cmdlist, complete_on_enum): Likewise.
4826         * completer.c (noop_completer, filename_completer)
4827         (location_completer): Return a VEC.
4828         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4829         to a VEC.
4830         (expression_completer, complete_line_internal, complete_line)
4831         (command_completer): Return a VEC.
4832         (gdb_completion_word_break_characters, line_completion_function):
4833         Update.
4834         * completer.h: Include gdb_vecs.h.
4835         (complete_line, noop_completer, filename_completer)
4836         (expression_completer, location_completer, command_completer):
4837         Update.
4838         * f-lang.c (f_word_break_characters): Return a VEC.
4839         * interps.c (interpreter_completer): Return a VEC.
4840         * language.h (struct language_defn)
4841         <la_make_symbol_completion_list>: Return a VEC.
4842         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4843         * symtab.c (free_completion_list): Take a VEC.
4844         (return_val_size, return_val_index): Remove.
4845         (return_val): Now a VEC.
4846         (completion_list_add_name): Update.
4847         (default_make_symbol_completion_list_break_on)
4848         (default_make_symbol_completion_list, make_symbol_completion_list)
4849         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4850         Return a VEC.
4851         (add_filename_to_list): Update.
4852         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4853         <list>: Now a VEC.
4854         (maybe_add_partial_symtab_filename): Update.
4855         (make_source_files_completion_list): Return a VEC.
4856         * symtab.h (default_make_symbol_completion_list_break_on)
4857         (default_make_symbol_completion_list, make_symbol_completion_list)
4858         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4859         (make_source_files_completion_list): Update.
4860
4861 2012-06-13  Tom Tromey  <tromey@redhat.com>
4862
4863         * breakpoint.c (add_catch_command): Use completer_ftype.
4864         * breakpoint.h: Include command.h.
4865         (add_catch_command): Use completer_ftype.
4866         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4867         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4868         Use completer_ftype.
4869         * command.h (completer_ftype): New typedef.
4870         (set_cmd_completer): Use it.
4871         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4872         completer_ftype.
4873
4874 2012-06-13  Pedro Alves  <palves@redhat.com>
4875
4876         Partial revert of previous change.
4877
4878         * serial.c (scb_base): New global.
4879         (serial_for_fd): New.
4880         (serial_open, serial_fdopen_ops): Link new serial in open serials
4881         chain.
4882         (do_serial_close): Unlink serial from the open serials chain.
4883
4884 2012-06-12  Pedro Alves  <palves@redhat.com>
4885
4886         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4887         threads here.
4888         (prepare_for_detach): No longer context switch here in non-stop
4889         mode.
4890         (fetch_inferior_event): Ditto.
4891         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4892         to the event thread before removing breakpoints.  Switch to the
4893         event thread before inserting breakpoints and resuming.
4894         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4895         event thread before resuming.
4896         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4897         Switch to the event thread before removing breakpoints.
4898
4899 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4900
4901         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4902         special characters correctly for the Windows shells.  See
4903         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4904         report.
4905         [!__MINGW32__]: Remove extra double quote character from special
4906         characters.
4907
4908 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4909
4910         * ui-out.h: Remove #if 0 declarations.
4911         * ui-out.c: Remove #if 0 functions.
4912
4913 2012-06-11  Pedro Alves  <palves@redhat.com>
4914
4915         * ser-base.c (run_async_handler_and_reschedule): New.
4916         (fd_event, push_event): Use it.
4917         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4918         reference count to 1.
4919         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4920         instead of xfree.
4921         (serial_is_open, serial_ref, serial_unref): New.
4922         * serial.h (serial_open): Adjust comment.
4923         (serial_is_open): Declare.
4924         (serial_close): Adjust comment.
4925         (serial_ref, serial_unref) Declare.
4926         (struct serial): New field 'refcnt'.
4927
4928 2012-06-11  Pedro Alves  <palves@redhat.com>
4929
4930         Remove #if 0'd "connect" command, and unnecessary associated
4931         refcounting and serial reuse bits.
4932
4933         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4934         * serial.c (last_serial_opened): Delete.
4935         (scb_base): Delete.
4936         (serial_open): Adjust.
4937         (serial_for_fd): Delete.
4938         (serial_fdopen_ops, do_serial_close): Adjust.
4939         (serial_fdopen_ops): Adjust.
4940
4941 2012-06-11  Pedro Alves  <palves@redhat.com>
4942
4943         * serial.c (do_serial_close): Remove early return when SCB is
4944         null.
4945
4946 2012-06-11  Tom Tromey  <tromey@redhat.com>
4947
4948         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4949
4950 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4951
4952         Fix regression by the "ambiguous linespec" series.
4953         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4954         get_last_displayed_symtab and get_last_displayed_line and depending
4955         on CURSAL.
4956
4957 2012-06-11  Tom Tromey  <tromey@redhat.com>
4958
4959         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4960         (dw2_find_symbol_file): Use it.
4961
4962 2012-06-11  Michael Eager  <eager@eagercon.com>
4963
4964         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4965         * mips-linux-tdep.h (mips_signals): New
4966
4967 2012-06-11  Tom Tromey  <tromey@redhat.com>
4968
4969         * infrun.c (handle_inferior_event)
4970         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4971         breakpoint.
4972         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4973         exception logic in all cases.  Update comments.
4974         (insert_longjmp_resume_breakpoint): Set the exception resume
4975         breakpoint.
4976
4977 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4978
4979         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4980
4981 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
4982
4983         * valarith.c (binop_types_user_defined_p): Fix a typo.
4984
4985 2012-06-08  Yao Qi  <yao@codesourcery.com>
4986             Chung-Lin Tang <cltang@codesourcery.com>
4987
4988         * arch-utils.c (default_return_in_first_hidden_param_p): New.
4989         * arch-utils.h: Declare.
4990         * gdbarch.sh: Add return_in_first_hidden_param_p.
4991         * gdbarch.c, gdbarch.h: Regenerated.
4992         * infcall.c (call_function_by_hand): Call
4993         gdbarch_return_in_first_hidden_param_p instead of
4994         language_pass_by_reference.
4995
4996         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4997         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4998         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4999         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5000         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5001         `cplus_return_struct_by_reference'.
5002         (tic6x_return_value): Handle language cplusplus.
5003         (tic6x_return_in_first_hidden_param_p): New.
5004         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5005
5006 2012-06-07  Doug Evans  <dje@google.com>
5007
5008         * dwarf2read.c (dwarf2_cu): Add comment.
5009
5010 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5011
5012         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5013         variable.
5014         (mips_eabi_push_dummy_call): Likewise.
5015         (mips_n32n64_push_dummy_call): Likewise.
5016         (mips_o32_push_dummy_call): Likewise.
5017         (mips_o64_push_dummy_call): Likewise.
5018
5019 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5020
5021         * mips-tdep.c (mips_convert_register_p): Correct coding style.
5022
5023 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5024
5025         * mips-tdep.c (mips_pseudo_register_type): Use
5026         mips_float_register_p.
5027
5028 2012-06-06  Pedro Alves  <palves@redhat.com>
5029
5030         * infrun.c (handle_inferior_event): Remove calls to
5031         reinit_frame_cache that follow a context_switch call.
5032
5033 2012-06-06  Pedro Alves  <palves@redhat.com>
5034
5035         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5036         context_switch and remove stale comment.
5037
5038 2012-06-06  Pedro Alves  <palves@redhat.com>
5039
5040         * infrun.c (struct execution_control_state): Remove
5041         `new_thread_event' field.
5042         (handle_inferior_event): Simplify new threads handling; don't
5043         resume the inferior if we find a new thread.
5044
5045 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
5046
5047         * NEWS: Document the deprecation of SH's 'regs' command.
5048         * inferior.h (all_registers_info): Add function declaration.
5049         * sh-tdep.c (sh_show_regs): Remove variable.
5050         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5051         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5052         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5053         (sh_show_regs_command): Remove functions.
5054         (sh_gdbarch_init): Don't set sh_show_regs.
5055         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5056         'info all-registers'.
5057         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5058         (sh64_show_regs): Remove functions.
5059         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5060
5061 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5062
5063         * configure.ac: Move development=true below AC_INIT.
5064         * configure: Regenerate.
5065
5066 2012-06-05  Stan Shebs  <stan@codesourcery.com>
5067
5068         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5069         gdb_stdout.
5070
5071 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5072
5073         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5074         argument as ssize_t.
5075         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5076         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5077         * target.c (target_read_stack, target_write_memory)
5078         (target_write_raw_memory): Likewise.
5079         * target.h (target_read_stack, target_write_memory)
5080         (target_write_raw_memory): Likewise.
5081
5082 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5083
5084         * symfile-mem.c: Change gdb_static_assert to ssize_t.
5085         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5086         * target.c (target_read_memory): Change LEN to ssize_t.
5087         * target.h (target_read_memory): Change LEN to ssize_t.
5088
5089 2012-06-05  Pedro Alves  <palves@redhat.com>
5090
5091         PR backtrace/13866
5092
5093         * breakpoint.c (until_break_command): Only fetch the selected
5094         frame after decode_line_1.
5095
5096 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
5097
5098         * solib-svr4.c (enable_break): Don't fallback to setting the solib
5099         event breakpoint at _start, __start or main if a program
5100         interpreter is not found.
5101
5102 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5103
5104         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5105         Add declaration.
5106         * windows-tdep.c: #include "objfiles.h".
5107         (windows_iterate_over_objfiles_in_search_order): New function.
5108         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5109         iterate_over_objfiles_in_search_order gdbarch method to
5110         windows_iterate_over_objfiles_in_search_order.
5111         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5112
5113 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5114
5115         * gdbarch.sh: Add generation of
5116         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5117         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
5118         (iterate_over_objfiles_in_search_order): New gdbarch method.
5119         * gdbarch.h, gdbarch.c: Regenerate.
5120         * objfiles.h (default_iterate_over_objfiles_in_search_order):
5121         Add declaration.
5122         * objfiles.c (default_iterate_over_objfiles_in_search_order):
5123         New function.
5124         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5125         out of lookup_symbol_aux_symtabs.
5126         (lookup_symbol_aux_symtabs): Replace extracted-out code by
5127         call to lookup_symbol_aux_objfile.
5128         (struct global_sym_lookup_data): New type.
5129         (lookup_symbol_global_iterator_cb): New function.
5130         (lookup_symbol_global): Search for symbol using
5131         gdbarch_iterate_over_objfiles_in_search_order and
5132         lookup_symbol_global_iterator_cb.
5133         * findvar.c (struct minsym_lookup_data): New type.
5134         (minsym_lookup_iterator_cb): New function.
5135         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5136         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5137         and minsym_lookup_iterator_cb.
5138
5139 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5140
5141         Revert the following patch:
5142         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5143         try locating the symbol in the symbol's own objfile first, before
5144         extending the search to all objfiles.
5145         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5146         out of lookup_symbol_aux_symtabs.
5147         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5148         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5149         Do not search EXCLUDE_OBJFILE.
5150         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5151         (lookup_symbol_global): Search for matches in the block's objfile
5152         first, before searching all other objfiles.
5153
5154 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5155
5156         * breakpoint.c (find_condition_and_thread): Stop parsing
5157         as soon as the first invalid keyword is found.
5158
5159 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5160
5161         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5162
5163 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5164
5165         * config/djgpp/djcheck.sh: Add copyright header.
5166
5167 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5168
5169         * copyright.py (update_files, main): Fix path to update-copyright
5170         script.
5171
5172 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5173
5174         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5175         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5176         for which a reminder to update by hand is printed.
5177
5178 2012-06-04  Doug Evans  <dje@google.com>
5179
5180         * buildsym.c (make_blockvector): Add comment.
5181
5182 2012-06-04  Pedro Alves  <palves@redhat.com>
5183
5184         * arch-utils.c (default_gdb_signal_from_target): Delete.
5185         * arch-utils.h (default_gdb_signal_from_target): Delete.
5186         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
5187         gdbarch_gdb_signal_from_target_p.
5188         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5189         predicate).
5190         * gdbarch.h: Regenerate.
5191         * gdbarch.c: Regenerate.
5192
5193 2012-06-04  Pedro Alves  <palves@redhat.com>
5194
5195         * gdbarch.sh (gdb_signal_from_target): Mention that the
5196         implementation of the method must be host independent.
5197         * gdbarch.h: Regenerate.
5198
5199 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5200
5201         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5202         parameters.
5203         (target_read_memory_bfd): New function.
5204         (symbol_file_add_from_memory): Use it.
5205
5206 2012-06-03  Doug Evans  <dje@google.com>
5207
5208         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5209         of primary symtab.
5210         (basic_lookup_transparent_type): Ditto.
5211
5212         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5213         (ALL_PRIMARY_SYMTABS): Use it.
5214         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5215         * dwarf2read.c (dw2_find_symbol_file): Ditto.
5216         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5217         * symtab.c (lookup_symbol_aux_objfile): Ditto.
5218         (basic_lookup_transparent_type): Ditto.
5219
5220 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5221
5222         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
5223         it to optimize resolution of demangled name.
5224
5225 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5226
5227         * configure.ac (development): Define new variable.
5228         Call AC_CHECK_LIB for mcheck if $development.
5229         (ERROR_ON_WARNING): Enable it by default only if $development.
5230         * config.in: Regenerate.
5231         * configure: Regenerate.
5232
5233 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5234
5235         * target.c (target_read_memory): Make LEN argument as size_t.
5236         * target.h (target_read_memory): Likewise.
5237
5238 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5239
5240         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5241
5242 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5243
5244         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5245         BookE interface for PowerPC server processors if not available
5246         in the Linux Kernel.
5247
5248 2012-05-31  Keith Seitz  <keiths@redhat.com>
5249
5250         * linespec.c (decode_objc): Add cleanup to free
5251         INFO.FILE_SYMTABS.
5252         (find_linespec_symbols): Add cleanup to free CLASSES.
5253         * symfile.c (find_separate_debug_file_by_debuglink): Add
5254         cleanup to free DEBUGLINK.
5255         * ui-out.c (clear_header_list): No need to check if
5256         HEADER_NEXT.COLHDR is NULL.
5257         Free HEADER_NEXT.COL_NAME.
5258
5259 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5260
5261         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5262         warning.
5263
5264 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5265
5266         * configure.host (gdb_host_cpu): Handle tilegx*.
5267         (gdb_host): Handle tilegx-*-linux*.
5268         * tilegx-linux-nat.c: New file.
5269         * config/tilegx/linux.mh: New file.
5270
5271 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5272
5273         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5274         tilegx-linux-tdep.o.
5275         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5276         tilegx-linux-tdep.c.
5277         * configure.tgt: Handle tilegx-*-linux*.
5278         * tilegx-tdep.h: New file.
5279         * tilegx-tdep.c: New file.
5280         * tilegx-linux-tdep.c: New file.
5281         * regformats/reg-tilegx.dat: New file.
5282
5283 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5284
5285         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5286         accounting of hw watchpoints on ppc.
5287
5288 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5289
5290         * source.c (openp): Expand tilde in path entries.
5291
5292 2012-05-29  Doug Evans  <dje@google.com>
5293
5294         * buildsym.c (block_compar): Fix comment.
5295         (end_symtab): Fix and clarify some comments.
5296
5297         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5298         cleanup_undefined_types.
5299         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5300         All callers updated.
5301
5302 2012-05-29  Tom Tromey  <tromey@redhat.com>
5303
5304         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5305         fails.
5306         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5307         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5308         fails.
5309         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5310         fails.
5311
5312 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5313
5314         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5315         (struct darwin_info): ... New struct.
5316         (solib_darwin_pspace_data): New variable.
5317         (darwin_pspace_data_cleanup): New function.
5318         (get_darwin_info): Likewise.
5319         (darwin_dyld_version_ok, darwin_load_image_infos)
5320         (darwin_solib_get_all_image_info_addr_at_init)
5321         (darwin_solib_read_all_image_info_addr): Add info argument.
5322         Adjust code.
5323         (darwin_current_sos): Use per pspace structure.
5324         (darwin_solib_create_inferior_hook): Likewise.
5325         (darwin_clear_solib): Likewise.
5326         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5327
5328 2012-05-28  Pedro Alves  <palves@redhat.com>
5329
5330         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5331         block that uses them.  Clear ecss before handling each event.
5332
5333 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5334
5335         * solib-svr4.c (svr4_current_sos): New comment on
5336         svr4_current_sos_via_xfer_libraries fall back.
5337
5338 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5339
5340         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5341         it as a fallback for TYPE_IS_OPAQUE.
5342         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5343         symbols for lookup_symbol.
5344
5345 2012-05-24  John Steele Scott  <toojays@toojays.net>
5346
5347         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5348         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5349         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5350         (check_producer): ... this new function, which also checks for ICC
5351         and caches the result.
5352         (producer_is_icc): New function.
5353         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5354         producer was ICC.
5355
5356 2012-05-24  Pedro Alves  <palves@redhat.com>
5357
5358         PR gdb/7205
5359
5360         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5361         (default_gdb_signal_to_target): ... this.  Add comment.
5362         (default_gdb_signal_from_host): Rename to ...
5363         (default_gdb_signal_from_target): ... this.  Add comment.
5364         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5365         (default_gdb_signal_to_target): ... this.
5366         (default_gdb_signal_from_host): Rename to ...
5367         (default_gdb_signal_from_target): ... this.
5368         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5369         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5370         (gdb_signal_from_target): ... this.  Adjust to
5371         default_gdb_signal_from_host naming change.  Extend comment.
5372         (gdb_signal_to_host): Rename to ...
5373         (gdb_signal_to_target): ... this.  Adjust to
5374         default_gdb_signal_to_host naming change.
5375         * gdbarch.h, gdbarch.c: Renegerate.
5376
5377 2012-05-24  Pedro Alves  <palves@redhat.com>
5378
5379         PR gdb/7205
5380
5381         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5382
5383 2012-05-24  Pedro Alves  <palves@redhat.com>
5384
5385         PR gdb/7205
5386
5387         Replace target_signal with gdb_signal throughout.
5388
5389 2012-05-24  Pedro Alves  <palves@redhat.com>
5390
5391         PR tui/14159
5392
5393         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5394         string, instead of reusing the va_list argument.
5395
5396 2012-05-24  Tom Tromey  <tromey@redhat.com>
5397
5398         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5399         Remove.
5400
5401 2012-05-23  Doug Evans  <dje@google.com>
5402
5403         * symtab.c (search_symbols): Formatting fixes.
5404         (print_symbol_info): Formatting fixes.
5405
5406         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5407         int64_t change to leb128 API.
5408         (read_encoded_value, decode_frame_entry_1): Ditto.
5409         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5410         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5411         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5412         (execute_stack_op): Ditto.
5413         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5414         (safe_read_uleb128, safe_read_sleb128): Ditto.
5415         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5416         (dwarf2_compile_expr_to_ax): Ditto.
5417         (locexpr_describe_location_piece): Ditto.
5418         (disassemble_dwarf_expression): Ditto.
5419         (locexpr_describe_location_1): Ditto.
5420
5421 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5422             Kwok Cheung Yeung  <kcy@codesourcery.com>
5423
5424         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5425         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5426         (mi-cmd-info.o): New rule.
5427         * osdata.h (info_osdata_command): New declaration.
5428         * osdata.c (info_osdata_command): Change to non-static.
5429         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5430         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5431         * mi/mi-cmd-info.c: New file.
5432
5433 2012-05-23  Doug Evans  <dje@google.com>
5434
5435         * symtab.c (search_symbols): Pass NULL for file_matcher to
5436         expand_symtabs_matching if there are no files to match.
5437
5438         * gdbtypes.c (lookup_typename): Simplify.
5439
5440 2012-05-23  Pedro Alves  <palves@redhat.com>
5441
5442         * arch-utils.h (default_target_signal_to_host): Delete.
5443         * arch-utils.c (default_target_signal_to_host): Delete.
5444         * gdbarch.sh (target_signal_to_host): Remove.
5445         * gdbarch.h, gdbarch.c: Regenerate.
5446
5447 2012-05-22  Doug Evans  <dje@google.com>
5448
5449         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5450         "const gdb_byte *".
5451         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5452         (execute_cfa_program): Update to match API of leb128 functions.
5453         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5454         "const gdb_byte *".
5455         (read_unsigned_leb128, read_signed_leb128): Delete.
5456         (read_initial_length): Change type of buf argument to
5457         "const gdb_byte *".
5458         (read_encoded_value): Update to match API of leb128 functions.
5459         (decode_frame_entry): Change result to "const gdb_byte *", and
5460         similarly for "start" parameter.
5461         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5462         (dwarf2_build_frame_info): Change local frame_ptr to
5463         "const gdb_byte *".
5464         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5465         read_uleb128, read_sleb128.  All callers updated.
5466         (safe_skip_leb128): New function.
5467         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5468         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5469         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5470         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5471         read_uleb128, read_sleb128.
5472         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5473         (execute_stack_op): Update to match API of leb128 functions.
5474         * dwarf2expr.h: #include "leb128.h".
5475         (read_uleb128, read_sleb128): Delete.
5476         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5477         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5478         * dwarf2loc.c (debug_loc_kind): New enum.
5479         (decode_debug_loc_addresses): New function.
5480         (decode_debug_loc_dwo_addresses): New function.
5481         (dwarf2_find_location_expression): Rewrite.
5482         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5483         (locexpr_describe_location_piece): Ditto.
5484         (disassemble_dwarf_expression): Ditto.
5485         (locexpr_describe_location_1): Ditto.
5486         (loclist_describe_location): Rewrite.
5487         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5488         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5489         (dwarf2_section_buffer_overflow_complaint): Renamed from
5490         dwarf2_macros_too_long_complaint.  All callers updated.
5491         (skip_leb128): Delete.
5492         (init_cu_die_reader): Initialize reader->buffer_end.
5493         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5494         (skip_form_bytes): New arg buffer_end.  All callers updated.
5495         Replace call to skip_leb128 with gdb_skip_leb128.
5496         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5497         (fill_in_loclist_baton): Initialize baton->from_dwo.
5498
5499 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5500
5501         * mips-linux-nat.c (mips_linux_read_description): Use a more
5502         verbose error message.
5503
5504 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5505
5506         * NEWS: Add MIPS/Linux DSP support.
5507         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5508         (SIGCONTEXT_DSPCTL): New macro.
5509         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5510         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5511         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5512         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5513         (N64_SIGCONTEXT_HI3): Likewise.
5514         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5515         (N64_SIGCONTEXT_LO3): Likewise.
5516         (N64_SIGCONTEXT_DSPCTL): Likewise.
5517         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5518         (mips_linux_o32_sigframe_init): Handle DSP registers.
5519         (mips_linux_n32n64_sigframe_init): Likewise.
5520
5521 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5522
5523         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5524         call to abort.
5525
5526 2012-05-22  Pedro Alves  <palves@redhat.com>
5527
5528         * target.h (store_waitstatus): Move declaration ...
5529         * inf-child.h (store_waitstatus): ... here.
5530         * target.c: Move inclusion of gdb_wait.h, and ...
5531         (store_waitstatus): ... this ...
5532         * inf-child.c: ... here.
5533         * linux-nat.c: Include inf-child.h.
5534         * rs6000-nat.c: Include inf-child.h.
5535         * spu-linux-nat.c: Include inf-child.h.
5536
5537 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5538
5539         * tracepoint.c (start_tracing): Add missing i18n markup.
5540         (stop_tracing, set_trace_user): Ditto.
5541         (set_trace_notes, set_trace_stop_notes): Ditto.
5542
5543 2012-05-21  Tom Tromey  <tromey@redhat.com>
5544
5545         PR c++/7173:
5546         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5547         types.
5548         * value.h (value_cast_pointers): Update.
5549         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5550         (value_cast): Update.
5551         (update_search_result): New function.
5552         (do_search_struct_field): New, from search_struct_field.  Check
5553         for ambiguous results.
5554         (search_struct_field): Rewrite.
5555         * infcall.c (value_arg_coerce): Update.
5556         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5557         value_cast_pointers.
5558         * ada-lang.c (ada_convert_actual): Update.
5559
5560 2012-05-21  Tom Tromey  <tromey@redhat.com>
5561
5562         * macroexp.c (macro_stringify): Terminate the string.
5563
5564 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5565
5566         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5567         Describe it.
5568         * auto-load.c (auto_load_expand_dir_vars): New function.
5569         (auto_load_safe_path_vec_update): Use it, remove the
5570         substitute_path_component call thanks to it.
5571         (auto_load_objfile_script): Remove the debug_file_directory processing.
5572         Use auto_load_expand_dir_vars, remove the substitute_path_component
5573         call thanks to it.
5574         * configure: Regenerate.
5575         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5576         path.  Escape $ also for $debugdir.
5577         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5578         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5579
5580 2012-05-20  Doug Evans  <dje@google.com>
5581
5582         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5583         before use.  Check for symtab->includes == NULL before scanning it.
5584
5585 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5586
5587         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5588
5589 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5590
5591         * NEWS: Add microMIPS support and "set mips compression",
5592         "show mips compression" commands.
5593         * mips-tdep.h (mips_isa): New enum.
5594         (gdbarch_tdep): Add mips_isa.
5595         (mips_pc_is_mips16): Update prototype.
5596         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5597         * mips-tdep.c (mips_compression_mips16): New variable.
5598         (mips_compression_micromips): Likewise.
5599         (mips_compression_strings): Likewise.
5600         (mips_compression_string): Likewise.
5601         (is_mips16_isa, is_micromips_isa): New functions.
5602         (is_mips16_addr): Rename to...
5603         (is_compact_addr): ... this.
5604         (unmake_mips16_addr): Likewise to...
5605         (unmake_compact_addr): ... this.
5606         (make_mips16_addr): Likewise to...
5607         (make_compact_addr): ... this.
5608         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5609         functions.
5610         (mips_elf_make_msymbol_special): Handle microMIPS code.
5611         (msymbol_is_special): Rename to...
5612         (msymbol_is_mips16): ... this.
5613         (mips_make_symbol_special, mips_pc_is_mips16): Update
5614         accordingly.
5615         (msymbol_is_mips, msymbol_is_micromips): New functions.
5616         (mips16_to_32_reg): Rename to...
5617         (mips_reg3_to_reg): ... this.
5618         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5619         (mips_pc_isa): Likewise.
5620         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5621         code.
5622         (mips_fetch_instruction): Pass return status instead of printing
5623         an error message if requested.  Handle microMIPS code.  Bail out
5624         on an invalid ISA.
5625         (micromips_op): New macro.
5626         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5627         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5628         (b6s4_op, b7s3_reg): Likewise.
5629         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5630         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5631         (mips_insn_size): New function.
5632         (mips32_next_pc): Update mips_fetch_instruction call.
5633         (micromips_relative_offset7): New function.
5634         (micromips_relative_offset10): Likewise.
5635         (micromips_relative_offset16): Likewise.
5636         (micromips_pc_insn_size): Likewise.
5637         (micromips_bc1_pc): Likewise.
5638         (micromips_next_pc): Likewise.
5639         (unpack_mips16): Update mips_fetch_instruction call.
5640         (extended_mips16_next_pc): Update according to change to
5641         mips16_to_32_reg.
5642         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5643         code.
5644         (mips16_scan_prologue): Update mips_fetch_instruction call.
5645         Update according to change to mips16_to_32_reg.
5646         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5647         (mips_insn16_frame_base_sniffer): Likewise.
5648         (micromips_decode_imm9): New function.
5649         (micromips_scan_prologue): Likewise.
5650         (mips_micro_frame_cache): Likewise.
5651         (mips_micro_frame_this_id): Likewise.
5652         (mips_micro_frame_prev_register): Likewise.
5653         (mips_micro_frame_sniffer): Likewise.
5654         (mips_micro_frame_unwind): New variable.
5655         (mips_micro_frame_base_address): New function.
5656         (mips_micro_frame_base): New variable.
5657         (mips_micro_frame_base_sniffer): New function.
5658         (mips32_scan_prologue): Update mips_fetch_instruction call.
5659         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5660         rather than for MIPS16.
5661         (mips_insn32_frame_base_sniffer): Likewise.
5662         (mips_addr_bits_remove): Handle microMIPS code.
5663         (deal_with_atomic_sequence): Rename to...
5664         (mips_deal_with_atomic_sequence): ... this.  Update the type
5665         of the variable used to hold an instruction.  Remove the ISA bit
5666         check.  Update mips_fetch_instruction call.
5667         (micromips_deal_with_atomic_sequence): New function.
5668         (deal_with_atomic_sequence): Likewise.
5669         (mips_about_to_return): Handle microMIPS code.  Update
5670         mips_fetch_instruction call.
5671         (heuristic_proc_start): Check for the standard MIPS ISA rather
5672         than for MIPS16.  Update mips_pc_is_mips16 and
5673         mips_fetch_instruction calls.  Handle microMIPS code.
5674         (mips_push_dummy_code): Handle microMIPS code.
5675         (mips_eabi_push_dummy_call): Likewise.
5676         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5677         (mips_o64_push_dummy_call): Handle microMIPS code.
5678         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5679         (is_delayed): Remove function.
5680         (mips_single_step_through_delay): Replace the call to is_delayed
5681         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5682         Handle microMIPS code.
5683         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5684         microMIPS code.
5685         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5686         call.
5687         (micromips_in_function_epilogue_p): New function.
5688         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5689         call.
5690         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5691         Handle microMIPS.
5692         (gdb_print_insn_mips): Likewise.
5693         (mips_breakpoint_from_pc): Likewise.
5694         (mips_remote_breakpoint_from_pc): New function.
5695         (mips32_instruction_has_delay_slot): Simplify making use of the
5696         updated mips_fetch_instruction interface.
5697         (micromips_instruction_has_delay_slot): New function.
5698         (mips16_instruction_has_delay_slot): Simplify making use of the
5699         updated mips_fetch_instruction interface.
5700         (mips_adjust_breakpoint_address): Check for the standard MIPS
5701         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5702         calls.  Handle microMIPS code.
5703         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5704         (mips_skip_trampoline_code): Handle microMIPS code.
5705         (global_mips_compression): New function.
5706         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5707         file flags.  Register the microMIPS remote breakpoint handler
5708         and heuristic frame unwinder.
5709         (show_mips_compression): New function.
5710         (_initialize_mips_tdep): Add the "set mips compression" and
5711         "show mips compression" commands.
5712
5713 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5714
5715         * ada-lang.c:
5716         * ada-tasks.c:
5717         * ada-varobj.c:
5718         * amd64-darwin-tdep.c:
5719         * arm-symbian-tdep.c:
5720         * arm-tdep.c:
5721         * avr-tdep.c:
5722         * ax-gdb.c:
5723         * bfin-linux-tdep.c:
5724         * breakpoint.c:
5725         * c-valprint.c:
5726         * cli/cli-cmds.c:
5727         * coffread.c:
5728         * cp-support.c:
5729         * cris-tdep.c:
5730         * dwarf2-frame-tailcall.c:
5731         * dwarf2-frame.c:
5732         * dwarf2expr.c:
5733         * dwarf2loc.c:
5734         * dwarf2read.c:
5735         * elfread.c:
5736         * eval.c:
5737         * expprint.c:
5738         * f-valprint.c:
5739         * frv-tdep.c:
5740         * h8300-tdep.c:
5741         * hppa-hpux-tdep.c:
5742         * hppa-tdep.c:
5743         * hppanbsd-tdep.c:
5744         * i386-nto-tdep.c:
5745         * i386-tdep.c:
5746         * i387-tdep.c:
5747         * ia64-tdep.c:
5748         * jit.c:
5749         * linespec.c:
5750         * linux-tdep.c:
5751         * lm32-tdep.c:
5752         * m2-valprint.c:
5753         * m32c-tdep.c:
5754         * m32r-rom.c:
5755         * m32r-tdep.c:
5756         * m68k-tdep.c:
5757         * m68klinux-tdep.c:
5758         * mi/mi-main.c:
5759         * microblaze-tdep.c:
5760         * mips-linux-tdep.c:
5761         * mips-tdep.c:
5762         * mn10300-tdep.c:
5763         * p-valprint.c:
5764         * parse.c:
5765         * ppc-linux-tdep.c:
5766         * ppc-sysv-tdep.c:
5767         * printcmd.c:
5768         * python/py-finishbreakpoint.c:
5769         * python/py-inferior.c:
5770         * python/py-infthread.c:
5771         * python/py-type.c:
5772         * python/python.c:
5773         * remote-fileio.c:
5774         * remote-m32r-sdi.c:
5775         * remote-mips.c:
5776         * reverse.c:
5777         * rl78-tdep.c:
5778         * rs6000-aix-tdep.c:
5779         * rs6000-tdep.c:
5780         * s390-tdep.c:
5781         * score-tdep.c:
5782         * sh64-tdep.c:
5783         * skip.c:
5784         * solib-darwin.c:
5785         * solib-dsbt.c:
5786         * solib-frv.c:
5787         * sparc-tdep.c:
5788         * spu-multiarch.c:
5789         * spu-tdep.c:
5790         * stack.c:
5791         * symfile.c:
5792         * symtab.c:
5793         * tic6x-tdep.c:
5794         * tracepoint.c:
5795         * v850-tdep.c:
5796         * valarith.c:
5797         * valprint.c:
5798         * value.c:
5799         * xcoffread.c:
5800         * xtensa-tdep.c:
5801         * ada-lang.c:
5802         * ada-tasks.c:
5803         * ada-varobj.c:
5804         * amd64-darwin-tdep.c:
5805         * arm-symbian-tdep.c:
5806         * arm-tdep.c: Delete unused variables.
5807
5808 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5809
5810         Rename $ddir to $datadir.
5811         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5812         * auto-load.c (auto_load_safe_path_vec_update)
5813         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5814         * configure: Regenerate.
5815         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5816         Likewise.  Remove the 'use $ddir' help string.
5817
5818 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5819
5820         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5821         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5822
5823 2012-05-18  Tom Tromey  <tromey@redhat.com>
5824
5825         PR exp/13907:
5826         * valprint.h (struct value_print_options) <symbol_print>: New
5827         field.
5828         * valprint.c (user_print_options): Add default for symbol_print.
5829         (show_symbol_print): New function.
5830         (generic_val_print): Respect symbol_print.
5831         (_initialize_valprint): Add "print symbol" setting.
5832         * f-valprint.c (f_val_print): Respect symbol_print.
5833         * c-valprint.c (c_val_print): Respect symbol_print.
5834         * NEWS: Update.
5835         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5836         zero-size symbols.
5837         (print_address_demangle): Return int.
5838         * defs.h: (print_address_symbolic): Return int.
5839         * value.h (print_address_demangle): Return int.
5840
5841 2012-05-18  Tom Tromey  <tromey@redhat.com>
5842
5843         * valprint.c (val_print_string): Don't print leading space.
5844         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5845         print space before string or vtbl.
5846         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5847         before string.
5848         * jv-valprint.c (java_value_print): Print space before string.
5849         * go-valprint.c (print_go_string): Print space before string.
5850         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5851         space before string.
5852         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5853         space before string or vtbl.
5854         * auxv.c (fprint_target_auxv): Print space after address.
5855
5856 2012-05-18  Tom Tromey  <tromey@redhat.com>
5857
5858         * printcmd.c (print_address_demangle): Remove special case for 0.
5859
5860 2012-05-18  Tom Tromey  <tromey@redhat.com>
5861
5862         * printcmd.c (print_address_demangle): Add 'opts' argument.
5863         * p-valprint.c (pascal_val_print): Update.
5864         * jv-valprint.c (java_val_print): Update.
5865         * value.h: Update.
5866         * valprint.c (generic_val_print): Update.
5867         (print_function_pointer_address): Add 'options' argument.  Remove
5868         'addressprint' argument.  Update.
5869         * m2-valprint.c (print_unpacked_pointer): Update.
5870         * gnu-v3-abi.c (print_one_vtable): Update.
5871         (gnuv3_print_method_ptr): Update.
5872         * f-valprint.c (f_val_print): Update.
5873         * cp-valprint.c (cp_print_value_fields): Update.
5874         * valprint.h (print_function_pointer_address): Update.
5875         * c-valprint.c (c_val_print): Update.
5876
5877 2012-05-18  Tom Tromey  <tromey@redhat.com>
5878
5879         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5880         directly corresponding to the found psymtab.
5881         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5882         (dw2_find_pc_sect_symtab): Use it.
5883         * block.h (blockvector_contains_pc): Declare.
5884         * block.c (find_block_in_blockvector): New function.
5885         (blockvector_for_pc_sect): Use it.
5886         (blockvector_contains_pc): New function.
5887
5888 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5889
5890         * mips-tdep.h (mips_write_pc): New prototype.
5891         * mips-tdep.c (mips_write_pc): Make external, add description.
5892         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5893         add description.
5894
5895 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5896
5897         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5898         mips_regnum->pc.
5899         (mips_unwind_pc, mips_write_pc): Likewise.
5900         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5901         gdbarch_read_pc.
5902
5903 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5904
5905         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5906         proc_warn, proc_error, proc_get_status, proc_flags,
5907         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5908         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5909         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5910         proc_stop_process, proc_wait_for_stop, proc_run_process,
5911         proc_set_traced_signals, proc_set_traced_faults,
5912         proc_set_traced_sysentry, proc_set_traced_sysexit,
5913         proc_set_held_signals, proc_get_held_signals,
5914         proc_get_traced_signals, proc_get_traced_faults,
5915         proc_get_traced_sysentry, proc_get_traced_sysexit,
5916         proc_clear_current_fault, proc_set_current_signal,
5917         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5918         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5919         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5920         proc_get_current_thread, proc_get_current_thread,
5921         proc_get_current_thread, proc_update_threads,
5922         proc_update_threads, proc_update_threads, proc_update_threads,
5923         proc_iterate_over_threads, procfs_find_new_threads,
5924         procfs_pid_to_str): Make static.  Remove advance declaration.
5925         (proc_cursig): Make static.  Conditionalized defintion on
5926         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5927         (proc_syscall, proc_set_kill_on_last_close,
5928         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5929         proc_get_pending_signals, proc_get_signal_actions,
5930         proc_trace_signal, proc_ignore_signal): Delete.
5931
5932 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5933
5934         * coffread.c (cs_section_address): Passing proper argument for
5935         `bfd_get_section_vma'.
5936         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5937         `bfd_get_section_flags'.
5938         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5939         `bfd_get_section_vma'.
5940
5941 2012-05-16  Tom Tromey  <tromey@redhat.com>
5942
5943         PR macros/13205:
5944         * macrotab.h: (macro_define_special): Declare.
5945         (enum macro_special_kind): New.
5946         (struct macro_definition) <argc, replacement>: Update comments.
5947         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5948         (macro_define_object_internal): New function.
5949         (macro_define_object): Use it.
5950         (macro_define_special): New function.
5951         (fixup_definition): New function.
5952         (macro_lookup_definition, foreach_macro_in_scope)
5953         (foreach_macro): Use fixup_definition.
5954         * macroexp.h (macro_stringify): Declare.
5955         * macroexp.c (free_buffer_return_text): New function.
5956         (stringify): Constify "arg".
5957         (macro_stringify): New function.
5958         * dwarf2read.c (macro_start_file): Call macro_define_special.
5959
5960 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5961             Maciej W. Rozycki  <macro@mips.com>
5962
5963         * breakpoint.h (bp_location): Add related_address member.
5964         * inferior.h (get_return_value): Take a pointer to struct value
5965         instead of struct type for the function requested.
5966         * value.h (using_struct_return): Likewise.
5967         * gdbarch.sh (return_value): Take a pointer to struct value
5968         instead of struct type for the function requested.
5969         * breakpoint.c (set_breakpoint_location_function): Initialize
5970         related_address for bp_gnu_ifunc_resolver breakpoints.
5971         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5972         requested function's address to gdbarch_return_value.
5973         * eval.c (evaluate_subexp_standard): Pass the requested
5974         function's address to using_struct_return.
5975         * infcall.c (call_function_by_hand): Pass the requested
5976         function's address to using_struct_return and
5977         gdbarch_return_value.
5978         * infcmd.c (get_return_value): Take a pointer to struct value
5979         instead of struct type for the function requested.
5980         (print_return_value): Update accordingly.
5981         (finish_command_continuation): Likewise.
5982         * stack.c (return_command): Pass the requested function's
5983         address to using_struct_return and gdbarch_return_value.
5984         * value.c (using_struct_return): Take a pointer to struct value
5985         instead of struct type for the function requested.  Pass the
5986         requested function's address to gdbarch_return_value.
5987         * python/py-finishbreakpoint.c (finish_breakpoint_object):
5988         New function_value member, replacing function_type.
5989         (bpfinishpy_dealloc): Update accordingly.
5990         (bpfinishpy_pre_stop_hook): Likewise.
5991         (bpfinishpy_init): Likewise.  Record the requested function's
5992         address.
5993         * mips-tdep.c (mips_fval_reg): New enum.
5994         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5995         words put in GP registers.
5996         (mips_o64_push_dummy_call): Update a comment.
5997         (mips_o32_return_value): Take a pointer to struct value instead
5998         of struct type for the function requested and use it to check if
5999         using the MIPS16 calling convention.  Return the designated
6000         general purpose registers for floating-point values returned in
6001         MIPS16 mode.
6002         (mips_o64_return_value): Likewise.
6003         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6004         (ppc_sysv_abi_broken_return_value): Likewise.
6005         (ppc64_sysv_abi_return_value): Likewise.
6006         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6007         value instead of struct type for the function requested.
6008         * amd64-tdep.c (amd64_return_value): Likewise.
6009         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6010         * arm-tdep.c (arm_return_value): Likewise.
6011         * avr-tdep.c (avr_return_value): Likewise.
6012         * bfin-tdep.c (bfin_return_value): Likewise.
6013         * cris-tdep.c (cris_return_value): Likewise.
6014         * frv-tdep.c (frv_return_value): Likewise.
6015         * h8300-tdep.c (h8300_return_value): Likewise.
6016         (h8300h_return_value): Likewise.
6017         * hppa-tdep.c (hppa32_return_value): Likewise.
6018         (hppa64_return_value): Likewise.
6019         * i386-tdep.c (i386_return_value): Likewise.
6020         * ia64-tdep.c (ia64_return_value): Likewise.
6021         * iq2000-tdep.c (iq2000_return_value): Likewise.
6022         * lm32-tdep.c (lm32_return_value): Likewise.
6023         * m32c-tdep.c (m32c_return_value): Likewise.
6024         * m32r-tdep.c (m32r_return_value): Likewise.
6025         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6026         * m68k-tdep.c (m68k_return_value): Likewise.
6027         (m68k_svr4_return_value): Likewise.
6028         * m88k-tdep.c (m88k_return_value): Likewise.
6029         * mep-tdep.c (mep_return_value): Likewise.
6030         * microblaze-tdep.c (microblaze_return_value): Likewise.
6031         * mn10300-tdep.c (mn10300_return_value): Likewise.
6032         * moxie-tdep.c (moxie_return_value): Likewise.
6033         * mt-tdep.c (mt_return_value): Likewise.
6034         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6035         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6036         (ppc_sysv_abi_broken_return_value): Likewise.
6037         (ppc64_sysv_abi_return_value): Likewise.
6038         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6039         * rl78-tdep.c (rl78_return_value): Likewise.
6040         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6041         * rx-tdep.c (rx_return_value): Likewise.
6042         * s390-tdep.c (s390_return_value): Likewise.
6043         * score-tdep.c (score_return_value): Likewise.
6044         * sh-tdep.c (sh_return_value_nofpu): Likewise.
6045         (sh_return_value_fpu): Likewise.
6046         * sh64-tdep.c (sh64_return_value): Likewise.
6047         * sparc-tdep.c (sparc32_return_value): Likewise.
6048         * sparc64-tdep.c (sparc64_return_value): Likewise.
6049         * spu-tdep.c (spu_return_value): Likewise.
6050         * tic6x-tdep.c (tic6x_return_value): Likewise.
6051         * v850-tdep.c (v850_return_value): Likewise.
6052         * vax-tdep.c (vax_return_value): Likewise.
6053         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6054         * xtensa-tdep.c (xtensa_return_value): Likewise.
6055         * gdbarch.c: Regenerate.
6056         * gdbarch.h: Regenerate.
6057
6058 2012-05-15  Tom Tromey  <tromey@redhat.com>
6059
6060         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6061
6062 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6063
6064         * breakpoint.c (init_breakpoint_sal): Add quotes around part
6065         of command in two error message.
6066
6067 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6068
6069         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6070
6071 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6072
6073         * breakpoint.c (find_condition_and_thread): Minor reformatting.
6074
6075 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6076
6077         * NEWS (show auto-load scripts-directory): Add forgotten command.
6078
6079 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6080
6081         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6082         parameters.
6083
6084 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6085
6086         * amd64-tdep.c: Include features/i386/x32.c and
6087         features/i386/x32-avx.c.
6088         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6089         initialize_tdesc_x32_avx.
6090
6091 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6092
6093         Add dynamic printf.
6094         * breakpoint.h (enum bptype): New type bp_dprintf.
6095         (struct breakpoint): New field extra_string.
6096         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6097         (create_breakpoint): Add extra_string arg.
6098         * breakpoint.c (dprintf_breakpoint_ops): New.
6099         (is_breakpoint): Add bp_dprintf.
6100         (bpstat_what): Add dprintf case.
6101         (bptype_string): Ditto.
6102         (print_one_breakpoint_location): Ditto.
6103         (init_bp_location): Ditto.
6104         (bkpt_print_mention): Ditto.
6105         (dprintf_style_enums): New array.
6106         (dprintf_style): New global.
6107         (dprintf_function): New global.
6108         (dprintf_channel): New global.
6109         (update_dprintf_command_list): New function.
6110         (update_dprintf_commands): New function.
6111         (init_breakpoint_sal): Add extra_string argument, handle it.
6112         (create_breakpoint_sal): Add extra_string argument.
6113         (create_breakpoints_sal): Add extra_string argument, update callers.
6114         (find_condition_and_thread): Add extra argument.
6115         (create_breakpoint): Add extra_string argument, record it.
6116         (dprintf_command): New function.
6117         (break_command_1): Add arg to create_breakpoint call.
6118         (handle_gnu_v3_exceptions): Ditto.
6119         (trace_command): Ditto.
6120         (ftrace_command): Ditto.
6121         (strace_command): Ditto.
6122         (bkpt_print_mention): Add dprintf case.
6123         (create_breakpoint_sal_default): Add extra_string argument.
6124         (_initialize_breakpoint): Add new commands.
6125         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6126         * python/py-breakpoint.c (bppy_init): Ditto.
6127         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6128
6129 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
6130
6131         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6132
6133 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
6134
6135         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6136         unsigned long long.
6137
6138 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6139
6140         Add a new function gdb.find_pc_line to the Python API.
6141         * NEWS (Python Scripting): Add entry about the new function.
6142         * python/python.c (gdbpy_find_pc_line): New function which
6143         implements gdb.find_pc_line.
6144         (GdbMethods): Add entry for the new function.
6145
6146 2012-05-12  Pedro Alves  <palves@redhat.com>
6147
6148         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6149         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6150
6151 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
6152
6153         * inferior.c: Include completer.h
6154         (initialize_inferiors): Set completer of add-inferior to
6155         filename_completer.
6156
6157 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6158
6159         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6160         gdbarch_ptr_bit for x32 core dump.
6161
6162 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6163
6164         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6165         and features/i386/x32-avx-linux.c.
6166
6167 2012-05-11  Stan Shebs  <stan@codesourcery.com>
6168             Kwok Cheung Yeung  <kcy@codesourcery.com>
6169
6170         * NEWS: Describe new info os commands.
6171         * common/linux-osdata.c (PID_T, TIME_T): Define.
6172         (MAX_PID_T_STRLEN): New.
6173         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
6174         MAX_PID_T_STRLEN.
6175         (command_from_pid): Add comment.  Change to use PID_T.
6176         (commandline_from_pid):  Change to use PID_T.
6177         (user_from_pid): Add comment.
6178         (get_process_owner): Add comment. Change to use PID_T and
6179         MAX_PID_T_STRLEN.
6180         (get_number_of_cpu_cores): Add comment.
6181         (get_cores_used_by_process): Add comment.  Change to use PID_T and
6182         MAX_PID_T_STRLEN.
6183         (linux_xfer_osdata_processes): Change to use PID_T and
6184         MAX_PID_T_STRLEN.
6185         (compare_processes): New function.
6186         (linux_xfer_osdata_processgroups): New function.
6187         (linux_xfer_osdata_threads): Change to use PID_T.
6188         (linux_xfer_osdata_fds): New function.
6189         (format_socket_state, print_sockets): New functions.
6190         (union socket_addr): New union.
6191         (linux_xfer_osdata_isockets): New function.
6192         (time_from_time_t, group_from_gid): New functions.
6193         (linux_xfer_osdata_shm): New function.
6194         (linux_xfer_osdata_sem): New function.
6195         (linux_xfer_osdata_msg): New function.
6196         (linux_xfer_osdata_modules): New function.
6197         (osdata_table): Add new entries.
6198         * common/buffer.c (buffer_xml_printf): Add support for long and
6199         long long format specifiers.
6200
6201 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6202
6203         * amd64-linux-tdep.h (tdesc_x32_linux): New.
6204         (tdesc_x32_avx_linux): Likewise.
6205
6206 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6207
6208         Implement multi-component --with-auto-load-dir.
6209         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6210         entries.
6211         (--with-auto-load-safe-path): Update the default value description.
6212         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6213         New.
6214         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
6215         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
6216         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
6217         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
6218         "set auto-load scripts-directory".
6219         * config.in: Regenerate.
6220         * configure: Regenerate.
6221         * configure.ac (--with-auto-load-dir): New configure option.
6222         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6223
6224 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6225
6226         Provide $ddir substitution for --with-auto-load-safe-path.
6227         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6228         entries.
6229         * auto-load.c: Include observer.h.
6230         (auto_load_safe_path_vec_update): Call substitute_path_component for
6231         each component.  New variable ddir_subst.
6232         (auto_load_gdb_datadir_changed): New function.
6233         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6234         AUTO_LOAD_SAFE_PATH.  New comment.
6235         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6236         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
6237         * config.in: Regenerate.
6238         * configure: Regenerate.
6239         * configure.ac (--auto-load-safe-path): Rename
6240         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6241         GDB_DATADIR/auto-load.
6242         * defs.h (substitute_path_component): New declaration.
6243         * top.c: Include observer.h.
6244         (set_gdb_datadir): New function.
6245         (init_main): Install it for "set data-directory".
6246         * utils.c (substitute_path_component): New function.
6247
6248 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6249
6250         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6251         * auto-load.c (auto_load_objfile_script): Remove check for NULL
6252         DEBUG_FILE_DIRECTORY.  Handle multiple components of
6253         DEBUG_FILE_DIRECTORY.
6254
6255 2012-05-10  Tom Tromey  <tromey@redhat.com>
6256
6257         * dwarf2read.c (recursively_write_psymbols): New function.
6258         (write_psymtabs_to_index): Use it.
6259
6260         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6261         field.
6262         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6263         (load_partial_comp_unit): Update.
6264         (queue_comp_unit): Add argument 'pretend_language'.
6265         (process_queue): Update.
6266         (psymtab_to_symtab_1): Skip dependencies that have a user.
6267         (load_partial_comp_unit_reader): Give meaning to the 'data'
6268         argument.
6269         (load_full_comp_unit): Add 'pretend_language' argument.
6270         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6271         language on CU.
6272         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6273         Update.
6274         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6275         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6276         Update.
6277         (prepare_one_comp_unit): Add 'pretend_language' argument.
6278
6279         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6280         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6281         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6282         (dw2_do_instantiate_symtab): Check whether symtab was read in
6283         before queueing.
6284         (dw2_instantiate_symtab): Add assertion.  Call
6285         process_cu_includes.
6286         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6287         (partial_symtab_p): New typedef.
6288         (set_partial_user): New function.
6289         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6290         (scan_partial_symbols): Add imported CU to imported_symtabs.
6291         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6292         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6293         (get_symtab, recursively_compute_inclusions)
6294         (compute_symtab_includes, process_cu_includes)
6295         (process_imported_unit_die): New functions.
6296         (process_die) <DW_TAG_imported_unit>: New case.
6297         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6298
6299         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6300         comment.
6301         (struct partial_die_info) <locdesc>: Remove.
6302         <d>: New field.
6303         (process_psymtab_comp_unit): Add 'read_partial' argument.
6304         Update.
6305         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6306         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6307         (add_partial_symbol): Update.
6308         (process_die): Handle DW_TAG_partial_unit.
6309         (read_file_scope): Update comment.
6310         (load_partial_dies): Handle DW_TAG_imported_unit.
6311         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6312         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6313
6314 2012-05-10  Tom Tromey  <tromey@redhat.com>
6315
6316         * cc-with-dwz.sh: New file.
6317
6318 2012-05-10  Tom Tromey  <tromey@redhat.com>
6319
6320         * symtab.h (struct symtab) <includes, user>: New fields.
6321         * block.h (struct block_iterator) <d, idx, which>: New fields.
6322         * block.c (initialize_block_iterator, find_iterator_symtab)
6323         (block_iterator_step, block_iter_name_step)
6324         (block_iter_match_step): New functions.
6325         (block_iterator_first, block_iterator_next)
6326         (block_iter_name_first, block_iter_name_next)
6327         (block_iter_match_first, block_iter_match_next): Rewrite.
6328         (get_block_symtab): New function.
6329
6330 2012-05-10  Tom Tromey  <tromey@redhat.com>
6331
6332         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6333         set_block_symtab.
6334         * jit.c (finalize_symtab): Use allocate_global_block,
6335         set_block_symtab.
6336         * buildsym.c (finish_block_internal): New function, from old
6337         finish_block.
6338         (finish_block): Rewrite.
6339         (end_symtab): Use finish_block_internal, set_block_symtab.
6340         * block.h (struct global_block): New.
6341         (allocate_global_block, set_block_symtab): Declare.
6342         * block.c (allocate_global_block, set_block_symtab): New
6343         functions.
6344
6345 2012-05-10  Tom Tromey  <tromey@redhat.com>
6346
6347         * psymtab.c (partial_map_expand_apply): Add assertion.
6348         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6349         (psymtab_to_symtab): Find unshared psymtab.
6350         (dump_psymtab): Print including psymtabs.
6351         (recursively_search_psymtabs): New function.
6352         (expand_symtabs_matching_via_partial): Use it.
6353         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6354         fields.
6355         (enum psymtab_search_status): New.
6356
6357 2012-05-10  Tom Tromey  <tromey@redhat.com>
6358
6359         * tracepoint.c (scope_info): Update.
6360         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6361         (find_pc_sect_symtab, search_symbols)
6362         (default_make_symbol_completion_list_break_on)
6363         (make_file_symbol_completion_list): Update.
6364         * symmisc.c (dump_symtab_1): Update.
6365         * stack.c (print_frame_args, iterate_over_block_locals)
6366         (print_frame_labels, iterate_over_block_arg_vars): Update.
6367         * python/py-block.c (block_object) <dict>: Remove.
6368         <block>: New field.
6369         <iter>: Change type.
6370         (blpy_iter): Update.
6371         (blpy_block_syms_iternext): Update.
6372         * psymtab.c (map_block): Use block iterators.
6373         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6374         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6375         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6376         * infrun.c (check_exception_resume): Update.
6377         * cp-support.c (make_symbol_overload_list_block): Update.
6378         * coffread.c (patch_opaque_types): Update.
6379         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6380         * block.h (struct block_iterator): New.
6381         (block_iterator_first, block_iterator_next, block_iter_name_first)
6382         (block_iter_name_next, block_iter_match_first)
6383         (block_iter_match_next): Declare.
6384         (ALL_BLOCK_SYMBOLS): Redefine.
6385         * block.c (block_iterator_first, block_iterator_next)
6386         (block_iter_name_first, block_iter_name_next)
6387         (block_iter_match_first, block_iter_match_next): New functions.
6388         * ada-lang.c (ada_add_block_symbols)
6389         (ada_make_symbol_completion_list): Use block iterator.
6390
6391 2012-05-10  Tom Tromey  <tromey@redhat.com>
6392
6393         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6394         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6395         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6396         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6397         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6398         Update.
6399
6400 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6401
6402         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6403         print-file-var-lib2.c, print-file-var-main.c and
6404         print-file-var.exp (located in gdb/testsuite/gdb.base).
6405
6406 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6407
6408         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6409         try locating the symbol in the symbol's own objfile first, before
6410         extending the search to all objfiles.
6411         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6412         out of lookup_symbol_aux_symtabs.
6413         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6414         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6415         Do not search EXCLUDE_OBJFILE.
6416         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6417         (lookup_symbol_global): Search for matches in the block's objfile
6418         first, before searching all other objfiles.
6419
6420 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6421
6422         * printcmd.c (set_command): Add pre/post inc/dec.
6423
6424 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6425
6426         * gdb.1: Document -ex option.
6427
6428 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6429
6430         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6431         * inferior.h (AT_SYMBOL): Delete.
6432
6433 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6434
6435         * mips-tdep.c (mips_push_dummy_code): New function.
6436         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6437         ON_STACK and install mips_push_dummy_code as our gdbarch
6438         push_dummy_code routine.
6439
6440 2012-05-09  Pedro Alves  <palves@redhat.com>
6441
6442         * target.c (set_maintenance_target_async_permitted): Rename to ...
6443         (set_target_async_command): ... this.
6444         (show_maintenance_target_async_permitted): Rename to ...
6445         (show_target_async_command): ... this.
6446         (initialize_targets): Adjust.
6447
6448 2012-05-08  Doug Evans  <dje@google.com>
6449
6450         * go-exp.y (classify_name): Add missing assignment of fields of
6451         yylval.ssym.
6452
6453 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6454
6455         Display the ">" prompt in interactive mode while reading canned
6456         commands, even when the current interpreter is MI.
6457
6458         * interps.c (interp_set_temp): New function.
6459
6460         * interps.h (interp_set_temp): Add prototype.
6461
6462         * cli/cli-script.c (restore_interp): New cleanup function.
6463         (read_command_lines): Temporarily override the current interpreter
6464         with CLI and arrange for restoring the original one.
6465
6466 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6467
6468         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6469
6470 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6471
6472         * probe.c (parse_probes): Move conditional to check for
6473         debuginfo files from here...
6474         * stap-probe.c (stap_get_probes): ... to here.
6475
6476 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6477             H.J. Lu  <hongjiu.lu@intel.com>
6478
6479         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6480         `movl %esp, %ebp' for the X32 ABI.
6481
6482 2012-05-07  Tom Tromey  <tromey@redhat.com>
6483
6484         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6485         get_DW_TAG_name.
6486         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6487         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6488         (dwarf_stack_op_name): Remove.
6489         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6490         (decode_locdesc): Use get_DW_OP_name.
6491         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6492         (dwarf2_compile_expr_to_ax): Likewise.
6493         (disassemble_dwarf_expression): Likewise.
6494         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6495
6496 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6497
6498         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6499         (sh_linux_sigtramp_cache): New function.
6500         (sh_linux_sigreturn_init): New function.
6501         (sh_linux_rt_sigreturn_init): New function.
6502         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6503         patterns.
6504         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6505         syscall codes.
6506         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6507         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6508         (sh_linux_init_abi): Add init calls to register new tramp_frame
6509         definitions under 32-bit SH, update comments.
6510
6511 2012-05-07  Pedro Alves  <palves@redhat.com>
6512
6513         PR gdb/10952
6514
6515         * amd64-linux-tdep.c: Include glibc-tdep.h.
6516         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6517         gdbarch_skip_solib_resolver callback.
6518
6519 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6520
6521         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6522         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6523         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6524         (add_auto_load_safe_path): Change the error message.
6525         (_initialize_auto_load): Change the "safe-path" help text.
6526         * configure: Regenerate
6527         * configure.ac (--without-auto-load-safe-path): Set
6528         WITH_AUTO_LOAD_SAFE_PATH to /.
6529
6530 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6531
6532         * stap-probe.h: Do not include unecessary `probe.h'.
6533
6534 2012-05-05  Alan Modra  <amodra@gmail.com>
6535
6536         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6537         bfd_und_section_ptr.
6538         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6539         and bfd_com_section_ptr.
6540
6541 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6542
6543         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6544
6545 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6546
6547         * windows-nat.h (segment_register_p_ftype): New typedef.
6548         (windows_set_segment_register_p): Add declaration.
6549         * windows-nat.c (segment_register_p): New static global.
6550         (windows_set_segment_register_p): New function.
6551         (do_windows_fetch_inferior_registers): Add special handling
6552         for segment registers.
6553         * amd64-windows-nat.c: #include "amd64-tdep.h".
6554         (amd64_windows_segment_register_p): New function.
6555         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6556         * i386-windows-nat.c: #include "i386-tdep.h".
6557         (i386_windows_segment_register_p): New function.
6558         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6559
6560 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6561
6562         * printcmd.c (set_command): Emit a warning if the expression is not
6563         an assignment.
6564
6565 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6566
6567         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6568         Make static.
6569
6570 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6571
6572         * stap-probe.c (stap_is_operator): Change declaration.
6573         (stap_get_opcode): Change return value.
6574         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6575         `stap_parse_argument_1'.
6576
6577 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6578
6579         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6580         debug log.
6581
6582 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6583
6584         Add two new methods global_block and static_block to gdb.Symtab
6585         objects.
6586         * NEWS (Python scripting): Add entry about the new methods.
6587         * python/py-symtab.c (stpy_global_block): New function which
6588         implements the gdb.Symtab.global_block() method.
6589         (stpy_static_block): New function which implements the
6590         gdb.Symtab.static_block() method.
6591         (symtab_object_methods): Add entries for the two new methods.
6592
6593 2012-05-03  Doug Evans  <dje@google.com>
6594
6595         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6596         files.
6597
6598 2012-05-03  Yao Qi  <yao@codesourcery.com>
6599
6600         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6601         space.
6602         (i386_process_record): Ditto.
6603
6604 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6605
6606         * infcall.c (unwind_on_signal_p): Make static.
6607
6608 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6609
6610         * sol-thread.c (solaris_pid_to_str): Make static.
6611         (_initialize_sol_thread): Add prototype.
6612
6613 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6614
6615         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6616
6617 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6618
6619         * MAINTAINERS: Remove myself.
6620
6621 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6622
6623         Fix --without-auto-load-safe-path for MS-Windows host platform.
6624         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6625
6626 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6627
6628         * gdb_curses.h: Undefine KEY_EVENT before including curses
6629         headers.  Move "#undef MOUSE_MOVED" before any curses header
6630         inclusion.
6631
6632 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6633
6634         * features/i386/i386-mmx-linux.c: Regenerate.
6635         * features/rs6000/powerpc-32.c: Likewise.
6636         * features/rs6000/powerpc-32l.c: Likewise.
6637         * features/rs6000/powerpc-403.c: Likewise.
6638         * features/rs6000/powerpc-403gc.c: Likewise.
6639         * features/rs6000/powerpc-405.c: Likewise.
6640         * features/rs6000/powerpc-505.c: Likewise.
6641         * features/rs6000/powerpc-601.c: Likewise.
6642         * features/rs6000/powerpc-602.c: Likewise.
6643         * features/rs6000/powerpc-603.c: Likewise.
6644         * features/rs6000/powerpc-604.c: Likewise.
6645         * features/rs6000/powerpc-64.c: Likewise.
6646         * features/rs6000/powerpc-64l.c: Likewise.
6647         * features/rs6000/powerpc-750.c: Likewise.
6648         * features/rs6000/powerpc-860.c: Likewise.
6649         * features/rs6000/powerpc-e500.c: Likewise.
6650         * features/rs6000/powerpc-e500l.c: Likewise.
6651         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6652         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6653         * features/rs6000/rs6000.c: Likewise.
6654
6655 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6656
6657         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6658         variable.
6659         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6660         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6661         (stap_parse_argument) <e>: Likewise.
6662         (handle_stap_probe) <byte_order>: Likewise.
6663
6664 2012-04-30  Doug Evans  <dje@google.com>
6665
6666         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6667         init_and_read_dies_worker.  All callers updated.
6668         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6669         replaced with init_cutu_and_read_dies.
6670         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6671         (find_partial_die): Remove FIXME.  Don't free current CU.
6672
6673 2012-04-30  Sterling Augustine  <saugustine@google.com>
6674
6675         * contrib: New directory.
6676         * contrib/test_pubnames_and_indexes.py: New file.
6677
6678 2012-04-30  Doug Evans  <dje@google.com>
6679
6680         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6681         All callers updated.
6682         (init_cu_die_reader): Verify the section is non-empty.
6683         (dwarf_decode_line_header): Don't dereference section->asection
6684         until we know the section is present.
6685
6686 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6687
6688         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6689         probes.
6690
6691 2012-04-29  Yao Qi  <yao@codesourcery.com>
6692
6693         * gdb-code-style.el: New hook gdb-markup-hook
6694         and gdb-comment-hook.
6695
6696 2012-04-28  Doug Evans  <dje@google.com>
6697
6698         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6699         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6700         objfile->obfd.
6701         * symfile.h (dwarf2_debug_sections): New member addr.
6702         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6703         (ctx_no_get_addr_index): New function.
6704         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6705         (ctx_no_get_addr_index): Declare.
6706         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6707         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6708         (dwarf_expr_ctx_funcs): Update.
6709         (needs_get_addr_index): New function.
6710         (needs_frame_ctx_funcs): Update.
6711         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6712         * dwarf2read.c: #include "gdbcore.h".
6713         (dwarf2_per_objfile): New members addr, dwo_files.
6714         (dwarf2_elf_names): Add entry for addr.
6715         (struct dwo_section_names): New type.
6716         (dwo_section_names): New static global.
6717         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6718         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6719         old debug_types_section member updated to use this.
6720         Rename member debug_types_section to info_or_types_section,
6721         all uses updated.
6722         (signatured_type): Rename member type_offset to type_offset_in_tu,
6723         all uses updated.  New member type_offset_in_section.
6724         (struct dwo_sections): New type.
6725         (struct dwo_unit): New type.
6726         (struct dwo_file): New type.
6727         (die_reader_specs): New member dwo_file.
6728         (dwarf2_locate_sections): Watch for .debug_addr.
6729         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6730         (dwarf2_read_section): Get bfd of section from bfd's asection,
6731         instead of objfile.
6732         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6733         (create_signatured_type_table_from_index): Initialize
6734         sig_type->info_or_types_section.
6735         (dw2_get_file_names): Statement lists for type units with DWO files
6736         live in the DWO file.
6737         (create_debug_types_hash_table): New function.
6738         (create_all_type_units): Rewrite.
6739         (init_cu_die_reader): New arg dwo_file, all callers updated.
6740         (init_and_read_dies_worker): Get section from
6741         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6742         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6743         continue reading the CU/TU from there.
6744         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6745         updated.  Get section from this_cu->info_or_types_section.
6746         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6747         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6748         DW_FORM_GNU_str_index.
6749         (hash_dwo_file, eq_dwo_file): New functions.
6750         (allocate_dwo_file_hash_table): New function.
6751         (hash_dwo_unit, eq_dwo_unit): New functions.
6752         (allocate_dwo_unit_table): New function.
6753         (dwarf2_locate_dwo_sections): New function.
6754         (struct create_dwo_info_table_data): New type.
6755         (create_debug_info_hash_table_reader): New function.
6756         (create_debug_info_hash_table): New function.
6757         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6758         (lookup_dwo_file): New function.
6759         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6760         (free_dwo_file, free_dwo_file_cleanup): New functions.
6761         (free_dwo_file_from_slot, free_dwo_files): New functions.
6762         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6763         (dwarf2_record_block_ranges): Ditto.
6764         (read_partial_die): Ditto.
6765         (process_enumeration_scope): Update to use type_offset_in_section.
6766         (read_full_die_1): New function.
6767         (read_full_die): Rewrite.
6768         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6769         DW_FORM_GNU_str_index.
6770         (read_addr_index_1, read_addr_index): New functions.
6771         (read_addr_index_from_leb128): New function.
6772         (struct dwarf2_read_addr_index_data): New type.
6773         (dwarf2_read_addr_index_reader): New function.
6774         (dwarf2_read_addr_index): New function.
6775         (read_str_index): New function.
6776         (leb128_size): New function.
6777         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6778         If processing a type unit from a DWO file, get the line section
6779         from the DWO file.
6780         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6781         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6782         DW_FORM_GNU_str_index.
6783         (lookup_die_type): Check whether section offset of type's die is
6784         known before looking it up.  Remove assert.  Condition can
6785         legimately happen for inter-cu type references.
6786         (dwarf_attr_name): Handle Fission attributes.
6787         (dwarf_form_name): Handle Fission forms.
6788         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6789         DW_FORM_GNU_str_index.
6790         (follow_die_sig): Update to use type_offset_in_section.
6791         (decode_locdesc): New case DW_OP_GNU_addr_index.
6792         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6793         DW_FORM_GNU_str_index.
6794         (cu_debug_loc_section): New function.
6795         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6796         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6797         Free DWO files if present.
6798         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6799
6800         Refactor DIE reading.
6801         * dwarf2read.c (dwarf2_per_objfile): Replace members
6802         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6803         (die_reader_specs): New member "die_section".  Temporarily make
6804         member "buffer" non-const, pending constifying all info_ptr uses.
6805         (die_reader_func_ftype): New typedef.
6806         (dw2_get_file_names_reader): New function.
6807         (dw2_get_file_names): Rewrite.
6808         (read_and_check_type_unit_head): Rename arg type_offset to
6809         type_offset_in_tu.
6810         (create_all_type_units): Improve debugging message.
6811         Improve dummy type unit check.
6812         (init_cu_die_reader): New arg "section".  All callers updated.
6813         (init_and_read_dies_worker): New function.
6814         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6815         (init_cutu_and_read_dies_no_follow): New function.
6816         (init_cutu_and_read_dies_simple): New function.
6817         (process_psymtab_comp_unit_reader): New function.
6818         (process_psymtab_comp_unit): Delete args section,
6819         is_debug_types_section.  Rewrite.  All callers updated.
6820         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6821         All callers updated.  Rewrite.
6822         (load_partial_comp_unit_reader): New function.
6823         (load_partial_comp_unit): Rewrite.
6824         (skip_children): New arg reader.  Delete args buffer, cu.
6825         All callers updated.
6826         (skip_one_die): New arg reader.  Delete args buffer, cu.
6827         All callers updated.
6828         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6829         All callers updated.
6830         (load_full_comp_unit_reader): New function.
6831         (load_full_comp_unit): Rewrite.
6832         (read_comp_unit): Delete.
6833         (read_die_and_children_1): Delete, contents moved ...
6834         (read_die_and_children): ... here.
6835         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6836         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6837         All callers updated.
6838         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6839         All callers updated.
6840         (find_partial_die): Rewrite load_all_dies support.
6841         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6842         All callers updated.
6843         (read_attribute): New arg reader.  Delete args abfd, cu.
6844         All callers updated.
6845         (load_full_type_unit): Add assert.
6846         (read_signatured_type_reader): New function.
6847         (read_signatured_type): Rewrite.
6848         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6849         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6850         All callers updated.  Set per_cu->cu = NULL after freeing it.
6851         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6852         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6853         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6854         (set_die_type): Update.
6855         (get_die_type_at_offset): Update.
6856         (read_file_scope): Call prepare_one_comp_unit.
6857         (read_type_unit_scope): Ditto.
6858         (prepare_one_comp_unit): Set producer if present.
6859
6860 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6861
6862         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6863          gettext function on `error'.
6864
6865 2012-04-27  Doug Evans  <dje@google.com>
6866
6867         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6868         is empty.
6869
6870 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6871             Tom Tromey  <tromey@redhat.com>
6872
6873         * breakpoint.c (struct breakpoint_objfile_data)
6874         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6875         <exception_probes>: New fields.
6876         (free_breakpoint_probes): New function.
6877         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6878         `_Unwind_DebugHook'.
6879         (create_exception_master_breakpoint): Likewise.
6880         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6881         * infrun.c: Including necessary header files for handling SystemTap
6882         probes.
6883         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6884         via SystemTap probes.
6885         (check_exception_resume): Remove `func' argument.  Handle exception
6886         unwinding breakpoint set via a SystemTap probe.
6887         (insert_exception_resume_from_probe): New function.
6888
6889 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6890             Tom Tromey  <tromey@redhat.com>
6891             Jan Kratochvil  <jan.kratochvil@redhat.com>
6892
6893         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6894         (COMMON_OBS): Likewise.
6895         (HFILES_NO_SRCDIR): Add `probe'.
6896         * NEWS: Mention support for static and SystemTap probes.
6897         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6898         SystemTap probes' arguments parser.
6899         * arm-linux-tdep.c: Including headers needed to perform the parsing
6900         of SystemTap probes' arguments.
6901         (arm_stap_is_single_operand): New function.
6902         (arm_stap_parse_special_token): Likewise.
6903         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6904         probes' arguments parser.
6905         * ax-gdb.c (require_rvalue): Removing static declaration.
6906         (gen_expr): Likewise.
6907         * ax-gdb.h (gen_expr): Declaring function.
6908         (require_rvalue): Likewise.
6909         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6910         (bkpt_probe_breakpoint_ops): New variable.
6911         (momentary_breakpoint_from_master): Set the `probe' value.
6912         (add_location_to_breakpoint): Likewise.
6913         (break_command_1): Using proper breakpoint_ops according to the
6914         argument passed by the user in the command line.
6915         (bkpt_probe_insert_location): New function.
6916         (bkpt_probe_remove_location): Likewise.
6917         (bkpt_probe_create_sals_from_address): Likewise.
6918         (bkpt_probe_decode_linespec): Likewise.
6919         (tracepoint_probe_create_sals_from_address): Likewise.
6920         (tracepoint_probe_decode_linespec): Likewise.
6921         (tracepoint_probe_breakpoint_ops): New variable.
6922         (trace_command): Using proper breakpoint_ops according to the
6923         argument passed by the user in the command line.
6924         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6925         static probes on breakpoints and tracepoints.
6926         * breakpoint.h (struct bp_location) <probe>: New field.
6927         * cli-utils.c (skip_spaces_const): New function.
6928         (extract_arg): Likewise.
6929         * cli-utils.h (skip_spaces_const): Likewise.
6930         (extract_arg): Likewise.
6931         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6932         * configure.ac: Append `stap-probe.o' to be generated when ELF
6933         support is present.
6934         * configure: Regenerate.
6935         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6936         * elfread.c: Include `probe.h' and `arch-utils.h'.
6937         (probe_key): New variable.
6938         (elf_get_probes): New function.
6939         (elf_get_probe_argument_count): Likewise.
6940         (elf_evaluate_probe_argument): Likewise.
6941         (elf_compile_to_ax): Likewise.
6942         (elf_symfile_relocate_probe): Likewise.
6943         (stap_probe_key_free): Likewise.
6944         (elf_probe_fns): New variable.
6945         (elf_sym_fns): Add `sym_probe_fns' value.
6946         (elf_sym_fns_lazy_psyms): Likewise.
6947         (elf_sym_fns_gdb_index): Likewise.
6948         (_initialize_elfread): Initialize objfile cache for static
6949         probes.
6950         * gdb_vecs.h (struct probe): New forward declaration.
6951         (probe_p): New VEC declaration.
6952         * gdbarch.c: Regenerate.
6953         * gdbarch.h: Regenerate.
6954         * gdbarch.sh (stap_integer_prefix): New variable.
6955         (stap_integer_suffix): Likewise.
6956         (stap_register_prefix): Likewise.
6957         (stap_register_suffix): Likewise.
6958         (stap_register_indirection_prefix): Likewise.
6959         (stap_register_indirection_suffix): Likewise.
6960         (stap_gdb_register_prefix): Likewise.
6961         (stap_gdb_register_suffix): Likewise.
6962         (stap_is_single_operand): New function.
6963         (stap_parse_special_token): Likewise.
6964         (struct stap_parse_info): Forward declaration.
6965         * i386-tdep.c: Including headers needed to perform the parsing
6966         of SystemTap probes' arguments.
6967         (i386_stap_is_single_operand): New function.
6968         (i386_stap_parse_special_token): Likewise.
6969         (i386_elf_init_abi): Initializing proper fields used by SystemTap
6970         probes' arguments parser.
6971         * i386-tdep.h (i386_stap_is_single_operand): New function.
6972         (i386_stap_parse_special_token): Likewise.
6973         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6974         * mipsread.c (ecoff_sym_fns): Likewise.
6975         * objfiles.c (objfile_relocate1): Support relocation for static
6976         probes.
6977         * parse.c (prefixify_expression): Remove static declaration.
6978         (initialize_expout): Likewise.
6979         (reallocate_expout): Likewise.
6980         * parser-defs.h (initialize_expout): Declare function.
6981         (reallocate_expout): Likewise.
6982         (prefixify_expression): Likewise.
6983         * ppc-linux-tdep.c: Including headers needed to perform the parsing
6984         of SystemTap probes' arguments.
6985         (ppc_stap_is_single_operand): New function.
6986         (ppc_stap_parse_special_token): Likewise.
6987         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6988         probes' arguments parser.
6989         * probe.c: New file, for generic statically defined probe support.
6990         * probe.h: Likewise.
6991         * s390-tdep.c: Including headers needed to perform the parsing of
6992         SystemTap probes' arguments.
6993         (s390_stap_is_single_operand): New function.
6994         (s390_gdbarch_init): Initializing proper fields used by SystemTap
6995         probes' arguments parser.
6996         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6997         * stap-probe.c: New file, for SystemTap probe support.
6998         * stap-probe.h: Likewise.
6999         * symfile.h: Include `gdb_vecs.h'.
7000         (struct sym_probe_fns): New struct.
7001         (struct sym_fns) <sym_probe_fns>: New field.
7002         * symtab.c (init_sal): Initialize `probe' field.
7003         * symtab.h (struct probe): Forward declaration.
7004         (struct symtab_and_line) <probe>: New field.
7005         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7006         locations.
7007         (stop_tracing): Likewise.
7008         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7009
7010 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7011             Tom Tromey  <tromey@redhat.com>
7012
7013         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7014         and to compile agent expressions.
7015         * infrun.c (siginfo_make_value): New argument `ignore'.
7016         (siginfo_funcs): New struct.
7017         (_initialize_infrun): New argument when calling
7018         `create_internalvar_type_lazy'.
7019         * thread.c (thread_id_make_value): New argument `ignore'.
7020         (thread_funcs): New struct.
7021         (_initialize_thread): New argument when calling
7022         `create_internalvar_type_lazy'.
7023         * tracepoint.c (sdata_make_value): New argument `ignore'.
7024         (sdata_funcs): New struct.
7025         (_initialize_tracepoint): New argument when calling
7026         `create_internalvar_type_lazy'.
7027         * value.c (make_value): New struct.
7028         (create_internalvar_type_lazy): New argument `data'.
7029         (compile_internalvar_to_ax): New function.
7030         (value_of_internalvar): Properly handling `make_value' case.
7031         (clear_internalvar): Likewise.
7032         (show_convenience): Adding `TRY_CATCH' block.
7033         * value.h (internalvar_make_value): Delete, replace by...
7034         (struct internalvar_funcs): ... this.
7035         (create_internalvar_type_lazy) <fun>: Delete argument.
7036         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7037         (compile_internalvar_to_ax): New function.
7038         * windows-tdep.c (tlb_make_value): New argument `ignore'.
7039         (tlb_funcs): New struct.
7040         (_initialize_windows_tdep): New argument when calling
7041         `create_internalvar_type_lazy'.
7042
7043 2012-04-27  Mark Wielaard  <mjw@redhat.com>
7044
7045         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7046         see whether it is an address or a constant offset from DW_AT_low_pc.
7047         (dwarf2_record_block_ranges): Likewise.
7048         (read_partial_die): Likewise.
7049
7050 2012-04-26  Mark Wielaard  <mjw@redhat.com>
7051
7052         * MAINTAINERS (Write After Approval): Add myself to the list.
7053
7054 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7055
7056         * proc-utils.h (proc_prettyprint_signalset): New prototype.
7057         (proc_prettyprint_signal): Likewise.
7058         (proc_prettyprint_faultset): Likewise.
7059         (proc_prettyprint_fault): Likewise.
7060         (proc_prettyprint_actionset): Likewise.
7061         (proc_prettyprint_flags): Move to new proc-flags.c section.
7062         (proc_prettyfprint_flags): New prototype.
7063         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7064         (proc_syscall, proc_cursig): Likewise.
7065         (proc_set_kill_on_last_close): Likewise.
7066         (proc_unset_kill_on_last_close): Likewise.
7067         (proc_set_watchpoint): Make static.
7068         (proc_delete_dead_threads): Likewise.
7069         (procfs_set_watchpoint): Likewise.
7070         (_initialize_procfs): Add prototype.
7071         * proc-events.c: Include proc-utils.h.
7072         (init_syscall_table): Make static.
7073         * proc-api.c (_initialize_proc_api): Add prototype.
7074         * proc-flags.c: Include proc-utils.h.
7075
7076 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7077
7078         * configure.ac: Add AC_ARG_PROGRAM.
7079         * configure: Regenerate.
7080
7081 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7082
7083         Fix DW_AT_lower_bound defaults for DWARF-4+.
7084         * dwarf2read.c (read_subrange_type): Remove initialization of low and
7085         high.  New variable low_default_is_valid.  Implement DWARF-4+
7086         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
7087         no default by the DWARF standard.
7088
7089 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
7090             Maciej W. Rozycki  <macro@codesourcery.com>
7091
7092         * infrun.c (handle_inferior_event): Move the check for return
7093         trampolines ahead of the check for function trampolines.
7094         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7095         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7096         (mips_str_mips16_ret_stub): Likewise.
7097         (mips_str_call_fp_stub): Likewise.
7098         (mips_str_call_stub): Likewise.
7099         (mips_str_fn_stub): Likewise.
7100         (mips_str_pic): Likewise.
7101         (mips_in_frame_stub): New function.
7102         (mips_unwind_pc): Return the return address rather than the PC
7103         if the PC of an intermediate frame is inside a call thunk.
7104         (mips_is_stub_suffix): New function.
7105         (mips_is_stub_mode): Likewise.
7106         (mips_get_mips16_fn_stub_pc): Likewise.
7107         (mips_skip_mips16_trampoline_code): Update to handle all the
7108         currently generated stub types.  Don't recurse into __fn_stub
7109         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
7110         Use cooked register accesses.
7111         (mips_in_return_stub): Reintroduce function.
7112         (mips_skip_trampoline_code): Traverse trampolines recursively.
7113         (mips_gdbarch_init): Handle MIPS16 return trampolines.
7114
7115 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
7116
7117         GDB 7.4.1 released.
7118
7119 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
7120
7121         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7122         * features/arm-with-m-vfp-d16.xml: New file. Describes
7123         Cortex-M with VFPv4-sp-d16 FPU register layout.
7124         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7125         * features/arm-with-m-vfp-d16.c: New. Generated from above.
7126         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7127         (arm-register_g_packet_guesses): Add vfp-d16 guess.
7128         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7129
7130 2012-04-25  Doug Evans  <dje@google.com>
7131
7132         * cli/cli-decode.c (print_doc_line): Use stream instead of
7133         current_uiout.
7134
7135 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
7136
7137         * features/arm-with-iwmmxt.c: Regenerate.
7138         * features/arm-with-m-fpa-layout.c: Likewise.
7139         * features/arm-with-m.c: Likewise.
7140         * features/arm-with-neon.c: Likewise.
7141         * features/arm-with-vfpv2.c: Likewise.
7142         * features/arm-with-vfpv3.c: Likewise.
7143         * features/mips-dsp-linux.c: Likewise.
7144         * features/mips-linux.c: Likewise.
7145         * features/mips64-dsp-linux.c: Likewise.
7146         * features/mips64-linux.c: Likewise.
7147         * features/s390-linux32.c: Likewise.
7148         * features/s390-linux32v1.c: Likewise.
7149         * features/s390-linux32v2.c: Likewise.
7150         * features/s390-linux64.c: Likewise.
7151         * features/s390-linux64v1.c: Likewise.
7152         * features/s390-linux64v2.c: Likewise.
7153         * features/s390x-linux64.c: Likewise.
7154         * features/s390x-linux64v1.c: Likewise.
7155         * features/s390x-linux64v2.c: Likewise.
7156         * features/tic6x-c62x-linux.c: Likewise.
7157         * features/tic6x-c62x.c: Likewise.
7158         * features/tic6x-c64x-linux.c: Likewise.
7159         * features/tic6x-c64x.c: Likewise.
7160         * features/tic6x-c64xp-linux.c: Likewise.
7161         * features/tic6x-c64xp.c: Likewise.
7162         * target-descriptions.c: Only generate `field_type' and `type'
7163         variables when needed.
7164
7165 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
7166
7167         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7168
7169 2012-04-25  Doug Evans  <dje@google.com>
7170
7171         Initial pass at Go language support.
7172         * NEWS: Mention Go.
7173         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7174         go-valprint.c.
7175         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7176         (YYFILES): Add go-exp.c.
7177         (YYOBJ): Add go-exp.o.
7178         (local-maintainer-clean): Delete go-exp.c.
7179         * defs.h (enum language): Add language_go.
7180         * dwarf2read.c: #include "go-lang.h".
7181         (fixup_go_packaging): New function.
7182         (process_full_comp_unit): Call it when processing Go CUs.
7183         (dwarf2_physname): Add Go support.
7184         (read_file_scope): Handle missing language spec for GNU Go.
7185         (set_cu_language): Handle DW_LANG_Go.
7186         * go-exp.y: New file.
7187         * go-lang.h: New file.
7188         * go-lang.c: New file.
7189         * go-typeprint.c: New file.
7190         * go-valprint.c: New file.
7191         * symtab.c: #include "go-lang.h".
7192         (symbol_set_language): Handle language_go.
7193         (symbol_find_demangled_name, symbol_set_names): Ditto.
7194         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7195
7196 2012-04-24  Jim Meyering  <meyering@redhat.com>
7197
7198         avoid a few strncpy-induced buffer overruns
7199         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7200         fname and psargs before trying to concatenate.
7201         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7202         "name" before applying strchr.
7203
7204 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
7205
7206         * CONTRIBUTE: Use unified diff instead of context diff when
7207         generating patches.
7208
7209 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7210
7211         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7212         code.  Handle JR.HB correctly.
7213
7214 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7215
7216         * mips-tdep.c
7217         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7218         with the other MIPS16 helpers.
7219
7220 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
7221
7222         * observer.sh: Conditionally declare `args', thus cleaning up
7223         unused instances of this variable.
7224
7225 2012-04-24  Yao Qi  <yao@codesourcery.com>
7226
7227         Revert this patch to allow breakpoint always-inserted
7228         in record target.
7229         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
7230         * breakpoint.c: Include record.h.
7231         (breakpoints_always_inserted_mode): Return false when the record
7232         target is in use.
7233
7234         * breakpoint.c (iterate_over_bp_locations): New.
7235         * breakpoint.h: Declare.
7236         New typedef walk_bp_location_callback.
7237         * record.c (record_open): Call record_init_record_breakpoints.
7238         (record_sync_record_breakpoints): New.
7239         (record_init_record_breakpoints): New.
7240         * NEWS: Mention supporting breakpoint always-inserted mode in
7241         record target.
7242
7243 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
7244
7245         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7246         any thread.
7247
7248 2012-04-24  Yao Qi  <yao@codesourcery.com>
7249
7250         * breakpoint.c (ep_is_catchpoint): Renamed to ...
7251         (is_catchpoint): ... it.
7252         (print_one_breakpoint_location): Caller update.
7253         * breakpoint.h: Update declaration.
7254
7255 2012-04-23  David S. Miller  <davem@davemloft.net>
7256
7257         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7258
7259 2012-04-23  Tom Tromey  <tromey@redhat.com>
7260
7261         * buildsym.c (add_free_pendings): Remove.
7262         * buildsym.h (add_free_pendings): Remove.
7263
7264 2012-04-23  Doug Evans  <dje@google.com>
7265
7266         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7267         attr.u.unsnd instead of attr.u.addr.
7268         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7269         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7270         DW_FORM_ref_udata.
7271         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7272         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7273         DW_FORM_ref_udata.
7274         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7275
7276 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7277
7278         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7279         (mips_o32_return_value): Likewise.
7280         (mips_o64_return_value): Likewise.
7281
7282 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7283
7284         * ada-lang.c (ada_evaluate_subexp): Add cases for
7285         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7286         their treatment in eval.c.
7287
7288 2012-04-21  David S. Miller  <davem@davemloft.net>
7289
7290         * sparc-tdep.c (X_DISP10): Define.
7291         (sparc_analyze_control_transfer): Handle compare-and-branch.
7292
7293 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7294
7295         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7296         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7297
7298 2012-04-20  Nigel Stephens  <nigel@mips.com>
7299             Maciej W. Rozycki  <macro@codesourcery.com>
7300
7301         * mips-tdep.c (mips_float_register_p): New function.
7302         (mips_convert_register_float_case_p): Use mips_float_register_p.
7303         (mips_register_type): Likewise.
7304         (mips_print_register): Likewise.
7305         (print_gp_register_row): Likewise.
7306         (mips_print_registers_info): Likewise.
7307
7308 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7309
7310         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7311         of mips16 symbols.
7312
7313 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7314
7315         * MAINTAINERS (Write After Approval): Add myself to the list.
7316
7317 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7318
7319         * MAINTAINERS: Update my e-mail address.
7320
7321 2012-04-20  Pedro Alves  <palves@redhat.com>
7322
7323         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7324         $srcdir.
7325         * configure: Regenerate.
7326
7327 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7328
7329         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7330         declaration.
7331         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7332
7333 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7334
7335         Fix compilation compatibility with python-2.4
7336         * python/py-type.c (convert_field): Cast ADDRSTRING for
7337         PyObject_SetAttrString as non-const.  New comment.
7338
7339 2012-04-19  Tom Tromey  <tromey@redhat.com>
7340
7341         * top.c (quit_target): Use all_cleanups.
7342         * main.c (captured_command_loop): Use all_cleanups.
7343         * exceptions.c (throw_exception): Use all_cleanups.
7344
7345 2012-04-19  Pedro Alves  <palves@redhat.com>
7346
7347         * Makefile.in (GNULIB_BUILDDIR): New.
7348         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7349         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7350         (CLEANDIRS). Remove gnulib/import.
7351         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7352         (all-lib): Ditto.
7353         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7354         (gnulib/import/Makefile): Replace gnulib/import with
7355         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7356         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7357         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7358         acx_configure_dir.m4.
7359         * acinclude.m4: Include acx_configure_dir.m4.
7360         * acx_configure_dir.m4: New file.
7361         * aclocal.m4: Regenerate.
7362         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7363         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7364         (GNULIB): New variable.
7365         (GNULIB_STDINT_H): Adjust.
7366         (AC_OUTPUT): Don't output gnulib/Makefile.
7367         * gdb/defs.h: Include build-gnulib/config.h.
7368         * aclocal.m4: Regenerate.
7369         * config.in: Regenerate.
7370         * configure: Regenerate.
7371
7372         * gnulib/Makefile.in: New file.
7373         * gnulib/configure.ac: New file.
7374         * gnulib/aclocal.m4: New file.
7375         * gnulib/config.in: New file.
7376         * gnulib/configure: New file.
7377         * gnulib/: Re-run gnulib-tool to adjust.
7378
7379 2012-04-19  Doug Evans  <dje@google.com>
7380
7381         * cleanups.h (struct cleanup): Move to cleanups.c.
7382         (make_cleanup_dtor_ftype): New typedef.
7383         (make_cleanup_dtor): Use it.
7384         (ALL_CLEANUPS): Replace with ...
7385         (all_cleanups): ... this.  Declare.  All uses updated.
7386         * cleanups.c: #include "gdb_assert.h".
7387         (sentinel_cleanup): New static global.
7388         (SENTINEL_CLEANUP): Define.
7389         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7390         (make_my_cleanup2): Assert result is non-NULL.
7391         (all_cleanups): New function.
7392         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7393         of NULL.
7394
7395 2012-04-19  Pedro Alves  <palves@redhat.com>
7396
7397         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7398         Adjust paths to gnulib imported files.
7399
7400 2012-04-19  Pedro Alves  <palves@redhat.com>
7401
7402         * gnulib/: Move whole directory ...
7403         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7404         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7405         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7406         (aclocal_m4_deps): Adjust.
7407         * aclocal.m4: Regenerate.
7408         * configure: Regenerate.
7409         * configure.ac: Adjust AC_OUTPUT output.
7410
7411 2012-04-19  Yao Qi  <yao@codesourcery.com>
7412
7413         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7414         (vec.o): New rule.
7415         * vec.c: Move it ...
7416         * common/vec.c: ... here.
7417         * vec.h: Move it ...
7418         * common/vec.h: ... here.
7419
7420 2012-04-19  Yao Qi  <yao@codesourcery.com>
7421
7422         * gdb-code-style.el: New.
7423
7424 2012-04-18  Pedro Alves  <palves@redhat.com>
7425
7426         Update gnulib from latest git.
7427         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7428
7429         * gnulib/Makefile.am: Update.
7430         * gnulib/dummy.c: Update.
7431         * gnulib/extra/arg-nonnull.h: Update.
7432         * gnulib/extra/c++defs.h: Update.
7433         * gnulib/extra/update-copyright: Update.
7434         * gnulib/extra/warn-on-use.h: Update.
7435         * gnulib/inttypes.in.h: Update.
7436         * gnulib/m4/00gnulib.m4: Update.
7437         * gnulib/m4/extensions.m4: Update.
7438         * gnulib/m4/gnulib-cache.m4: Update.
7439         * gnulib/m4/gnulib-common.m4: Update.
7440         * gnulib/m4/gnulib-comp.m4: Update.
7441         * gnulib/m4/gnulib-tool.m4: Update.
7442         * gnulib/m4/include_next.m4: Update.
7443         * gnulib/m4/inttypes-pri.m4: Update.
7444         * gnulib/m4/inttypes.m4: Update.
7445         * gnulib/m4/longlong.m4: Update.
7446         * gnulib/m4/memchr.m4: Update.
7447         * gnulib/m4/memmem.m4: Update.
7448         * gnulib/m4/mmap-anon.m4: Update.
7449         * gnulib/m4/multiarch.m4: Update.
7450         * gnulib/m4/onceonly.m4: Update.
7451         * gnulib/m4/stddef_h.m4: Update.
7452         * gnulib/m4/stdint.m4: Update.
7453         * gnulib/m4/string_h.m4: Update.
7454         * gnulib/m4/warn-on-use.m4: Update.
7455         * gnulib/m4/wchar_h.m4: Update.
7456         * gnulib/m4/wchar_t.m4: Update.
7457         * gnulib/m4/wint_t.m4: Update.
7458         * gnulib/memchr.c: Update.
7459         * gnulib/memmem.c: Update.
7460         * gnulib/stddef.in.h: Update.
7461         * gnulib/stdint.in.h: Update.
7462         * gnulib/str-two-way.h: Update.
7463         * gnulib/string.in.h: Update.
7464         * gnulib/wchar.in.h: Update.
7465
7466         * gnulib/extra/arg-nonnull.h: Delete.
7467         * gnulib/extra/c++defs.h: Delete.
7468         * gnulib/extra/warn-on-use.h: Delete.
7469         * gnulib/m4/wchar_h.m4: Delete.
7470         * gnulib/m4/wint_t.m4: Delete.
7471         * gnulib/wchar.in.h: Delete.
7472
7473         * gnulib/extra/snippets/arg-nonnull.h: New.
7474         * gnulib/extra/snippets/c++defs.h: New.
7475         * gnulib/extra/snippets/warn-on-use.h: New.
7476
7477         * aclocal.m4: Regenerate.
7478         * config.in: Regenerate.
7479         * configure: Regenerate.
7480         * gnulib/Makefile.in: Regenerate.
7481
7482 2012-04-18  Pedro Alves  <palves@redhat.com>
7483
7484         Reimport the update-copyright module from gnulib
7485         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7486
7487         * configure: Regenerate.
7488         * gnulib/Makefile.am: Update.
7489         * gnulib/Makefile.in: Regenerate.
7490         * gnulib/extra/update-copyright: Update.
7491         * gnulib/m4/gnulib-cache.m4: Update.
7492         * gnulib/m4/gnulib-comp.m4: Update.
7493
7494 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7495
7496         * configure.ac (aix): Put -lpthread into libs.
7497         * configure: Regenerate.
7498
7499 2012-04-18  Tom Tromey  <tromey@redhat.com>
7500
7501         * linespec.c (convert_linespec_to_sals): Don't use
7502         SYMBOL_OBJ_SECTION.
7503         (compare_msymbols): Arguments are minsym_and_objfile, not
7504         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7505
7506 2012-04-18  Pedro Alves  <palves@redhat.com>
7507
7508         Revert gnulib/ part of:
7509         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7510         Copyright year update in most files (performed by copyright.sh).
7511
7512 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7513
7514         Fix 64-bit constants on 32-bit hosts.
7515         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7516         from unsigned long to ULONGEST.
7517         (read_signed_leb128): Change declaration return type from long to
7518         LONGEST.
7519         (dwarf2_const_value_attr): Change declaration parameter value from long
7520         to LONGEST.
7521         (dwarf2_compute_name): Change variable value from long to LONGEST.
7522         (read_unsigned_leb128): Change return type, variable result and some
7523         casts from unsigned long to ULONGEST.
7524         (read_signed_leb128): Change return type, variable result and some
7525         casts from long to LONGEST.
7526         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7527         value from long to LONGEST.
7528         (dwarf2_const_value): Change variable value from long to LONGEST.
7529         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7530         plongest and hex_string.
7531         * symtab.h (struct general_symbol_info): Change ivalue from long to
7532         LONGEST, remove the comment.
7533         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7534         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7535
7536 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7537
7538         PR symtab/7259:
7539         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7540         * ada-lang.c (ada_discrete_type_high_bound)
7541         (ada_discrete_type_low_bound): Fix function comment.  Use
7542         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7543         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7544         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7545         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7546         Use TYPE_FIELD_ENUMVAL.
7547         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7548         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7549         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7550         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7551         TYPE_CODE_ENUM.
7552         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7553         * dwarf2read.c (process_enumeration_scope): Likewise.
7554         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7555         field.bitpos.
7556         (class StructMainTypePrettyPrinter): Support also
7557         FIELD_LOC_KIND_ENUMVAL.
7558         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7559         TYPE_CODE_ENUM.
7560         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7561         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7562         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7563         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7564         field enumval.
7565         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7566         accommodate enumval.
7567         (struct call_site): Adjust loc_kind to accommodate enumval.
7568         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7569         (TYPE_FIELD_ENUMVAL): New macros.
7570         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7571         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7572         TYPE_CODE_ENUM.
7573         * p-typeprint.c (pascal_type_print_base): Likewise.
7574         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7575         enumval.
7576         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7577         * python/py-type.c (convert_field): New variable addrstring.  Use
7578         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7579         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7580         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7581         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7582         TYPE_CODE_ENUM.
7583         * valprint.c (generic_val_print): Likewise.
7584
7585 2012-04-17  Doug Evans  <dje@google.com>
7586
7587         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7588
7589         * dwarf2read.c: Whitespace fixes.
7590         (lookup_signatured_type): Tweak comment.
7591         (get_die_type_at_offset): Fix comment.
7592
7593 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7594
7595         * xcoffread.c (xcoff_secnum_to_sections): New function.
7596         (secnum_to_section, secnum_to_bfd_section): Reimplement
7597         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7598         into "n_scnum".
7599         (RECORD_MINIMAL_SYMBOL): Delete.
7600         (record_minimal_symbol): New function.
7601         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7602         by call to record_minimal_symbol and set misc_func_recorded
7603         to 1.  Set last_csect_sec to the XCOFF section index instead
7604         of GDB's section_offset index.  Update calls to
7605         prim_record_minimal_symbol_and_info to pass the BFD section
7606         as well.
7607
7608 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7609
7610         * xcoffread.c (read_xcoff_symtab): Delete variables
7611         last_csect_val and last_csect_sec and associated code.
7612
7613 2012-04-17  Doug Evans  <dje@google.com>
7614
7615         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7616         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7617         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7618         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7619
7620         * cleanups.h: New file.
7621         * cleanups.c: New file.
7622         * Makefile.in (SFILES): Add cleanups.c.
7623         (HFILES_NO_SRCDIR): Add cleanups.h.
7624         (COMMON_OBS): Add cleanups.o.
7625         * defs.h (struct cleanup): Moved to cleanups.h.
7626         (do_cleanups,do_final_cleanups): Ditto.
7627         (discard_cleanups,discard_final_cleanups): Ditto
7628         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7629         (save_cleanups,save_final_cleanups): Ditto.
7630         (restore_cleanups,restore_final_cleanups): Ditto.
7631         (null_cleanup): Ditto.
7632         (make_my_cleanup,make_my_cleanup2): Ditto.
7633         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7634         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7635         (do_cleanups,do_final_cleanups): Ditto.
7636         (discard_cleanups,discard_final_cleanups): Ditto
7637         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7638         (save_cleanups,save_final_cleanups): Ditto.
7639         (restore_cleanups,restore_final_cleanups): Ditto.
7640         (null_cleanup): Ditto.
7641         (make_my_cleanup,make_my_cleanup2): Ditto.
7642         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7643
7644         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7645         make_my_cleanup.
7646         (make_cleanup_dyn_string_delete): Ditto.
7647         (make_cleanup_ui_file_delete): Ditto.
7648         (make_cleanup_ui_out_redirect_pop): Ditto.
7649         (make_cleanup_free_section_addr_info): Ditto.
7650         (make_cleanup_restore_integer): Ditto.
7651         (make_cleanup_unpush_target): Ditto.
7652         (make_cleanup_value_free_to_mark): Ditto.
7653         (make_cleanup_value_free): Ditto.
7654         (make_cleanup_free_so): Ditto.
7655
7656 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7657
7658         New option "set debug auto-load".
7659         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7660         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7661         (auto_load_safe_path_vec_update)
7662         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7663         if DEBUG_AUTO_LOAD.
7664         (file_is_auto_load_safe): New parameters debug_fmt and ....
7665         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7666         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7667         caller by explanatory string.
7668         (_initialize_auto_load): Register "set debug auto-load".
7669         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7670         and ....
7671         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7672         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7673         by explanatory string.
7674         * main.c (captured_main): Likewise.
7675         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7676         (source_section_scripts): Likewise.
7677
7678 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7679
7680         New option "set auto-load safe-path".
7681         * NEWS: New commands "set auto-load safe-path"
7682         and "show auto-load safe-path".
7683         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7684         (auto_load_safe_path, auto_load_safe_path_vec)
7685         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7686         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7687         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7688         (source_gdb_script_for_objfile): New variable is_safe.  Call
7689         file_is_auto_load_safe.  Return if it is not.
7690         (struct loaded_script): New field loaded.
7691         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7692         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7693         output "Missing" to "No".
7694         (_initialize_auto_load): New variable cmd.  Initialize
7695         auto_load_safe_path.  Register "set auto-load safe-path",
7696         "show auto-load safe-path" and "add-auto-load-safe-path".
7697         * auto-load.h (maybe_add_script): Add parameter loaded.
7698         (file_is_auto_load_safe): New declaration.
7699         * config.in: Regenerate.
7700         * configure: Regenerate.
7701         * configure.ac: New parameters --with-auto-load-safe-path
7702         and --without-auto-load-safe-path.
7703         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7704         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7705         * main.c (captured_main): Check file_is_auto_load_safe for
7706         LOCAL_GDBINIT.
7707         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7708         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7709         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7710         not.
7711
7712 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7713
7714         auto-load: Implementation.
7715         * NEWS: New descriptions for "info auto-load",
7716         "info auto-load gdb-scripts", "info auto-load python-scripts",
7717         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7718         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7719         and "show auto-load-scripts".  New description for "set auto-load",
7720         "show auto-load", "set auto-load gdb-scripts",
7721         "show auto-load gdb-scripts", "set auto-load python-scripts",
7722         "show auto-load python-scripts", "set auto-load local-gdbinit",
7723         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7724         "show auto-load libthread-db".
7725         * auto-load.c: Remove include python/python-internal.h.  Add includes
7726         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7727         cli/cli-setshow.h.
7728         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7729         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7730         (gdbpy_global_auto_load): Rename to ...
7731         (global_auto_load): ... here.
7732         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7733         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7734         (script_language_gdb, source_gdb_script_for_objfile): New.
7735         (struct loaded_script): New field language.
7736         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7737         LANGUAGE.
7738         (maybe_add_script): Add parameter language.  Drop redundant
7739         entry.full_path initialization.  Initialize entry.language and
7740         (*slot)->language.
7741         (auto_load_objfile_script): Change parameter suffix to language.
7742         Remove the call of maybe_add_script.
7743         Call language->source_script_for_objfile.
7744         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7745         New.
7746         (collect_matching_scripts): Adjust it for
7747         struct collect_matching_scripts_data.
7748         (auto_load_info_scripts_pattern_nl): New variable.
7749         (info_auto_load_scripts): Rename to ...
7750         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7751         for struct collect_matching_scripts_data.
7752         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7753         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7754         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7755         (auto_load_info_cmdlist_get): New.
7756         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7757         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7758         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7759         "info auto-load local-gdbinit".
7760         * auto-load.h (struct script_language): New.
7761         (gdbpy_global_auto_load): Rename to ...
7762         (global_auto_load): ... here.
7763         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7764         (auto_load_local_gdbinit_loaded): New declarations.
7765         (maybe_add_script): New parameter language.
7766         (auto_load_objfile_script): Change parameter suffix to language.
7767         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7768         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7769         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7770         declarations.
7771         * linux-thread-db.c: Include auto-load.h and ctype.h.
7772         (auto_load_thread_db, show_auto_load_thread_db): New.
7773         (struct thread_db_info): New field filename.
7774         (delete_thread_db_info): Call xfree for FILENAME.
7775         (try_thread_db_load): Initialize FILENAME.
7776         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7777         if !AUTO_LOAD_THREAD_DB.
7778         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7779         (_initialize_thread_db): Install auto_load_thread_db
7780         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7781         as "info auto-load libthread-db".
7782         * main.c (captured_main): Rename gdbpy_global_auto_load to
7783         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7784         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7785         (print_gdb_help): Extend the help for 'local init file'.
7786         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7787         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7788         (auto_load_scripts): Rename to ...
7789         (auto_load_python_scripts): ... here, update the comment.
7790         (gdbpy_load_auto_script_for_objfile): New declaration.
7791         (show_auto_load_python_scripts, script_language_python)
7792         (gdbpy_load_auto_script_for_objfile): New.
7793         (source_section_scripts): Refactor the code.
7794         (load_auto_scripts_for_objfile): Rename to ...
7795         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7796         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7797         (info_auto_load_python_scripts): New.
7798         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7799         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7800         Register "set auto-load-scripts" as its deprecated alias.  Register
7801         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7802         its deprecated alias.
7803         (load_auto_scripts_for_objfile): Rename to ...
7804         (gdbpy_load_auto_scripts_for_objfile): ... here.
7805         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7806         (gdbpy_load_auto_scripts_for_objfile): ... here.
7807
7808 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7809
7810         auto-load: Move files.
7811         * Makefile.in (SFILES): Add auto-load.c.
7812         (HFILES_NO_SRCDIR): Add auto-load.h.
7813         (COMMON_OBS): Add auto-load.o.
7814         (distclean): Change .gdbinit for gdb-gdb.gdb.
7815         * auto-load.c: New file, with parts from python/py-auto-load.c.
7816         * auto-load.h: New file, with parts from python/python.h.
7817         * configure: Regenerate.
7818         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7819         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7820         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7821         * main.c: Include auto-load.h.
7822         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7823         command.h, observer.h and progspace.h to auto-load.c.  Add include
7824         auto-load.h.
7825         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7826         (struct loaded_script, auto_load_pspace_data)
7827         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7828         (hash_loaded_script_entry, eq_loaded_script_entry)
7829         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7830         (maybe_add_script): Move to auto-load.c.
7831         (source_section_scripts): Change maybe_add_script parameters passing,
7832         use script_not_found_warning_print.
7833         (clear_section_scripts, auto_load_objfile_script)
7834         (auto_load_new_objfile, loaded_script_ptr)
7835         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7836         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7837         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7838         auto_load_new_objfile and info_auto_load_scripts initizations to
7839         auto-load.c.
7840         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7841
7842 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7843
7844         Code cleanup.
7845         * charset.c (find_charset_names): Remove variables ix and elt.
7846         Use free_char_ptr_vec.
7847         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7848         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7849         debugdir_end.  New variable debugdir_len.
7850         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7851         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7852         declarations.
7853         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7854         and elt.  Use free_char_ptr_vec.
7855         * source.c (add_path): Remove variables argv, arg and argv_index.
7856         New variables dir_vec, back_to, ix and name.
7857         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7858         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7859         no longer expecting DIRNAME_SEPARATOR.
7860         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7861         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7862         no longer expecting DIRNAME_SEPARATOR.
7863         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7864         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7865         debugdir_end.
7866         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7867         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7868         (dirnames_to_char_ptr_vec): New functions.
7869
7870 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7871
7872         Code cleanup.
7873         * source.c (add_path): Remove always true conditional 'p == 0' and
7874         unindent its code block.
7875
7876 2012-04-17  Pedro Alves  <palves@redhat.com>
7877
7878         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7879         (FIELD_BITPOS_LVAL): ... this.
7880         (FIELD_BITPOS): New.
7881         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7882         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7883         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7884         SET_FIELD_BITPOS.
7885         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7886         SET_FIELD_BITPOS.
7887         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7888         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7889         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7890         SET_FIELD_BITPOS.
7891
7892 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7893
7894         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7895         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7896         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7897         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7898         * jv-lang.c (java_link_class_type): Likewise, once.
7899         * stabsread.c (read_enum_type): Likewise.
7900
7901 2012-04-16  Yao Qi  <yao@codesourcery.com>
7902
7903         * common/agent.c (agent_run_command): Add one more parameter `len'.
7904         Update callers.
7905         * common/agent.h: Update declaration.
7906         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7907         Update.
7908         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7909
7910 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7911
7912         PR mi/13393
7913         * value.c (value_actual_type): New function.
7914         * value.h (value_actual_type): New declaration.
7915         * varobj.c (update_type_if_necessary): New function.
7916         (varobj_create): Call value_actual_type instead of
7917         value_type.
7918         (install_dynamic_child): distinct changed and type changed MI variable
7919         objects.
7920         (update_dynamic_varobj_children): Updated for install_dynamic_child
7921         change.  All callers updated.
7922         (varobj_update): Support for MI variable object type change if
7923         the value changed and RTTI is used to determine the type.
7924         (create_child_with_value): Call value_actual_type instead of
7925         value_type.
7926         (adjust_value_for_child_access): Extended with a new parameter which
7927         specify whether the given value should be casted to enclosing type.
7928         All callers updated.
7929
7930 2012-04-14  Yao Qi  <yao@codesourcery.com>
7931
7932         Import gnulib module inttypes from git
7933         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7934         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7935         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7936         gnulib/m4/inttypes-pri.m4
7937         * aclocal.m4, config.in, configure: Regenerated.
7938         * gnulib/Makefile.am: Update.
7939         * gnulib/Makefile.in: Update.
7940         * gnulib/m4/gnulib-cache.m4: Update.
7941         * gnulib/m4/gnulib-comp.m4: Update.
7942         * gnulib/inttypes.in.h: New.
7943         * gnulib/m4/inttypes-pri.m4: New.
7944         * gnulib/m4/inttypes.m4: New.
7945
7946 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
7947
7948         * infrun.c (resume): Update PC address to the real PC after
7949         preparing to do displaced stepping.
7950
7951 2012-04-12  Doug Evans  <dje@google.com>
7952
7953         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7954         All callers updated.
7955
7956 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
7957
7958         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7959
7960 2012-04-12  Doug Evans  <dje@google.com>
7961
7962         * dwarf2read.c (create_all_type_units): Renamed from
7963         create_debug_types_hash_table.  All callers updated.
7964
7965         * dwarf2read.c (create_signatured_type_table_from_index): Rename
7966         local type_sig to sig_type, type_offset to type_offset_in_tu.
7967         (hash_signatured_type): Renamed from hash_type_signature,
7968         all callers updated.
7969         (eq_signatured_type): Renamed from eq_type_signature,
7970         all callers updated.
7971         (create_debug_types_hash_table): Rename local type_sig to sig_type.
7972         (process_enumeration_scope): Ditto.
7973         (lookup_signatured_type_at_offset): Ditto.
7974         (load_full_type_unit, read_signatured_type): Ditto.
7975
7976 2012-04-12  Yao Qi  <yao@codesourcery.com>
7977
7978         * remote.c (async_remote_interrupt): Correct function name in
7979         debug message.
7980         (async_remote_interrupt_twice): Ditto.
7981
7982 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
7983
7984         * source.c (find_and_open_source): Consistently pass resulting
7985         full path through xfullpath.
7986
7987 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7988
7989         Provide more specific displaced-stepping memory error message.
7990         * infrun.c (displaced_step_prepare): New variable status.  Call
7991         target_read_memory instead of read_memory, provide more specific
7992         error message.
7993
7994 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7995
7996         PR gdb/13901
7997         * darwin-nat.c (darwin_execvp): Revert previous patch.
7998
7999 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8000
8001         PR gdb/13901
8002         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8003         in case of change.
8004
8005 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8006
8007         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8008         warning.
8009
8010 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
8011
8012         New command 'explore' which helps explore values and types in
8013         scope.
8014         * NEWS: Add an entry about the new 'explore' command.
8015         * data-directory/Makefile.in: Add gdb/command/explore.py
8016         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8017         command using the GDB Python API.
8018
8019 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8020
8021         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8022         extension in jump target calculation.
8023
8024 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8025
8026         * mips-tdep.c (mips32_next_pc): Handle JALX.
8027
8028 2012-04-10  Yao Qi  <yao@codesourcery.com>
8029
8030         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8031
8032 2012-04-10  Yao Qi  <yao@codesourcery.com>
8033
8034         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8035         and gnulib/m4/gnulib-tool.m4.
8036
8037 2012-04-10  Doug Evans  <dje@google.com>
8038
8039         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8040         (load_partial_dies): Clarify comment.
8041         (find_partial_die): Support rereading type units.
8042         Clarify CU handling, if we know offset is in CU, don't search for the
8043         containing CU.  Add comment regarding memory waste.
8044
8045 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
8046
8047         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8048         i386/x32-avx and i386/x32-avx-linux.
8049         (i386/x32-expedite): New.
8050         (i386/x32-linux-expedite): Likewise.
8051         (i386/x32-avx-expedite): Likewise.
8052         (i386/x32-avx-linux-expedite): Likewise.
8053         ($(outdir)/i386/x32.dat): Likewise.
8054         ($(outdir)/i386/x32-linux.dat): Likewise.
8055         ($(outdir)/i386/x32-avx.dat): Likewise.
8056         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8057
8058         * features/i386/x32-avx-linux.xml: New file.
8059         * features/i386/x32-avx.xml: Likewise.
8060         * features/i386/x32-core.xml: Likewise.
8061         * features/i386/x32-linux.xml: Likewise.
8062         * features/i386/x32.xml: Likewise.
8063
8064         * features/i386/x32-avx-linux.c: New.  Generated.
8065         * features/i386/x32-avx.c: Likewise.
8066         * features/i386/x32-linux.c: Likewise.
8067         * features/i386/x32.c: Likewise.
8068         * regformats/i386/x32-avx-linux.dat: Likewise.
8069         * regformats/i386/x32-avx.dat: Likewise.
8070         * regformats/i386/x32-linux.dat: Likewise.
8071         * regformats/i386/x32.dat: Likewise.
8072
8073 2012-04-10  Tristan Gingold  <gingold@adacore.com>
8074
8075         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8076         code to kill the inferior.
8077
8078 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8079
8080         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8081         defines.
8082         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8083         defines.
8084         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8085         (yyvsp): New defines.
8086         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8087         defines.
8088         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8089         defines.
8090         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8091         defines.
8092         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8093         defines.
8094         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8095         defines.
8096
8097 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8098
8099         * sparc64-tdep.c (sparc64_store_arguments)
8100         (sparc64_store_arguments): Fix coding style.
8101
8102 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
8103
8104         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8105         complex floats, adjust some related comments and tighten a related
8106         assertion.
8107         (sparc64_extract_return_value): Handle complex floats.
8108
8109 2012-04-07  Doug Evans  <dje@google.com>
8110
8111         * dwarf2read.c (load_partial_dies): Change condition to assert.
8112
8113 2012-04-06  Doug Evans  <dje@google.com>
8114
8115         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8116         "mov %rsp,%rbp".
8117
8118 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
8119
8120         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8121         fencepost error.
8122         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8123         (v850_gdbarch_init): Set `num_regs' as appropriate for the
8124         architecture.
8125
8126 2012-04-05  Keith Seitz  <keiths@redhat.com>
8127
8128         * linespec.c (decode_compound): Remove.
8129         (enum offset_relative_sign): New enum.
8130         (struct line_offset): New struct.
8131         (struct linespec): New struct.
8132         (struct linespec_state): Move file_symtabs,
8133         user_filename, and user_function into struct linespec.
8134         Make result an anonymous struct holding vectors of
8135         symbolp and minsym_and_objfile_d.
8136         Add language member.
8137         (enum ls_token_type): New enum.
8138         (linespec_keywords): New array.
8139         (struct ls_token): New struct.
8140         (struct ls_parser): New struct.
8141         (linespec_lexer_lex_number): New function.
8142         (linespec_lexer_lex_keyword): New function.
8143         (is_ada_operator): New function.
8144         (skip_quote_char): New function.
8145         (copy_token_string): New function.
8146         (is_closing_quote_enclosed): New function.
8147         (find_parameter_list_end): New function.
8148         (linespec_lexer_lex_string): New function.
8149         (linespec_lexer_lex_one): New function.
8150         (linespec_lexer_consume_token): New function.
8151         (linespec_lexer_peek_token): New function.
8152         (cplusplus_error): Remove unused function.
8153         (find_methods): Update comment.
8154         (find_toplevel_char): Return const.
8155         (is_objc_method_format): Remove unused function.
8156         (find_toplevel_string): New function.
8157         (is_linespec_boundary): Remove.
8158         (symbol_not_found_error): New function.
8159         (find_method_overload_end): Remove function.
8160         (unexpected_linespec_error): New function.
8161         (keep_name_info): Remove.
8162         (linespec_parse_line_offset): New function.
8163         (linespec_parse_basic): New function.
8164         (canonicalize_linespec): New function.
8165         (decode_line_internal): Remove.
8166         (create_sals_line_offset): New function adapted from
8167         decode_all_digits.
8168         (convert_linespec_to_sals): New function.
8169         (parse_linespec): New function.
8170         (linespec_parser_new): New function.
8171         (linespec_state_destructor): Change parameter type to
8172         struct linespec_state *.
8173         Add language parameter.
8174         Remove freeing of moved members.
8175         (linespec_parser_delete): New function.
8176         (decode_line_full): Use parse_linespec and linespec_parser_new.
8177         (decode_line_1): Likewise.
8178         (decode_indirect): Rename to ...
8179         (linespec_expression_to_pc): ... this and rewrite
8180         to simply find CORE_ADDR, storing this result for later
8181         conversion to SALs.
8182         (locate_first_half): Remove.
8183         (deocde_objc): Add parameter LS.
8184         Initialize new struct collect_info members.
8185         Handle minimal symbols, too.
8186         (decode_compound): Delete.
8187         (lookup_prefix_sym): Rewrite.
8188         (compare_msymbols): New function.
8189         (find_method): Rewrite.
8190         Do not call cplusplus_error.
8191         (symtabs_from_filename): Rewrite.
8192         (collect_function_symbols): Delete.
8193         (find_function_symbols): Rewrite without ARGPTR-style
8194         processing.
8195         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8196         (decode_dollar): Adapted and renamed to ...
8197         (linespec_parse_variable): ... this.
8198         (find_linespec_symbols): New function.
8199         (decode_label): Adapted and renamed to ...
8200         (find_label_symbols): ... this.
8201         (decode_digits_list_mode): Add and use LS argument.
8202         (decode_digits_ordinary): Likewise.
8203         (collect_symbols): Do not collect SALs, just symbols and msymbols.
8204         If in list mode, allow any symbol class.  Otherwise, only
8205         permit LOC_BLOCK symbols.
8206         (minsym_found): Update comments.
8207         (search_minsyms_for_name): Do not convert the matching symbol
8208         into a SAL.  Simply push the symbol and objfile into the
8209         result vector.
8210         (decode_variable): Delete. Contents adapted into
8211         find_linespec_symbols.
8212
8213         * cp-support.c (SKIP_SPACE): Remove.
8214         (operator_tokens): Remove unused global.
8215         (cp_validate_operator): Remove.
8216         * cp-support.h (cp_validate_operator): Remove declaration.
8217
8218 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8219
8220         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8221         for TYPE_VPTR_FIELDNO.
8222         * valprint.c (valprint_check_validity): Make it global, move the
8223         function comment ...
8224         * value.h (valprint_check_validity): ... to this new declaration.
8225
8226 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8227
8228         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8229         the STATE32 api for i386 state.
8230         (i386_darwin_store_inferior_registers): Likewise.
8231
8232 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8233
8234         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8235         SS offset.
8236         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8237         format_string.
8238
8239 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8240
8241         PR gdb/13901
8242         * darwin-nat.c (darwin_execvp): Set binary preference.
8243
8244 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8245
8246         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8247
8248 2012-03-30  Tom Tromey  <tromey@redhat.com>
8249
8250         * python/python.c (gdbpy_decode_line): Move cleanup creation out
8251         of TRY_CATCH.  Fix error handling.
8252         * python/py-value.c (convert_value_from_python): Move 'old'
8253         declaration to innermost scope.
8254
8255 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8256             Andrey Smirnov  <andrew.smirnov@gmail.com>
8257
8258         -Wshadow warning fix.
8259         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8260         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8261         Adjust code accordingly.
8262
8263 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8264
8265         * ada-lang.c (symbol_completion_add): Rename parameter
8266         "encoded" into "encoded_p".  Ajust code and documentation
8267         accordingly.
8268
8269 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8270             Andrey Smirnov  <andrew.smirnov@gmail.com>
8271
8272         -Wshadow warning fix.
8273         * ada-lang.c (symbol_completion_add): Rename parameter
8274         "wild_match" into wild_match_p.  Update code and documentation
8275         accordingly.
8276
8277 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8278
8279         * ada-lang.c (symbol_completion_match): Rename parameter
8280         "encoded" into "encoded_p".  Ajust code and documentation
8281         accordingly.
8282
8283 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8284             Andrey Smirnov  <andrew.smirnov@gmail.com>
8285
8286         -Wshadow warning fix.
8287         * ada-lang.c (symbol_completion_match): Rename parameter
8288         "wild_match" into "wild_match_p".  Adjust code and function
8289         documentation accordingly.
8290
8291 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8292             Andrey Smirnov  <andrew.smirnov@gmail.com>
8293
8294         -Wshadow warning fix.
8295         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8296         "symbol_info" into "info".  Adjust code accordingly.
8297         (ada_lookup_symbol): Likewise.
8298
8299 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8300
8301         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8302         of this function's documentation.
8303
8304 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8305             Andrey Smirnov  <andrew.smirnov@gmail.com>
8306
8307         -Wshadow warning fix.
8308         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8309         variable into "wild_match_p".  Adjust code accordingly.
8310
8311 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8312             Andrey Smirnov  <andrew.smirnov@gmail.com>
8313
8314         -Wshadow warning fix.
8315         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8316         parameter into "wild_match_p".  Adjust code accordingly.
8317         Document this parameter in the function description.
8318
8319 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8320             Andrey Smirnov  <andrew.smirnov@gmail.com>
8321
8322         -Wshadow warning fix.
8323         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8324         "wild_match" parameter to "wild_match_p" (-Wshadow).
8325
8326 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8327
8328         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8329         in function documentation.
8330
8331 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8332             Andrey Smirnov  <andrew.smirnov@gmail.com>
8333
8334         -Wshadow warning fix.
8335         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8336         variable into wild_match_p.  Adjust code accordingly.
8337
8338 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8339             Andrey Smirnov  <andrew.smirnov@gmail.com>
8340
8341         * ada-valprint.c (ada_val_print_1): Move the code handling
8342         TYPE_CODE_ENUM inside its own lexical block.  Declare
8343         variables len and val there, instead of in the function's
8344         top level block.  Avoid declaring deref_val again in a way
8345         that shadows another variable of the same name declared
8346         in one of the up-level blocks.  Just re-use the up-level
8347         variable instead.
8348
8349 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8350
8351         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8352         Replace block_found argument by symbol_info.  Adjust
8353         implementation accordingly.  Add function documentation.
8354         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8355         Fix documentation.
8356         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8357         * ada-exp.y (write_object_renaming): Adjust to new
8358         ada_lookup_encoded_symbol API.
8359
8360 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8361
8362         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8363         documentation.
8364
8365 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8366
8367         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8368         (v850_register_name): Add the mpu and fpu register names.
8369         (v850e_register_name): Add the mpu and fpu register names.
8370         (v850e2_register_name): New function.
8371         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8372         bfd_mach_v850e2v3.
8373
8374 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8375
8376         * NEWS: Add entry for Ada varobj support.
8377
8378 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8379
8380         * varobj.c (default_value_is_changeable_p): New function,
8381         extracted from varobj_value_is_changeable_p.  Add declaration.
8382         (ada_value_is_changeable_p): New function, extracted from
8383         varobj_value_is_changeable_p.  Add declaration.
8384         (struct language_specific): New field "value_is_changeable_p".
8385         (languages): Add entries for new field.
8386         (varobj_create): Set language before calling install_new_value.
8387         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8388         "value_is_changeable_p" language callback.
8389
8390 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8391
8392         * ada-varobj.h, ada-varobj.c: New files.
8393         * Makefile.in (SFILES): Add ada-varobj.c.
8394         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8395         (COMMON_OBS): Add ada-varobj.o.
8396
8397 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8398
8399         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8400         (struct language_specific): New field "value_has_mutated".
8401         (languages): Set field "value_has_mutated" in each entry of array.
8402         (varobj_value_has_mutated): New function.
8403         (varobj_udpdate): Add handling of type mutation.
8404         (value_of_root): Add handling of type mutation.
8405         (ada_value_has_mutated): New function.
8406
8407 2012-03-28  Pedro Alves  <palves@redhat.com>
8408
8409         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8410         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8411
8412 2012-03-28  Tom Tromey  <tromey@redhat.com>
8413
8414         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8415         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8416         before returning.
8417
8418 2012-03-28  Tom Tromey  <tromey@redhat.com>
8419
8420         * .dir-locals.el: New file.
8421
8422 2012-03-28  Pedro Alves  <palves@redhat.com>
8423
8424         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8425
8426 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8427
8428         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8429         handling for r0.
8430
8431 2012-03-27  Pedro Alves  <palves@redhat.com>
8432
8433         Eliminate struct ui_stream.
8434
8435         * ui-out.h (struct ui_stream): Delete.
8436         (ui_out_field_stream): Adjust prototype.
8437         (ui_out_stream_new, ui_out_stream_delete)
8438         (make_cleanup_ui_out_stream_delete): Delete declarations.
8439         * ui-out.c (ui_out_field_stream): Change prototype to take a
8440         ui_file instead of a ui_stream.  Adjust.
8441         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8442         (make_cleanup_ui_out_stream_delete): Delete.
8443         * breakpoint.c (print_breakpoint_location)
8444         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8445         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8446         * disasm.c (dump_insns): Ditto.
8447         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8448         prototype.
8449         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8450         ui_stream/ui_out_stream_new.
8451         * infcmd.c (print_return_value): Ditto.
8452         * osdata.c (info_osdata_command): Don't allocate a local
8453         ui_stream.
8454         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8455         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8456         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8457         allocate a local ui_stream.
8458         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8459         instead of ui_stream/ui_out_stream_new.
8460         (list_args_or_locals): Don't allocate a local ui_stream.
8461         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8462         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8463         ui_stream/ui_out_stream_new.
8464         * cli/cli-setshow.c (do_setshow_command): Ditto.
8465
8466 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8467
8468         * arm-linux-tdep.c (arm_linux_init_abi): Call
8469         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8470         * arm-tdep.c (arm_process_record): New function.
8471         (deallocate_reg_mem): New function.
8472         (decode_insn): New function.
8473         (thumb_record_branch): New function.
8474         (thumb_record_ldm_stm_swi(): New function.
8475         (thumb_record_misc): New function.
8476         (thumb_record_ld_st_stack): New function.
8477         (thumb_record_ld_st_imm_offset): New function.
8478         (thumb_record_ld_st_reg_offset(): New function.
8479         (thumb_record_add_sub_cmp_mov): New function.
8480         (thumb_record_shift_add_sub): New function.
8481         (arm_record_coproc_data_proc): New function.
8482         (arm_record_coproc): New function.
8483         (arm_record_b_bl): New function.
8484         (arm_record_ld_st_multiple): New function.
8485         (arm_record_ld_st_reg_offset): New function.
8486         (arm_record_ld_st_imm_offset): New function.
8487         (arm_record_data_proc_imm): New function.
8488         (arm_record_data_proc_misc_ld_str): New function.
8489         (arm_record_extension_space): New function.
8490         (arm_record_strx): New function.
8491         (sbo_sbz): New function.
8492         (struct insn_decode_record): New structure for arm insn record.
8493         (REG_ALLOC): New macro for reg allocations.
8494         (MEM_ALLOC): New macro for memory allocations.
8495         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8496
8497 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8498
8499         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8500         (store_register): Likewise.
8501
8502 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8503
8504         * MAINTAINERS (Write After Approval): Add myself to the list.
8505
8506 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8507
8508         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8509         Describe also the option "auto".
8510
8511 2012-03-22  Richard Henderson  <rth@redhat.com>
8512
8513         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8514         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8515
8516 2012-03-22  Richard Henderson  <rth@redhat.com>
8517
8518         * jit.c (jit_read_code_entry): Compute alignment and offset of
8519         int64_t member before computing entry_size.
8520
8521 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8522
8523         Python scripting: Add new method Value.referenced_value to
8524         gdb.Value which can dereference pointer as well as reference
8525         values.
8526         * NEWS: Add entry under 'Python scripting' about the new method
8527         Value.referenced_value on gdb.Value objects.
8528         * python/py-value.c (valpy_referenced_value): New function
8529         defining a new method on gdb.Value objects which can dereference
8530         pointer and reference values.
8531
8532 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8533
8534         * MAINTAINERS (Write After Approval): Add myself to the list.
8535
8536 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8537
8538         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8539         in addition to "main".
8540
8541 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8542
8543         * expression.h (op_name): Add declaration.
8544         * expprint.c (op_name): Remove declaration.  Make non-static.
8545         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8546
8547 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8548
8549         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8550         of struct siginfo.
8551         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8552         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8553         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8554         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8555         (linux_nat_get_siginfo): Likewise.
8556         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8557         (linux_nat_get_siginfo): Likewise.
8558         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8559         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8560         * procfs.c (gdb_siginfo_t): Likewise.
8561
8562 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8563
8564         * .gitignore: Ignore more files.
8565
8566 2012-03-20  Pedro Alves  <palves@redhat.com>
8567
8568         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8569         returns.
8570
8571 2012-03-20  Yao Qi  <yao@codesourcery.com>
8572
8573         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8574         comment.
8575
8576 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8577
8578         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8579         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8580         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8581         sect_offset.
8582         * dwarf2expr.h (cu_offset, sect_offset): New types.
8583         (struct dwarf_expr_context_funcs) <dwarf_call>
8584         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8585         sect_offset.
8586         (struct dwarf_expr_context) <len>: Improve the comment.
8587         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8588         cu_offset and sect_offset.
8589         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8590         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8591         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8592         * dwarf2loc.h: Include dwarf2expr.h.
8593         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8594         and sect_offset.
8595         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8596         Improve the comment.
8597         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8598         (struct signatured_type, struct line_header, struct partial_die_info)
8599         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8600         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8601         (get_die_type_at_offset, create_cus_from_index)
8602         (create_signatured_type_table_from_index, dw2_get_file_names)
8603         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8604         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8605         (create_debug_types_hash_table, process_psymtab_comp_unit)
8606         (load_partial_comp_unit, create_all_comp_units)
8607         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8608         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8609         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8610         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8611         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8612         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8613         (find_partial_die, read_attribute_value, lookup_die_type)
8614         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8615         (is_ref_attr): New function comment.
8616         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8617         Use cu_offset and sect_offset.
8618         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8619         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8620         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8621         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8622         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8623         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8624         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8625         sect_offset.
8626
8627 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8628
8629         Code cleanup.
8630         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8631         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8632         with xfree.
8633         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8634
8635 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8636
8637         * NEWS: Describe new options --init-command=FILE, -ix and
8638         --init-eval-command=COMMAND, -iex.
8639         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8640         CMDARG_INIT_COMMAND.
8641         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8642         "init-command", "init-eval-command", "ix" and "iex" to the variable
8643         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8644         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8645         (print_gdb_help): Describe --init-command=FILE, -ix and
8646         --init-eval-command=COMMAND, -iex.
8647
8648 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8649
8650         Code cleanup.
8651         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8652         (cmdarg_s, VEC (cmdarg_s)): New.
8653         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8654         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8655         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8656         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8657         of CMDARG.
8658
8659 2012-03-19  Tom Tromey  <tromey@redhat.com>
8660
8661         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8662
8663 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8664
8665         PR symtab/13777
8666         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8667         GCC >=4.5.
8668
8669 2012-03-16  Chris January  <chris.january@allinea.com>
8670
8671         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8672         of clear.
8673
8674 2012-03-16  Chris January  <chris.january@allinea.com>
8675
8676         * source.c (add_path): Use memmove instead of strcpy because the
8677         strings overlap.
8678
8679 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8680
8681         * value.h (set_value_parent): Add declaration.
8682         * value.c (set_value_parent): New function.
8683         (value_address): If VALUE->PARENT is not NULL, then use it as
8684         the base address instead of VALUE->LOCATION.address.
8685         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8686         the same as OBJ's address.  Adjust V's offset accordingly.
8687         Set V's parent.
8688
8689 2012-03-16  Gary Benson  <gbenson@redhat.com>
8690
8691         PR breakpoints/10738
8692         * dwarf2read.c (use_deprecated_index_sections): New global.
8693         (struct partial_die_info): New member may_be_inlined.
8694         (read_partial_die): Set may_be_inlined where appropriate.
8695         (add_partial_subprogram): Add partial symbols for partial
8696         DIEs that may be inlined.
8697         (new_symbol_full): Add inlined subroutines to the current
8698         scope.
8699         (write_psymtabs_to_index): Bump version number.
8700         (dwarf2_read_index): Read only version 6 indices unless
8701         use_deprecated_index_sections is set.
8702         * linespec.c (symbol_and_data_callback): New structure.
8703         (iterate_inline_only): New function.
8704         (iterate_over_all_matching_symtabs): New argument
8705         "include_inline".  If nonzero, also call the callback for
8706         symbols representing inlined subroutines.
8707         (lookup_prefix_sym): Pass extra argument to the above.
8708         (find_function_symbols): Likewise.
8709         (add_matching_symbols_to_info): Likewise.
8710         * NEWS: Mention that GDB can now set breakpoints on inlined
8711         functions.
8712
8713 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8714
8715         * p-typeprint.c (pascal_type_print_method_args):
8716         Fix display of parameter of methods.
8717
8718 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8719
8720         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8721         Add missing prototype.
8722
8723 2012-03-16  Yao Qi  <yao@codesourcery.com>
8724             Jan Kratochvil  <jan.kratochvil@redhat.com>
8725
8726         Fix false compilation warning.
8727         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8728
8729 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8730             Pedro Alves  <pedro@codesourcery.com>
8731
8732         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8733         (arm_register_g_packet_guesses): New function.
8734         (arm_gdbarch_init): Don't force a target description with
8735         registers when the executable is detected as M-profile.  Instead
8736         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8737         (_initialize_arm_tdep): Initialize the new target description.
8738         * features/arm-with-m-fpa-layout.xml: New description.
8739         * features/arm-with-m-fpa-layout.c: New, generated.
8740
8741 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8742
8743         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8744         Update function description.
8745         (insert_bp_location): Do not wipe bl->target_info out.
8746         * mem-break.c: #include "gdb_string.h".
8747         (default_memory_insert_breakpoint): Do not call target_read_memory
8748         with a pointer to the breakpoint's shadow_contents buffer.  Use
8749         a local buffer instead.
8750         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8751
8752 2012-03-15  Tom Tromey  <tromey@redhat.com>
8753
8754         * NEWS: Mention "info vtbl", not "info vtable".
8755         * cp-support.c (info_vtbl_command): Fix comment.
8756         (_initialize_cp_support): Fix text.
8757
8758 2012-03-15  Tom Tromey  <tromey@redhat.com>
8759
8760         * cp-valprint.c (cp_print_value_fields): Use
8761         print_function_pointer_address for vtable slot.
8762
8763 2012-03-15  Tom Tromey  <tromey@redhat.com>
8764
8765         * gnu-v3-abi.c (struct value_and_voffset): New.
8766         (hash_value_and_voffset, eq_value_and_voffset)
8767         (compare_value_and_voffset, compute_vtable_size)
8768         (print_one_vtable, gnuv3_print_vtable): New functions.
8769         (init_gnuv3_ops): Initialize 'print_vtable' field.
8770         * cp-support.c (info_vtbl_command): New function.
8771         (_initialize_cp_support): Add "info vtbl".
8772         * cp-abi.h (cplus_print_vtable): Declare.
8773         (struct cp_abi_ops) <print_vtable>: New field.
8774         * cp-abi.c (cplus_print_vtable): New function.
8775         * NEWS: Update.
8776
8777 2012-03-15  Tom Tromey  <tromey@redhat.com>
8778
8779         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8780         iterate_over_symbols.
8781
8782 2012-03-14  Doug Evans  <dje@google.com>
8783
8784         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8785         DW_OP_GNU_parameter_ref.
8786
8787 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8788
8789         Fix double prompt of 'interpreter-exec mi'.
8790         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8791         (mi_interpreter_resume): use it.
8792         (mi_execute_command_input_handler): New function.
8793         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8794         mi_execute_command_input_handler.
8795
8796 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8797
8798         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8799         prototype.
8800         (darwin_debug_port_info): Make static.
8801         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8802         * machoread.c (_initialize_machoread): Add prototype.
8803         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8804         (i386_darwin_set_control, i386_darwin_get_control)
8805         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8806         i386_darwin_get_status, i386_darwin_get_control):
8807         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8808
8809 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8810
8811         * ax-gdb.c (gen_usual_unary): Remove special handling of
8812         enum and bool types.
8813
8814 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8815
8816         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8817
8818 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8819
8820         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8821
8822 2012-03-13  Chris January  <chris.january@allinea.com>
8823
8824         * aix-thread.c (fill_sprs): Store the floating point registers
8825         at the correct offsets into vals.
8826
8827 2012-03-13  Doug Evans  <dje@google.com>
8828
8829         * NEWS: Mention symbol-reloading has been deleted.
8830         * symfile.c (symbol_reloading): Delete.
8831         (show_symbol_reloading): Delete.
8832         (_initialize_symfile): Delete set/show symbol-reloading.
8833
8834         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8835         read_in_chain until we have successfully read it in.
8836         (load_full_comp_unit): Ditto.
8837         (read_signatured_type): Add comment.
8838
8839 2012-03-13  Chris January  <chris.january@allinea.com>
8840
8841         * stabsread.c (fix_common_block): Change type of valu argument
8842         to CORE_ADDR.
8843
8844 2012-03-13  Chris January  <chris.january@allinea.com>
8845
8846         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8847         instruction.
8848
8849 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8850
8851         * common/linux-procfs.c (linux_proc_get_int): New, from
8852         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8853         field.
8854         (linux_proc_get_tgid): Only call linux_proc_get_int.
8855         (linux_proc_get_tracerpid): New.
8856         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8857         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8858         linux_proc_pid_has_state.
8859         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8860         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8861         (linux_ptrace_attach_warnings): New.
8862         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8863         New declaration.
8864         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8865         (linux_nat_attach): New variables ex, buffer, message and message_s.
8866         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8867
8868 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8869
8870         * Makefile.in (linux-ptrace.o): New.
8871         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8872         from linux-nat.c.
8873         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8874         * common/linux-ptrace.c: New file.
8875         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8876         * config/arm/linux.mh: Likewise.
8877         * config/i386/linux.mh: Likewise.
8878         * config/i386/linux64.mh: Likewise.
8879         * config/ia64/linux.mh: Likewise.
8880         * config/m32r/linux.mh: Likewise.
8881         * config/m68k/linux.mh: Likewise.
8882         * config/mips/linux.mh: Likewise.
8883         * config/pa/linux.mh: Likewise.
8884         * config/powerpc/linux.mh: Likewise.
8885         * config/powerpc/ppc64-linux.mh: Likewise.
8886         * config/powerpc/spu-linux.mh: Likewise.
8887         * config/s390/s390.mh: Likewise.
8888         * config/sparc/linux.mh: Likewise.
8889         * config/sparc/linux64.mh: Likewise.
8890         * config/xtensa/linux.mh: Likewise.
8891         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8892         common/linux-procfs.c.
8893         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8894
8895 2012-03-13  Hui Zhu  <teawater@gmail.com>
8896             Pedro Alves  <palves@redhat.com>
8897
8898         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8899         CREATE_BREAKPOINT_FLAGS_INSERTED.
8900         (create_breakpoint_sal, create_breakpoints_sal)
8901         (base_breakpoint_create_breakpoints_sal)
8902         (tracepoint_create_breakpoints_sal)
8903         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8904         down.
8905         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8906         (ftrace_command, strace_command): Adjust.
8907         (create_tracepoint_from_upload): Pass
8908         CREATE_BREAKPOINT_FLAGS_INSERTED.
8909         * breakpoint.h (enum breakpoint_create_flags): New.
8910         (create_breakpoint): New flags parameter.
8911         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8912         * python/py-breakpoint.c (bppy_init): Adjust.
8913         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8914         * spu-tdep.c (spu_catch_start): Adjust.
8915
8916 2012-03-13  Pedro Alves  <palves@redhat.com>
8917             Hui Zhu  <teawater@gmail.com>
8918             Yao Qi  <yao@codesourcery.com>
8919
8920         * remote.c (struct remote_state): New field `starting_up'.
8921         (remote_start_remote): Set and clear it.
8922         (remote_can_download_tracepoint): If starting up, return false.
8923
8924 2012-03-13  Yao Qi  <yao@codesourcery.com>
8925
8926         * inferior.h (struct inferior): Remove fields any_syscall_count,
8927         syscalls_counts and total_syscalls_count.  Move them to new
8928         struct catch_syscall_inferior_data in breakpoint.c.
8929         * breakpoint.c: Call DEF_VEC_I(int).
8930         (struct catch_syscall_inferior_data): New.
8931         (get_catch_syscall_inferior_data): New.
8932         (catch_syscall_inferior_data_cleanup): New.
8933         (insert_catch_syscall): Update to access data in
8934         struct catch_syscall_inferior_data.
8935         (insert_catch_syscall): Likewise.
8936         (remove_catch_syscall): Likewise.
8937         (remove_catch_syscall): Likewise.
8938         (is_syscall_catchpoint_enabled): Likewise.
8939         (add_catch_command): Likewise.
8940         (_initialize_breakpoint): Register cleanup.
8941         * breakpoint.h: Removed DEF_VEC_I(int).
8942         * dwarf2loc.c: Call DEF_VEC_I(int).
8943         * mi/mi-main.c: Likewise.
8944
8945 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
8946
8947         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8948
8949 2012-03-12  Chris January  <chris.january@allinea.com>
8950
8951         * aix-thread.c (_initialize_aix_thread): Add prototype.
8952         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8953         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8954
8955 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
8956
8957         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8958         include of "amd64-nat.h".
8959
8960 2012-03-12  Tom Tromey  <tromey@redhat.com>
8961
8962         * buildsym.c (record_pending_block): Now static.
8963         * buildsym.h: (record_pending_block): Remove.
8964
8965 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
8966
8967         * amd64bsd-nat.c: Include amd64bsd-nat.h.
8968
8969 2012-03-09  Tom Tromey  <tromey@redhat.com>
8970
8971         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8972         producer_is_gxx_lt_4_6>: New fields.
8973         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8974
8975 2012-03-09  Tom Tromey  <tromey@redhat.com>
8976
8977         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8978
8979 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8980
8981         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8982         prototype.
8983
8984 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8985
8986         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8987
8988 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8989
8990         Fix -Wmissing-prototypes build.
8991         * arm-linux-nat.c (get_thread_id): Make it static.
8992         * xtensa-linux-nat.c (get_thread_id): Likewise.
8993
8994 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8995
8996         * server.c (process_point_options): If a conditional expression
8997         is found, only print a message if remote_debug is nonzero.
8998
8999 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
9000
9001         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9002         of internal error for unknown/unsupported types.
9003
9004 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9005
9006         Fix CU relative vs. absolute DIE offsets.
9007         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9008         offset to offset_in_cu.
9009         * dwarf2read.c (process_enumeration_scope): Add CU offset to
9010         TYPE_OFFSET.
9011         (dwarf2_fetch_die_location_block): Rename parameter offset to
9012         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
9013
9014 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9015
9016         * libunwind-frame.c: Rename to ...
9017         * ia64-libunwind-tdep.c: ... here.
9018         * libunwind-frame.h: Rename to ...
9019         * ia64-libunwind-tdep.h: ... here.
9020         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9021         ia64-libunwind-tdep.h.
9022         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9023         * README (--with-libunwind): Rename to ...
9024         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9025         * config.in: Regenerate.
9026         * configure: Regenerate.
9027         * configure.ac: New option --with-libunwind-ia64, make the
9028         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
9029         Remove AC_DEFINE for HAVE_LIBUNWIND.
9030         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9031         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9032         Rename libunwind-frame in the general comment.
9033         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9034         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9035         Move forward declarations inside #ifndef.  Rename libunwind-frame in
9036         the general comment.
9037         * ia64-tdep.c: Rename libunwind-frame.h #include to
9038         ia64-libunwind-tdep.h.
9039         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9040         (ia64_libunwind_descr): Rename libunwind-frame to
9041         ia64-libunwind-tdep in these function comments.
9042         * ia64-tdep.h: Rename libunwind-frame.h #include to
9043         ia64-libunwind-tdep.h.
9044         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9045         ia64-libunwind-tdep in that data comment.
9046
9047 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9048
9049         * libunwind-frame.h (struct frame_unwind): New declaration.
9050
9051 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9052
9053         * breakpoint.c (_initialize_breakpoint): Fix error in help of
9054         "set breakpoint condition-evaluation" command.
9055
9056 2012-03-08  Tristan Gingold  <gingold@adacore.com>
9057
9058         * sparc-stub.c: Move to stubs/
9059         * sh-stub.c: Likewise.
9060         * m68k-stub.c: Likewise.
9061         * m32r-stub.c: Likewise.
9062         * i386-stub.c: Likewise.
9063
9064 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
9065
9066         * m68klinux-tdep.c (m68k_linux_init_abi): Register
9067         linux_get_siginfo_type.
9068
9069         * m68klinux-nat.c: Include "gdb_proc_service.h".
9070         (PTRACE_GET_THREAD_AREA): Define.
9071         (ps_get_thread_area): New function.
9072
9073 2012-03-08  Yao Qi  <yao@codesourcery.com>
9074
9075         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9076         `xsnprintf'.
9077         (remote_query_attached): Likewise.
9078         (remote_static_tracepoint_marker_at): Likewise.
9079         (remote_set_permissions): Likewise.
9080         (remote_detach_1, extended_remote_attach_1): Likewise.
9081         (send_g_packet, remote_vkill): Likewise.
9082         (extended_remote_disable_randomization): Likewise.
9083         (remote_add_target_side_condition): Likewise.
9084         (remote_insert_breakpoint): Likewise.
9085         (remote_remove_breakpoint): Likewise.
9086         (remote_insert_watchpoint): Likewise.
9087         (remote_remove_watchpoint): Likewise.
9088         (remote_insert_hw_breakpoint): Likewise.
9089         (remote_insert_hw_breakpoint): Likewise.
9090         (remote_remove_hw_breakpoint): Likewise.
9091         (remote_download_command_source): Likewise.
9092         (remote_download_tracepoint): Likewise.
9093         (remote_download_trace_state_variable): Likewise.
9094         (remote_disable_tracepoint): Likewise.
9095         (remote_trace_set_readonly_regions): Likewise.
9096         (remote_get_tracepoint_status): Likewise.
9097         (remote_trace_find): Likewise.
9098         (remote_get_trace_state_variable_value): Likewise.
9099         (remote_set_disconnected_tracing): Likewise.
9100         (remote_set_circular_trace_buffer): Likewise.
9101         (remote_get_min_fast_tracepoint_insn_len): Likewise.
9102         (remote_use_agent): Likewise.
9103         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9104         Update callers.
9105
9106 2012-03-07  Pedro Alves  <palves@redhat.com>
9107
9108         * NEWS: Mention QProgramSignals.
9109         * inferior.h (update_signals_program_target): Declare.
9110         * infrun.c: (update_signals_program_target): New.
9111         (handle_command): Update the target of the new program signals
9112         array changes.
9113         * remote.c (PACKET_QProgramSignals): New enum.
9114         (last_program_signals_packet): New global.
9115         (remote_program_signals): New.
9116         (remote_start_remote): Update the target with the program signals
9117         list.
9118         (remote_protocol_features): Add entry for QPassSignals.
9119         (remote_open_1): Free anc clear last_program_signals_packet.
9120         (init_remote_ops): Install remote_program_signals.
9121         * target.c (update_current_target): Adjust.
9122         (target_program_signals): New.
9123         * target.h (struct target_ops) <to_program_signals>: New field.
9124         (target_program_signals): Declare.
9125
9126 2012-03-07  Pedro Alves  <palves@redhat.com>
9127
9128         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9129         extensions.
9130
9131 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9132
9133         * m68klinux-nat.c (getregs_supplies): Make static.
9134         (getfpregs_supplies): Likewise.
9135         (have_ptrace_getregs): Likewise.
9136
9137 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
9138
9139         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9140         in call to get_die_type_at_offset.
9141
9142 2012-03-06  Stan Shebs  <stan@codesourcery.com>
9143
9144         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9145         * mi/mi-cmd-disas.c: Ditto.
9146         * mi/mi-cmd-env.c: Ditto.
9147         * mi/mi-cmd-file.c: Ditto.
9148         * mi/mi-cmd-stack.c: Ditto.
9149         * mi/mi-cmd-target.c: Ditto.
9150         * mi/mi-cmd-var.c: Ditto.
9151         * mi/mi-cmds.c: Ditto.
9152         * mi/mi-cmds.h: Ditto.
9153         * mi/mi-console.c: Ditto.
9154         * mi/mi-getopt.c: Ditto.
9155         * mi/mi-getopt.h: Ditto.
9156         * mi/mi-interp.c: Ditto.
9157         * mi/mi-main.c: Ditto.
9158         * mi/mi-out.c: Ditto.
9159         * mi/mi-parse.c: Ditto.
9160         * mi/mi-parse.h: Ditto.
9161         * mi/mi-symbol-cmds.c: Ditto.
9162
9163         * mi/mi-getopt.h: Move mi_opt struct up.
9164         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9165         return.
9166         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9167
9168 2012-03-06  Tom Tromey  <tromey@redhat.com>
9169
9170         * proc-service.c (ps_pglobal_lookup): Set the current program
9171         space.
9172
9173 2012-03-06  Pedro Alves  <palves@redhat.com>
9174
9175         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9176
9177 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
9178
9179         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9180
9181 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9182
9183         Code cleanup.
9184         * common/linux-osdata.c (linux_common_core_of_thread): New function
9185         comment.
9186         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9187         call by linux_common_core_of_thread.
9188         (linux_nat_core_of_thread_1): Remove.
9189         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9190         * linux-thread-db.c: Include linux-osdata.h.
9191         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9192         linux_common_core_of_thread.
9193
9194 2012-03-05  Tom Tromey  <tromey@redhat.com>
9195
9196         * value.c (value_primitive_field): Don't fetch contents for
9197         non-virtual bases.
9198
9199 2012-03-05  Tom Tromey  <tromey@redhat.com>
9200
9201         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9202
9203 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9204
9205         * s390-nat.c: Include "gregset.h".
9206
9207 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9208
9209         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9210         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9211         (libunwind_load): New variable so_error, use it for dlerror.  Try to
9212         load also LIBUNWIND_SO_7.
9213
9214 2012-03-05  Pedro Alves  <palves@redhat.com>
9215
9216         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9217         is not NULL, and remove resulting dead code.
9218
9219 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
9220
9221         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9222         prologue to sh_analyze_prologue.
9223         (sh_analyze_prologue): Make better use of such an upper limit, and
9224         generally be more cautious about accessing memory.
9225
9226 2012-03-05  Tom Tromey  <tromey@redhat.com>
9227
9228         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9229         _initialize_ia64_hpux_tdep.
9230
9231 2012-03-05  Pedro Alves  <palves@redhat.com>
9232
9233         PR gdb/13766
9234
9235         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9236         the register state is clear, supply explicit zero, instead of
9237         marking the register unavailable.
9238
9239 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9240
9241         * NEWS: Mention OpenVMS ia64 new target.
9242
9243 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9244
9245         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9246         (ia64_unw_accessors, ia64_unw_rse_accessors)
9247         (ia64_libunwind_descr): Declare.
9248         * ia64-vms-tdep.c: New file.
9249         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9250         (ia64_libunwind_descr): Make them public.
9251         * configure.tgt: Add ia64-*-*vms*.
9252         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9253         (ALLDEPFILES): Add ia64-vms-tdep.c
9254
9255 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9256
9257         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9258         * remote.c (PACKET_qXfer_uib): New enum value.
9259         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9260         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9261         (_initialize_remote): Call add_packet_config_cmd for
9262         xfer:uib packet.
9263
9264 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9265
9266         * osabi.c (gdb_osabi_names): Add OpenVMS.
9267         (generic_elf_osabi_sniffer): Likewise.
9268         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9269
9270 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9271
9272         Removed unused code.
9273         * libunwind-frame.c (libunwind_frame_unwind)
9274         (libunwind_frame_base_address): Remove.
9275         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9276
9277 2012-03-04  Yao Qi  <yao@codesourcery.com>
9278
9279         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9280         remove trailing new line.
9281         (agent_run_command, agent_run_command): Add _ markup.
9282         (agent_capability_check): Likewise.
9283
9284 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9285
9286         * breakpoint.c (set_condition_evaluation_mode): Set
9287         CONDITION_EVALUATION_MODE unconditionally.
9288
9289 2012-03-03  Yao Qi  <yao@codesourcery.com>
9290
9291         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9292         * common/agent.h: Update declaration.
9293         * inf-child.c (inf_child_use_agent): New.
9294         (inf_child_can_use_agent): New.
9295         (inf_child_target): Initialize fields `to_use_agent'
9296         and `to_can_use_agent'.
9297         * agent.c (agent_new_objfile): New.
9298         (_initialize_agent): Add agent_new_objfile to new_objfile
9299         observer.
9300
9301         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9302         New.
9303         (linux_target_install_ops): Initialize field
9304         `to_static_tracepoint_markers_by_strid'.
9305         * remote.c (free_current_marker): Move it to ...
9306         * tracepoint.c (free_current_marker): ... here.  New.
9307         (cleanup_target_stop): New.
9308         * tracepoint.h: Declare free_current_marker.
9309         * NEWS: Add one entry about `info static-tracepoint-marker'.
9310
9311 2012-03-03  Yao Qi  <yao@codesourcery.com>
9312
9313         * common/agent.c (agent_loaded_p): New.
9314         (agent_look_up_symbols): New global.
9315         * common/agent.h: Declare agent_loaded_p.
9316
9317 2012-03-03  Yao Qi  <yao@codesourcery.com>
9318
9319         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9320         (agent_capability_check, agent_capability_invalidate): New.
9321         (symbol_list): New array element.
9322         * common/agent.h (enum agent_capa): New.
9323         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9324
9325 2012-03-03  Yao Qi  <yao@codesourcery.com>
9326
9327         * target.h (struct target_ops) <to_use_agent>: New field.
9328         (struct target_ops) <to_can_use_agent>: New field.
9329         (target_use_agent, target_can_use_agent): New macro.
9330         * target.c (update_current_target): Update.
9331         * remote.c: New enum `PACKET_QAgent'.
9332         (remote_protocol_features): Add a new element.
9333         (remote_use_agent, remote_can_use_agent): New.
9334         (init_remote_ops): Initialize field `can_use_agent' with
9335         remote_can_use_agent.  Intiailize field `use_agent' with
9336         remote_use_agent.
9337         * common/agent.c (use_agent): New global.
9338         * common/agent.h: Declare it.
9339         * tracepoint.c (info_static_tracepoint_markers_command): Add
9340         comment.
9341         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9342         (COMMON_OBS): Add common/agent.o and agent.o
9343         (common-agent.o): New rule.
9344         * agent.c: New.
9345
9346 2012-03-03  Yao Qi  <yao@codesourcery.com>
9347
9348         * common/agent.c: New.
9349         * common/agent.h: New.
9350         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9351         AC_CHECK_HEADERS.
9352         * configure, configh.in: Regenerated.
9353
9354 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9355
9356         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9357         unless it exists for this architecture.
9358
9359 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9360
9361         * language.h (struct language_defn): New "method" la_read_var_value.
9362         * findvar.c: #include "language.h".
9363         (default_read_var_value): Renames read_var_value.  Rewrite
9364         function description.
9365         (read_var_value): New function.
9366         * value.h (default_read_var_value): Add prototype.
9367         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9368         New functions.
9369         (ada_language_defn): Add entry for la_read_var_value.
9370         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9371         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9372         language_defn structures to add entry for new la_read_var_value
9373         field.
9374
9375 2012-03-02  Tom Tromey  <tromey@redhat.com>
9376             Pedro Alves  <palves@redhat.com>
9377
9378         PR breakpoints/13776:
9379         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9380         breakpoints.
9381         (delete_longjmp_breakpoint_at_next_stop): New.
9382         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9383         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9384         before deleting the inferior.  Add comments.
9385         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9386         breakpoints immediately, but only on next stop.  Move that code
9387         next to where we mark other breakpoints for deletion.
9388
9389 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9390
9391         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9392         marker.
9393         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9394         violation.
9395
9396 2012-03-02  Pedro Alves  <palves@redhat.com>
9397
9398         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9399
9400 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9401
9402         Fix -Wmissing-prototypes build.
9403         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9404         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9405         (gdbsim_has_memory): Likewise.
9406
9407 2012-03-02  Yao Qi  <yao@codesourcery.com>
9408
9409         Fix -Wmissing-prototypes build.
9410         * charset.c (phony_iconv_open): Make static.
9411         (phony_iconv_close, phony_iconv): Likewise.
9412         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9413         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9414         prototype.
9415         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9416         * ser-mingw.c (create_select_thread): Make static.
9417         * windows-termcap.c (tgetent): New prototype.
9418         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9419
9420 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9421
9422         Fix -Wmissing-prototypes build.
9423         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9424         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9425         (_initialize_loadable): New prototypes.
9426
9427 2012-03-02  Doug Evans  <dje@google.com>
9428
9429         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9430         abbrev table, read_comp_unit will do it.
9431
9432 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9433
9434         Fix -Wmissing-prototypes build.
9435         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9436         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9437         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9438         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9439         (_initialize_arm_symbian_tdep): New prototype.
9440         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9441         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9442         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9443         static.
9444         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9445         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9446         prototype.
9447         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9448         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9449         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9450         static.
9451         * moxie-tdep.c (moxie_process_record): Likewise.
9452         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9453         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9454         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9455         (_initialize_rl78_tdep): New prototype.
9456         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9457         (_initialize_rx_tdep): New prototype.
9458         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9459         (_initialize_darwin_solib): New prototype.
9460         * solib-spu.c: Include solib-spu.h.
9461         (_initialize_spu_solib): New prototype.
9462         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9463         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9464         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9465         (tic6x_software_single_step): Make it static.
9466         (_initialize_tic6x_tdep): New prototype.
9467
9468 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9469
9470         Fix -Wmissing-prototypes build.
9471         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9472         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9473
9474 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9475
9476         Fix -Wmissing-prototypes build.
9477         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9478         (frv_have_stopped_data_address): Remove.
9479
9480 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9481
9482         Fix -Wmissing-prototypes build.
9483         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9484         * sh-tdep.c: Include sh64-tdep.h.
9485         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9486         * sh64-tdep.c: Include sh64-tdep.h.
9487         * sh64-tdep.h: New file.
9488
9489 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9490
9491         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9492
9493 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9494
9495         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9496         sp_regnum once the gdbarch_init_osabi hook has been called.
9497
9498 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9499
9500         * mips-tdep.c (mips32_bc1_pc): New function.
9501         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9502         BPOSGE32 and BPOSGE64 instructions.
9503         (deal_with_atomic_sequence): Likewise.
9504         (mips32_instruction_has_delay_slot): Likewise.
9505
9506 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9507             Chris Dearman  <chris@mips.com>
9508             Maciej W. Rozycki  <macro@codesourcery.com>
9509             Joseph Myers  <joseph@codesourcery.com>
9510
9511         * features/mips-dsp.xml: New file.
9512         * features/mips64-dsp.xml: New file.
9513         * features/mips-dsp-linux.xml: New file.
9514         * features/mips64-dsp-linux.xml: New file.
9515         * features/Makefile (WHICH): Add mips-dsp-linux and
9516         mips64-dsp-linux.
9517         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9518         * features/mips-dsp-linux.c: New file.
9519         * features/mips64-dsp-linux.c: New file.
9520         * regformats/mips-dsp-linux.dat: New file.
9521         * regformats/mips64-dsp-linux.dat: New file.
9522         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9523         registers.
9524         (mips64_linux_register_addr): Likewise.
9525         (mips64_linux_regsets_fetch_registers): Likewise.
9526         (mips64_linux_regsets_store_registers): Likewise.
9527         (mips64_linux_fetch_registers): Update call to
9528         mips64_linux_regsets_fetch_registers.
9529         (mips64_linux_store_registers): Update call to
9530         mips64_linux_regsets_store_registers.
9531         (mips_linux_read_description): Probe for DSP registers.
9532         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9533         and initialize_tdesc_mips64_dsp_linux.
9534         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9535         Remove padding of no longer used embedded register slots.
9536         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9537         (MIPS_RESTART_REGNUM): Redefine enum value.
9538         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9539         strings.
9540         (mips_tx39_reg_names): Likewise.
9541         (mips_linux_reg_names): New array of register names for Linux
9542         targets.
9543         (mips_register_name): Check for a null pointer in
9544         mips_processor_reg_names and return an empty string.
9545         (mips_register_type): Exclude embedded registers for the IRIX
9546         and Linux ABIs.
9547         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9548         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9549         DSP registers.
9550         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9551         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9552         (mips_gdbarch_init): Likewise.  Initialize internal register
9553         indices for the Linux ABI.  Use dynamic numbers to refer to
9554         registers, as applicable, while parsing the target description.
9555         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9556
9557 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9558
9559         * frame.h (read_frame_register_unsigned): Fix typo in function
9560         description.
9561
9562 2012-03-01  Pedro Alves  <palves@redhat.com>
9563
9564         * jit-reader.in [!__cplusplus]
9565         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9566
9567 2012-03-01  Pedro Alves  <palves@redhat.com>
9568
9569         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9570         * configure: Regenerate.
9571
9572 2012-03-01  Pedro Alves  <palves@redhat.com>
9573
9574         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9575         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9576         (ftrace_command, strace_command): Make static.
9577         * d-lang.c (_initialize_d_language): Declare.
9578         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9579         * dwarf2loc.c (_initialize_dwarf2loc):
9580         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9581         * exec.c (exec_get_section_table): Make static.
9582         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9583         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9584         * inferior.c (remove_inferior_command, add_inferior_command)
9585         (clone_inferior_command): Make static.
9586         * linux-nat.c (linux_nat_thread_address_space)
9587         (linux_nat_core_of_thread): Make static.
9588         * linux-tdep.c (_initialize_linux_tdep): Declare.
9589         * objc-lang.c (_initialize_objc_lang): Declare.
9590         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9591         Make static.
9592         (_initialize_opencl_language): Declare.
9593         * record.c (_initialize_record): Declare.
9594         * remote.c (demand_private_info, remote_get_tib_address)
9595         (remote_supports_cond_tracepoints)
9596         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9597         Make static.
9598         * skip.c (_initialize_step_skip): Declare.
9599         * symtab.c (skip_prologue_using_lineinfo): Make static.
9600         * tracepoint.c (delete_trace_state_variable)
9601         (trace_variable_command, delete_trace_variable_command)
9602         (get_uploaded_tsv, find_matching_tracepoint_location)
9603         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9604         Make static.
9605         * value.c (pack_unsigned_long): Make static.
9606         * varobj.c (varobj_ensure_python_env): Make static.
9607         * windows-tdep.c (_initialize_windows_tdep): Declare.
9608         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9609
9610 2012-03-01  Pedro Alves  <palves@redhat.com>
9611
9612         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9613         gdbarch parameter.
9614         (linux_init_abi): Install it as has_shared_address_space gdbarch
9615         callback.
9616
9617 2012-03-01  Pedro Alves  <palves@redhat.com>
9618
9619         * observer.c (observer_test_first_notification_function)
9620         (observer_test_second_notification_function)
9621         (observer_test_third_notification_function): Add declarations.
9622
9623 2012-03-01  Pedro Alves  <palves@redhat.com>
9624
9625         * common/signals.c (default_target_signal_to_host)
9626         (default_target_signal_from_host): Move ...
9627         * arch-utils.c: ... here.
9628         * arch-utils.h (default_target_signal_to_host)
9629         (default_target_signal_from_host): Declare.
9630
9631         * common/signals.c (target_signal_from_command): Move ...
9632         * infrun.c: ... here.
9633         * inferior.h (target_signal_from_command): Declare.
9634         * target.h (target_signal_from_command)
9635         (default_target_signal_from_host, default_target_signal_to_host):
9636         Delete declarations.
9637
9638         * common/signals.c (_initialize_signals): Delete.
9639
9640 2012-03-01  Pedro Alves  <palves@redhat.com>
9641
9642         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9643         both __cplusplus and !__cplusplus.
9644
9645 2012-03-01  Pedro Alves  <palves@redhat.com>
9646
9647         * psymtab.c (find_and_open_source): Delete declaration.
9648         * source.c (find_and_open_source): Move comment ...
9649         * source.h (find_and_open_source): ... to this new declaration.
9650
9651 2012-03-01  Pedro Alves  <palves@redhat.com>
9652
9653         * inline-frame.c: Include inline-frame.h.
9654
9655 2012-03-01  Pedro Alves  <palves@redhat.com>
9656
9657         * tui/tui-data.c (set_gen_win_origin): Delete.
9658         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9659         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9660
9661 2012-03-01  Pedro Alves  <palves@redhat.com>
9662
9663         * remote.c (encode_actions): Delete declaration.
9664         * tracepoint.c (encode_actions): Make extern.
9665         * tracepoint.h (encode_actions): Declare.
9666
9667 2012-03-01  Pedro Alves  <palves@redhat.com>
9668
9669         * python/py-breakpoint.c: Include python.h.
9670         * python/py-continueevent.c (create_continue_event_object): Make
9671         static.
9672         * python/py-lazy-string.c (stpy_get_type): Make static.
9673         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9674         Make static.
9675         * python/py-utils.c (unicode_to_target_python_string): Make
9676         static.
9677         * python/py-value.c: Include python.h.
9678
9679 2012-03-01  Pedro Alves  <palves@redhat.com>
9680
9681         * inferior.c (delete_threads_of_inferior): Delete.
9682
9683 2012-03-01  Pedro Alves  <palves@redhat.com>
9684
9685         Import fallback definitions from glibc.
9686
9687         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9688         ps_prochandle): Forward declare.
9689         (ps_err_e): Use glibc's comments.
9690         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9691         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9692         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9693         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9694         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9695         (struct ps_prochandle): Adjust comment.
9696
9697 2012-03-01  Pedro Alves  <palves@redhat.com>
9698
9699         * ada-lang.c (ada_modulus_from_name): Delete.
9700         * ada-lex.l (lexer_init): Make static.
9701
9702 2012-03-01  Pedro Alves  <palves@redhat.com>
9703
9704         PR gdb/13767
9705
9706         * frame.c (read_frame_register_unsigned): New.
9707         * frame.h (read_frame_register_unsigned): Declare.
9708         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9709         Handle it.
9710         (print_i387_control_word): New parameter `control_p'.  Handle it.
9711         (i387_print_float_info): Handle unavailable float registers.
9712
9713 2012-03-01  Keith Seitz  <keiths@redhat.com>
9714
9715         * linespec.c (decode_line_2): Sort the list of methods
9716         alphabetically before presenting the user with a selection
9717         menu.
9718
9719 2012-03-01  Doug Evans  <dje@google.com>
9720
9721         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9722         has_namespace_info.
9723         (dwarf2_read_abbrevs): Remove corresponding initialization.
9724
9725 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9726
9727         * NEWS: Mention new python command class gdb.COMMAND_USER.
9728         * cli/cli-cmds.c (show_user): Print error when used on a python
9729         command.
9730         (init_cli_cmds): Update documentation strings for "show user" and
9731         "set/show max-user-call-depth" to clarify that it does not apply to
9732         python commands.
9733         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9734         error check.
9735         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9736         gdb python api.
9737         * top.c (execute_command): Only execute a user-defined command as a
9738         legacy macro if c->user_commands is set.
9739
9740 2012-03-01  Tom Tromey  <tromey@redhat.com>
9741
9742         * valprint.h (struct generic_val_print_decorations): New.
9743         (generic_val_print): Declare.
9744         * valprint.c (generic_val_print): New function.
9745         * p-valprint.c (p_decorations): New global.
9746         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9747         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9748         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9749         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9750         * m2-valprint.c (m2_decorations): New global.
9751         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9752         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9753         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9754         TYPE_CODE_ERROR>: Call generic_val_print.
9755         * f-valprint.c (f_decorations): New global.
9756         (f_val_print): Use print_function_pointer_address.
9757         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9758         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9759         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9760         generic_val_print.
9761         * c-valprint.c (c_decorations): New global.
9762         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9763         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9764         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9765         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9766         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9767         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9768         case.
9769
9770 2012-03-01  Tom Tromey  <tromey@redhat.com>
9771
9772         * valprint.c (val_print): Update.
9773         * p-valprint (pascal_val_print): Return void.
9774         * p-lang.h (pascal_val_print): Return void.
9775         * m2-valprint.c (m2_val_print): Return void.
9776         * m2-lang.h (m2_val_print): Return void.
9777         * language.h (struct language_defn) <la_val_print>: Return void.
9778         * language.c (unk_lang_val_print): Return void.
9779         * jv-valprint.c (java_val_print): Return void.
9780         * jv-lang.h (java_val_print): Return void.
9781         * f-valprint.c (f_val_print): Return void.
9782         * f-lang.h (f_val_print): Return void.
9783         * d-valprint.c (d_val_print): Return void.
9784         (dynamic_array_type): Update.
9785         * d-lang.h (d_val_print): Return void.
9786         * c-valprint.c (c_val_print): Return void.
9787         * c-lang.h (c_val_print): Return void.
9788         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9789         void.
9790         * ada-lang.h (ada_val_print): Return void.
9791
9792 2012-03-01  Tom Tromey  <tromey@redhat.com>
9793
9794         * value.h (val_print): Return void.
9795         * valprint.c (val_print): Return void.
9796
9797 2012-03-01  Tom Tromey  <tromey@redhat.com>
9798
9799         * value.h (common_val_print): Return void.
9800         * valprint.c (common_val_print): Return void.
9801
9802 2012-03-01  Tom Tromey  <tromey@redhat.com>
9803
9804         * value.h (value_print): Return void.
9805         * valprint.c (value_print): Return void.
9806         * p-valprint.c (pascal_value_print): Return void.
9807         * p-lang.h (pascal_value_print): Return void.
9808         * language.h (struct language_defn) <la_value_print>: Return
9809         void.
9810         * language.c (unk_lang_value_print): Return void.
9811         * jv-valprint.c (java_value_print): Return void.
9812         * jv-lang.h (java_value_print): Return void.
9813         * f-valprint.c (c_value_print): Don't declare.
9814         Include c-lang.h.
9815         * c-valprint.c (c_value_print): Return void.
9816         * c-lang.h (c_value_print): Return void.
9817         * ada-valprint.c (ada_value_print): Return void.
9818         * ada-lang.h (ada_value_print): Return void.
9819
9820 2012-03-01  Tom Tromey  <tromey@redhat.com>
9821
9822         * value.c (value_primitive_field): Handle virtual base classes.
9823
9824 2012-03-01  Tom Tromey  <tromey@redhat.com>
9825
9826         * gdbtypes.h (struct vbase): Remove.
9827
9828 2012-03-01  Tom Tromey  <tromey@redhat.com>
9829
9830         * c-valprint.c (print_function_pointer_address): Move...
9831         * valprint.c: ... here.  Make non-static.
9832         * m2-valprint.c (print_function_pointer_address): Remove.
9833         * valprint.h (print_function_pointer_address): Declare.
9834
9835 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9836
9837         * NEWS: Document the fact that one can provide a condition when
9838         creating an Ada exception catchpoint.
9839
9840 2012-03-01  Tom Tromey  <tromey@redhat.com>
9841
9842         * valprint.c (val_print_type_code_flags): Fix placement of
9843         trailing brace.
9844
9845 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9846
9847         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9848         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9849         environment variable before calling update-copyright.
9850
9851 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9852
9853         * gnulib/extra/update-copyright: Update to the latest from
9854         gnulib's git repository.
9855         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9856         variable to 2 instead of 1.
9857
9858 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9859
9860         * varobj.c (c_value_of_variable): Remove dead code.
9861
9862 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9863
9864         * ada-lex.p (processId): Do not modify already encoded IDs.
9865         Update function documentation.
9866
9867 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9868
9869         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9870         "name" with "struct symbol *name_sym".
9871         * ada-exp.y (write_var_or_type): Update call to
9872         ada_find_renaming_symbol.
9873         "name" with "struct symbol *name_sym". Adjust Implementation
9874         accordingly.  Adjust the function documentation.
9875
9876 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9877
9878         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9879         * ada-lang.c (ada_find_any_type): Add advance declaration.
9880         Make static.  Replace ada_find_any_symbol by
9881         ada_find_any_type_symbol.
9882         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9883         Improve function description.  Make static.
9884         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9885         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9886
9887 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9888
9889         * ada-lang.c (struct tag_args): Delete.
9890         (ada_get_tsd_type): Function body moved up in source file.
9891         (ada_tag_name_1, ada_tag_name_2): Delete.
9892         (ada_get_tsd_from_tag): New function.
9893         (ada_tag_name_from_tsd): New function.
9894         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9895         to determine the tag name.
9896
9897 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9898
9899         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9900         declaration.
9901         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9902         function.
9903
9904 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9905
9906         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9907
9908 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9909
9910         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9911         full searches.
9912
9913 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9914
9915         * ada-lang.c (constrained_packed_array_type): If there is a
9916         parallel XA type, use it to determine the array index type.
9917
9918 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9919
9920         * ada-valprint.c (ada_val_print_1): If our value is a reference
9921         to an array descriptor, dereference it before converting it
9922         to a simple array.
9923
9924 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9925
9926         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9927         creating fixed value.
9928         (ada_value_ind, ada_coerce_ref, assign_component)
9929         (ada_evaluate_subexp): Remove call to unwrap_value before
9930         call to ada_to_fixed_value.
9931
9932 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9933
9934         * ada-lang.c (to_fixed_array_type): Set result's type name.
9935
9936 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9937
9938         * ada-lang.c (catch_ada_exception_command_split): Add new
9939         argument cond_string.  Add support for condition at end of
9940         "catch exception" commands.
9941         (ada_decode_exception_location): Add new argument cond_string.
9942         Update call to catch_ada_exception_command_split.
9943         (create_ada_exception_catchpoint): Add new argument cond_string.
9944         Set the breakpoint condition if needed.
9945         (catch_ada_exception_command): Update call to
9946         ada_decode_exception_location.
9947         (ada_decode_assert_location): Add function documentation.
9948         Add support for condition at end of "catch assert" command.
9949         (catch_assert_command): Update calls to ada_decode_assert_location
9950         and create_ada_exception_catchpoint.
9951
9952 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9953
9954         Fix disp-step-syscall.exp: fork: single step over fork.
9955         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9956         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9957         comment, change parameters gdbarch and ptid to regcache.  Remove
9958         parameter regcache, initialize gdbarch from regcache here.
9959         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9960         New functions.
9961         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9962         instead.
9963         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9964         'syscall'.  Make the 'int' check more strict.
9965
9966 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9967
9968         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9969         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9970         (i386_linux_intx80_sysenter_syscall_record): ... here.
9971         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9972         Use the renamed function name.
9973
9974 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9975
9976         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9977         * breakpoint.c (until_break_command): Likewise.
9978         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9979         * infcall.c (call_function_by_hand): Likewise.
9980         * infcmd.c (finish_forward): Likewise.
9981         * infrun.c (insert_exception_resume_breakpoint): Likewise.
9982
9983 2012-02-28  Tristan Gingold  <gingold@adacore.com>
9984
9985         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9986         avoid variable assignments inside condition.
9987
9988 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9989
9990         Fix static analysis issue found by cppcheck.
9991         * microblaze-tdep.c (microblaze_extract_return_value): Fix
9992         uninitialized BUF for size 2.
9993
9994 2012-02-27  Chris Dearman  <chris@mips.com>
9995             Nathan Froyd  <froydnj@codesourcery.com>
9996             Maciej W. Rozycki  <macro@codesourcery.com>
9997
9998         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9999         (mips16_instruction_has_delay_slot): Likewise.
10000         (mips_segment_boundary): Likewise.
10001         (mips_adjust_breakpoint_address): Likewise.
10002         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10003
10004 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
10005             Maciej W. Rozycki  <macro@codesourcery.com>
10006
10007         * infrun.c (handle_inferior_event): Don't proceed through
10008         shared library trampolines if stepping at the machine
10009         instruction level.
10010
10011 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
10012
10013         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10014         too.
10015
10016 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
10017
10018         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10019         (sh_stub_unwind_sniffer): New functions.
10020         (sh_stub_unwind): New variable.
10021         (sh_gdbarch_init): Wire everything.
10022
10023 2012-02-27  Pedro Alves  <palves@redhat.com>
10024
10025         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10026         (linux_nat_post_attach_wait): Adjust to use
10027         linux_proc_pid_is_stopped.
10028         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10029         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10030         based on pid_is_stopped from both linux-nat.c and
10031         gdbserver/linux-low.c, and renamed.
10032
10033 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10034
10035         * remote.c (remote_watchpoint_addr_within_range): New function.
10036         (init_remote_ops): Use it.
10037
10038 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10039
10040         * target.h (target_watchpoint_addr_within_range): Document macro.
10041
10042 2012-02-24  Pedro Alves  <palves@redhat.com>
10043
10044         * stack.c (set_last_displayed_sal): Issue internal_error instead
10045         of warning, and issue it after clearing the last displayed sal.
10046
10047 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10048             Pedro Alves  <palves@redhat.com>
10049
10050         * breakpoint.c (until_break_command): Install breakpoints after
10051         all frame manipulations.
10052
10053 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10054
10055         * remote.c (remote_supports_cond_breakpoints): New forward
10056         declaration.
10057         (remote_add_target_side_condition): New function.
10058         (remote_insert_breakpoint): Add target-side breakpoint
10059         conditional if supported.
10060         (remote_insert_hw_breakpoint): Likewise.
10061         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10062         hook.
10063
10064         * target.c (update_current_target): Inherit
10065         to_supports_evaluation_of_breakpoint_conditions.
10066         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10067
10068         * target.h (struct target_ops)
10069         <to_supports_evaluation_of_breakpoint_conditions>: New field.
10070         (target_supports_evaluation_of_breakpoint_conditions): New #define.
10071
10072         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10073         (condition_evaluation_both, condition_evaluation_auto,
10074         condition_evaluation_host, condition_evaluation_target,
10075         condition_evaluation_enums, condition_evaluation_mode_1,
10076         condition_evaluation_mode): New static globals.
10077         (translate_condition_evaluation_mode): New function.
10078         (breakpoint_condition_evaluation_mode): New function.
10079         (gdb_evaluates_breakpoint_condition_p): New function.
10080         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10081         (mark_breakpoint_modified): New function.
10082         (mark_breakpoint_location_modified): New function.
10083         (set_condition_evaluation_mode): New function.
10084         (show_condition_evaluation_mode): New function.
10085         (bp_location_compare_addrs): New function.
10086         (get_first_location_gte_addr): New helper function.
10087         (set_breakpoint_condition): Free condition bytecode if locations
10088         has become unconditional.  Call mark_breakpoint_modified (...).
10089         (condition_command): Call update_global_location_list (1) for
10090         breakpoints.
10091         (breakpoint_xfer_memory): Use is_breakpoint (...).
10092         (is_breakpoint): New function.
10093         (parse_cond_to_aexpr): New function.
10094         (build_target_condition_list): New function.
10095         (insert_bp_location): Handle target-side conditional
10096         breakpoints and call build_target_condition_list (...).
10097         (update_inserted_breakpoint_locations): New function.
10098         (insert_breakpoint_locations): Handle target-side conditional
10099         breakpoints.
10100         (bpstat_check_breakpoint_conditions): Add comment.
10101         (bp_condition_evaluator): New function.
10102         (bp_location_condition_evaluator): New function.
10103         (print_breakpoint_location): Print information on where the condition
10104         will be evaluated.
10105         (print_one_breakpoint_location): Likewise.
10106         (init_bp_location): Call mark_breakpoint_location_modified (...) for
10107         breakpoint location.
10108         (force_breakpoint_reinsertion): New functions.
10109         (update_global_location_list): Handle target-side breakpoint
10110         conditions.
10111         Reinsert locations that are already inserted if conditions have
10112         changed.
10113         (bp_location_dtor): Free agent expression bytecode.
10114         (disable_breakpoint): Call mark_breakpoint_modified (...).
10115         Call update_global_location_list (...) with parameter 1 for breakpoints.
10116         (disable_command): Call mark_breakpoint_location_modified (...).
10117         Call update_global_location_list (...) with parameter 1 for breakpoints.
10118         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10119         (enable_command): mark_breakpoint_location_modified (...).
10120         (_initialize_breakpoint): Update documentation and add
10121         condition-evaluation breakpoint subcommand.
10122
10123         * breakpoint.h: Include ax.h.
10124         (condition_list): New data structure.
10125         (condition_status): New enum.
10126         (bp_target_info) <cond_list>: New field.
10127         (bp_location) <condition_changed, cond_bytecode>: New fields.
10128         (is_breakpoint): New prototype.
10129
10130 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10131
10132         * remote.c (remote_state) <cond_breakpoints>: New field.
10133         (PACKET_ConditionalBreakpoints): New enum.
10134         (remote_cond_breakpoint_feature): New function.
10135         (remote_protocol_features): Add new ConditionalBreakpoints entry.
10136         (remote_supports_cond_breakpoints): New function.
10137         (_initialize_remote): Add new packet configuration for
10138         target-side conditional breakpoints.
10139
10140 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10141
10142         * NEWS: Mention target-side conditional breakpoint support,
10143         new condition-evaluation breakpoint subcommand and remote
10144         packet extensions.
10145
10146 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10147
10148         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10149         number.
10150
10151 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
10152
10153         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10154         (after_prologue): Remove.
10155
10156 2012-02-23  Tom Tromey  <tromey@redhat.com>
10157
10158         * jv-valprint.c (java_val_print): Remove dead code.
10159
10160 2012-02-23  Tristan Gingold  <gingold@adacore.com>
10161
10162         * ada-tasks.c (struct ada_tasks_inferior_data): Add
10163         known_tasks_element and known_tasks_length fields.
10164         (read_known_tasks_array): Change argument type.  Use pointer type
10165         and number of elements from DATA.  Adjust.
10166         (read_known_tasks_list): Likewise.
10167         (get_known_tasks_addr): Remove.
10168         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10169         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
10170         type and array length.  Merge former get_known_tasks_addr code.
10171
10172 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10173
10174         PR backtrace/13716
10175         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10176         it after set_momentary_breakpoint.
10177
10178 2012-02-22  Sterling Augustine  <saugustine@google.com>
10179
10180         PR 13689:
10181         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10182
10183 2012-02-22  Gary Benson  <gbenson@redhat.com>
10184
10185         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10186         (find_slot_in_mapped_hash): Likewise.
10187
10188 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10189
10190         PR build/13638
10191         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10192         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10193         * configure: Regenerate.
10194
10195 2012-02-21  Tristan Gingold  <gingold@adacore.com>
10196             Pedro Alves  <palves@redhat.com>
10197
10198         * ia64-tdep.c: Do not include libunwind-ia64.h.
10199         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10200         Include libunwind-ia64.h instead of libunwind.h.
10201         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10202         for libunwind.h existence.
10203         * configure, config.in: Regenerate.
10204
10205 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10206
10207         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10208         instead of value_rtti_target_type.
10209         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10210         instead of value_rtti_target_type.
10211         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10212         value_rtti_target_type.
10213         * valops.c (value_ind): Extract function readjust_indirect_value_type.
10214         (value_rtti_target_type): Rename to ...
10215         (value_rtti_indirect_type): ... here and make it indirect.  Update
10216         function comment.
10217         * value.c (readjust_indirect_value_type): New function.
10218         (coerce_ref): Support for enclosing type setting for references
10219         with readjust_indirect_value_type.
10220         * value.h (readjust_value_type): New declaration.
10221         (value_rtti_target_type): Rename to ...
10222         (value_rtti_indirect_type): ... here.
10223
10224 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10225
10226         * MAINTAINERS (Write After Approval): Add myself to the list.
10227
10228 2012-02-20  Doug Evans  <dje@google.com>
10229
10230         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10231         Rename objfile_p_char parameter to objfilep.
10232         (build_objfile_section_table): Result is now void.  All callers
10233         updated.
10234         * objfiles.h (struct objfile): Tweak comments, whitespace.
10235         (build_objfile_section_table): Update.
10236
10237         * elfread.c (elf_symfile_segments): Fix warning text.
10238
10239 2012-02-20  Tom Tromey  <tromey@redhat.com>
10240
10241         PR gdb/13498:
10242         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10243         particular set of file names once.
10244         (dw2_map_symbol_filenames): Likewise.
10245
10246 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10247
10248         Code cleanup.
10249         * main.c (write_files): Remove the declaration.
10250         (external_editor_command): Move the declaration ...
10251         [GDBTK] (external_editor_command): ... here.  Fix the comment.
10252
10253 2012-02-20  Tom Tromey  <tromey@redhat.com>
10254
10255         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10256         extraneous block.
10257
10258 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10259
10260         * darwin-nat.h (enum darwin_msg_state): Add comments.
10261
10262 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10263
10264         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10265         value.
10266
10267 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
10268
10269         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10270         between function description and implementation.
10271
10272 2012-02-17  Tom Tromey  <tromey@redhat.com>
10273
10274         PR python/12070:
10275         * python/py-event.c (event_object_getset): New global.
10276         (event_object_type): Reference it.
10277         * python/py-type.c (field_object_getset): New global.
10278         (field_object_type): Reference it.
10279         * python/python-internal.h (gdb_py_generic_dict): Declare.
10280         * python/py-utils.c (gdb_py_generic_dict): New function.
10281
10282 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10283
10284         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10285
10286 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10287
10288         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10289         TYPE_CALLING_CONVENTION annotation.
10290
10291 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10292
10293         * MAINTAINERS: Add rx to target ISA section.
10294         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10295         (ALLDEPFILES): Add rx-tdep.c.
10296
10297 2012-02-16  Tom Tromey  <tromey@redhat.com>
10298
10299         * symfile.c (symbol_file_add_main_1): Use inferior's
10300         symfile_flags.
10301         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10302         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10303         inferior.
10304         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10305         inferior.
10306         (follow_exec): Use inferior's symfile_flags.
10307         * inferior.h (struct inferior) <symfile_flags>: New field.
10308
10309 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10310
10311         PR gdb/9734:
10312         * remote-sim.c (gdbsim_create_inferior): Call error() when
10313         sim_create_inferior() fails.
10314
10315 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10316
10317         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10318
10319 2012-02-16  Tom Tromey  <tromey@redhat.com>
10320
10321         PR c++/13653:
10322         * thread.c (struct current_thread_cleanup) <was_removable>: New
10323         field.
10324         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10325         (make_cleanup_restore_current_thread): Initialize new field.
10326
10327 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10328
10329         * MAINTAINERS: Add rl78 to target ISA section.
10330         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10331         (ALLDEPFILES): Add rl78-tdep.c.
10332         * NEWS: Mention rl78 as a new target.
10333
10334 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10335
10336         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10337         data.
10338         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10339
10340 2012-02-15  Tom Tromey  <tromey@redhat.com>
10341
10342         PR gdb/12659:
10343         * infcmd.c (registers_info): Print just the current register's
10344         name.
10345
10346 2012-02-15  Tom Tromey  <tromey@redhat.com>
10347
10348         * python/py-symbol.c (sympy_value): Use _().
10349
10350 2012-02-15  Pedro Alves  <palves@redhat.com>
10351
10352         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10353         output to be like native targets'.
10354         (remote_pid_to_str): Special case the null ptid.
10355
10356 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10357
10358         * NEWS: Mention enable count command.
10359         * breakpoint.h (struct breakpoint): New field enable_count.
10360         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10361         (enable_breakpoint): Add arg to call.
10362         (struct disp_data): New struct.
10363         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10364         (do_map_enable_once_breakpoint): Create a struct and pass it.
10365         (do_map_enable_delete_breakpoint): Ditto.
10366         (do_map_enable_count_breakpoint): New function.
10367         (enable_count_command): New function.
10368         (bpstat_stop_status): Decrement enable_count.
10369         (print_one_breakpoint_location): Report enable count.
10370         (_initialize_breakpoint): Add enable count command.
10371
10372 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10373
10374         * rl78-tdep.c (reggroups.h): Include.
10375         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10376         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10377         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10378         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10379         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10380         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10381         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10382         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10383         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10384         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10385         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10386         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10387         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10388         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10389         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10390         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10391         beginning of register list.
10392         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10393         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10394         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10395         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10396         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10397         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10398         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10399         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10400         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10401         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10402         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10403         the pseudo registers.  Rearrange other pseudo registers too so
10404         that the bank registers appear at the end.
10405         (rl78_register_type): Account for the fact that the byte sized
10406         bank registers are now pseudo-registers.
10407         (rl78_register_name): Rearrange the register name array.  Make
10408         initial set of raw banked registers inaccessible.
10409         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10410         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10411         case for copying bytes back and forth between raw and pseudo
10412         versions of the banked registers.  Update other cases to reflect
10413         the changed names.
10414         (rl78_return_value): Update to account for changed names of
10415         raw registers.
10416         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10417         rl78_register_sim_regno().
10418
10419 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10420
10421         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10422         the name parameter being passed to find_pc_partial_function().
10423
10424 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10425
10426         * MAINTAINERS: Step down from being ia64 target maintainer.
10427
10428 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10429
10430         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10431         compilation warning.
10432
10433 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10434
10435         Fix crash on loaded shlibs without loaded exec_bfd.
10436         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10437         (set_section_command): Replace exec_bfd by p->bfd.
10438
10439 2012-02-10  Tom Tromey  <tromey@redhat.com>
10440
10441         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10442         when we have a C++ qualified name.
10443
10444 2012-02-10  Pedro Alves  <palves@redhat.com>
10445
10446         * inferior.c (inferior_pid_to_str): New.
10447         (print_inferior, inferior_command): Use it.
10448
10449 2012-02-10  Pedro Alves  <palves@redhat.com>
10450
10451         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10452         the test CFLAGS.
10453         * configure: Regenerate.
10454
10455 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10456
10457         * linespec.c (decode_line_internal): Fix comment correctness.
10458
10459 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10460
10461         PR gdb/12953
10462         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10463         * amd64bsd-nat.c: Add support for debug registers (adapted from
10464         i386bsd-nat.c).
10465         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10466         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10467         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10468         (amd64bsd_dr_get_control): New functions.
10469         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10470         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10471         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10472         watchpoints initialization.
10473         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10474
10475 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10476
10477         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10478         flds_bnds.fields.
10479         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10480
10481 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10482
10483         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10484
10485 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10486
10487         * language.h (symbol_name_cmp_ftype): Renames
10488         symbol_name_match_p_ftype.
10489         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10490         la_get_symbol_name_match_p.
10491         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10492         ada_get_symbol_name_match_p.  Update comment.
10493         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10494         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10495         Renames symbol_name_match_p.  Update field type.
10496         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10497         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10498         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10499         "la_get_symbol_name_cmp" in comments.
10500         * language.c: Likewise.
10501
10502 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10503
10504         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10505         %eflags offset.
10506         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10507         (amd64_sol2_gregset32_reg_offs): Likewise.
10508
10509 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10510
10511         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10512         of the returned BFD is allocated by GDB.
10513
10514 2012-02-07  Tom Tromey  <tromey@redhat.com>
10515
10516         PR python/12027:
10517         * python/python-internal.h (frame_object_type): Declare.
10518         * python/py-symbol.c (sympy_needs_frame): New function.
10519         (sympy_value): New function.
10520         (symbol_object_getset): Add "needs_frame".
10521         (symbol_object_methods): Add "value".
10522         * python/py-frame.c (frame_object_type): No longer static.
10523
10524 2012-02-07  Tom Tromey  <tromey@redhat.com>
10525
10526         PR python/13599:
10527         * python/py-symbol.c (sympy_line): New function.
10528         (symbol_object_getset): Add "line".
10529
10530 2012-02-07  Tom Tromey  <tromey@redhat.com>
10531
10532         * charset.c (find_charset_names): Check 'in' against NULL.
10533
10534 2012-02-06  Doug Evans  <dje@google.com>
10535
10536         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10537         and fields.name members from char * to const char *.  All uses updated.
10538         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10539         from char * to const char *.  All uses updated.
10540         (type_name_no_tag): Update.
10541         (lookup_unsigned_typename, lookup_signed_typename): Update.
10542         * gdbtypes.c (type_name_no_tag): Change result type
10543         from char * to const char *.  All callers updated.
10544         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10545         name parameter from char * to const char *.
10546         * symtab.h (struct cplus_specific): Change type of demangled_name
10547         member from char * to const char *.  All uses updated.
10548         (struct general_symbol_info): Change type of name and
10549         mangled_lang.demangled_name members from char * to const char *.
10550         All uses updated.
10551         (symbol_get_demangled_name, symbol_natural_name): Update.
10552         (symbol_demangled_name, symbol_search_name): Update.
10553         * symtab.c (symbol_get_demangled_name): Change result type
10554         from char * to const char *.  All callers updated.
10555         (symbol_natural_name, symbol_demangled_name): Ditto.
10556         (symbol_search_name): Ditto.
10557         (completion_list_add_name): Change type of symname,sym_text,
10558         text,word parameters from char * to const char *.
10559         (completion_list_objc_symbol): Change type of sym_text,
10560         text,word parameters from char * to const char *.
10561         * ada-lang.c (find_struct_field): Change type of name parameter
10562         from char * to const char *.
10563         (encoded_ordered_before): Similarly for N0,N1 parameters.
10564         (old_renaming_is_invisible): Similarly for function_name parameter.
10565         (ada_type_name): Change result type from char * to const char *.
10566         All callers updated.
10567         * ada-lang.h (ada_type_name): Update.
10568         * buildsym.c (hashname): Change type of name parameter
10569         from char * to const char *.
10570         * buildsym.h (hashname): Update.
10571         * dbxread.c (end_psymtab): Change type of include_list parameter
10572         from char ** to const char **.
10573         * dwarf2read.c (determine_prefix): Change result type
10574         from char * to const char *.  All callers updated.
10575         * f-lang.c (find_common_for_function): Change type of name, funcname
10576         parameters from char * to const char *.
10577         * f-lang.c (find_common_for_function): Update.
10578         * f-valprint.c (list_all_visible_commons): Change type of funcname
10579         parameters from char * to const char *.
10580         * gdbarch.sh (static_transform_name): Change type of name parameter
10581         and result from char * to const char *.
10582         * gdbarch.c: Regenerate.
10583         * gdbarch.h: Regenerate.
10584         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10585         of name parameter from char * to const char *.
10586         * jv-lang.c (java_primitive_type_from_name): Ditto.
10587         (java_demangled_signature_length): Similarly for signature parameter.
10588         (java_demangled_signature_copy): Ditto.
10589         (java_demangle_type_signature): Ditto.
10590         * jv-lang.h (java_primitive_type_from_name): Update.
10591         (java_demangle_type_signature): Update.
10592         * objc-lang.c (specialcmp): Change type of a,b parameters
10593         from char * to const char *.
10594         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10595         from char * to const char *.  All callers updated.
10596         * p-lang.h (is_pascal_string_type): Update.
10597         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10598         of name parameter from char * to const char *.
10599         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10600         * utils.c (fprintf_symbol_filtered): Ditto.
10601         * defs.h (fprintf_symbol_filtered): Update.
10602         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10603         * stabsread.h (end_psymtab): Update.
10604         * stack.c (find_frame_funname): Change type of funname parameter
10605         from char ** to const char **.
10606         * stack.h (find_frame_funname): Update.
10607         * typeprint.c (type_print): Change type of varstring parameter
10608         from char * to const char *.
10609         * value.h (type_print): Update.
10610         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10611         from char * to const char *.  All callers updated.
10612         (xcoff_end_psymtab): Change type of include_list parameter
10613         from char ** to const char **.  All callers updated.
10614         (swap_sym): Similarly for name parameter.  All callers updated.
10615         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10616         Use xstrdup.
10617         (process_coff_symbol): Use xstrdup.
10618         * stabsread.c (stabs_method_name_from_physname): Renamed from
10619         update_method_name_from_physname.  Change result type from void
10620         to char *.  All callers updated.
10621         (read_member_functions): In has_destructor case, store name in objfile
10622         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10623
10624 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10625
10626         * configure: Rebuild.
10627         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10628         LDFLAGS.
10629
10630 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10631
10632         * configure.tgt (rl78-*-elf): New target.
10633         * rl78-tdep.c: New file.
10634
10635 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10636
10637         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10638         and continue the loop.  Add QUIT statement.
10639
10640 2012-02-03  Tom Tromey  <tromey@redhat.com>
10641
10642         PR gdb/13596:
10643         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10644         bfd_lookup_symbol_from_symtab.
10645         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10646         gdb_bfd_lookup_symbol_from_symtab.
10647
10648 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10649
10650         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10651         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10652         symbol.  Add assertion that sym2 is never NULL.
10653
10654 2012-02-02  Doug Evans  <dje@google.com>
10655
10656         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10657         "name" parameter to const char ** from char **.  All callers updated.
10658         (find_pc_partial_function): Ditto.
10659         (cache_pc_function_name): Change type to const char * from char *.
10660         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10661         (find_pc_partial_function): Update.
10662         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10663         type of "name" parameter to const char * from char *.
10664         All uses updated.
10665         * arch-utils.c (generic_in_solib_return_trampoline): Change
10666         type of "name" parameter to const char * from char *.
10667         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10668         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10669         type of "name" parameter to const char * from char *.
10670         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10671         * gdbarch.c: Regenerate.
10672         * gdbarch.h: Regenerate.
10673         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10674         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10675         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10676         type of "name" parameter to const char * from char *.
10677         * skip.c (skip_function_pc): Ditto.
10678         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10679         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10680         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10681         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10682         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10683         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10684         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10685         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10686         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10687
10688 2012-02-02  Pedro Alves  <palves@redhat.com>
10689
10690         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10691         the current inferior has no execution.  Make sure the current
10692         remote process matches gdb's current inferior.
10693
10694 2012-02-02  Tom Tromey  <tromey@redhat.com>
10695
10696         PR gdb/13405:
10697         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10698         read-only memory.
10699
10700 2012-02-02  Tom Tromey  <tromey@redhat.com>
10701
10702         PR gdb/9307:
10703         * symtab.c (lookup_language_this): Set block_found.
10704
10705 2012-02-01  Tom Tromey  <tromey@redhat.com>
10706
10707         PR gdb/13431:
10708         * jit.c (struct jit_inferior_data): Rewrite.
10709         (struct jit_objfile_data): New.
10710         (get_jit_objfile_data): New function.
10711         (add_objfile_entry): Update.
10712         (jit_read_descriptor): Return int.  Replace descriptor_addr
10713         argument with inf_data.  Update.  Don't call error.
10714         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10715         descriptor here.
10716         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10717         (jit_reset_inferior_data_and_breakpoints)
10718         (jit_inferior_created_observer): Remove.
10719         (jit_inferior_exit_hook): Update.
10720         (jit_executable_changed_observer): Remove.
10721         (jit_event_handler): Update.
10722         (free_objfile_data): Reset inferior data if needed.
10723         (_initialize_jit): Update.
10724
10725 2012-02-01  Tom Tromey  <tromey@redhat.com>
10726
10727         * jit.c (bfd_open_from_target_memory): Move higher in file.
10728
10729 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10730
10731         * libunwind-frame.c (libunwind_load): Display message if dlopen
10732         failed.
10733
10734 2012-02-01  Gary Benson  <gbenson@redhat.com>
10735
10736         * symtab.h (symbol_found_callback_ftype): New typedef.
10737         (iterate_over_symbols): Use the above.
10738         * symtab.c (iterate_over_symbols): Likewise.
10739         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10740         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10741         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10742         (iterate_name_matcher): Document return values.
10743         (collect_one_symbol): Likewise.
10744         (collect_function_symbols): Likewise.
10745         (collect_symbols): Likewise.
10746
10747 2012-02-01  Tom Tromey  <tromey@redhat.com>
10748
10749         * ada-lang.c (resolve_subexp): Update.
10750         (ada_lookup_symbol_list): Add 'full_search' argument.
10751         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10752         ada_lookup_symbol_list.
10753         (ada_lookup_encoded_symbol): Update.
10754         (get_var_value): Update.
10755         * ada-exp.y (block_lookup): Update.
10756         (write_var_or_type): Update.
10757         (write_name_assoc): Update.
10758         * ada-lang.h (ada_lookup_symbol_list): Update.
10759
10760 2012-01-31  Tom Tromey  <tromey@redhat.com>
10761
10762         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10763         comment.
10764
10765 2012-01-31  Doug Evans  <dje@google.com>
10766
10767         * symtab.h: Remove outdated comment.
10768         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10769
10770 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10771
10772         Fix build error in Darwin port.
10773         * i386-darwin-nat.c: Include i386-nat.h.
10774
10775 2012-01-30  Tom Tromey  <tromey@redhat.com>
10776
10777         PR breakpoints/13568:
10778         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10779         argument.  Check for recursive includes.
10780         (dwarf_decode_macros): Create an include hash.
10781
10782 2012-01-30  Michael Eager  <eager@eagercon.com>
10783
10784         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10785         * ppc-linux-tdep.c: Include glibc-tdep.h.
10786         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10787         (powerpc_linux_in_plt_stub): New function.
10788         (powerpc_linux_in_dynsym_resolve_code): New function.
10789         (ppc_skip_trampoline_code): New function.
10790         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10791         Use glibc_skip_solib_resolver.
10792
10793 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10794
10795         Code cleanup: Make 1440 bytes of data segment read-only.
10796         * arch-utils.c (endian_enum): Make it const char *const [].
10797         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10798         Likewise.
10799         * breakpoint.c (always_inserted_enums): Likewise.
10800         * cli/cli-cmds.c (script_ext_enums): Likewise.
10801         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10802         enumlist parameter const char *const *.
10803         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10804         const char *const *.
10805         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10806         parameter const char *const *.
10807         * cris-tdep.c (cris_modes): Make it const char *const [].
10808         * filesystem.c (target_file_system_kinds): Likewise.
10809         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10810         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10811         (can_use_displaced_stepping_enum, scheduler_enums)
10812         (exec_direction_names): Likewise.
10813         * language.c (_initialize_language): Make the type_or_range_names and
10814         case_sensitive_names variables const char *const [].
10815         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10816         * python/python.c (python_excp_enums): Likewise.
10817         * remote.c (interrupt_sequence_modes): Likewise.
10818         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10819         * serial.c (logbase_enums): Likewise.
10820         * sh-tdep.c (sh_cc_enum): Likewise.
10821         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10822         Likewise.
10823         * symtab.c (multiple_symbols_modes): Likewise.
10824         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10825         Likewise.
10826         * utils.c (internal_problem_modes): Likewise.
10827
10828 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10829
10830         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10831         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10832         result.
10833
10834 2012-01-27  Doug Evans  <dje@google.com>
10835
10836         * configure.ac (with_python): Fix absolute path handling for win32.
10837         * configure: Regenerate.
10838
10839 2012-01-26  Doug Evans  <dje@google.com>
10840
10841         * symtab.c: Whitespace cleanup, no code changes.
10842
10843         * symtab.c (lookup_symbol_in_language): Improve comment.
10844         (lookup_symbol_aux): Fix comment.
10845
10846         * psymtab.c (add_psymbol_to_list): Result is now "void".
10847         * psympriv.h (add_psymbol_to_list): Update.
10848
10849         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10850
10851 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10852
10853         Do not open script filenames twice.
10854         * cli/cli-cmds.c (source_script_from_stream): Pass to
10855         source_python_script also STREAM.
10856         * python/py-auto-load.c (source_section_scripts): Pass to
10857         source_python_script_for_objfile also STREAM.
10858         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10859         also INPUT.
10860         * python/python-internal.h (source_python_script_for_objfile): New
10861         parameter file, rename parameter file to filename.
10862         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10863         instead if !_WIN32.  Update the function comment.
10864         (source_python_script, source_python_script_for_objfile)
10865         (source_python_script): New parameter file, rename parameter file to
10866         filename.  Pass FILENAME to python_run_simple_file.
10867         * python/python.h (source_python_script): New parameter file, rename
10868         parameter file to filename.
10869
10870 2012-01-26  Pedro Alves  <palves@redhat.com>
10871
10872         * corelow.c (core_has_fake_pid): Delete.
10873         (core_close): Delete references to `core_has_fake_pid'.
10874         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10875         (core_open): Delete references to `core_has_fake_pid'.
10876         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10877         the removed global.
10878
10879 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10880
10881         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10882         Remove language parameter from name_matcher.  Adjust the comment.
10883         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10884         Remove language parameter.
10885         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10886         * linespec.c (iterate_name_matcher): Likewise.
10887         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10888         name_matcher.  Adjust call accordingly.
10889         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10890         (maintenance_check_symtabs): Adjust type of parameter "fun".
10891         * psymtab.h (maintenance_check_symtabs): Likewise.
10892
10893 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10894
10895         * language.h (symbol_name_match_p_ftype): New typedef.
10896         (struct language_defn): Replace field la_symbol_name_compare
10897         by la_get_symbol_name_match_p.
10898         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10899         (ada_language_defn): Use it.
10900         * linespec.c (struct symbol_matcher_data): New type.
10901         (iterate_name_matcher): Rewrite.
10902         (iterate_over_all_matching_symtabs): Pass a pointer to
10903         a symbol_matcher_data struct to expand_symtabs_matching
10904         instead of just the lookup name.
10905         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10906         opencl-lang.c, p-lang.c, language.c: Delete field
10907         la_symbol_name_compare, and replace by NULL for new field
10908         la_get_symbol_name_match_p.
10909         * symfile.h (struct quick_symbol_functions): Update comment.
10910
10911 2012-01-25  Tom Tromey  <tromey@redhat.com>
10912
10913         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10914         dereferencing.
10915
10916 2012-01-24  Tom Tromey  <tromey@redhat.com>
10917
10918         PR symtab/12406:
10919         * solib.c (update_solib_list): Update the program space's
10920         added_solibs and deleted_solibs fields.
10921         * progspace.h (struct program_space) <added_solibs,
10922         deleted_solibs>: New fields.
10923         (clear_program_space_solib_cache): Declare.
10924         * progspace.c (release_program_space): Call
10925         clear_program_space_solib_cache.
10926         (clear_program_space_solib_cache): New function.
10927         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10928         bpstat_stop_status.  Use handle_solib_event.
10929         * breakpoint.c: Include gdb_regex.h.
10930         (print_solib_event): New function.
10931         (bpstat_print): Use print_solib_event.
10932         (bpstat_stop_status): Add special case for bp_shlib_event.
10933         (handle_solib_event): New function.
10934         (bpstat_what): Use handle_solib_event.
10935         (struct solib_catchpoint): New.
10936         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10937         (breakpoint_hit_catch_solib, check_status_catch_solib)
10938         (print_it_catch_solib, print_one_catch_solib)
10939         (print_mention_catch_solib, print_recreate_catch_solib): New
10940         functions.
10941         (catch_solib_breakpoint_ops): New global.
10942         (catch_load_or_unload, catch_load_command_1)
10943         (catch_unload_command_1): New functions.
10944         (internal_bkpt_check_status): Add special case for
10945         bp_shlib_event.
10946         (internal_bkpt_print_it): Use print_solib_event.
10947         (initialize_breakpoint_ops): Initialize
10948         catch_solib_breakpoint_ops.
10949         (_initialize_breakpoint): Register "catch load" and "catch
10950         unload".
10951         * breakpoint.h (handle_solib_event): Declare.
10952         * NEWS: Add entry for "catch load" and "catch unload".
10953
10954 2012-01-24  Tom Tromey  <tromey@redhat.com>
10955
10956         * ada-lang.c: Include gdb_vecs.h.
10957         * charset.c: Include gdb_vecs.h.
10958         * tracepoint.h: Include gdb_vecs.h.
10959         * gdb_vecs.h: New file.
10960
10961 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
10962
10963         * breakpoint.c (breakpoint_hit_catch_fork)
10964         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10965         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10966         * infrun.c (inferior_has_forked, inferior_has_vforked)
10967         (inferior_has_execd, inferior_has_called_syscall): Delete.
10968         (handle_syscall_event): Get syscall_number from the execution
10969         control state's wait status.
10970         (wait_for_inferior): Don't clear syscall_number.
10971
10972 2012-01-24  Pedro Alves  <palves@redhat.com>
10973
10974         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10975         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10976         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10977         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10978         `ws' parameter.
10979         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
10980         false for events other than TARGET_SIGNAL_TRAP.
10981         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10982         Add `ws' parameter.
10983         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
10984         events other than TARGET_SIGNAL_TRAP.
10985         (tracepoint_breakpoint_hit): Add `ws' parameter.
10986         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10987         parameter.
10988         (bpstat_stop_status): Same.
10989         (pc_at_non_inline_function): Same.
10990         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10991         to pass the current event's waitstatus to bpstat_stop_status
10992         and pc_at_non_inline_function.
10993
10994 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10995
10996         Code cleanup.
10997         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10998         Update the function comment for it.
10999         (source_script_with_search): Call make_cleanup_fclose for STREAM.
11000         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11001         for STREAM.
11002
11003 2012-01-24  Pedro Alves  <palves@redhat.com>
11004
11005         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11006         outside `bs->stop' block.
11007         (bpstat_what): Rework bp_shlib_event handling.
11008         (internal_bkpt_check_status): If the breakpoint is a
11009         bp_shlib_event, then set bs->stop and bs->print if
11010         stop_on_solib_events is set.
11011
11012 2012-01-24  Gary Benson  <gbenson@redhat.com>
11013
11014         Delete #if 0'd out code.
11015         * stack.c (print_frame_label_vars): Remove.
11016         (catch_info): Likewise.
11017         (_initialize_stack): Remove "info catch" command.
11018         * NEWS: Mention the above.
11019
11020 2012-01-24  Pedro Alves  <palves@redhat.com>
11021
11022         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
11023         it.
11024         (remote_notice_new_inferior): If the remote end doesn't support
11025         the multiprocess extensions, then the PID is fake.
11026         (add_current_inferior_and_thread): New.
11027         (remote_start_remote): Use it.
11028         (extended_remote_attach_1): Adjust.
11029         (extended_remote_create_inferior_1): Use
11030         add_current_inferior_and_thread.
11031
11032 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11033
11034         Fix watchpoints to be specific for each inferior.
11035         * breakpoint.c (watchpoint_in_thread_scope): Verify also
11036         current_program_space.
11037         * i386-nat.c (i386_inferior_data_cleanup): New.
11038         (i386_inferior_data_get): Replace variable inf_data_local by an
11039         inferior_data call.
11040         (i386_use_watchpoints): Initialize i386_inferior_data.
11041         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11042         specific iterate_over_lwps.
11043
11044 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11045
11046         Fix watchpoints across inferior fork.
11047         * amd64-linux-nat.c (update_debug_registers_callback): Update the
11048         comment for linux_nat_iterate_watchpoint_lwps.
11049         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11050         linux_nat_iterate_watchpoint_lwps.
11051         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11052         * i386-linux-nat.c (update_debug_registers_callback): Update the
11053         comment for linux_nat_iterate_watchpoint_lwps.
11054         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11055         linux_nat_iterate_watchpoint_lwps.
11056         (i386_linux_prepare_to_resume): New comment on Linux kernel.
11057         * i386-nat.c: Include inferior.h.
11058         (dr_mirror): Remove.
11059         (i386_inferior_data, struct i386_inferior_data)
11060         (i386_inferior_data_get): New.
11061         (i386_debug_reg_state): Use i386_inferior_data_get.
11062         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11063         (i386_insert_watchpoint, i386_remove_watchpoint)
11064         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11065         (i386_remove_hw_breakpoint): New variable state, use
11066         i386_debug_reg_state instead of DR_MIRROR.
11067         * linux-nat.c (delete_lwp): New declaration.
11068         (num_lwps): Move here from downwards.
11069         (delete_lwp_cleanup): New.
11070         (linux_child_follow_fork): Create new child_lp, call
11071         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11072         PTRACE_DETACH.
11073         (num_lwps): Move upwards.
11074         (linux_nat_iterate_watchpoint_lwps): New.
11075         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11076         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11077
11078 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
11079
11080         GDB 7.4 released.
11081
11082 2012-01-23  Pedro Alves  <palves@redhat.com>
11083
11084         * top.c (caution): Rename to ...
11085         (confirm): ... this.
11086         (show_caution): Rename to ...
11087         (show_confirm): ... this.
11088         (quit_cover): Adjust.
11089         (init_main): Adjust.
11090         * top.h (caution): Rename to ...
11091         (confirm): ... this.
11092         * utils.c (internal_vproblem, defaulted_query): Adjust.
11093
11094 2012-01-23  Pedro Alves  <palves@redhat.com>
11095
11096         * top.c (caution): Update comment.
11097         (execute_command): Don't consider the current value of `caution'.
11098
11099 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11100
11101         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11102
11103 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
11104
11105         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11106         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11107         * target.c (target_fileio_pwrite): Remove buffer address from
11108         debug output.
11109         (target_fileio_pread): Likewise.
11110
11111 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11112
11113         * NEWS: Document remote "info proc" and "generate-core-file".
11114
11115 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11116
11117         * gdbarch.sh (find_memory_regions): New callback.
11118         * gdbarch.c, gdbarch.h: Regenerate.
11119
11120         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11121         callback before falling back to target method.
11122
11123         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11124         (linux_target_install_ops): No longer install it.
11125
11126         * linux-tdep.c (linux_find_memory_regions): New function.
11127         (linux_init_abi): Install it.
11128
11129 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11130
11131         * gdbarch.sh (make_corefile_notes): New architecture callback.
11132         * gdbarch.c: Regenerate.
11133         * gdbarch.h: Likewise.
11134
11135         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11136         before target_make_corefile_notes.  If NULL is returned, the
11137         target does not support core file generation.
11138
11139         * linux-nat.c: Include "linux-tdep.h".
11140         (find_signalled_thread, find_stop_signal): Remove.
11141         (linux_nat_do_thread_registers): Likewise.
11142         (struct linux_nat_corefile_thread_data): Likewise.
11143         (linux_nat_corefile_thread_callback): Likewise.
11144         (iterate_over_spus): Likewise.
11145         (struct linux_spu_corefile_data): Likewise.
11146         (linux_spu_corefile_callback): Likewise.
11147         (linux_spu_make_corefile_notes): Likewise.
11148         (linux_nat_collect_thread_registers): New function.
11149         (linux_nat_make_corefile_notes): Replace contents by call to
11150         linux_make_corefile_notes passing linux_nat_collect_thread_registers
11151         as native-only callback.
11152
11153         * linux-tdep.h: Include "bfd.h".
11154         (struct regcache): Add forward declaration.
11155         (linux_collect_thread_registers_ftype): New typedef.
11156         (linux_make_corefile_notes): Add prototype.
11157         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11158         "regset.h", and "elf-bfd.h".
11159         (find_signalled_thread, find_stop_signal): New functions.
11160         (linux_spu_make_corefile_notes): Likewise.
11161         (linux_collect_thread_registers): Likewise.
11162         (struct linux_corefile_thread_data): New data structure.
11163         (linux_corefile_thread_callback): New funcion.
11164         (linux_make_corefile_notes): Likewise.
11165         (linux_make_corefile_notes_1): Likewise.
11166         (linux_init_abi): Install it.
11167
11168 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11169
11170         * gdbarch.sh (info_proc): New callback.
11171         * gdbarch.c, gdbarch.h: Regenerate.
11172
11173         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11174         before falling back to the target info_proc callback.
11175
11176         * linux-nat.c: Do not include "cli/cli-utils.h".
11177         (linux_nat_info_proc): Remove.
11178         (linux_target_install_ops): No longer install it.
11179
11180         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11181         (read_mapping): New function.
11182         (linux_info_proc): Likewise.
11183         (linux_init_abi): Install it.
11184
11185 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11186
11187         * defs.h (enum info_proc_what): Moved here from linux-nat.c
11188         * infcmd.c: (info_proc_cmd_1): New function.
11189         (info_proc_cmd): New function, moved here from equivalent routine
11190         orignally in linux-nat.c.
11191         (info_proc_cmd_mappings): Likewise.
11192         (info_proc_cmd_stat): Likewise.
11193         (info_proc_cmd_status): Likewise.
11194         (info_proc_cmd_cwd): Likewise.
11195         (info_proc_cmd_cmdline): Likewise.
11196         (info_proc_cmd_exe): Likewise.
11197         (info_proc_cmd_all): Likewise.
11198         (_initialize_infcmd): Install "info proc" command and subcommands.
11199
11200         * target.h (struct target_ops): Add to_info_proc.
11201         (target_info_proc): Add prototype.
11202         * target.c (target_info_proc): New function.
11203
11204         * procfs.c (procfs_info_proc): Add prototype.
11205         (info_proc_cmd): Rename into ...
11206         (procfs_info_proc): ... this.  Update argument types as appropriate
11207         for a to_info_proc implementation.  Handle "what" argument.
11208         (procfs_target): Install procfs_info_proc.
11209         (_initialize_procfs): No longer install "info proc" command.
11210
11211         * linux-nat.c: (enum info_proc_what): Remove.
11212         (linux_nat_info_proc_cmd_1): Rename into ...
11213         (linux_nat_info_proc): ... this.  Update argument types as appropriate
11214         for a to_info_proc implementation.
11215         (linux_nat_info_proc_cmd): Remove.
11216         (linux_nat_info_proc_cmd_mappings): Likewise.
11217         (linux_nat_info_proc_cmd_stat): Likewise.
11218         (linux_nat_info_proc_cmd_status): Likewise.
11219         (linux_nat_info_proc_cmd_cwd): Likewise.
11220         (linux_nat_info_proc_cmd_cmdline): Likewise.
11221         (linux_nat_info_proc_cmd_exe): Likewise.
11222         (linux_nat_info_proc_cmd_all): Likewise.
11223         (linux_target_install_ops): Install linux_nat_info_proc.
11224         (_initialize_linux_nat): No longer install "info proc" command
11225         and subcommands.
11226
11227 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11228
11229         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11230         * config.in, configure: Regenerate.
11231
11232         * target.h (struct target_ops): Add to_fileio_readlink.
11233         (target_fileio_readlink): Add prototype.
11234         * target.c (target_fileio_readlink): New function.
11235
11236         * inf-child.c: Conditionally include <sys/param.h>.
11237         (inf_child_fileio_readlink): New function.
11238         (inf_child_target): Install it.
11239
11240         * remote.c (PACKET_vFile_readlink): New enum value.
11241         (remote_hostio_readlink): New function.
11242         (init_remote_ops): Install it.
11243         (_initialize_remote): Handle vFile:readlink packet type.
11244
11245 2012-01-20  Pedro Alves  <palves@redhat.com>
11246             Ulrich Weigand  <ulrich.weigand@linaro.org>
11247
11248         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11249         * config.in, configure: Regenerate.
11250
11251         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11252         to_fileio_pread, to_fileio_close, to_fileio_unlink.
11253         (target_fileio_open): Add prototype.
11254         (target_fileio_pwrite): Likewise.
11255         (target_fileio_pread): Likewise.
11256         (target_fileio_close): Likewise.
11257         (target_fileio_unlink): Likewise.
11258         (target_fileio_read_alloc): Likewise.
11259         (target_fileio_read_stralloc): Likewise.
11260
11261         * target.c: Include "gdb/fileio.h".
11262         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11263         (default_fileio_target): New function.
11264         (target_fileio_open): Likewise.
11265         (target_fileio_pwrite): Likewise.
11266         (target_fileio_pread): Likewise.
11267         (target_fileio_close): Likewise.
11268         (target_fileio_unlink): Likewise.
11269         (target_fileio_close_cleanup): Likewise.
11270         (target_fileio_read_alloc_1): Likewise.
11271         (target_fileio_read_alloc): Likewise.
11272         (target_fileio_read_stralloc): Likewise.
11273
11274         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11275         <fcntl.h>, and <unistd.h>.
11276         (inf_child_fileio_open_flags_to_host): New function.
11277         (inf_child_errno_to_fileio_error): Likewise.
11278         (inf_child_fileio_open): Likewise.
11279         (inf_child_fileio_pwrite): Likewise.
11280         (inf_child_fileio_pread): Likewise.
11281         (inf_child_fileio_close): Likewise.
11282         (inf_child_fileio_unlink): Likewise.
11283         (inf_child_target): Install to_fileio routines.
11284
11285         * remote.c (init_remote_ops): Install to_fileio routines.
11286
11287 2012-01-20  Pedro Alves  <palves@redhat.com>
11288             Ulrich Weigand  <ulrich.weigand@linaro.org>
11289
11290         * remote.c (remote_multi_process_p): Only check for multi-process
11291         protocol feature, do not check for extended protocol.
11292         (remote_supports_multi_process): Check for extended protocol here.
11293         (set_general_process): Likewise.
11294         (extended_remote_kill): Likewise.
11295         (remote_pid_to_str): Likewise.
11296         (remote_query_supported): Always query multiprocess mode.
11297
11298 2012-01-20  Pedro Alves  <palves@redhat.com>
11299             Ulrich Weigand  <ulrich.weigand@linaro.org>
11300
11301         * inferior.h (struct inferior): Add fake_pid_p.
11302         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11303         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11304         magic_null_ptid since the remote side doesn't provide a real PID.
11305
11306 2012-01-19  Tom Tromey  <tromey@redhat.com>
11307
11308         * NEWS: Combine the two Python sections.
11309
11310 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11311
11312         * target.h (target_close): Update comment on the target's unpush state.
11313
11314 2012-01-19  Pedro Alves  <palves@redhat.com>
11315
11316         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11317         linux_nat_async directly instead of going through the target
11318         vector.
11319         * target.c (unpush_target): Close target after unpushing it, not
11320         before.
11321
11322 2012-01-19  Gary Benson  <gbenson@redhat.com>
11323
11324         * mdebugread.c (sort_blocks): Replace integer constants with ones
11325         derived from FIRST_LOCAL_BLOCK.
11326
11327 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11328             Jan Kratochvil  <jan.kratochvil@redhat.com>
11329
11330         PR gdb/9538
11331         * symfile.c (find_separate_debug_file): New function.
11332         (terminate_after_last_dir_separator): Likewise.
11333         (find_separate_debug_file_by_debuglink): Also try realpath.
11334         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11335         * configure: Regenerate.
11336         * config.in: Regenerate.
11337
11338 2012-01-18  Doug Evans  <dje@google.com>
11339
11340         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11341         (main.o): Remove rule.
11342         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11343         (--with-sysroot): Rewrite.
11344         * configure: Regenerate.
11345         * config.in: Regenerate.
11346
11347 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11348
11349         * parse.c (initialize_expout): New function.
11350         (reallocate_expout): Likewise.
11351         (parse_exp_in_context): Use `initialize_expout' and
11352         `reallocate_expout' when appropriate.
11353
11354 2012-01-18  Pedro Alves  <palves@redhat.com>
11355
11356         * record.c (struct record_breakpoint, record_breakpoint_p)
11357         (record_breakpoints): New.
11358         (record_insert_breakpoint, record_remove_breakpoint): Manage
11359         record breakpoints list.  Only remove breakpoints from the
11360         inferior if they had been inserted there in the first place.
11361
11362 2012-01-17  Doug Evans  <dje@google.com>
11363
11364         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11365         if we know we don't have a file name to look for.
11366
11367 2012-01-17  Pedro Alves  <palves@redhat.com>
11368
11369         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11370         the frame's stop reason is UNWIND_UNAVAILABLE.
11371
11372 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11373
11374         Fix compilation error.
11375         * m2-exp.y (yyerror): Use ANSI C prototype.
11376
11377 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11378
11379         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11380         (growbuf_by_size): Likewise.
11381         (yyerror): Likewise.
11382         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11383         (modblock): Remove variable (was #if 0'ed).
11384         (parse_number): Convert prototype from K&R to ANSI C.
11385         (yyerror): Likewise.
11386         * objc-exp.y (parse_number): Likewise.
11387         (yyerror): Likewise.
11388         (yylex): Remove #if 0'ed code.
11389         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11390         (yyerror): Likewise.
11391
11392 2012-01-16  Tom Tromey  <tromey@redhat.com>
11393
11394         * NEWS: Add item.
11395         * symtab.h (compare_filenames_for_search): Declare.
11396         * symtab.c (compare_filenames_for_search): New function.
11397         (iterate_over_some_symtabs): Use it.
11398         * symfile.h (struct quick_symbol_functions)
11399         <map_symtabs_matching_filename>: Change spec.
11400         * psymtab.c (partial_map_symtabs_matching_filename): Use
11401         compare_filenames_for_search.  Update for new spec.
11402         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11403         compare_filenames_for_search.  Update for new spec.
11404         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11405
11406 2012-01-16  Tom Tromey  <tromey@redhat.com>
11407
11408         PR python/13281:
11409         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11410         (struct main_type) <flag_flag_enum>: New field.
11411         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11412         * NEWS: Add entries.
11413         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11414         enums.
11415         * python/lib/gdb/printing.py (_EnumInstance): New class.
11416         (FlagEnumerationPrinter): Likewise.
11417
11418 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11419
11420         * breakpoint.c (create_sals_from_address_default): New function.
11421         (create_breakpoints_sal_default): Likewise.
11422         (decode_linespec_default): Likewise.
11423         (is_marker_spec): Removed.
11424         (strace_marker_p): New function.
11425         (init_breakpoint_sal): Using `strace_marker_p' instead of
11426         `is_marker_spec'.
11427         (create_breakpoint): Call method `create_sals_from_address' from
11428         breakpoint_ops, replacing code that created SALs conditionally
11429         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11430         replacing code that created breakpoints conditionally on the type
11431         wanted.
11432         (base_breakpoint_create_sals_from_address): New function.
11433         (base_breakpoint_create_breakpoints_sal): Likewise.
11434         (base_breakpoint_decode_linespec): Likewise.
11435         (base_breakpoint_ops): Add methods
11436         `base_breakpoint_create_sals_from_address',
11437         `base_breakpoint_create_breakpoints_sal' and
11438         `base_breakpoint_decode_linespec'.
11439         (bkpt_create_sals_from_address): New function.
11440         (bkpt_create_breakpoints_sal): Likewise.
11441         (bkpt_decode_linespec): Likewise.
11442         (tracepoint_create_sals_from_address): Likewise.
11443         (tracepoint_create_breakpoints_sal): Likewise.
11444         (tracepoint_decode_linespec): Likewise.
11445         (strace_marker_create_sals_from_address): Likewise.
11446         (strace_marker_create_breakpoints_sal): Likewise.
11447         (strace_marker_decode_linespec): Likewise.
11448         (strace_marker_breakpoint_ops): New variable.
11449         (addr_string_to_sals): Remove `marker_spec'.  Call method
11450         `decode_linespec' from breakpoint_ops, replacing code that decoded
11451         an address string into a SAL.  Use `strace_marker_p' instead of
11452         `marker_spec'.
11453         (strace_command): Decide whether we are dealing with a static
11454         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11455         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11456         * breakpoint.h (linespec_result, linespec_sals): New forward
11457         declarations.
11458         (breakpoint_ops) <create_sals_from_address>,
11459         <create_breakpoints_sal>, <decode_linespec>: New methods.
11460
11461 2012-01-14  Doug Evans  <dje@google.com>
11462
11463         * NEWS: Update text for "maint set python print-stack".
11464         It is deprecated in gdb 7.4 and deleted in 7.5.
11465
11466 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11467
11468         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11469         including curses.h.
11470
11471 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11472
11473         * configure: Regenerate.
11474         * config.in: Regenerate.
11475
11476 2012-01-12  Keith Seitz  <keiths@redhat.com>
11477
11478         PR mi/10586
11479         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11480         (ANONYMOUS_UNION_NAME): Define.
11481         (is_path_expr_parent): New function.
11482         (get_path_expr_parent): New function.
11483         (is_anonymous_child): New function.
11484         (create_child_with_value): If the child is anonymous and without
11485         a name, assign an object name to it.
11486         (c_describe_child): Use get_path_expr_parent to determine
11487         the parent expression.
11488         If there field represents an anonymous struct or union and
11489         has no name, set an appropriate display name and expression.
11490         (cplus_describe_child): Likewise.
11491
11492 2012-01-12  Pedro Alves  <palves@redhat.com>
11493
11494         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11495         available when %ebp is found to be zero (outermost).
11496
11497 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11498
11499         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11500         an internal gdb_static_assert.
11501         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11502
11503 2012-01-11  Tom Tromey  <tromey@redhat.com>
11504
11505         PR gdb/9598:
11506         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11507         catch" and "catch throw".
11508
11509 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11510
11511         * blockframe.c (block_innermost_frame): Start search from selected
11512         frame, if present, or otherwise the current frame.
11513
11514         * c-exp.y (variable): Update innermost_block for
11515         'block COLONCOLON NAME' clause.
11516         * m2-exp.y (variable): Ditto.
11517         * objc-exp.y (variable): Ditto.
11518
11519 2012-01-10  Tom Tromey  <tromey@redhat.com>
11520
11521         PR python/13199:
11522         * python/python.c (finish_python_initialization): Set sys.argv.
11523
11524 2012-01-10  Doug Evans  <dje@google.com>
11525
11526         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11527         "want_line_info".  All callers updated.
11528         (dwarf_decode_lines_1): New function.
11529         (handle_DW_AT_stmt_list): Add function comment.
11530         New arg "want_line_info".  All callers updated.
11531         (read_file_scope,read_type_unit_scope): Move comment from
11532         handle_DW_AT_stmt_list to here.
11533
11534 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11535
11536         Fix regression after libiberty/ update for GCC PR 6057 and others.
11537         * c-exp.y (operator) <OPERATOR DELETE>
11538         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11539         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11540         (make_builtin_type, make_name): New variable i, add gdb_assert.
11541         (operator) <OPERATOR NEW>: Update ARGS to 3.
11542         (operator) <OPERATOR DELETE>: Add trailing space.
11543         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11544         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11545         * cp-support.c (cp_canonicalize_string): Check NULL from
11546         cp_comp_to_string, call warning and return.
11547
11548 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11549
11550         Fix duplicate .o files after omitting libbfd.a.
11551         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11552         (SFILES): Add corelow.c.
11553         (COMMON_OBS): Add corelow.o.
11554         (ALLDEPFILES): Remove corelow.c.
11555         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11556         * config/alpha/alpha-osf3.mh: Likewise.
11557         * config/alpha/fbsd.mh: Likewise.
11558         * config/arm/nbsdaout.mh: Likewise.
11559         * config/arm/nbsdelf.mh: Likewise.
11560         * config/i386/i386gnu.mh: Likewise.
11561         * config/ia64/hpux.mh: Likewise.
11562         * config/ia64/linux.mh: Likewise.
11563         * config/m32r/linux.mh: Likewise.
11564         * config/m68k/linux.mh: Likewise.
11565         * config/mips/irix5.mh: Likewise.
11566         * config/mips/irix6.mh: Likewise.
11567         * config/pa/hpux.mh: Likewise.
11568         * config/pa/linux.mh: Likewise.
11569         * config/powerpc/aix.mh: Likewise.
11570         * config/sparc/linux.mh: Likewise.
11571         * config/sparc/linux64.mh: Likewise.
11572         * config/sparc/sol2.mh: Likewise.
11573         * config/vax/vax.mh: Likewise.
11574         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11575         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11576         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11577         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11578         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11579         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11580         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11581         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11582         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11583         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11584         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11585         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11586         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11587         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11588         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11589         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11590         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11591         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11592         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11593         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11594         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11595         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11596         corelow.o from gdb_target_obs.
11597         * corefile.c (core_target): Update the comment on NULL value.
11598         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11599         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11600         MATCHES.  Drop YUMMY set on NULL.
11601         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11602         reclaim CORE_DATA if it is already NULL.
11603
11604 2012-01-09  Doug Evans  <dje@google.com>
11605
11606         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11607         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11608
11609 2012-01-09  Keith Seitz  <keiths@redhat.com>
11610
11611         * breakpoint.c (wrapper.h): Don't include.
11612
11613 2012-01-09  Keith Seitz  <keiths@redhat.com>
11614
11615         * Makefile.in (SFILES): Remove wrapper.c.
11616         (HFILES_NO_SRCDIR): Remove wrapper.h.
11617         (COMMON_OBS): Remove wrapper.o.
11618         * cli/cli-interp.c: Don't inlude wrapper.h.
11619         * corelow.c: Likewise.
11620         (core_open): Replace gdb_target_find_new_threads with
11621         TRY_CATCH around target_find_new_threads.
11622         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11623         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11624         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11625         evaluate_expression.
11626         (varobj_set_value): Likewise for evaluate_expression and
11627         value_assign.
11628         (install_new_variable): Likewise for value_fetch_lazy.
11629         (adjust_value_for_child_access): Likewise for value_ind.
11630         (c_describe_child): Likewise for value_subscript and
11631         value_ind.
11632         (c_value_of_root): Likewise for evaluate_expression.
11633         * wrapper.c: Remove.
11634         * wrapper.h: Remove.
11635
11636 2012-01-09  Doug Evans  <dje@google.com>
11637
11638         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11639         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11640         "abfd" args with "section".  All callers updated.
11641         Error checking code moved ...
11642         (error_check_comp_unit_head): ... here.  New function.
11643         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11644         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11645         (create_debug_types_hash_table): Simplify by using
11646         read_and_check_type_unit_head.
11647
11648         * parser-defs.h (namecopy): Delete.
11649         * parse.c (namecopy, namecopy_size): Move into copy_name.
11650
11651 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11652
11653         Partially fix duplicate .o files after omitting libbfd.a.
11654         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11655         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11656         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11657         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11658         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11659         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11660         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11661
11662 2012-01-09  Pedro Alves  <palves@redhat.com>
11663
11664         * MAINTAINERS: Update my email address.
11665
11666 2012-01-08  Doug Evans  <dje@google.com>
11667
11668         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11669         n_type_units.  Rename type_comp_units to all_type_units.
11670         All uses updated.
11671         (add_signatured_type_cu_to_table): Renamed from
11672         add_signatured_type_cu_to_list.  All callers updated.
11673
11674         * gdbtypes.h (struct cplus_struct_type): Delete member
11675         nfn_fields_total.  All uses removed.
11676
11677 2012-01-06  Doug Evans  <dje@google.com>
11678
11679         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11680         to top of file.
11681         (dwarf2_find_comp_unit): Delete.
11682         (process_psymtab_comp_unit): Make result "void".
11683         Delete args buffer, info_ptr, buffer_size, and replace with
11684         "section".  All callers updated.
11685         (dwarf2_build_psymtabs_hard): Simplify.
11686
11687 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11688             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11689
11690         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11691         before `struct gdb_exception'.
11692         * breakpoint.c (update_global_location_list_nothrow)
11693         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11694         * cp-abi.c (value_rtti_type): Likewise.
11695         * cp-support.c (cp_validate_operator): Likewise.
11696         * infrun.c (insert_exception_resume_breakpoint)
11697         (check_exception_resume, keep_going): Likewise.
11698         * mi-interp.c (mi_breakpoint_created)
11699         (mi_breakpoint_modified): Likewise.
11700         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11701         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11702         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11703
11704 2012-01-05  Doug Evans  <dje@google.com>
11705
11706         * dwarf2read.c (statement_prologue): Delete, unused.
11707
11708         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11709         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11710
11711         * dwarf2read.c (comp_unit_header): Delete, unused.
11712
11713 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11714
11715         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11716         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11717
11718 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11719
11720         * infrun.c (normal_stop): Don't skip calling the normal_stop
11721         observers if the thread was doing a multi-step, but stopped for
11722         some reason other than stepping.
11723
11724 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11725
11726         * cli/cli-decode.h: Add comments.
11727         (CMD_LIST_AMBIGUOUS): Moved to command.h
11728         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11729         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11730         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11731         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11732         (add_com, add_com_alias, add_info, add_info_alias)
11733         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11734         declarations.
11735         * command.h: Add and adjust comments.
11736         (CMD_LIST_AMBIGUOUS): Moved here.
11737         (help_cmd, help_cmd_list): Delete declarations.
11738
11739 2012-01-04  Doug Evans  <dje@google.com>
11740
11741         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11742         All callers updated.
11743         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11744         Replace all arguments with "per_cu".  All callers updated.
11745
11746         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11747
11748         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11749         New arg "per_cu".  All callers updated.
11750
11751         Delete #if 0'd out code.
11752         * language.c (binop_result_type): Delete.
11753         (simple_type, ordered_type, same_type, integral_type): Delete.
11754         (numeric_type, character_type, string_type, boolean_type): Delete.
11755         (float_type, structured_type): Delete.
11756         * language.h: Update.
11757
11758 2012-01-04  Tom Tromey  <tromey@redhat.com>
11759
11760         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11761
11762 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11763
11764         * corefile.c (close_exec_file): Delete.
11765         (reopen_exec_file): Remove commented out code that seems related
11766         to close_exec_file, which is being deleted here.
11767         * inferior.h (close_exec_file): Delete.
11768         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11769
11770 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11771
11772         * ada-lang.c: #include "cli/cli-utils.h".
11773         (get_selections): Use skip_spaces.
11774         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11775         (catch_ada_exception_command_split): Use skip_spaces.
11776         (ada_decode_assert_location): Likewise.
11777
11778 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11779
11780         * linespec.c (decode_line_internal): Check for C++ or Java
11781         compound constructs only if the current language is C, C++
11782         or Java.
11783
11784 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11785
11786         Revert:
11787         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11788                     Joel Brobecker  <brobecker@adacore.com>
11789         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11790         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11791         3 times.
11792         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11793         fall through into AT_ENTRY_POINT.
11794         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11795         DUMMY_ADDR with it.
11796         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11797         PPC_INSN_SIZE skip to 3 times.
11798
11799 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11800
11801         * linespec.c (add_minsym): Preserve function descriptors.
11802
11803 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11804
11805         * breakpoint.c (all_locations_are_pending): Consider locations
11806         in program spaces executing during startup pending as well.
11807
11808 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11809
11810         Copyright year update in most files of the GDB Project.
11811
11812 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11813
11814         * copyright.sh: Delete.
11815         * copyright.py: Rewrite.
11816
11817 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11818
11819         * gnulib/extra/update-copyright: New file, imported from gnulib.
11820
11821 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11822
11823         * README (Copyright and License Notices): New section.
11824
11825 2012-01-03  Tom Tromey  <tromey@redhat.com>
11826
11827         PR python/12533:
11828         * python/py-value.c (valpy_dereference, valpy_get_address
11829         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11830         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11831         (valpy_absolute, valpy_richcompare): Free intermediate values.
11832
11833 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11834
11835         * ada-lang.c: Reformat the copyright notice.
11836
11837 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11838
11839         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11840         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11841         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11842         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11843         Revert this part of:
11844         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11845         Build gdb directly from *.o files not using libgdb.a.
11846         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11847
11848 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11849
11850         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11851         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11852         Reformat the copyright header.
11853
11854 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11855
11856         Revert this part of:
11857         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11858         Remove the gdbtui binary.
11859         * gdb.c (main): Remove args.interpreter_p initialization.
11860         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11861         * main.h (struct captured_main_args): Remove interpreter_p.
11862
11863 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11864
11865         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11866
11867 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11868
11869         * top.c (print_gdb_version): Update copyright year.
11870
11871 2012-01-02  Yao Qi  <yao@codesourcery.com>
11872
11873         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11874
11875 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11876             Joel Brobecker  <brobecker@adacore.com>
11877
11878         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11879         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11880         3 times.
11881         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11882         fall through into AT_ENTRY_POINT.
11883         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11884         DUMMY_ADDR with it.
11885         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11886         PPC_INSN_SIZE skip to 3 times.
11887
11888 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11889
11890         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11891         the return value.
11892         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11893
11894 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11895
11896         Build gdb directly from *.o files not using libgdb.a.
11897         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11898         (COMMON_OBS): Remove solib-target.o.
11899         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11900         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11901         (LIBGDB_OBS, libgdb.a): Move it above.
11902         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11903         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11904         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11905         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11906         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11907         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11908         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11909         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11910         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11911         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11912         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11913         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11914         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11915         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11916         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11917         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11918         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11919         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11920         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11921         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11922         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11923         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11924         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11925         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11926         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11927         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11928         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11929
11930 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11931
11932         Remove the gdbtui binary.
11933         * .gitignore (/gdbtui): Remove.
11934         * Makefile.in (TUI): Remove.
11935         (SUBDIR_TUI_OBS): Remove tui-main.o.
11936         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11937         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11938         (tui-main.o): Remove.
11939         (all_object_files): Remove tui-main.o.
11940         * NEWS: New note for the gdbtui removal.
11941         * configure: Rebuilt.
11942         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11943         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11944         CONFIG_UNINSTALL respectively.
11945         * gdb.c (main): Remove args.interpreter_p initialization.
11946         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11947         * main.h (struct captured_main_args): Remove interpreter_p.
11948         * tui/tui-main.c: Remove.
11949
11950 2012-01-01  Doug Evans  <dje@google.com>
11951
11952         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11953         (dwarf2_physname, read_import_statement): Ditto.
11954         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11955         (process_structure_scope read_subroutine_type): Ditto.
11956         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11957         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11958         (dwarf2_fetch_die_location_block): Ditto.
11959         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11960
11961         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11962         All callers updated.
11963         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11964         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11965         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11966
11967         * dwarf2read.c (load_cu): Move assert to more useful location.
11968
11969         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11970         All callers updated.
11971
11972         * dwarf2read.c (dwarf2_per_objfile): Add comment.
11973         (dwarf2_elf_names): Minor reformat.
11974         (dwarf2_per_cu_data): Tweak comment.
11975         (dwarf2_read_section): Fix comment.
11976         (create_all_comp_units): Fix comment.
11977         (load_full_comp_unit): Fix comment.
11978         (process_full_comp_unit): Fix comment.
11979         (read_signatured_type): Fix comment.
11980
11981 For older changes see ChangeLog-2011.
11982 \f
11983 Local Variables:
11984 mode: change-log
11985 left-margin: 8
11986 fill-column: 74
11987 version-control: never
11988 coding: utf-8
11989 End: